Accessibility digest
Page | Greenfield Senior Living |
---|---|
URL | https://www.greenfieldseniorliving.com/ |
Requester | pool@jpdev.pro |
Test date | 2023/06/17 |
Score | 3588 |
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 Greenfield Senior Living at https://www.greenfieldseniorliving.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 3588, where 0 would be perfect
.
Total score
The total score is the sum of five components.
Component | Score | Description |
---|---|---|
total | 3588 | Sum of the component scores |
issue | 3141 | Severity and number of reported defects |
tool | 445 | Tool-by-tool defect ratings |
prevention | 0 | Failed attempts by tools to test the page |
log | 2 | 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 | 368 |
focusIndication | 368 |
fontSizeAbsolute | 260 |
textContrastAA | 240 |
targetSize | 174 |
colorMissing | 116 |
cssInvalid | 114 |
spontaneousMotion | 102 |
attributeBad | 88 |
noHeading | 87 |
fontSmall | 81 |
overflowHiddenRisk | 74 |
focusableOperable | 69 |
contrastAAA | 60 |
slashParseRisk | 59 |
linkIndication | 56 |
allCaps | 46 |
textRotated | 40 |
hoverSurprise | 40 |
linkNoText | 36 |
textAlternativeRisk | 36 |
hiddenContentRisk | 35 |
parseError | 30 |
boxSizeAbsolute | 30 |
linkTextsSame | 28 |
regionConfusion | 27 |
sectionHeadingless | 26 |
imagesSameAlt | 25 |
overflowHidden | 24 |
videoContentNoText | 24 |
metaBad | 24 |
linkVague | 24 |
roleRedundant | 24 |
linkPair | 20 |
headingOfNothing | 16 |
parentBad | 16 |
zIndexNotZero | 16 |
obsolete | 15 |
leadingAbsolute | 14 |
contrastRisk | 13 |
pseudoNavList | 12 |
titleBad | 12 |
headingLevelSkip | 10 |
landmarkConfusion | 9 |
navConfusion | 9 |
linkForcesNewWindow | 9 |
h1Multiple | 8 |
audioContentNoText | 8 |
linkComprehensionRisk | 8 |
inconsistentStyles | 7 |
imageTextBad | 6 |
imageTextRedundant | 6 |
elementClosure | 6 |
refresh | 6 |
skipRepeatedContent | 6 |
ariaBadAttribute | 4 |
leadingInsufficient | 4 |
cssBansRotate | 4 |
dialogNoText | 4 |
focusableHidden | 4 |
headingStructure | 4 |
videoContentNoTranscript | 4 |
videoNoAudioTrack | 4 |
videoNoAudioDescription | 4 |
leadingClipsText | 4 |
repeatedContentRisk | 3 |
roleBad | 3 |
decorativeImageRisk | 3 |
scrollRisk | 3 |
linkWindowSurpriseRisk | 3 |
activeEmbedding | 3 |
visibleBulk | 3 |
decorativeElementExposed | 2 |
linkConfusionRisk | 2 |
contentBeyondLandmarks | 2 |
typeRedundant | 2 |
mainNone | 2 |
filterStyle | 1 |
pseudoHeadingRisk | 1 |
videoCaptionRisk | 1 |
ignorable | 0 |
Itemized issues
The reported rule violations are itemized below, issue by issue. Additional details can be inspected in the complete report at the end of this page.
Issue duplicateID
WCAG: 4.1.1
Score: 368
Complaints by alfa
Rule r3
r3
Count of instances: 24
Complaint specifics
- id attributes have a unique value
Complaints by axe
Rule duplicate-id
duplicate-id
Count of instances: 1
Complaint specifics
- id attribute value must be unique; Document has multiple static elements with the same id attribute: img_undefined
Complaints by continuum
Rule 94
94
Count of instances: 24
Complaint specifics
- This WOW-IMAGE has an id attribute of 'img_undefined', which is not unique in the same DOM
Complaints by htmlcs
Rule AAA.4_1_1.F77
AAA.4_1_1.F77
Count of instances: 18
Complaint specifics
- Duplicate id attribute value "img_undefined" found on the web page.
Complaints by ibm
Rule element_id_unique
element_id_unique
Count of instances: 6
Complaint specifics
- The <wow-image> element has the id "img_undefined" that is already in use
Complaints by nuVal
Rule ^Duplicate ID .+$|^The first occurrence of ID .* was here.*$
^Duplicate ID .+$|^The first occurrence of ID .* was here.*$
Count of instances: 92
Complaint specifics
- Duplicate ID img_undefined.
- The first occurrence of ID img_undefined was here.
Complaints by qualWeb
Rule QW-ACT-R18
QW-ACT-R18
Count of instances: 24
Complaint specifics
- This rule checks that all id attribute values on a single page are unique.
Issue focusIndication
WCAG: 2.4.7
Score: 368
Complaints by alfa
Rule r65
r65
Count of instances: 92
Complaint specifics
- Element in sequential focus order has visible focus
Complaints by qualWeb
Rule QW-ACT-R62
QW-ACT-R62
Count of instances: 2
Complaint specifics
- This rule checks that each element in sequential focus order has some visible focus indication.
Complaints by testaro
Rule focInd
focInd
Count of instances: 8
Complaint specifics
- A element has no focus indicator
- DIV element has no focus indicator
Issue fontSizeAbsolute
WCAG: 1.4.4
Score: 260
Complaints by alfa
Rule r74
r74
Count of instances: 23
Complaint specifics
- Paragraphs of text do not have font sizes defined in absolute units
Complaints by qualWeb
Rule QW-WCAG-T28
QW-WCAG-T28
Count of instances: 130
Complaint specifics
- This technique checks that all font-size attribute uses percent, em or names.
Issue textContrastAA
WCAG: 1.4.3
Score: 240
Complaints by alfa
Rule r69
r69
Count of instances: 60
Complaint specifics
- Text outside widget has minimum contrast
Complaints by axe
Rule color-contrast
color-contrast
Count of instances: 32
Complaint specifics
- Elements must meet minimum color contrast ratio thresholds; Element's background color could not be determined because it is overlapped by another element
- Elements must meet minimum color contrast ratio thresholds; Element's background color could not be determined because element contains an image node
- Elements must meet minimum color contrast ratio thresholds; Element's background color could not be determined due to a background gradient
- Elements must meet minimum color contrast ratio thresholds; Element content is too short to determine if it is actual text content
Complaints by wave
Rule contrast
contrast
Count of instances: 21
Complaint specifics
- Very low contrast
Issue targetSize
WCAG: 2.5.5
Score: 174
Complaints by tenon
Rule 152
152
Count of instances: 58
Complaint specifics
- This actionable element is smaller than the minimum required size.
Issue colorMissing
WCAG: 1.4.3
Score: 116
Complaints by qualWeb
Rule QW-WCAG-T31
QW-WCAG-T31
Count of instances: 29
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 cssInvalid
WCAG: 4.1
Score: 114
Complaints by nuVal
Rule CSS: Parse Error.
CSS: Parse Error.
Count of instances: 18
Complaint specifics
- CSS: Parse Error.
Rule ^CSS: .+: Property .+ doesn't exist.*$
Count of instances: 4
Complaint specifics
- CSS: view-transition-name: Property view-transition-name doesn't exist.
- CSS: vector-effect: Property vector-effect doesn't exist.
Rule ^CSS: .+: The types are incompatible.*$
Count of instances: 8
Complaint specifics
- CSS: --divider-pin-height__: The types are incompatible.
- CSS: --divider-pin-border__: The types are incompatible.
Rule ^CSS: .+: Parse Error.*$
Count of instances: 4
Complaint specifics
- CSS: opacity: Parse Error.
Rule ^CSS: .+: .+ is not a .+ value.*$
Count of instances: 2
Complaint specifics
- CSS: will-change: var(--corners-overflow-fix-will-change, initial) is not a will-change value.
Rule ^CSS: .+: Unknown dimension.*$
Count of instances: 2
Complaint specifics
- CSS: --theme-spx-ratio: Unknown dimension.
Issue spontaneousMotion
WCAG: 2.2.2
Score: 102
Complaints by testaro
Rule motion
motion
Count of instances: 51
Complaint specifics
- Content moves or changes without user request
Issue attributeBad
WCAG: 1.3.1
Score: 88
Complaints by nuVal
Rule ^Attribute .+ not allowed on element .+ at this point.*$
^Attribute .+ not allowed on element .+ at this point.*$
Count of instances: 4
Complaint specifics
- Attribute position not allowed on element link at this point.
Rule ^Bad value .* for attribute .+ on element .+$
Count of instances: 18
Complaint specifics
- Bad value pageHtmlEmbeds.head start for attribute id on element script: An ID must not contain whitespace.
- Bad value pageHtmlEmbeds.head end for attribute id on element script: An ID must not contain whitespace.
- Bad value pageHtmlEmbeds.bodyStart start for attribute id on element script: An ID must not contain whitespace.
- Bad value pageHtmlEmbeds.bodyStart end for attribute id on element script: An ID must not contain whitespace.
- Bad value presentation for attribute role on element video.
- Bad value mailto:info@greenfieldseniorliving.com?subject=Subscribe | Greenfield Magazine for attribute href on element a: Illegal character in query: space is not allowed.
- Bad value pageHtmlEmbeds.bodyEnd start for attribute id on element script: An ID must not contain whitespace.
- Bad value pageHtmlEmbeds.bodyEnd end for attribute id on element script: An ID must not contain whitespace.
Issue noHeading
WCAG: 1.3.1
Score: 87
Complaints by qualWeb
Rule QW-BP1
QW-BP1
Count of instances: 29
Complaint specifics
- It is recommended to use HTML and XHTML heading markup to provide semantic code for headings in the content
Issue fontSmall
WCAG: 1.4
Score: 81
Complaints by tenon
Rule 134
134
Count of instances: 1
Complaint specifics
- Very small text found.
Complaints by wave
Rule text_small
text_small
Count of instances: 27
Complaint specifics
- Very small text
Issue overflowHiddenRisk
WCAG: 1.4.4
Score: 74
Complaints by qualWeb
Rule QW-ACT-R40
QW-ACT-R40
Count of instances: 74
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 focusableOperable
WCAG: 2.1.1
Score: 69
Complaints by testaro
Rule focOp
focOp
Count of instances: 23
Complaint specifics
Issue contrastAAA
WCAG: 1.4.6
Score: 60
Complaints by alfa
Rule r66
r66
Count of instances: 60
Complaint specifics
- Text outside widget has enhanced contrast
Complaints by qualWeb
Rule QW-ACT-R76
QW-ACT-R76
Count of instances: 1
Complaint specifics
- This rule checks that the highest possible contrast of every text character with its background meets the enhanced contrast requirement.
Issue slashParseRisk
WCAG: 4.1
Score: 59
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.
Count of instances: 59
Complaint specifics
- Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.
Issue linkIndication
WCAG: 1.3.3
Score: 56
Complaints by testaro
Rule linkUl
linkUl
Count of instances: 28
Complaint specifics
- Link is inline but has no underline
Issue allCaps
WCAG: 3.1.5
Score: 46
Complaints by tenon
Rule 153
153
Count of instances: 46
Complaint specifics
- This long string of text is in all caps.
Issue textRotated
WCAG: 1.4.8
Score: 40
Complaints by tenon
Rule 271
271
Count of instances: 20
Complaint specifics
- This text is rotated from the horizontal by 60 degrees or more.
Issue hoverSurprise
WCAG: 1.4.13
Score: 40
Complaints by testaro
Rule hover
hover
Count of instances: 20
Complaint specifics
- Hovering over element has unexpected effects
- Operable element cannot be hovered over
Issue linkNoText
WCAG: 2.4.4
Score: 36
Complaints by alfa
Rule r11
r11
Count of instances: 9
Complaint specifics
- Links have an accessible name
Complaints by axe
Rule link-name
link-name
Count of instances: 9
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
Count of instances: 9
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
Count of instances: 9
Complaint specifics
- Anchor element found with a valid href attribute, but no link content has been supplied.
Complaints by ibm
Rule a_text_purpose
a_text_purpose
Count of instances: 9
Complaint specifics
- Hyperlink has no link text, label or image with a text alternative
Complaints by qualWeb
Rule QW-ACT-R12
QW-ACT-R12
Count of instances: 9
Complaint specifics
- This rule checks that each link has an accessible name.
Complaints by tenon
Rule 57
57
Count of instances: 9
Complaint specifics
- This link has no text inside it.
Complaints by wave
Rule link_empty
link_empty
Count of instances: 9
Complaint specifics
- Empty link
Issue textAlternativeRisk
WCAG: 1
Score: 36
Complaints by continuum
Rule 234
234
Count of instances: 4
Complaint specifics
- This IMG has a suspicious calculated accessible name value of: img_7361.png
- This IMG has a suspicious calculated accessible name value of: april 2023.png
- This IMG has a suspicious calculated accessible name value of: shutterstock_1682026057.jpg
- This IMG has a suspicious calculated accessible name value of: photoroom_20210912_133014.png
Complaints by qualWeb
Rule QW-WCAG-T8
QW-WCAG-T8
Count of instances: 36
Complaint specifics
- This describes a failure condition for all techniques involving text alternatives. If the text in the "text alternative" cannot be used in place of the non-text content without losing information or function then it fails because it is not, in fact, an alternative to the non-text content
Complaints by wave
Rule alt_suspicious
alt_suspicious
Count of instances: 4
Complaint specifics
- Suspicious alternative text
Issue hiddenContentRisk
WCAG: 4.1
Score: 35
Complaints by axe
Rule hidden-content
hidden-content
Count of instances: 35
Complaint specifics
- Hidden content on the page should be analyzed; There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it.
Issue parseError
WCAG: 4.1
Score: 30
Complaints by nuVal
Rule Saw . Probable cause: Attempt to use an XML processing instruction in HTML. (XML processing instructions are not supported in HTML.)
Saw . Probable cause: Attempt to use an XML processing instruction in HTML. (XML processing instructions are not supported in HTML.)
Count of instances: 10
Complaint specifics
- Saw <?. Probable cause: Attempt to use an XML processing instruction in HTML. (XML processing instructions are not supported in HTML.)
Issue boxSizeAbsolute
WCAG: 1.4.4
Score: 30
Complaints by qualWeb
Rule QW-BP15
QW-BP15
Count of instances: 10
Complaint specifics
- At least one width attribute of an HTML element is expressed in absolute values
Issue linkTextsSame
WCAG: 2.4.4
Score: 28
Complaints by qualWeb
Rule QW-ACT-R9
QW-ACT-R9
Count of instances: 7
Complaint specifics
- This rule checks that links with identical accessible names resolve to the same resource or equivalent resources.
Rule QW-ACT-R44
Count of instances: 7
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
Count of instances: 5
Complaint specifics
- These links have the same text but different destinations.
Issue regionConfusion
WCAG: 1.3.6
Score: 27
Complaints by ibm
Rule aria_region_label_unique
aria_region_label_unique
Count of instances: 9
Complaint specifics
- Multiple elements with "region" role do not have unique labels
Issue sectionHeadingless
WCAG: 1.3.1
Score: 26
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.
Count of instances: 26
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
Count of instances: 1
Complaint specifics
- The objective of this technique is to ensure that sections have headings that identify them and that the heading are used in the correct order
Issue imagesSameAlt
WCAG: 1.1.1
Score: 25
Complaints by wave
Rule alt_duplicate
alt_duplicate
Count of instances: 25
Complaint specifics
- A nearby image has the same alternative text
Issue overflowHidden
WCAG: 1.4.4
Score: 24
Complaints by alfa
Rule r83
r83
Count of instances: 6
Complaint specifics
- Text nodes are not clipped when text is resized
Issue videoContentNoText
WCAG: 1.2.2
Score: 24
Complaints by axe
Rule video-caption
video-caption
Count of instances: 1
Complaint specifics
- <video> elements must have captions
Complaints by qualWeb
Rule QW-ACT-R51
QW-ACT-R51
Count of instances: 1
Complaint specifics
- This rule checks non-streaming silent video is a media alternative for text on the page.
Rule QW-ACT-R56
Count of instances: 1
Complaint specifics
- This rule checks non-streaming video is a media alternative for text on the page.
Rule QW-ACT-R61
Count of instances: 1
Complaint specifics
- This rule checks that non-streaming video elements have all audio and visual information available in a transcript.
Rule QW-ACT-R23
Count of instances: 1
Complaint specifics
- This rule checks that video elements with audio have an alternative for the video content as audio or as text.
Rule QW-ACT-R31
Count of instances: 1
Complaint specifics
- This rule checks that video elements without audio have an alternative available.
Rule QW-ACT-R32
Count of instances: 1
Complaint specifics
- This rule checks that video elements with audio have audio description.
Issue metaBad
WCAG: 1.3.1
Score: 24
Complaints by nuVal
Rule ^Bad value .+ for attribute .+ on element meta.*$
^Bad value .+ for attribute .+ on element meta.*$
Count of instances: 8
Complaint specifics
- Bad value X-Wix-Meta-Site-Id for attribute http-equiv on element meta.
- Bad value X-Wix-Application-Instance-Id for attribute http-equiv on element meta.
- Bad value X-Wix-Published-Version for attribute http-equiv on element meta.
- Bad value etag for attribute http-equiv on element meta.
Issue linkVague
WCAG: 2.4.4
Score: 24
Complaints by tenon
Rule 73
73
Count of instances: 8
Complaint specifics
- This link text is uninformative.
Issue roleRedundant
WCAG: 4.1.2
Score: 24
Complaints by testaro
Rule role
role
Count of instances: 24
Complaint specifics
- DIV elements have invalid or native-replaceable explicit role button (count: 24)
Issue linkPair
WCAG: 2.4.4
Score: 20
Complaints by wave
Rule link_redundant
link_redundant
Count of instances: 10
Complaint specifics
- Redundant link
Issue headingOfNothing
WCAG: 1.3.1
Score: 16
Complaints by alfa
Rule r78
r78
Count of instances: 8
Complaint specifics
- Headings of same level have text content between them
Issue parentBad
WCAG: 1.3.1
Score: 16
Complaints by nuVal
Rule ^Element .+ not allowed as child of element .+ in this context.*$
^Element .+ not allowed as child of element .+ in this context.*$
Count of instances: 4
Complaint specifics
- Element style not allowed as child of element pages-css in this context. (Suppressing further errors from this subtree.)
Issue zIndexNotZero
WCAG: 1.4
Score: 16
Complaints by testaro
Rule zIndex
zIndex
Count of instances: 16
Complaint specifics
- DIV element has a non-default Z index
- BUTTON element has a non-default Z index
Issue obsolete
WCAG: 4.1
Score: 15
Complaints by ibm
Rule element_attribute_deprecated
element_attribute_deprecated
Count of instances: 5
Complaint specifics
- The HTML attribute(s) "http-equiv" is deprecated for the <meta> element in HTML 5
Issue leadingAbsolute
WCAG: 1.4.12
Score: 14
Complaints by alfa
Rule r80
r80
Count of instances: 7
Complaint specifics
- Paragraphs of text do not have line heights defined in absolute units
Issue contrastRisk
WCAG: 1.4.3
Score: 13
Complaints by htmlcs
Rule AAA.1_4_3_F24.F24.FGColour
AAA.1_4_3_F24.F24.FGColour
Count of instances: 1
Complaint specifics
- Check that this element has an inherited background colour or image to complement the corresponding inline foreground colour.
Rule AAA.1_4_6.G17.Abs
Count of instances: 12
Complaint specifics
- This element is absolutely positioned and the background color can not be determined. Ensure the contrast ratio between the text and all covered parts of the background are at least 7:1.
Issue pseudoNavList
WCAG: 1.3.1
Score: 12
Complaints by qualWeb
Rule QW-WCAG-T32
QW-WCAG-T32
Count of instances: 6
Complaint specifics
- The objective of this technique is to create lists of related items using list elements appropriate for their purposes.
Issue titleBad
WCAG: 1.3.1
Score: 12
Complaints by testaro
Rule titledEl
titledEl
Count of instances: 3
Complaint specifics
- DIV element has a title attribute
Issue headingLevelSkip
WCAG: 1.3.1
Score: 10
Complaints by alfa
Rule r53
r53
Count of instances: 5
Complaint specifics
- Headings are structured
Complaints by axe
Rule heading-order
heading-order
Count of instances: 5
Complaint specifics
- Heading levels should only increase by one; Heading order invalid
Complaints by wave
Rule heading_skipped
heading_skipped
Count of instances: 5
Complaint specifics
- Skipped heading level
Issue landmarkConfusion
WCAG: 1.3.6
Score: 9
Complaints by axe
Rule landmark-unique
landmark-unique
Count of instances: 3
Complaint specifics
- Ensures landmarks are unique; The landmark must have a unique aria-label, aria-labelledby, or title to make landmarks distinguishable
Issue navConfusion
WCAG: 1.3.6
Score: 9
Complaints by continuum
Rule 531
531
Count of instances: 3
Complaint specifics
- This nav does not have a unique accessible name as required when two or more nav elements are present
Complaints by ibm
Rule aria_navigation_label_unique
aria_navigation_label_unique
Count of instances: 3
Complaint specifics
- Multiple elements with "navigation" role do not have unique labels
Issue linkForcesNewWindow
WCAG: 3.2.5
Score: 9
Complaints by tenon
Rule 218
218
Count of instances: 3
Complaint specifics
- This link opens in a new window without user control.
Issue h1Multiple
WCAG: 1.3.1
Score: 8
Complaints by nuVal
Rule Consider using the h1 element as a top-level heading only (all h1 elements are treated as top-level headings by many screen readers and other tools).
Consider using the h1 element as a top-level heading only (all h1 elements are treated as top-level headings by many screen readers and other tools).
Count of instances: 4
Complaint specifics
- Consider using the h1 element as a top-level heading only (all h1 elements are treated as top-level headings by many screen readers and other tools).
Issue audioContentNoText
WCAG: 1.2.1
Score: 8
Complaints by qualWeb
Rule QW-ACT-R60
QW-ACT-R60
Count of instances: 1
Complaint specifics
- This rule checks that captions are available for audio information in non-streaming video elements.
Rule QW-ACT-R26
Count of instances: 1
Complaint specifics
- This rule checks that video elements have an alternative for information conveyed through audio.
Issue linkComprehensionRisk
WCAG: 2.4.4
Score: 8
Complaints by wave
Rule link_suspicious
link_suspicious
Count of instances: 8
Complaint specifics
- Suspicious link text
Issue inconsistentStyles
WCAG: 3.2.4
Score: 7
Complaints by testaro
Rule styleDiff
styleDiff
Count of instances: 7
Complaint specifics
- Links in columns have 2 different styles
- Level-1 headings have 2 different styles
- Level-2 headings have 5 different styles
- Level-3 headings have 2 different styles
Issue imageTextBad
WCAG: 1.1.1
Score: 6
Complaints by alfa
Rule r39
r39
Count of instances: 2
Complaint specifics
- Image filename is accessible name for image
Issue imageTextRedundant
WCAG: 1.1.1
Score: 6
Complaints by axe
Rule image-redundant-alt
image-redundant-alt
Count of instances: 6
Complaint specifics
- Alternative text of images should not be repeated as text
Issue elementClosure
WCAG: 4.1.1
Score: 6
Complaints by nuVal
Rule ^Stray end tag .+$
^Stray end tag .+$
Count of instances: 2
Complaint specifics
- Stray end tag link.
Issue refresh
WCAG: 2.2.1
Score: 6
Complaints by qualWeb
Rule QW-ACT-R4
QW-ACT-R4
Count of instances: 1
Complaint specifics
- This rule checks that the meta element is not used for delayed redirecting or refreshing.
Rule QW-ACT-R71
Count of instances: 1
Complaint specifics
- This rule checks that the `meta` element is not used for delayed redirecting or refreshing.
Issue skipRepeatedContent
WCAG: 2.4.1
Score: 6
Complaints by qualWeb
Rule QW-ACT-R64
QW-ACT-R64
Count of instances: 1
Complaint specifics
- This rule checks that the non-repeated content contains a heading
Rule QW-ACT-R75
Count of instances: 1
Complaint specifics
- This rule checks that each page has a mechanism to bypass repeated blocks of content.
Issue ariaBadAttribute
WCAG: 4.1.2
Score: 4
Complaints by alfa
Rule r18
r18
Count of instances: 1
Complaint specifics
- aria-* states and properties are allowed
Issue leadingInsufficient
WCAG: 1.4.8
Score: 4
Complaints by alfa
Rule r73
r73
Count of instances: 2
Complaint specifics
- Paragraphs of text have sufficient line height
Issue cssBansRotate
WCAG: 1.3.4
Score: 4
Complaints by axe
Rule css-orientation-lock
css-orientation-lock
Count of instances: 1
Complaint specifics
- CSS Media queries must not lock display orientation; CSS Orientation lock cannot be determined
Issue dialogNoText
WCAG: 4.1.2
Score: 4
Complaints by axe
Rule aria-dialog-name
aria-dialog-name
Count of instances: 1
Complaint specifics
- ARIA dialog and alertdialog nodes should have an accessible name; 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
Issue focusableHidden
WCAG: 4.1.2
Score: 4
Complaints by axe
Rule presentation-role-conflict
presentation-role-conflict
Count of instances: 1
Complaint specifics
- Ensure elements marked as presentational are consistently ignored
Issue headingStructure
WCAG: 1.3.1
Score: 4
Complaints by htmlcs
Rule AAA.1_3_1_AAA.G141
AAA.1_3_1_AAA.G141
Count of instances: 2
Complaint specifics
- The heading structure is not logically nested. This h6 element should be an h3 to be properly nested.
- The heading structure is not logically nested. This h6 element should be an h4 to be properly nested.
Complaints by tenon
Rule 155
155
Count of instances: 1
Complaint specifics
- These headings are not structured in a hierarchical manner.
Issue videoContentNoTranscript
WCAG: 1.2.2
Score: 4
Complaints by qualWeb
Rule QW-ACT-R53
QW-ACT-R53
Count of instances: 1
Complaint specifics
- Non-streaming video elements without audio must have all visual information available in a transcript.
Issue videoNoAudioTrack
WCAG: 1.2.1
Score: 4
Complaints by qualWeb
Rule QW-ACT-R54
QW-ACT-R54
Count of instances: 1
Complaint specifics
- Non-streaming video elements without audio must have an audio alternative.
Issue videoNoAudioDescription
WCAG: 1.2.1
Score: 4
Complaints by qualWeb
Rule QW-ACT-R55
QW-ACT-R55
Count of instances: 1
Complaint specifics
- This rule checks that non-streaming video elements have all visual information also contained in the audio.
Issue leadingClipsText
WCAG: 1.4.8
Score: 4
Complaints by tenon
Rule 144
144
Count of instances: 1
Complaint specifics
- This content's line height is insufficent to properly display the computed element font size.
Issue repeatedContentRisk
WCAG: 2.4.1
Score: 3
Complaints by alfa
Rule r87
r87
Count of instances: 1
Complaint specifics
- First focusable element is link to main content
Complaints by qualWeb
Rule QW-ACT-R73
QW-ACT-R73
Count of instances: 1
Complaint specifics
- This rule checks that repeated blocks of content are collapsible.
Rule QW-ACT-R74
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
Count of instances: 1
Complaint specifics
- The objective of this technique is to provide a mechanism to bypass blocks of material that are repeated on multiple Web pages by skipping directly to the main content of the Web page.
Issue roleBad
WCAG: 4.1.2
Score: 3
Complaints by axe
Rule aria-allowed-role
aria-allowed-role
Count of instances: 1
Complaint specifics
- ARIA role should be appropriate for the element; ARIA role presentation is not allowed for given element
Complaints by ibm
Rule aria_role_valid
aria_role_valid
Count of instances: 1
Complaint specifics
- The ARIA role 'presentation' is not valid for the element <video> and may be ignored by the browser since the element is focusable
Issue decorativeImageRisk
WCAG: 1.1.1
Score: 3
Complaints by htmlcs
Rule AAA.1_1_1.H67.2
AAA.1_1_1.H67.2
Count of instances: 3
Complaint specifics
- Img element is marked so that it is ignored by Assistive Technology.
Issue scrollRisk
WCAG: 1.4.10
Score: 3
Complaints by htmlcs
Rule AAA.1_4_10.C32,C31,C33,C38,SCR34,G206
AAA.1_4_10.C32,C31,C33,C38,SCR34,G206
Count of instances: 3
Complaint specifics
- This element has "position: fixed". This may require scrolling in two dimensions, which is considered a failure of this Success Criterion.
Issue linkWindowSurpriseRisk
WCAG: 3.2.5
Score: 3
Complaints by htmlcs
Rule AAA.3_2_5.H83.3
AAA.3_2_5.H83.3
Count of instances: 3
Complaint specifics
- Check that this link's link text contains information indicating that the link will open in a new window.
Issue activeEmbedding
WCAG: 2.5.5
Score: 3
Complaints by nuVal
Rule An element with the attribute tabindex must not appear as a descendant of the a element.
An element with the attribute tabindex must not appear as a descendant of the a element.
Count of instances: 1
Complaint specifics
- An element with the attribute tabindex must not appear as a descendant of the a element.
Issue visibleBulk
WCAG: 2.4
Score: 3
Complaints by testaro
Rule bulk
bulk
Count of instances: 3
Complaint specifics
- Page contains a large number of visible elements
Issue decorativeElementExposed
WCAG: 1.3.1
Score: 2
Complaints by alfa
Rule r86
r86
Count of instances: 1
Complaint specifics
- Elements that are marked as decorative are not exposed to assistive technologies
Issue linkConfusionRisk
WCAG: 2.4.4
Score: 2
Complaints by axe
Rule identical-links-same-purpose
identical-links-same-purpose
Count of instances: 2
Complaint specifics
- Links with the same name must have a similar purpose; Check that links have the same purpose, or are intentionally ambiguous.
Issue contentBeyondLandmarks
WCAG: 1.3.6
Score: 2
Complaints by ibm
Rule aria_content_in_landmark
aria_content_in_landmark
Count of instances: 1
Complaint specifics
- Content is not within a landmark element
Issue typeRedundant
WCAG: 1.3.1
Score: 2
Complaints by nuVal
Rule The type attribute is unnecessary for JavaScript resources.
The type attribute is unnecessary for JavaScript resources.
Count of instances: 2
Complaint specifics
- The type attribute is unnecessary for JavaScript resources.
Issue mainNone
WCAG: 1.3.6
Score: 2
Complaints by qualWeb
Rule QW-ACT-R63
QW-ACT-R63
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 filterStyle
WCAG: 4.1
Score: 1
Complaints by testaro
Rule filterStyle
filterStyle
Count of instances: 1
Complaint specifics
- IMG element has a filter style that impacts 0 elements
Issue pseudoHeadingRisk
WCAG: 1.3.1
Score: 1
Complaints by wave
Rule heading_possible
heading_possible
Count of instances: 1
Complaint specifics
- Possible heading
Issue videoCaptionRisk
WCAG: 1.2.2
Score: 1
Complaints by wave
Rule html5_video_audio
html5_video_audio
Count of instances: 1
Complaint specifics
- HTML5 video or audio
Issue ignorable
WCAG: N/A
Score: 0
Complaints by qualWeb
Rule QW-ACT-R57
QW-ACT-R57
Count of instances: 1
Complaint specifics
- This rule checks that description tracks that come with non-streaming video elements are descriptive.
Complete report
{ "id": "17i8p-ts27-greenfield", "what": "accessibility tests", "strict": true, "timeLimit": 330, "acts": [ { "type": "launch", "which": "webkit", "startTime": 1687009967300, "endTime": 1687009967855 }, { "type": "url", "which": "https://www.greenfieldseniorliving.com/", "what": "Greenfield Senior Living", "startTime": 1687009967855, "result": { "url": "https://www.greenfieldseniorliving.com/" }, "endTime": 1687009969030 }, { "type": "tenonRequest", "id": "a", "withNewContent": false, "what": "Tenon API version 2 test request, with page content", "startTime": 1687009969030, "url": "https://www.greenfieldseniorliving.com/", "endTime": 1687009971834 }, { "type": "test", "which": "testaro", "what": "Testaro", "withItems": true, "rules": [ "y", "motion" ], "startTime": 1687009971834, "url": "https://www.greenfieldseniorliving.com/", "result": { "rules": { "motion": { "what": "motion without user request", "data": { "bytes": [ 1114137, 1200577, 585959, 1143501, 1207515 ], "localRatios": [ 1.078, 2.049, 1.952, 1.056 ], "meanLocalRatio": 1.534, "maxLocalRatio": 2.049, "globalRatio": 2.061, "pixelChanges": [ 309941, 334503, 337690, 264697 ], "meanPixelChange": 311707, "maxPixelChange": 337690, "changeFrequency": 1 }, "totals": [ 0, 0, 51, 0 ], "standardInstances": [ { "ruleID": "motion", "what": "Content moves or changes without user request", "count": 51, "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "" } ] } }, "success": true }, "standardResult": { "totals": [ 0, 0, 51, 0 ], "instances": [ { "ruleID": "motion", "what": "Content moves or changes without user request", "count": 51, "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "" } ] }, "endTime": 1687009986689 }, { "type": "launch", "which": "chromium", "startTime": 1687009986690, "endTime": 1687009987321 }, { "type": "url", "which": "https://www.greenfieldseniorliving.com/", "what": "Greenfield Senior Living", "startTime": 1687009987321, "result": { "url": "https://www.greenfieldseniorliving.com/" }, "endTime": 1687009987978 }, { "type": "test", "which": "alfa", "startTime": 1687009987978, "url": "https://www.greenfieldseniorliving.com/", "what": "alfa", "result": { "totals": { "failures": 87, "warnings": 214 }, "items": [ { "index": 10, "verdict": "failed", "rule": { "ruleID": "r11", "ruleSummary": "Links have an accessible name", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r11", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#link-purpose-in-context", "chapter": "2.4.4", "title": "Link Purpose (In Context)" }, { "uri": "https://www.w3.org/TR/WCAG2/#link-purpose-link-only", "chapter": "2.4.9", "title": "Link Purpose (Link Only)" }, { "uri": "https://www.w3.org/TR/WCAG2/#name-role-value", "chapter": "4.1.2", "title": "Name, Role, Value" }, { "uri": "https://www.w3.org/WAI/WCAG21/Techniques/general/G91", "name": "G91", "title": "Providing link text that describes the purpose of a link" } ] }, "target": { "type": "element", "tagName": "a", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[5]/div[2]/div[1]/section[1]/div[2]/div[1]/div[2]/div[1]/section[1]/div[2]/div[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[5]/div[2]/div[1]/div[1]/a[1]", "codeLines": [ "<a data-testid=\"linkElement\" href=\"https://www.greenfieldseniorliving.com/our-mission\" target=\"_self\" class=\"u9k3ts\">", " <div data-testid=\"svgRoot-comp-kyfoojsh\" class=\"aizuI7 TcoJIb comp-kyfoojsh\">", " <!--?xml version=\"1.0\" encoding=\"UTF-8\"?-->", " <svg preserveAspectRatio=\"xMidYMid meet\" data-bbox=\"19.117 18.918 161.766 162.164\" viewBox=\"19.117 18.918 161.766 162.164\" height=\"200\" width=\"200\" xmlns=\"http://www.w3.org/2000/svg\" data-type=\"shape\" role=\"presentation\" aria-hidden=\"true\">", " <g>", " <path d=\"M104.133 18.918l-9.431 8.947 61.913 65.269-137.498.938.089 13 138.096-.942-61.338 66.11 9.529 8.842 75.39-81.254-76.75-80.91z\"></path>", " </g>", " </svg>", " </div>", "</a>" ] } }, { "index": 27, "verdict": "failed", "rule": { "ruleID": "r11", "ruleSummary": "Links have an accessible name", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r11", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#link-purpose-in-context", "chapter": "2.4.4", "title": "Link Purpose (In Context)" }, { "uri": "https://www.w3.org/TR/WCAG2/#link-purpose-link-only", "chapter": "2.4.9", "title": "Link Purpose (Link Only)" }, { "uri": "https://www.w3.org/TR/WCAG2/#name-role-value", "chapter": "4.1.2", "title": "Name, Role, Value" }, { "uri": "https://www.w3.org/WAI/WCAG21/Techniques/general/G91", "name": "G91", "title": "Providing link text that describes the purpose of a link" } ] }, "target": { "type": "element", "tagName": "a", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[6]/div[2]/div[1]/section[3]/div[2]/div[1]/div[2]/div[1]/div[7]/div[2]/div[1]/div[1]/a[1]", "codeLines": [ "<a data-testid=\"linkElement\" href=\"https://www.greenfieldseniorliving.com/education\" target=\"_self\" class=\"u9k3ts\">", " <div data-testid=\"svgRoot-comp-kyfook1l\" class=\"aizuI7 TcoJIb comp-kyfook1l\">", " <!--?xml version=\"1.0\" encoding=\"UTF-8\"?-->", " <svg preserveAspectRatio=\"xMidYMid meet\" data-bbox=\"19.117 18.918 161.766 162.164\" viewBox=\"19.117 18.918 161.766 162.164\" height=\"200\" width=\"200\" xmlns=\"http://www.w3.org/2000/svg\" data-type=\"shape\" role=\"presentation\" aria-hidden=\"true\">", " <g>", " <path d=\"M104.133 18.918l-9.431 8.947 61.913 65.269-137.498.938.089 13 138.096-.942-61.338 66.11 9.529 8.842 75.39-81.254-76.75-80.91z\"></path>", " </g>", " </svg>", " </div>", "</a>" ] } }, { "index": 58, "verdict": "failed", "rule": { "ruleID": "r11", "ruleSummary": "Links have an accessible name", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r11", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#link-purpose-in-context", "chapter": "2.4.4", "title": "Link Purpose (In Context)" }, { "uri": "https://www.w3.org/TR/WCAG2/#link-purpose-link-only", "chapter": "2.4.9", "title": "Link Purpose (Link Only)" }, { "uri": "https://www.w3.org/TR/WCAG2/#name-role-value", "chapter": "4.1.2", "title": "Name, Role, Value" }, { "uri": "https://www.w3.org/WAI/WCAG21/Techniques/general/G91", "name": "G91", "title": "Providing link text that describes the purpose of a link" } ] }, "target": { "type": "element", "tagName": "a", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[6]/div[2]/div[1]/section[4]/div[2]/div[2]/div[2]/div[1]/div[8]/div[2]/div[1]/div[1]/a[1]", "codeLines": [ "<a data-testid=\"linkElement\" href=\"mailto:info@greenfieldseniorliving.com?subject=Subscribe | Greenfield Magazine\" target=\"_self\" class=\"u9k3ts\">", " <div data-testid=\"svgRoot-comp-kyfook6q1\" class=\"aizuI7 TcoJIb comp-kyfook6q1\">", " <!--?xml version=\"1.0\" encoding=\"UTF-8\"?-->", " <svg preserveAspectRatio=\"xMidYMid meet\" data-bbox=\"19.117 18.918 161.766 162.164\" viewBox=\"19.117 18.918 161.766 162.164\" height=\"200\" width=\"200\" xmlns=\"http://www.w3.org/2000/svg\" data-type=\"shape\" role=\"presentation\" aria-hidden=\"true\">", " <g>", " <path d=\"M104.133 18.918l-9.431 8.947 61.913 65.269-137.498.938.089 13 138.096-.942-61.338 66.11 9.529 8.842 75.39-81.254-76.75-80.91z\"></path>", " </g>", " </svg>", " </div>", "</a>" ] } }, { "index": 60, "verdict": "failed", "rule": { "ruleID": "r11", "ruleSummary": "Links have an accessible name", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r11", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#link-purpose-in-context", "chapter": "2.4.4", "title": "Link Purpose (In Context)" }, { "uri": "https://www.w3.org/TR/WCAG2/#link-purpose-link-only", "chapter": "2.4.9", "title": "Link Purpose (Link Only)" }, { "uri": "https://www.w3.org/TR/WCAG2/#name-role-value", "chapter": "4.1.2", "title": "Name, Role, Value" }, { "uri": "https://www.w3.org/WAI/WCAG21/Techniques/general/G91", "name": "G91", "title": "Providing link text that describes the purpose of a link" } ] }, "target": { "type": "element", "tagName": "a", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[6]/div[2]/div[1]/section[5]/div[2]/div[1]/div[2]/div[1]/div[7]/div[2]/div[1]/div[1]/a[1]", "codeLines": [ "<a data-testid=\"linkElement\" href=\"https://www.greenfieldseniorliving.com/health-and-safety\" target=\"_self\" class=\"u9k3ts\">", " <div data-testid=\"svgRoot-comp-kyfp5513\" class=\"aizuI7 TcoJIb comp-kyfp5513\">", " <!--?xml version=\"1.0\" encoding=\"UTF-8\"?-->", " <svg preserveAspectRatio=\"xMidYMid meet\" data-bbox=\"19.117 18.918 161.766 162.164\" viewBox=\"19.117 18.918 161.766 162.164\" height=\"200\" width=\"200\" xmlns=\"http://www.w3.org/2000/svg\" data-type=\"shape\" role=\"presentation\" aria-hidden=\"true\">", " <g>", " <path d=\"M104.133 18.918l-9.431 8.947 61.913 65.269-137.498.938.089 13 138.096-.942-61.338 66.11 9.529 8.842 75.39-81.254-76.75-80.91z\"></path>", " </g>", " </svg>", " </div>", "</a>" ] } }, { "index": 62, "verdict": "failed", "rule": { "ruleID": "r11", "ruleSummary": "Links have an accessible name", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r11", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#link-purpose-in-context", "chapter": "2.4.4", "title": "Link Purpose (In Context)" }, { "uri": "https://www.w3.org/TR/WCAG2/#link-purpose-link-only", "chapter": "2.4.9", "title": "Link Purpose (Link Only)" }, { "uri": "https://www.w3.org/TR/WCAG2/#name-role-value", "chapter": "4.1.2", "title": "Name, Role, Value" }, { "uri": "https://www.w3.org/WAI/WCAG21/Techniques/general/G91", "name": "G91", "title": "Providing link text that describes the purpose of a link" } ] }, "target": { "type": "element", "tagName": "a", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[6]/div[2]/div[1]/section[6]/div[2]/div[2]/div[2]/div[1]/div[7]/div[2]/div[1]/div[1]/a[1]", "codeLines": [ "<a data-testid=\"linkElement\" href=\"https://www.greenfieldseniorliving.com/our-communites\" target=\"_self\" class=\"u9k3ts\">", " <div data-testid=\"svgRoot-comp-kyfpob54\" class=\"aizuI7 TcoJIb comp-kyfpob54\">", " <!--?xml version=\"1.0\" encoding=\"UTF-8\"?-->", " <svg preserveAspectRatio=\"xMidYMid meet\" data-bbox=\"19.117 18.918 161.766 162.164\" viewBox=\"19.117 18.918 161.766 162.164\" height=\"200\" width=\"200\" xmlns=\"http://www.w3.org/2000/svg\" data-type=\"shape\" role=\"presentation\" aria-hidden=\"true\">", " <g>", " <path d=\"M104.133 18.918l-9.431 8.947 61.913 65.269-137.498.938.089 13 138.096-.942-61.338 66.11 9.529 8.842 75.39-81.254-76.75-80.91z\"></path>", " </g>", " </svg>", " </div>", "</a>" ] } }, { "index": 64, "verdict": "failed", "rule": { "ruleID": "r11", "ruleSummary": "Links have an accessible name", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r11", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#link-purpose-in-context", "chapter": "2.4.4", "title": "Link Purpose (In Context)" }, { "uri": "https://www.w3.org/TR/WCAG2/#link-purpose-link-only", "chapter": "2.4.9", "title": "Link Purpose (Link Only)" }, { "uri": "https://www.w3.org/TR/WCAG2/#name-role-value", "chapter": "4.1.2", "title": "Name, Role, Value" }, { "uri": "https://www.w3.org/WAI/WCAG21/Techniques/general/G91", "name": "G91", "title": "Providing link text that describes the purpose of a link" } ] }, "target": { "type": "element", "tagName": "a", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[8]/div[2]/div[1]/section[1]/div[2]/div[1]/div[2]/div[1]/div[6]/div[2]/div[1]/div[1]/a[1]", "codeLines": [ "<a data-testid=\"linkElement\" href=\"https://www.greenfieldseniorliving.com/careers\" target=\"_self\" class=\"u9k3ts\">", " <div data-testid=\"svgRoot-comp-kyfook7t\" class=\"aizuI7 TcoJIb comp-kyfook7t\">", " <!--?xml version=\"1.0\" encoding=\"UTF-8\"?-->", " <svg preserveAspectRatio=\"xMidYMid meet\" data-bbox=\"19.117 18.918 161.766 162.164\" viewBox=\"19.117 18.918 161.766 162.164\" height=\"200\" width=\"200\" xmlns=\"http://www.w3.org/2000/svg\" data-type=\"shape\" role=\"presentation\" aria-hidden=\"true\">", " <g>", " <path d=\"M104.133 18.918l-9.431 8.947 61.913 65.269-137.498.938.089 13 138.096-.942-61.338 66.11 9.529 8.842 75.39-81.254-76.75-80.91z\"></path>", " </g>", " </svg>", " </div>", "</a>" ] } }, { "index": 80, "verdict": "failed", "rule": { "ruleID": "r11", "ruleSummary": "Links have an accessible name", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r11", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#link-purpose-in-context", "chapter": "2.4.4", "title": "Link Purpose (In Context)" }, { "uri": "https://www.w3.org/TR/WCAG2/#link-purpose-link-only", "chapter": "2.4.9", "title": "Link Purpose (Link Only)" }, { "uri": "https://www.w3.org/TR/WCAG2/#name-role-value", "chapter": "4.1.2", "title": "Name, Role, Value" }, { "uri": "https://www.w3.org/WAI/WCAG21/Techniques/general/G91", "name": "G91", "title": "Providing link text that describes the purpose of a link" } ] }, "target": { "type": "element", "tagName": "a", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/section[1]/div[2]/div[1]/div[2]/div[1]/div[4]/div[2]/div[1]/div[1]/a[1]", "codeLines": [ "<a data-testid=\"linkElement\" href=\"https://www.greenfieldseniorliving.com/virginia\" target=\"_self\" class=\"u9k3ts\">", " <div data-testid=\"svgRoot-comp-kvghhk7w\" class=\"aizuI7 TcoJIb comp-kvghhk7w\">", " <!--?xml version=\"1.0\" encoding=\"UTF-8\"?-->", " <svg preserveAspectRatio=\"xMidYMid meet\" data-bbox=\"19.117 18.918 161.766 162.164\" viewBox=\"19.117 18.918 161.766 162.164\" height=\"200\" width=\"200\" xmlns=\"http://www.w3.org/2000/svg\" data-type=\"shape\" role=\"presentation\" aria-hidden=\"true\">", " <g>", " <path d=\"M104.133 18.918l-9.431 8.947 61.913 65.269-137.498.938.089 13 138.096-.942-61.338 66.11 9.529 8.842 75.39-81.254-76.75-80.91z\"></path>", " </g>", " </svg>", " </div>", "</a>" ] } }, { "index": 82, "verdict": "failed", "rule": { "ruleID": "r11", "ruleSummary": "Links have an accessible name", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r11", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#link-purpose-in-context", "chapter": "2.4.4", "title": "Link Purpose (In Context)" }, { "uri": "https://www.w3.org/TR/WCAG2/#link-purpose-link-only", "chapter": "2.4.9", "title": "Link Purpose (Link Only)" }, { "uri": "https://www.w3.org/TR/WCAG2/#name-role-value", "chapter": "4.1.2", "title": "Name, Role, Value" }, { "uri": "https://www.w3.org/WAI/WCAG21/Techniques/general/G91", "name": "G91", "title": "Providing link text that describes the purpose of a link" } ] }, "target": { "type": "element", "tagName": "a", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/section[1]/div[2]/div[1]/div[2]/div[1]/div[7]/div[2]/div[1]/div[1]/a[1]", "codeLines": [ "<a data-testid=\"linkElement\" href=\"https://www.greenfieldseniorliving.com/pennsylvania\" target=\"_self\" class=\"u9k3ts\">", " <div data-testid=\"svgRoot-comp-kyj0e0py\" class=\"aizuI7 TcoJIb comp-kyj0e0py\">", " <!--?xml version=\"1.0\" encoding=\"UTF-8\"?-->", " <svg preserveAspectRatio=\"xMidYMid meet\" data-bbox=\"19.117 18.918 161.766 162.164\" viewBox=\"19.117 18.918 161.766 162.164\" height=\"200\" width=\"200\" xmlns=\"http://www.w3.org/2000/svg\" data-type=\"shape\" role=\"presentation\" aria-hidden=\"true\">", " <g>", " <path d=\"M104.133 18.918l-9.431 8.947 61.913 65.269-137.498.938.089 13 138.096-.942-61.338 66.11 9.529 8.842 75.39-81.254-76.75-80.91z\"></path>", " </g>", " </svg>", " </div>", "</a>" ] } }, { "index": 84, "verdict": "failed", "rule": { "ruleID": "r11", "ruleSummary": "Links have an accessible name", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r11", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#link-purpose-in-context", "chapter": "2.4.4", "title": "Link Purpose (In Context)" }, { "uri": "https://www.w3.org/TR/WCAG2/#link-purpose-link-only", "chapter": "2.4.9", "title": "Link Purpose (Link Only)" }, { "uri": "https://www.w3.org/TR/WCAG2/#name-role-value", "chapter": "4.1.2", "title": "Name, Role, Value" }, { "uri": "https://www.w3.org/WAI/WCAG21/Techniques/general/G91", "name": "G91", "title": "Providing link text that describes the purpose of a link" } ] }, "target": { "type": "element", "tagName": "a", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/section[1]/div[2]/div[2]/div[2]/div[1]/div[3]/div[2]/div[1]/div[1]/a[1]", "codeLines": [ "<a data-testid=\"linkElement\" href=\"https://www.greenfieldseniorliving.com/privacy-policy\" target=\"_blank\" class=\"u9k3ts\">", " <div data-testid=\"svgRoot-comp-kzd63j84\" class=\"aizuI7 TcoJIb comp-kzd63j84\">", " <!--?xml version=\"1.0\" encoding=\"UTF-8\"?-->", " <svg preserveAspectRatio=\"xMidYMid meet\" data-bbox=\"19.117 18.918 161.766 162.164\" viewBox=\"19.117 18.918 161.766 162.164\" height=\"200\" width=\"200\" xmlns=\"http://www.w3.org/2000/svg\" data-type=\"shape\" role=\"presentation\" aria-hidden=\"true\">", " <g>", " <path d=\"M104.133 18.918l-9.431 8.947 61.913 65.269-137.498.938.089 13 138.096-.942-61.338 66.11 9.529 8.842 75.39-81.254-76.75-80.91z\"></path>", " </g>", " </svg>", " </div>", "</a>" ] } }, { "index": 160, "verdict": "failed", "rule": { "ruleID": "r18", "ruleSummary": "aria-* states and properties are allowed", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r18", "requirements": [ { "uri": "https://www.w3.org/WAI/WCAG21/Techniques/aria/ARIA5", "name": "ARIA5", "title": "Using WAI-ARIA state and property attributes to expose the state of a user interface" } ] }, "target": { "type": "attribute", "tagName": "aria-haspopup", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/header[1]/div[1]/div[2]/div[1]/div[1]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[8]/div[1]/@aria-haspopup", "codeLines": [ "aria-haspopup=\"false\"" ] } }, { "index": 865, "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": "wow-image", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[3]/div[2]/div[1]/section[3]/div[2]/div[2]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/wow-image[1]", "codeLines": [ "<wow-image id=\"img_undefined\" class=\"HlRz5e qD5RnK\" data-image-info=\"{"displayMode":"fill","isLQIP":true,"imageData":{"width":2350,"height":2628,"uri":"131ca8_9464b9d4b7a64972825aed5912c6173c~mv2.jpg","name":&q...", " <img src=\"https://static.wixstatic.com/media/131ca8_9464b9d4b7a64972825aed5912c6173c~mv2.jpg/v1/fill/w_147,h_164,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_auto/131ca8_9464b9d4b7a64972825aed5912c6173c~mv2.jpg\" alt=\"Greenfield Senior Living Inc.\" style=\"width: 490px; height: 547px; object-fit: cover; ...", "</wow-image>" ] } }, { "index": 867, "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": "wow-image", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[3]/div[2]/div[1]/section[3]/div[2]/div[2]/div[2]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/wow-image[1]", "codeLines": [ "<wow-image id=\"img_undefined\" class=\"HlRz5e qD5RnK\" data-image-info=\"{"displayMode":"fill","isLQIP":true,"imageData":{"width":2082,"height":2328,"uri":"131ca8_a3a265a0a47d46069430e43ddf0ee9f8~mv2.jpg","name":&q...", " <img src=\"https://static.wixstatic.com/media/131ca8_a3a265a0a47d46069430e43ddf0ee9f8~mv2.jpg/v1/fill/w_147,h_164,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_auto/131ca8_a3a265a0a47d46069430e43ddf0ee9f8~mv2.jpg\" alt=\"Greenfield Senior Living Inc.\" style=\"width: 490px; height: 547px; object-fit: cover; ...", "</wow-image>" ] } }, { "index": 869, "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": "wow-image", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[3]/div[2]/div[1]/section[3]/div[2]/div[2]/div[2]/div[1]/div[1]/div[1]/div[3]/div[1]/div[1]/div[1]/div[1]/wow-image[1]", "codeLines": [ "<wow-image id=\"img_undefined\" class=\"HlRz5e qD5RnK\" data-image-info=\"{"displayMode":"fill","isLQIP":true,"imageData":{"width":1222,"height":1366,"uri":"131ca8_46cc2c3db31b4cf78c5afec1ddd0bd36~mv2.jpg","name":&q...", " <img src=\"https://static.wixstatic.com/media/131ca8_46cc2c3db31b4cf78c5afec1ddd0bd36~mv2.jpg/v1/fill/w_147,h_164,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_auto/131ca8_46cc2c3db31b4cf78c5afec1ddd0bd36~mv2.jpg\" alt=\"Greenfield Senior Living Inc.\" style=\"width: 490px; height: 547px; object-fit: cover; ...", "</wow-image>" ] } }, { "index": 871, "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": "wow-image", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[3]/div[2]/div[1]/section[3]/div[2]/div[2]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/wow-image[1]", "codeLines": [ "<wow-image id=\"img_undefined\" class=\"HlRz5e qD5RnK\" data-image-info=\"{"displayMode":"fill","isLQIP":true,"imageData":{"width":2350,"height":2628,"uri":"131ca8_9464b9d4b7a64972825aed5912c6173c~mv2.jpg","name":&q...", " <img src=\"https://static.wixstatic.com/media/131ca8_9464b9d4b7a64972825aed5912c6173c~mv2.jpg/v1/fill/w_147,h_164,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_auto/131ca8_9464b9d4b7a64972825aed5912c6173c~mv2.jpg\" alt=\"Greenfield Senior Living Inc.\" style=\"width: 490px; height: 547px; object-fit: cover; ...", "</wow-image>" ] } }, { "index": 880, "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": "wow-image", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[3]/div[2]/div[1]/section[4]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/wow-image[1]", "codeLines": [ "<wow-image id=\"img_undefined\" class=\"HlRz5e qD5RnK\" data-image-info=\"{"displayMode":"fill","isLQIP":true,"imageData":{"width":1155,"height":1291,"uri":"131ca8_dceae280b43a474f8dc121fe6fba9034~mv2.jpeg","name":&...", " <img src=\"https://static.wixstatic.com/media/131ca8_dceae280b43a474f8dc121fe6fba9034~mv2.jpeg/v1/fill/w_147,h_164,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_auto/131ca8_dceae280b43a474f8dc121fe6fba9034~mv2.jpeg\" alt=\"Greenfield Senior Living Inc.\" style=\"width: 490px; height: 547px; object-fit: cover...", "</wow-image>" ] } }, { "index": 882, "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": "wow-image", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[3]/div[2]/div[1]/section[4]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/wow-image[1]", "codeLines": [ "<wow-image id=\"img_undefined\" class=\"HlRz5e qD5RnK\" data-image-info=\"{"displayMode":"fill","isLQIP":true,"imageData":{"width":1374,"height":1536,"uri":"131ca8_096a0b659415418b9960ade1d8013980~mv2.jpeg","name":&...", " <img src=\"https://static.wixstatic.com/media/131ca8_096a0b659415418b9960ade1d8013980~mv2.jpeg/v1/fill/w_147,h_164,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_auto/131ca8_096a0b659415418b9960ade1d8013980~mv2.jpeg\" alt=\"Greenfield Senior Living Inc.\" style=\"width: 490px; height: 547px; object-fit: cover...", "</wow-image>" ] } }, { "index": 884, "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": "wow-image", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[3]/div[2]/div[1]/section[4]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[3]/div[1]/div[1]/div[1]/div[1]/wow-image[1]", "codeLines": [ "<wow-image id=\"img_undefined\" class=\"HlRz5e qD5RnK\" data-image-info=\"{"displayMode":"fill","isLQIP":true,"imageData":{"width":616,"height":689,"uri":"131ca8_aa9f114298a84a03beca99e4afefc1b3~mv2.jpeg","name":&qu...", " <img src=\"https://static.wixstatic.com/media/131ca8_aa9f114298a84a03beca99e4afefc1b3~mv2.jpeg/v1/fill/w_111,h_124,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_auto/131ca8_aa9f114298a84a03beca99e4afefc1b3~mv2.jpeg\" alt=\"Greenfield Senior Living Inc.\" style=\"width: 490px; height: 547px; object-fit: cover...", "</wow-image>" ] } }, { "index": 886, "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": "wow-image", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[3]/div[2]/div[1]/section[4]/div[2]/div[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/wow-image[1]", "codeLines": [ "<wow-image id=\"img_undefined\" class=\"HlRz5e qD5RnK\" data-image-info=\"{"displayMode":"fill","isLQIP":true,"imageData":{"width":1155,"height":1291,"uri":"131ca8_dceae280b43a474f8dc121fe6fba9034~mv2.jpeg","name":&...", " <img src=\"https://static.wixstatic.com/media/131ca8_dceae280b43a474f8dc121fe6fba9034~mv2.jpeg/v1/fill/w_147,h_164,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_auto/131ca8_dceae280b43a474f8dc121fe6fba9034~mv2.jpeg\" alt=\"Greenfield Senior Living Inc.\" style=\"width: 490px; height: 547px; object-fit: cover...", "</wow-image>" ] } }, { "index": 907, "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": "wow-image", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[3]/div[2]/div[1]/section[5]/div[2]/div[2]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/wow-image[1]", "codeLines": [ "<wow-image id=\"img_undefined\" class=\"HlRz5e qD5RnK\" data-image-info=\"{"displayMode":"fill","isLQIP":true,"imageData":{"width":2199,"height":2458,"uri":"131ca8_9853e4e7c8f54227ae3001b15dcddf5b~mv2.jpeg","name":&...", " <img src=\"https://static.wixstatic.com/media/131ca8_9853e4e7c8f54227ae3001b15dcddf5b~mv2.jpeg/v1/fill/w_147,h_164,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_auto/131ca8_9853e4e7c8f54227ae3001b15dcddf5b~mv2.jpeg\" alt=\"Greenfield Senior Living Inc.\" style=\"width: 490px; height: 547px; object-fit: cover...", "</wow-image>" ] } }, { "index": 909, "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": "wow-image", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[3]/div[2]/div[1]/section[5]/div[2]/div[2]/div[2]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/wow-image[1]", "codeLines": [ "<wow-image id=\"img_undefined\" class=\"HlRz5e qD5RnK\" data-image-info=\"{"displayMode":"fill","isLQIP":true,"imageData":{"width":1536,"height":2048,"uri":"131ca8_da6ca8d102e6486b9f5ca46028408d7a~mv2.jpg","name":&q...", " <img src=\"https://static.wixstatic.com/media/131ca8_da6ca8d102e6486b9f5ca46028408d7a~mv2.jpg/v1/fill/w_147,h_196,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_auto/131ca8_da6ca8d102e6486b9f5ca46028408d7a~mv2.jpg\" alt=\"Greenfield Senior Living Inc.\" style=\"width: 490px; height: 547px; object-fit: cover; ...", "</wow-image>" ] } }, { "index": 911, "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": "wow-image", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[3]/div[2]/div[1]/section[5]/div[2]/div[2]/div[2]/div[1]/div[1]/div[1]/div[3]/div[1]/div[1]/div[1]/div[1]/wow-image[1]", "codeLines": [ "<wow-image id=\"img_undefined\" class=\"HlRz5e qD5RnK\" data-image-info=\"{"displayMode":"fill","isLQIP":true,"imageData":{"width":3662,"height":4096,"uri":"131ca8_91f249c87d5744089e2614e418ec303d~mv2.jpg","name":&q...", " <img src=\"https://static.wixstatic.com/media/131ca8_91f249c87d5744089e2614e418ec303d~mv2.jpg/v1/fill/w_147,h_164,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_auto/131ca8_91f249c87d5744089e2614e418ec303d~mv2.jpg\" alt=\"Greenfield Senior Living Inc.\" style=\"width: 490px; height: 547px; object-fit: cover; ...", "</wow-image>" ] } }, { "index": 913, "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": "wow-image", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[3]/div[2]/div[1]/section[5]/div[2]/div[2]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/wow-image[1]", "codeLines": [ "<wow-image id=\"img_undefined\" class=\"HlRz5e qD5RnK\" data-image-info=\"{"displayMode":"fill","isLQIP":true,"imageData":{"width":2199,"height":2458,"uri":"131ca8_9853e4e7c8f54227ae3001b15dcddf5b~mv2.jpeg","name":&...", " <img src=\"https://static.wixstatic.com/media/131ca8_9853e4e7c8f54227ae3001b15dcddf5b~mv2.jpeg/v1/fill/w_147,h_164,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_auto/131ca8_9853e4e7c8f54227ae3001b15dcddf5b~mv2.jpeg\" alt=\"Greenfield Senior Living Inc.\" style=\"width: 490px; height: 547px; object-fit: cover...", "</wow-image>" ] } }, { "index": 922, "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": "wow-image", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[3]/div[2]/div[1]/section[6]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/wow-image[1]", "codeLines": [ "<wow-image id=\"img_undefined\" class=\"HlRz5e qD5RnK\" data-image-info=\"{"displayMode":"fill","isLQIP":true,"imageData":{"width":1481,"height":1656,"uri":"131ca8_8e1bb7f61a3a4e9a84470d6babc5870e~mv2.jpeg","name":&...", " <img src=\"https://static.wixstatic.com/media/131ca8_8e1bb7f61a3a4e9a84470d6babc5870e~mv2.jpeg/v1/fill/w_147,h_164,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_auto/131ca8_8e1bb7f61a3a4e9a84470d6babc5870e~mv2.jpeg\" alt=\"Greenfield Senior Living Inc.\" style=\"width: 490px; height: 547px; object-fit: cover...", "</wow-image>" ] } }, { "index": 924, "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": "wow-image", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[3]/div[2]/div[1]/section[6]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/wow-image[1]", "codeLines": [ "<wow-image id=\"img_undefined\" class=\"HlRz5e qD5RnK\" data-image-info=\"{"displayMode":"fill","isLQIP":true,"imageData":{"width":987,"height":951,"uri":"131ca8_10ce69322e244d969fd8f640c0ad4734~mv2.jpg","name":&quo...", " <img src=\"https://static.wixstatic.com/media/131ca8_10ce69322e244d969fd8f640c0ad4734~mv2.jpg/v1/fill/w_147,h_142,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_auto/131ca8_10ce69322e244d969fd8f640c0ad4734~mv2.jpg\" alt=\"Greenfield Senior Living Inc.\" style=\"width: 490px; height: 547px; object-fit: cover; ...", "</wow-image>" ] } }, { "index": 926, "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": "wow-image", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[3]/div[2]/div[1]/section[6]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[3]/div[1]/div[1]/div[1]/div[1]/wow-image[1]", "codeLines": [ "<wow-image id=\"img_undefined\" class=\"HlRz5e qD5RnK\" data-image-info=\"{"displayMode":"fill","isLQIP":true,"imageData":{"width":2878,"height":3218,"uri":"131ca8_c919dbf59c6543268ef4725cabe89aa4~mv2.jpg","name":&q...", " <img src=\"https://static.wixstatic.com/media/131ca8_c919dbf59c6543268ef4725cabe89aa4~mv2.jpg/v1/fill/w_147,h_164,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_auto/131ca8_c919dbf59c6543268ef4725cabe89aa4~mv2.jpg\" alt=\"Greenfield Senior Living Inc.\" style=\"width: 490px; height: 547px; object-fit: cover; ...", "</wow-image>" ] } }, { "index": 928, "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": "wow-image", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[3]/div[2]/div[1]/section[6]/div[2]/div[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/wow-image[1]", "codeLines": [ "<wow-image id=\"img_undefined\" class=\"HlRz5e qD5RnK\" data-image-info=\"{"displayMode":"fill","isLQIP":true,"imageData":{"width":1481,"height":1656,"uri":"131ca8_8e1bb7f61a3a4e9a84470d6babc5870e~mv2.jpeg","name":&...", " <img src=\"https://static.wixstatic.com/media/131ca8_8e1bb7f61a3a4e9a84470d6babc5870e~mv2.jpeg/v1/fill/w_147,h_164,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_auto/131ca8_8e1bb7f61a3a4e9a84470d6babc5870e~mv2.jpeg\" alt=\"Greenfield Senior Living Inc.\" style=\"width: 490px; height: 547px; object-fit: cover...", "</wow-image>" ] } }, { "index": 949, "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": "wow-image", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[3]/div[2]/div[1]/section[7]/div[2]/div[2]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/wow-image[1]", "codeLines": [ "<wow-image id=\"img_undefined\" class=\"HlRz5e qD5RnK\" data-image-info=\"{"displayMode":"fill","isLQIP":true,"imageData":{"width":1463,"height":1636,"uri":"131ca8_1b631ade386841b090da72cb9082516c~mv2.jpeg","name":&...", " <img src=\"https://static.wixstatic.com/media/131ca8_1b631ade386841b090da72cb9082516c~mv2.jpeg/v1/fill/w_147,h_164,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_auto/131ca8_1b631ade386841b090da72cb9082516c~mv2.jpeg\" alt=\"Greenfield Senior Living Inc.\" style=\"width: 490px; height: 547px; object-fit: cover...", "</wow-image>" ] } }, { "index": 951, "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": "wow-image", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[3]/div[2]/div[1]/section[7]/div[2]/div[2]/div[2]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/wow-image[1]", "codeLines": [ "<wow-image id=\"img_undefined\" class=\"HlRz5e qD5RnK\" data-image-info=\"{"displayMode":"fill","isLQIP":true,"imageData":{"width":1309,"height":1463,"uri":"131ca8_3668a55d016445268a152ef34cd167da~mv2.jpeg","name":&...", " <img src=\"https://static.wixstatic.com/media/131ca8_3668a55d016445268a152ef34cd167da~mv2.jpeg/v1/fill/w_147,h_164,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_auto/131ca8_3668a55d016445268a152ef34cd167da~mv2.jpeg\" alt=\"Greenfield Senior Living Inc.\" style=\"width: 490px; height: 547px; object-fit: cover...", "</wow-image>" ] } }, { "index": 953, "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": "wow-image", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[3]/div[2]/div[1]/section[7]/div[2]/div[2]/div[2]/div[1]/div[1]/div[1]/div[3]/div[1]/div[1]/div[1]/div[1]/wow-image[1]", "codeLines": [ "<wow-image id=\"img_undefined\" class=\"HlRz5e qD5RnK\" data-image-info=\"{"displayMode":"fill","isLQIP":true,"imageData":{"width":1532,"height":1713,"uri":"131ca8_608693b01d3643c68e76d71e41444f36~mv2.jpeg","name":&...", " <img src=\"https://static.wixstatic.com/media/131ca8_608693b01d3643c68e76d71e41444f36~mv2.jpeg/v1/fill/w_147,h_164,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_auto/131ca8_608693b01d3643c68e76d71e41444f36~mv2.jpeg\" alt=\"Greenfield Senior Living Inc.\" style=\"width: 490px; height: 547px; object-fit: cover...", "</wow-image>" ] } }, { "index": 955, "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": "wow-image", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[3]/div[2]/div[1]/section[7]/div[2]/div[2]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/wow-image[1]", "codeLines": [ "<wow-image id=\"img_undefined\" class=\"HlRz5e qD5RnK\" data-image-info=\"{"displayMode":"fill","isLQIP":true,"imageData":{"width":1463,"height":1636,"uri":"131ca8_1b631ade386841b090da72cb9082516c~mv2.jpeg","name":&...", " <img src=\"https://static.wixstatic.com/media/131ca8_1b631ade386841b090da72cb9082516c~mv2.jpeg/v1/fill/w_147,h_164,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_auto/131ca8_1b631ade386841b090da72cb9082516c~mv2.jpeg\" alt=\"Greenfield Senior Living Inc.\" style=\"width: 490px; height: 547px; object-fit: cover...", "</wow-image>" ] } }, { "index": 1027, "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": "wow-image", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[6]/div[2]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/wow-image[1]", "codeLines": [ "<wow-image id=\"img_undefined\" class=\"HlRz5e qD5RnK\" data-image-info=\"{"displayMode":"fill","isLQIP":true,"imageData":{"width":1372,"height":1920,"uri":"131ca8_9e04a983febe4644b1e77153fb8d1ee0~mv2.jpg","name":&q...", " <img src=\"https://static.wixstatic.com/media/131ca8_9e04a983febe4644b1e77153fb8d1ee0~mv2.jpg/v1/fill/w_147,h_206,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_auto/131ca8_9e04a983febe4644b1e77153fb8d1ee0~mv2.jpg\" alt=\"Greenfield Senior Living Inc.\" style=\"width: 414px; height: 526px; object-fit: cover; ...", "</wow-image>" ] } }, { "index": 1029, "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": "wow-image", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[6]/div[2]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/wow-image[1]", "codeLines": [ "<wow-image id=\"img_undefined\" class=\"HlRz5e qD5RnK\" data-image-info=\"{"displayMode":"fill","isLQIP":true,"imageData":{"width":1268,"height":1774,"uri":"131ca8_60c060b552054ad0a423a3f06561760a~mv2.jpg","name":&q...", " <img src=\"https://static.wixstatic.com/media/131ca8_60c060b552054ad0a423a3f06561760a~mv2.jpg/v1/fill/w_147,h_206,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_auto/131ca8_60c060b552054ad0a423a3f06561760a~mv2.jpg\" alt=\"Greenfield Senior Living Inc.\" style=\"width: 414px; height: 526px; object-fit: cover; ...", "</wow-image>" ] } }, { "index": 1031, "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": "wow-image", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[6]/div[2]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[3]/div[1]/div[1]/div[1]/div[1]/wow-image[1]", "codeLines": [ "<wow-image id=\"img_undefined\" class=\"HlRz5e qD5RnK\" data-image-info=\"{"displayMode":"fill","isLQIP":true,"imageData":{"width":840,"height":1176,"uri":"131ca8_7d7d45574e8544fc99e4239da6896e6e~mv2.jpeg","name":&q...", " <img src=\"https://static.wixstatic.com/media/131ca8_7d7d45574e8544fc99e4239da6896e6e~mv2.jpeg/v1/fill/w_151,h_212,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_auto/131ca8_7d7d45574e8544fc99e4239da6896e6e~mv2.jpeg\" alt=\"Greenfield Senior Living Inc.\" style=\"width: 414px; height: 526px; object-fit: cover...", "</wow-image>" ] } }, { "index": 1033, "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": "wow-image", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[6]/div[2]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/wow-image[1]", "codeLines": [ "<wow-image id=\"img_undefined\" class=\"HlRz5e qD5RnK\" data-image-info=\"{"displayMode":"fill","isLQIP":true,"imageData":{"width":1372,"height":1920,"uri":"131ca8_9e04a983febe4644b1e77153fb8d1ee0~mv2.jpg","name":&q...", " <img src=\"https://static.wixstatic.com/media/131ca8_9e04a983febe4644b1e77153fb8d1ee0~mv2.jpg/v1/fill/w_147,h_206,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_auto/131ca8_9e04a983febe4644b1e77153fb8d1ee0~mv2.jpg\" alt=\"Greenfield Senior Living Inc.\" style=\"width: 414px; height: 526px; object-fit: cover; ...", "</wow-image>" ] } }, { "index": 1213, "verdict": "cantTell", "rule": { "ruleID": "r39", "ruleSummary": "Image filename is accessible name for image", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r39", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#non-text-content", "chapter": "1.1.1", "title": "Non-text Content" }, { "uri": "https://www.w3.org/WAI/WCAG21/Techniques/general/G94", "name": "G94", "title": "Providing short text alternative for non-text content that serves the same purpose" }, { "uri": "https://www.w3.org/WAI/WCAG21/Techniques/general/G95", "name": "G95", "title": "Providing short text alternatives that provide a brief description of the non-text" } ] }, "target": { "type": "element", "tagName": "img", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[6]/div[2]/div[1]/section[5]/div[2]/div[2]/div[2]/div[1]/div[1]/div[1]/wow-image[1]/img[1]", "codeLines": [ "<img src=\"https://static.wixstatic.com/media/131ca8_015a92d3507e48b6a63417f2ad138783~mv2.jpg/v1/crop/x_21,y_0,w_2075,h_2100/fill/w_122,h_124,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_auto/shutterstock_1682026057.jpg\" alt=\"shutterstock_1682026057.jpg\" style=\"width: 489px; height: 494px; object-fit: cov..." ] } }, { "index": 1214, "verdict": "cantTell", "rule": { "ruleID": "r39", "ruleSummary": "Image filename is accessible name for image", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r39", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#non-text-content", "chapter": "1.1.1", "title": "Non-text Content" }, { "uri": "https://www.w3.org/WAI/WCAG21/Techniques/general/G94", "name": "G94", "title": "Providing short text alternative for non-text content that serves the same purpose" }, { "uri": "https://www.w3.org/WAI/WCAG21/Techniques/general/G95", "name": "G95", "title": "Providing short text alternatives that provide a brief description of the non-text" } ] }, "target": { "type": "element", "tagName": "img", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/wow-image[1]/img[1]", "codeLines": [ "<img src=\"https://static.wixstatic.com/media/131ca8_1286916e01a5489592e7b78fe25c2603~mv2.png/v1/fill/w_160,h_45,al_c,q_85,usm_0.66_1.00_0.01,blur_3,enc_auto/PhotoRoom_20210912_133014.png\" alt=\"PhotoRoom_20210912_133014.png\" style=\"width: 153px; height: 45px; object-fit: fill;\">" ] } }, { "index": 1312, "verdict": "failed", "rule": { "ruleID": "r53", "ruleSummary": "Headings are structured", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r53", "requirements": [] }, "target": { "type": "element", "tagName": "h6", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[6]/div[2]/div[1]/section[1]/div[2]/div[1]/div[2]/div[1]/div[1]/h6[1]", "codeLines": [ "<h6 class=\"font_6 wixui-rich-text__text\" style=\"font-size:15px; line-height:normal;\">", " <span style=\"letter-spacing:normal;\" class=\"wixui-rich-text__text\">", " <span style=\"font-size:15px;\" class=\"wixui-rich-text__text\">", " OUR LIFE", " </span>", " </span>", "</h6>" ] } }, { "index": 1314, "verdict": "failed", "rule": { "ruleID": "r53", "ruleSummary": "Headings are structured", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r53", "requirements": [] }, "target": { "type": "element", "tagName": "h6", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[6]/div[2]/div[1]/section[2]/div[2]/div[2]/div[2]/div[1]/div[1]/h6[1]", "codeLines": [ "<h6 class=\"font_6 wixui-rich-text__text\" style=\"font-size:15px; line-height:normal;\">", " <span class=\"color_11 wixui-rich-text__text\">", " <span style=\"letter-spacing:normal;\" class=\"wixui-rich-text__text\">", " <span style=\"font-size:15px;\" class=\"wixui-rich-text__text\">", " OUR PEOPLE", " </span>", " </span>", " </span>", "</h6>" ] } }, { "index": 1316, "verdict": "failed", "rule": { "ruleID": "r53", "ruleSummary": "Headings are structured", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r53", "requirements": [] }, "target": { "type": "element", "tagName": "h6", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[6]/div[2]/div[1]/section[3]/div[2]/div[1]/div[2]/div[1]/div[1]/h6[1]", "codeLines": [ "<h6 class=\"font_6 wixui-rich-text__text\" style=\"font-size:15px; line-height:normal;\">", " <span style=\"letter-spacing:normal;\" class=\"wixui-rich-text__text\">", " <span style=\"font-size:15px;\" class=\"wixui-rich-text__text\">", " 5-STAR TRAINING", " </span>", " </span>", "</h6>" ] } }, { "index": 1320, "verdict": "failed", "rule": { "ruleID": "r53", "ruleSummary": "Headings are structured", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r53", "requirements": [] }, "target": { "type": "element", "tagName": "h6", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[6]/div[2]/div[1]/section[5]/div[2]/div[1]/div[2]/div[1]/div[1]/h6[1]", "codeLines": [ "<h6 class=\"font_6 wixui-rich-text__text\" style=\"font-size:15px; line-height:normal;\">", " <span style=\"letter-spacing:normal;\" class=\"wixui-rich-text__text\">", " <span style=\"font-size:15px;\" class=\"wixui-rich-text__text\">", " HEALTH & SAFETY", " </span>", " </span>", "</h6>" ] } }, { "index": 1322, "verdict": "failed", "rule": { "ruleID": "r53", "ruleSummary": "Headings are structured", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r53", "requirements": [] }, "target": { "type": "element", "tagName": "h6", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[6]/div[2]/div[1]/section[6]/div[2]/div[2]/div[2]/div[1]/div[1]/h6[1]", "codeLines": [ "<h6 class=\"font_6 wixui-rich-text__text\" style=\"font-size:15px; line-height:normal;\">", " <span style=\"color:#FFFFFF;\" class=\"wixui-rich-text__text\">", " <span style=\"letter-spacing:normal;\" class=\"wixui-rich-text__text\">", " <span style=\"font-size:15px;\" class=\"wixui-rich-text__text\">", " OUR COMMUNITIES", " </span>", " </span>", " </span>", "</h6>" ] } }, { "index": 1457, "verdict": "cantTell", "rule": { "ruleID": "r65", "ruleSummary": "Element in sequential focus order has visible focus", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r65", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#focus-visible", "chapter": "2.4.7", "title": "Focus Visible" } ] }, "target": { "type": "element", "tagName": "a", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/header[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[1]/div[2]/div[1]/div[2]/div[1]/div[1]/a[1]", "codeLines": [ "<a data-testid=\"linkElement\" href=\"https://www.greenfieldseniorliving.com\" target=\"_self\" class=\"j7pOnl\">", " <wow-image id=\"img_comp-kth5wzsh\" class=\"HlRz5e BI8PVQ\" data-image-info=\"{"containerId":"comp-kth5wzsh","displayMode":"fill","targetWidth":156,"targetHeight":44,"isLQIP":false,"imageData":{"width":1200,"...", " <img src=\"https://static.wixstatic.com/media/131ca8_96a3d7772e5b4bb29f414512f3b352dd~mv2.png/v1/fill/w_156,h_44,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/IMG_7361_PNG.png\" alt=\"IMG_7361.PNG\" style=\"width:156px;height:44px;object-fit:cover\" srcset=\"https://static.wixstatic.com/media/131ca8_96a3d7772e...", " </wow-image>", "</a>" ] } }, { "index": 1458, "verdict": "cantTell", "rule": { "ruleID": "r65", "ruleSummary": "Element in sequential focus order has visible focus", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r65", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#focus-visible", "chapter": "2.4.7", "title": "Focus Visible" } ] }, "target": { "type": "element", "tagName": "a", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/header[1]/div[1]/div[2]/div[1]/div[1]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[1]/a[1]", "codeLines": [ "<a data-testid=\"linkElement\" href=\"https://www.greenfieldseniorliving.com\" target=\"_self\" class=\"lY3Nwh\" aria-haspopup=\"false\">", " <div class=\"rBTT56\">", " <div class=\"\" style=\"text-align:right\">", " <p class=\"foFAdY\" style=\"text-align: right; line-height: 50px;\" id=\"comp-kmbqgnlm0label\">", " Home", " </p>", " </div>", " </div>", "</a>" ] } }, { "index": 1459, "verdict": "cantTell", "rule": { "ruleID": "r65", "ruleSummary": "Element in sequential focus order has visible focus", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r65", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#focus-visible", "chapter": "2.4.7", "title": "Focus Visible" } ] }, "target": { "type": "element", "tagName": "a", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/header[1]/div[1]/div[2]/div[1]/div[1]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[2]/a[1]", "codeLines": [ "<a data-testid=\"linkElement\" href=\"https://www.greenfieldseniorliving.com/our-mission\" target=\"_self\" class=\"lY3Nwh\" aria-haspopup=\"false\">", " <div class=\"rBTT56\">", " <div class=\"\" style=\"text-align:right\">", " <p class=\"foFAdY\" style=\"text-align: right; line-height: 50px;\" id=\"comp-kmbqgnlm1label\">", " Our Mission", " </p>", " </div>", " </div>", "</a>" ] } }, { "index": 1460, "verdict": "cantTell", "rule": { "ruleID": "r65", "ruleSummary": "Element in sequential focus order has visible focus", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r65", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#focus-visible", "chapter": "2.4.7", "title": "Focus Visible" } ] }, "target": { "type": "element", "tagName": "a", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/header[1]/div[1]/div[2]/div[1]/div[1]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[3]/a[1]", "codeLines": [ "<a data-testid=\"linkElement\" href=\"https://www.greenfieldseniorliving.com/our-life\" target=\"_self\" class=\"lY3Nwh\" aria-haspopup=\"false\">", " <div class=\"rBTT56\">", " <div class=\"\" style=\"text-align:right\">", " <p class=\"foFAdY\" style=\"text-align: right; line-height: 50px;\" id=\"comp-kmbqgnlm2label\">", " Our Life", " </p>", " </div>", " </div>", "</a>" ] } }, { "index": 1461, "verdict": "cantTell", "rule": { "ruleID": "r65", "ruleSummary": "Element in sequential focus order has visible focus", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r65", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#focus-visible", "chapter": "2.4.7", "title": "Focus Visible" } ] }, "target": { "type": "element", "tagName": "a", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/header[1]/div[1]/div[2]/div[1]/div[1]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[4]/a[1]", "codeLines": [ "<a data-testid=\"linkElement\" href=\"https://www.greenfieldseniorliving.com/our-communites\" target=\"_self\" class=\"lY3Nwh\" aria-haspopup=\"false\" aria-describedby=\"comp-kmbqgnlmnavContainer-hiddenA11ySubMenuIndication\">", " <div class=\"rBTT56\">", " <div class=\"\" style=\"text-align:right\">", " <p class=\"foFAdY\" style=\"text-align: right; line-height: 50px;\" id=\"comp-kmbqgnlm3label\">", " Our Communites", " </p>", " </div>", " </div>", "</a>" ] } }, { "index": 1462, "verdict": "cantTell", "rule": { "ruleID": "r65", "ruleSummary": "Element in sequential focus order has visible focus", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r65", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#focus-visible", "chapter": "2.4.7", "title": "Focus Visible" } ] }, "target": { "type": "element", "tagName": "a", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/header[1]/div[1]/div[2]/div[1]/div[1]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[5]/a[1]", "codeLines": [ "<a data-testid=\"linkElement\" href=\"https://www.greenfieldseniorliving.com/health-and-safety\" target=\"_self\" class=\"lY3Nwh\" aria-haspopup=\"false\">", " <div class=\"rBTT56\">", " <div class=\"\" style=\"text-align:right\">", " <p class=\"foFAdY\" style=\"text-align: right; line-height: 50px;\" id=\"comp-kmbqgnlm4label\">", " Health & Safety", " </p>", " </div>", " </div>", "</a>" ] } }, { "index": 1463, "verdict": "cantTell", "rule": { "ruleID": "r65", "ruleSummary": "Element in sequential focus order has visible focus", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r65", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#focus-visible", "chapter": "2.4.7", "title": "Focus Visible" } ] }, "target": { "type": "element", "tagName": "a", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/header[1]/div[1]/div[2]/div[1]/div[1]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[6]/a[1]", "codeLines": [ "<a data-testid=\"linkElement\" href=\"https://www.greenfieldseniorliving.com/careers\" target=\"_self\" class=\"lY3Nwh\" aria-haspopup=\"false\">", " <div class=\"rBTT56\">", " <div class=\"\" style=\"text-align:right\">", " <p class=\"foFAdY\" style=\"text-align: right; line-height: 50px;\" id=\"comp-kmbqgnlm5label\">", " Careers", " </p>", " </div>", " </div>", "</a>" ] } }, { "index": 1464, "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": "div", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/header[1]/div[1]/div[2]/div[1]/div[1]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[8]/div[1]", "codeLines": [ "<div data-testid=\"linkElement\" class=\"lY3Nwh\" tabindex=\"0\" aria-haspopup=\"false\">", " <div class=\"rBTT56\">", " <div class=\"\" style=\"text-align:right\">", " <p class=\"foFAdY\" style=\"text-align: right; line-height: 50px;\" id=\"comp-kmbqgnlm__more__label\" tabindex=\"-1\">", " More", " </p>", " </div>", " </div>", "</div>" ] } }, { "index": 1465, "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": "div", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[3]/div[2]/div[1]/section[3]/div[2]/div[2]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]", "codeLines": [ "<div class=\"dAzcPH SKiqtb\" data-testid=\"gallery-item-click-action-image-zoom\" role=\"button\" aria-haspopup=\"true\" tabindex=\"0\" aria-label=\"Greenfield Senior Living Inc.\" aria-describedby=\"describedby_item-current-0-comp-kyfoojns1\">", " <div class=\"FfVTJS\">", " <div class=\"oMaBOp\">", " <div class=\"VcuCbf\">", " <wow-image id=\"img_undefined\" class=\"HlRz5e qD5RnK\" data-image-info=\"{"displayMode":"fill","isLQIP":true,"imageData":{"width":2350,"height":2628,"uri":"131ca8_9464b9d4b7a64972825aed5912c6173c~mv2.jpg","name&...", " <img src=\"https://static.wixstatic.com/media/131ca8_9464b9d4b7a64972825aed5912c6173c~mv2.jpg/v1/fill/w_147,h_164,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_auto/131ca8_9464b9d4b7a64972825aed5912c6173c~mv2.jpg\" alt=\"Greenfield Senior Living Inc.\" style=\"width: 490px; height: 547px; object-fit:...", " </wow-image>", " </div>", " <div data-testid=\"gallery-item-panel\" class=\"R0UYn1 OfEa1e\">", " <div data-testid=\"gallery-item-title\" class=\"fK2Wn6\">", " Greenfield Senior Living Inc.", " </div>", " <p data-testid=\"gallery-item-description\" class=\"IQyQnK\"></p>", " </div>", " </div>", " </div>", " <div style=\"display:none\">", " <span id=\"describedby_item-current-0-comp-kyfoojns1\" data-testid=\"gallery-item-describedby-id\">", " press to zoom", " </span>", " </div>", "</div>" ] } }, { "index": 1466, "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": "div", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[3]/div[2]/div[1]/section[4]/div[2]/div[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]", "codeLines": [ "<div class=\"dAzcPH SKiqtb\" data-testid=\"gallery-item-click-action-image-zoom\" role=\"button\" aria-haspopup=\"true\" tabindex=\"0\" aria-label=\"Greenfield Senior Living Inc.\" aria-describedby=\"describedby_item-current-0-comp-kyfoojoa1\">", " <div class=\"FfVTJS\">", " <div class=\"oMaBOp\">", " <div class=\"VcuCbf\">", " <wow-image id=\"img_undefined\" class=\"HlRz5e qD5RnK\" data-image-info=\"{"displayMode":"fill","isLQIP":true,"imageData":{"width":1155,"height":1291,"uri":"131ca8_dceae280b43a474f8dc121fe6fba9034~mv2.jpeg","name...", " <img src=\"https://static.wixstatic.com/media/131ca8_dceae280b43a474f8dc121fe6fba9034~mv2.jpeg/v1/fill/w_147,h_164,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_auto/131ca8_dceae280b43a474f8dc121fe6fba9034~mv2.jpeg\" alt=\"Greenfield Senior Living Inc.\" style=\"width: 490px; height: 547px; object-fi...", " </wow-image>", " </div>", " <div data-testid=\"gallery-item-panel\" class=\"R0UYn1 OfEa1e\">", " <div data-testid=\"gallery-item-title\" class=\"fK2Wn6\">", " Greenfield Senior Living Inc.", " </div>", " <p data-testid=\"gallery-item-description\" class=\"IQyQnK\"></p>", " </div>", " </div>", " </div>", " <div style=\"display:none\">", " <span id=\"describedby_item-current-0-comp-kyfoojoa1\" data-testid=\"gallery-item-describedby-id\">", " press to zoom", " </span>", " </div>", "</div>" ] } }, { "index": 1467, "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": "div", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[3]/div[2]/div[1]/section[5]/div[2]/div[2]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]", "codeLines": [ "<div class=\"dAzcPH SKiqtb\" data-testid=\"gallery-item-click-action-image-zoom\" role=\"button\" aria-haspopup=\"true\" tabindex=\"0\" aria-label=\"Greenfield Senior Living Inc.\" aria-describedby=\"describedby_item-current-0-comp-kyfoojpd\">", " <div class=\"FfVTJS\">", " <div class=\"oMaBOp\">", " <div class=\"VcuCbf\">", " <wow-image id=\"img_undefined\" class=\"HlRz5e qD5RnK\" data-image-info=\"{"displayMode":"fill","isLQIP":true,"imageData":{"width":2199,"height":2458,"uri":"131ca8_9853e4e7c8f54227ae3001b15dcddf5b~mv2.jpeg","name...", " <img src=\"https://static.wixstatic.com/media/131ca8_9853e4e7c8f54227ae3001b15dcddf5b~mv2.jpeg/v1/fill/w_147,h_164,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_auto/131ca8_9853e4e7c8f54227ae3001b15dcddf5b~mv2.jpeg\" alt=\"Greenfield Senior Living Inc.\" style=\"width: 490px; height: 547px; object-fi...", " </wow-image>", " </div>", " <div data-testid=\"gallery-item-panel\" class=\"R0UYn1 OfEa1e\">", " <div data-testid=\"gallery-item-title\" class=\"fK2Wn6\">", " Greenfield Senior Living Inc.", " </div>", " <p data-testid=\"gallery-item-description\" class=\"IQyQnK\"></p>", " </div>", " </div>", " </div>", " <div style=\"display:none\">", " <span id=\"describedby_item-current-0-comp-kyfoojpd\" data-testid=\"gallery-item-describedby-id\">", " press to zoom", " </span>", " </div>", "</div>" ] } }, { "index": 1468, "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": "div", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[3]/div[2]/div[1]/section[6]/div[2]/div[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]", "codeLines": [ "<div class=\"dAzcPH SKiqtb\" data-testid=\"gallery-item-click-action-image-zoom\" role=\"button\" aria-haspopup=\"true\" tabindex=\"0\" aria-label=\"Greenfield Senior Living Inc.\" aria-describedby=\"describedby_item-current-0-comp-kyfoojpq\">", " <div class=\"FfVTJS\">", " <div class=\"oMaBOp\">", " <div class=\"VcuCbf\">", " <wow-image id=\"img_undefined\" class=\"HlRz5e qD5RnK\" data-image-info=\"{"displayMode":"fill","isLQIP":true,"imageData":{"width":1481,"height":1656,"uri":"131ca8_8e1bb7f61a3a4e9a84470d6babc5870e~mv2.jpeg","name...", " <img src=\"https://static.wixstatic.com/media/131ca8_8e1bb7f61a3a4e9a84470d6babc5870e~mv2.jpeg/v1/fill/w_147,h_164,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_auto/131ca8_8e1bb7f61a3a4e9a84470d6babc5870e~mv2.jpeg\" alt=\"Greenfield Senior Living Inc.\" style=\"width: 490px; height: 547px; object-fi...", " </wow-image>", " </div>", " <div data-testid=\"gallery-item-panel\" class=\"R0UYn1 OfEa1e\">", " <div data-testid=\"gallery-item-title\" class=\"fK2Wn6\">", " Greenfield Senior Living Inc.", " </div>", " <p data-testid=\"gallery-item-description\" class=\"IQyQnK\"></p>", " </div>", " </div>", " </div>", " <div style=\"display:none\">", " <span id=\"describedby_item-current-0-comp-kyfoojpq\" data-testid=\"gallery-item-describedby-id\">", " press to zoom", " </span>", " </div>", "</div>" ] } }, { "index": 1469, "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": "div", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[3]/div[2]/div[1]/section[7]/div[2]/div[2]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]", "codeLines": [ "<div class=\"dAzcPH SKiqtb\" data-testid=\"gallery-item-click-action-image-zoom\" role=\"button\" aria-haspopup=\"true\" tabindex=\"0\" aria-label=\"Greenfield Senior Living Inc.\" aria-describedby=\"describedby_item-current-0-comp-kyfoojqq\">", " <div class=\"FfVTJS\">", " <div class=\"oMaBOp\">", " <div class=\"VcuCbf\">", " <wow-image id=\"img_undefined\" class=\"HlRz5e qD5RnK\" data-image-info=\"{"displayMode":"fill","isLQIP":true,"imageData":{"width":1463,"height":1636,"uri":"131ca8_1b631ade386841b090da72cb9082516c~mv2.jpeg","name...", " <img src=\"https://static.wixstatic.com/media/131ca8_1b631ade386841b090da72cb9082516c~mv2.jpeg/v1/fill/w_147,h_164,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_auto/131ca8_1b631ade386841b090da72cb9082516c~mv2.jpeg\" alt=\"Greenfield Senior Living Inc.\" style=\"width: 490px; height: 547px; object-fi...", " </wow-image>", " </div>", " <div data-testid=\"gallery-item-panel\" class=\"R0UYn1 OfEa1e\">", " <div data-testid=\"gallery-item-title\" class=\"fK2Wn6\">", " Greenfield Senior Living Inc.", " </div>", " <p data-testid=\"gallery-item-description\" class=\"IQyQnK\"></p>", " </div>", " </div>", " </div>", " <div style=\"display:none\">", " <span id=\"describedby_item-current-0-comp-kyfoojqq\" data-testid=\"gallery-item-describedby-id\">", " press to zoom", " </span>", " </div>", "</div>" ] } }, { "index": 1470, "verdict": "cantTell", "rule": { "ruleID": "r65", "ruleSummary": "Element in sequential focus order has visible focus", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r65", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#focus-visible", "chapter": "2.4.7", "title": "Focus Visible" } ] }, "target": { "type": "element", "tagName": "a", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[5]/div[2]/div[1]/section[1]/div[2]/div[1]/div[2]/div[1]/section[1]/div[2]/div[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[4]/a[1]", "codeLines": [ "<a data-testid=\"linkElement\" href=\"https://www.greenfieldseniorliving.com/our-mission\" target=\"_self\" class=\"kuTaGy wixui-button zKbzSQ\" aria-disabled=\"false\">", " <span class=\"M3I7Z2 wixui-button__label\">", " Read More", " </span>", "</a>" ] } }, { "index": 1471, "verdict": "cantTell", "rule": { "ruleID": "r65", "ruleSummary": "Element in sequential focus order has visible focus", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r65", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#focus-visible", "chapter": "2.4.7", "title": "Focus Visible" } ] }, "target": { "type": "element", "tagName": "a", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[5]/div[2]/div[1]/section[1]/div[2]/div[1]/div[2]/div[1]/section[1]/div[2]/div[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[5]/div[2]/div[1]/div[1]/a[1]", "codeLines": [ "<a data-testid=\"linkElement\" href=\"https://www.greenfieldseniorliving.com/our-mission\" target=\"_self\" class=\"u9k3ts\">", " <div data-testid=\"svgRoot-comp-kyfoojsh\" class=\"aizuI7 TcoJIb comp-kyfoojsh\">", " <!--?xml version=\"1.0\" encoding=\"UTF-8\"?-->", " <svg preserveAspectRatio=\"xMidYMid meet\" data-bbox=\"19.117 18.918 161.766 162.164\" viewBox=\"19.117 18.918 161.766 162.164\" height=\"200\" width=\"200\" xmlns=\"http://www.w3.org/2000/svg\" data-type=\"shape\" role=\"presentation\" aria-hidden=\"true\">", " <g>", " <path d=\"M104.133 18.918l-9.431 8.947 61.913 65.269-137.498.938.089 13 138.096-.942-61.338 66.11 9.529 8.842 75.39-81.254-76.75-80.91z\"></path>", " </g>", " </svg>", " </div>", "</a>" ] } }, { "index": 1472, "verdict": "cantTell", "rule": { "ruleID": "r65", "ruleSummary": "Element in sequential focus order has visible focus", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r65", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#focus-visible", "chapter": "2.4.7", "title": "Focus Visible" } ] }, "target": { "type": "element", "tagName": "a", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[6]/div[2]/div[1]/section[1]/div[2]/div[1]/div[2]/div[1]/div[6]/a[1]", "codeLines": [ "<a data-testid=\"linkElement\" href=\"https://www.greenfieldseniorliving.com/our-life\" target=\"_self\" class=\"kuTaGy wixui-button zKbzSQ\" aria-disabled=\"false\">", " <span class=\"M3I7Z2 wixui-button__label\">", " Read More", " </span>", "</a>" ] } }, { "index": 1473, "verdict": "cantTell", "rule": { "ruleID": "r65", "ruleSummary": "Element in sequential focus order has visible focus", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r65", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#focus-visible", "chapter": "2.4.7", "title": "Focus Visible" } ] }, "target": { "type": "element", "tagName": "a", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[6]/div[2]/div[1]/section[1]/div[2]/div[2]/div[2]/div[1]/div[1]/nav[1]/ol[1]/li[1]/a[1]", "codeLines": [ "<a href=\"./#comp-kyfooju7\" aria-label=\"IDA\" class=\"x8rUIu Fd6sGQ\"></a>" ] } }, { "index": 1474, "verdict": "cantTell", "rule": { "ruleID": "r65", "ruleSummary": "Element in sequential focus order has visible focus", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r65", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#focus-visible", "chapter": "2.4.7", "title": "Focus Visible" } ] }, "target": { "type": "element", "tagName": "a", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[6]/div[2]/div[1]/section[1]/div[2]/div[2]/div[2]/div[1]/div[1]/nav[1]/ol[1]/li[2]/a[1]", "codeLines": [ "<a href=\"./#comp-kyfoojul\" aria-label=\"RON\" class=\"x8rUIu\"></a>" ] } }, { "index": 1475, "verdict": "cantTell", "rule": { "ruleID": "r65", "ruleSummary": "Element in sequential focus order has visible focus", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r65", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#focus-visible", "chapter": "2.4.7", "title": "Focus Visible" } ] }, "target": { "type": "element", "tagName": "a", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[6]/div[2]/div[1]/section[1]/div[2]/div[2]/div[2]/div[1]/div[1]/nav[1]/ol[1]/li[3]/a[1]", "codeLines": [ "<a href=\"./#comp-kyfoojv0\" aria-label=\"KAREN\" class=\"x8rUIu\"></a>" ] } }, { "index": 1476, "verdict": "cantTell", "rule": { "ruleID": "r65", "ruleSummary": "Element in sequential focus order has visible focus", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r65", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#focus-visible", "chapter": "2.4.7", "title": "Focus Visible" } ] }, "target": { "type": "element", "tagName": "a", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[6]/div[2]/div[1]/section[1]/div[2]/div[2]/div[2]/div[1]/div[1]/nav[1]/ol[1]/li[4]/a[1]", "codeLines": [ "<a href=\"./#comp-kyfoojve\" aria-label=\"ROSE\" class=\"x8rUIu\"></a>" ] } }, { "index": 1477, "verdict": "cantTell", "rule": { "ruleID": "r65", "ruleSummary": "Element in sequential focus order has visible focus", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r65", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#focus-visible", "chapter": "2.4.7", "title": "Focus Visible" } ] }, "target": { "type": "element", "tagName": "a", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[6]/div[2]/div[1]/section[1]/div[2]/div[2]/div[2]/div[1]/div[1]/nav[1]/ol[1]/li[5]/a[1]", "codeLines": [ "<a href=\"./#comp-kyfoojvq\" aria-label=\"DEBBIE\" class=\"x8rUIu\"></a>" ] } }, { "index": 1478, "verdict": "cantTell", "rule": { "ruleID": "r65", "ruleSummary": "Element in sequential focus order has visible focus", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r65", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#focus-visible", "chapter": "2.4.7", "title": "Focus Visible" } ] }, "target": { "type": "element", "tagName": "a", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[6]/div[2]/div[1]/section[1]/div[2]/div[2]/div[2]/div[1]/div[1]/nav[1]/ol[1]/li[6]/a[1]", "codeLines": [ "<a href=\"./#comp-kyfoojw3\" aria-label=\"ELVIN\" class=\"x8rUIu\"></a>" ] } }, { "index": 1479, "verdict": "cantTell", "rule": { "ruleID": "r65", "ruleSummary": "Element in sequential focus order has visible focus", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r65", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#focus-visible", "chapter": "2.4.7", "title": "Focus Visible" } ] }, "target": { "type": "element", "tagName": "a", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[6]/div[2]/div[1]/section[1]/div[2]/div[2]/div[2]/div[1]/div[1]/nav[1]/ol[1]/li[7]/a[1]", "codeLines": [ "<a href=\"./#comp-kyfoojwf\" aria-label=\"SHARON\" class=\"x8rUIu\"></a>" ] } }, { "index": 1480, "verdict": "cantTell", "rule": { "ruleID": "r65", "ruleSummary": "Element in sequential focus order has visible focus", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r65", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#focus-visible", "chapter": "2.4.7", "title": "Focus Visible" } ] }, "target": { "type": "element", "tagName": "a", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[6]/div[2]/div[1]/section[1]/div[2]/div[2]/div[2]/div[1]/div[1]/nav[1]/ol[1]/li[8]/a[1]", "codeLines": [ "<a href=\"./#comp-kyfoojwu\" aria-label=\"IRENE\" class=\"x8rUIu\"></a>" ] } }, { "index": 1481, "verdict": "cantTell", "rule": { "ruleID": "r65", "ruleSummary": "Element in sequential focus order has visible focus", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r65", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#focus-visible", "chapter": "2.4.7", "title": "Focus Visible" } ] }, "target": { "type": "element", "tagName": "a", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[6]/div[2]/div[1]/section[1]/div[2]/div[2]/div[2]/div[1]/div[1]/nav[1]/ol[1]/li[9]/a[1]", "codeLines": [ "<a href=\"./#comp-kyfoojxa\" aria-label=\"LOUIS\" class=\"x8rUIu\"></a>" ] } }, { "index": 1482, "verdict": "cantTell", "rule": { "ruleID": "r65", "ruleSummary": "Element in sequential focus order has visible focus", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r65", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#focus-visible", "chapter": "2.4.7", "title": "Focus Visible" } ] }, "target": { "type": "element", "tagName": "a", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[6]/div[2]/div[1]/section[1]/div[2]/div[2]/div[2]/div[1]/div[1]/nav[1]/ol[1]/li[10]/a[1]", "codeLines": [ "<a href=\"./#comp-kyfoojxm\" aria-label=\"BERNICE\" class=\"x8rUIu\"></a>" ] } }, { "index": 1483, "verdict": "cantTell", "rule": { "ruleID": "r65", "ruleSummary": "Element in sequential focus order has visible focus", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r65", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#focus-visible", "chapter": "2.4.7", "title": "Focus Visible" } ] }, "target": { "type": "element", "tagName": "a", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[6]/div[2]/div[1]/section[1]/div[2]/div[2]/div[2]/div[1]/div[1]/nav[1]/ol[1]/li[11]/a[1]", "codeLines": [ "<a href=\"./#comp-kyfoojxz\" aria-label=\"CAROLYN\" class=\"x8rUIu\"></a>" ] } }, { "index": 1484, "verdict": "cantTell", "rule": { "ruleID": "r65", "ruleSummary": "Element in sequential focus order has visible focus", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r65", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#focus-visible", "chapter": "2.4.7", "title": "Focus Visible" } ] }, "target": { "type": "element", "tagName": "a", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[6]/div[2]/div[1]/section[1]/div[2]/div[2]/div[2]/div[1]/div[1]/nav[1]/ol[1]/li[12]/a[1]", "codeLines": [ "<a href=\"./#comp-kyfoojyd\" aria-label=\"JUNE\" class=\"x8rUIu\"></a>" ] } }, { "index": 1485, "verdict": "cantTell", "rule": { "ruleID": "r65", "ruleSummary": "Element in sequential focus order has visible focus", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r65", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#focus-visible", "chapter": "2.4.7", "title": "Focus Visible" } ] }, "target": { "type": "element", "tagName": "a", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[6]/div[2]/div[1]/section[1]/div[2]/div[2]/div[2]/div[1]/div[1]/nav[1]/ol[1]/li[13]/a[1]", "codeLines": [ "<a href=\"./#comp-kyfoojyp\" aria-label=\"ROSE ANN\" class=\"x8rUIu\"></a>" ] } }, { "index": 1486, "verdict": "cantTell", "rule": { "ruleID": "r65", "ruleSummary": "Element in sequential focus order has visible focus", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r65", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#focus-visible", "chapter": "2.4.7", "title": "Focus Visible" } ] }, "target": { "type": "element", "tagName": "a", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[6]/div[2]/div[1]/section[1]/div[2]/div[2]/div[2]/div[1]/div[1]/nav[1]/ol[1]/li[14]/a[1]", "codeLines": [ "<a href=\"./#comp-kyfoojz2\" aria-label=\"BILL\" class=\"x8rUIu\"></a>" ] } }, { "index": 1487, "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": "div", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[6]/div[2]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]", "codeLines": [ "<div class=\"dAzcPH SKiqtb\" data-testid=\"gallery-item-click-action-image-zoom\" role=\"button\" aria-haspopup=\"true\" tabindex=\"0\" aria-label=\"Greenfield Senior Living Inc.\" aria-describedby=\"describedby_item-current-0-comp-kyg3hipw\">", " <div class=\"FfVTJS\">", " <div class=\"oMaBOp\">", " <div class=\"VcuCbf\">", " <wow-image id=\"img_undefined\" class=\"HlRz5e qD5RnK\" data-image-info=\"{"displayMode":"fill","isLQIP":true,"imageData":{"width":1372,"height":1920,"uri":"131ca8_9e04a983febe4644b1e77153fb8d1ee0~mv2.jpg","name&...", " <img src=\"https://static.wixstatic.com/media/131ca8_9e04a983febe4644b1e77153fb8d1ee0~mv2.jpg/v1/fill/w_147,h_206,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_auto/131ca8_9e04a983febe4644b1e77153fb8d1ee0~mv2.jpg\" alt=\"Greenfield Senior Living Inc.\" style=\"width: 414px; height: 526px; object-fit:...", " </wow-image>", " </div>", " <div data-testid=\"gallery-item-panel\" class=\"R0UYn1 OfEa1e\">", " <div data-testid=\"gallery-item-title\" class=\"fK2Wn6\">", " Greenfield Senior Living Inc.", " </div>", " <p data-testid=\"gallery-item-description\" class=\"IQyQnK\"></p>", " </div>", " </div>", " </div>", " <div style=\"display:none\">", " <span id=\"describedby_item-current-0-comp-kyg3hipw\" data-testid=\"gallery-item-describedby-id\">", " press to zoom", " </span>", " </div>", "</div>" ] } }, { "index": 1488, "verdict": "cantTell", "rule": { "ruleID": "r65", "ruleSummary": "Element in sequential focus order has visible focus", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r65", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#focus-visible", "chapter": "2.4.7", "title": "Focus Visible" } ] }, "target": { "type": "element", "tagName": "a", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[6]/div[2]/div[1]/section[3]/div[2]/div[1]/div[2]/div[1]/div[6]/a[1]", "codeLines": [ "<a data-testid=\"linkElement\" href=\"https://www.greenfieldseniorliving.com/education\" target=\"_self\" class=\"kuTaGy wixui-button zKbzSQ\" aria-disabled=\"false\">", " <span class=\"M3I7Z2 wixui-button__label\">", " Read More", " </span>", "</a>" ] } }, { "index": 1489, "verdict": "cantTell", "rule": { "ruleID": "r65", "ruleSummary": "Element in sequential focus order has visible focus", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r65", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#focus-visible", "chapter": "2.4.7", "title": "Focus Visible" } ] }, "target": { "type": "element", "tagName": "a", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[6]/div[2]/div[1]/section[3]/div[2]/div[1]/div[2]/div[1]/div[7]/div[2]/div[1]/div[1]/a[1]", "codeLines": [ "<a data-testid=\"linkElement\" href=\"https://www.greenfieldseniorliving.com/education\" target=\"_self\" class=\"u9k3ts\">", " <div data-testid=\"svgRoot-comp-kyfook1l\" class=\"aizuI7 TcoJIb comp-kyfook1l\">", " <!--?xml version=\"1.0\" encoding=\"UTF-8\"?-->", " <svg preserveAspectRatio=\"xMidYMid meet\" data-bbox=\"19.117 18.918 161.766 162.164\" viewBox=\"19.117 18.918 161.766 162.164\" height=\"200\" width=\"200\" xmlns=\"http://www.w3.org/2000/svg\" data-type=\"shape\" role=\"presentation\" aria-hidden=\"true\">", " <g>", " <path d=\"M104.133 18.918l-9.431 8.947 61.913 65.269-137.498.938.089 13 138.096-.942-61.338 66.11 9.529 8.842 75.39-81.254-76.75-80.91z\"></path>", " </g>", " </svg>", " </div>", "</a>" ] } }, { "index": 1490, "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]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[6]/div[2]/div[1]/section[4]/div[2]/div[1]/div[2]/div[1]/div[1]/button[1]", "codeLines": [ "<button data-testid=\"prevButton\" aria-label=\"Previous\" class=\"PBM28h LeOpDH\">", " <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 21 41\">", " <path d=\"M20.3 40.8 0 20.5 20.3.2l.7.7L1.3 20.5 21 40.1z\"></path>", " </svg>", "</button>" ] } }, { "index": 1491, "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]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[6]/div[2]/div[1]/section[4]/div[2]/div[1]/div[2]/div[1]/div[1]/button[2]", "codeLines": [ "<button data-testid=\"nextButton\" aria-label=\"Next\" class=\"PBM28h QFf6js\">", " <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 21 41\">", " <path d=\"M20.3 40.8 0 20.5 20.3.2l.7.7L1.3 20.5 21 40.1z\"></path>", " </svg>", "</button>" ] } }, { "index": 1492, "verdict": "cantTell", "rule": { "ruleID": "r65", "ruleSummary": "Element in sequential focus order has visible focus", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r65", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#focus-visible", "chapter": "2.4.7", "title": "Focus Visible" } ] }, "target": { "type": "element", "tagName": "a", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[6]/div[2]/div[1]/section[4]/div[2]/div[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[3]/div[1]/div[1]/a[1]", "codeLines": [ "<a data-testid=\"linkElement\" href=\"http://www.april2023.greenfieldthemagazine.com\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"j7pOnl\">", " <wow-image id=\"img_comp-lcjfigad\" class=\"HlRz5e BI8PVQ\" data-image-info=\"{"containerId":"comp-lcjfigad","displayMode":"fill","targetWidth":473,"targetHeight":333,"isLQIP":true,"imageData":{"width":1836,"...", " <img src=\"https://static.wixstatic.com/media/131ca8_7cb206ce84e0420f946a7350708793b3~mv2.png/v1/fill/w_118,h_83,al_c,q_85,usm_0.66_1.00_0.01,blur_2,enc_auto/APRIL%202023.png\" alt=\"APRIL 2023.png\" style=\"width: 473px; height: 333px; object-fit: cover; object-position: 50% 50%;\">", " </wow-image>", "</a>" ] } }, { "index": 1493, "verdict": "cantTell", "rule": { "ruleID": "r65", "ruleSummary": "Element in sequential focus order has visible focus", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r65", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#focus-visible", "chapter": "2.4.7", "title": "Focus Visible" } ] }, "target": { "type": "element", "tagName": "a", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[6]/div[2]/div[1]/section[4]/div[2]/div[1]/div[2]/div[1]/div[1]/nav[1]/ol[1]/li[1]/a[1]", "codeLines": [ "<a href=\"./#comp-lcjfig6d\" aria-label=\"APRIL 2023\" class=\"x8rUIu Fd6sGQ\"></a>" ] } }, { "index": 1494, "verdict": "cantTell", "rule": { "ruleID": "r65", "ruleSummary": "Element in sequential focus order has visible focus", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r65", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#focus-visible", "chapter": "2.4.7", "title": "Focus Visible" } ] }, "target": { "type": "element", "tagName": "a", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[6]/div[2]/div[1]/section[4]/div[2]/div[1]/div[2]/div[1]/div[1]/nav[1]/ol[1]/li[2]/a[1]", "codeLines": [ "<a href=\"./#comp-lg69ge36\" aria-label=\"MARCH 2023\" class=\"x8rUIu\"></a>" ] } }, { "index": 1495, "verdict": "cantTell", "rule": { "ruleID": "r65", "ruleSummary": "Element in sequential focus order has visible focus", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r65", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#focus-visible", "chapter": "2.4.7", "title": "Focus Visible" } ] }, "target": { "type": "element", "tagName": "a", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[6]/div[2]/div[1]/section[4]/div[2]/div[1]/div[2]/div[1]/div[1]/nav[1]/ol[1]/li[3]/a[1]", "codeLines": [ "<a href=\"./#comp-lg69gayv\" aria-label=\"FEBRUARY 2023\" class=\"x8rUIu\"></a>" ] } }, { "index": 1496, "verdict": "cantTell", "rule": { "ruleID": "r65", "ruleSummary": "Element in sequential focus order has visible focus", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r65", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#focus-visible", "chapter": "2.4.7", "title": "Focus Visible" } ] }, "target": { "type": "element", "tagName": "a", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[6]/div[2]/div[1]/section[4]/div[2]/div[1]/div[2]/div[1]/div[1]/nav[1]/ol[1]/li[4]/a[1]", "codeLines": [ "<a href=\"./#comp-lg69g30b\" aria-label=\"JANUARY 2023\" class=\"x8rUIu\"></a>" ] } }, { "index": 1497, "verdict": "cantTell", "rule": { "ruleID": "r65", "ruleSummary": "Element in sequential focus order has visible focus", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r65", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#focus-visible", "chapter": "2.4.7", "title": "Focus Visible" } ] }, "target": { "type": "element", "tagName": "a", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[6]/div[2]/div[1]/section[4]/div[2]/div[1]/div[2]/div[1]/div[1]/nav[1]/ol[1]/li[5]/a[1]", "codeLines": [ "<a href=\"./#comp-lcjfinx5\" aria-label=\"DECEMBER 2022\" class=\"x8rUIu\"></a>" ] } }, { "index": 1498, "verdict": "cantTell", "rule": { "ruleID": "r65", "ruleSummary": "Element in sequential focus order has visible focus", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r65", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#focus-visible", "chapter": "2.4.7", "title": "Focus Visible" } ] }, "target": { "type": "element", "tagName": "a", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[6]/div[2]/div[1]/section[4]/div[2]/div[1]/div[2]/div[1]/div[1]/nav[1]/ol[1]/li[6]/a[1]", "codeLines": [ "<a href=\"./#comp-lcjfiv1h\" aria-label=\"NOVEMBER 2022\" class=\"x8rUIu\"></a>" ] } }, { "index": 1499, "verdict": "cantTell", "rule": { "ruleID": "r65", "ruleSummary": "Element in sequential focus order has visible focus", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r65", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#focus-visible", "chapter": "2.4.7", "title": "Focus Visible" } ] }, "target": { "type": "element", "tagName": "a", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[6]/div[2]/div[1]/section[4]/div[2]/div[1]/div[2]/div[1]/div[1]/nav[1]/ol[1]/li[7]/a[1]", "codeLines": [ "<a href=\"./#comp-l8h67321\" aria-label=\"OCTOBER 2022\" class=\"x8rUIu\"></a>" ] } }, { "index": 1500, "verdict": "cantTell", "rule": { "ruleID": "r65", "ruleSummary": "Element in sequential focus order has visible focus", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r65", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#focus-visible", "chapter": "2.4.7", "title": "Focus Visible" } ] }, "target": { "type": "element", "tagName": "a", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[6]/div[2]/div[1]/section[4]/div[2]/div[1]/div[2]/div[1]/div[1]/nav[1]/ol[1]/li[8]/a[1]", "codeLines": [ "<a href=\"./#comp-l7w0r6t7\" aria-label=\"SEPTEMBER 2022\" class=\"x8rUIu\"></a>" ] } }, { "index": 1501, "verdict": "cantTell", "rule": { "ruleID": "r65", "ruleSummary": "Element in sequential focus order has visible focus", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r65", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#focus-visible", "chapter": "2.4.7", "title": "Focus Visible" } ] }, "target": { "type": "element", "tagName": "a", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[6]/div[2]/div[1]/section[4]/div[2]/div[1]/div[2]/div[1]/div[1]/nav[1]/ol[1]/li[9]/a[1]", "codeLines": [ "<a href=\"./#comp-l7w0r5e0\" aria-label=\"AUGUST 2022\" class=\"x8rUIu\"></a>" ] } }, { "index": 1502, "verdict": "cantTell", "rule": { "ruleID": "r65", "ruleSummary": "Element in sequential focus order has visible focus", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r65", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#focus-visible", "chapter": "2.4.7", "title": "Focus Visible" } ] }, "target": { "type": "element", "tagName": "a", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[6]/div[2]/div[1]/section[4]/div[2]/div[1]/div[2]/div[1]/div[1]/nav[1]/ol[1]/li[10]/a[1]", "codeLines": [ "<a href=\"./#comp-l7w0r1op\" aria-label=\"JULY 2022\" class=\"x8rUIu\"></a>" ] } }, { "index": 1503, "verdict": "cantTell", "rule": { "ruleID": "r65", "ruleSummary": "Element in sequential focus order has visible focus", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r65", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#focus-visible", "chapter": "2.4.7", "title": "Focus Visible" } ] }, "target": { "type": "element", "tagName": "a", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[6]/div[2]/div[1]/section[4]/div[2]/div[1]/div[2]/div[1]/div[1]/nav[1]/ol[1]/li[11]/a[1]", "codeLines": [ "<a href=\"./#comp-l7w0qoy1\" aria-label=\"JUNE 2022\" class=\"x8rUIu\"></a>" ] } }, { "index": 1504, "verdict": "cantTell", "rule": { "ruleID": "r65", "ruleSummary": "Element in sequential focus order has visible focus", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r65", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#focus-visible", "chapter": "2.4.7", "title": "Focus Visible" } ] }, "target": { "type": "element", "tagName": "a", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[6]/div[2]/div[1]/section[4]/div[2]/div[1]/div[2]/div[1]/div[1]/nav[1]/ol[1]/li[12]/a[1]", "codeLines": [ "<a href=\"./#comp-l7w0qsjs\" aria-label=\"MAY 2022\" class=\"x8rUIu\"></a>" ] } }, { "index": 1505, "verdict": "cantTell", "rule": { "ruleID": "r65", "ruleSummary": "Element in sequential focus order has visible focus", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r65", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#focus-visible", "chapter": "2.4.7", "title": "Focus Visible" } ] }, "target": { "type": "element", "tagName": "a", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[6]/div[2]/div[1]/section[4]/div[2]/div[1]/div[2]/div[1]/div[1]/nav[1]/ol[1]/li[13]/a[1]", "codeLines": [ "<a href=\"./#comp-l1eqzgf4\" aria-label=\"APRIL 2022\" class=\"x8rUIu\"></a>" ] } }, { "index": 1506, "verdict": "cantTell", "rule": { "ruleID": "r65", "ruleSummary": "Element in sequential focus order has visible focus", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r65", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#focus-visible", "chapter": "2.4.7", "title": "Focus Visible" } ] }, "target": { "type": "element", "tagName": "a", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[6]/div[2]/div[1]/section[4]/div[2]/div[1]/div[2]/div[1]/div[1]/nav[1]/ol[1]/li[14]/a[1]", "codeLines": [ "<a href=\"./#comp-l08aa62l\" aria-label=\"MARCH 2022\" class=\"x8rUIu\"></a>" ] } }, { "index": 1507, "verdict": "cantTell", "rule": { "ruleID": "r65", "ruleSummary": "Element in sequential focus order has visible focus", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r65", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#focus-visible", "chapter": "2.4.7", "title": "Focus Visible" } ] }, "target": { "type": "element", "tagName": "a", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[6]/div[2]/div[1]/section[4]/div[2]/div[1]/div[2]/div[1]/div[1]/nav[1]/ol[1]/li[15]/a[1]", "codeLines": [ "<a href=\"./#comp-kzcivs6u\" aria-label=\"FEBRUARY 2022\" class=\"x8rUIu\"></a>" ] } }, { "index": 1508, "verdict": "cantTell", "rule": { "ruleID": "r65", "ruleSummary": "Element in sequential focus order has visible focus", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r65", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#focus-visible", "chapter": "2.4.7", "title": "Focus Visible" } ] }, "target": { "type": "element", "tagName": "a", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[6]/div[2]/div[1]/section[4]/div[2]/div[1]/div[2]/div[1]/div[1]/nav[1]/ol[1]/li[16]/a[1]", "codeLines": [ "<a href=\"./#comp-kzcivwiz\" aria-label=\"JANUARY 2022\" class=\"x8rUIu\"></a>" ] } }, { "index": 1509, "verdict": "cantTell", "rule": { "ruleID": "r65", "ruleSummary": "Element in sequential focus order has visible focus", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r65", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#focus-visible", "chapter": "2.4.7", "title": "Focus Visible" } ] }, "target": { "type": "element", "tagName": "a", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[6]/div[2]/div[1]/section[4]/div[2]/div[1]/div[2]/div[1]/div[1]/nav[1]/ol[1]/li[17]/a[1]", "codeLines": [ "<a href=\"./#comp-kyfook2c1\" aria-label=\"DECEMBER 2021\" class=\"x8rUIu\"></a>" ] } }, { "index": 1510, "verdict": "cantTell", "rule": { "ruleID": "r65", "ruleSummary": "Element in sequential focus order has visible focus", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r65", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#focus-visible", "chapter": "2.4.7", "title": "Focus Visible" } ] }, "target": { "type": "element", "tagName": "a", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[6]/div[2]/div[1]/section[4]/div[2]/div[1]/div[2]/div[1]/div[1]/nav[1]/ol[1]/li[18]/a[1]", "codeLines": [ "<a href=\"./#comp-kyfook2p\" aria-label=\"NOVEMBER 2021\" class=\"x8rUIu\"></a>" ] } }, { "index": 1511, "verdict": "cantTell", "rule": { "ruleID": "r65", "ruleSummary": "Element in sequential focus order has visible focus", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r65", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#focus-visible", "chapter": "2.4.7", "title": "Focus Visible" } ] }, "target": { "type": "element", "tagName": "a", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[6]/div[2]/div[1]/section[4]/div[2]/div[1]/div[2]/div[1]/div[1]/nav[1]/ol[1]/li[19]/a[1]", "codeLines": [ "<a href=\"./#comp-kyfook32\" aria-label=\"OCTOBER 2021\" class=\"x8rUIu\"></a>" ] } }, { "index": 1512, "verdict": "cantTell", "rule": { "ruleID": "r65", "ruleSummary": "Element in sequential focus order has visible focus", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r65", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#focus-visible", "chapter": "2.4.7", "title": "Focus Visible" } ] }, "target": { "type": "element", "tagName": "a", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[6]/div[2]/div[1]/section[4]/div[2]/div[1]/div[2]/div[1]/div[1]/nav[1]/ol[1]/li[20]/a[1]", "codeLines": [ "<a href=\"./#comp-kyfook3c\" aria-label=\"SEPTEMBER 2021\" class=\"x8rUIu\"></a>" ] } }, { "index": 1513, "verdict": "cantTell", "rule": { "ruleID": "r65", "ruleSummary": "Element in sequential focus order has visible focus", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r65", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#focus-visible", "chapter": "2.4.7", "title": "Focus Visible" } ] }, "target": { "type": "element", "tagName": "a", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[6]/div[2]/div[1]/section[4]/div[2]/div[1]/div[2]/div[1]/div[1]/nav[1]/ol[1]/li[21]/a[1]", "codeLines": [ "<a href=\"./#comp-kyfook3k\" aria-label=\"AUGUST 2021\" class=\"x8rUIu\"></a>" ] } }, { "index": 1514, "verdict": "cantTell", "rule": { "ruleID": "r65", "ruleSummary": "Element in sequential focus order has visible focus", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r65", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#focus-visible", "chapter": "2.4.7", "title": "Focus Visible" } ] }, "target": { "type": "element", "tagName": "a", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[6]/div[2]/div[1]/section[4]/div[2]/div[1]/div[2]/div[1]/div[1]/nav[1]/ol[1]/li[22]/a[1]", "codeLines": [ "<a href=\"./#comp-kyfook3v\" aria-label=\"JULY 2021\" class=\"x8rUIu\"></a>" ] } }, { "index": 1515, "verdict": "cantTell", "rule": { "ruleID": "r65", "ruleSummary": "Element in sequential focus order has visible focus", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r65", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#focus-visible", "chapter": "2.4.7", "title": "Focus Visible" } ] }, "target": { "type": "element", "tagName": "a", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[6]/div[2]/div[1]/section[4]/div[2]/div[1]/div[2]/div[1]/div[1]/nav[1]/ol[1]/li[23]/a[1]", "codeLines": [ "<a href=\"./#comp-kyfook44\" aria-label=\"JUNE 2021\" class=\"x8rUIu\"></a>" ] } }, { "index": 1516, "verdict": "cantTell", "rule": { "ruleID": "r65", "ruleSummary": "Element in sequential focus order has visible focus", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r65", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#focus-visible", "chapter": "2.4.7", "title": "Focus Visible" } ] }, "target": { "type": "element", "tagName": "a", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[6]/div[2]/div[1]/section[4]/div[2]/div[1]/div[2]/div[1]/div[1]/nav[1]/ol[1]/li[24]/a[1]", "codeLines": [ "<a href=\"./#comp-kyfook4f\" aria-label=\"MAY 2021\" class=\"x8rUIu\"></a>" ] } }, { "index": 1517, "verdict": "cantTell", "rule": { "ruleID": "r65", "ruleSummary": "Element in sequential focus order has visible focus", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r65", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#focus-visible", "chapter": "2.4.7", "title": "Focus Visible" } ] }, "target": { "type": "element", "tagName": "a", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[6]/div[2]/div[1]/section[4]/div[2]/div[1]/div[2]/div[1]/div[1]/nav[1]/ol[1]/li[25]/a[1]", "codeLines": [ "<a href=\"./#comp-kyfook4p\" aria-label=\"APRIL 2021\" class=\"x8rUIu\"></a>" ] } }, { "index": 1518, "verdict": "cantTell", "rule": { "ruleID": "r65", "ruleSummary": "Element in sequential focus order has visible focus", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r65", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#focus-visible", "chapter": "2.4.7", "title": "Focus Visible" } ] }, "target": { "type": "element", "tagName": "a", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[6]/div[2]/div[1]/section[4]/div[2]/div[1]/div[2]/div[1]/div[1]/nav[1]/ol[1]/li[26]/a[1]", "codeLines": [ "<a href=\"./#comp-kyfook50\" aria-label=\"MARCH 2021\" class=\"x8rUIu\"></a>" ] } }, { "index": 1519, "verdict": "cantTell", "rule": { "ruleID": "r65", "ruleSummary": "Element in sequential focus order has visible focus", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r65", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#focus-visible", "chapter": "2.4.7", "title": "Focus Visible" } ] }, "target": { "type": "element", "tagName": "a", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[6]/div[2]/div[1]/section[4]/div[2]/div[1]/div[2]/div[1]/div[1]/nav[1]/ol[1]/li[27]/a[1]", "codeLines": [ "<a href=\"./#comp-kyfook5d\" aria-label=\"FEBRUARY 2021\" class=\"x8rUIu\"></a>" ] } }, { "index": 1520, "verdict": "cantTell", "rule": { "ruleID": "r65", "ruleSummary": "Element in sequential focus order has visible focus", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r65", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#focus-visible", "chapter": "2.4.7", "title": "Focus Visible" } ] }, "target": { "type": "element", "tagName": "a", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[6]/div[2]/div[1]/section[4]/div[2]/div[1]/div[2]/div[1]/div[1]/nav[1]/ol[1]/li[28]/a[1]", "codeLines": [ "<a href=\"./#comp-kyfook5o\" aria-label=\"JANUARY 2021\" class=\"x8rUIu\"></a>" ] } }, { "index": 1521, "verdict": "cantTell", "rule": { "ruleID": "r65", "ruleSummary": "Element in sequential focus order has visible focus", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r65", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#focus-visible", "chapter": "2.4.7", "title": "Focus Visible" } ] }, "target": { "type": "element", "tagName": "a", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[6]/div[2]/div[1]/section[4]/div[2]/div[2]/div[2]/div[1]/div[7]/a[1]", "codeLines": [ "<a data-testid=\"linkElement\" href=\"mailto:info@greenfieldseniorliving.com?subject=Subscribe | Greenfield Magazine\" target=\"_self\" class=\"kuTaGy wixui-button zKbzSQ\" aria-disabled=\"false\">", " <span class=\"M3I7Z2 wixui-button__label\">", " Subscribe", " </span>", "</a>" ] } }, { "index": 1522, "verdict": "cantTell", "rule": { "ruleID": "r65", "ruleSummary": "Element in sequential focus order has visible focus", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r65", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#focus-visible", "chapter": "2.4.7", "title": "Focus Visible" } ] }, "target": { "type": "element", "tagName": "a", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[6]/div[2]/div[1]/section[4]/div[2]/div[2]/div[2]/div[1]/div[8]/div[2]/div[1]/div[1]/a[1]", "codeLines": [ "<a data-testid=\"linkElement\" href=\"mailto:info@greenfieldseniorliving.com?subject=Subscribe | Greenfield Magazine\" target=\"_self\" class=\"u9k3ts\">", " <div data-testid=\"svgRoot-comp-kyfook6q1\" class=\"aizuI7 TcoJIb comp-kyfook6q1\">", " <!--?xml version=\"1.0\" encoding=\"UTF-8\"?-->", " <svg preserveAspectRatio=\"xMidYMid meet\" data-bbox=\"19.117 18.918 161.766 162.164\" viewBox=\"19.117 18.918 161.766 162.164\" height=\"200\" width=\"200\" xmlns=\"http://www.w3.org/2000/svg\" data-type=\"shape\" role=\"presentation\" aria-hidden=\"true\">", " <g>", " <path d=\"M104.133 18.918l-9.431 8.947 61.913 65.269-137.498.938.089 13 138.096-.942-61.338 66.11 9.529 8.842 75.39-81.254-76.75-80.91z\"></path>", " </g>", " </svg>", " </div>", "</a>" ] } }, { "index": 1523, "verdict": "cantTell", "rule": { "ruleID": "r65", "ruleSummary": "Element in sequential focus order has visible focus", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r65", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#focus-visible", "chapter": "2.4.7", "title": "Focus Visible" } ] }, "target": { "type": "element", "tagName": "a", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[6]/div[2]/div[1]/section[5]/div[2]/div[1]/div[2]/div[1]/div[6]/a[1]", "codeLines": [ "<a data-testid=\"linkElement\" href=\"https://www.greenfieldseniorliving.com/health-and-safety\" target=\"_self\" class=\"kuTaGy wixui-button zKbzSQ\" aria-disabled=\"false\">", " <span class=\"M3I7Z2 wixui-button__label\">", " Read More", " </span>", "</a>" ] } }, { "index": 1524, "verdict": "cantTell", "rule": { "ruleID": "r65", "ruleSummary": "Element in sequential focus order has visible focus", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r65", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#focus-visible", "chapter": "2.4.7", "title": "Focus Visible" } ] }, "target": { "type": "element", "tagName": "a", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[6]/div[2]/div[1]/section[5]/div[2]/div[1]/div[2]/div[1]/div[7]/div[2]/div[1]/div[1]/a[1]", "codeLines": [ "<a data-testid=\"linkElement\" href=\"https://www.greenfieldseniorliving.com/health-and-safety\" target=\"_self\" class=\"u9k3ts\">", " <div data-testid=\"svgRoot-comp-kyfp5513\" class=\"aizuI7 TcoJIb comp-kyfp5513\">", " <!--?xml version=\"1.0\" encoding=\"UTF-8\"?-->", " <svg preserveAspectRatio=\"xMidYMid meet\" data-bbox=\"19.117 18.918 161.766 162.164\" viewBox=\"19.117 18.918 161.766 162.164\" height=\"200\" width=\"200\" xmlns=\"http://www.w3.org/2000/svg\" data-type=\"shape\" role=\"presentation\" aria-hidden=\"true\">", " <g>", " <path d=\"M104.133 18.918l-9.431 8.947 61.913 65.269-137.498.938.089 13 138.096-.942-61.338 66.11 9.529 8.842 75.39-81.254-76.75-80.91z\"></path>", " </g>", " </svg>", " </div>", "</a>" ] } }, { "index": 1525, "verdict": "cantTell", "rule": { "ruleID": "r65", "ruleSummary": "Element in sequential focus order has visible focus", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r65", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#focus-visible", "chapter": "2.4.7", "title": "Focus Visible" } ] }, "target": { "type": "element", "tagName": "a", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[6]/div[2]/div[1]/section[6]/div[2]/div[2]/div[2]/div[1]/div[6]/a[1]", "codeLines": [ "<a data-testid=\"linkElement\" href=\"https://www.greenfieldseniorliving.com/our-communites\" target=\"_self\" class=\"kuTaGy wixui-button zKbzSQ\" aria-disabled=\"false\">", " <span class=\"M3I7Z2 wixui-button__label\">", " Our Communities", " </span>", "</a>" ] } }, { "index": 1526, "verdict": "cantTell", "rule": { "ruleID": "r65", "ruleSummary": "Element in sequential focus order has visible focus", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r65", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#focus-visible", "chapter": "2.4.7", "title": "Focus Visible" } ] }, "target": { "type": "element", "tagName": "a", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[6]/div[2]/div[1]/section[6]/div[2]/div[2]/div[2]/div[1]/div[7]/div[2]/div[1]/div[1]/a[1]", "codeLines": [ "<a data-testid=\"linkElement\" href=\"https://www.greenfieldseniorliving.com/our-communites\" target=\"_self\" class=\"u9k3ts\">", " <div data-testid=\"svgRoot-comp-kyfpob54\" class=\"aizuI7 TcoJIb comp-kyfpob54\">", " <!--?xml version=\"1.0\" encoding=\"UTF-8\"?-->", " <svg preserveAspectRatio=\"xMidYMid meet\" data-bbox=\"19.117 18.918 161.766 162.164\" viewBox=\"19.117 18.918 161.766 162.164\" height=\"200\" width=\"200\" xmlns=\"http://www.w3.org/2000/svg\" data-type=\"shape\" role=\"presentation\" aria-hidden=\"true\">", " <g>", " <path d=\"M104.133 18.918l-9.431 8.947 61.913 65.269-137.498.938.089 13 138.096-.942-61.338 66.11 9.529 8.842 75.39-81.254-76.75-80.91z\"></path>", " </g>", " </svg>", " </div>", "</a>" ] } }, { "index": 1527, "verdict": "cantTell", "rule": { "ruleID": "r65", "ruleSummary": "Element in sequential focus order has visible focus", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r65", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#focus-visible", "chapter": "2.4.7", "title": "Focus Visible" } ] }, "target": { "type": "element", "tagName": "a", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[8]/div[2]/div[1]/section[1]/div[2]/div[1]/div[2]/div[1]/div[5]/a[1]", "codeLines": [ "<a data-testid=\"linkElement\" href=\"https://www.greenfieldseniorliving.com/careers\" target=\"_self\" class=\"kuTaGy wixui-button zKbzSQ\" aria-disabled=\"false\">", " <span class=\"M3I7Z2 wixui-button__label\">", " Read more", " </span>", "</a>" ] } }, { "index": 1528, "verdict": "cantTell", "rule": { "ruleID": "r65", "ruleSummary": "Element in sequential focus order has visible focus", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r65", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#focus-visible", "chapter": "2.4.7", "title": "Focus Visible" } ] }, "target": { "type": "element", "tagName": "a", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[8]/div[2]/div[1]/section[1]/div[2]/div[1]/div[2]/div[1]/div[6]/div[2]/div[1]/div[1]/a[1]", "codeLines": [ "<a data-testid=\"linkElement\" href=\"https://www.greenfieldseniorliving.com/careers\" target=\"_self\" class=\"u9k3ts\">", " <div data-testid=\"svgRoot-comp-kyfook7t\" class=\"aizuI7 TcoJIb comp-kyfook7t\">", " <!--?xml version=\"1.0\" encoding=\"UTF-8\"?-->", " <svg preserveAspectRatio=\"xMidYMid meet\" data-bbox=\"19.117 18.918 161.766 162.164\" viewBox=\"19.117 18.918 161.766 162.164\" height=\"200\" width=\"200\" xmlns=\"http://www.w3.org/2000/svg\" data-type=\"shape\" role=\"presentation\" aria-hidden=\"true\">", " <g>", " <path d=\"M104.133 18.918l-9.431 8.947 61.913 65.269-137.498.938.089 13 138.096-.942-61.338 66.11 9.529 8.842 75.39-81.254-76.75-80.91z\"></path>", " </g>", " </svg>", " </div>", "</a>" ] } }, { "index": 1529, "verdict": "cantTell", "rule": { "ruleID": "r65", "ruleSummary": "Element in sequential focus order has visible focus", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r65", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#focus-visible", "chapter": "2.4.7", "title": "Focus Visible" } ] }, "target": { "type": "element", "tagName": "a", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[8]/div[2]/div[1]/section[1]/div[2]/div[2]/div[2]/div[1]/div[1]/nav[1]/ol[1]/li[1]/a[1]", "codeLines": [ "<a href=\"./#comp-kyfook8b\" aria-label=\"EXECUTIVE DIRECTOR\" class=\"x8rUIu Fd6sGQ\"></a>" ] } }, { "index": 1530, "verdict": "cantTell", "rule": { "ruleID": "r65", "ruleSummary": "Element in sequential focus order has visible focus", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r65", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#focus-visible", "chapter": "2.4.7", "title": "Focus Visible" } ] }, "target": { "type": "element", "tagName": "a", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[8]/div[2]/div[1]/section[1]/div[2]/div[2]/div[2]/div[1]/div[1]/nav[1]/ol[1]/li[2]/a[1]", "codeLines": [ "<a href=\"./#comp-kyfook8l1\" aria-label=\"LICENSED PRACTICAL NURSE\" class=\"x8rUIu\"></a>" ] } }, { "index": 1531, "verdict": "cantTell", "rule": { "ruleID": "r65", "ruleSummary": "Element in sequential focus order has visible focus", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r65", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#focus-visible", "chapter": "2.4.7", "title": "Focus Visible" } ] }, "target": { "type": "element", "tagName": "a", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[8]/div[2]/div[1]/section[1]/div[2]/div[2]/div[2]/div[1]/div[1]/nav[1]/ol[1]/li[3]/a[1]", "codeLines": [ "<a href=\"./#comp-kyfook8v\" aria-label=\"REGISTERED MEDICAL ASSISTANT\" class=\"x8rUIu\"></a>" ] } }, { "index": 1532, "verdict": "cantTell", "rule": { "ruleID": "r65", "ruleSummary": "Element in sequential focus order has visible focus", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r65", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#focus-visible", "chapter": "2.4.7", "title": "Focus Visible" } ] }, "target": { "type": "element", "tagName": "a", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[8]/div[2]/div[1]/section[1]/div[2]/div[2]/div[2]/div[1]/div[1]/nav[1]/ol[1]/li[4]/a[1]", "codeLines": [ "<a href=\"./#comp-kyfook96\" aria-label=\"REGISTERED NURSE\" class=\"x8rUIu\"></a>" ] } }, { "index": 1533, "verdict": "cantTell", "rule": { "ruleID": "r65", "ruleSummary": "Element in sequential focus order has visible focus", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r65", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#focus-visible", "chapter": "2.4.7", "title": "Focus Visible" } ] }, "target": { "type": "element", "tagName": "a", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[8]/div[2]/div[1]/section[1]/div[2]/div[2]/div[2]/div[1]/div[1]/nav[1]/ol[1]/li[5]/a[1]", "codeLines": [ "<a href=\"./#comp-kyfook9f\" aria-label=\"CARE MANAGER\" class=\"x8rUIu\"></a>" ] } }, { "index": 1534, "verdict": "cantTell", "rule": { "ruleID": "r65", "ruleSummary": "Element in sequential focus order has visible focus", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r65", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#focus-visible", "chapter": "2.4.7", "title": "Focus Visible" } ] }, "target": { "type": "element", "tagName": "a", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[8]/div[2]/div[1]/section[1]/div[2]/div[2]/div[2]/div[1]/div[1]/nav[1]/ol[1]/li[6]/a[1]", "codeLines": [ "<a href=\"./#comp-kyfook9o1\" aria-label=\"MARKETING DIRECTOR\" class=\"x8rUIu\"></a>" ] } }, { "index": 1535, "verdict": "cantTell", "rule": { "ruleID": "r65", "ruleSummary": "Element in sequential focus order has visible focus", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r65", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#focus-visible", "chapter": "2.4.7", "title": "Focus Visible" } ] }, "target": { "type": "element", "tagName": "a", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[8]/div[2]/div[1]/section[1]/div[2]/div[2]/div[2]/div[1]/div[1]/nav[1]/ol[1]/li[7]/a[1]", "codeLines": [ "<a href=\"./#comp-kyfook9x3\" aria-label=\"EXECUTIVE CHEF\" class=\"x8rUIu\"></a>" ] } }, { "index": 1536, "verdict": "cantTell", "rule": { "ruleID": "r65", "ruleSummary": "Element in sequential focus order has visible focus", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r65", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#focus-visible", "chapter": "2.4.7", "title": "Focus Visible" } ] }, "target": { "type": "element", "tagName": "a", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[8]/div[2]/div[1]/section[1]/div[2]/div[2]/div[2]/div[1]/div[1]/nav[1]/ol[1]/li[8]/a[1]", "codeLines": [ "<a href=\"./#comp-kyfooka7\" aria-label=\"ACTIVITIES DIRECTOR\" class=\"x8rUIu\"></a>" ] } }, { "index": 1537, "verdict": "cantTell", "rule": { "ruleID": "r65", "ruleSummary": "Element in sequential focus order has visible focus", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r65", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#focus-visible", "chapter": "2.4.7", "title": "Focus Visible" } ] }, "target": { "type": "element", "tagName": "a", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[8]/div[2]/div[1]/section[1]/div[2]/div[2]/div[2]/div[1]/div[1]/nav[1]/ol[1]/li[9]/a[1]", "codeLines": [ "<a href=\"./#comp-kyfookag\" aria-label=\"HOUSEKEEPER\" class=\"x8rUIu\"></a>" ] } }, { "index": 1538, "verdict": "cantTell", "rule": { "ruleID": "r65", "ruleSummary": "Element in sequential focus order has visible focus", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r65", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#focus-visible", "chapter": "2.4.7", "title": "Focus Visible" } ] }, "target": { "type": "element", "tagName": "a", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[8]/div[2]/div[1]/section[1]/div[2]/div[2]/div[2]/div[1]/div[1]/nav[1]/ol[1]/li[10]/a[1]", "codeLines": [ "<a href=\"./#comp-kyfookar1\" aria-label=\"MAINTENANCE DIRECTOR\" class=\"x8rUIu\"></a>" ] } }, { "index": 1539, "verdict": "cantTell", "rule": { "ruleID": "r65", "ruleSummary": "Element in sequential focus order has visible focus", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r65", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#focus-visible", "chapter": "2.4.7", "title": "Focus Visible" } ] }, "target": { "type": "element", "tagName": "a", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[8]/div[2]/div[1]/section[1]/div[2]/div[2]/div[2]/div[1]/div[1]/nav[1]/ol[1]/li[11]/a[1]", "codeLines": [ "<a href=\"./#comp-kyfookb7\" aria-label=\"SERVER\" class=\"x8rUIu\"></a>" ] } }, { "index": 1540, "verdict": "cantTell", "rule": { "ruleID": "r65", "ruleSummary": "Element in sequential focus order has visible focus", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r65", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#focus-visible", "chapter": "2.4.7", "title": "Focus Visible" } ] }, "target": { "type": "element", "tagName": "a", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[8]/div[2]/div[1]/section[1]/div[2]/div[2]/div[2]/div[1]/div[1]/nav[1]/ol[1]/li[12]/a[1]", "codeLines": [ "<a href=\"./#comp-kyfookbh\" aria-label=\"COMMUNITY RELATIONS DIRECTOR\" class=\"x8rUIu\"></a>" ] } }, { "index": 1541, "verdict": "cantTell", "rule": { "ruleID": "r65", "ruleSummary": "Element in sequential focus order has visible focus", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r65", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#focus-visible", "chapter": "2.4.7", "title": "Focus Visible" } ] }, "target": { "type": "element", "tagName": "a", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[8]/div[2]/div[1]/section[1]/div[2]/div[2]/div[2]/div[1]/div[1]/nav[1]/ol[1]/li[13]/a[1]", "codeLines": [ "<a href=\"./#comp-kyfookbt\" aria-label=\"CONCIERGE\" class=\"x8rUIu\"></a>" ] } }, { "index": 1542, "verdict": "cantTell", "rule": { "ruleID": "r65", "ruleSummary": "Element in sequential focus order has visible focus", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r65", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#focus-visible", "chapter": "2.4.7", "title": "Focus Visible" } ] }, "target": { "type": "element", "tagName": "a", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[8]/div[2]/div[1]/section[1]/div[2]/div[2]/div[2]/div[1]/div[1]/nav[1]/ol[1]/li[14]/a[1]", "codeLines": [ "<a href=\"./#comp-kyfookc3\" aria-label=\"PROGRAMMING COORDINATOR\" class=\"x8rUIu\"></a>" ] } }, { "index": 1543, "verdict": "cantTell", "rule": { "ruleID": "r65", "ruleSummary": "Element in sequential focus order has visible focus", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r65", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#focus-visible", "chapter": "2.4.7", "title": "Focus Visible" } ] }, "target": { "type": "element", "tagName": "a", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/section[1]/div[2]/div[1]/div[2]/div[1]/div[3]/a[1]", "codeLines": [ "<a data-testid=\"linkElement\" href=\"https://www.greenfieldseniorliving.com/virginia\" target=\"_self\" class=\"kuTaGy wixui-button zKbzSQ\" aria-disabled=\"false\">", " <span class=\"M3I7Z2 wixui-button__label\">", " Click here", " </span>", "</a>" ] } }, { "index": 1544, "verdict": "cantTell", "rule": { "ruleID": "r65", "ruleSummary": "Element in sequential focus order has visible focus", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r65", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#focus-visible", "chapter": "2.4.7", "title": "Focus Visible" } ] }, "target": { "type": "element", "tagName": "a", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/section[1]/div[2]/div[1]/div[2]/div[1]/div[4]/div[2]/div[1]/div[1]/a[1]", "codeLines": [ "<a data-testid=\"linkElement\" href=\"https://www.greenfieldseniorliving.com/virginia\" target=\"_self\" class=\"u9k3ts\">", " <div data-testid=\"svgRoot-comp-kvghhk7w\" class=\"aizuI7 TcoJIb comp-kvghhk7w\">", " <!--?xml version=\"1.0\" encoding=\"UTF-8\"?-->", " <svg preserveAspectRatio=\"xMidYMid meet\" data-bbox=\"19.117 18.918 161.766 162.164\" viewBox=\"19.117 18.918 161.766 162.164\" height=\"200\" width=\"200\" xmlns=\"http://www.w3.org/2000/svg\" data-type=\"shape\" role=\"presentation\" aria-hidden=\"true\">", " <g>", " <path d=\"M104.133 18.918l-9.431 8.947 61.913 65.269-137.498.938.089 13 138.096-.942-61.338 66.11 9.529 8.842 75.39-81.254-76.75-80.91z\"></path>", " </g>", " </svg>", " </div>", "</a>" ] } }, { "index": 1545, "verdict": "cantTell", "rule": { "ruleID": "r65", "ruleSummary": "Element in sequential focus order has visible focus", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r65", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#focus-visible", "chapter": "2.4.7", "title": "Focus Visible" } ] }, "target": { "type": "element", "tagName": "a", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/section[1]/div[2]/div[1]/div[2]/div[1]/div[6]/a[1]", "codeLines": [ "<a data-testid=\"linkElement\" href=\"https://www.greenfieldseniorliving.com/pennsylvania\" target=\"_self\" class=\"kuTaGy wixui-button zKbzSQ\" aria-disabled=\"false\">", " <span class=\"M3I7Z2 wixui-button__label\">", " Click here", " </span>", "</a>" ] } }, { "index": 1546, "verdict": "cantTell", "rule": { "ruleID": "r65", "ruleSummary": "Element in sequential focus order has visible focus", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r65", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#focus-visible", "chapter": "2.4.7", "title": "Focus Visible" } ] }, "target": { "type": "element", "tagName": "a", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/section[1]/div[2]/div[1]/div[2]/div[1]/div[7]/div[2]/div[1]/div[1]/a[1]", "codeLines": [ "<a data-testid=\"linkElement\" href=\"https://www.greenfieldseniorliving.com/pennsylvania\" target=\"_self\" class=\"u9k3ts\">", " <div data-testid=\"svgRoot-comp-kyj0e0py\" class=\"aizuI7 TcoJIb comp-kyj0e0py\">", " <!--?xml version=\"1.0\" encoding=\"UTF-8\"?-->", " <svg preserveAspectRatio=\"xMidYMid meet\" data-bbox=\"19.117 18.918 161.766 162.164\" viewBox=\"19.117 18.918 161.766 162.164\" height=\"200\" width=\"200\" xmlns=\"http://www.w3.org/2000/svg\" data-type=\"shape\" role=\"presentation\" aria-hidden=\"true\">", " <g>", " <path d=\"M104.133 18.918l-9.431 8.947 61.913 65.269-137.498.938.089 13 138.096-.942-61.338 66.11 9.529 8.842 75.39-81.254-76.75-80.91z\"></path>", " </g>", " </svg>", " </div>", "</a>" ] } }, { "index": 1547, "verdict": "cantTell", "rule": { "ruleID": "r65", "ruleSummary": "Element in sequential focus order has visible focus", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r65", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#focus-visible", "chapter": "2.4.7", "title": "Focus Visible" } ] }, "target": { "type": "element", "tagName": "a", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/section[1]/div[2]/div[2]/div[2]/div[1]/div[2]/a[1]", "codeLines": [ "<a data-testid=\"linkElement\" href=\"https://www.greenfieldseniorliving.com/privacy-policy\" target=\"_blank\" class=\"kuTaGy wixui-button zKbzSQ\" aria-disabled=\"false\">", " <span class=\"M3I7Z2 wixui-button__label\">", " Click here", " </span>", "</a>" ] } }, { "index": 1548, "verdict": "cantTell", "rule": { "ruleID": "r65", "ruleSummary": "Element in sequential focus order has visible focus", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r65", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#focus-visible", "chapter": "2.4.7", "title": "Focus Visible" } ] }, "target": { "type": "element", "tagName": "a", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/section[1]/div[2]/div[2]/div[2]/div[1]/div[3]/div[2]/div[1]/div[1]/a[1]", "codeLines": [ "<a data-testid=\"linkElement\" href=\"https://www.greenfieldseniorliving.com/privacy-policy\" target=\"_blank\" class=\"u9k3ts\">", " <div data-testid=\"svgRoot-comp-kzd63j84\" class=\"aizuI7 TcoJIb comp-kzd63j84\">", " <!--?xml version=\"1.0\" encoding=\"UTF-8\"?-->", " <svg preserveAspectRatio=\"xMidYMid meet\" data-bbox=\"19.117 18.918 161.766 162.164\" viewBox=\"19.117 18.918 161.766 162.164\" height=\"200\" width=\"200\" xmlns=\"http://www.w3.org/2000/svg\" data-type=\"shape\" role=\"presentation\" aria-hidden=\"true\">", " <g>", " <path d=\"M104.133 18.918l-9.431 8.947 61.913 65.269-137.498.938.089 13 138.096-.942-61.338 66.11 9.529 8.842 75.39-81.254-76.75-80.91z\"></path>", " </g>", " </svg>", " </div>", "</a>" ] } }, { "index": 1549, "verdict": "cantTell", "rule": { "ruleID": "r66", "ruleSummary": "Text outside widget has enhanced contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r66", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/header[1]/div[1]/div[2]/div[1]/div[1]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[1]/a[1]/div[1]/div[1]/p[1]/text()[1]", "codeLines": [ "Home" ] } }, { "index": 1550, "verdict": "cantTell", "rule": { "ruleID": "r66", "ruleSummary": "Text outside widget has enhanced contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r66", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/header[1]/div[1]/div[2]/div[1]/div[1]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[2]/a[1]/div[1]/div[1]/p[1]/text()[1]", "codeLines": [ "Our Mission" ] } }, { "index": 1551, "verdict": "cantTell", "rule": { "ruleID": "r66", "ruleSummary": "Text outside widget has enhanced contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r66", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/header[1]/div[1]/div[2]/div[1]/div[1]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[3]/a[1]/div[1]/div[1]/p[1]/text()[1]", "codeLines": [ "Our Life" ] } }, { "index": 1552, "verdict": "cantTell", "rule": { "ruleID": "r66", "ruleSummary": "Text outside widget has enhanced contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r66", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/header[1]/div[1]/div[2]/div[1]/div[1]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[4]/a[1]/div[1]/div[1]/p[1]/text()[1]", "codeLines": [ "Our Communites" ] } }, { "index": 1553, "verdict": "cantTell", "rule": { "ruleID": "r66", "ruleSummary": "Text outside widget has enhanced contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r66", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/header[1]/div[1]/div[2]/div[1]/div[1]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[5]/a[1]/div[1]/div[1]/p[1]/text()[1]", "codeLines": [ "Health & Safety" ] } }, { "index": 1554, "verdict": "cantTell", "rule": { "ruleID": "r66", "ruleSummary": "Text outside widget has enhanced contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r66", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/header[1]/div[1]/div[2]/div[1]/div[1]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[6]/a[1]/div[1]/div[1]/p[1]/text()[1]", "codeLines": [ "Careers" ] } }, { "index": 1555, "verdict": "cantTell", "rule": { "ruleID": "r66", "ruleSummary": "Text outside widget has enhanced contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r66", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/header[1]/div[1]/div[2]/div[1]/div[1]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[8]/div[1]/div[1]/div[1]/p[1]/text()[1]", "codeLines": [ "More" ] } }, { "index": 1556, "verdict": "cantTell", "rule": { "ruleID": "r66", "ruleSummary": "Text outside widget has enhanced contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r66", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[1]/div[2]/div[1]/section[1]/div[2]/div[1]/div[2]/div[1]/div[1]/h1[1]/span[1]/span[1]/span[1]/span[1]/text()[1]", "codeLines": [ "GREENFIELD" ] } }, { "index": 1557, "verdict": "cantTell", "rule": { "ruleID": "r66", "ruleSummary": "Text outside widget has enhanced contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r66", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[1]/div[2]/div[1]/section[1]/div[2]/div[1]/div[2]/div[1]/div[2]/h1[1]/span[1]/span[1]/span[1]/span[1]/span[1]/span[1]/span[1]/span[1]/span[1]/span[1]/span[1]/span[1]/span[1]/span[1]/text()[1]", "codeLines": [ "SENIOR LIVING" ] } }, { "index": 1558, "verdict": "cantTell", "rule": { "ruleID": "r66", "ruleSummary": "Text outside widget has enhanced contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r66", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[1]/div[2]/div[1]/section[1]/div[2]/div[1]/div[2]/div[1]/div[3]/h2[1]/span[1]/span[1]/span[1]/text()[1]", "codeLines": [ "THERE'S ALWAYS TIME FOR A LITTLE MAGIC!" ] } }, { "index": 1559, "verdict": "cantTell", "rule": { "ruleID": "r66", "ruleSummary": "Text outside widget has enhanced contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r66", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[2]/div[2]/div[1]/section[1]/div[2]/div[1]/div[2]/div[1]/div[1]/h2[1]/span[1]/span[1]/span[1]/text()[1]", "codeLines": [ "FROM VISION TO REALITY" ] } }, { "index": 1560, "verdict": "cantTell", "rule": { "ruleID": "r66", "ruleSummary": "Text outside widget has enhanced contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r66", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[2]/div[2]/div[1]/section[1]/div[2]/div[1]/div[2]/div[1]/div[2]/p[1]/span[1]/span[1]/text()[1]", "codeLines": [ "We’re Changing The Face Of Senior Living" ] } }, { "index": 1561, "verdict": "cantTell", "rule": { "ruleID": "r66", "ruleSummary": "Text outside widget has enhanced contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r66", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[2]/div[2]/div[1]/section[1]/div[2]/div[1]/div[2]/div[1]/div[6]/p[1]/span[1]/span[1]/text()[1]", "codeLines": [ "I entered this profession because it provided a unique opportunity—one that would allow me to make a difference in the quality of peoples lives, through the transformation and elevation of the senior living experience.”" ] } }, { "index": 1562, "verdict": "cantTell", "rule": { "ruleID": "r66", "ruleSummary": "Text outside widget has enhanced contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r66", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[2]/div[2]/div[1]/section[1]/div[2]/div[1]/div[2]/div[1]/div[6]/p[3]/span[1]/span[1]/text()[1]", "codeLines": [ "—Matt Peponis, CEO" ] } }, { "index": 1563, "verdict": "cantTell", "rule": { "ruleID": "r66", "ruleSummary": "Text outside widget has enhanced contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r66", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[3]/div[2]/div[1]/section[1]/div[2]/div[1]/div[2]/div[1]/div[1]/h3[1]/span[1]/span[1]/text()[1]", "codeLines": [ "OUR HOLISTIC APPROACH TO SENIOR CARE" ] } }, { "index": 1564, "verdict": "cantTell", "rule": { "ruleID": "r66", "ruleSummary": "Text outside widget has enhanced contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r66", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[3]/div[2]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[1]/h2[1]/span[1]/span[1]/span[1]/text()[1]", "codeLines": [ "OUR PURPOSE" ] } }, { "index": 1565, "verdict": "cantTell", "rule": { "ruleID": "r66", "ruleSummary": "Text outside widget has enhanced contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r66", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[3]/div[2]/div[1]/section[3]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/h3[1]/span[1]/span[1]/text()[1]", "codeLines": [ "COMPASSIONATE HOLISTIC CARE" ] } }, { "index": 1566, "verdict": "cantTell", "rule": { "ruleID": "r66", "ruleSummary": "Text outside widget has enhanced contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r66", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[3]/div[2]/div[1]/section[3]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[2]/p[1]/span[1]/text()[1]", "codeLines": [ "At Greenfield we are committed to providing the highest possible level of care. In order to do this it essential for us address not only the physical, but also the emotional and spiritual needs of our residents—thereby enabling them to lead rich and fulfilling lives." ] } }, { "index": 1567, "verdict": "cantTell", "rule": { "ruleID": "r66", "ruleSummary": "Text outside widget has enhanced contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r66", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[3]/div[2]/div[1]/section[4]/div[2]/div[2]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/h3[1]/span[1]/span[1]/text()[1]", "codeLines": [ "COMMUNITY CENTERED EVENTS & ACTIVITIES" ] } }, { "index": 1568, "verdict": "cantTell", "rule": { "ruleID": "r66", "ruleSummary": "Text outside widget has enhanced contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r66", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[3]/div[2]/div[1]/section[4]/div[2]/div[2]/div[2]/div[1]/div[1]/div[1]/div[1]/div[2]/p[1]/span[1]/text()[1]", "codeLines": [ "Within our communities there is never a dull moment. You will witness the hustle and bustle of seniors leading active lives—moving from fitness to cooking classes, swapping life stories over board games or getting ready to go out on the town." ] } }, { "index": 1569, "verdict": "cantTell", "rule": { "ruleID": "r66", "ruleSummary": "Text outside widget has enhanced contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r66", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[3]/div[2]/div[1]/section[5]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/h3[1]/span[1]/span[1]/text()[1]", "codeLines": [ "CARDIOVASCULAR & PHYSICAL HEALTH" ] } }, { "index": 1570, "verdict": "cantTell", "rule": { "ruleID": "r66", "ruleSummary": "Text outside widget has enhanced contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r66", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[3]/div[2]/div[1]/section[5]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[2]/p[1]/span[1]/text()[1]", "codeLines": [ "Maintaining ones physical health plays a huge role in the process of enabling a person to remain active, engaged and lead a vibrant life. At Greenfield we encourage our residents to participate in many of the physical activities available to them—anything from gardening to participating in our daily..." ] } }, { "index": 1571, "verdict": "cantTell", "rule": { "ruleID": "r66", "ruleSummary": "Text outside widget has enhanced contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r66", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[3]/div[2]/div[1]/section[5]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[2]/p[2]/span[1]/span[1]/text()[1]", "codeLines": [ "" ] } }, { "index": 1572, "verdict": "cantTell", "rule": { "ruleID": "r66", "ruleSummary": "Text outside widget has enhanced contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r66", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[3]/div[2]/div[1]/section[6]/div[2]/div[2]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/h3[1]/span[1]/span[1]/text()[1]", "codeLines": [ "COGNITIVE BASED ACTIVITIES" ] } }, { "index": 1573, "verdict": "cantTell", "rule": { "ruleID": "r66", "ruleSummary": "Text outside widget has enhanced contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r66", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[3]/div[2]/div[1]/section[6]/div[2]/div[2]/div[2]/div[1]/div[1]/div[1]/div[1]/div[2]/p[1]/span[1]/text()[1]", "codeLines": [ "Brain health is crucial for our ability to think, act and live well—especially as we get older and may suffer from a degree of cognitive decline, or in some cases dementia. In order to address this, our residents are encouraged to participate in the numerous types of cognitive based activities we of..." ] } }, { "index": 1574, "verdict": "cantTell", "rule": { "ruleID": "r66", "ruleSummary": "Text outside widget has enhanced contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r66", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[3]/div[2]/div[1]/section[7]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/h3[1]/span[1]/span[1]/text()[1]", "codeLines": [ "CUISINE & NUTRITION" ] } }, { "index": 1575, "verdict": "cantTell", "rule": { "ruleID": "r66", "ruleSummary": "Text outside widget has enhanced contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r66", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[3]/div[2]/div[1]/section[7]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[2]/p[1]/span[1]/text()[1]", "codeLines": [ "Many of you may be familiar with the saying, “If more of us valued food and cheer and song above hoarded gold, it would be a merrier world”. At Greenfield we embody this in everything we do! Just wait until you see what’s on the menu at one of our holiday banquets!" ] } }, { "index": 1576, "verdict": "cantTell", "rule": { "ruleID": "r66", "ruleSummary": "Text outside widget has enhanced contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r66", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[6]/div[2]/div[1]/section[1]/div[2]/div[1]/div[2]/div[1]/div[1]/h6[1]/span[1]/span[1]/text()[1]", "codeLines": [ "OUR LIFE" ] } }, { "index": 1577, "verdict": "cantTell", "rule": { "ruleID": "r66", "ruleSummary": "Text outside widget has enhanced contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r66", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[6]/div[2]/div[1]/section[1]/div[2]/div[1]/div[2]/div[1]/div[4]/h2[1]/span[1]/span[1]/text()[1]", "codeLines": [ "Food for the Soul" ] } }, { "index": 1578, "verdict": "cantTell", "rule": { "ruleID": "r66", "ruleSummary": "Text outside widget has enhanced contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r66", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[6]/div[2]/div[1]/section[1]/div[2]/div[1]/div[2]/div[1]/div[5]/p[1]/span[1]/text()[1]", "codeLines": [ "As we grow older, it is essential for us to maintain a strong sense of meaning and purpose—in order to remain healthy and lead a rich and fulfilling life. With this in mind, Greenfield Senior Living provides an environment that fosters both meaningful connections, and supports active lifestyles for ..." ] } }, { "index": 1579, "verdict": "cantTell", "rule": { "ruleID": "r66", "ruleSummary": "Text outside widget has enhanced contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r66", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[6]/div[2]/div[1]/section[1]/div[2]/div[1]/div[2]/div[1]/div[6]/a[1]/span[1]/text()[1]", "codeLines": [ "Read More" ] } }, { "index": 1580, "verdict": "cantTell", "rule": { "ruleID": "r66", "ruleSummary": "Text outside widget has enhanced contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r66", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[6]/div[2]/div[1]/section[2]/div[2]/div[2]/div[2]/div[1]/div[1]/h6[1]/span[1]/span[1]/span[1]/text()[1]", "codeLines": [ "OUR PEOPLE" ] } }, { "index": 1581, "verdict": "cantTell", "rule": { "ruleID": "r66", "ruleSummary": "Text outside widget has enhanced contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r66", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[6]/div[2]/div[1]/section[2]/div[2]/div[2]/div[2]/div[1]/div[4]/h2[1]/span[1]/span[1]/text()[1]", "codeLines": [ "Loving, Passionate and Well-Trained" ] } }, { "index": 1582, "verdict": "cantTell", "rule": { "ruleID": "r66", "ruleSummary": "Text outside widget has enhanced contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r66", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[6]/div[2]/div[1]/section[2]/div[2]/div[2]/div[2]/div[1]/div[5]/p[1]/span[1]/span[1]/text()[1]", "codeLines": [ "The opportunity to make a difference, ensuring dignity and self-expression, and living and working with responsibility and integrity—these are the core values of Greenfield Senior Living, and they’re what every member of our family embodies. When we build our team, we look for more than just a check..." ] } }, { "index": 1583, "verdict": "cantTell", "rule": { "ruleID": "r66", "ruleSummary": "Text outside widget has enhanced contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r66", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[6]/div[2]/div[1]/section[3]/div[2]/div[1]/div[2]/div[1]/div[1]/h6[1]/span[1]/span[1]/text()[1]", "codeLines": [ "5-STAR TRAINING" ] } }, { "index": 1584, "verdict": "cantTell", "rule": { "ruleID": "r66", "ruleSummary": "Text outside widget has enhanced contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r66", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[6]/div[2]/div[1]/section[3]/div[2]/div[1]/div[2]/div[1]/div[3]/h2[1]/span[1]/span[1]/text()[1]", "codeLines": [ "Educate and Transform" ] } }, { "index": 1585, "verdict": "cantTell", "rule": { "ruleID": "r66", "ruleSummary": "Text outside widget has enhanced contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r66", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[6]/div[2]/div[1]/section[3]/div[2]/div[1]/div[2]/div[1]/div[5]/p[1]/span[1]/text()[1]", "codeLines": [ "At Greenfield we understand the intrinsic link between education and our our ability to evolve as a care provider. The people who work for us are the \"brick and mortar\" that make this transformation possible and the opportunities we afford them to grow, both individually and as a team, is very much ..." ] } }, { "index": 1586, "verdict": "cantTell", "rule": { "ruleID": "r66", "ruleSummary": "Text outside widget has enhanced contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r66", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[6]/div[2]/div[1]/section[3]/div[2]/div[1]/div[2]/div[1]/div[6]/a[1]/span[1]/text()[1]", "codeLines": [ "Read More" ] } }, { "index": 1587, "verdict": "cantTell", "rule": { "ruleID": "r66", "ruleSummary": "Text outside widget has enhanced contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r66", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[6]/div[2]/div[1]/section[4]/div[2]/div[2]/div[2]/div[1]/div[1]/h2[1]/span[1]/span[1]/text()[1]", "codeLines": [ "STAY INFORMED" ] } }, { "index": 1588, "verdict": "cantTell", "rule": { "ruleID": "r66", "ruleSummary": "Text outside widget has enhanced contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r66", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[6]/div[2]/div[1]/section[4]/div[2]/div[2]/div[2]/div[1]/div[4]/h3[1]/span[1]/span[1]/text()[1]", "codeLines": [ "Greenfield |" ] } }, { "index": 1589, "verdict": "cantTell", "rule": { "ruleID": "r66", "ruleSummary": "Text outside widget has enhanced contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r66", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[6]/div[2]/div[1]/section[4]/div[2]/div[2]/div[2]/div[1]/div[4]/h3[1]/span[1]/span[1]/text()[2]", "codeLines": [ "The Magazine" ] } }, { "index": 1590, "verdict": "cantTell", "rule": { "ruleID": "r66", "ruleSummary": "Text outside widget has enhanced contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r66", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[6]/div[2]/div[1]/section[4]/div[2]/div[2]/div[2]/div[1]/div[6]/p[1]/span[1]/span[1]/text()[1]", "codeLines": [ "The purpose of this free monthly publication is to educate and raise awareness in regards to the many challenges associated with senior life. It will also serve as a useful resource—one that can be utilized in order to improve the quality of life—both for ourselves and those we love." ] } }, { "index": 1591, "verdict": "cantTell", "rule": { "ruleID": "r66", "ruleSummary": "Text outside widget has enhanced contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r66", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[6]/div[2]/div[1]/section[4]/div[2]/div[2]/div[2]/div[1]/div[6]/p[2]/span[1]/span[1]/span[1]/text()[1]", "codeLines": [ "" ] } }, { "index": 1592, "verdict": "cantTell", "rule": { "ruleID": "r66", "ruleSummary": "Text outside widget has enhanced contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r66", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[6]/div[2]/div[1]/section[4]/div[2]/div[2]/div[2]/div[1]/div[6]/p[3]/span[1]/span[1]/span[1]/span[1]/span[1]/span[1]/text()[1]", "codeLines": [ "Click on image to view the monthly issue." ] } }, { "index": 1594, "verdict": "cantTell", "rule": { "ruleID": "r66", "ruleSummary": "Text outside widget has enhanced contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r66", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[6]/div[2]/div[1]/section[5]/div[2]/div[1]/div[2]/div[1]/div[1]/h6[1]/span[1]/span[1]/text()[1]", "codeLines": [ "HEALTH & SAFETY" ] } }, { "index": 1595, "verdict": "cantTell", "rule": { "ruleID": "r66", "ruleSummary": "Text outside widget has enhanced contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r66", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[6]/div[2]/div[1]/section[5]/div[2]/div[1]/div[2]/div[1]/div[3]/h2[1]/span[1]/span[1]/text()[1]", "codeLines": [ "Your Safety is Our Priority" ] } }, { "index": 1596, "verdict": "cantTell", "rule": { "ruleID": "r66", "ruleSummary": "Text outside widget has enhanced contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r66", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[6]/div[2]/div[1]/section[5]/div[2]/div[1]/div[2]/div[1]/div[5]/p[1]/span[1]/text()[1]", "codeLines": [ "Given the challenges that arose with COVID-19, Greenfield understands that there is a constant need to adapt and build upon the current high standards of housekeeping and hygiene, throughout our communities. Additionally, in order to provide a safe and sanitized environment for its residents, Greenf..." ] } }, { "index": 1597, "verdict": "cantTell", "rule": { "ruleID": "r66", "ruleSummary": "Text outside widget has enhanced contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r66", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[6]/div[2]/div[1]/section[5]/div[2]/div[1]/div[2]/div[1]/div[6]/a[1]/span[1]/text()[1]", "codeLines": [ "Read More" ] } }, { "index": 1598, "verdict": "cantTell", "rule": { "ruleID": "r66", "ruleSummary": "Text outside widget has enhanced contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r66", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[6]/div[2]/div[1]/section[6]/div[2]/div[2]/div[2]/div[1]/div[1]/h6[1]/span[1]/span[1]/span[1]/text()[1]", "codeLines": [ "OUR COMMUNITIES" ] } }, { "index": 1599, "verdict": "cantTell", "rule": { "ruleID": "r66", "ruleSummary": "Text outside widget has enhanced contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r66", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[6]/div[2]/div[1]/section[6]/div[2]/div[2]/div[2]/div[1]/div[4]/h2[1]/span[1]/span[1]/text()[1]", "codeLines": [ "Located in Virginia and Pennsylvania" ] } }, { "index": 1600, "verdict": "cantTell", "rule": { "ruleID": "r66", "ruleSummary": "Text outside widget has enhanced contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r66", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[6]/div[2]/div[1]/section[6]/div[2]/div[2]/div[2]/div[1]/div[5]/p[1]/span[1]/span[1]/text()[1]", "codeLines": [ "We have seven communities in Virginia and Pennsylvania, all dedicated to providing the high quality of care that you both expect and depend upon, when seeking a home for yourself or a loved one." ] } }, { "index": 1601, "verdict": "cantTell", "rule": { "ruleID": "r66", "ruleSummary": "Text outside widget has enhanced contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r66", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[6]/div[2]/div[1]/section[6]/div[2]/div[2]/div[2]/div[1]/div[5]/p[2]/span[1]/span[1]/span[1]/text()[1]", "codeLines": [ "" ] } }, { "index": 1602, "verdict": "cantTell", "rule": { "ruleID": "r66", "ruleSummary": "Text outside widget has enhanced contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r66", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[6]/div[2]/div[1]/section[6]/div[2]/div[2]/div[2]/div[1]/div[5]/p[3]/span[1]/span[1]/text()[1]", "codeLines": [ "We welcome you to embark on the next exciting chapter of your life in the warmth, comfort and safety of a loving community. You can be excited for what comes next. For we are not just a home, we are family." ] } }, { "index": 1604, "verdict": "cantTell", "rule": { "ruleID": "r66", "ruleSummary": "Text outside widget has enhanced contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r66", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[8]/div[2]/div[1]/section[1]/div[2]/div[1]/div[2]/div[1]/div[1]/h2[1]/span[1]/span[1]/span[1]/text()[1]", "codeLines": [ "CAREERS" ] } }, { "index": 1605, "verdict": "cantTell", "rule": { "ruleID": "r66", "ruleSummary": "Text outside widget has enhanced contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r66", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[8]/div[2]/div[1]/section[1]/div[2]/div[1]/div[2]/div[1]/div[4]/p[1]/span[1]/span[1]/span[1]/text()[1]", "codeLines": [ "If you are passionate about pursuing a vocation in which you can make a difference, then look no further. Greenfield has openings for dynamic individuals to join our team." ] } }, { "index": 1607, "verdict": "cantTell", "rule": { "ruleID": "r66", "ruleSummary": "Text outside widget has enhanced contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r66", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/section[1]/div[2]/div[1]/div[2]/div[1]/div[1]/h2[1]/span[1]/text()[1]", "codeLines": [ "CONTACT A COMMUNITY" ] } }, { "index": 1608, "verdict": "cantTell", "rule": { "ruleID": "r66", "ruleSummary": "Text outside widget has enhanced contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r66", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/section[1]/div[2]/div[1]/div[2]/div[1]/div[2]/p[1]/text()[1]", "codeLines": [ "Virginia Communities" ] } }, { "index": 1610, "verdict": "cantTell", "rule": { "ruleID": "r66", "ruleSummary": "Text outside widget has enhanced contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r66", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/section[1]/div[2]/div[1]/div[2]/div[1]/div[5]/p[1]/text()[1]", "codeLines": [ "Pennsylvania Communities" ] } }, { "index": 1612, "verdict": "cantTell", "rule": { "ruleID": "r66", "ruleSummary": "Text outside widget has enhanced contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r66", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/section[1]/div[2]/div[2]/div[2]/div[1]/div[1]/h2[1]/span[1]/text()[1]", "codeLines": [ "PRIVACY POLICY" ] } }, { "index": 1614, "verdict": "cantTell", "rule": { "ruleID": "r66", "ruleSummary": "Text outside widget has enhanced contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r66", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/section[2]/div[2]/div[2]/div[2]/div[1]/div[1]/p[1]/span[1]/text()[1]", "codeLines": [ "© 2022 Greenfield Senior Living" ] } }, { "index": 1632, "verdict": "cantTell", "rule": { "ruleID": "r69", "ruleSummary": "Text outside widget has minimum contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r69", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-minimum", "chapter": "1.4.3", "title": "Contrast (Minimum)" }, { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/header[1]/div[1]/div[2]/div[1]/div[1]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[1]/a[1]/div[1]/div[1]/p[1]/text()[1]", "codeLines": [ "Home" ] } }, { "index": 1633, "verdict": "cantTell", "rule": { "ruleID": "r69", "ruleSummary": "Text outside widget has minimum contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r69", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-minimum", "chapter": "1.4.3", "title": "Contrast (Minimum)" }, { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/header[1]/div[1]/div[2]/div[1]/div[1]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[2]/a[1]/div[1]/div[1]/p[1]/text()[1]", "codeLines": [ "Our Mission" ] } }, { "index": 1634, "verdict": "cantTell", "rule": { "ruleID": "r69", "ruleSummary": "Text outside widget has minimum contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r69", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-minimum", "chapter": "1.4.3", "title": "Contrast (Minimum)" }, { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/header[1]/div[1]/div[2]/div[1]/div[1]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[3]/a[1]/div[1]/div[1]/p[1]/text()[1]", "codeLines": [ "Our Life" ] } }, { "index": 1635, "verdict": "cantTell", "rule": { "ruleID": "r69", "ruleSummary": "Text outside widget has minimum contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r69", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-minimum", "chapter": "1.4.3", "title": "Contrast (Minimum)" }, { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/header[1]/div[1]/div[2]/div[1]/div[1]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[4]/a[1]/div[1]/div[1]/p[1]/text()[1]", "codeLines": [ "Our Communites" ] } }, { "index": 1636, "verdict": "cantTell", "rule": { "ruleID": "r69", "ruleSummary": "Text outside widget has minimum contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r69", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-minimum", "chapter": "1.4.3", "title": "Contrast (Minimum)" }, { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/header[1]/div[1]/div[2]/div[1]/div[1]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[5]/a[1]/div[1]/div[1]/p[1]/text()[1]", "codeLines": [ "Health & Safety" ] } }, { "index": 1637, "verdict": "cantTell", "rule": { "ruleID": "r69", "ruleSummary": "Text outside widget has minimum contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r69", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-minimum", "chapter": "1.4.3", "title": "Contrast (Minimum)" }, { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/header[1]/div[1]/div[2]/div[1]/div[1]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[6]/a[1]/div[1]/div[1]/p[1]/text()[1]", "codeLines": [ "Careers" ] } }, { "index": 1638, "verdict": "cantTell", "rule": { "ruleID": "r69", "ruleSummary": "Text outside widget has minimum contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r69", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-minimum", "chapter": "1.4.3", "title": "Contrast (Minimum)" }, { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/header[1]/div[1]/div[2]/div[1]/div[1]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[8]/div[1]/div[1]/div[1]/p[1]/text()[1]", "codeLines": [ "More" ] } }, { "index": 1639, "verdict": "cantTell", "rule": { "ruleID": "r69", "ruleSummary": "Text outside widget has minimum contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r69", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-minimum", "chapter": "1.4.3", "title": "Contrast (Minimum)" }, { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[1]/div[2]/div[1]/section[1]/div[2]/div[1]/div[2]/div[1]/div[1]/h1[1]/span[1]/span[1]/span[1]/span[1]/text()[1]", "codeLines": [ "GREENFIELD" ] } }, { "index": 1640, "verdict": "cantTell", "rule": { "ruleID": "r69", "ruleSummary": "Text outside widget has minimum contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r69", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-minimum", "chapter": "1.4.3", "title": "Contrast (Minimum)" }, { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[1]/div[2]/div[1]/section[1]/div[2]/div[1]/div[2]/div[1]/div[2]/h1[1]/span[1]/span[1]/span[1]/span[1]/span[1]/span[1]/span[1]/span[1]/span[1]/span[1]/span[1]/span[1]/span[1]/span[1]/text()[1]", "codeLines": [ "SENIOR LIVING" ] } }, { "index": 1641, "verdict": "cantTell", "rule": { "ruleID": "r69", "ruleSummary": "Text outside widget has minimum contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r69", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-minimum", "chapter": "1.4.3", "title": "Contrast (Minimum)" }, { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[1]/div[2]/div[1]/section[1]/div[2]/div[1]/div[2]/div[1]/div[3]/h2[1]/span[1]/span[1]/span[1]/text()[1]", "codeLines": [ "THERE'S ALWAYS TIME FOR A LITTLE MAGIC!" ] } }, { "index": 1642, "verdict": "cantTell", "rule": { "ruleID": "r69", "ruleSummary": "Text outside widget has minimum contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r69", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-minimum", "chapter": "1.4.3", "title": "Contrast (Minimum)" }, { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[2]/div[2]/div[1]/section[1]/div[2]/div[1]/div[2]/div[1]/div[1]/h2[1]/span[1]/span[1]/span[1]/text()[1]", "codeLines": [ "FROM VISION TO REALITY" ] } }, { "index": 1643, "verdict": "cantTell", "rule": { "ruleID": "r69", "ruleSummary": "Text outside widget has minimum contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r69", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-minimum", "chapter": "1.4.3", "title": "Contrast (Minimum)" }, { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[2]/div[2]/div[1]/section[1]/div[2]/div[1]/div[2]/div[1]/div[2]/p[1]/span[1]/span[1]/text()[1]", "codeLines": [ "We’re Changing The Face Of Senior Living" ] } }, { "index": 1644, "verdict": "cantTell", "rule": { "ruleID": "r69", "ruleSummary": "Text outside widget has minimum contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r69", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-minimum", "chapter": "1.4.3", "title": "Contrast (Minimum)" }, { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[2]/div[2]/div[1]/section[1]/div[2]/div[1]/div[2]/div[1]/div[6]/p[1]/span[1]/span[1]/text()[1]", "codeLines": [ "I entered this profession because it provided a unique opportunity—one that would allow me to make a difference in the quality of peoples lives, through the transformation and elevation of the senior living experience.”" ] } }, { "index": 1645, "verdict": "cantTell", "rule": { "ruleID": "r69", "ruleSummary": "Text outside widget has minimum contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r69", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-minimum", "chapter": "1.4.3", "title": "Contrast (Minimum)" }, { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[2]/div[2]/div[1]/section[1]/div[2]/div[1]/div[2]/div[1]/div[6]/p[3]/span[1]/span[1]/text()[1]", "codeLines": [ "—Matt Peponis, CEO" ] } }, { "index": 1646, "verdict": "cantTell", "rule": { "ruleID": "r69", "ruleSummary": "Text outside widget has minimum contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r69", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-minimum", "chapter": "1.4.3", "title": "Contrast (Minimum)" }, { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[3]/div[2]/div[1]/section[1]/div[2]/div[1]/div[2]/div[1]/div[1]/h3[1]/span[1]/span[1]/text()[1]", "codeLines": [ "OUR HOLISTIC APPROACH TO SENIOR CARE" ] } }, { "index": 1647, "verdict": "cantTell", "rule": { "ruleID": "r69", "ruleSummary": "Text outside widget has minimum contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r69", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-minimum", "chapter": "1.4.3", "title": "Contrast (Minimum)" }, { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[3]/div[2]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[1]/h2[1]/span[1]/span[1]/span[1]/text()[1]", "codeLines": [ "OUR PURPOSE" ] } }, { "index": 1648, "verdict": "cantTell", "rule": { "ruleID": "r69", "ruleSummary": "Text outside widget has minimum contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r69", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-minimum", "chapter": "1.4.3", "title": "Contrast (Minimum)" }, { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[3]/div[2]/div[1]/section[3]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/h3[1]/span[1]/span[1]/text()[1]", "codeLines": [ "COMPASSIONATE HOLISTIC CARE" ] } }, { "index": 1649, "verdict": "cantTell", "rule": { "ruleID": "r69", "ruleSummary": "Text outside widget has minimum contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r69", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-minimum", "chapter": "1.4.3", "title": "Contrast (Minimum)" }, { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[3]/div[2]/div[1]/section[3]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[2]/p[1]/span[1]/text()[1]", "codeLines": [ "At Greenfield we are committed to providing the highest possible level of care. In order to do this it essential for us address not only the physical, but also the emotional and spiritual needs of our residents—thereby enabling them to lead rich and fulfilling lives." ] } }, { "index": 1650, "verdict": "cantTell", "rule": { "ruleID": "r69", "ruleSummary": "Text outside widget has minimum contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r69", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-minimum", "chapter": "1.4.3", "title": "Contrast (Minimum)" }, { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[3]/div[2]/div[1]/section[4]/div[2]/div[2]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/h3[1]/span[1]/span[1]/text()[1]", "codeLines": [ "COMMUNITY CENTERED EVENTS & ACTIVITIES" ] } }, { "index": 1651, "verdict": "cantTell", "rule": { "ruleID": "r69", "ruleSummary": "Text outside widget has minimum contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r69", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-minimum", "chapter": "1.4.3", "title": "Contrast (Minimum)" }, { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[3]/div[2]/div[1]/section[4]/div[2]/div[2]/div[2]/div[1]/div[1]/div[1]/div[1]/div[2]/p[1]/span[1]/text()[1]", "codeLines": [ "Within our communities there is never a dull moment. You will witness the hustle and bustle of seniors leading active lives—moving from fitness to cooking classes, swapping life stories over board games or getting ready to go out on the town." ] } }, { "index": 1652, "verdict": "cantTell", "rule": { "ruleID": "r69", "ruleSummary": "Text outside widget has minimum contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r69", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-minimum", "chapter": "1.4.3", "title": "Contrast (Minimum)" }, { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[3]/div[2]/div[1]/section[5]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/h3[1]/span[1]/span[1]/text()[1]", "codeLines": [ "CARDIOVASCULAR & PHYSICAL HEALTH" ] } }, { "index": 1653, "verdict": "cantTell", "rule": { "ruleID": "r69", "ruleSummary": "Text outside widget has minimum contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r69", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-minimum", "chapter": "1.4.3", "title": "Contrast (Minimum)" }, { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[3]/div[2]/div[1]/section[5]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[2]/p[1]/span[1]/text()[1]", "codeLines": [ "Maintaining ones physical health plays a huge role in the process of enabling a person to remain active, engaged and lead a vibrant life. At Greenfield we encourage our residents to participate in many of the physical activities available to them—anything from gardening to participating in our daily..." ] } }, { "index": 1654, "verdict": "cantTell", "rule": { "ruleID": "r69", "ruleSummary": "Text outside widget has minimum contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r69", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-minimum", "chapter": "1.4.3", "title": "Contrast (Minimum)" }, { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[3]/div[2]/div[1]/section[5]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[2]/p[2]/span[1]/span[1]/text()[1]", "codeLines": [ "" ] } }, { "index": 1655, "verdict": "cantTell", "rule": { "ruleID": "r69", "ruleSummary": "Text outside widget has minimum contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r69", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-minimum", "chapter": "1.4.3", "title": "Contrast (Minimum)" }, { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[3]/div[2]/div[1]/section[6]/div[2]/div[2]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/h3[1]/span[1]/span[1]/text()[1]", "codeLines": [ "COGNITIVE BASED ACTIVITIES" ] } }, { "index": 1656, "verdict": "cantTell", "rule": { "ruleID": "r69", "ruleSummary": "Text outside widget has minimum contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r69", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-minimum", "chapter": "1.4.3", "title": "Contrast (Minimum)" }, { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[3]/div[2]/div[1]/section[6]/div[2]/div[2]/div[2]/div[1]/div[1]/div[1]/div[1]/div[2]/p[1]/span[1]/text()[1]", "codeLines": [ "Brain health is crucial for our ability to think, act and live well—especially as we get older and may suffer from a degree of cognitive decline, or in some cases dementia. In order to address this, our residents are encouraged to participate in the numerous types of cognitive based activities we of..." ] } }, { "index": 1657, "verdict": "cantTell", "rule": { "ruleID": "r69", "ruleSummary": "Text outside widget has minimum contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r69", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-minimum", "chapter": "1.4.3", "title": "Contrast (Minimum)" }, { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[3]/div[2]/div[1]/section[7]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/h3[1]/span[1]/span[1]/text()[1]", "codeLines": [ "CUISINE & NUTRITION" ] } }, { "index": 1658, "verdict": "cantTell", "rule": { "ruleID": "r69", "ruleSummary": "Text outside widget has minimum contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r69", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-minimum", "chapter": "1.4.3", "title": "Contrast (Minimum)" }, { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[3]/div[2]/div[1]/section[7]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[2]/p[1]/span[1]/text()[1]", "codeLines": [ "Many of you may be familiar with the saying, “If more of us valued food and cheer and song above hoarded gold, it would be a merrier world”. At Greenfield we embody this in everything we do! Just wait until you see what’s on the menu at one of our holiday banquets!" ] } }, { "index": 1659, "verdict": "cantTell", "rule": { "ruleID": "r69", "ruleSummary": "Text outside widget has minimum contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r69", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-minimum", "chapter": "1.4.3", "title": "Contrast (Minimum)" }, { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[6]/div[2]/div[1]/section[1]/div[2]/div[1]/div[2]/div[1]/div[1]/h6[1]/span[1]/span[1]/text()[1]", "codeLines": [ "OUR LIFE" ] } }, { "index": 1660, "verdict": "cantTell", "rule": { "ruleID": "r69", "ruleSummary": "Text outside widget has minimum contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r69", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-minimum", "chapter": "1.4.3", "title": "Contrast (Minimum)" }, { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[6]/div[2]/div[1]/section[1]/div[2]/div[1]/div[2]/div[1]/div[4]/h2[1]/span[1]/span[1]/text()[1]", "codeLines": [ "Food for the Soul" ] } }, { "index": 1661, "verdict": "cantTell", "rule": { "ruleID": "r69", "ruleSummary": "Text outside widget has minimum contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r69", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-minimum", "chapter": "1.4.3", "title": "Contrast (Minimum)" }, { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[6]/div[2]/div[1]/section[1]/div[2]/div[1]/div[2]/div[1]/div[5]/p[1]/span[1]/text()[1]", "codeLines": [ "As we grow older, it is essential for us to maintain a strong sense of meaning and purpose—in order to remain healthy and lead a rich and fulfilling life. With this in mind, Greenfield Senior Living provides an environment that fosters both meaningful connections, and supports active lifestyles for ..." ] } }, { "index": 1662, "verdict": "cantTell", "rule": { "ruleID": "r69", "ruleSummary": "Text outside widget has minimum contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r69", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-minimum", "chapter": "1.4.3", "title": "Contrast (Minimum)" }, { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[6]/div[2]/div[1]/section[1]/div[2]/div[1]/div[2]/div[1]/div[6]/a[1]/span[1]/text()[1]", "codeLines": [ "Read More" ] } }, { "index": 1663, "verdict": "cantTell", "rule": { "ruleID": "r69", "ruleSummary": "Text outside widget has minimum contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r69", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-minimum", "chapter": "1.4.3", "title": "Contrast (Minimum)" }, { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[6]/div[2]/div[1]/section[2]/div[2]/div[2]/div[2]/div[1]/div[1]/h6[1]/span[1]/span[1]/span[1]/text()[1]", "codeLines": [ "OUR PEOPLE" ] } }, { "index": 1664, "verdict": "cantTell", "rule": { "ruleID": "r69", "ruleSummary": "Text outside widget has minimum contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r69", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-minimum", "chapter": "1.4.3", "title": "Contrast (Minimum)" }, { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[6]/div[2]/div[1]/section[2]/div[2]/div[2]/div[2]/div[1]/div[4]/h2[1]/span[1]/span[1]/text()[1]", "codeLines": [ "Loving, Passionate and Well-Trained" ] } }, { "index": 1665, "verdict": "cantTell", "rule": { "ruleID": "r69", "ruleSummary": "Text outside widget has minimum contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r69", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-minimum", "chapter": "1.4.3", "title": "Contrast (Minimum)" }, { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[6]/div[2]/div[1]/section[2]/div[2]/div[2]/div[2]/div[1]/div[5]/p[1]/span[1]/span[1]/text()[1]", "codeLines": [ "The opportunity to make a difference, ensuring dignity and self-expression, and living and working with responsibility and integrity—these are the core values of Greenfield Senior Living, and they’re what every member of our family embodies. When we build our team, we look for more than just a check..." ] } }, { "index": 1666, "verdict": "cantTell", "rule": { "ruleID": "r69", "ruleSummary": "Text outside widget has minimum contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r69", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-minimum", "chapter": "1.4.3", "title": "Contrast (Minimum)" }, { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[6]/div[2]/div[1]/section[3]/div[2]/div[1]/div[2]/div[1]/div[1]/h6[1]/span[1]/span[1]/text()[1]", "codeLines": [ "5-STAR TRAINING" ] } }, { "index": 1667, "verdict": "cantTell", "rule": { "ruleID": "r69", "ruleSummary": "Text outside widget has minimum contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r69", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-minimum", "chapter": "1.4.3", "title": "Contrast (Minimum)" }, { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[6]/div[2]/div[1]/section[3]/div[2]/div[1]/div[2]/div[1]/div[3]/h2[1]/span[1]/span[1]/text()[1]", "codeLines": [ "Educate and Transform" ] } }, { "index": 1668, "verdict": "cantTell", "rule": { "ruleID": "r69", "ruleSummary": "Text outside widget has minimum contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r69", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-minimum", "chapter": "1.4.3", "title": "Contrast (Minimum)" }, { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[6]/div[2]/div[1]/section[3]/div[2]/div[1]/div[2]/div[1]/div[5]/p[1]/span[1]/text()[1]", "codeLines": [ "At Greenfield we understand the intrinsic link between education and our our ability to evolve as a care provider. The people who work for us are the \"brick and mortar\" that make this transformation possible and the opportunities we afford them to grow, both individually and as a team, is very much ..." ] } }, { "index": 1669, "verdict": "cantTell", "rule": { "ruleID": "r69", "ruleSummary": "Text outside widget has minimum contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r69", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-minimum", "chapter": "1.4.3", "title": "Contrast (Minimum)" }, { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[6]/div[2]/div[1]/section[3]/div[2]/div[1]/div[2]/div[1]/div[6]/a[1]/span[1]/text()[1]", "codeLines": [ "Read More" ] } }, { "index": 1670, "verdict": "cantTell", "rule": { "ruleID": "r69", "ruleSummary": "Text outside widget has minimum contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r69", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-minimum", "chapter": "1.4.3", "title": "Contrast (Minimum)" }, { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[6]/div[2]/div[1]/section[4]/div[2]/div[2]/div[2]/div[1]/div[1]/h2[1]/span[1]/span[1]/text()[1]", "codeLines": [ "STAY INFORMED" ] } }, { "index": 1671, "verdict": "cantTell", "rule": { "ruleID": "r69", "ruleSummary": "Text outside widget has minimum contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r69", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-minimum", "chapter": "1.4.3", "title": "Contrast (Minimum)" }, { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[6]/div[2]/div[1]/section[4]/div[2]/div[2]/div[2]/div[1]/div[4]/h3[1]/span[1]/span[1]/text()[1]", "codeLines": [ "Greenfield |" ] } }, { "index": 1672, "verdict": "cantTell", "rule": { "ruleID": "r69", "ruleSummary": "Text outside widget has minimum contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r69", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-minimum", "chapter": "1.4.3", "title": "Contrast (Minimum)" }, { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[6]/div[2]/div[1]/section[4]/div[2]/div[2]/div[2]/div[1]/div[4]/h3[1]/span[1]/span[1]/text()[2]", "codeLines": [ "The Magazine" ] } }, { "index": 1673, "verdict": "cantTell", "rule": { "ruleID": "r69", "ruleSummary": "Text outside widget has minimum contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r69", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-minimum", "chapter": "1.4.3", "title": "Contrast (Minimum)" }, { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[6]/div[2]/div[1]/section[4]/div[2]/div[2]/div[2]/div[1]/div[6]/p[1]/span[1]/span[1]/text()[1]", "codeLines": [ "The purpose of this free monthly publication is to educate and raise awareness in regards to the many challenges associated with senior life. It will also serve as a useful resource—one that can be utilized in order to improve the quality of life—both for ourselves and those we love." ] } }, { "index": 1674, "verdict": "cantTell", "rule": { "ruleID": "r69", "ruleSummary": "Text outside widget has minimum contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r69", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-minimum", "chapter": "1.4.3", "title": "Contrast (Minimum)" }, { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[6]/div[2]/div[1]/section[4]/div[2]/div[2]/div[2]/div[1]/div[6]/p[2]/span[1]/span[1]/span[1]/text()[1]", "codeLines": [ "" ] } }, { "index": 1675, "verdict": "cantTell", "rule": { "ruleID": "r69", "ruleSummary": "Text outside widget has minimum contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r69", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-minimum", "chapter": "1.4.3", "title": "Contrast (Minimum)" }, { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[6]/div[2]/div[1]/section[4]/div[2]/div[2]/div[2]/div[1]/div[6]/p[3]/span[1]/span[1]/span[1]/span[1]/span[1]/span[1]/text()[1]", "codeLines": [ "Click on image to view the monthly issue." ] } }, { "index": 1677, "verdict": "cantTell", "rule": { "ruleID": "r69", "ruleSummary": "Text outside widget has minimum contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r69", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-minimum", "chapter": "1.4.3", "title": "Contrast (Minimum)" }, { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[6]/div[2]/div[1]/section[5]/div[2]/div[1]/div[2]/div[1]/div[1]/h6[1]/span[1]/span[1]/text()[1]", "codeLines": [ "HEALTH & SAFETY" ] } }, { "index": 1678, "verdict": "cantTell", "rule": { "ruleID": "r69", "ruleSummary": "Text outside widget has minimum contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r69", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-minimum", "chapter": "1.4.3", "title": "Contrast (Minimum)" }, { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[6]/div[2]/div[1]/section[5]/div[2]/div[1]/div[2]/div[1]/div[3]/h2[1]/span[1]/span[1]/text()[1]", "codeLines": [ "Your Safety is Our Priority" ] } }, { "index": 1679, "verdict": "cantTell", "rule": { "ruleID": "r69", "ruleSummary": "Text outside widget has minimum contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r69", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-minimum", "chapter": "1.4.3", "title": "Contrast (Minimum)" }, { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[6]/div[2]/div[1]/section[5]/div[2]/div[1]/div[2]/div[1]/div[5]/p[1]/span[1]/text()[1]", "codeLines": [ "Given the challenges that arose with COVID-19, Greenfield understands that there is a constant need to adapt and build upon the current high standards of housekeeping and hygiene, throughout our communities. Additionally, in order to provide a safe and sanitized environment for its residents, Greenf..." ] } }, { "index": 1680, "verdict": "cantTell", "rule": { "ruleID": "r69", "ruleSummary": "Text outside widget has minimum contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r69", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-minimum", "chapter": "1.4.3", "title": "Contrast (Minimum)" }, { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[6]/div[2]/div[1]/section[5]/div[2]/div[1]/div[2]/div[1]/div[6]/a[1]/span[1]/text()[1]", "codeLines": [ "Read More" ] } }, { "index": 1681, "verdict": "cantTell", "rule": { "ruleID": "r69", "ruleSummary": "Text outside widget has minimum contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r69", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-minimum", "chapter": "1.4.3", "title": "Contrast (Minimum)" }, { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[6]/div[2]/div[1]/section[6]/div[2]/div[2]/div[2]/div[1]/div[1]/h6[1]/span[1]/span[1]/span[1]/text()[1]", "codeLines": [ "OUR COMMUNITIES" ] } }, { "index": 1682, "verdict": "cantTell", "rule": { "ruleID": "r69", "ruleSummary": "Text outside widget has minimum contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r69", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-minimum", "chapter": "1.4.3", "title": "Contrast (Minimum)" }, { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[6]/div[2]/div[1]/section[6]/div[2]/div[2]/div[2]/div[1]/div[4]/h2[1]/span[1]/span[1]/text()[1]", "codeLines": [ "Located in Virginia and Pennsylvania" ] } }, { "index": 1683, "verdict": "cantTell", "rule": { "ruleID": "r69", "ruleSummary": "Text outside widget has minimum contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r69", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-minimum", "chapter": "1.4.3", "title": "Contrast (Minimum)" }, { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[6]/div[2]/div[1]/section[6]/div[2]/div[2]/div[2]/div[1]/div[5]/p[1]/span[1]/span[1]/text()[1]", "codeLines": [ "We have seven communities in Virginia and Pennsylvania, all dedicated to providing the high quality of care that you both expect and depend upon, when seeking a home for yourself or a loved one." ] } }, { "index": 1684, "verdict": "cantTell", "rule": { "ruleID": "r69", "ruleSummary": "Text outside widget has minimum contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r69", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-minimum", "chapter": "1.4.3", "title": "Contrast (Minimum)" }, { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[6]/div[2]/div[1]/section[6]/div[2]/div[2]/div[2]/div[1]/div[5]/p[2]/span[1]/span[1]/span[1]/text()[1]", "codeLines": [ "" ] } }, { "index": 1685, "verdict": "cantTell", "rule": { "ruleID": "r69", "ruleSummary": "Text outside widget has minimum contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r69", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-minimum", "chapter": "1.4.3", "title": "Contrast (Minimum)" }, { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[6]/div[2]/div[1]/section[6]/div[2]/div[2]/div[2]/div[1]/div[5]/p[3]/span[1]/span[1]/text()[1]", "codeLines": [ "We welcome you to embark on the next exciting chapter of your life in the warmth, comfort and safety of a loving community. You can be excited for what comes next. For we are not just a home, we are family." ] } }, { "index": 1687, "verdict": "cantTell", "rule": { "ruleID": "r69", "ruleSummary": "Text outside widget has minimum contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r69", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-minimum", "chapter": "1.4.3", "title": "Contrast (Minimum)" }, { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[8]/div[2]/div[1]/section[1]/div[2]/div[1]/div[2]/div[1]/div[1]/h2[1]/span[1]/span[1]/span[1]/text()[1]", "codeLines": [ "CAREERS" ] } }, { "index": 1688, "verdict": "cantTell", "rule": { "ruleID": "r69", "ruleSummary": "Text outside widget has minimum contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r69", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-minimum", "chapter": "1.4.3", "title": "Contrast (Minimum)" }, { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[8]/div[2]/div[1]/section[1]/div[2]/div[1]/div[2]/div[1]/div[4]/p[1]/span[1]/span[1]/span[1]/text()[1]", "codeLines": [ "If you are passionate about pursuing a vocation in which you can make a difference, then look no further. Greenfield has openings for dynamic individuals to join our team." ] } }, { "index": 1690, "verdict": "cantTell", "rule": { "ruleID": "r69", "ruleSummary": "Text outside widget has minimum contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r69", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-minimum", "chapter": "1.4.3", "title": "Contrast (Minimum)" }, { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/section[1]/div[2]/div[1]/div[2]/div[1]/div[1]/h2[1]/span[1]/text()[1]", "codeLines": [ "CONTACT A COMMUNITY" ] } }, { "index": 1691, "verdict": "cantTell", "rule": { "ruleID": "r69", "ruleSummary": "Text outside widget has minimum contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r69", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-minimum", "chapter": "1.4.3", "title": "Contrast (Minimum)" }, { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/section[1]/div[2]/div[1]/div[2]/div[1]/div[2]/p[1]/text()[1]", "codeLines": [ "Virginia Communities" ] } }, { "index": 1693, "verdict": "cantTell", "rule": { "ruleID": "r69", "ruleSummary": "Text outside widget has minimum contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r69", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-minimum", "chapter": "1.4.3", "title": "Contrast (Minimum)" }, { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/section[1]/div[2]/div[1]/div[2]/div[1]/div[5]/p[1]/text()[1]", "codeLines": [ "Pennsylvania Communities" ] } }, { "index": 1695, "verdict": "cantTell", "rule": { "ruleID": "r69", "ruleSummary": "Text outside widget has minimum contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r69", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-minimum", "chapter": "1.4.3", "title": "Contrast (Minimum)" }, { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/section[1]/div[2]/div[2]/div[2]/div[1]/div[1]/h2[1]/span[1]/text()[1]", "codeLines": [ "PRIVACY POLICY" ] } }, { "index": 1697, "verdict": "cantTell", "rule": { "ruleID": "r69", "ruleSummary": "Text outside widget has minimum contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r69", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-minimum", "chapter": "1.4.3", "title": "Contrast (Minimum)" }, { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/section[2]/div[2]/div[2]/div[2]/div[1]/div[1]/p[1]/span[1]/text()[1]", "codeLines": [ "© 2022 Greenfield Senior Living" ] } }, { "index": 1787, "verdict": "failed", "rule": { "ruleID": "r73", "ruleSummary": "Paragraphs of text have sufficient line height", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r73", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#visual-presentation", "chapter": "1.4.8", "title": "Visual Presentation" } ] }, "target": { "type": "element", "tagName": "p", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/section[1]/div[2]/div[1]/div[2]/div[1]/div[2]/p[1]", "codeLines": [ "<p class=\"font_8 wixui-rich-text__text\" style=\"line-height:1.4em; text-align:center; font-size:16px;\">", " Virginia Communities", "</p>" ] } }, { "index": 1788, "verdict": "failed", "rule": { "ruleID": "r73", "ruleSummary": "Paragraphs of text have sufficient line height", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r73", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#visual-presentation", "chapter": "1.4.8", "title": "Visual Presentation" } ] }, "target": { "type": "element", "tagName": "p", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/section[1]/div[2]/div[1]/div[2]/div[1]/div[5]/p[1]", "codeLines": [ "<p class=\"font_8 wixui-rich-text__text\" style=\"line-height:1.4em; text-align:center; font-size:16px;\">", " Pennsylvania Communities", "</p>" ] } }, { "index": 1790, "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]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[2]/div[2]/div[1]/section[1]/div[2]/div[1]/div[2]/div[1]/div[2]/p[1]", "codeLines": [ "<p class=\"font_7 wixui-rich-text__text\" style=\"line-height:1.8em; font-size:24px;\">", " <span style=\"letter-spacing:0.08em;\" class=\"wixui-rich-text__text\">", " <span class=\"color_11 wixui-rich-text__text\">", " We’re Changing The Face Of Senior Living", " </span>", " </span>", "</p>" ] } }, { "index": 1791, "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]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[2]/div[2]/div[1]/section[1]/div[2]/div[1]/div[2]/div[1]/div[6]/p[1]", "codeLines": [ "<p class=\"font_8 wixui-rich-text__text\" style=\"line-height:1.8em; font-size:16px;\">", " <span style=\"letter-spacing:0.04em;\" class=\"wixui-rich-text__text\">", " <span class=\"color_11 wixui-rich-text__text\">", " I entered this profession because it provided a unique opportunity—one that would allow me to make a difference in the quality of peoples lives, through the transformation and elevation of the senior living experience.”", " </span>", " </span>", "</p>" ] } }, { "index": 1792, "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]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[2]/div[2]/div[1]/section[1]/div[2]/div[1]/div[2]/div[1]/div[6]/p[3]", "codeLines": [ "<p class=\"font_8 wixui-rich-text__text\" style=\"line-height:1.8em; font-size:16px;\">", " <span style=\"letter-spacing:0.04em;\" class=\"wixui-rich-text__text\">", " <span class=\"color_11 wixui-rich-text__text\">", " —Matt Peponis, CEO", " </span>", " </span>", "</p>" ] } }, { "index": 1793, "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]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[3]/div[2]/div[1]/section[3]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[2]/p[1]", "codeLines": [ "<p class=\"font_8 wixui-rich-text__text\" style=\"line-height:1.8em; font-size:16px;\">", " <span style=\"letter-spacing:0.05em;\" class=\"wixui-rich-text__text\">", " At Greenfield we are committed to providing the highest possible level of care. In order to do this it essential for us address not only the physical, but also the emotional and spiritual needs of our residents—thereby enabling them to lead rich and fulfilling lives.", " </span>", "</p>" ] } }, { "index": 1794, "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]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[3]/div[2]/div[1]/section[4]/div[2]/div[2]/div[2]/div[1]/div[1]/div[1]/div[1]/div[2]/p[1]", "codeLines": [ "<p class=\"font_8 wixui-rich-text__text\" style=\"line-height:1.8em; font-size:16px;\">", " <span style=\"letter-spacing:0.05em;\" class=\"wixui-rich-text__text\">", " Within our communities there is never a dull moment. You will witness the hustle and bustle of seniors leading active lives—moving from fitness to cooking classes, swapping life stories over board games or getting ready to go out on the town.", " </span>", "</p>" ] } }, { "index": 1795, "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]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[3]/div[2]/div[1]/section[5]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[2]/p[1]", "codeLines": [ "<p class=\"font_8 wixui-rich-text__text\" style=\"line-height:1.8em; font-size:16px;\">", " <span style=\"letter-spacing:0.05em;\" class=\"wixui-rich-text__text\">", " Maintaining ones physical health plays a huge role in the process of enabling a person to remain active, engaged and lead a vibrant life. At Greenfield we encourage our residents to participate in many of the physical activities available to them—anything from gardening to participating in our d...", " </span>", "</p>" ] } }, { "index": 1796, "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]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[3]/div[2]/div[1]/section[5]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[2]/p[2]", "codeLines": [ "<p class=\"font_8 wixui-rich-text__text\" style=\"line-height:1.8em; font-size:16px;\">", " <span style=\"letter-spacing:0.05em;\" class=\"wixui-rich-text__text\">", " <span class=\"wixGuard wixui-rich-text__text\">", " ", " </span>", " </span>", "</p>" ] } }, { "index": 1797, "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]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[3]/div[2]/div[1]/section[6]/div[2]/div[2]/div[2]/div[1]/div[1]/div[1]/div[1]/div[2]/p[1]", "codeLines": [ "<p class=\"font_8 wixui-rich-text__text\" style=\"line-height:1.8em; font-size:16px;\">", " <span style=\"letter-spacing:0.05em;\" class=\"wixui-rich-text__text\">", " Brain health is crucial for our ability to think, act and live well—especially as we get older and may suffer from a degree of cognitive decline, or in some cases dementia. In order to address this, our residents are encouraged to participate in the numerous types of cognitive based activities w...", " </span>", "</p>" ] } }, { "index": 1798, "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]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[3]/div[2]/div[1]/section[7]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[2]/p[1]", "codeLines": [ "<p class=\"font_8 wixui-rich-text__text\" style=\"line-height:1.8em; font-size:16px;\">", " <span style=\"letter-spacing:0.05em;\" class=\"wixui-rich-text__text\">", " Many of you may be familiar with the saying, “If more of us valued food and cheer and song above hoarded gold, it would be a merrier world”. At Greenfield we embody this in everything we do! Just wait until you see what’s on the menu at one of our holiday banquets!", " </span>", "</p>" ] } }, { "index": 1799, "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]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[6]/div[2]/div[1]/section[1]/div[2]/div[1]/div[2]/div[1]/div[5]/p[1]", "codeLines": [ "<p class=\"font_8 wixui-rich-text__text\" style=\"line-height:1.8em; font-size:16px;\">", " <span style=\"letter-spacing:0.05em;\" class=\"wixui-rich-text__text\">", " As we grow older, it is essential for us to maintain a strong sense of meaning and purpose—in order to remain healthy and lead a rich and fulfilling life. With this in mind, Greenfield Senior Living provides an environment that fosters both meaningful connections, and supports active lifestyles ...", " </span>", "</p>" ] } }, { "index": 1800, "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]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[6]/div[2]/div[1]/section[2]/div[2]/div[2]/div[2]/div[1]/div[5]/p[1]", "codeLines": [ "<p class=\"font_8 wixui-rich-text__text\" style=\"line-height:1.8em; font-size:16px;\">", " <span class=\"color_11 wixui-rich-text__text\">", " <span style=\"letter-spacing:0.05em;\" class=\"wixui-rich-text__text\">", " The opportunity to make a difference, ensuring dignity and self-expression, and living and working with responsibility and integrity—these are the core values of Greenfield Senior Living, and they’re what every member of our family embodies. When we build our team, we look for more than just a...", " </span>", " </span>", "</p>" ] } }, { "index": 1801, "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]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[6]/div[2]/div[1]/section[3]/div[2]/div[1]/div[2]/div[1]/div[5]/p[1]", "codeLines": [ "<p class=\"font_8 wixui-rich-text__text\" style=\"line-height:1.8em; font-size:16px;\">", " <span style=\"letter-spacing:0.05em;\" class=\"wixui-rich-text__text\">", " At Greenfield we understand the intrinsic link between education and our our ability to evolve as a care provider. The people who work for us are the \"brick and mortar\" that make this transformation possible and the opportunities we afford them to grow, both individually and as a team, is very m...", " </span>", "</p>" ] } }, { "index": 1802, "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]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[6]/div[2]/div[1]/section[4]/div[2]/div[2]/div[2]/div[1]/div[6]/p[1]", "codeLines": [ "<p class=\"font_8 wixui-rich-text__text\" style=\"line-height:1.8em; font-size:16px;\">", " <span style=\"letter-spacing:0.04em;\" class=\"wixui-rich-text__text\">", " <span class=\"color_11 wixui-rich-text__text\">", " The purpose of this free monthly publication is to educate and raise awareness in regards to the many challenges associated with senior life. It will also serve as a useful resource—one that can be utilized in order to improve the quality of life—both for ourselves and those we love.", " </span>", " </span>", "</p>" ] } }, { "index": 1803, "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]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[6]/div[2]/div[1]/section[4]/div[2]/div[2]/div[2]/div[1]/div[6]/p[2]", "codeLines": [ "<p class=\"font_8 wixui-rich-text__text\" style=\"font-size:12px; line-height:1.8em;\">", " <span style=\"font-size:12px;\" class=\"wixui-rich-text__text\">", " <span style=\"letter-spacing:0.04em;\" class=\"wixui-rich-text__text\">", " <span class=\"wixGuard wixui-rich-text__text\">", " ", " </span>", " </span>", " </span>", "</p>" ] } }, { "index": 1804, "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]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[6]/div[2]/div[1]/section[4]/div[2]/div[2]/div[2]/div[1]/div[6]/p[3]", "codeLines": [ "<p class=\"font_8 wixui-rich-text__text\" style=\"font-size:13px; line-height:1.8em;\">", " <span style=\"font-size:13px;\" class=\"wixui-rich-text__text\">", " <span style=\"font-style:normal;\" class=\"wixui-rich-text__text\">", " <span style=\"font-family:montserrat,sans-serif;\" class=\"wixui-rich-text__text\">", " <span style=\"font-weight:400;\" class=\"wixui-rich-text__text\">", " <span class=\"color_11 wixui-rich-text__text\">", " <span style=\"letter-spacing:0.08em;\" class=\"wixui-rich-text__text\">", " Click on image to view the monthly issue.", " </span>", " </span>", " </span>", " </span>", " </span>", " </span>", "</p>" ] } }, { "index": 1805, "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]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[6]/div[2]/div[1]/section[5]/div[2]/div[1]/div[2]/div[1]/div[5]/p[1]", "codeLines": [ "<p class=\"font_8 wixui-rich-text__text\" style=\"line-height:1.8em; font-size:16px;\">", " <span style=\"letter-spacing:0.05em;\" class=\"wixui-rich-text__text\">", " Given the challenges that arose with COVID-19, Greenfield understands that there is a constant need to adapt and build upon the current high standards of housekeeping and hygiene, throughout our communities. Additionally, in order to provide a safe and sanitized environment for its residents, Gr...", " </span>", "</p>" ] } }, { "index": 1806, "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]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[6]/div[2]/div[1]/section[6]/div[2]/div[2]/div[2]/div[1]/div[5]/p[1]", "codeLines": [ "<p class=\"font_8 wixui-rich-text__text\" style=\"line-height:1.8em; font-size:16px;\">", " <span style=\"color:#FFFFFF;\" class=\"wixui-rich-text__text\">", " <span style=\"letter-spacing:0.05em;\" class=\"wixui-rich-text__text\">", " We have seven communities in Virginia and Pennsylvania, all dedicated to providing the high quality of care that you both expect and depend upon, when seeking a home for yourself or a loved one.", " </span>", " </span>", "</p>" ] } }, { "index": 1807, "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]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[6]/div[2]/div[1]/section[6]/div[2]/div[2]/div[2]/div[1]/div[5]/p[2]", "codeLines": [ "<p class=\"font_8 wixui-rich-text__text\" style=\"line-height:1.8em; font-size:16px;\">", " <span style=\"color:#FFFFFF;\" class=\"wixui-rich-text__text\">", " <span style=\"letter-spacing:0.05em;\" class=\"wixui-rich-text__text\">", " <span class=\"wixGuard wixui-rich-text__text\">", " ", " </span>", " </span>", " </span>", "</p>" ] } }, { "index": 1808, "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]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[6]/div[2]/div[1]/section[6]/div[2]/div[2]/div[2]/div[1]/div[5]/p[3]", "codeLines": [ "<p class=\"font_8 wixui-rich-text__text\" style=\"line-height:1.8em; font-size:16px;\">", " <span style=\"color:#FFFFFF;\" class=\"wixui-rich-text__text\">", " <span style=\"letter-spacing:0.05em;\" class=\"wixui-rich-text__text\">", " We welcome you to embark on the next exciting chapter of your life in the warmth, comfort and safety of a loving community. You can be excited for what comes next. For we are not just a home, we are family.", " </span>", " </span>", "</p>" ] } }, { "index": 1809, "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]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[8]/div[2]/div[1]/section[1]/div[2]/div[1]/div[2]/div[1]/div[4]/p[1]", "codeLines": [ "<p class=\"font_7 wixui-rich-text__text\" style=\"font-size:21px; line-height:1.8em;\">", " <span style=\"font-size:21px;\" class=\"wixui-rich-text__text\">", " <span style=\"letter-spacing:0.08em;\" class=\"wixui-rich-text__text\">", " <span class=\"color_11 wixui-rich-text__text\">", " If you are passionate about pursuing a vocation in which you can make a difference, then look no further. Greenfield has openings for dynamic individuals to join our team.", " </span>", " </span>", " </span>", "</p>" ] } }, { "index": 1810, "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]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/section[1]/div[2]/div[1]/div[2]/div[1]/div[2]/p[1]", "codeLines": [ "<p class=\"font_8 wixui-rich-text__text\" style=\"line-height:1.4em; text-align:center; font-size:16px;\">", " Virginia Communities", "</p>" ] } }, { "index": 1811, "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]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/section[1]/div[2]/div[1]/div[2]/div[1]/div[5]/p[1]", "codeLines": [ "<p class=\"font_8 wixui-rich-text__text\" style=\"line-height:1.4em; text-align:center; font-size:16px;\">", " Pennsylvania Communities", "</p>" ] } }, { "index": 1812, "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]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/section[2]/div[2]/div[2]/div[2]/div[1]/div[1]/p[1]", "codeLines": [ "<p class=\"font_8 wixui-rich-text__text\" style=\"line-height:1.8em; font-size:16px;\">", " <span style=\"letter-spacing:0.04em;\" class=\"wixui-rich-text__text\">", " © 2022 Greenfield Senior Living", " </span>", "</p>" ] } }, { "index": 1893, "verdict": "failed", "rule": { "ruleID": "r78", "ruleSummary": "Headings of same level have text content between them", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r78", "requirements": [] }, "target": { "type": "element", "tagName": "h1", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[1]/div[2]/div[1]/section[1]/div[2]/div[1]/div[2]/div[1]/div[1]/h1[1]", "codeLines": [ "<h1 class=\"font_0 wixui-rich-text__text\" style=\"font-size:124px; line-height:0.8em; text-align:center;\">", " <span style=\"font-size:124px;\" class=\"wixui-rich-text__text\">", " <span style=\"font-family:raleway-semibold,raleway,sans-serif;\" class=\"wixui-rich-text__text\">", " <span class=\"color_11 wixui-rich-text__text\">", " <span style=\"letter-spacing:0.08em;\" class=\"wixui-rich-text__text\">", " GREENFIELD", " </span>", " </span>", " </span>", " </span>", "</h1>" ] } }, { "index": 1895, "verdict": "failed", "rule": { "ruleID": "r78", "ruleSummary": "Headings of same level have text content between them", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r78", "requirements": [] }, "target": { "type": "element", "tagName": "h2", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[1]/div[2]/div[1]/section[1]/div[2]/div[1]/div[2]/div[1]/div[3]/h2[1]", "codeLines": [ "<h2 class=\"font_2 wixui-rich-text__text\" style=\"font-size:30px; text-align:center;\">", " <span style=\"font-size:30px;\" class=\"wixui-rich-text__text\">", " <span class=\"color_11 wixui-rich-text__text\">", " <span style=\"font-family:raleway-semibold,raleway,sans-serif;\" class=\"wixui-rich-text__text\">", " THERE'S ALWAYS TIME FOR A LITTLE MAGIC!", " </span>", " </span>", " </span>", "</h2>" ] } }, { "index": 1897, "verdict": "failed", "rule": { "ruleID": "r78", "ruleSummary": "Headings of same level have text content between them", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r78", "requirements": [] }, "target": { "type": "element", "tagName": "h3", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[3]/div[2]/div[1]/section[1]/div[2]/div[1]/div[2]/div[1]/div[1]/h3[1]", "codeLines": [ "<h3 class=\"font_2 wixui-rich-text__text\" style=\"font-size:36px; line-height:1.5em; text-align:center;\">", " <span style=\"font-size:36px;\" class=\"wixui-rich-text__text\">", " <span style=\"letter-spacing:0.08em;\" class=\"wixui-rich-text__text\">", " OUR HOLISTIC APPROACH TO SENIOR CARE", " </span>", " </span>", "</h3>" ] } }, { "index": 1905, "verdict": "failed", "rule": { "ruleID": "r78", "ruleSummary": "Headings of same level have text content between them", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r78", "requirements": [] }, "target": { "type": "element", "tagName": "h6", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[6]/div[2]/div[1]/section[1]/div[2]/div[1]/div[2]/div[1]/div[1]/h6[1]", "codeLines": [ "<h6 class=\"font_6 wixui-rich-text__text\" style=\"font-size:15px; line-height:normal;\">", " <span style=\"letter-spacing:normal;\" class=\"wixui-rich-text__text\">", " <span style=\"font-size:15px;\" class=\"wixui-rich-text__text\">", " OUR LIFE", " </span>", " </span>", "</h6>" ] } }, { "index": 1907, "verdict": "failed", "rule": { "ruleID": "r78", "ruleSummary": "Headings of same level have text content between them", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r78", "requirements": [] }, "target": { "type": "element", "tagName": "h6", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[6]/div[2]/div[1]/section[2]/div[2]/div[2]/div[2]/div[1]/div[1]/h6[1]", "codeLines": [ "<h6 class=\"font_6 wixui-rich-text__text\" style=\"font-size:15px; line-height:normal;\">", " <span class=\"color_11 wixui-rich-text__text\">", " <span style=\"letter-spacing:normal;\" class=\"wixui-rich-text__text\">", " <span style=\"font-size:15px;\" class=\"wixui-rich-text__text\">", " OUR PEOPLE", " </span>", " </span>", " </span>", "</h6>" ] } }, { "index": 1909, "verdict": "failed", "rule": { "ruleID": "r78", "ruleSummary": "Headings of same level have text content between them", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r78", "requirements": [] }, "target": { "type": "element", "tagName": "h6", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[6]/div[2]/div[1]/section[3]/div[2]/div[1]/div[2]/div[1]/div[1]/h6[1]", "codeLines": [ "<h6 class=\"font_6 wixui-rich-text__text\" style=\"font-size:15px; line-height:normal;\">", " <span style=\"letter-spacing:normal;\" class=\"wixui-rich-text__text\">", " <span style=\"font-size:15px;\" class=\"wixui-rich-text__text\">", " 5-STAR TRAINING", " </span>", " </span>", "</h6>" ] } }, { "index": 1913, "verdict": "failed", "rule": { "ruleID": "r78", "ruleSummary": "Headings of same level have text content between them", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r78", "requirements": [] }, "target": { "type": "element", "tagName": "h6", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[6]/div[2]/div[1]/section[5]/div[2]/div[1]/div[2]/div[1]/div[1]/h6[1]", "codeLines": [ "<h6 class=\"font_6 wixui-rich-text__text\" style=\"font-size:15px; line-height:normal;\">", " <span style=\"letter-spacing:normal;\" class=\"wixui-rich-text__text\">", " <span style=\"font-size:15px;\" class=\"wixui-rich-text__text\">", " HEALTH & SAFETY", " </span>", " </span>", "</h6>" ] } }, { "index": 1915, "verdict": "failed", "rule": { "ruleID": "r78", "ruleSummary": "Headings of same level have text content between them", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r78", "requirements": [] }, "target": { "type": "element", "tagName": "h6", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[6]/div[2]/div[1]/section[6]/div[2]/div[2]/div[2]/div[1]/div[1]/h6[1]", "codeLines": [ "<h6 class=\"font_6 wixui-rich-text__text\" style=\"font-size:15px; line-height:normal;\">", " <span style=\"color:#FFFFFF;\" class=\"wixui-rich-text__text\">", " <span style=\"letter-spacing:normal;\" class=\"wixui-rich-text__text\">", " <span style=\"font-size:15px;\" class=\"wixui-rich-text__text\">", " OUR COMMUNITIES", " </span>", " </span>", " </span>", "</h6>" ] } }, { "index": 1922, "verdict": "failed", "rule": { "ruleID": "r80", "ruleSummary": "Paragraphs of text do not have line heights defined in absolute units", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r80", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#visual-presentation", "chapter": "1.4.8", "title": "Visual Presentation" } ] }, "target": { "type": "element", "tagName": "p", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/header[1]/div[1]/div[2]/div[1]/div[1]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[1]/a[1]/div[1]/div[1]/p[1]", "codeLines": [ "<p class=\"foFAdY\" style=\"text-align: right; line-height: 50px;\" id=\"comp-kmbqgnlm0label\">", " Home", "</p>" ] } }, { "index": 1923, "verdict": "failed", "rule": { "ruleID": "r80", "ruleSummary": "Paragraphs of text do not have line heights defined in absolute units", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r80", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#visual-presentation", "chapter": "1.4.8", "title": "Visual Presentation" } ] }, "target": { "type": "element", "tagName": "p", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/header[1]/div[1]/div[2]/div[1]/div[1]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[2]/a[1]/div[1]/div[1]/p[1]", "codeLines": [ "<p class=\"foFAdY\" style=\"text-align: right; line-height: 50px;\" id=\"comp-kmbqgnlm1label\">", " Our Mission", "</p>" ] } }, { "index": 1924, "verdict": "failed", "rule": { "ruleID": "r80", "ruleSummary": "Paragraphs of text do not have line heights defined in absolute units", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r80", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#visual-presentation", "chapter": "1.4.8", "title": "Visual Presentation" } ] }, "target": { "type": "element", "tagName": "p", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/header[1]/div[1]/div[2]/div[1]/div[1]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[3]/a[1]/div[1]/div[1]/p[1]", "codeLines": [ "<p class=\"foFAdY\" style=\"text-align: right; line-height: 50px;\" id=\"comp-kmbqgnlm2label\">", " Our Life", "</p>" ] } }, { "index": 1925, "verdict": "failed", "rule": { "ruleID": "r80", "ruleSummary": "Paragraphs of text do not have line heights defined in absolute units", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r80", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#visual-presentation", "chapter": "1.4.8", "title": "Visual Presentation" } ] }, "target": { "type": "element", "tagName": "p", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/header[1]/div[1]/div[2]/div[1]/div[1]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[4]/a[1]/div[1]/div[1]/p[1]", "codeLines": [ "<p class=\"foFAdY\" style=\"text-align: right; line-height: 50px;\" id=\"comp-kmbqgnlm3label\">", " Our Communites", "</p>" ] } }, { "index": 1926, "verdict": "failed", "rule": { "ruleID": "r80", "ruleSummary": "Paragraphs of text do not have line heights defined in absolute units", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r80", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#visual-presentation", "chapter": "1.4.8", "title": "Visual Presentation" } ] }, "target": { "type": "element", "tagName": "p", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/header[1]/div[1]/div[2]/div[1]/div[1]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[5]/a[1]/div[1]/div[1]/p[1]", "codeLines": [ "<p class=\"foFAdY\" style=\"text-align: right; line-height: 50px;\" id=\"comp-kmbqgnlm4label\">", " Health & Safety", "</p>" ] } }, { "index": 1927, "verdict": "failed", "rule": { "ruleID": "r80", "ruleSummary": "Paragraphs of text do not have line heights defined in absolute units", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r80", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#visual-presentation", "chapter": "1.4.8", "title": "Visual Presentation" } ] }, "target": { "type": "element", "tagName": "p", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/header[1]/div[1]/div[2]/div[1]/div[1]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[6]/a[1]/div[1]/div[1]/p[1]", "codeLines": [ "<p class=\"foFAdY\" style=\"text-align: right; line-height: 50px;\" id=\"comp-kmbqgnlm5label\">", " Careers", "</p>" ] } }, { "index": 1928, "verdict": "failed", "rule": { "ruleID": "r80", "ruleSummary": "Paragraphs of text do not have line heights defined in absolute units", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r80", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#visual-presentation", "chapter": "1.4.8", "title": "Visual Presentation" } ] }, "target": { "type": "element", "tagName": "p", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/header[1]/div[1]/div[2]/div[1]/div[1]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[8]/div[1]/div[1]/div[1]/p[1]", "codeLines": [ "<p class=\"foFAdY\" style=\"text-align: right; line-height: 50px;\" id=\"comp-kmbqgnlm__more__label\" tabindex=\"-1\">", " More", "</p>" ] } }, { "index": 1977, "verdict": "failed", "rule": { "ruleID": "r83", "ruleSummary": "Text nodes are not clipped when text is resized", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r83", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#resize-text", "chapter": "1.4.4", "title": "Resize text" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[6]/div[2]/div[1]/section[1]/div[2]/div[1]/div[2]/div[1]/div[6]/a[1]/span[1]/text()[1]", "codeLines": [ "Read More" ] } }, { "index": 1984, "verdict": "failed", "rule": { "ruleID": "r83", "ruleSummary": "Text nodes are not clipped when text is resized", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r83", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#resize-text", "chapter": "1.4.4", "title": "Resize text" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[6]/div[2]/div[1]/section[3]/div[2]/div[1]/div[2]/div[1]/div[6]/a[1]/span[1]/text()[1]", "codeLines": [ "Read More" ] } }, { "index": 1991, "verdict": "failed", "rule": { "ruleID": "r83", "ruleSummary": "Text nodes are not clipped when text is resized", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r83", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#resize-text", "chapter": "1.4.4", "title": "Resize text" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[6]/div[2]/div[1]/section[4]/div[2]/div[2]/div[2]/div[1]/div[7]/a[1]/span[1]/text()[1]", "codeLines": [ "Subscribe" ] } }, { "index": 1995, "verdict": "failed", "rule": { "ruleID": "r83", "ruleSummary": "Text nodes are not clipped when text is resized", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r83", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#resize-text", "chapter": "1.4.4", "title": "Resize text" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[6]/div[2]/div[1]/section[5]/div[2]/div[1]/div[2]/div[1]/div[6]/a[1]/span[1]/text()[1]", "codeLines": [ "Read More" ] } }, { "index": 2001, "verdict": "failed", "rule": { "ruleID": "r83", "ruleSummary": "Text nodes are not clipped when text is resized", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r83", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#resize-text", "chapter": "1.4.4", "title": "Resize text" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[6]/div[2]/div[1]/section[6]/div[2]/div[2]/div[2]/div[1]/div[6]/a[1]/span[1]/text()[1]", "codeLines": [ "Our Communities" ] } }, { "index": 2004, "verdict": "failed", "rule": { "ruleID": "r83", "ruleSummary": "Text nodes are not clipped when text is resized", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r83", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#resize-text", "chapter": "1.4.4", "title": "Resize text" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[8]/div[2]/div[1]/section[1]/div[2]/div[1]/div[2]/div[1]/div[5]/a[1]/span[1]/text()[1]", "codeLines": [ "Read more" ] } }, { "index": 2036, "verdict": "failed", "rule": { "ruleID": "r86", "ruleSummary": "Elements that are marked as decorative are not exposed to assistive technologies", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r86", "requirements": [] }, "target": { "type": "element", "tagName": "video", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[1]/div[2]/div[1]/section[1]/div[2]/div[1]/div[1]/div[1]/wix-video[1]/video[1]", "codeLines": [ "<video id=\"comp-kyfoojk0_video\" class=\"K8MSra\" role=\"presentation\" crossorigin=\"anonymous\" playsinline=\"\" preload=\"auto\" muted=\"\" loop=\"\" tabindex=\"-1\" autoplay src=\"https://video.wixstatic.com/video/131ca8_ec0acb833f6b425b910666396d14dc80/1080p/mp4/file.mp4\" style=\"height: 100%; width: 100%; object..." ] } }, { "index": 2050, "verdict": "failed", "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": [ 214, 0, 0, 87 ], "instances": [ { "ruleID": "r11", "what": "Links have an accessible name", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[5]/div[2]/div[1]/section[1]/div[2]/div[1]/div[2]/div[1]/section[1]/div[2]/div[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[5]/div[2]/div[1]/div[1]/a[1]" }, "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.greenfieldseniorliving.com/our-mission\" target=\"_self\" class=\"u9k3ts\"> <div data-testid=\"svgRoot-comp-kyfoojsh\" class=\"aizuI7 TcoJIb comp-kyfoojsh\"> <!-- ... ntation\" aria-hidden=\"true\"> <g> <path d=\"M104.133 18.918l-9.431 8.947 61.913 65.269-137.498.938.089 13 138.096-.942-61.338 66.11 9.529 8.842 75.39-81.254-76.75-80.91z\"></path> </g> </svg> </div> </a>" }, { "ruleID": "r11", "what": "Links have an accessible name", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[6]/div[2]/div[1]/section[3]/div[2]/div[1]/div[2]/div[1]/div[7]/div[2]/div[1]/div[1]/a[1]" }, "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.greenfieldseniorliving.com/education\" target=\"_self\" class=\"u9k3ts\"> <div data-testid=\"svgRoot-comp-kyfook1l\" class=\"aizuI7 TcoJIb comp-kyfook1l\"> <!--?x ... ntation\" aria-hidden=\"true\"> <g> <path d=\"M104.133 18.918l-9.431 8.947 61.913 65.269-137.498.938.089 13 138.096-.942-61.338 66.11 9.529 8.842 75.39-81.254-76.75-80.91z\"></path> </g> </svg> </div> </a>" }, { "ruleID": "r11", "what": "Links have an accessible name", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[6]/div[2]/div[1]/section[4]/div[2]/div[2]/div[2]/div[1]/div[8]/div[2]/div[1]/div[1]/a[1]" }, "excerpt": "<a data-testid=\"linkElement\" href=\"mailto:info@greenfieldseniorliving.com?subject=Subscribe | Greenfield Magazine\" target=\"_self\" class=\"u9k3ts\"> <div data-testid=\"svgRoot-comp-kyfook6q1\" class=\"aizuI ... ntation\" aria-hidden=\"true\"> <g> <path d=\"M104.133 18.918l-9.431 8.947 61.913 65.269-137.498.938.089 13 138.096-.942-61.338 66.11 9.529 8.842 75.39-81.254-76.75-80.91z\"></path> </g> </svg> </div> </a>" }, { "ruleID": "r11", "what": "Links have an accessible name", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[6]/div[2]/div[1]/section[5]/div[2]/div[1]/div[2]/div[1]/div[7]/div[2]/div[1]/div[1]/a[1]" }, "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.greenfieldseniorliving.com/health-and-safety\" target=\"_self\" class=\"u9k3ts\"> <div data-testid=\"svgRoot-comp-kyfp5513\" class=\"aizuI7 TcoJIb comp-kyfp5513\" ... ntation\" aria-hidden=\"true\"> <g> <path d=\"M104.133 18.918l-9.431 8.947 61.913 65.269-137.498.938.089 13 138.096-.942-61.338 66.11 9.529 8.842 75.39-81.254-76.75-80.91z\"></path> </g> </svg> </div> </a>" }, { "ruleID": "r11", "what": "Links have an accessible name", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[6]/div[2]/div[1]/section[6]/div[2]/div[2]/div[2]/div[1]/div[7]/div[2]/div[1]/div[1]/a[1]" }, "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.greenfieldseniorliving.com/our-communites\" target=\"_self\" class=\"u9k3ts\"> <div data-testid=\"svgRoot-comp-kyfpob54\" class=\"aizuI7 TcoJIb comp-kyfpob54\"> < ... ntation\" aria-hidden=\"true\"> <g> <path d=\"M104.133 18.918l-9.431 8.947 61.913 65.269-137.498.938.089 13 138.096-.942-61.338 66.11 9.529 8.842 75.39-81.254-76.75-80.91z\"></path> </g> </svg> </div> </a>" }, { "ruleID": "r11", "what": "Links have an accessible name", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[8]/div[2]/div[1]/section[1]/div[2]/div[1]/div[2]/div[1]/div[6]/div[2]/div[1]/div[1]/a[1]" }, "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.greenfieldseniorliving.com/careers\" target=\"_self\" class=\"u9k3ts\"> <div data-testid=\"svgRoot-comp-kyfook7t\" class=\"aizuI7 TcoJIb comp-kyfook7t\"> <!--?xml ... ntation\" aria-hidden=\"true\"> <g> <path d=\"M104.133 18.918l-9.431 8.947 61.913 65.269-137.498.938.089 13 138.096-.942-61.338 66.11 9.529 8.842 75.39-81.254-76.75-80.91z\"></path> </g> </svg> </div> </a>" }, { "ruleID": "r11", "what": "Links have an accessible name", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/section[1]/div[2]/div[1]/div[2]/div[1]/div[4]/div[2]/div[1]/div[1]/a[1]" }, "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.greenfieldseniorliving.com/virginia\" target=\"_self\" class=\"u9k3ts\"> <div data-testid=\"svgRoot-comp-kvghhk7w\" class=\"aizuI7 TcoJIb comp-kvghhk7w\"> <!--?xm ... ntation\" aria-hidden=\"true\"> <g> <path d=\"M104.133 18.918l-9.431 8.947 61.913 65.269-137.498.938.089 13 138.096-.942-61.338 66.11 9.529 8.842 75.39-81.254-76.75-80.91z\"></path> </g> </svg> </div> </a>" }, { "ruleID": "r11", "what": "Links have an accessible name", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/section[1]/div[2]/div[1]/div[2]/div[1]/div[7]/div[2]/div[1]/div[1]/a[1]" }, "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.greenfieldseniorliving.com/pennsylvania\" target=\"_self\" class=\"u9k3ts\"> <div data-testid=\"svgRoot-comp-kyj0e0py\" class=\"aizuI7 TcoJIb comp-kyj0e0py\"> <!- ... ntation\" aria-hidden=\"true\"> <g> <path d=\"M104.133 18.918l-9.431 8.947 61.913 65.269-137.498.938.089 13 138.096-.942-61.338 66.11 9.529 8.842 75.39-81.254-76.75-80.91z\"></path> </g> </svg> </div> </a>" }, { "ruleID": "r11", "what": "Links have an accessible name", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/section[1]/div[2]/div[2]/div[2]/div[1]/div[3]/div[2]/div[1]/div[1]/a[1]" }, "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.greenfieldseniorliving.com/privacy-policy\" target=\"_blank\" class=\"u9k3ts\"> <div data-testid=\"svgRoot-comp-kzd63j84\" class=\"aizuI7 TcoJIb comp-kzd63j84\"> ... ntation\" aria-hidden=\"true\"> <g> <path d=\"M104.133 18.918l-9.431 8.947 61.913 65.269-137.498.938.089 13 138.096-.942-61.338 66.11 9.529 8.842 75.39-81.254-76.75-80.91z\"></path> </g> </svg> </div> </a>" }, { "ruleID": "r18", "what": "aria-* states and properties are allowed", "ordinalSeverity": 3, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/header[1]/div[1]/div[2]/div[1]/div[1]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[8]/div[1]/@aria-haspopup" }, "excerpt": "aria-haspopup=\"false\"" }, { "ruleID": "r3", "what": "id attributes have a unique value", "ordinalSeverity": 3, "tagName": "DIV", "id": "img_undefined", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[3]/div[2]/div[1]/section[3]/div[2]/div[2]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/wow-image[1]" }, "excerpt": "<wow-image id=\"img_undefined\" class=\"HlRz5e qD5RnK\" data-image-info=\"{"displayMode":"fill","isLQIP":true,"imageData":{"width":2350,"height": ... l_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_auto/131ca8_9464b9d4b7a64972825aed5912c6173c~mv2.jpg\" alt=\"Greenfield Senior Living Inc.\" style=\"width: 490px; height: 547px; object-fit: cover; ... </wow-image>" }, { "ruleID": "r3", "what": "id attributes have a unique value", "ordinalSeverity": 3, "tagName": "DIV", "id": "img_undefined", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[3]/div[2]/div[1]/section[3]/div[2]/div[2]/div[2]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/wow-image[1]" }, "excerpt": "<wow-image id=\"img_undefined\" class=\"HlRz5e qD5RnK\" data-image-info=\"{"displayMode":"fill","isLQIP":true,"imageData":{"width":2082,"height": ... l_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_auto/131ca8_a3a265a0a47d46069430e43ddf0ee9f8~mv2.jpg\" alt=\"Greenfield Senior Living Inc.\" style=\"width: 490px; height: 547px; object-fit: cover; ... </wow-image>" }, { "ruleID": "r3", "what": "id attributes have a unique value", "ordinalSeverity": 3, "tagName": "DIV", "id": "img_undefined", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[3]/div[2]/div[1]/section[3]/div[2]/div[2]/div[2]/div[1]/div[1]/div[1]/div[3]/div[1]/div[1]/div[1]/div[1]/wow-image[1]" }, "excerpt": "<wow-image id=\"img_undefined\" class=\"HlRz5e qD5RnK\" data-image-info=\"{"displayMode":"fill","isLQIP":true,"imageData":{"width":1222,"height": ... l_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_auto/131ca8_46cc2c3db31b4cf78c5afec1ddd0bd36~mv2.jpg\" alt=\"Greenfield Senior Living Inc.\" style=\"width: 490px; height: 547px; object-fit: cover; ... </wow-image>" }, { "ruleID": "r3", "what": "id attributes have a unique value", "ordinalSeverity": 3, "tagName": "DIV", "id": "img_undefined", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[3]/div[2]/div[1]/section[3]/div[2]/div[2]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/wow-image[1]" }, "excerpt": "<wow-image id=\"img_undefined\" class=\"HlRz5e qD5RnK\" data-image-info=\"{"displayMode":"fill","isLQIP":true,"imageData":{"width":2350,"height": ... l_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_auto/131ca8_9464b9d4b7a64972825aed5912c6173c~mv2.jpg\" alt=\"Greenfield Senior Living Inc.\" style=\"width: 490px; height: 547px; object-fit: cover; ... </wow-image>" }, { "ruleID": "r3", "what": "id attributes have a unique value", "ordinalSeverity": 3, "tagName": "DIV", "id": "img_undefined", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[3]/div[2]/div[1]/section[4]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/wow-image[1]" }, "excerpt": "<wow-image id=\"img_undefined\" class=\"HlRz5e qD5RnK\" data-image-info=\"{"displayMode":"fill","isLQIP":true,"imageData":{"width":1155,"height": ... al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_auto/131ca8_dceae280b43a474f8dc121fe6fba9034~mv2.jpeg\" alt=\"Greenfield Senior Living Inc.\" style=\"width: 490px; height: 547px; object-fit: cover... </wow-image>" }, { "ruleID": "r3", "what": "id attributes have a unique value", "ordinalSeverity": 3, "tagName": "DIV", "id": "img_undefined", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[3]/div[2]/div[1]/section[4]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/wow-image[1]" }, "excerpt": "<wow-image id=\"img_undefined\" class=\"HlRz5e qD5RnK\" data-image-info=\"{"displayMode":"fill","isLQIP":true,"imageData":{"width":1374,"height": ... al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_auto/131ca8_096a0b659415418b9960ade1d8013980~mv2.jpeg\" alt=\"Greenfield Senior Living Inc.\" style=\"width: 490px; height: 547px; object-fit: cover... </wow-image>" }, { "ruleID": "r3", "what": "id attributes have a unique value", "ordinalSeverity": 3, "tagName": "DIV", "id": "img_undefined", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[3]/div[2]/div[1]/section[4]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[3]/div[1]/div[1]/div[1]/div[1]/wow-image[1]" }, "excerpt": "<wow-image id=\"img_undefined\" class=\"HlRz5e qD5RnK\" data-image-info=\"{"displayMode":"fill","isLQIP":true,"imageData":{"width":616,"height":6 ... al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_auto/131ca8_aa9f114298a84a03beca99e4afefc1b3~mv2.jpeg\" alt=\"Greenfield Senior Living Inc.\" style=\"width: 490px; height: 547px; object-fit: cover... </wow-image>" }, { "ruleID": "r3", "what": "id attributes have a unique value", "ordinalSeverity": 3, "tagName": "DIV", "id": "img_undefined", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[3]/div[2]/div[1]/section[4]/div[2]/div[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/wow-image[1]" }, "excerpt": "<wow-image id=\"img_undefined\" class=\"HlRz5e qD5RnK\" data-image-info=\"{"displayMode":"fill","isLQIP":true,"imageData":{"width":1155,"height": ... al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_auto/131ca8_dceae280b43a474f8dc121fe6fba9034~mv2.jpeg\" alt=\"Greenfield Senior Living Inc.\" style=\"width: 490px; height: 547px; object-fit: cover... </wow-image>" }, { "ruleID": "r3", "what": "id attributes have a unique value", "ordinalSeverity": 3, "tagName": "DIV", "id": "img_undefined", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[3]/div[2]/div[1]/section[5]/div[2]/div[2]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/wow-image[1]" }, "excerpt": "<wow-image id=\"img_undefined\" class=\"HlRz5e qD5RnK\" data-image-info=\"{"displayMode":"fill","isLQIP":true,"imageData":{"width":2199,"height": ... al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_auto/131ca8_9853e4e7c8f54227ae3001b15dcddf5b~mv2.jpeg\" alt=\"Greenfield Senior Living Inc.\" style=\"width: 490px; height: 547px; object-fit: cover... </wow-image>" }, { "ruleID": "r3", "what": "id attributes have a unique value", "ordinalSeverity": 3, "tagName": "DIV", "id": "img_undefined", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[3]/div[2]/div[1]/section[5]/div[2]/div[2]/div[2]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/wow-image[1]" }, "excerpt": "<wow-image id=\"img_undefined\" class=\"HlRz5e qD5RnK\" data-image-info=\"{"displayMode":"fill","isLQIP":true,"imageData":{"width":1536,"height": ... l_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_auto/131ca8_da6ca8d102e6486b9f5ca46028408d7a~mv2.jpg\" alt=\"Greenfield Senior Living Inc.\" style=\"width: 490px; height: 547px; object-fit: cover; ... </wow-image>" }, { "ruleID": "r3", "what": "id attributes have a unique value", "ordinalSeverity": 3, "tagName": "DIV", "id": "img_undefined", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[3]/div[2]/div[1]/section[5]/div[2]/div[2]/div[2]/div[1]/div[1]/div[1]/div[3]/div[1]/div[1]/div[1]/div[1]/wow-image[1]" }, "excerpt": "<wow-image id=\"img_undefined\" class=\"HlRz5e qD5RnK\" data-image-info=\"{"displayMode":"fill","isLQIP":true,"imageData":{"width":3662,"height": ... l_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_auto/131ca8_91f249c87d5744089e2614e418ec303d~mv2.jpg\" alt=\"Greenfield Senior Living Inc.\" style=\"width: 490px; height: 547px; object-fit: cover; ... </wow-image>" }, { "ruleID": "r3", "what": "id attributes have a unique value", "ordinalSeverity": 3, "tagName": "DIV", "id": "img_undefined", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[3]/div[2]/div[1]/section[5]/div[2]/div[2]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/wow-image[1]" }, "excerpt": "<wow-image id=\"img_undefined\" class=\"HlRz5e qD5RnK\" data-image-info=\"{"displayMode":"fill","isLQIP":true,"imageData":{"width":2199,"height": ... al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_auto/131ca8_9853e4e7c8f54227ae3001b15dcddf5b~mv2.jpeg\" alt=\"Greenfield Senior Living Inc.\" style=\"width: 490px; height: 547px; object-fit: cover... </wow-image>" }, { "ruleID": "r3", "what": "id attributes have a unique value", "ordinalSeverity": 3, "tagName": "DIV", "id": "img_undefined", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[3]/div[2]/div[1]/section[6]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/wow-image[1]" }, "excerpt": "<wow-image id=\"img_undefined\" class=\"HlRz5e qD5RnK\" data-image-info=\"{"displayMode":"fill","isLQIP":true,"imageData":{"width":1481,"height": ... al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_auto/131ca8_8e1bb7f61a3a4e9a84470d6babc5870e~mv2.jpeg\" alt=\"Greenfield Senior Living Inc.\" style=\"width: 490px; height: 547px; object-fit: cover... </wow-image>" }, { "ruleID": "r3", "what": "id attributes have a unique value", "ordinalSeverity": 3, "tagName": "DIV", "id": "img_undefined", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[3]/div[2]/div[1]/section[6]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/wow-image[1]" }, "excerpt": "<wow-image id=\"img_undefined\" class=\"HlRz5e qD5RnK\" data-image-info=\"{"displayMode":"fill","isLQIP":true,"imageData":{"width":987,"height":9 ... l_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_auto/131ca8_10ce69322e244d969fd8f640c0ad4734~mv2.jpg\" alt=\"Greenfield Senior Living Inc.\" style=\"width: 490px; height: 547px; object-fit: cover; ... </wow-image>" }, { "ruleID": "r3", "what": "id attributes have a unique value", "ordinalSeverity": 3, "tagName": "DIV", "id": "img_undefined", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[3]/div[2]/div[1]/section[6]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[3]/div[1]/div[1]/div[1]/div[1]/wow-image[1]" }, "excerpt": "<wow-image id=\"img_undefined\" class=\"HlRz5e qD5RnK\" data-image-info=\"{"displayMode":"fill","isLQIP":true,"imageData":{"width":2878,"height": ... l_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_auto/131ca8_c919dbf59c6543268ef4725cabe89aa4~mv2.jpg\" alt=\"Greenfield Senior Living Inc.\" style=\"width: 490px; height: 547px; object-fit: cover; ... </wow-image>" }, { "ruleID": "r3", "what": "id attributes have a unique value", "ordinalSeverity": 3, "tagName": "DIV", "id": "img_undefined", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[3]/div[2]/div[1]/section[6]/div[2]/div[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/wow-image[1]" }, "excerpt": "<wow-image id=\"img_undefined\" class=\"HlRz5e qD5RnK\" data-image-info=\"{"displayMode":"fill","isLQIP":true,"imageData":{"width":1481,"height": ... al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_auto/131ca8_8e1bb7f61a3a4e9a84470d6babc5870e~mv2.jpeg\" alt=\"Greenfield Senior Living Inc.\" style=\"width: 490px; height: 547px; object-fit: cover... </wow-image>" }, { "ruleID": "r3", "what": "id attributes have a unique value", "ordinalSeverity": 3, "tagName": "DIV", "id": "img_undefined", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[3]/div[2]/div[1]/section[7]/div[2]/div[2]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/wow-image[1]" }, "excerpt": "<wow-image id=\"img_undefined\" class=\"HlRz5e qD5RnK\" data-image-info=\"{"displayMode":"fill","isLQIP":true,"imageData":{"width":1463,"height": ... al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_auto/131ca8_1b631ade386841b090da72cb9082516c~mv2.jpeg\" alt=\"Greenfield Senior Living Inc.\" style=\"width: 490px; height: 547px; object-fit: cover... </wow-image>" }, { "ruleID": "r3", "what": "id attributes have a unique value", "ordinalSeverity": 3, "tagName": "DIV", "id": "img_undefined", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[3]/div[2]/div[1]/section[7]/div[2]/div[2]/div[2]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/wow-image[1]" }, "excerpt": "<wow-image id=\"img_undefined\" class=\"HlRz5e qD5RnK\" data-image-info=\"{"displayMode":"fill","isLQIP":true,"imageData":{"width":1309,"height": ... al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_auto/131ca8_3668a55d016445268a152ef34cd167da~mv2.jpeg\" alt=\"Greenfield Senior Living Inc.\" style=\"width: 490px; height: 547px; object-fit: cover... </wow-image>" }, { "ruleID": "r3", "what": "id attributes have a unique value", "ordinalSeverity": 3, "tagName": "DIV", "id": "img_undefined", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[3]/div[2]/div[1]/section[7]/div[2]/div[2]/div[2]/div[1]/div[1]/div[1]/div[3]/div[1]/div[1]/div[1]/div[1]/wow-image[1]" }, "excerpt": "<wow-image id=\"img_undefined\" class=\"HlRz5e qD5RnK\" data-image-info=\"{"displayMode":"fill","isLQIP":true,"imageData":{"width":1532,"height": ... al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_auto/131ca8_608693b01d3643c68e76d71e41444f36~mv2.jpeg\" alt=\"Greenfield Senior Living Inc.\" style=\"width: 490px; height: 547px; object-fit: cover... </wow-image>" }, { "ruleID": "r3", "what": "id attributes have a unique value", "ordinalSeverity": 3, "tagName": "DIV", "id": "img_undefined", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[3]/div[2]/div[1]/section[7]/div[2]/div[2]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/wow-image[1]" }, "excerpt": "<wow-image id=\"img_undefined\" class=\"HlRz5e qD5RnK\" data-image-info=\"{"displayMode":"fill","isLQIP":true,"imageData":{"width":1463,"height": ... al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_auto/131ca8_1b631ade386841b090da72cb9082516c~mv2.jpeg\" alt=\"Greenfield Senior Living Inc.\" style=\"width: 490px; height: 547px; object-fit: cover... </wow-image>" }, { "ruleID": "r3", "what": "id attributes have a unique value", "ordinalSeverity": 3, "tagName": "DIV", "id": "img_undefined", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[6]/div[2]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/wow-image[1]" }, "excerpt": "<wow-image id=\"img_undefined\" class=\"HlRz5e qD5RnK\" data-image-info=\"{"displayMode":"fill","isLQIP":true,"imageData":{"width":1372,"height": ... l_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_auto/131ca8_9e04a983febe4644b1e77153fb8d1ee0~mv2.jpg\" alt=\"Greenfield Senior Living Inc.\" style=\"width: 414px; height: 526px; object-fit: cover; ... </wow-image>" }, { "ruleID": "r3", "what": "id attributes have a unique value", "ordinalSeverity": 3, "tagName": "DIV", "id": "img_undefined", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[6]/div[2]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/wow-image[1]" }, "excerpt": "<wow-image id=\"img_undefined\" class=\"HlRz5e qD5RnK\" data-image-info=\"{"displayMode":"fill","isLQIP":true,"imageData":{"width":1268,"height": ... l_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_auto/131ca8_60c060b552054ad0a423a3f06561760a~mv2.jpg\" alt=\"Greenfield Senior Living Inc.\" style=\"width: 414px; height: 526px; object-fit: cover; ... </wow-image>" }, { "ruleID": "r3", "what": "id attributes have a unique value", "ordinalSeverity": 3, "tagName": "DIV", "id": "img_undefined", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[6]/div[2]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[3]/div[1]/div[1]/div[1]/div[1]/wow-image[1]" }, "excerpt": "<wow-image id=\"img_undefined\" class=\"HlRz5e qD5RnK\" data-image-info=\"{"displayMode":"fill","isLQIP":true,"imageData":{"width":840,"height":1 ... al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_auto/131ca8_7d7d45574e8544fc99e4239da6896e6e~mv2.jpeg\" alt=\"Greenfield Senior Living Inc.\" style=\"width: 414px; height: 526px; object-fit: cover... </wow-image>" }, { "ruleID": "r3", "what": "id attributes have a unique value", "ordinalSeverity": 3, "tagName": "DIV", "id": "img_undefined", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[6]/div[2]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/wow-image[1]" }, "excerpt": "<wow-image id=\"img_undefined\" class=\"HlRz5e qD5RnK\" data-image-info=\"{"displayMode":"fill","isLQIP":true,"imageData":{"width":1372,"height": ... l_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_auto/131ca8_9e04a983febe4644b1e77153fb8d1ee0~mv2.jpg\" alt=\"Greenfield Senior Living Inc.\" style=\"width: 414px; height: 526px; object-fit: cover; ... </wow-image>" }, { "ruleID": "r39", "what": "Image filename is accessible name for image", "ordinalSeverity": 0, "tagName": "IMG", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[6]/div[2]/div[1]/section[5]/div[2]/div[2]/div[2]/div[1]/div[1]/div[1]/wow-image[1]/img[1]" }, "excerpt": "<img src=\"https://static.wixstatic.com/media/131ca8_015a92d3507e48b6a63417f2ad138783~mv2.jpg/v1/crop/x_21,y_0,w_2075,h_2100/fill/w_122,h_124,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_auto/shutterstock_1682026057.jpg\" alt=\"shutterstock_1682026057.jpg\" style=\"width: 489px; height: 494px; object-fit: cov..." }, { "ruleID": "r39", "what": "Image filename is accessible name for image", "ordinalSeverity": 0, "tagName": "IMG", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/wow-image[1]/img[1]" }, "excerpt": "<img src=\"https://static.wixstatic.com/media/131ca8_1286916e01a5489592e7b78fe25c2603~mv2.png/v1/fill/w_160,h_45,al_c,q_85,usm_0.66_1.00_0.01,blur_3,enc_auto/PhotoRoom_20210912_133014.png\" alt=\"PhotoRoom_20210912_133014.png\" style=\"width: 153px; height: 45px; object-fit: fill;\">" }, { "ruleID": "r53", "what": "Headings are structured", "ordinalSeverity": 3, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[6]/div[2]/div[1]/section[1]/div[2]/div[1]/div[2]/div[1]/div[1]/h6[1]" }, "excerpt": "<h6 class=\"font_6 wixui-rich-text__text\" style=\"font-size:15px; line-height:normal;\"> <span style=\"letter-spacing:normal;\" class=\"wixui-rich-text__text\"> <span style=\"font-size:15px;\" class=\"wixui-rich-text__text\"> OUR LIFE </span> </span> </h6>" }, { "ruleID": "r53", "what": "Headings are structured", "ordinalSeverity": 3, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[6]/div[2]/div[1]/section[2]/div[2]/div[2]/div[2]/div[1]/div[1]/h6[1]" }, "excerpt": "<h6 class=\"font_6 wixui-rich-text__text\" style=\"font-size:15px; line-height:normal;\"> <span class=\"color_11 wixui-rich-text__text\"> <span style=\"letter-spacing:normal;\" class=\"wixui-rich-text__text\"> <span style=\"font-size:15px;\" class=\"wixui-rich-text__text\"> OUR PEOPLE </span> </span> </span> </h6>" }, { "ruleID": "r53", "what": "Headings are structured", "ordinalSeverity": 3, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[6]/div[2]/div[1]/section[3]/div[2]/div[1]/div[2]/div[1]/div[1]/h6[1]" }, "excerpt": "<h6 class=\"font_6 wixui-rich-text__text\" style=\"font-size:15px; line-height:normal;\"> <span style=\"letter-spacing:normal;\" class=\"wixui-rich-text__text\"> <span style=\"font-size:15px;\" class=\"wixui-rich-text__text\"> 5-STAR TRAINING </span> </span> </h6>" }, { "ruleID": "r53", "what": "Headings are structured", "ordinalSeverity": 3, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[6]/div[2]/div[1]/section[5]/div[2]/div[1]/div[2]/div[1]/div[1]/h6[1]" }, "excerpt": "<h6 class=\"font_6 wixui-rich-text__text\" style=\"font-size:15px; line-height:normal;\"> <span style=\"letter-spacing:normal;\" class=\"wixui-rich-text__text\"> <span style=\"font-size:15px;\" class=\"wixui-rich-text__text\"> HEALTH & SAFETY </span> </span> </h6>" }, { "ruleID": "r53", "what": "Headings are structured", "ordinalSeverity": 3, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[6]/div[2]/div[1]/section[6]/div[2]/div[2]/div[2]/div[1]/div[1]/h6[1]" }, "excerpt": "<h6 class=\"font_6 wixui-rich-text__text\" style=\"font-size:15px; line-height:normal;\"> <span style=\"color:#FFFFFF;\" class=\"wixui-rich-text__text\"> <span style=\"letter-spacing:normal;\" class=\"wixui-rich-text__text\"> <span style=\"font-size:15px;\" class=\"wixui-rich-text__text\"> OUR COMMUNITIES </span> </span> </span> </h6>" }, { "ruleID": "r65", "what": "Element in sequential focus order has visible focus", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/header[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[1]/div[2]/div[1]/div[2]/div[1]/div[1]/a[1]" }, "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.greenfieldseniorliving.com\" target=\"_self\" class=\"j7pOnl\"> <wow-image id=\"img_comp-kth5wzsh\" class=\"HlRz5e BI8PVQ\" data-image-info=\"{"containerId&qu ... q_85,usm_0.66_1.00_0.01,enc_auto/IMG_7361_PNG.png\" alt=\"IMG_7361.PNG\" style=\"width:156px;height:44px;object-fit:cover\" srcset=\"https://static.wixstatic.com/media/131ca8_96a3d7772e... </wow-image> </a>" }, { "ruleID": "r65", "what": "Element in sequential focus order has visible focus", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/header[1]/div[1]/div[2]/div[1]/div[1]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[1]/a[1]" }, "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.greenfieldseniorliving.com\" target=\"_self\" class=\"lY3Nwh\" aria-haspopup=\"false\"> <div class=\"rBTT56\"> <div class=\"\" style=\"text-align:right\"> <p class=\"foFAdY\" style=\"text-align: right; line-height: 50px;\" id=\"comp-kmbqgnlm0label\"> Home </p> </div> </div> </a>" }, { "ruleID": "r65", "what": "Element in sequential focus order has visible focus", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/header[1]/div[1]/div[2]/div[1]/div[1]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[2]/a[1]" }, "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.greenfieldseniorliving.com/our-mission\" target=\"_self\" class=\"lY3Nwh\" aria-haspopup=\"false\"> <div class=\"rBTT56\"> <div class=\"\" style=\"text-align:right\"> <p class=\"foFAdY\" style=\"text-align: right; line-height: 50px;\" id=\"comp-kmbqgnlm1label\"> Our Mission </p> </div> </div> </a>" }, { "ruleID": "r65", "what": "Element in sequential focus order has visible focus", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/header[1]/div[1]/div[2]/div[1]/div[1]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[3]/a[1]" }, "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.greenfieldseniorliving.com/our-life\" target=\"_self\" class=\"lY3Nwh\" aria-haspopup=\"false\"> <div class=\"rBTT56\"> <div class=\"\" style=\"text-align:right\"> <p class=\"foFAdY\" style=\"text-align: right; line-height: 50px;\" id=\"comp-kmbqgnlm2label\"> Our Life </p> </div> </div> </a>" }, { "ruleID": "r65", "what": "Element in sequential focus order has visible focus", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/header[1]/div[1]/div[2]/div[1]/div[1]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[4]/a[1]" }, "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.greenfieldseniorliving.com/our-communites\" target=\"_self\" class=\"lY3Nwh\" aria-haspopup=\"false\" aria-describedby=\"comp-kmbqgnlmnavContainer-hiddenA11ySubM ... dication\"> <div class=\"rBTT56\"> <div class=\"\" style=\"text-align:right\"> <p class=\"foFAdY\" style=\"text-align: right; line-height: 50px;\" id=\"comp-kmbqgnlm3label\"> Our Communites </p> </div> </div> </a>" }, { "ruleID": "r65", "what": "Element in sequential focus order has visible focus", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/header[1]/div[1]/div[2]/div[1]/div[1]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[5]/a[1]" }, "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.greenfieldseniorliving.com/health-and-safety\" target=\"_self\" class=\"lY3Nwh\" aria-haspopup=\"false\"> <div class=\"rBTT56\"> <div class=\"\" style=\"text-align:right\"> <p class=\"foFAdY\" style=\"text-align: right; line-height: 50px;\" id=\"comp-kmbqgnlm4label\"> Health & Safety </p> </div> </div> </a>" }, { "ruleID": "r65", "what": "Element in sequential focus order has visible focus", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/header[1]/div[1]/div[2]/div[1]/div[1]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[6]/a[1]" }, "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.greenfieldseniorliving.com/careers\" target=\"_self\" class=\"lY3Nwh\" aria-haspopup=\"false\"> <div class=\"rBTT56\"> <div class=\"\" style=\"text-align:right\"> <p class=\"foFAdY\" style=\"text-align: right; line-height: 50px;\" id=\"comp-kmbqgnlm5label\"> Careers </p> </div> </div> </a>" }, { "ruleID": "r65", "what": "Element in sequential focus order has visible focus", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/header[1]/div[1]/div[2]/div[1]/div[1]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[8]/div[1]" }, "excerpt": "<div data-testid=\"linkElement\" class=\"lY3Nwh\" tabindex=\"0\" aria-haspopup=\"false\"> <div class=\"rBTT56\"> <div class=\"\" style=\"text-align:right\"> <p class=\"foFAdY\" style=\"text-align: right; line-height: 50px;\" id=\"comp-kmbqgnlm__more__label\" tabindex=\"-1\"> More </p> </div> </div> </div>" }, { "ruleID": "r65", "what": "Element in sequential focus order has visible focus", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[3]/div[2]/div[1]/section[3]/div[2]/div[2]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]" }, "excerpt": "<div class=\"dAzcPH SKiqtb\" data-testid=\"gallery-item-click-action-image-zoom\" role=\"button\" aria-haspopup=\"true\" tabindex=\"0\" aria-label=\"Greenfield Senior Living Inc.\" aria-describedby=\"describedby_i ... class=\"IQyQnK\"></p> </div> </div> </div> <div style=\"display:none\"> <span id=\"describedby_item-current-0-comp-kyfoojns1\" data-testid=\"gallery-item-describedby-id\"> press to zoom </span> </div> </div>" }, { "ruleID": "r65", "what": "Element in sequential focus order has visible focus", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[3]/div[2]/div[1]/section[4]/div[2]/div[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]" }, "excerpt": "<div class=\"dAzcPH SKiqtb\" data-testid=\"gallery-item-click-action-image-zoom\" role=\"button\" aria-haspopup=\"true\" tabindex=\"0\" aria-label=\"Greenfield Senior Living Inc.\" aria-describedby=\"describedby_i ... class=\"IQyQnK\"></p> </div> </div> </div> <div style=\"display:none\"> <span id=\"describedby_item-current-0-comp-kyfoojoa1\" data-testid=\"gallery-item-describedby-id\"> press to zoom </span> </div> </div>" }, { "ruleID": "r65", "what": "Element in sequential focus order has visible focus", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[3]/div[2]/div[1]/section[5]/div[2]/div[2]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]" }, "excerpt": "<div class=\"dAzcPH SKiqtb\" data-testid=\"gallery-item-click-action-image-zoom\" role=\"button\" aria-haspopup=\"true\" tabindex=\"0\" aria-label=\"Greenfield Senior Living Inc.\" aria-describedby=\"describedby_i ... \" class=\"IQyQnK\"></p> </div> </div> </div> <div style=\"display:none\"> <span id=\"describedby_item-current-0-comp-kyfoojpd\" data-testid=\"gallery-item-describedby-id\"> press to zoom </span> </div> </div>" }, { "ruleID": "r65", "what": "Element in sequential focus order has visible focus", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[3]/div[2]/div[1]/section[6]/div[2]/div[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]" }, "excerpt": "<div class=\"dAzcPH SKiqtb\" data-testid=\"gallery-item-click-action-image-zoom\" role=\"button\" aria-haspopup=\"true\" tabindex=\"0\" aria-label=\"Greenfield Senior Living Inc.\" aria-describedby=\"describedby_i ... \" class=\"IQyQnK\"></p> </div> </div> </div> <div style=\"display:none\"> <span id=\"describedby_item-current-0-comp-kyfoojpq\" data-testid=\"gallery-item-describedby-id\"> press to zoom </span> </div> </div>" }, { "ruleID": "r65", "what": "Element in sequential focus order has visible focus", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[3]/div[2]/div[1]/section[7]/div[2]/div[2]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]" }, "excerpt": "<div class=\"dAzcPH SKiqtb\" data-testid=\"gallery-item-click-action-image-zoom\" role=\"button\" aria-haspopup=\"true\" tabindex=\"0\" aria-label=\"Greenfield Senior Living Inc.\" aria-describedby=\"describedby_i ... \" class=\"IQyQnK\"></p> </div> </div> </div> <div style=\"display:none\"> <span id=\"describedby_item-current-0-comp-kyfoojqq\" data-testid=\"gallery-item-describedby-id\"> press to zoom </span> </div> </div>" }, { "ruleID": "r65", "what": "Element in sequential focus order has visible focus", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[5]/div[2]/div[1]/section[1]/div[2]/div[1]/div[2]/div[1]/section[1]/div[2]/div[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[4]/a[1]" }, "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.greenfieldseniorliving.com/our-mission\" target=\"_self\" class=\"kuTaGy wixui-button zKbzSQ\" aria-disabled=\"false\"> <span class=\"M3I7Z2 wixui-button__label\"> 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]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[5]/div[2]/div[1]/section[1]/div[2]/div[1]/div[2]/div[1]/section[1]/div[2]/div[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[5]/div[2]/div[1]/div[1]/a[1]" }, "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.greenfieldseniorliving.com/our-mission\" target=\"_self\" class=\"u9k3ts\"> <div data-testid=\"svgRoot-comp-kyfoojsh\" class=\"aizuI7 TcoJIb comp-kyfoojsh\"> <!-- ... ntation\" aria-hidden=\"true\"> <g> <path d=\"M104.133 18.918l-9.431 8.947 61.913 65.269-137.498.938.089 13 138.096-.942-61.338 66.11 9.529 8.842 75.39-81.254-76.75-80.91z\"></path> </g> </svg> </div> </a>" }, { "ruleID": "r65", "what": "Element in sequential focus order has visible focus", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[6]/div[2]/div[1]/section[1]/div[2]/div[1]/div[2]/div[1]/div[6]/a[1]" }, "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.greenfieldseniorliving.com/our-life\" target=\"_self\" class=\"kuTaGy wixui-button zKbzSQ\" aria-disabled=\"false\"> <span class=\"M3I7Z2 wixui-button__label\"> 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]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[6]/div[2]/div[1]/section[1]/div[2]/div[2]/div[2]/div[1]/div[1]/nav[1]/ol[1]/li[1]/a[1]" }, "excerpt": "<a href=\"./#comp-kyfooju7\" aria-label=\"IDA\" class=\"x8rUIu Fd6sGQ\"></a>" }, { "ruleID": "r65", "what": "Element in sequential focus order has visible focus", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[6]/div[2]/div[1]/section[1]/div[2]/div[2]/div[2]/div[1]/div[1]/nav[1]/ol[1]/li[2]/a[1]" }, "excerpt": "<a href=\"./#comp-kyfoojul\" aria-label=\"RON\" class=\"x8rUIu\"></a>" }, { "ruleID": "r65", "what": "Element in sequential focus order has visible focus", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[6]/div[2]/div[1]/section[1]/div[2]/div[2]/div[2]/div[1]/div[1]/nav[1]/ol[1]/li[3]/a[1]" }, "excerpt": "<a href=\"./#comp-kyfoojv0\" aria-label=\"KAREN\" class=\"x8rUIu\"></a>" }, { "ruleID": "r65", "what": "Element in sequential focus order has visible focus", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[6]/div[2]/div[1]/section[1]/div[2]/div[2]/div[2]/div[1]/div[1]/nav[1]/ol[1]/li[4]/a[1]" }, "excerpt": "<a href=\"./#comp-kyfoojve\" aria-label=\"ROSE\" class=\"x8rUIu\"></a>" }, { "ruleID": "r65", "what": "Element in sequential focus order has visible focus", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[6]/div[2]/div[1]/section[1]/div[2]/div[2]/div[2]/div[1]/div[1]/nav[1]/ol[1]/li[5]/a[1]" }, "excerpt": "<a href=\"./#comp-kyfoojvq\" aria-label=\"DEBBIE\" class=\"x8rUIu\"></a>" }, { "ruleID": "r65", "what": "Element in sequential focus order has visible focus", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[6]/div[2]/div[1]/section[1]/div[2]/div[2]/div[2]/div[1]/div[1]/nav[1]/ol[1]/li[6]/a[1]" }, "excerpt": "<a href=\"./#comp-kyfoojw3\" aria-label=\"ELVIN\" class=\"x8rUIu\"></a>" }, { "ruleID": "r65", "what": "Element in sequential focus order has visible focus", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[6]/div[2]/div[1]/section[1]/div[2]/div[2]/div[2]/div[1]/div[1]/nav[1]/ol[1]/li[7]/a[1]" }, "excerpt": "<a href=\"./#comp-kyfoojwf\" aria-label=\"SHARON\" class=\"x8rUIu\"></a>" }, { "ruleID": "r65", "what": "Element in sequential focus order has visible focus", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[6]/div[2]/div[1]/section[1]/div[2]/div[2]/div[2]/div[1]/div[1]/nav[1]/ol[1]/li[8]/a[1]" }, "excerpt": "<a href=\"./#comp-kyfoojwu\" aria-label=\"IRENE\" class=\"x8rUIu\"></a>" }, { "ruleID": "r65", "what": "Element in sequential focus order has visible focus", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[6]/div[2]/div[1]/section[1]/div[2]/div[2]/div[2]/div[1]/div[1]/nav[1]/ol[1]/li[9]/a[1]" }, "excerpt": "<a href=\"./#comp-kyfoojxa\" aria-label=\"LOUIS\" class=\"x8rUIu\"></a>" }, { "ruleID": "r65", "what": "Element in sequential focus order has visible focus", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[6]/div[2]/div[1]/section[1]/div[2]/div[2]/div[2]/div[1]/div[1]/nav[1]/ol[1]/li[10]/a[1]" }, "excerpt": "<a href=\"./#comp-kyfoojxm\" aria-label=\"BERNICE\" class=\"x8rUIu\"></a>" }, { "ruleID": "r65", "what": "Element in sequential focus order has visible focus", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[6]/div[2]/div[1]/section[1]/div[2]/div[2]/div[2]/div[1]/div[1]/nav[1]/ol[1]/li[11]/a[1]" }, "excerpt": "<a href=\"./#comp-kyfoojxz\" aria-label=\"CAROLYN\" class=\"x8rUIu\"></a>" }, { "ruleID": "r65", "what": "Element in sequential focus order has visible focus", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[6]/div[2]/div[1]/section[1]/div[2]/div[2]/div[2]/div[1]/div[1]/nav[1]/ol[1]/li[12]/a[1]" }, "excerpt": "<a href=\"./#comp-kyfoojyd\" aria-label=\"JUNE\" class=\"x8rUIu\"></a>" }, { "ruleID": "r65", "what": "Element in sequential focus order has visible focus", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[6]/div[2]/div[1]/section[1]/div[2]/div[2]/div[2]/div[1]/div[1]/nav[1]/ol[1]/li[13]/a[1]" }, "excerpt": "<a href=\"./#comp-kyfoojyp\" aria-label=\"ROSE ANN\" class=\"x8rUIu\"></a>" }, { "ruleID": "r65", "what": "Element in sequential focus order has visible focus", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[6]/div[2]/div[1]/section[1]/div[2]/div[2]/div[2]/div[1]/div[1]/nav[1]/ol[1]/li[14]/a[1]" }, "excerpt": "<a href=\"./#comp-kyfoojz2\" aria-label=\"BILL\" class=\"x8rUIu\"></a>" }, { "ruleID": "r65", "what": "Element in sequential focus order has visible focus", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[6]/div[2]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]" }, "excerpt": "<div class=\"dAzcPH SKiqtb\" data-testid=\"gallery-item-click-action-image-zoom\" role=\"button\" aria-haspopup=\"true\" tabindex=\"0\" aria-label=\"Greenfield Senior Living Inc.\" aria-describedby=\"describedby_i ... \" class=\"IQyQnK\"></p> </div> </div> </div> <div style=\"display:none\"> <span id=\"describedby_item-current-0-comp-kyg3hipw\" data-testid=\"gallery-item-describedby-id\"> press to zoom </span> </div> </div>" }, { "ruleID": "r65", "what": "Element in sequential focus order has visible focus", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[6]/div[2]/div[1]/section[3]/div[2]/div[1]/div[2]/div[1]/div[6]/a[1]" }, "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.greenfieldseniorliving.com/education\" target=\"_self\" class=\"kuTaGy wixui-button zKbzSQ\" aria-disabled=\"false\"> <span class=\"M3I7Z2 wixui-button__label\"> 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]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[6]/div[2]/div[1]/section[3]/div[2]/div[1]/div[2]/div[1]/div[7]/div[2]/div[1]/div[1]/a[1]" }, "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.greenfieldseniorliving.com/education\" target=\"_self\" class=\"u9k3ts\"> <div data-testid=\"svgRoot-comp-kyfook1l\" class=\"aizuI7 TcoJIb comp-kyfook1l\"> <!--?x ... ntation\" aria-hidden=\"true\"> <g> <path d=\"M104.133 18.918l-9.431 8.947 61.913 65.269-137.498.938.089 13 138.096-.942-61.338 66.11 9.529 8.842 75.39-81.254-76.75-80.91z\"></path> </g> </svg> </div> </a>" }, { "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]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[6]/div[2]/div[1]/section[4]/div[2]/div[1]/div[2]/div[1]/div[1]/button[1]" }, "excerpt": "<button data-testid=\"prevButton\" aria-label=\"Previous\" class=\"PBM28h LeOpDH\"> <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 21 41\"> <path d=\"M20.3 40.8 0 20.5 20.3.2l.7.7L1.3 20.5 21 40.1z\"></path> </svg> </button>" }, { "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]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[6]/div[2]/div[1]/section[4]/div[2]/div[1]/div[2]/div[1]/div[1]/button[2]" }, "excerpt": "<button data-testid=\"nextButton\" aria-label=\"Next\" class=\"PBM28h QFf6js\"> <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 21 41\"> <path d=\"M20.3 40.8 0 20.5 20.3.2l.7.7L1.3 20.5 21 40.1z\"></path> </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]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[6]/div[2]/div[1]/section[4]/div[2]/div[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[3]/div[1]/div[1]/a[1]" }, "excerpt": "<a data-testid=\"linkElement\" href=\"http://www.april2023.greenfieldthemagazine.com\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"j7pOnl\"> <wow-image id=\"img_comp-lcjfigad\" class=\"HlRz5e BI8PVQ\" dat ... fill/w_118,h_83,al_c,q_85,usm_0.66_1.00_0.01,blur_2,enc_auto/APRIL%202023.png\" alt=\"APRIL 2023.png\" style=\"width: 473px; height: 333px; object-fit: cover; object-position: 50% 50%;\"> </wow-image> </a>" }, { "ruleID": "r65", "what": "Element in sequential focus order has visible focus", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[6]/div[2]/div[1]/section[4]/div[2]/div[1]/div[2]/div[1]/div[1]/nav[1]/ol[1]/li[1]/a[1]" }, "excerpt": "<a href=\"./#comp-lcjfig6d\" aria-label=\"APRIL 2023\" class=\"x8rUIu Fd6sGQ\"></a>" }, { "ruleID": "r65", "what": "Element in sequential focus order has visible focus", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[6]/div[2]/div[1]/section[4]/div[2]/div[1]/div[2]/div[1]/div[1]/nav[1]/ol[1]/li[2]/a[1]" }, "excerpt": "<a href=\"./#comp-lg69ge36\" aria-label=\"MARCH 2023\" class=\"x8rUIu\"></a>" }, { "ruleID": "r65", "what": "Element in sequential focus order has visible focus", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[6]/div[2]/div[1]/section[4]/div[2]/div[1]/div[2]/div[1]/div[1]/nav[1]/ol[1]/li[3]/a[1]" }, "excerpt": "<a href=\"./#comp-lg69gayv\" aria-label=\"FEBRUARY 2023\" class=\"x8rUIu\"></a>" }, { "ruleID": "r65", "what": "Element in sequential focus order has visible focus", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[6]/div[2]/div[1]/section[4]/div[2]/div[1]/div[2]/div[1]/div[1]/nav[1]/ol[1]/li[4]/a[1]" }, "excerpt": "<a href=\"./#comp-lg69g30b\" aria-label=\"JANUARY 2023\" class=\"x8rUIu\"></a>" }, { "ruleID": "r65", "what": "Element in sequential focus order has visible focus", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[6]/div[2]/div[1]/section[4]/div[2]/div[1]/div[2]/div[1]/div[1]/nav[1]/ol[1]/li[5]/a[1]" }, "excerpt": "<a href=\"./#comp-lcjfinx5\" aria-label=\"DECEMBER 2022\" class=\"x8rUIu\"></a>" }, { "ruleID": "r65", "what": "Element in sequential focus order has visible focus", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[6]/div[2]/div[1]/section[4]/div[2]/div[1]/div[2]/div[1]/div[1]/nav[1]/ol[1]/li[6]/a[1]" }, "excerpt": "<a href=\"./#comp-lcjfiv1h\" aria-label=\"NOVEMBER 2022\" class=\"x8rUIu\"></a>" }, { "ruleID": "r65", "what": "Element in sequential focus order has visible focus", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[6]/div[2]/div[1]/section[4]/div[2]/div[1]/div[2]/div[1]/div[1]/nav[1]/ol[1]/li[7]/a[1]" }, "excerpt": "<a href=\"./#comp-l8h67321\" aria-label=\"OCTOBER 2022\" class=\"x8rUIu\"></a>" }, { "ruleID": "r65", "what": "Element in sequential focus order has visible focus", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[6]/div[2]/div[1]/section[4]/div[2]/div[1]/div[2]/div[1]/div[1]/nav[1]/ol[1]/li[8]/a[1]" }, "excerpt": "<a href=\"./#comp-l7w0r6t7\" aria-label=\"SEPTEMBER 2022\" class=\"x8rUIu\"></a>" }, { "ruleID": "r65", "what": "Element in sequential focus order has visible focus", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[6]/div[2]/div[1]/section[4]/div[2]/div[1]/div[2]/div[1]/div[1]/nav[1]/ol[1]/li[9]/a[1]" }, "excerpt": "<a href=\"./#comp-l7w0r5e0\" aria-label=\"AUGUST 2022\" class=\"x8rUIu\"></a>" }, { "ruleID": "r65", "what": "Element in sequential focus order has visible focus", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[6]/div[2]/div[1]/section[4]/div[2]/div[1]/div[2]/div[1]/div[1]/nav[1]/ol[1]/li[10]/a[1]" }, "excerpt": "<a href=\"./#comp-l7w0r1op\" aria-label=\"JULY 2022\" class=\"x8rUIu\"></a>" }, { "ruleID": "r65", "what": "Element in sequential focus order has visible focus", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[6]/div[2]/div[1]/section[4]/div[2]/div[1]/div[2]/div[1]/div[1]/nav[1]/ol[1]/li[11]/a[1]" }, "excerpt": "<a href=\"./#comp-l7w0qoy1\" aria-label=\"JUNE 2022\" class=\"x8rUIu\"></a>" }, { "ruleID": "r65", "what": "Element in sequential focus order has visible focus", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[6]/div[2]/div[1]/section[4]/div[2]/div[1]/div[2]/div[1]/div[1]/nav[1]/ol[1]/li[12]/a[1]" }, "excerpt": "<a href=\"./#comp-l7w0qsjs\" aria-label=\"MAY 2022\" class=\"x8rUIu\"></a>" }, { "ruleID": "r65", "what": "Element in sequential focus order has visible focus", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[6]/div[2]/div[1]/section[4]/div[2]/div[1]/div[2]/div[1]/div[1]/nav[1]/ol[1]/li[13]/a[1]" }, "excerpt": "<a href=\"./#comp-l1eqzgf4\" aria-label=\"APRIL 2022\" class=\"x8rUIu\"></a>" }, { "ruleID": "r65", "what": "Element in sequential focus order has visible focus", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[6]/div[2]/div[1]/section[4]/div[2]/div[1]/div[2]/div[1]/div[1]/nav[1]/ol[1]/li[14]/a[1]" }, "excerpt": "<a href=\"./#comp-l08aa62l\" aria-label=\"MARCH 2022\" class=\"x8rUIu\"></a>" }, { "ruleID": "r65", "what": "Element in sequential focus order has visible focus", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[6]/div[2]/div[1]/section[4]/div[2]/div[1]/div[2]/div[1]/div[1]/nav[1]/ol[1]/li[15]/a[1]" }, "excerpt": "<a href=\"./#comp-kzcivs6u\" aria-label=\"FEBRUARY 2022\" class=\"x8rUIu\"></a>" }, { "ruleID": "r65", "what": "Element in sequential focus order has visible focus", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[6]/div[2]/div[1]/section[4]/div[2]/div[1]/div[2]/div[1]/div[1]/nav[1]/ol[1]/li[16]/a[1]" }, "excerpt": "<a href=\"./#comp-kzcivwiz\" aria-label=\"JANUARY 2022\" class=\"x8rUIu\"></a>" }, { "ruleID": "r65", "what": "Element in sequential focus order has visible focus", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[6]/div[2]/div[1]/section[4]/div[2]/div[1]/div[2]/div[1]/div[1]/nav[1]/ol[1]/li[17]/a[1]" }, "excerpt": "<a href=\"./#comp-kyfook2c1\" aria-label=\"DECEMBER 2021\" class=\"x8rUIu\"></a>" }, { "ruleID": "r65", "what": "Element in sequential focus order has visible focus", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[6]/div[2]/div[1]/section[4]/div[2]/div[1]/div[2]/div[1]/div[1]/nav[1]/ol[1]/li[18]/a[1]" }, "excerpt": "<a href=\"./#comp-kyfook2p\" aria-label=\"NOVEMBER 2021\" class=\"x8rUIu\"></a>" }, { "ruleID": "r65", "what": "Element in sequential focus order has visible focus", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[6]/div[2]/div[1]/section[4]/div[2]/div[1]/div[2]/div[1]/div[1]/nav[1]/ol[1]/li[19]/a[1]" }, "excerpt": "<a href=\"./#comp-kyfook32\" aria-label=\"OCTOBER 2021\" class=\"x8rUIu\"></a>" }, { "ruleID": "r65", "what": "Element in sequential focus order has visible focus", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[6]/div[2]/div[1]/section[4]/div[2]/div[1]/div[2]/div[1]/div[1]/nav[1]/ol[1]/li[20]/a[1]" }, "excerpt": "<a href=\"./#comp-kyfook3c\" aria-label=\"SEPTEMBER 2021\" class=\"x8rUIu\"></a>" }, { "ruleID": "r65", "what": "Element in sequential focus order has visible focus", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[6]/div[2]/div[1]/section[4]/div[2]/div[1]/div[2]/div[1]/div[1]/nav[1]/ol[1]/li[21]/a[1]" }, "excerpt": "<a href=\"./#comp-kyfook3k\" aria-label=\"AUGUST 2021\" class=\"x8rUIu\"></a>" }, { "ruleID": "r65", "what": "Element in sequential focus order has visible focus", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[6]/div[2]/div[1]/section[4]/div[2]/div[1]/div[2]/div[1]/div[1]/nav[1]/ol[1]/li[22]/a[1]" }, "excerpt": "<a href=\"./#comp-kyfook3v\" aria-label=\"JULY 2021\" class=\"x8rUIu\"></a>" }, { "ruleID": "r65", "what": "Element in sequential focus order has visible focus", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[6]/div[2]/div[1]/section[4]/div[2]/div[1]/div[2]/div[1]/div[1]/nav[1]/ol[1]/li[23]/a[1]" }, "excerpt": "<a href=\"./#comp-kyfook44\" aria-label=\"JUNE 2021\" class=\"x8rUIu\"></a>" }, { "ruleID": "r65", "what": "Element in sequential focus order has visible focus", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[6]/div[2]/div[1]/section[4]/div[2]/div[1]/div[2]/div[1]/div[1]/nav[1]/ol[1]/li[24]/a[1]" }, "excerpt": "<a href=\"./#comp-kyfook4f\" aria-label=\"MAY 2021\" class=\"x8rUIu\"></a>" }, { "ruleID": "r65", "what": "Element in sequential focus order has visible focus", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[6]/div[2]/div[1]/section[4]/div[2]/div[1]/div[2]/div[1]/div[1]/nav[1]/ol[1]/li[25]/a[1]" }, "excerpt": "<a href=\"./#comp-kyfook4p\" aria-label=\"APRIL 2021\" class=\"x8rUIu\"></a>" }, { "ruleID": "r65", "what": "Element in sequential focus order has visible focus", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[6]/div[2]/div[1]/section[4]/div[2]/div[1]/div[2]/div[1]/div[1]/nav[1]/ol[1]/li[26]/a[1]" }, "excerpt": "<a href=\"./#comp-kyfook50\" aria-label=\"MARCH 2021\" class=\"x8rUIu\"></a>" }, { "ruleID": "r65", "what": "Element in sequential focus order has visible focus", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[6]/div[2]/div[1]/section[4]/div[2]/div[1]/div[2]/div[1]/div[1]/nav[1]/ol[1]/li[27]/a[1]" }, "excerpt": "<a href=\"./#comp-kyfook5d\" aria-label=\"FEBRUARY 2021\" class=\"x8rUIu\"></a>" }, { "ruleID": "r65", "what": "Element in sequential focus order has visible focus", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[6]/div[2]/div[1]/section[4]/div[2]/div[1]/div[2]/div[1]/div[1]/nav[1]/ol[1]/li[28]/a[1]" }, "excerpt": "<a href=\"./#comp-kyfook5o\" aria-label=\"JANUARY 2021\" class=\"x8rUIu\"></a>" }, { "ruleID": "r65", "what": "Element in sequential focus order has visible focus", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[6]/div[2]/div[1]/section[4]/div[2]/div[2]/div[2]/div[1]/div[7]/a[1]" }, "excerpt": "<a data-testid=\"linkElement\" href=\"mailto:info@greenfieldseniorliving.com?subject=Subscribe | Greenfield Magazine\" target=\"_self\" class=\"kuTaGy wixui-button zKbzSQ\" aria-disabled=\"false\"> <span class=\"M3I7Z2 wixui-button__label\"> Subscribe </span> </a>" }, { "ruleID": "r65", "what": "Element in sequential focus order has visible focus", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[6]/div[2]/div[1]/section[4]/div[2]/div[2]/div[2]/div[1]/div[8]/div[2]/div[1]/div[1]/a[1]" }, "excerpt": "<a data-testid=\"linkElement\" href=\"mailto:info@greenfieldseniorliving.com?subject=Subscribe | Greenfield Magazine\" target=\"_self\" class=\"u9k3ts\"> <div data-testid=\"svgRoot-comp-kyfook6q1\" class=\"aizuI ... ntation\" aria-hidden=\"true\"> <g> <path d=\"M104.133 18.918l-9.431 8.947 61.913 65.269-137.498.938.089 13 138.096-.942-61.338 66.11 9.529 8.842 75.39-81.254-76.75-80.91z\"></path> </g> </svg> </div> </a>" }, { "ruleID": "r65", "what": "Element in sequential focus order has visible focus", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[6]/div[2]/div[1]/section[5]/div[2]/div[1]/div[2]/div[1]/div[6]/a[1]" }, "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.greenfieldseniorliving.com/health-and-safety\" target=\"_self\" class=\"kuTaGy wixui-button zKbzSQ\" aria-disabled=\"false\"> <span class=\"M3I7Z2 wixui-button__label\"> 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]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[6]/div[2]/div[1]/section[5]/div[2]/div[1]/div[2]/div[1]/div[7]/div[2]/div[1]/div[1]/a[1]" }, "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.greenfieldseniorliving.com/health-and-safety\" target=\"_self\" class=\"u9k3ts\"> <div data-testid=\"svgRoot-comp-kyfp5513\" class=\"aizuI7 TcoJIb comp-kyfp5513\" ... ntation\" aria-hidden=\"true\"> <g> <path d=\"M104.133 18.918l-9.431 8.947 61.913 65.269-137.498.938.089 13 138.096-.942-61.338 66.11 9.529 8.842 75.39-81.254-76.75-80.91z\"></path> </g> </svg> </div> </a>" }, { "ruleID": "r65", "what": "Element in sequential focus order has visible focus", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[6]/div[2]/div[1]/section[6]/div[2]/div[2]/div[2]/div[1]/div[6]/a[1]" }, "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.greenfieldseniorliving.com/our-communites\" target=\"_self\" class=\"kuTaGy wixui-button zKbzSQ\" aria-disabled=\"false\"> <span class=\"M3I7Z2 wixui-button__label\"> Our Communities </span> </a>" }, { "ruleID": "r65", "what": "Element in sequential focus order has visible focus", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[6]/div[2]/div[1]/section[6]/div[2]/div[2]/div[2]/div[1]/div[7]/div[2]/div[1]/div[1]/a[1]" }, "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.greenfieldseniorliving.com/our-communites\" target=\"_self\" class=\"u9k3ts\"> <div data-testid=\"svgRoot-comp-kyfpob54\" class=\"aizuI7 TcoJIb comp-kyfpob54\"> < ... ntation\" aria-hidden=\"true\"> <g> <path d=\"M104.133 18.918l-9.431 8.947 61.913 65.269-137.498.938.089 13 138.096-.942-61.338 66.11 9.529 8.842 75.39-81.254-76.75-80.91z\"></path> </g> </svg> </div> </a>" }, { "ruleID": "r65", "what": "Element in sequential focus order has visible focus", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[8]/div[2]/div[1]/section[1]/div[2]/div[1]/div[2]/div[1]/div[5]/a[1]" }, "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.greenfieldseniorliving.com/careers\" target=\"_self\" class=\"kuTaGy wixui-button zKbzSQ\" aria-disabled=\"false\"> <span class=\"M3I7Z2 wixui-button__label\"> 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]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[8]/div[2]/div[1]/section[1]/div[2]/div[1]/div[2]/div[1]/div[6]/div[2]/div[1]/div[1]/a[1]" }, "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.greenfieldseniorliving.com/careers\" target=\"_self\" class=\"u9k3ts\"> <div data-testid=\"svgRoot-comp-kyfook7t\" class=\"aizuI7 TcoJIb comp-kyfook7t\"> <!--?xml ... ntation\" aria-hidden=\"true\"> <g> <path d=\"M104.133 18.918l-9.431 8.947 61.913 65.269-137.498.938.089 13 138.096-.942-61.338 66.11 9.529 8.842 75.39-81.254-76.75-80.91z\"></path> </g> </svg> </div> </a>" }, { "ruleID": "r65", "what": "Element in sequential focus order has visible focus", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[8]/div[2]/div[1]/section[1]/div[2]/div[2]/div[2]/div[1]/div[1]/nav[1]/ol[1]/li[1]/a[1]" }, "excerpt": "<a href=\"./#comp-kyfook8b\" aria-label=\"EXECUTIVE DIRECTOR\" class=\"x8rUIu Fd6sGQ\"></a>" }, { "ruleID": "r65", "what": "Element in sequential focus order has visible focus", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[8]/div[2]/div[1]/section[1]/div[2]/div[2]/div[2]/div[1]/div[1]/nav[1]/ol[1]/li[2]/a[1]" }, "excerpt": "<a href=\"./#comp-kyfook8l1\" aria-label=\"LICENSED PRACTICAL NURSE\" class=\"x8rUIu\"></a>" }, { "ruleID": "r65", "what": "Element in sequential focus order has visible focus", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[8]/div[2]/div[1]/section[1]/div[2]/div[2]/div[2]/div[1]/div[1]/nav[1]/ol[1]/li[3]/a[1]" }, "excerpt": "<a href=\"./#comp-kyfook8v\" aria-label=\"REGISTERED MEDICAL ASSISTANT\" class=\"x8rUIu\"></a>" }, { "ruleID": "r65", "what": "Element in sequential focus order has visible focus", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[8]/div[2]/div[1]/section[1]/div[2]/div[2]/div[2]/div[1]/div[1]/nav[1]/ol[1]/li[4]/a[1]" }, "excerpt": "<a href=\"./#comp-kyfook96\" aria-label=\"REGISTERED NURSE\" class=\"x8rUIu\"></a>" }, { "ruleID": "r65", "what": "Element in sequential focus order has visible focus", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[8]/div[2]/div[1]/section[1]/div[2]/div[2]/div[2]/div[1]/div[1]/nav[1]/ol[1]/li[5]/a[1]" }, "excerpt": "<a href=\"./#comp-kyfook9f\" aria-label=\"CARE MANAGER\" class=\"x8rUIu\"></a>" }, { "ruleID": "r65", "what": "Element in sequential focus order has visible focus", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[8]/div[2]/div[1]/section[1]/div[2]/div[2]/div[2]/div[1]/div[1]/nav[1]/ol[1]/li[6]/a[1]" }, "excerpt": "<a href=\"./#comp-kyfook9o1\" aria-label=\"MARKETING DIRECTOR\" class=\"x8rUIu\"></a>" }, { "ruleID": "r65", "what": "Element in sequential focus order has visible focus", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[8]/div[2]/div[1]/section[1]/div[2]/div[2]/div[2]/div[1]/div[1]/nav[1]/ol[1]/li[7]/a[1]" }, "excerpt": "<a href=\"./#comp-kyfook9x3\" aria-label=\"EXECUTIVE CHEF\" class=\"x8rUIu\"></a>" }, { "ruleID": "r65", "what": "Element in sequential focus order has visible focus", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[8]/div[2]/div[1]/section[1]/div[2]/div[2]/div[2]/div[1]/div[1]/nav[1]/ol[1]/li[8]/a[1]" }, "excerpt": "<a href=\"./#comp-kyfooka7\" aria-label=\"ACTIVITIES DIRECTOR\" class=\"x8rUIu\"></a>" }, { "ruleID": "r65", "what": "Element in sequential focus order has visible focus", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[8]/div[2]/div[1]/section[1]/div[2]/div[2]/div[2]/div[1]/div[1]/nav[1]/ol[1]/li[9]/a[1]" }, "excerpt": "<a href=\"./#comp-kyfookag\" aria-label=\"HOUSEKEEPER\" class=\"x8rUIu\"></a>" }, { "ruleID": "r65", "what": "Element in sequential focus order has visible focus", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[8]/div[2]/div[1]/section[1]/div[2]/div[2]/div[2]/div[1]/div[1]/nav[1]/ol[1]/li[10]/a[1]" }, "excerpt": "<a href=\"./#comp-kyfookar1\" aria-label=\"MAINTENANCE DIRECTOR\" class=\"x8rUIu\"></a>" }, { "ruleID": "r65", "what": "Element in sequential focus order has visible focus", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[8]/div[2]/div[1]/section[1]/div[2]/div[2]/div[2]/div[1]/div[1]/nav[1]/ol[1]/li[11]/a[1]" }, "excerpt": "<a href=\"./#comp-kyfookb7\" aria-label=\"SERVER\" class=\"x8rUIu\"></a>" }, { "ruleID": "r65", "what": "Element in sequential focus order has visible focus", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[8]/div[2]/div[1]/section[1]/div[2]/div[2]/div[2]/div[1]/div[1]/nav[1]/ol[1]/li[12]/a[1]" }, "excerpt": "<a href=\"./#comp-kyfookbh\" aria-label=\"COMMUNITY RELATIONS DIRECTOR\" class=\"x8rUIu\"></a>" }, { "ruleID": "r65", "what": "Element in sequential focus order has visible focus", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[8]/div[2]/div[1]/section[1]/div[2]/div[2]/div[2]/div[1]/div[1]/nav[1]/ol[1]/li[13]/a[1]" }, "excerpt": "<a href=\"./#comp-kyfookbt\" aria-label=\"CONCIERGE\" class=\"x8rUIu\"></a>" }, { "ruleID": "r65", "what": "Element in sequential focus order has visible focus", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[8]/div[2]/div[1]/section[1]/div[2]/div[2]/div[2]/div[1]/div[1]/nav[1]/ol[1]/li[14]/a[1]" }, "excerpt": "<a href=\"./#comp-kyfookc3\" aria-label=\"PROGRAMMING COORDINATOR\" class=\"x8rUIu\"></a>" }, { "ruleID": "r65", "what": "Element in sequential focus order has visible focus", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/section[1]/div[2]/div[1]/div[2]/div[1]/div[3]/a[1]" }, "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.greenfieldseniorliving.com/virginia\" target=\"_self\" class=\"kuTaGy wixui-button zKbzSQ\" aria-disabled=\"false\"> <span class=\"M3I7Z2 wixui-button__label\"> Click here </span> </a>" }, { "ruleID": "r65", "what": "Element in sequential focus order has visible focus", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/section[1]/div[2]/div[1]/div[2]/div[1]/div[4]/div[2]/div[1]/div[1]/a[1]" }, "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.greenfieldseniorliving.com/virginia\" target=\"_self\" class=\"u9k3ts\"> <div data-testid=\"svgRoot-comp-kvghhk7w\" class=\"aizuI7 TcoJIb comp-kvghhk7w\"> <!--?xm ... ntation\" aria-hidden=\"true\"> <g> <path d=\"M104.133 18.918l-9.431 8.947 61.913 65.269-137.498.938.089 13 138.096-.942-61.338 66.11 9.529 8.842 75.39-81.254-76.75-80.91z\"></path> </g> </svg> </div> </a>" }, { "ruleID": "r65", "what": "Element in sequential focus order has visible focus", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/section[1]/div[2]/div[1]/div[2]/div[1]/div[6]/a[1]" }, "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.greenfieldseniorliving.com/pennsylvania\" target=\"_self\" class=\"kuTaGy wixui-button zKbzSQ\" aria-disabled=\"false\"> <span class=\"M3I7Z2 wixui-button__label\"> Click here </span> </a>" }, { "ruleID": "r65", "what": "Element in sequential focus order has visible focus", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/section[1]/div[2]/div[1]/div[2]/div[1]/div[7]/div[2]/div[1]/div[1]/a[1]" }, "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.greenfieldseniorliving.com/pennsylvania\" target=\"_self\" class=\"u9k3ts\"> <div data-testid=\"svgRoot-comp-kyj0e0py\" class=\"aizuI7 TcoJIb comp-kyj0e0py\"> <!- ... ntation\" aria-hidden=\"true\"> <g> <path d=\"M104.133 18.918l-9.431 8.947 61.913 65.269-137.498.938.089 13 138.096-.942-61.338 66.11 9.529 8.842 75.39-81.254-76.75-80.91z\"></path> </g> </svg> </div> </a>" }, { "ruleID": "r65", "what": "Element in sequential focus order has visible focus", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/section[1]/div[2]/div[2]/div[2]/div[1]/div[2]/a[1]" }, "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.greenfieldseniorliving.com/privacy-policy\" target=\"_blank\" class=\"kuTaGy wixui-button zKbzSQ\" aria-disabled=\"false\"> <span class=\"M3I7Z2 wixui-button__label\"> Click here </span> </a>" }, { "ruleID": "r65", "what": "Element in sequential focus order has visible focus", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/section[1]/div[2]/div[2]/div[2]/div[1]/div[3]/div[2]/div[1]/div[1]/a[1]" }, "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.greenfieldseniorliving.com/privacy-policy\" target=\"_blank\" class=\"u9k3ts\"> <div data-testid=\"svgRoot-comp-kzd63j84\" class=\"aizuI7 TcoJIb comp-kzd63j84\"> ... ntation\" aria-hidden=\"true\"> <g> <path d=\"M104.133 18.918l-9.431 8.947 61.913 65.269-137.498.938.089 13 138.096-.942-61.338 66.11 9.529 8.842 75.39-81.254-76.75-80.91z\"></path> </g> </svg> </div> </a>" }, { "ruleID": "r66", "what": "Text outside widget has enhanced contrast", "ordinalSeverity": 0, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/header[1]/div[1]/div[2]/div[1]/div[1]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[1]/a[1]/div[1]/div[1]/p[1]/text()[1]" }, "excerpt": "Home" }, { "ruleID": "r66", "what": "Text outside widget has enhanced contrast", "ordinalSeverity": 0, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/header[1]/div[1]/div[2]/div[1]/div[1]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[2]/a[1]/div[1]/div[1]/p[1]/text()[1]" }, "excerpt": "Our Mission" }, { "ruleID": "r66", "what": "Text outside widget has enhanced contrast", "ordinalSeverity": 0, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/header[1]/div[1]/div[2]/div[1]/div[1]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[3]/a[1]/div[1]/div[1]/p[1]/text()[1]" }, "excerpt": "Our Life" }, { "ruleID": "r66", "what": "Text outside widget has enhanced contrast", "ordinalSeverity": 0, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/header[1]/div[1]/div[2]/div[1]/div[1]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[4]/a[1]/div[1]/div[1]/p[1]/text()[1]" }, "excerpt": "Our Communites" }, { "ruleID": "r66", "what": "Text outside widget has enhanced contrast", "ordinalSeverity": 0, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/header[1]/div[1]/div[2]/div[1]/div[1]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[5]/a[1]/div[1]/div[1]/p[1]/text()[1]" }, "excerpt": "Health & Safety" }, { "ruleID": "r66", "what": "Text outside widget has enhanced contrast", "ordinalSeverity": 0, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/header[1]/div[1]/div[2]/div[1]/div[1]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[6]/a[1]/div[1]/div[1]/p[1]/text()[1]" }, "excerpt": "Careers" }, { "ruleID": "r66", "what": "Text outside widget has enhanced contrast", "ordinalSeverity": 0, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/header[1]/div[1]/div[2]/div[1]/div[1]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[8]/div[1]/div[1]/div[1]/p[1]/text()[1]" }, "excerpt": "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]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[1]/div[2]/div[1]/section[1]/div[2]/div[1]/div[2]/div[1]/div[1]/h1[1]/span[1]/span[1]/span[1]/span[1]/text()[1]" }, "excerpt": "GREENFIELD" }, { "ruleID": "r66", "what": "Text outside widget has enhanced contrast", "ordinalSeverity": 0, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[1]/div[2]/div[1]/section[1]/div[2]/div[1]/div[2]/div[1]/div[2]/h1[1]/span[1]/span[1]/span[1]/span[1]/span[1]/span[1]/span[1]/span[1]/span[1]/span[1]/span[1]/span[1]/span[1]/span[1]/text()[1]" }, "excerpt": "SENIOR LIVING" }, { "ruleID": "r66", "what": "Text outside widget has enhanced contrast", "ordinalSeverity": 0, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[1]/div[2]/div[1]/section[1]/div[2]/div[1]/div[2]/div[1]/div[3]/h2[1]/span[1]/span[1]/span[1]/text()[1]" }, "excerpt": "THERE'S ALWAYS TIME FOR A LITTLE MAGIC!" }, { "ruleID": "r66", "what": "Text outside widget has enhanced contrast", "ordinalSeverity": 0, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[2]/div[2]/div[1]/section[1]/div[2]/div[1]/div[2]/div[1]/div[1]/h2[1]/span[1]/span[1]/span[1]/text()[1]" }, "excerpt": "FROM VISION TO REALITY" }, { "ruleID": "r66", "what": "Text outside widget has enhanced contrast", "ordinalSeverity": 0, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[2]/div[2]/div[1]/section[1]/div[2]/div[1]/div[2]/div[1]/div[2]/p[1]/span[1]/span[1]/text()[1]" }, "excerpt": "We’re Changing The Face Of Senior Living" }, { "ruleID": "r66", "what": "Text outside widget has enhanced contrast", "ordinalSeverity": 0, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[2]/div[2]/div[1]/section[1]/div[2]/div[1]/div[2]/div[1]/div[6]/p[1]/span[1]/span[1]/text()[1]" }, "excerpt": "I entered this profession because it provided a unique opportunity—one that would allow me to make a difference in the quality of peoples lives, through the transformation and elevation of the senior living experience.”" }, { "ruleID": "r66", "what": "Text outside widget has enhanced contrast", "ordinalSeverity": 0, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[2]/div[2]/div[1]/section[1]/div[2]/div[1]/div[2]/div[1]/div[6]/p[3]/span[1]/span[1]/text()[1]" }, "excerpt": "—Matt Peponis, CEO" }, { "ruleID": "r66", "what": "Text outside widget has enhanced contrast", "ordinalSeverity": 0, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[3]/div[2]/div[1]/section[1]/div[2]/div[1]/div[2]/div[1]/div[1]/h3[1]/span[1]/span[1]/text()[1]" }, "excerpt": "OUR HOLISTIC APPROACH TO SENIOR CARE" }, { "ruleID": "r66", "what": "Text outside widget has enhanced contrast", "ordinalSeverity": 0, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[3]/div[2]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[1]/h2[1]/span[1]/span[1]/span[1]/text()[1]" }, "excerpt": "OUR PURPOSE" }, { "ruleID": "r66", "what": "Text outside widget has enhanced contrast", "ordinalSeverity": 0, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[3]/div[2]/div[1]/section[3]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/h3[1]/span[1]/span[1]/text()[1]" }, "excerpt": "COMPASSIONATE HOLISTIC CARE" }, { "ruleID": "r66", "what": "Text outside widget has enhanced contrast", "ordinalSeverity": 0, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[3]/div[2]/div[1]/section[3]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[2]/p[1]/span[1]/text()[1]" }, "excerpt": "At Greenfield we are committed to providing the highest possible level of care. In order to do this it essential for us address not only the physical, but also the emotional and spiritual needs of our residents—thereby enabling them to lead rich and fulfilling lives." }, { "ruleID": "r66", "what": "Text outside widget has enhanced contrast", "ordinalSeverity": 0, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[3]/div[2]/div[1]/section[4]/div[2]/div[2]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/h3[1]/span[1]/span[1]/text()[1]" }, "excerpt": "COMMUNITY CENTERED EVENTS & ACTIVITIES" }, { "ruleID": "r66", "what": "Text outside widget has enhanced contrast", "ordinalSeverity": 0, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[3]/div[2]/div[1]/section[4]/div[2]/div[2]/div[2]/div[1]/div[1]/div[1]/div[1]/div[2]/p[1]/span[1]/text()[1]" }, "excerpt": "Within our communities there is never a dull moment. You will witness the hustle and bustle of seniors leading active lives—moving from fitness to cooking classes, swapping life stories over board games or getting ready to go out on the town." }, { "ruleID": "r66", "what": "Text outside widget has enhanced contrast", "ordinalSeverity": 0, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[3]/div[2]/div[1]/section[5]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/h3[1]/span[1]/span[1]/text()[1]" }, "excerpt": "CARDIOVASCULAR & PHYSICAL HEALTH" }, { "ruleID": "r66", "what": "Text outside widget has enhanced contrast", "ordinalSeverity": 0, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[3]/div[2]/div[1]/section[5]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[2]/p[1]/span[1]/text()[1]" }, "excerpt": "Maintaining ones physical health plays a huge role in the process of enabling a person to remain active, engaged and lead a vibrant life. At Greenfield we encourage our residents to participate in many of the physical activities available to them—anything from gardening to participating in our daily..." }, { "ruleID": "r66", "what": "Text outside widget has enhanced contrast", "ordinalSeverity": 0, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[3]/div[2]/div[1]/section[5]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[2]/p[2]/span[1]/span[1]/text()[1]" }, "excerpt": "" }, { "ruleID": "r66", "what": "Text outside widget has enhanced contrast", "ordinalSeverity": 0, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[3]/div[2]/div[1]/section[6]/div[2]/div[2]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/h3[1]/span[1]/span[1]/text()[1]" }, "excerpt": "COGNITIVE BASED ACTIVITIES" }, { "ruleID": "r66", "what": "Text outside widget has enhanced contrast", "ordinalSeverity": 0, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[3]/div[2]/div[1]/section[6]/div[2]/div[2]/div[2]/div[1]/div[1]/div[1]/div[1]/div[2]/p[1]/span[1]/text()[1]" }, "excerpt": "Brain health is crucial for our ability to think, act and live well—especially as we get older and may suffer from a degree of cognitive decline, or in some cases dementia. In order to address this, our residents are encouraged to participate in the numerous types of cognitive based activities we of..." }, { "ruleID": "r66", "what": "Text outside widget has enhanced contrast", "ordinalSeverity": 0, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[3]/div[2]/div[1]/section[7]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/h3[1]/span[1]/span[1]/text()[1]" }, "excerpt": "CUISINE & NUTRITION" }, { "ruleID": "r66", "what": "Text outside widget has enhanced contrast", "ordinalSeverity": 0, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[3]/div[2]/div[1]/section[7]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[2]/p[1]/span[1]/text()[1]" }, "excerpt": "Many of you may be familiar with the saying, “If more of us valued food and cheer and song above hoarded gold, it would be a merrier world”. At Greenfield we embody this in everything we do! Just wait until you see what’s on the menu at one of our holiday banquets!" }, { "ruleID": "r66", "what": "Text outside widget has enhanced contrast", "ordinalSeverity": 0, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[6]/div[2]/div[1]/section[1]/div[2]/div[1]/div[2]/div[1]/div[1]/h6[1]/span[1]/span[1]/text()[1]" }, "excerpt": "OUR LIFE" }, { "ruleID": "r66", "what": "Text outside widget has enhanced contrast", "ordinalSeverity": 0, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[6]/div[2]/div[1]/section[1]/div[2]/div[1]/div[2]/div[1]/div[4]/h2[1]/span[1]/span[1]/text()[1]" }, "excerpt": "Food for the Soul" }, { "ruleID": "r66", "what": "Text outside widget has enhanced contrast", "ordinalSeverity": 0, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[6]/div[2]/div[1]/section[1]/div[2]/div[1]/div[2]/div[1]/div[5]/p[1]/span[1]/text()[1]" }, "excerpt": "As we grow older, it is essential for us to maintain a strong sense of meaning and purpose—in order to remain healthy and lead a rich and fulfilling life. With this in mind, Greenfield Senior Living provides an environment that fosters both meaningful connections, and supports active lifestyles for ..." }, { "ruleID": "r66", "what": "Text outside widget has enhanced contrast", "ordinalSeverity": 0, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[6]/div[2]/div[1]/section[1]/div[2]/div[1]/div[2]/div[1]/div[6]/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]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[6]/div[2]/div[1]/section[2]/div[2]/div[2]/div[2]/div[1]/div[1]/h6[1]/span[1]/span[1]/span[1]/text()[1]" }, "excerpt": "OUR PEOPLE" }, { "ruleID": "r66", "what": "Text outside widget has enhanced contrast", "ordinalSeverity": 0, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[6]/div[2]/div[1]/section[2]/div[2]/div[2]/div[2]/div[1]/div[4]/h2[1]/span[1]/span[1]/text()[1]" }, "excerpt": "Loving, Passionate and Well-Trained" }, { "ruleID": "r66", "what": "Text outside widget has enhanced contrast", "ordinalSeverity": 0, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[6]/div[2]/div[1]/section[2]/div[2]/div[2]/div[2]/div[1]/div[5]/p[1]/span[1]/span[1]/text()[1]" }, "excerpt": "The opportunity to make a difference, ensuring dignity and self-expression, and living and working with responsibility and integrity—these are the core values of Greenfield Senior Living, and they’re what every member of our family embodies. When we build our team, we look for more than just a check..." }, { "ruleID": "r66", "what": "Text outside widget has enhanced contrast", "ordinalSeverity": 0, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[6]/div[2]/div[1]/section[3]/div[2]/div[1]/div[2]/div[1]/div[1]/h6[1]/span[1]/span[1]/text()[1]" }, "excerpt": "5-STAR TRAINING" }, { "ruleID": "r66", "what": "Text outside widget has enhanced contrast", "ordinalSeverity": 0, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[6]/div[2]/div[1]/section[3]/div[2]/div[1]/div[2]/div[1]/div[3]/h2[1]/span[1]/span[1]/text()[1]" }, "excerpt": "Educate and Transform" }, { "ruleID": "r66", "what": "Text outside widget has enhanced contrast", "ordinalSeverity": 0, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[6]/div[2]/div[1]/section[3]/div[2]/div[1]/div[2]/div[1]/div[5]/p[1]/span[1]/text()[1]" }, "excerpt": "At Greenfield we understand the intrinsic link between education and our our ability to evolve as a care provider. The people who work for us are the \"brick and mortar\" that make this transformation possible and the opportunities we afford them to grow, both individually and as a team, is very much ..." }, { "ruleID": "r66", "what": "Text outside widget has enhanced contrast", "ordinalSeverity": 0, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[6]/div[2]/div[1]/section[3]/div[2]/div[1]/div[2]/div[1]/div[6]/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]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[6]/div[2]/div[1]/section[4]/div[2]/div[2]/div[2]/div[1]/div[1]/h2[1]/span[1]/span[1]/text()[1]" }, "excerpt": "STAY INFORMED" }, { "ruleID": "r66", "what": "Text outside widget has enhanced contrast", "ordinalSeverity": 0, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[6]/div[2]/div[1]/section[4]/div[2]/div[2]/div[2]/div[1]/div[4]/h3[1]/span[1]/span[1]/text()[1]" }, "excerpt": "Greenfield |" }, { "ruleID": "r66", "what": "Text outside widget has enhanced contrast", "ordinalSeverity": 0, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[6]/div[2]/div[1]/section[4]/div[2]/div[2]/div[2]/div[1]/div[4]/h3[1]/span[1]/span[1]/text()[2]" }, "excerpt": "The Magazine" }, { "ruleID": "r66", "what": "Text outside widget has enhanced contrast", "ordinalSeverity": 0, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[6]/div[2]/div[1]/section[4]/div[2]/div[2]/div[2]/div[1]/div[6]/p[1]/span[1]/span[1]/text()[1]" }, "excerpt": "The purpose of this free monthly publication is to educate and raise awareness in regards to the many challenges associated with senior life. It will also serve as a useful resource—one that can be utilized in order to improve the quality of life—both for ourselves and those we love." }, { "ruleID": "r66", "what": "Text outside widget has enhanced contrast", "ordinalSeverity": 0, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[6]/div[2]/div[1]/section[4]/div[2]/div[2]/div[2]/div[1]/div[6]/p[2]/span[1]/span[1]/span[1]/text()[1]" }, "excerpt": "" }, { "ruleID": "r66", "what": "Text outside widget has enhanced contrast", "ordinalSeverity": 0, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[6]/div[2]/div[1]/section[4]/div[2]/div[2]/div[2]/div[1]/div[6]/p[3]/span[1]/span[1]/span[1]/span[1]/span[1]/span[1]/text()[1]" }, "excerpt": "Click on image to view the monthly issue." }, { "ruleID": "r66", "what": "Text outside widget has enhanced contrast", "ordinalSeverity": 0, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[6]/div[2]/div[1]/section[5]/div[2]/div[1]/div[2]/div[1]/div[1]/h6[1]/span[1]/span[1]/text()[1]" }, "excerpt": "HEALTH & SAFETY" }, { "ruleID": "r66", "what": "Text outside widget has enhanced contrast", "ordinalSeverity": 0, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[6]/div[2]/div[1]/section[5]/div[2]/div[1]/div[2]/div[1]/div[3]/h2[1]/span[1]/span[1]/text()[1]" }, "excerpt": "Your Safety is Our Priority" }, { "ruleID": "r66", "what": "Text outside widget has enhanced contrast", "ordinalSeverity": 0, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[6]/div[2]/div[1]/section[5]/div[2]/div[1]/div[2]/div[1]/div[5]/p[1]/span[1]/text()[1]" }, "excerpt": "Given the challenges that arose with COVID-19, Greenfield understands that there is a constant need to adapt and build upon the current high standards of housekeeping and hygiene, throughout our communities. Additionally, in order to provide a safe and sanitized environment for its residents, Greenf..." }, { "ruleID": "r66", "what": "Text outside widget has enhanced contrast", "ordinalSeverity": 0, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[6]/div[2]/div[1]/section[5]/div[2]/div[1]/div[2]/div[1]/div[6]/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]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[6]/div[2]/div[1]/section[6]/div[2]/div[2]/div[2]/div[1]/div[1]/h6[1]/span[1]/span[1]/span[1]/text()[1]" }, "excerpt": "OUR COMMUNITIES" }, { "ruleID": "r66", "what": "Text outside widget has enhanced contrast", "ordinalSeverity": 0, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[6]/div[2]/div[1]/section[6]/div[2]/div[2]/div[2]/div[1]/div[4]/h2[1]/span[1]/span[1]/text()[1]" }, "excerpt": "Located in Virginia and Pennsylvania" }, { "ruleID": "r66", "what": "Text outside widget has enhanced contrast", "ordinalSeverity": 0, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[6]/div[2]/div[1]/section[6]/div[2]/div[2]/div[2]/div[1]/div[5]/p[1]/span[1]/span[1]/text()[1]" }, "excerpt": "We have seven communities in Virginia and Pennsylvania, all dedicated to providing the high quality of care that you both expect and depend upon, when seeking a home for yourself or a loved one." }, { "ruleID": "r66", "what": "Text outside widget has enhanced contrast", "ordinalSeverity": 0, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[6]/div[2]/div[1]/section[6]/div[2]/div[2]/div[2]/div[1]/div[5]/p[2]/span[1]/span[1]/span[1]/text()[1]" }, "excerpt": "" }, { "ruleID": "r66", "what": "Text outside widget has enhanced contrast", "ordinalSeverity": 0, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[6]/div[2]/div[1]/section[6]/div[2]/div[2]/div[2]/div[1]/div[5]/p[3]/span[1]/span[1]/text()[1]" }, "excerpt": "We welcome you to embark on the next exciting chapter of your life in the warmth, comfort and safety of a loving community. You can be excited for what comes next. For we are not just a home, we are family." }, { "ruleID": "r66", "what": "Text outside widget has enhanced contrast", "ordinalSeverity": 0, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[8]/div[2]/div[1]/section[1]/div[2]/div[1]/div[2]/div[1]/div[1]/h2[1]/span[1]/span[1]/span[1]/text()[1]" }, "excerpt": "CAREERS" }, { "ruleID": "r66", "what": "Text outside widget has enhanced contrast", "ordinalSeverity": 0, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[8]/div[2]/div[1]/section[1]/div[2]/div[1]/div[2]/div[1]/div[4]/p[1]/span[1]/span[1]/span[1]/text()[1]" }, "excerpt": "If you are passionate about pursuing a vocation in which you can make a difference, then look no further. Greenfield has openings for dynamic individuals to join our team." }, { "ruleID": "r66", "what": "Text outside widget has enhanced contrast", "ordinalSeverity": 0, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/section[1]/div[2]/div[1]/div[2]/div[1]/div[1]/h2[1]/span[1]/text()[1]" }, "excerpt": "CONTACT A COMMUNITY" }, { "ruleID": "r66", "what": "Text outside widget has enhanced contrast", "ordinalSeverity": 0, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/section[1]/div[2]/div[1]/div[2]/div[1]/div[2]/p[1]/text()[1]" }, "excerpt": "Virginia Communities" }, { "ruleID": "r66", "what": "Text outside widget has enhanced contrast", "ordinalSeverity": 0, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/section[1]/div[2]/div[1]/div[2]/div[1]/div[5]/p[1]/text()[1]" }, "excerpt": "Pennsylvania Communities" }, { "ruleID": "r66", "what": "Text outside widget has enhanced contrast", "ordinalSeverity": 0, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/section[1]/div[2]/div[2]/div[2]/div[1]/div[1]/h2[1]/span[1]/text()[1]" }, "excerpt": "PRIVACY POLICY" }, { "ruleID": "r66", "what": "Text outside widget has enhanced contrast", "ordinalSeverity": 0, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/section[2]/div[2]/div[2]/div[2]/div[1]/div[1]/p[1]/span[1]/text()[1]" }, "excerpt": "© 2022 Greenfield Senior Living" }, { "ruleID": "r69", "what": "Text outside widget has minimum contrast", "ordinalSeverity": 0, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/header[1]/div[1]/div[2]/div[1]/div[1]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[1]/a[1]/div[1]/div[1]/p[1]/text()[1]" }, "excerpt": "Home" }, { "ruleID": "r69", "what": "Text outside widget has minimum contrast", "ordinalSeverity": 0, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/header[1]/div[1]/div[2]/div[1]/div[1]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[2]/a[1]/div[1]/div[1]/p[1]/text()[1]" }, "excerpt": "Our Mission" }, { "ruleID": "r69", "what": "Text outside widget has minimum contrast", "ordinalSeverity": 0, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/header[1]/div[1]/div[2]/div[1]/div[1]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[3]/a[1]/div[1]/div[1]/p[1]/text()[1]" }, "excerpt": "Our Life" }, { "ruleID": "r69", "what": "Text outside widget has minimum contrast", "ordinalSeverity": 0, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/header[1]/div[1]/div[2]/div[1]/div[1]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[4]/a[1]/div[1]/div[1]/p[1]/text()[1]" }, "excerpt": "Our Communites" }, { "ruleID": "r69", "what": "Text outside widget has minimum contrast", "ordinalSeverity": 0, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/header[1]/div[1]/div[2]/div[1]/div[1]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[5]/a[1]/div[1]/div[1]/p[1]/text()[1]" }, "excerpt": "Health & Safety" }, { "ruleID": "r69", "what": "Text outside widget has minimum contrast", "ordinalSeverity": 0, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/header[1]/div[1]/div[2]/div[1]/div[1]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[6]/a[1]/div[1]/div[1]/p[1]/text()[1]" }, "excerpt": "Careers" }, { "ruleID": "r69", "what": "Text outside widget has minimum contrast", "ordinalSeverity": 0, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/header[1]/div[1]/div[2]/div[1]/div[1]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[8]/div[1]/div[1]/div[1]/p[1]/text()[1]" }, "excerpt": "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]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[1]/div[2]/div[1]/section[1]/div[2]/div[1]/div[2]/div[1]/div[1]/h1[1]/span[1]/span[1]/span[1]/span[1]/text()[1]" }, "excerpt": "GREENFIELD" }, { "ruleID": "r69", "what": "Text outside widget has minimum contrast", "ordinalSeverity": 0, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[1]/div[2]/div[1]/section[1]/div[2]/div[1]/div[2]/div[1]/div[2]/h1[1]/span[1]/span[1]/span[1]/span[1]/span[1]/span[1]/span[1]/span[1]/span[1]/span[1]/span[1]/span[1]/span[1]/span[1]/text()[1]" }, "excerpt": "SENIOR LIVING" }, { "ruleID": "r69", "what": "Text outside widget has minimum contrast", "ordinalSeverity": 0, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[1]/div[2]/div[1]/section[1]/div[2]/div[1]/div[2]/div[1]/div[3]/h2[1]/span[1]/span[1]/span[1]/text()[1]" }, "excerpt": "THERE'S ALWAYS TIME FOR A LITTLE MAGIC!" }, { "ruleID": "r69", "what": "Text outside widget has minimum contrast", "ordinalSeverity": 0, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[2]/div[2]/div[1]/section[1]/div[2]/div[1]/div[2]/div[1]/div[1]/h2[1]/span[1]/span[1]/span[1]/text()[1]" }, "excerpt": "FROM VISION TO REALITY" }, { "ruleID": "r69", "what": "Text outside widget has minimum contrast", "ordinalSeverity": 0, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[2]/div[2]/div[1]/section[1]/div[2]/div[1]/div[2]/div[1]/div[2]/p[1]/span[1]/span[1]/text()[1]" }, "excerpt": "We’re Changing The Face Of Senior Living" }, { "ruleID": "r69", "what": "Text outside widget has minimum contrast", "ordinalSeverity": 0, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[2]/div[2]/div[1]/section[1]/div[2]/div[1]/div[2]/div[1]/div[6]/p[1]/span[1]/span[1]/text()[1]" }, "excerpt": "I entered this profession because it provided a unique opportunity—one that would allow me to make a difference in the quality of peoples lives, through the transformation and elevation of the senior living experience.”" }, { "ruleID": "r69", "what": "Text outside widget has minimum contrast", "ordinalSeverity": 0, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[2]/div[2]/div[1]/section[1]/div[2]/div[1]/div[2]/div[1]/div[6]/p[3]/span[1]/span[1]/text()[1]" }, "excerpt": "—Matt Peponis, CEO" }, { "ruleID": "r69", "what": "Text outside widget has minimum contrast", "ordinalSeverity": 0, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[3]/div[2]/div[1]/section[1]/div[2]/div[1]/div[2]/div[1]/div[1]/h3[1]/span[1]/span[1]/text()[1]" }, "excerpt": "OUR HOLISTIC APPROACH TO SENIOR CARE" }, { "ruleID": "r69", "what": "Text outside widget has minimum contrast", "ordinalSeverity": 0, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[3]/div[2]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[1]/h2[1]/span[1]/span[1]/span[1]/text()[1]" }, "excerpt": "OUR PURPOSE" }, { "ruleID": "r69", "what": "Text outside widget has minimum contrast", "ordinalSeverity": 0, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[3]/div[2]/div[1]/section[3]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/h3[1]/span[1]/span[1]/text()[1]" }, "excerpt": "COMPASSIONATE HOLISTIC CARE" }, { "ruleID": "r69", "what": "Text outside widget has minimum contrast", "ordinalSeverity": 0, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[3]/div[2]/div[1]/section[3]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[2]/p[1]/span[1]/text()[1]" }, "excerpt": "At Greenfield we are committed to providing the highest possible level of care. In order to do this it essential for us address not only the physical, but also the emotional and spiritual needs of our residents—thereby enabling them to lead rich and fulfilling lives." }, { "ruleID": "r69", "what": "Text outside widget has minimum contrast", "ordinalSeverity": 0, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[3]/div[2]/div[1]/section[4]/div[2]/div[2]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/h3[1]/span[1]/span[1]/text()[1]" }, "excerpt": "COMMUNITY CENTERED EVENTS & ACTIVITIES" }, { "ruleID": "r69", "what": "Text outside widget has minimum contrast", "ordinalSeverity": 0, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[3]/div[2]/div[1]/section[4]/div[2]/div[2]/div[2]/div[1]/div[1]/div[1]/div[1]/div[2]/p[1]/span[1]/text()[1]" }, "excerpt": "Within our communities there is never a dull moment. You will witness the hustle and bustle of seniors leading active lives—moving from fitness to cooking classes, swapping life stories over board games or getting ready to go out on the town." }, { "ruleID": "r69", "what": "Text outside widget has minimum contrast", "ordinalSeverity": 0, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[3]/div[2]/div[1]/section[5]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/h3[1]/span[1]/span[1]/text()[1]" }, "excerpt": "CARDIOVASCULAR & PHYSICAL HEALTH" }, { "ruleID": "r69", "what": "Text outside widget has minimum contrast", "ordinalSeverity": 0, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[3]/div[2]/div[1]/section[5]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[2]/p[1]/span[1]/text()[1]" }, "excerpt": "Maintaining ones physical health plays a huge role in the process of enabling a person to remain active, engaged and lead a vibrant life. At Greenfield we encourage our residents to participate in many of the physical activities available to them—anything from gardening to participating in our daily..." }, { "ruleID": "r69", "what": "Text outside widget has minimum contrast", "ordinalSeverity": 0, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[3]/div[2]/div[1]/section[5]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[2]/p[2]/span[1]/span[1]/text()[1]" }, "excerpt": "" }, { "ruleID": "r69", "what": "Text outside widget has minimum contrast", "ordinalSeverity": 0, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[3]/div[2]/div[1]/section[6]/div[2]/div[2]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/h3[1]/span[1]/span[1]/text()[1]" }, "excerpt": "COGNITIVE BASED ACTIVITIES" }, { "ruleID": "r69", "what": "Text outside widget has minimum contrast", "ordinalSeverity": 0, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[3]/div[2]/div[1]/section[6]/div[2]/div[2]/div[2]/div[1]/div[1]/div[1]/div[1]/div[2]/p[1]/span[1]/text()[1]" }, "excerpt": "Brain health is crucial for our ability to think, act and live well—especially as we get older and may suffer from a degree of cognitive decline, or in some cases dementia. In order to address this, our residents are encouraged to participate in the numerous types of cognitive based activities we of..." }, { "ruleID": "r69", "what": "Text outside widget has minimum contrast", "ordinalSeverity": 0, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[3]/div[2]/div[1]/section[7]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/h3[1]/span[1]/span[1]/text()[1]" }, "excerpt": "CUISINE & NUTRITION" }, { "ruleID": "r69", "what": "Text outside widget has minimum contrast", "ordinalSeverity": 0, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[3]/div[2]/div[1]/section[7]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[2]/p[1]/span[1]/text()[1]" }, "excerpt": "Many of you may be familiar with the saying, “If more of us valued food and cheer and song above hoarded gold, it would be a merrier world”. At Greenfield we embody this in everything we do! Just wait until you see what’s on the menu at one of our holiday banquets!" }, { "ruleID": "r69", "what": "Text outside widget has minimum contrast", "ordinalSeverity": 0, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[6]/div[2]/div[1]/section[1]/div[2]/div[1]/div[2]/div[1]/div[1]/h6[1]/span[1]/span[1]/text()[1]" }, "excerpt": "OUR LIFE" }, { "ruleID": "r69", "what": "Text outside widget has minimum contrast", "ordinalSeverity": 0, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[6]/div[2]/div[1]/section[1]/div[2]/div[1]/div[2]/div[1]/div[4]/h2[1]/span[1]/span[1]/text()[1]" }, "excerpt": "Food for the Soul" }, { "ruleID": "r69", "what": "Text outside widget has minimum contrast", "ordinalSeverity": 0, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[6]/div[2]/div[1]/section[1]/div[2]/div[1]/div[2]/div[1]/div[5]/p[1]/span[1]/text()[1]" }, "excerpt": "As we grow older, it is essential for us to maintain a strong sense of meaning and purpose—in order to remain healthy and lead a rich and fulfilling life. With this in mind, Greenfield Senior Living provides an environment that fosters both meaningful connections, and supports active lifestyles for ..." }, { "ruleID": "r69", "what": "Text outside widget has minimum contrast", "ordinalSeverity": 0, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[6]/div[2]/div[1]/section[1]/div[2]/div[1]/div[2]/div[1]/div[6]/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]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[6]/div[2]/div[1]/section[2]/div[2]/div[2]/div[2]/div[1]/div[1]/h6[1]/span[1]/span[1]/span[1]/text()[1]" }, "excerpt": "OUR PEOPLE" }, { "ruleID": "r69", "what": "Text outside widget has minimum contrast", "ordinalSeverity": 0, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[6]/div[2]/div[1]/section[2]/div[2]/div[2]/div[2]/div[1]/div[4]/h2[1]/span[1]/span[1]/text()[1]" }, "excerpt": "Loving, Passionate and Well-Trained" }, { "ruleID": "r69", "what": "Text outside widget has minimum contrast", "ordinalSeverity": 0, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[6]/div[2]/div[1]/section[2]/div[2]/div[2]/div[2]/div[1]/div[5]/p[1]/span[1]/span[1]/text()[1]" }, "excerpt": "The opportunity to make a difference, ensuring dignity and self-expression, and living and working with responsibility and integrity—these are the core values of Greenfield Senior Living, and they’re what every member of our family embodies. When we build our team, we look for more than just a check..." }, { "ruleID": "r69", "what": "Text outside widget has minimum contrast", "ordinalSeverity": 0, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[6]/div[2]/div[1]/section[3]/div[2]/div[1]/div[2]/div[1]/div[1]/h6[1]/span[1]/span[1]/text()[1]" }, "excerpt": "5-STAR TRAINING" }, { "ruleID": "r69", "what": "Text outside widget has minimum contrast", "ordinalSeverity": 0, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[6]/div[2]/div[1]/section[3]/div[2]/div[1]/div[2]/div[1]/div[3]/h2[1]/span[1]/span[1]/text()[1]" }, "excerpt": "Educate and Transform" }, { "ruleID": "r69", "what": "Text outside widget has minimum contrast", "ordinalSeverity": 0, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[6]/div[2]/div[1]/section[3]/div[2]/div[1]/div[2]/div[1]/div[5]/p[1]/span[1]/text()[1]" }, "excerpt": "At Greenfield we understand the intrinsic link between education and our our ability to evolve as a care provider. The people who work for us are the \"brick and mortar\" that make this transformation possible and the opportunities we afford them to grow, both individually and as a team, is very much ..." }, { "ruleID": "r69", "what": "Text outside widget has minimum contrast", "ordinalSeverity": 0, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[6]/div[2]/div[1]/section[3]/div[2]/div[1]/div[2]/div[1]/div[6]/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]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[6]/div[2]/div[1]/section[4]/div[2]/div[2]/div[2]/div[1]/div[1]/h2[1]/span[1]/span[1]/text()[1]" }, "excerpt": "STAY INFORMED" }, { "ruleID": "r69", "what": "Text outside widget has minimum contrast", "ordinalSeverity": 0, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[6]/div[2]/div[1]/section[4]/div[2]/div[2]/div[2]/div[1]/div[4]/h3[1]/span[1]/span[1]/text()[1]" }, "excerpt": "Greenfield |" }, { "ruleID": "r69", "what": "Text outside widget has minimum contrast", "ordinalSeverity": 0, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[6]/div[2]/div[1]/section[4]/div[2]/div[2]/div[2]/div[1]/div[4]/h3[1]/span[1]/span[1]/text()[2]" }, "excerpt": "The Magazine" }, { "ruleID": "r69", "what": "Text outside widget has minimum contrast", "ordinalSeverity": 0, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[6]/div[2]/div[1]/section[4]/div[2]/div[2]/div[2]/div[1]/div[6]/p[1]/span[1]/span[1]/text()[1]" }, "excerpt": "The purpose of this free monthly publication is to educate and raise awareness in regards to the many challenges associated with senior life. It will also serve as a useful resource—one that can be utilized in order to improve the quality of life—both for ourselves and those we love." }, { "ruleID": "r69", "what": "Text outside widget has minimum contrast", "ordinalSeverity": 0, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[6]/div[2]/div[1]/section[4]/div[2]/div[2]/div[2]/div[1]/div[6]/p[2]/span[1]/span[1]/span[1]/text()[1]" }, "excerpt": "" }, { "ruleID": "r69", "what": "Text outside widget has minimum contrast", "ordinalSeverity": 0, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[6]/div[2]/div[1]/section[4]/div[2]/div[2]/div[2]/div[1]/div[6]/p[3]/span[1]/span[1]/span[1]/span[1]/span[1]/span[1]/text()[1]" }, "excerpt": "Click on image to view the monthly issue." }, { "ruleID": "r69", "what": "Text outside widget has minimum contrast", "ordinalSeverity": 0, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[6]/div[2]/div[1]/section[5]/div[2]/div[1]/div[2]/div[1]/div[1]/h6[1]/span[1]/span[1]/text()[1]" }, "excerpt": "HEALTH & SAFETY" }, { "ruleID": "r69", "what": "Text outside widget has minimum contrast", "ordinalSeverity": 0, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[6]/div[2]/div[1]/section[5]/div[2]/div[1]/div[2]/div[1]/div[3]/h2[1]/span[1]/span[1]/text()[1]" }, "excerpt": "Your Safety is Our Priority" }, { "ruleID": "r69", "what": "Text outside widget has minimum contrast", "ordinalSeverity": 0, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[6]/div[2]/div[1]/section[5]/div[2]/div[1]/div[2]/div[1]/div[5]/p[1]/span[1]/text()[1]" }, "excerpt": "Given the challenges that arose with COVID-19, Greenfield understands that there is a constant need to adapt and build upon the current high standards of housekeeping and hygiene, throughout our communities. Additionally, in order to provide a safe and sanitized environment for its residents, Greenf..." }, { "ruleID": "r69", "what": "Text outside widget has minimum contrast", "ordinalSeverity": 0, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[6]/div[2]/div[1]/section[5]/div[2]/div[1]/div[2]/div[1]/div[6]/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]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[6]/div[2]/div[1]/section[6]/div[2]/div[2]/div[2]/div[1]/div[1]/h6[1]/span[1]/span[1]/span[1]/text()[1]" }, "excerpt": "OUR COMMUNITIES" }, { "ruleID": "r69", "what": "Text outside widget has minimum contrast", "ordinalSeverity": 0, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[6]/div[2]/div[1]/section[6]/div[2]/div[2]/div[2]/div[1]/div[4]/h2[1]/span[1]/span[1]/text()[1]" }, "excerpt": "Located in Virginia and Pennsylvania" }, { "ruleID": "r69", "what": "Text outside widget has minimum contrast", "ordinalSeverity": 0, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[6]/div[2]/div[1]/section[6]/div[2]/div[2]/div[2]/div[1]/div[5]/p[1]/span[1]/span[1]/text()[1]" }, "excerpt": "We have seven communities in Virginia and Pennsylvania, all dedicated to providing the high quality of care that you both expect and depend upon, when seeking a home for yourself or a loved one." }, { "ruleID": "r69", "what": "Text outside widget has minimum contrast", "ordinalSeverity": 0, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[6]/div[2]/div[1]/section[6]/div[2]/div[2]/div[2]/div[1]/div[5]/p[2]/span[1]/span[1]/span[1]/text()[1]" }, "excerpt": "" }, { "ruleID": "r69", "what": "Text outside widget has minimum contrast", "ordinalSeverity": 0, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[6]/div[2]/div[1]/section[6]/div[2]/div[2]/div[2]/div[1]/div[5]/p[3]/span[1]/span[1]/text()[1]" }, "excerpt": "We welcome you to embark on the next exciting chapter of your life in the warmth, comfort and safety of a loving community. You can be excited for what comes next. For we are not just a home, we are family." }, { "ruleID": "r69", "what": "Text outside widget has minimum contrast", "ordinalSeverity": 0, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[8]/div[2]/div[1]/section[1]/div[2]/div[1]/div[2]/div[1]/div[1]/h2[1]/span[1]/span[1]/span[1]/text()[1]" }, "excerpt": "CAREERS" }, { "ruleID": "r69", "what": "Text outside widget has minimum contrast", "ordinalSeverity": 0, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[8]/div[2]/div[1]/section[1]/div[2]/div[1]/div[2]/div[1]/div[4]/p[1]/span[1]/span[1]/span[1]/text()[1]" }, "excerpt": "If you are passionate about pursuing a vocation in which you can make a difference, then look no further. Greenfield has openings for dynamic individuals to join our team." }, { "ruleID": "r69", "what": "Text outside widget has minimum contrast", "ordinalSeverity": 0, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/section[1]/div[2]/div[1]/div[2]/div[1]/div[1]/h2[1]/span[1]/text()[1]" }, "excerpt": "CONTACT A COMMUNITY" }, { "ruleID": "r69", "what": "Text outside widget has minimum contrast", "ordinalSeverity": 0, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/section[1]/div[2]/div[1]/div[2]/div[1]/div[2]/p[1]/text()[1]" }, "excerpt": "Virginia Communities" }, { "ruleID": "r69", "what": "Text outside widget has minimum contrast", "ordinalSeverity": 0, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/section[1]/div[2]/div[1]/div[2]/div[1]/div[5]/p[1]/text()[1]" }, "excerpt": "Pennsylvania Communities" }, { "ruleID": "r69", "what": "Text outside widget has minimum contrast", "ordinalSeverity": 0, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/section[1]/div[2]/div[2]/div[2]/div[1]/div[1]/h2[1]/span[1]/text()[1]" }, "excerpt": "PRIVACY POLICY" }, { "ruleID": "r69", "what": "Text outside widget has minimum contrast", "ordinalSeverity": 0, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/section[2]/div[2]/div[2]/div[2]/div[1]/div[1]/p[1]/span[1]/text()[1]" }, "excerpt": "© 2022 Greenfield Senior Living" }, { "ruleID": "r73", "what": "Paragraphs of text have sufficient line height", "ordinalSeverity": 3, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/section[1]/div[2]/div[1]/div[2]/div[1]/div[2]/p[1]" }, "excerpt": "<p class=\"font_8 wixui-rich-text__text\" style=\"line-height:1.4em; text-align:center; font-size:16px;\"> Virginia Communities </p>" }, { "ruleID": "r73", "what": "Paragraphs of text have sufficient line height", "ordinalSeverity": 3, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/section[1]/div[2]/div[1]/div[2]/div[1]/div[5]/p[1]" }, "excerpt": "<p class=\"font_8 wixui-rich-text__text\" style=\"line-height:1.4em; text-align:center; font-size:16px;\"> Pennsylvania Communities </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]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[2]/div[2]/div[1]/section[1]/div[2]/div[1]/div[2]/div[1]/div[2]/p[1]" }, "excerpt": "<p class=\"font_7 wixui-rich-text__text\" style=\"line-height:1.8em; font-size:24px;\"> <span style=\"letter-spacing:0.08em;\" class=\"wixui-rich-text__text\"> <span class=\"color_11 wixui-rich-text__text\"> We’re Changing The Face Of Senior Living </span> </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]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[2]/div[2]/div[1]/section[1]/div[2]/div[1]/div[2]/div[1]/div[6]/p[1]" }, "excerpt": "<p class=\"font_8 wixui-rich-text__text\" style=\"line-height:1.8em; font-size:16px;\"> <span style=\"letter-spacing:0.04em;\" class=\"wixui-rich-text__text\"> <span class=\"color_11 wixui-rich-text__text\"> I ... vided a unique opportunity—one that would allow me to make a difference in the quality of peoples lives, through the transformation and elevation of the senior living experience.” </span> </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]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[2]/div[2]/div[1]/section[1]/div[2]/div[1]/div[2]/div[1]/div[6]/p[3]" }, "excerpt": "<p class=\"font_8 wixui-rich-text__text\" style=\"line-height:1.8em; font-size:16px;\"> <span style=\"letter-spacing:0.04em;\" class=\"wixui-rich-text__text\"> <span class=\"color_11 wixui-rich-text__text\"> —Matt Peponis, CEO </span> </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]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[3]/div[2]/div[1]/section[3]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[2]/p[1]" }, "excerpt": "<p class=\"font_8 wixui-rich-text__text\" style=\"line-height:1.8em; font-size:16px;\"> <span style=\"letter-spacing:0.05em;\" class=\"wixui-rich-text__text\"> At Greenfield we are committed to providing the ... In order to do this it essential for us address not only the physical, but also the emotional and spiritual needs of our residents—thereby enabling them to lead rich and fulfilling lives. </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]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[3]/div[2]/div[1]/section[4]/div[2]/div[2]/div[2]/div[1]/div[1]/div[1]/div[1]/div[2]/p[1]" }, "excerpt": "<p class=\"font_8 wixui-rich-text__text\" style=\"line-height:1.8em; font-size:16px;\"> <span style=\"letter-spacing:0.05em;\" class=\"wixui-rich-text__text\"> Within our communities there is never a dull mom ... u will witness the hustle and bustle of seniors leading active lives—moving from fitness to cooking classes, swapping life stories over board games or getting ready to go out on the town. </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]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[3]/div[2]/div[1]/section[5]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[2]/p[1]" }, "excerpt": "<p class=\"font_8 wixui-rich-text__text\" style=\"line-height:1.8em; font-size:16px;\"> <span style=\"letter-spacing:0.05em;\" class=\"wixui-rich-text__text\"> Maintaining ones physical health plays a huge ro ... and lead a vibrant life. At Greenfield we encourage our residents to participate in many of the physical activities available to them—anything from gardening to participating in our d... </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]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[3]/div[2]/div[1]/section[5]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[2]/p[2]" }, "excerpt": "<p class=\"font_8 wixui-rich-text__text\" style=\"line-height:1.8em; font-size:16px;\"> <span style=\"letter-spacing:0.05em;\" class=\"wixui-rich-text__text\"> <span class=\"wixGuard wixui-rich-text__text\"> </span> </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]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[3]/div[2]/div[1]/section[6]/div[2]/div[2]/div[2]/div[1]/div[1]/div[1]/div[1]/div[2]/p[1]" }, "excerpt": "<p class=\"font_8 wixui-rich-text__text\" style=\"line-height:1.8em; font-size:16px;\"> <span style=\"letter-spacing:0.05em;\" class=\"wixui-rich-text__text\"> Brain health is crucial for our ability to think ... om a degree of cognitive decline, or in some cases dementia. In order to address this, our residents are encouraged to participate in the numerous types of cognitive based activities w... </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]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[3]/div[2]/div[1]/section[7]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[2]/p[1]" }, "excerpt": "<p class=\"font_8 wixui-rich-text__text\" style=\"line-height:1.8em; font-size:16px;\"> <span style=\"letter-spacing:0.05em;\" class=\"wixui-rich-text__text\"> Many of you may be familiar with the saying, “If ... eer and song above hoarded gold, it would be a merrier world”. At Greenfield we embody this in everything we do! Just wait until you see what’s on the menu at one of our holiday banquets! </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]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[6]/div[2]/div[1]/section[1]/div[2]/div[1]/div[2]/div[1]/div[5]/p[1]" }, "excerpt": "<p class=\"font_8 wixui-rich-text__text\" style=\"line-height:1.8em; font-size:16px;\"> <span style=\"letter-spacing:0.05em;\" class=\"wixui-rich-text__text\"> As we grow older, it is essential for us to main ... althy and lead a rich and fulfilling life. With this in mind, Greenfield Senior Living provides an environment that fosters both meaningful connections, and supports active lifestyles ... </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]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[6]/div[2]/div[1]/section[2]/div[2]/div[2]/div[2]/div[1]/div[5]/p[1]" }, "excerpt": "<p class=\"font_8 wixui-rich-text__text\" style=\"line-height:1.8em; font-size:16px;\"> <span class=\"color_11 wixui-rich-text__text\"> <span style=\"letter-spacing:0.05em;\" class=\"wixui-rich-text__text\"> Th ... and integrity—these are the core values of Greenfield Senior Living, and they’re what every member of our family embodies. When we build our team, we look for more than just a... </span> </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]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[6]/div[2]/div[1]/section[3]/div[2]/div[1]/div[2]/div[1]/div[5]/p[1]" }, "excerpt": "<p class=\"font_8 wixui-rich-text__text\" style=\"line-height:1.8em; font-size:16px;\"> <span style=\"letter-spacing:0.05em;\" class=\"wixui-rich-text__text\"> At Greenfield we understand the intrinsic link b ... r. The people who work for us are the \"brick and mortar\" that make this transformation possible and the opportunities we afford them to grow, both individually and as a team, is very m... </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]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[6]/div[2]/div[1]/section[4]/div[2]/div[2]/div[2]/div[1]/div[6]/p[1]" }, "excerpt": "<p class=\"font_8 wixui-rich-text__text\" style=\"line-height:1.8em; font-size:16px;\"> <span style=\"letter-spacing:0.04em;\" class=\"wixui-rich-text__text\"> <span class=\"color_11 wixui-rich-text__text\"> Th ... llenges associated with senior life. It will also serve as a useful resource—one that can be utilized in order to improve the quality of life—both for ourselves and those we love. </span> </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]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[6]/div[2]/div[1]/section[4]/div[2]/div[2]/div[2]/div[1]/div[6]/p[2]" }, "excerpt": "<p class=\"font_8 wixui-rich-text__text\" style=\"font-size:12px; line-height:1.8em;\"> <span style=\"font-size:12px;\" class=\"wixui-rich-text__text\"> <span style=\"letter-spacing:0.04em;\" class=\"wixui-rich-text__text\"> <span class=\"wixGuard wixui-rich-text__text\"> </span> </span> </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]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[6]/div[2]/div[1]/section[4]/div[2]/div[2]/div[2]/div[1]/div[6]/p[3]" }, "excerpt": "<p class=\"font_8 wixui-rich-text__text\" style=\"font-size:13px; line-height:1.8em;\"> <span style=\"font-size:13px;\" class=\"wixui-rich-text__text\"> <span style=\"font-style:normal;\" class=\"wixui-rich-text ... ass=\"color_11 wixui-rich-text__text\"> <span style=\"letter-spacing:0.08em;\" class=\"wixui-rich-text__text\"> Click on image to view the monthly issue. </span> </span> </span> </span> </span> </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]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[6]/div[2]/div[1]/section[5]/div[2]/div[1]/div[2]/div[1]/div[5]/p[1]" }, "excerpt": "<p class=\"font_8 wixui-rich-text__text\" style=\"line-height:1.8em; font-size:16px;\"> <span style=\"letter-spacing:0.05em;\" class=\"wixui-rich-text__text\"> Given the challenges that arose with COVID-19, G ... build upon the current high standards of housekeeping and hygiene, throughout our communities. Additionally, in order to provide a safe and sanitized environment for its residents, Gr... </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]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[6]/div[2]/div[1]/section[6]/div[2]/div[2]/div[2]/div[1]/div[5]/p[1]" }, "excerpt": "<p class=\"font_8 wixui-rich-text__text\" style=\"line-height:1.8em; font-size:16px;\"> <span style=\"color:#FFFFFF;\" class=\"wixui-rich-text__text\"> <span style=\"letter-spacing:0.05em;\" class=\"wixui-rich-t ... ommunities in Virginia and Pennsylvania, all dedicated to providing the high quality of care that you both expect and depend upon, when seeking a home for yourself or a loved one. </span> </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]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[6]/div[2]/div[1]/section[6]/div[2]/div[2]/div[2]/div[1]/div[5]/p[2]" }, "excerpt": "<p class=\"font_8 wixui-rich-text__text\" style=\"line-height:1.8em; font-size:16px;\"> <span style=\"color:#FFFFFF;\" class=\"wixui-rich-text__text\"> <span style=\"letter-spacing:0.05em;\" class=\"wixui-rich-text__text\"> <span class=\"wixGuard wixui-rich-text__text\"> </span> </span> </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]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[6]/div[2]/div[1]/section[6]/div[2]/div[2]/div[2]/div[1]/div[5]/p[3]" }, "excerpt": "<p class=\"font_8 wixui-rich-text__text\" style=\"line-height:1.8em; font-size:16px;\"> <span style=\"color:#FFFFFF;\" class=\"wixui-rich-text__text\"> <span style=\"letter-spacing:0.05em;\" class=\"wixui-rich-t ... the next exciting chapter of your life in the warmth, comfort and safety of a loving community. You can be excited for what comes next. For we are not just a home, we are family. </span> </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]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[8]/div[2]/div[1]/section[1]/div[2]/div[1]/div[2]/div[1]/div[4]/p[1]" }, "excerpt": "<p class=\"font_7 wixui-rich-text__text\" style=\"font-size:21px; line-height:1.8em;\"> <span style=\"font-size:21px;\" class=\"wixui-rich-text__text\"> <span style=\"letter-spacing:0.08em;\" class=\"wixui-rich- ... If you are passionate about pursuing a vocation in which you can make a difference, then look no further. Greenfield has openings for dynamic individuals to join our team. </span> </span> </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]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/section[1]/div[2]/div[1]/div[2]/div[1]/div[2]/p[1]" }, "excerpt": "<p class=\"font_8 wixui-rich-text__text\" style=\"line-height:1.4em; text-align:center; font-size:16px;\"> Virginia Communities </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]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/section[1]/div[2]/div[1]/div[2]/div[1]/div[5]/p[1]" }, "excerpt": "<p class=\"font_8 wixui-rich-text__text\" style=\"line-height:1.4em; text-align:center; font-size:16px;\"> Pennsylvania Communities </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]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/section[2]/div[2]/div[2]/div[2]/div[1]/div[1]/p[1]" }, "excerpt": "<p class=\"font_8 wixui-rich-text__text\" style=\"line-height:1.8em; font-size:16px;\"> <span style=\"letter-spacing:0.04em;\" class=\"wixui-rich-text__text\"> © 2022 Greenfield Senior Living </span> </p>" }, { "ruleID": "r78", "what": "Headings of same level have text content between them", "ordinalSeverity": 3, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[1]/div[2]/div[1]/section[1]/div[2]/div[1]/div[2]/div[1]/div[1]/h1[1]" }, "excerpt": "<h1 class=\"font_0 wixui-rich-text__text\" style=\"font-size:124px; line-height:0.8em; text-align:center;\"> <span style=\"font-size:124px;\" class=\"wixui-rich-text__text\"> <span style=\"font-family:raleway- ... erif;\" class=\"wixui-rich-text__text\"> <span class=\"color_11 wixui-rich-text__text\"> <span style=\"letter-spacing:0.08em;\" class=\"wixui-rich-text__text\"> GREENFIELD </span> </span> </span> </span> </h1>" }, { "ruleID": "r78", "what": "Headings of same level have text content between them", "ordinalSeverity": 3, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[1]/div[2]/div[1]/section[1]/div[2]/div[1]/div[2]/div[1]/div[3]/h2[1]" }, "excerpt": "<h2 class=\"font_2 wixui-rich-text__text\" style=\"font-size:30px; text-align:center;\"> <span style=\"font-size:30px;\" class=\"wixui-rich-text__text\"> <span class=\"color_11 wixui-rich-text__text\"> <span style=\"font-family:raleway-semibold,raleway,sans-serif;\" class=\"wixui-rich-text__text\"> THERE'S ALWAYS TIME FOR A LITTLE MAGIC! </span> </span> </span> </h2>" }, { "ruleID": "r78", "what": "Headings of same level have text content between them", "ordinalSeverity": 3, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[3]/div[2]/div[1]/section[1]/div[2]/div[1]/div[2]/div[1]/div[1]/h3[1]" }, "excerpt": "<h3 class=\"font_2 wixui-rich-text__text\" style=\"font-size:36px; line-height:1.5em; text-align:center;\"> <span style=\"font-size:36px;\" class=\"wixui-rich-text__text\"> <span style=\"letter-spacing:0.08em;\" class=\"wixui-rich-text__text\"> OUR HOLISTIC APPROACH TO SENIOR CARE </span> </span> </h3>" }, { "ruleID": "r78", "what": "Headings of same level have text content between them", "ordinalSeverity": 3, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[6]/div[2]/div[1]/section[1]/div[2]/div[1]/div[2]/div[1]/div[1]/h6[1]" }, "excerpt": "<h6 class=\"font_6 wixui-rich-text__text\" style=\"font-size:15px; line-height:normal;\"> <span style=\"letter-spacing:normal;\" class=\"wixui-rich-text__text\"> <span style=\"font-size:15px;\" class=\"wixui-rich-text__text\"> OUR LIFE </span> </span> </h6>" }, { "ruleID": "r78", "what": "Headings of same level have text content between them", "ordinalSeverity": 3, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[6]/div[2]/div[1]/section[2]/div[2]/div[2]/div[2]/div[1]/div[1]/h6[1]" }, "excerpt": "<h6 class=\"font_6 wixui-rich-text__text\" style=\"font-size:15px; line-height:normal;\"> <span class=\"color_11 wixui-rich-text__text\"> <span style=\"letter-spacing:normal;\" class=\"wixui-rich-text__text\"> <span style=\"font-size:15px;\" class=\"wixui-rich-text__text\"> OUR PEOPLE </span> </span> </span> </h6>" }, { "ruleID": "r78", "what": "Headings of same level have text content between them", "ordinalSeverity": 3, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[6]/div[2]/div[1]/section[3]/div[2]/div[1]/div[2]/div[1]/div[1]/h6[1]" }, "excerpt": "<h6 class=\"font_6 wixui-rich-text__text\" style=\"font-size:15px; line-height:normal;\"> <span style=\"letter-spacing:normal;\" class=\"wixui-rich-text__text\"> <span style=\"font-size:15px;\" class=\"wixui-rich-text__text\"> 5-STAR TRAINING </span> </span> </h6>" }, { "ruleID": "r78", "what": "Headings of same level have text content between them", "ordinalSeverity": 3, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[6]/div[2]/div[1]/section[5]/div[2]/div[1]/div[2]/div[1]/div[1]/h6[1]" }, "excerpt": "<h6 class=\"font_6 wixui-rich-text__text\" style=\"font-size:15px; line-height:normal;\"> <span style=\"letter-spacing:normal;\" class=\"wixui-rich-text__text\"> <span style=\"font-size:15px;\" class=\"wixui-rich-text__text\"> HEALTH & SAFETY </span> </span> </h6>" }, { "ruleID": "r78", "what": "Headings of same level have text content between them", "ordinalSeverity": 3, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[6]/div[2]/div[1]/section[6]/div[2]/div[2]/div[2]/div[1]/div[1]/h6[1]" }, "excerpt": "<h6 class=\"font_6 wixui-rich-text__text\" style=\"font-size:15px; line-height:normal;\"> <span style=\"color:#FFFFFF;\" class=\"wixui-rich-text__text\"> <span style=\"letter-spacing:normal;\" class=\"wixui-rich-text__text\"> <span style=\"font-size:15px;\" class=\"wixui-rich-text__text\"> OUR COMMUNITIES </span> </span> </span> </h6>" }, { "ruleID": "r80", "what": "Paragraphs of text do not have line heights defined in absolute units", "ordinalSeverity": 3, "tagName": "P", "id": "comp-kmbqgnlm0label", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/header[1]/div[1]/div[2]/div[1]/div[1]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[1]/a[1]/div[1]/div[1]/p[1]" }, "excerpt": "<p class=\"foFAdY\" style=\"text-align: right; line-height: 50px;\" id=\"comp-kmbqgnlm0label\"> Home </p>" }, { "ruleID": "r80", "what": "Paragraphs of text do not have line heights defined in absolute units", "ordinalSeverity": 3, "tagName": "P", "id": "comp-kmbqgnlm1label", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/header[1]/div[1]/div[2]/div[1]/div[1]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[2]/a[1]/div[1]/div[1]/p[1]" }, "excerpt": "<p class=\"foFAdY\" style=\"text-align: right; line-height: 50px;\" id=\"comp-kmbqgnlm1label\"> Our Mission </p>" }, { "ruleID": "r80", "what": "Paragraphs of text do not have line heights defined in absolute units", "ordinalSeverity": 3, "tagName": "P", "id": "comp-kmbqgnlm2label", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/header[1]/div[1]/div[2]/div[1]/div[1]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[3]/a[1]/div[1]/div[1]/p[1]" }, "excerpt": "<p class=\"foFAdY\" style=\"text-align: right; line-height: 50px;\" id=\"comp-kmbqgnlm2label\"> Our Life </p>" }, { "ruleID": "r80", "what": "Paragraphs of text do not have line heights defined in absolute units", "ordinalSeverity": 3, "tagName": "P", "id": "comp-kmbqgnlm3label", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/header[1]/div[1]/div[2]/div[1]/div[1]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[4]/a[1]/div[1]/div[1]/p[1]" }, "excerpt": "<p class=\"foFAdY\" style=\"text-align: right; line-height: 50px;\" id=\"comp-kmbqgnlm3label\"> Our Communites </p>" }, { "ruleID": "r80", "what": "Paragraphs of text do not have line heights defined in absolute units", "ordinalSeverity": 3, "tagName": "P", "id": "comp-kmbqgnlm4label", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/header[1]/div[1]/div[2]/div[1]/div[1]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[5]/a[1]/div[1]/div[1]/p[1]" }, "excerpt": "<p class=\"foFAdY\" style=\"text-align: right; line-height: 50px;\" id=\"comp-kmbqgnlm4label\"> Health & Safety </p>" }, { "ruleID": "r80", "what": "Paragraphs of text do not have line heights defined in absolute units", "ordinalSeverity": 3, "tagName": "P", "id": "comp-kmbqgnlm5label", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/header[1]/div[1]/div[2]/div[1]/div[1]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[6]/a[1]/div[1]/div[1]/p[1]" }, "excerpt": "<p class=\"foFAdY\" style=\"text-align: right; line-height: 50px;\" id=\"comp-kmbqgnlm5label\"> Careers </p>" }, { "ruleID": "r80", "what": "Paragraphs of text do not have line heights defined in absolute units", "ordinalSeverity": 3, "tagName": "P", "id": "comp-kmbqgnlm__more__label", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/header[1]/div[1]/div[2]/div[1]/div[1]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[8]/div[1]/div[1]/div[1]/p[1]" }, "excerpt": "<p class=\"foFAdY\" style=\"text-align: right; line-height: 50px;\" id=\"comp-kmbqgnlm__more__label\" tabindex=\"-1\"> More </p>" }, { "ruleID": "r83", "what": "Text nodes are not clipped when text is resized", "ordinalSeverity": 3, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[6]/div[2]/div[1]/section[1]/div[2]/div[1]/div[2]/div[1]/div[6]/a[1]/span[1]/text()[1]" }, "excerpt": "Read More" }, { "ruleID": "r83", "what": "Text nodes are not clipped when text is resized", "ordinalSeverity": 3, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[6]/div[2]/div[1]/section[3]/div[2]/div[1]/div[2]/div[1]/div[6]/a[1]/span[1]/text()[1]" }, "excerpt": "Read More" }, { "ruleID": "r83", "what": "Text nodes are not clipped when text is resized", "ordinalSeverity": 3, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[6]/div[2]/div[1]/section[4]/div[2]/div[2]/div[2]/div[1]/div[7]/a[1]/span[1]/text()[1]" }, "excerpt": "Subscribe" }, { "ruleID": "r83", "what": "Text nodes are not clipped when text is resized", "ordinalSeverity": 3, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[6]/div[2]/div[1]/section[5]/div[2]/div[1]/div[2]/div[1]/div[6]/a[1]/span[1]/text()[1]" }, "excerpt": "Read More" }, { "ruleID": "r83", "what": "Text nodes are not clipped when text is resized", "ordinalSeverity": 3, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[6]/div[2]/div[1]/section[6]/div[2]/div[2]/div[2]/div[1]/div[6]/a[1]/span[1]/text()[1]" }, "excerpt": "Our Communities" }, { "ruleID": "r83", "what": "Text nodes are not clipped when text is resized", "ordinalSeverity": 3, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[8]/div[2]/div[1]/section[1]/div[2]/div[1]/div[2]/div[1]/div[5]/a[1]/span[1]/text()[1]" }, "excerpt": "Read more" }, { "ruleID": "r86", "what": "Elements that are marked as decorative are not exposed to assistive technologies", "ordinalSeverity": 3, "tagName": "VIDEO", "id": "comp-kyfoojk0_video", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[1]/div[2]/div[1]/section[1]/div[2]/div[1]/div[1]/div[1]/wix-video[1]/video[1]" }, "excerpt": "<video id=\"comp-kyfoojk0_video\" class=\"K8MSra\" role=\"presentation\" crossorigin=\"anonymous\" playsinline=\"\" preload=\"auto\" muted=\"\" loop=\"\" tabindex=\"-1\" autoplay src=\"https://video.wixstatic.com/video/131ca8_ec0acb833f6b425b910666396d14dc80/1080p/mp4/file.mp4\" style=\"height: 100%; width: 100%; object..." }, { "ruleID": "r87", "what": "First focusable element is link to main content", "ordinalSeverity": 3, "tagName": "", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/" }, "excerpt": "#document <!doctype html> ... </html>" } ] }, "endTime": 1687010004727 }, { "type": "test", "which": "axe", "detailLevel": 2, "startTime": 1687010004728, "url": "https://www.greenfieldseniorliving.com/", "what": "Axe", "result": { "totals": { "rulesNA": 48, "rulesPassed": 47, "rulesWarned": 5, "rulesViolated": 8, "warnings": { "minor": 37, "moderate": 0, "serious": 33, "critical": 1 }, "violations": { "minor": 9, "moderate": 8, "serious": 10, "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-17T13:53:36.171Z", "url": "https://www.greenfieldseniorliving.com/", "toolOptions": { "resultTypes": [ "violations", "incomplete" ], "runOnly": { "type": "tag", "values": [ "experimental", "best-practice", "wcag2a", "wcag2aa", "wcag2aaa", "wcag21a", "wcag21aa", "wcag21aaa" ] }, "reporter": "v1" }, "incomplete": [ { "id": "color-contrast", "impact": "serious", "tags": [ "cat.color", "wcag2aa", "wcag143", "ACT", "TTv5", "TT13.c" ], "description": "Ensures the contrast between foreground and background colors meets WCAG 2 AA minimum contrast ratio thresholds", "help": "Elements must meet minimum color contrast ratio thresholds", "helpUrl": "https://dequeuniversity.com/rules/axe/4.7/color-contrast?application=axeAPI", "nodes": [ { "any": [ { "id": "color-contrast", "data": { "contrastRatio": 0, "fontSize": "12.0pt (16px)", "fontWeight": "normal", "messageKey": "bgOverlap", "expectedContrastRatio": "4.5:1" }, "relatedNodes": [], "impact": "serious", "message": "Element's background color could not be determined because it is overlapped by another element" } ], "all": [], "none": [], "impact": "serious", "html": "<p class=\"foFAdY\" style=\"text-align: right; line-height: 50px;\" id=\"comp-kmbqgnlm0label\">Home</p>", "target": [ "#comp-kmbqgnlm0label" ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined because it is overlapped by another element" }, { "any": [ { "id": "color-contrast", "data": { "contrastRatio": 0, "fontSize": "12.0pt (16px)", "fontWeight": "normal", "messageKey": "bgOverlap", "expectedContrastRatio": "4.5:1" }, "relatedNodes": [], "impact": "serious", "message": "Element's background color could not be determined because it is overlapped by another element" } ], "all": [], "none": [], "impact": "serious", "html": "<p class=\"foFAdY\" style=\"text-align: right; line-height: 50px;\" id=\"comp-kmbqgnlm1label\">Our Mission</p>", "target": [ "#comp-kmbqgnlm1label" ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined because it is overlapped by another element" }, { "any": [ { "id": "color-contrast", "data": { "contrastRatio": 0, "fontSize": "12.0pt (16px)", "fontWeight": "normal", "messageKey": "bgOverlap", "expectedContrastRatio": "4.5:1" }, "relatedNodes": [], "impact": "serious", "message": "Element's background color could not be determined because it is overlapped by another element" } ], "all": [], "none": [], "impact": "serious", "html": "<p class=\"foFAdY\" style=\"text-align: right; line-height: 50px;\" id=\"comp-kmbqgnlm2label\">Our Life</p>", "target": [ "#comp-kmbqgnlm2label" ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined because it is overlapped by another element" }, { "any": [ { "id": "color-contrast", "data": { "contrastRatio": 0, "fontSize": "12.0pt (16px)", "fontWeight": "normal", "messageKey": "bgOverlap", "expectedContrastRatio": "4.5:1" }, "relatedNodes": [], "impact": "serious", "message": "Element's background color could not be determined because it is overlapped by another element" } ], "all": [], "none": [], "impact": "serious", "html": "<p class=\"foFAdY\" style=\"text-align: right; line-height: 50px;\" id=\"comp-kmbqgnlm3label\">Our Communites</p>", "target": [ "#comp-kmbqgnlm3label" ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined because it is overlapped by another element" }, { "any": [ { "id": "color-contrast", "data": { "contrastRatio": 0, "fontSize": "12.0pt (16px)", "fontWeight": "normal", "messageKey": "bgOverlap", "expectedContrastRatio": "4.5:1" }, "relatedNodes": [], "impact": "serious", "message": "Element's background color could not be determined because it is overlapped by another element" } ], "all": [], "none": [], "impact": "serious", "html": "<p class=\"foFAdY\" style=\"text-align: right; line-height: 50px;\" id=\"comp-kmbqgnlm4label\">Health & Safety</p>", "target": [ "#comp-kmbqgnlm4label" ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined because it is overlapped by another element" }, { "any": [ { "id": "color-contrast", "data": { "contrastRatio": 0, "fontSize": "12.0pt (16px)", "fontWeight": "normal", "messageKey": "bgOverlap", "expectedContrastRatio": "4.5:1" }, "relatedNodes": [], "impact": "serious", "message": "Element's background color could not be determined because it is overlapped by another element" } ], "all": [], "none": [], "impact": "serious", "html": "<p class=\"foFAdY\" style=\"text-align: right; line-height: 50px;\" id=\"comp-kmbqgnlm5label\">Careers</p>", "target": [ "#comp-kmbqgnlm5label" ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined because it is overlapped by another element" }, { "any": [ { "id": "color-contrast", "data": { "contrastRatio": 0, "fontSize": "12.0pt (16px)", "fontWeight": "normal", "messageKey": "imgNode", "expectedContrastRatio": "4.5:1" }, "relatedNodes": [ { "html": "<img src=\"https://static.wixstatic.com/media/131ca8_ec0acb833f6b425b910666396d14dc80f000.jpg/v1/fill/w_1280,h_760,al_c,q_85,usm_0.33_1.00_0.00,enc_auto/131ca8_ec0acb833f6b425b910666396d14dc80f000.jpg\" alt=\"\" style=\"width: 1280px; height: 760px; object-fit: cover; object-position: 50% 50%;\" fetchpriority=\"high\">", "target": [ "img[alt=\"\"][fetchpriority=\"high\"]" ] } ], "impact": "serious", "message": "Element's background color could not be determined because element contains an image node" } ], "all": [], "none": [], "impact": "serious", "html": "<p class=\"foFAdY\" style=\"text-align: right; line-height: 50px;\" id=\"comp-kmbqgnlm__more__label\" tabindex=\"-1\">More</p>", "target": [ "#comp-kmbqgnlm__more__label" ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined because element contains an image node" }, { "any": [ { "id": "color-contrast", "data": { "contrastRatio": 0, "fontSize": "93.0pt (124px)", "fontWeight": "normal", "messageKey": "bgOverlap", "expectedContrastRatio": "3:1" }, "relatedNodes": [], "impact": "serious", "message": "Element's background color could not be determined because it is overlapped by another element" } ], "all": [], "none": [], "impact": "serious", "html": "<span style=\"letter-spacing:0.08em;\" class=\"wixui-rich-text__text\">GREENFIELD</span>", "target": [ "h1 > span > span > .color_11 > span" ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined because it is overlapped by another element" }, { "any": [ { "id": "color-contrast", "data": { "contrastRatio": 0, "fontSize": "46.5pt (62px)", "fontWeight": "normal", "messageKey": "bgOverlap", "expectedContrastRatio": "3:1" }, "relatedNodes": [], "impact": "serious", "message": "Element's background color could not be determined because it is overlapped by another element" } ], "all": [], "none": [], "impact": "serious", "html": "<span style=\"letter-spacing:0.08em;\" class=\"wixui-rich-text__text\">SENIOR LIVING</span>", "target": [ ".color_11 > span > span > span > span > span" ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined because it is overlapped by another element" }, { "any": [ { "id": "color-contrast", "data": { "contrastRatio": 0, "fontSize": "22.5pt (30px)", "fontWeight": "normal", "messageKey": "bgOverlap", "expectedContrastRatio": "3:1" }, "relatedNodes": [], "impact": "serious", "message": "Element's background color could not be determined because it is overlapped by another element" } ], "all": [], "none": [], "impact": "serious", "html": "<span style=\"font-family:raleway-semibold,raleway,sans-serif;\" class=\"wixui-rich-text__text\">THERE'S ALWAYS TIME FOR A LITTLE MAGIC!</span>", "target": [ ".font_2 > span > .color_11 > span" ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined because it is overlapped by another element" }, { "any": [ { "id": "color-contrast", "data": { "contrastRatio": 0, "fontSize": "29.3pt (39px)", "fontWeight": "bold", "messageKey": "bgGradient", "expectedContrastRatio": "3:1" }, "relatedNodes": [ { "html": "<div data-testid=\"colorUnderlay\" class=\"LWbAav Kv1aVt\"></div>", "target": [ "#bgLayers_comp-kthee6vp > .LWbAav.Kv1aVt[data-testid=\"colorUnderlay\"]" ] } ], "impact": "serious", "message": "Element's background color could not be determined due to a background gradient" } ], "all": [], "none": [], "impact": "serious", "html": "<span style=\"font-size:39px;\" class=\"wixui-rich-text__text\">Ask me how to save up to $750 off your move-in!</span>", "target": [ "#comp-kthee6xm > .font_2 > span > span" ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined due to a background gradient" }, { "any": [ { "id": "color-contrast", "data": { "contrastRatio": 0, "fontSize": "15.0pt (20px)", "fontWeight": "normal", "messageKey": "bgGradient", "expectedContrastRatio": "4.5:1" }, "relatedNodes": [ { "html": "<div data-testid=\"colorUnderlay\" class=\"LWbAav Kv1aVt\"></div>", "target": [ "#bgLayers_comp-kthee6vp > .LWbAav.Kv1aVt[data-testid=\"colorUnderlay\"]" ] } ], "impact": "serious", "message": "Element's background color could not be determined due to a background gradient" } ], "all": [], "none": [], "impact": "serious", "html": "<span style=\"font-family:anton,sans-serif;\" class=\"wixui-rich-text__text\">ASSISTED & PERSONAL CARE LIVING | MEMORY CARE</span>", "target": [ "span > span > span:nth-child(3) > span" ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined due to a background gradient" }, { "any": [ { "id": "color-contrast", "data": { "contrastRatio": 0, "fontSize": "13.5pt (18px)", "fontWeight": "bold", "messageKey": "bgGradient", "expectedContrastRatio": "4.5:1" }, "relatedNodes": [ { "html": "<div data-testid=\"colorUnderlay\" class=\"LWbAav Kv1aVt\"></div>", "target": [ "#bgLayers_comp-kthee6vp > .LWbAav.Kv1aVt[data-testid=\"colorUnderlay\"]" ] } ], "impact": "serious", "message": "Element's background color could not be determined due to a background gradient" } ], "all": [], "none": [], "impact": "serious", "html": "<span style=\"font-family:open sans,sans-serif;\" class=\"wixui-rich-text__text\">$2000 of first full month rent</span>", "target": [ "#comp-kthee6y5 > .font_8:nth-child(1) > span > .color_11 > span > span > span" ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined due to a background gradient" }, { "any": [ { "id": "color-contrast", "data": { "contrastRatio": 0, "fontSize": "12.8pt (17px)", "fontWeight": "bold", "messageKey": "bgGradient", "expectedContrastRatio": "4.5:1" }, "relatedNodes": [ { "html": "<div data-testid=\"colorUnderlay\" class=\"LWbAav Kv1aVt\"></div>", "target": [ "#bgLayers_comp-kthee6vp > .LWbAav.Kv1aVt[data-testid=\"colorUnderlay\"]" ] } ], "impact": "serious", "message": "Element's background color could not be determined due to a background gradient" } ], "all": [], "none": [], "impact": "serious", "html": "<span style=\"font-family:open sans,sans-serif;\" class=\"wixui-rich-text__text\">Mo</span>", "target": [ ".font_8:nth-child(2) > .color_11 > span:nth-child(1) > span > span > span" ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined due to a background gradient" }, { "any": [ { "id": "color-contrast", "data": { "contrastRatio": 0, "fontSize": "12.8pt (17px)", "fontWeight": "bold", "messageKey": "bgGradient", "expectedContrastRatio": "4.5:1" }, "relatedNodes": [ { "html": "<div data-testid=\"colorUnderlay\" class=\"LWbAav Kv1aVt\"></div>", "target": [ "#bgLayers_comp-kthee6vp > .LWbAav.Kv1aVt[data-testid=\"colorUnderlay\"]" ] } ], "impact": "serious", "message": "Element's background color could not be determined due to a background gradient" } ], "all": [], "none": [], "impact": "serious", "html": "<span style=\"font-family:open sans,sans-serif;\" class=\"wixui-rich-text__text\">ve-</span>", "target": [ ".color_11 > span:nth-child(2) > span > span > span" ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined due to a background gradient" }, { "any": [ { "id": "color-contrast", "data": { "contrastRatio": 0, "fontSize": "12.8pt (17px)", "fontWeight": "bold", "messageKey": "bgGradient", "expectedContrastRatio": "4.5:1" }, "relatedNodes": [ { "html": "<div data-testid=\"colorUnderlay\" class=\"LWbAav Kv1aVt\"></div>", "target": [ "#bgLayers_comp-kthee6vp > .LWbAav.Kv1aVt[data-testid=\"colorUnderlay\"]" ] } ], "impact": "serious", "message": "Element's background color could not be determined due to a background gradient" } ], "all": [], "none": [], "impact": "serious", "html": "<span style=\"font-family:open sans,sans-serif;\" class=\"wixui-rich-text__text\">in by</span>", "target": [ ".color_11 > span:nth-child(3) > span > span > span" ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined due to a background gradient" }, { "any": [ { "id": "color-contrast", "data": { "contrastRatio": 0, "fontSize": "12.8pt (17px)", "fontWeight": "bold", "messageKey": "shortTextContent", "expectedContrastRatio": "4.5:1" }, "relatedNodes": [ { "html": "<div data-testid=\"colorUnderlay\" class=\"LWbAav Kv1aVt\"></div>", "target": [ "#bgLayers_comp-kthee6vp > .LWbAav.Kv1aVt[data-testid=\"colorUnderlay\"]" ] } ], "impact": "serious", "message": "Element content is too short to determine if it is actual text content" } ], "all": [], "none": [], "impact": "serious", "html": "<span style=\"font-family:open sans,sans-serif;\" class=\"wixui-rich-text__text\"> 0</span>", "target": [ ".color_11 > span:nth-child(4) > span > span > span" ], "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": "12.8pt (17px)", "fontWeight": "bold", "messageKey": "shortTextContent", "expectedContrastRatio": "4.5:1" }, "relatedNodes": [ { "html": "<div data-testid=\"colorUnderlay\" class=\"LWbAav Kv1aVt\"></div>", "target": [ "#bgLayers_comp-kthee6vp > .LWbAav.Kv1aVt[data-testid=\"colorUnderlay\"]" ] } ], "impact": "serious", "message": "Element content is too short to determine if it is actual text content" } ], "all": [], "none": [], "impact": "serious", "html": "<span style=\"font-family:open sans,sans-serif;\" class=\"wixui-rich-text__text\">6</span>", "target": [ "span:nth-child(5) > span > span > span" ], "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": "12.8pt (17px)", "fontWeight": "bold", "messageKey": "bgGradient", "expectedContrastRatio": "4.5:1" }, "relatedNodes": [ { "html": "<div data-testid=\"colorUnderlay\" class=\"LWbAav Kv1aVt\"></div>", "target": [ "#bgLayers_comp-kthee6vp > .LWbAav.Kv1aVt[data-testid=\"colorUnderlay\"]" ] } ], "impact": "serious", "message": "Element's background color could not be determined due to a background gradient" } ], "all": [], "none": [], "impact": "serious", "html": "<span style=\"font-family:open sans,sans-serif;\" class=\"wixui-rich-text__text\">/10</span>", "target": [ "span:nth-child(6) > span > span > span" ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined due to a background gradient" }, { "any": [ { "id": "color-contrast", "data": { "contrastRatio": 0, "fontSize": "12.8pt (17px)", "fontWeight": "bold", "messageKey": "bgGradient", "expectedContrastRatio": "4.5:1" }, "relatedNodes": [ { "html": "<div data-testid=\"colorUnderlay\" class=\"LWbAav Kv1aVt\"></div>", "target": [ "#bgLayers_comp-kthee6vp > .LWbAav.Kv1aVt[data-testid=\"colorUnderlay\"]" ] } ], "impact": "serious", "message": "Element's background color could not be determined due to a background gradient" } ], "all": [], "none": [], "impact": "serious", "html": "<span style=\"font-family:open sans,sans-serif;\" class=\"wixui-rich-text__text\">/23</span>", "target": [ "span:nth-child(7) > span > span > span" ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined due to a background gradient" }, { "any": [ { "id": "color-contrast", "data": { "contrastRatio": 0, "fontSize": "13.5pt (18px)", "fontWeight": "bold", "messageKey": "bgGradient", "expectedContrastRatio": "4.5:1" }, "relatedNodes": [ { "html": "<div data-testid=\"colorUnderlay\" class=\"LWbAav Kv1aVt\"></div>", "target": [ "#bgLayers_comp-kthee6vp > .LWbAav.Kv1aVt[data-testid=\"colorUnderlay\"]" ] } ], "impact": "serious", "message": "Element's background color could not be determined due to a background gradient" } ], "all": [], "none": [], "impact": "serious", "html": "<span style=\"font-family:open sans,sans-serif;\" class=\"wixui-rich-text__text\">$1000 of first full month rent</span>", "target": [ "#comp-lezkoeu1 > .font_8:nth-child(1) > span > .color_11 > span > span > span" ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined due to a background gradient" }, { "any": [ { "id": "color-contrast", "data": { "contrastRatio": 0, "fontSize": "12.8pt (17px)", "fontWeight": "bold", "messageKey": "bgGradient", "expectedContrastRatio": "4.5:1" }, "relatedNodes": [ { "html": "<div data-testid=\"colorUnderlay\" class=\"LWbAav Kv1aVt\"></div>", "target": [ "#bgLayers_comp-kthee6vp > .LWbAav.Kv1aVt[data-testid=\"colorUnderlay\"]" ] } ], "impact": "serious", "message": "Element's background color could not be determined due to a background gradient" } ], "all": [], "none": [], "impact": "serious", "html": "<span style=\"font-family:open sans,sans-serif;\" class=\"wixui-rich-text__text\">Move-</span>", "target": [ "#comp-lezkoeu1 > .font_8:nth-child(2) > span:nth-child(1) > .color_11 > span > span > span" ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined due to a background gradient" }, { "any": [ { "id": "color-contrast", "data": { "contrastRatio": 0, "fontSize": "12.8pt (17px)", "fontWeight": "bold", "messageKey": "bgGradient", "expectedContrastRatio": "4.5:1" }, "relatedNodes": [ { "html": "<div data-testid=\"colorUnderlay\" class=\"LWbAav Kv1aVt\"></div>", "target": [ "#bgLayers_comp-kthee6vp > .LWbAav.Kv1aVt[data-testid=\"colorUnderlay\"]" ] } ], "impact": "serious", "message": "Element's background color could not be determined due to a background gradient" } ], "all": [], "none": [], "impact": "serious", "html": "<span style=\"font-family:open sans,sans-serif;\" class=\"wixui-rich-text__text\">in by 0</span>", "target": [ "#comp-lezkoeu1 > .font_8:nth-child(2) > span:nth-child(2) > .color_11 > span > span > span" ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined due to a background gradient" }, { "any": [ { "id": "color-contrast", "data": { "contrastRatio": 0, "fontSize": "12.8pt (17px)", "fontWeight": "bold", "messageKey": "shortTextContent", "expectedContrastRatio": "4.5:1" }, "relatedNodes": [ { "html": "<div data-testid=\"colorUnderlay\" class=\"LWbAav Kv1aVt\"></div>", "target": [ "#bgLayers_comp-kthee6vp > .LWbAav.Kv1aVt[data-testid=\"colorUnderlay\"]" ] } ], "impact": "serious", "message": "Element content is too short to determine if it is actual text content" } ], "all": [], "none": [], "impact": "serious", "html": "<span style=\"font-family:open sans,sans-serif;\" class=\"wixui-rich-text__text\">6</span>", "target": [ "#comp-lezkoeu1 > .font_8:nth-child(2) > span:nth-child(3) > .color_11 > span:nth-child(1) > span > span" ], "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": "12.8pt (17px)", "fontWeight": "bold", "messageKey": "bgGradient", "expectedContrastRatio": "4.5:1" }, "relatedNodes": [ { "html": "<div data-testid=\"colorUnderlay\" class=\"LWbAav Kv1aVt\"></div>", "target": [ "#bgLayers_comp-kthee6vp > .LWbAav.Kv1aVt[data-testid=\"colorUnderlay\"]" ] } ], "impact": "serious", "message": "Element's background color could not be determined due to a background gradient" } ], "all": [], "none": [], "impact": "serious", "html": "<span style=\"font-family:open sans,sans-serif;\" class=\"wixui-rich-text__text\">/17</span>", "target": [ "#comp-lezkoeu1 > .font_8:nth-child(2) > span:nth-child(3) > .color_11 > span:nth-child(2) > span > span" ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined due to a background gradient" }, { "any": [ { "id": "color-contrast", "data": { "contrastRatio": 0, "fontSize": "12.8pt (17px)", "fontWeight": "bold", "messageKey": "bgGradient", "expectedContrastRatio": "4.5:1" }, "relatedNodes": [ { "html": "<div data-testid=\"colorUnderlay\" class=\"LWbAav Kv1aVt\"></div>", "target": [ "#bgLayers_comp-kthee6vp > .LWbAav.Kv1aVt[data-testid=\"colorUnderlay\"]" ] } ], "impact": "serious", "message": "Element's background color could not be determined due to a background gradient" } ], "all": [], "none": [], "impact": "serious", "html": "<span style=\"font-family:open sans,sans-serif;\" class=\"wixui-rich-text__text\">/23</span>", "target": [ "#comp-lezkoeu1 > .font_8:nth-child(2) > span:nth-child(4) > .color_11 > span > span > span" ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined due to a background gradient" }, { "any": [ { "id": "color-contrast", "data": { "contrastRatio": 0, "fontSize": "13.5pt (18px)", "fontWeight": "bold", "messageKey": "bgGradient", "expectedContrastRatio": "4.5:1" }, "relatedNodes": [ { "html": "<div data-testid=\"colorUnderlay\" class=\"LWbAav Kv1aVt\"></div>", "target": [ "#bgLayers_comp-kthee6vp > .LWbAav.Kv1aVt[data-testid=\"colorUnderlay\"]" ] } ], "impact": "serious", "message": "Element's background color could not be determined due to a background gradient" } ], "all": [], "none": [], "impact": "serious", "html": "<span style=\"font-family:open sans,sans-serif;\" class=\"wixui-rich-text__text\">$750 of first full month rent</span>", "target": [ "#comp-liop8s11 > .font_8:nth-child(1) > span > .color_11 > span > span > span" ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined due to a background gradient" }, { "any": [ { "id": "color-contrast", "data": { "contrastRatio": 0, "fontSize": "12.8pt (17px)", "fontWeight": "bold", "messageKey": "bgGradient", "expectedContrastRatio": "4.5:1" }, "relatedNodes": [ { "html": "<div data-testid=\"colorUnderlay\" class=\"LWbAav Kv1aVt\"></div>", "target": [ "#bgLayers_comp-kthee6vp > .LWbAav.Kv1aVt[data-testid=\"colorUnderlay\"]" ] } ], "impact": "serious", "message": "Element's background color could not be determined due to a background gradient" } ], "all": [], "none": [], "impact": "serious", "html": "<span style=\"font-family:open sans,sans-serif;\" class=\"wixui-rich-text__text\">Move-</span>", "target": [ "#comp-liop8s11 > .font_8:nth-child(2) > span:nth-child(1) > .color_11 > span > span > span" ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined due to a background gradient" }, { "any": [ { "id": "color-contrast", "data": { "contrastRatio": 0, "fontSize": "12.8pt (17px)", "fontWeight": "bold", "messageKey": "bgGradient", "expectedContrastRatio": "4.5:1" }, "relatedNodes": [ { "html": "<div data-testid=\"colorUnderlay\" class=\"LWbAav Kv1aVt\"></div>", "target": [ "#bgLayers_comp-kthee6vp > .LWbAav.Kv1aVt[data-testid=\"colorUnderlay\"]" ] } ], "impact": "serious", "message": "Element's background color could not be determined due to a background gradient" } ], "all": [], "none": [], "impact": "serious", "html": "<span style=\"font-family:open sans,sans-serif;\" class=\"wixui-rich-text__text\">in by 0</span>", "target": [ "#comp-liop8s11 > .font_8:nth-child(2) > span:nth-child(2) > .color_11 > span > span > span" ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined due to a background gradient" }, { "any": [ { "id": "color-contrast", "data": { "contrastRatio": 0, "fontSize": "12.8pt (17px)", "fontWeight": "bold", "messageKey": "shortTextContent", "expectedContrastRatio": "4.5:1" }, "relatedNodes": [ { "html": "<div data-testid=\"colorUnderlay\" class=\"LWbAav Kv1aVt\"></div>", "target": [ "#bgLayers_comp-kthee6vp > .LWbAav.Kv1aVt[data-testid=\"colorUnderlay\"]" ] } ], "impact": "serious", "message": "Element content is too short to determine if it is actual text content" } ], "all": [], "none": [], "impact": "serious", "html": "<span style=\"font-family:open sans,sans-serif;\" class=\"wixui-rich-text__text\">6</span>", "target": [ "#comp-liop8s11 > .font_8:nth-child(2) > span:nth-child(3) > .color_11 > span:nth-child(1) > span > span" ], "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": "12.8pt (17px)", "fontWeight": "bold", "messageKey": "bgGradient", "expectedContrastRatio": "4.5:1" }, "relatedNodes": [ { "html": "<div data-testid=\"colorUnderlay\" class=\"LWbAav Kv1aVt\"></div>", "target": [ "#bgLayers_comp-kthee6vp > .LWbAav.Kv1aVt[data-testid=\"colorUnderlay\"]" ] } ], "impact": "serious", "message": "Element's background color could not be determined due to a background gradient" } ], "all": [], "none": [], "impact": "serious", "html": "<span style=\"font-family:open sans,sans-serif;\" class=\"wixui-rich-text__text\">/24</span>", "target": [ "#comp-liop8s11 > .font_8:nth-child(2) > span:nth-child(3) > .color_11 > span:nth-child(2) > span > span" ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined due to a background gradient" }, { "any": [ { "id": "color-contrast", "data": { "contrastRatio": 0, "fontSize": "12.8pt (17px)", "fontWeight": "bold", "messageKey": "bgGradient", "expectedContrastRatio": "4.5:1" }, "relatedNodes": [ { "html": "<div data-testid=\"colorUnderlay\" class=\"LWbAav Kv1aVt\"></div>", "target": [ "#bgLayers_comp-kthee6vp > .LWbAav.Kv1aVt[data-testid=\"colorUnderlay\"]" ] } ], "impact": "serious", "message": "Element's background color could not be determined due to a background gradient" } ], "all": [], "none": [], "impact": "serious", "html": "<span style=\"font-family:open sans,sans-serif;\" class=\"wixui-rich-text__text\">/23</span>", "target": [ "#comp-liop8s11 > .font_8:nth-child(2) > span:nth-child(4) > .color_11 > span > span > span" ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined due to a background gradient" } ] }, { "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": "<span class=\"mHZSwn\">top of page</span>", "target": [ "#SCROLL_TO_TOP > .mHZSwn" ], "failureSummary": "Fix any of the following:\n There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." }, { "any": [ { "id": "hidden-content", "data": null, "relatedNodes": [], "impact": "minor", "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." } ], "all": [], "none": [], "impact": "minor", "html": "<ul aria-hidden=\"true\" style=\"display:none\">", "target": [ "#comp-kmbqgnlm3 > ul" ], "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": "<li id=\"comp-kmbqgnlm6\" data-direction=\"ltr\" data-listposition=\"right\" data-data-id=\"dataItem-kyichpol\" data-state=\"menu false link\" data-index=\"6\" class=\"rqt3qI wixui-dropdown-menu__item vDnwi4\" data-original-gap-between-text-and-btn=\"10\" aria-hidden=\"true\" style=\"width: 99px; height: 0px; position: absolute; box-sizing: border-box; overflow: hidden; visibility: hidden;\">", "target": [ "#comp-kmbqgnlm6" ], "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 style=\"display:none\" id=\"comp-kmbqgnlmnavContainer-hiddenA11ySubMenuIndication\">Use tab to navigate through the menu items.</div>", "target": [ "#comp-kmbqgnlmnavContainer-hiddenA11ySubMenuIndication" ], "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=\"UakxP8\">", "target": [ "#comp-kyfoojns1 > .UakxP8" ], "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 style=\"display:none\"><span id=\"describedby_item-0-comp-kyfoojns1\" data-testid=\"gallery-item-describedby-id\">press to zoom</span></div>", "target": [ "#comp-kyfoojns1 > .UakxP8 > .cLiG_l.WUGTsY[data-testid=\"gallery-item-ghost\"]:nth-child(1) > .dAzcPH.SKiqtb[aria-haspopup=\"true\"] > div:nth-child(2)" ], "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 style=\"display:none\"><span id=\"describedby_item-1-comp-kyfoojns1\" data-testid=\"gallery-item-describedby-id\">press to zoom</span></div>", "target": [ "#comp-kyfoojns1 > .UakxP8 > .cLiG_l.WUGTsY[data-testid=\"gallery-item-ghost\"]:nth-child(2) > .dAzcPH.SKiqtb[aria-haspopup=\"true\"] > div:nth-child(2)" ], "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 style=\"display:none\"><span id=\"describedby_item-14-comp-kyfoojns1\" data-testid=\"gallery-item-describedby-id\">press to zoom</span></div>", "target": [ "#comp-kyfoojns1 > .UakxP8 > .cLiG_l.WUGTsY[data-testid=\"gallery-item-ghost\"]:nth-child(3) > .dAzcPH.SKiqtb[aria-haspopup=\"true\"] > div:nth-child(2)" ], "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 style=\"display:none\"><span id=\"describedby_item-current-0-comp-kyfoojns1\" data-testid=\"gallery-item-describedby-id\">press to zoom</span></div>", "target": [ "#comp-kyfoojns1 > .dP6TWI[data-testid=\"slide-show-gallery-items\"][aria-live=\"polite\"] > .cLiG_l.WUGTsY[data-testid=\"gallery-item-item\"] > .dAzcPH.SKiqtb[aria-haspopup=\"true\"] > div:nth-child(2)" ], "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=\"UakxP8\">", "target": [ "#comp-kyfoojoa1 > .UakxP8" ], "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 style=\"display:none\"><span id=\"describedby_item-0-comp-kyfoojoa1\" data-testid=\"gallery-item-describedby-id\">press to zoom</span></div>", "target": [ "#comp-kyfoojoa1 > .UakxP8 > .cLiG_l.WUGTsY[data-testid=\"gallery-item-ghost\"]:nth-child(1) > .dAzcPH.SKiqtb[aria-haspopup=\"true\"] > div:nth-child(2)" ], "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 style=\"display:none\"><span id=\"describedby_item-1-comp-kyfoojoa1\" data-testid=\"gallery-item-describedby-id\">press to zoom</span></div>", "target": [ "#comp-kyfoojoa1 > .UakxP8 > .cLiG_l.WUGTsY[data-testid=\"gallery-item-ghost\"]:nth-child(2) > .dAzcPH.SKiqtb[aria-haspopup=\"true\"] > div:nth-child(2)" ], "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 style=\"display:none\"><span id=\"describedby_item-21-comp-kyfoojoa1\" data-testid=\"gallery-item-describedby-id\">press to zoom</span></div>", "target": [ "#comp-kyfoojoa1 > .UakxP8 > .cLiG_l.WUGTsY[data-testid=\"gallery-item-ghost\"]:nth-child(3) > .dAzcPH.SKiqtb[aria-haspopup=\"true\"] > div:nth-child(2)" ], "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 style=\"display:none\"><span id=\"describedby_item-current-0-comp-kyfoojoa1\" data-testid=\"gallery-item-describedby-id\">press to zoom</span></div>", "target": [ "#comp-kyfoojoa1 > .dP6TWI[data-testid=\"slide-show-gallery-items\"][aria-live=\"polite\"] > .cLiG_l.WUGTsY[data-testid=\"gallery-item-item\"] > .dAzcPH.SKiqtb[aria-haspopup=\"true\"] > div:nth-child(2)" ], "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=\"UakxP8\">", "target": [ "#comp-kyfoojpd > .UakxP8" ], "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 style=\"display:none\"><span id=\"describedby_item-0-comp-kyfoojpd\" data-testid=\"gallery-item-describedby-id\">press to zoom</span></div>", "target": [ "#comp-kyfoojpd > .UakxP8 > .cLiG_l.WUGTsY[data-testid=\"gallery-item-ghost\"]:nth-child(1) > .dAzcPH.SKiqtb[aria-haspopup=\"true\"] > div:nth-child(2)" ], "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 style=\"display:none\"><span id=\"describedby_item-1-comp-kyfoojpd\" data-testid=\"gallery-item-describedby-id\">press to zoom</span></div>", "target": [ "#comp-kyfoojpd > .UakxP8 > .cLiG_l.WUGTsY[data-testid=\"gallery-item-ghost\"]:nth-child(2) > .dAzcPH.SKiqtb[aria-haspopup=\"true\"] > div:nth-child(2)" ], "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 style=\"display:none\"><span id=\"describedby_item-7-comp-kyfoojpd\" data-testid=\"gallery-item-describedby-id\">press to zoom</span></div>", "target": [ "#comp-kyfoojpd > .UakxP8 > .cLiG_l.WUGTsY[data-testid=\"gallery-item-ghost\"]:nth-child(3) > .dAzcPH.SKiqtb[aria-haspopup=\"true\"] > div:nth-child(2)" ], "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 style=\"display:none\"><span id=\"describedby_item-current-0-comp-kyfoojpd\" data-testid=\"gallery-item-describedby-id\">press to zoom</span></div>", "target": [ "#comp-kyfoojpd > .dP6TWI[data-testid=\"slide-show-gallery-items\"][aria-live=\"polite\"] > .cLiG_l.WUGTsY[data-testid=\"gallery-item-item\"] > .dAzcPH.SKiqtb[aria-haspopup=\"true\"] > div:nth-child(2)" ], "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=\"UakxP8\">", "target": [ "#comp-kyfoojpq > .UakxP8" ], "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 style=\"display:none\"><span id=\"describedby_item-0-comp-kyfoojpq\" data-testid=\"gallery-item-describedby-id\">press to zoom</span></div>", "target": [ "#comp-kyfoojpq > .UakxP8 > .cLiG_l.WUGTsY[data-testid=\"gallery-item-ghost\"]:nth-child(1) > .dAzcPH.SKiqtb[aria-haspopup=\"true\"] > div:nth-child(2)" ], "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 style=\"display:none\"><span id=\"describedby_item-1-comp-kyfoojpq\" data-testid=\"gallery-item-describedby-id\">press to zoom</span></div>", "target": [ "#comp-kyfoojpq > .UakxP8 > .cLiG_l.WUGTsY[data-testid=\"gallery-item-ghost\"]:nth-child(2) > .dAzcPH.SKiqtb[aria-haspopup=\"true\"] > div:nth-child(2)" ], "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 style=\"display:none\"><span id=\"describedby_item-6-comp-kyfoojpq\" data-testid=\"gallery-item-describedby-id\">press to zoom</span></div>", "target": [ "#comp-kyfoojpq > .UakxP8 > .cLiG_l.WUGTsY[data-testid=\"gallery-item-ghost\"]:nth-child(3) > .dAzcPH.SKiqtb[aria-haspopup=\"true\"] > div:nth-child(2)" ], "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 style=\"display:none\"><span id=\"describedby_item-current-0-comp-kyfoojpq\" data-testid=\"gallery-item-describedby-id\">press to zoom</span></div>", "target": [ "#comp-kyfoojpq > .dP6TWI[data-testid=\"slide-show-gallery-items\"][aria-live=\"polite\"] > .cLiG_l.WUGTsY[data-testid=\"gallery-item-item\"] > .dAzcPH.SKiqtb[aria-haspopup=\"true\"] > div:nth-child(2)" ], "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=\"UakxP8\">", "target": [ "#comp-kyfoojqq > .UakxP8" ], "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 style=\"display:none\"><span id=\"describedby_item-0-comp-kyfoojqq\" data-testid=\"gallery-item-describedby-id\">press to zoom</span></div>", "target": [ "#comp-kyfoojqq > .UakxP8 > .cLiG_l.WUGTsY[data-testid=\"gallery-item-ghost\"]:nth-child(1) > .dAzcPH.SKiqtb[aria-haspopup=\"true\"] > div:nth-child(2)" ], "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 style=\"display:none\"><span id=\"describedby_item-1-comp-kyfoojqq\" data-testid=\"gallery-item-describedby-id\">press to zoom</span></div>", "target": [ "#comp-kyfoojqq > .UakxP8 > .cLiG_l.WUGTsY[data-testid=\"gallery-item-ghost\"]:nth-child(2) > .dAzcPH.SKiqtb[aria-haspopup=\"true\"] > div:nth-child(2)" ], "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 style=\"display:none\"><span id=\"describedby_item-20-comp-kyfoojqq\" data-testid=\"gallery-item-describedby-id\">press to zoom</span></div>", "target": [ "#comp-kyfoojqq > .UakxP8 > .cLiG_l.WUGTsY[data-testid=\"gallery-item-ghost\"]:nth-child(3) > .dAzcPH.SKiqtb[aria-haspopup=\"true\"] > div:nth-child(2)" ], "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 style=\"display:none\"><span id=\"describedby_item-current-0-comp-kyfoojqq\" data-testid=\"gallery-item-describedby-id\">press to zoom</span></div>", "target": [ "#comp-kyfoojqq > .dP6TWI[data-testid=\"slide-show-gallery-items\"][aria-live=\"polite\"] > .cLiG_l.WUGTsY[data-testid=\"gallery-item-item\"] > .dAzcPH.SKiqtb[aria-haspopup=\"true\"] > div:nth-child(2)" ], "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=\"UakxP8\">", "target": [ "#comp-kyg3hipw > .UakxP8" ], "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 style=\"display:none\"><span id=\"describedby_item-0-comp-kyg3hipw\" data-testid=\"gallery-item-describedby-id\">press to zoom</span></div>", "target": [ "#comp-kyg3hipw > .UakxP8 > .cLiG_l.WUGTsY[data-testid=\"gallery-item-ghost\"]:nth-child(1) > .dAzcPH.SKiqtb[aria-haspopup=\"true\"] > div:nth-child(2)" ], "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 style=\"display:none\"><span id=\"describedby_item-1-comp-kyg3hipw\" data-testid=\"gallery-item-describedby-id\">press to zoom</span></div>", "target": [ "#comp-kyg3hipw > .UakxP8 > .cLiG_l.WUGTsY[data-testid=\"gallery-item-ghost\"]:nth-child(2) > .dAzcPH.SKiqtb[aria-haspopup=\"true\"] > div:nth-child(2)" ], "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 style=\"display:none\"><span id=\"describedby_item-6-comp-kyg3hipw\" data-testid=\"gallery-item-describedby-id\">press to zoom</span></div>", "target": [ "#comp-kyg3hipw > .UakxP8 > .cLiG_l.WUGTsY[data-testid=\"gallery-item-ghost\"]:nth-child(3) > .dAzcPH.SKiqtb[aria-haspopup=\"true\"] > div:nth-child(2)" ], "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 style=\"display:none\"><span id=\"describedby_item-current-0-comp-kyg3hipw\" data-testid=\"gallery-item-describedby-id\">press to zoom</span></div>", "target": [ "#comp-kyg3hipw > .dP6TWI[data-testid=\"slide-show-gallery-items\"][aria-live=\"polite\"] > .cLiG_l.WUGTsY[data-testid=\"gallery-item-item\"] > .dAzcPH.SKiqtb[aria-haspopup=\"true\"] > div:nth-child(2)" ], "failureSummary": "Fix any of the following:\n There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." }, { "any": [ { "id": "hidden-content", "data": null, "relatedNodes": [], "impact": "minor", "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." } ], "all": [], "none": [], "impact": "minor", "html": "<span class=\"mHZSwn\">bottom of page</span>", "target": [ "#SCROLL_TO_BOTTOM > .mHZSwn" ], "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": "www.greenfieldseniorliving.com", "port": "", "pathname": "/our-mission/", "search": {}, "hash": "", "filename": "" } }, "relatedNodes": [ { "html": "<a data-testid=\"linkElement\" href=\"https://www.greenfieldseniorliving.com/our-life\" target=\"_self\" class=\"kuTaGy wixui-button zKbzSQ\" aria-disabled=\"false\" tabindex=\"-1\" data-restore-tabindex=\"null\"><span class=\"M3I7Z2 wixui-button__label\">Read More</span></a>", "target": [ "#comp-kyfoojtf > .kuTaGy.wixui-button.zKbzSQ" ] }, { "html": "<a data-testid=\"linkElement\" href=\"https://www.greenfieldseniorliving.com/education\" target=\"_self\" class=\"kuTaGy wixui-button zKbzSQ\" aria-disabled=\"false\" tabindex=\"-1\" data-restore-tabindex=\"null\"><span class=\"M3I7Z2 wixui-button__label\">Read More</span></a>", "target": [ "#comp-kyfook1f > .kuTaGy.wixui-button.zKbzSQ" ] }, { "html": "<a data-testid=\"linkElement\" href=\"https://www.greenfieldseniorliving.com/health-and-safety\" target=\"_self\" class=\"kuTaGy wixui-button zKbzSQ\" aria-disabled=\"false\" tabindex=\"-1\" data-restore-tabindex=\"null\"><span class=\"M3I7Z2 wixui-button__label\">Read More</span></a>", "target": [ "#comp-kyfp550u > .kuTaGy.wixui-button.zKbzSQ" ] }, { "html": "<a data-testid=\"linkElement\" href=\"https://www.greenfieldseniorliving.com/careers\" target=\"_self\" class=\"kuTaGy wixui-button zKbzSQ\" aria-disabled=\"false\" tabindex=\"-1\" data-restore-tabindex=\"null\"><span class=\"M3I7Z2 wixui-button__label\">Read more</span></a>", "target": [ "#comp-kyfook7n > .kuTaGy.wixui-button.zKbzSQ" ] } ], "impact": "minor", "message": "Check that links have the same purpose, or are intentionally ambiguous." } ], "none": [], "impact": "minor", "html": "<a data-testid=\"linkElement\" href=\"https://www.greenfieldseniorliving.com/our-mission\" target=\"_self\" class=\"kuTaGy wixui-button zKbzSQ\" aria-disabled=\"false\" tabindex=\"-1\" data-restore-tabindex=\"null\"><span class=\"M3I7Z2 wixui-button__label\">Read More</span></a>", "target": [ "#comp-kyfoojs7 > .kuTaGy.wixui-button.zKbzSQ" ], "failureSummary": "Fix all of the following:\n Check that links have the same purpose, or are intentionally ambiguous." }, { "any": [], "all": [ { "id": "identical-links-same-purpose", "data": { "name": "click here", "urlProps": { "protocol": "http:", "hostname": "www.greenfieldseniorliving.com", "port": "", "pathname": "/virginia/", "search": {}, "hash": "", "filename": "" } }, "relatedNodes": [ { "html": "<a data-testid=\"linkElement\" href=\"https://www.greenfieldseniorliving.com/pennsylvania\" target=\"_self\" class=\"kuTaGy wixui-button zKbzSQ\" aria-disabled=\"false\" tabindex=\"-1\" data-restore-tabindex=\"null\"><span class=\"M3I7Z2 wixui-button__label\">Click here</span></a>", "target": [ "#comp-kyj0e093 > .kuTaGy.wixui-button.zKbzSQ" ] }, { "html": "<a data-testid=\"linkElement\" href=\"https://www.greenfieldseniorliving.com/privacy-policy\" target=\"_blank\" class=\"kuTaGy wixui-button zKbzSQ\" aria-disabled=\"false\" tabindex=\"-1\" data-restore-tabindex=\"null\"><span class=\"M3I7Z2 wixui-button__label\">Click here</span></a>", "target": [ ".kuTaGy.wixui-button[target=\"_blank\"]" ] } ], "impact": "minor", "message": "Check that links have the same purpose, or are intentionally ambiguous." } ], "none": [], "impact": "minor", "html": "<a data-testid=\"linkElement\" href=\"https://www.greenfieldseniorliving.com/virginia\" target=\"_self\" class=\"kuTaGy wixui-button zKbzSQ\" aria-disabled=\"false\" tabindex=\"-1\" data-restore-tabindex=\"null\"><span class=\"M3I7Z2 wixui-button__label\">Click here</span></a>", "target": [ "#comp-kvghhjq8 > .kuTaGy.wixui-button.zKbzSQ" ], "failureSummary": "Fix all of the following:\n Check that links have the same purpose, or are intentionally ambiguous." } ] }, { "id": "video-caption", "impact": "critical", "tags": [ "cat.text-alternatives", "wcag2a", "wcag122", "section508", "section508.22.a", "TTv5", "TT17.a" ], "description": "Ensures <video> elements have captions", "help": "<video> elements must have captions", "helpUrl": "https://dequeuniversity.com/rules/axe/4.7/video-caption?application=axeAPI", "nodes": [ { "any": [], "all": [], "none": [ { "id": "caption", "data": null, "relatedNodes": [], "impact": "critical", "message": "Check that captions is available for the element" } ], "impact": "critical", "html": "<video id=\"comp-kyfoojk0_video\" class=\"K8MSra\" role=\"presentation\" crossorigin=\"anonymous\" playsinline=\"\" preload=\"auto\" muted=\"\" loop=\"\" tabindex=\"-1\" autoplay=\"\" src=\"https://video.wixstatic.com/video/131ca8_ec0acb833f6b425b910666396d14dc80/1080p/mp4/file.mp4\" style=\"height: 100%; width: 100%; object-fit: cover; object-position: center center;\">", "target": [ "#comp-kyfoojk0_video" ], "failureSummary": "Fix all of the following:\n Check that captions is available for the element" } ] }, { "id": "css-orientation-lock", "impact": "serious", "tags": [ "cat.structure", "wcag134", "wcag21aa", "experimental" ], "description": "Ensures content is not locked to any specific display orientation, and the content is operable in all display orientations", "help": "CSS Media queries must not lock display orientation", "helpUrl": "https://dequeuniversity.com/rules/axe/4.7/css-orientation-lock?application=axeAPI", "nodes": [ { "any": [], "all": [ { "id": "css-orientation-lock", "data": null, "relatedNodes": [], "impact": "serious", "message": "CSS Orientation lock cannot be determined" } ], "none": [], "impact": "serious", "html": "<html lang=\"en\">", "target": [ "html" ], "failureSummary": "Fix all of the following:\n CSS Orientation lock cannot be determined" } ] } ], "violations": [ { "id": "aria-allowed-role", "impact": "minor", "tags": [ "cat.aria", "best-practice" ], "description": "Ensures role attribute has an appropriate value for the element", "help": "ARIA role should be appropriate for the element", "helpUrl": "https://dequeuniversity.com/rules/axe/4.7/aria-allowed-role?application=axeAPI", "nodes": [ { "any": [ { "id": "aria-allowed-role", "data": [ "presentation" ], "relatedNodes": [], "impact": "minor", "message": "ARIA role presentation is not allowed for given element" } ], "all": [], "none": [], "impact": "minor", "html": "<video id=\"comp-kyfoojk0_video\" class=\"K8MSra\" role=\"presentation\" crossorigin=\"anonymous\" playsinline=\"\" preload=\"auto\" muted=\"\" loop=\"\" tabindex=\"-1\" autoplay=\"\" src=\"https://video.wixstatic.com/video/131ca8_ec0acb833f6b425b910666396d14dc80/1080p/mp4/file.mp4\" style=\"height: 100%; width: 100%; object-fit: cover; object-position: center center;\">", "target": [ "#comp-kyfoojk0_video" ], "failureSummary": "Fix any of the following:\n ARIA role presentation is not allowed for given element" } ] }, { "id": "aria-dialog-name", "impact": "serious", "tags": [ "cat.aria", "best-practice" ], "description": "Ensures every ARIA dialog and alertdialog node has an accessible name", "help": "ARIA dialog and alertdialog nodes should have an accessible name", "helpUrl": "https://dequeuniversity.com/rules/axe/4.7/aria-dialog-name?application=axeAPI", "nodes": [ { "any": [ { "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": [], "impact": "serious", "html": "<div id=\"popups-wrapper\" class=\"NSl5q_\" tabindex=\"-1\" role=\"dialog\">", "target": [ "#popups-wrapper" ], "failureSummary": "Fix any of the following:\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": "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": "img_undefined", "relatedNodes": [ { "html": "<wow-image id=\"img_undefined\" class=\"HlRz5e qD5RnK\" data-image-info=\"{"displayMode":"fill","isLQIP":true,"imageData":{"width":2082,"height":2328,"uri":"131ca8_a3a265a0a47d46069430e43ddf0ee9f8~mv2.jpg","name":"","displayMode":"fill"}}\" data-bg-effect-name=\"\" data-has-ssr-src=\"\" data-src=\"https://static.wixstatic.com/media/131ca8_a3a265a0a47d46069430e43ddf0ee9f8~mv2.jpg/v1/fill/w_490,h_547,al_c,q_80,usm_0.66_1.00_0.01,enc_auto/131ca8_a3a265a0a47d46069430e43ddf0ee9f8~mv2.jpg\">", "target": [ "#comp-kyfoojns1 > .UakxP8 > .cLiG_l.WUGTsY[data-testid=\"gallery-item-ghost\"]:nth-child(2) > .dAzcPH.SKiqtb[aria-haspopup=\"true\"] > .FfVTJS > .oMaBOp > .VcuCbf > .qD5RnK[data-bg-effect-name=\"\"]" ] }, { "html": "<wow-image id=\"img_undefined\" class=\"HlRz5e qD5RnK\" data-image-info=\"{"displayMode":"fill","isLQIP":true,"imageData":{"width":1222,"height":1366,"uri":"131ca8_46cc2c3db31b4cf78c5afec1ddd0bd36~mv2.jpg","name":"","displayMode":"fill"}}\" data-bg-effect-name=\"\" data-has-ssr-src=\"\" data-src=\"https://static.wixstatic.com/media/131ca8_46cc2c3db31b4cf78c5afec1ddd0bd36~mv2.jpg/v1/fill/w_490,h_547,al_c,q_80,usm_0.66_1.00_0.01,enc_auto/131ca8_46cc2c3db31b4cf78c5afec1ddd0bd36~mv2.jpg\">", "target": [ "#comp-kyfoojns1 > .UakxP8 > .cLiG_l.WUGTsY[data-testid=\"gallery-item-ghost\"]:nth-child(3) > .dAzcPH.SKiqtb[aria-haspopup=\"true\"] > .FfVTJS > .oMaBOp > .VcuCbf > .qD5RnK[data-bg-effect-name=\"\"]" ] }, { "html": "<wow-image id=\"img_undefined\" class=\"HlRz5e qD5RnK\" data-image-info=\"{"displayMode":"fill","isLQIP":true,"imageData":{"width":2350,"height":2628,"uri":"131ca8_9464b9d4b7a64972825aed5912c6173c~mv2.jpg","name":"","displayMode":"fill"}}\" data-bg-effect-name=\"\" data-has-ssr-src=\"\" data-src=\"https://static.wixstatic.com/media/131ca8_9464b9d4b7a64972825aed5912c6173c~mv2.jpg/v1/fill/w_490,h_547,al_c,q_80,usm_0.66_1.00_0.01,enc_auto/131ca8_9464b9d4b7a64972825aed5912c6173c~mv2.jpg\">", "target": [ "#comp-kyfoojns1 > .dP6TWI[data-testid=\"slide-show-gallery-items\"][aria-live=\"polite\"] > .cLiG_l.WUGTsY[data-testid=\"gallery-item-item\"] > .dAzcPH.SKiqtb[aria-haspopup=\"true\"] > .FfVTJS > .oMaBOp > .VcuCbf > .qD5RnK[data-bg-effect-name=\"\"]" ] }, { "html": "<wow-image id=\"img_undefined\" class=\"HlRz5e qD5RnK\" data-image-info=\"{"displayMode":"fill","isLQIP":true,"imageData":{"width":1155,"height":1291,"uri":"131ca8_dceae280b43a474f8dc121fe6fba9034~mv2.jpeg","name":"","displayMode":"fill"}}\" data-bg-effect-name=\"\" data-has-ssr-src=\"\" data-src=\"https://static.wixstatic.com/media/131ca8_dceae280b43a474f8dc121fe6fba9034~mv2.jpeg/v1/fill/w_490,h_547,al_c,q_80,usm_0.66_1.00_0.01,enc_auto/131ca8_dceae280b43a474f8dc121fe6fba9034~mv2.jpeg\">", "target": [ "#comp-kyfoojoa1 > .UakxP8 > .cLiG_l.WUGTsY[data-testid=\"gallery-item-ghost\"]:nth-child(1) > .dAzcPH.SKiqtb[aria-haspopup=\"true\"] > .FfVTJS > .oMaBOp > .VcuCbf > .qD5RnK[data-bg-effect-name=\"\"]" ] }, { "html": "<wow-image id=\"img_undefined\" class=\"HlRz5e qD5RnK\" data-image-info=\"{"displayMode":"fill","isLQIP":true,"imageData":{"width":1374,"height":1536,"uri":"131ca8_096a0b659415418b9960ade1d8013980~mv2.jpeg","name":"","displayMode":"fill"}}\" data-bg-effect-name=\"\" data-has-ssr-src=\"\" data-src=\"https://static.wixstatic.com/media/131ca8_096a0b659415418b9960ade1d8013980~mv2.jpeg/v1/fill/w_490,h_547,al_c,q_80,usm_0.66_1.00_0.01,enc_auto/131ca8_096a0b659415418b9960ade1d8013980~mv2.jpeg\">", "target": [ "#comp-kyfoojoa1 > .UakxP8 > .cLiG_l.WUGTsY[data-testid=\"gallery-item-ghost\"]:nth-child(2) > .dAzcPH.SKiqtb[aria-haspopup=\"true\"] > .FfVTJS > .oMaBOp > .VcuCbf > .qD5RnK[data-bg-effect-name=\"\"]" ] }, { "html": "<wow-image id=\"img_undefined\" class=\"HlRz5e qD5RnK\" data-image-info=\"{"displayMode":"fill","isLQIP":true,"imageData":{"width":616,"height":689,"uri":"131ca8_aa9f114298a84a03beca99e4afefc1b3~mv2.jpeg","name":"","displayMode":"fill"}}\" data-bg-effect-name=\"\" data-has-ssr-src=\"\" data-src=\"https://static.wixstatic.com/media/131ca8_aa9f114298a84a03beca99e4afefc1b3~mv2.jpeg/v1/fill/w_490,h_547,al_c,q_80,usm_0.66_1.00_0.01,enc_auto/131ca8_aa9f114298a84a03beca99e4afefc1b3~mv2.jpeg\">", "target": [ "#comp-kyfoojoa1 > .UakxP8 > .cLiG_l.WUGTsY[data-testid=\"gallery-item-ghost\"]:nth-child(3) > .dAzcPH.SKiqtb[aria-haspopup=\"true\"] > .FfVTJS > .oMaBOp > .VcuCbf > .qD5RnK[data-bg-effect-name=\"\"]" ] }, { "html": "<wow-image id=\"img_undefined\" class=\"HlRz5e qD5RnK\" data-image-info=\"{"displayMode":"fill","isLQIP":true,"imageData":{"width":1155,"height":1291,"uri":"131ca8_dceae280b43a474f8dc121fe6fba9034~mv2.jpeg","name":"","displayMode":"fill"}}\" data-bg-effect-name=\"\" data-has-ssr-src=\"\" data-src=\"https://static.wixstatic.com/media/131ca8_dceae280b43a474f8dc121fe6fba9034~mv2.jpeg/v1/fill/w_490,h_547,al_c,q_80,usm_0.66_1.00_0.01,enc_auto/131ca8_dceae280b43a474f8dc121fe6fba9034~mv2.jpeg\">", "target": [ "#comp-kyfoojoa1 > .dP6TWI[data-testid=\"slide-show-gallery-items\"][aria-live=\"polite\"] > .cLiG_l.WUGTsY[data-testid=\"gallery-item-item\"] > .dAzcPH.SKiqtb[aria-haspopup=\"true\"] > .FfVTJS > .oMaBOp > .VcuCbf > .qD5RnK[data-bg-effect-name=\"\"]" ] }, { "html": "<wow-image id=\"img_undefined\" class=\"HlRz5e qD5RnK\" data-image-info=\"{"displayMode":"fill","isLQIP":true,"imageData":{"width":2199,"height":2458,"uri":"131ca8_9853e4e7c8f54227ae3001b15dcddf5b~mv2.jpeg","name":"","displayMode":"fill"}}\" data-bg-effect-name=\"\" data-has-ssr-src=\"\" data-src=\"https://static.wixstatic.com/media/131ca8_9853e4e7c8f54227ae3001b15dcddf5b~mv2.jpeg/v1/fill/w_490,h_547,al_c,q_80,usm_0.66_1.00_0.01,enc_auto/131ca8_9853e4e7c8f54227ae3001b15dcddf5b~mv2.jpeg\">", "target": [ "#comp-kyfoojpd > .UakxP8 > .cLiG_l.WUGTsY[data-testid=\"gallery-item-ghost\"]:nth-child(1) > .dAzcPH.SKiqtb[aria-haspopup=\"true\"] > .FfVTJS > .oMaBOp > .VcuCbf > .qD5RnK[data-bg-effect-name=\"\"]" ] }, { "html": "<wow-image id=\"img_undefined\" class=\"HlRz5e qD5RnK\" data-image-info=\"{"displayMode":"fill","isLQIP":true,"imageData":{"width":1536,"height":2048,"uri":"131ca8_da6ca8d102e6486b9f5ca46028408d7a~mv2.jpg","name":"","displayMode":"fill"}}\" data-bg-effect-name=\"\" data-has-ssr-src=\"\" data-src=\"https://static.wixstatic.com/media/131ca8_da6ca8d102e6486b9f5ca46028408d7a~mv2.jpg/v1/fill/w_490,h_547,al_c,q_80,usm_0.66_1.00_0.01,enc_auto/131ca8_da6ca8d102e6486b9f5ca46028408d7a~mv2.jpg\">", "target": [ "#comp-kyfoojpd > .UakxP8 > .cLiG_l.WUGTsY[data-testid=\"gallery-item-ghost\"]:nth-child(2) > .dAzcPH.SKiqtb[aria-haspopup=\"true\"] > .FfVTJS > .oMaBOp > .VcuCbf > .qD5RnK[data-bg-effect-name=\"\"]" ] }, { "html": "<wow-image id=\"img_undefined\" class=\"HlRz5e qD5RnK\" data-image-info=\"{"displayMode":"fill","isLQIP":true,"imageData":{"width":3662,"height":4096,"uri":"131ca8_91f249c87d5744089e2614e418ec303d~mv2.jpg","name":"","displayMode":"fill"}}\" data-bg-effect-name=\"\" data-has-ssr-src=\"\" data-src=\"https://static.wixstatic.com/media/131ca8_91f249c87d5744089e2614e418ec303d~mv2.jpg/v1/fill/w_490,h_547,al_c,q_80,usm_0.66_1.00_0.01,enc_auto/131ca8_91f249c87d5744089e2614e418ec303d~mv2.jpg\">", "target": [ "#comp-kyfoojpd > .UakxP8 > .cLiG_l.WUGTsY[data-testid=\"gallery-item-ghost\"]:nth-child(3) > .dAzcPH.SKiqtb[aria-haspopup=\"true\"] > .FfVTJS > .oMaBOp > .VcuCbf > .qD5RnK[data-bg-effect-name=\"\"]" ] }, { "html": "<wow-image id=\"img_undefined\" class=\"HlRz5e qD5RnK\" data-image-info=\"{"displayMode":"fill","isLQIP":true,"imageData":{"width":2199,"height":2458,"uri":"131ca8_9853e4e7c8f54227ae3001b15dcddf5b~mv2.jpeg","name":"","displayMode":"fill"}}\" data-bg-effect-name=\"\" data-has-ssr-src=\"\" data-src=\"https://static.wixstatic.com/media/131ca8_9853e4e7c8f54227ae3001b15dcddf5b~mv2.jpeg/v1/fill/w_490,h_547,al_c,q_80,usm_0.66_1.00_0.01,enc_auto/131ca8_9853e4e7c8f54227ae3001b15dcddf5b~mv2.jpeg\">", "target": [ "#comp-kyfoojpd > .dP6TWI[data-testid=\"slide-show-gallery-items\"][aria-live=\"polite\"] > .cLiG_l.WUGTsY[data-testid=\"gallery-item-item\"] > .dAzcPH.SKiqtb[aria-haspopup=\"true\"] > .FfVTJS > .oMaBOp > .VcuCbf > .qD5RnK[data-bg-effect-name=\"\"]" ] }, { "html": "<wow-image id=\"img_undefined\" class=\"HlRz5e qD5RnK\" data-image-info=\"{"displayMode":"fill","isLQIP":true,"imageData":{"width":1481,"height":1656,"uri":"131ca8_8e1bb7f61a3a4e9a84470d6babc5870e~mv2.jpeg","name":"","displayMode":"fill"}}\" data-bg-effect-name=\"\" data-has-ssr-src=\"\" data-src=\"https://static.wixstatic.com/media/131ca8_8e1bb7f61a3a4e9a84470d6babc5870e~mv2.jpeg/v1/fill/w_490,h_547,al_c,q_80,usm_0.66_1.00_0.01,enc_auto/131ca8_8e1bb7f61a3a4e9a84470d6babc5870e~mv2.jpeg\">", "target": [ "#comp-kyfoojpq > .UakxP8 > .cLiG_l.WUGTsY[data-testid=\"gallery-item-ghost\"]:nth-child(1) > .dAzcPH.SKiqtb[aria-haspopup=\"true\"] > .FfVTJS > .oMaBOp > .VcuCbf > .qD5RnK[data-bg-effect-name=\"\"]" ] }, { "html": "<wow-image id=\"img_undefined\" class=\"HlRz5e qD5RnK\" data-image-info=\"{"displayMode":"fill","isLQIP":true,"imageData":{"width":987,"height":951,"uri":"131ca8_10ce69322e244d969fd8f640c0ad4734~mv2.jpg","name":"","displayMode":"fill"}}\" data-bg-effect-name=\"\" data-has-ssr-src=\"\" data-src=\"https://static.wixstatic.com/media/131ca8_10ce69322e244d969fd8f640c0ad4734~mv2.jpg/v1/fill/w_490,h_547,al_c,q_80,usm_0.66_1.00_0.01,enc_auto/131ca8_10ce69322e244d969fd8f640c0ad4734~mv2.jpg\">", "target": [ "#comp-kyfoojpq > .UakxP8 > .cLiG_l.WUGTsY[data-testid=\"gallery-item-ghost\"]:nth-child(2) > .dAzcPH.SKiqtb[aria-haspopup=\"true\"] > .FfVTJS > .oMaBOp > .VcuCbf > .qD5RnK[data-bg-effect-name=\"\"]" ] }, { "html": "<wow-image id=\"img_undefined\" class=\"HlRz5e qD5RnK\" data-image-info=\"{"displayMode":"fill","isLQIP":true,"imageData":{"width":2878,"height":3218,"uri":"131ca8_c919dbf59c6543268ef4725cabe89aa4~mv2.jpg","name":"","displayMode":"fill"}}\" data-bg-effect-name=\"\" data-has-ssr-src=\"\" data-src=\"https://static.wixstatic.com/media/131ca8_c919dbf59c6543268ef4725cabe89aa4~mv2.jpg/v1/fill/w_490,h_547,al_c,q_80,usm_0.66_1.00_0.01,enc_auto/131ca8_c919dbf59c6543268ef4725cabe89aa4~mv2.jpg\">", "target": [ "#comp-kyfoojpq > .UakxP8 > .cLiG_l.WUGTsY[data-testid=\"gallery-item-ghost\"]:nth-child(3) > .dAzcPH.SKiqtb[aria-haspopup=\"true\"] > .FfVTJS > .oMaBOp > .VcuCbf > .qD5RnK[data-bg-effect-name=\"\"]" ] }, { "html": "<wow-image id=\"img_undefined\" class=\"HlRz5e qD5RnK\" data-image-info=\"{"displayMode":"fill","isLQIP":true,"imageData":{"width":1481,"height":1656,"uri":"131ca8_8e1bb7f61a3a4e9a84470d6babc5870e~mv2.jpeg","name":"","displayMode":"fill"}}\" data-bg-effect-name=\"\" data-has-ssr-src=\"\" data-src=\"https://static.wixstatic.com/media/131ca8_8e1bb7f61a3a4e9a84470d6babc5870e~mv2.jpeg/v1/fill/w_490,h_547,al_c,q_80,usm_0.66_1.00_0.01,enc_auto/131ca8_8e1bb7f61a3a4e9a84470d6babc5870e~mv2.jpeg\">", "target": [ "#comp-kyfoojpq > .dP6TWI[data-testid=\"slide-show-gallery-items\"][aria-live=\"polite\"] > .cLiG_l.WUGTsY[data-testid=\"gallery-item-item\"] > .dAzcPH.SKiqtb[aria-haspopup=\"true\"] > .FfVTJS > .oMaBOp > .VcuCbf > .qD5RnK[data-bg-effect-name=\"\"]" ] }, { "html": "<wow-image id=\"img_undefined\" class=\"HlRz5e qD5RnK\" data-image-info=\"{"displayMode":"fill","isLQIP":true,"imageData":{"width":1463,"height":1636,"uri":"131ca8_1b631ade386841b090da72cb9082516c~mv2.jpeg","name":"","displayMode":"fill"}}\" data-bg-effect-name=\"\" data-has-ssr-src=\"\" data-src=\"https://static.wixstatic.com/media/131ca8_1b631ade386841b090da72cb9082516c~mv2.jpeg/v1/fill/w_490,h_547,al_c,q_80,usm_0.66_1.00_0.01,enc_auto/131ca8_1b631ade386841b090da72cb9082516c~mv2.jpeg\">", "target": [ "#comp-kyfoojqq > .UakxP8 > .cLiG_l.WUGTsY[data-testid=\"gallery-item-ghost\"]:nth-child(1) > .dAzcPH.SKiqtb[aria-haspopup=\"true\"] > .FfVTJS > .oMaBOp > .VcuCbf > .qD5RnK[data-bg-effect-name=\"\"]" ] }, { "html": "<wow-image id=\"img_undefined\" class=\"HlRz5e qD5RnK\" data-image-info=\"{"displayMode":"fill","isLQIP":true,"imageData":{"width":1309,"height":1463,"uri":"131ca8_3668a55d016445268a152ef34cd167da~mv2.jpeg","name":"","displayMode":"fill"}}\" data-bg-effect-name=\"\" data-has-ssr-src=\"\" data-src=\"https://static.wixstatic.com/media/131ca8_3668a55d016445268a152ef34cd167da~mv2.jpeg/v1/fill/w_490,h_547,al_c,q_80,usm_0.66_1.00_0.01,enc_auto/131ca8_3668a55d016445268a152ef34cd167da~mv2.jpeg\">", "target": [ "#comp-kyfoojqq > .UakxP8 > .cLiG_l.WUGTsY[data-testid=\"gallery-item-ghost\"]:nth-child(2) > .dAzcPH.SKiqtb[aria-haspopup=\"true\"] > .FfVTJS > .oMaBOp > .VcuCbf > .qD5RnK[data-bg-effect-name=\"\"]" ] }, { "html": "<wow-image id=\"img_undefined\" class=\"HlRz5e qD5RnK\" data-image-info=\"{"displayMode":"fill","isLQIP":true,"imageData":{"width":1532,"height":1713,"uri":"131ca8_608693b01d3643c68e76d71e41444f36~mv2.jpeg","name":"","displayMode":"fill"}}\" data-bg-effect-name=\"\" data-has-ssr-src=\"\" data-src=\"https://static.wixstatic.com/media/131ca8_608693b01d3643c68e76d71e41444f36~mv2.jpeg/v1/fill/w_490,h_547,al_c,q_80,usm_0.66_1.00_0.01,enc_auto/131ca8_608693b01d3643c68e76d71e41444f36~mv2.jpeg\">", "target": [ "#comp-kyfoojqq > .UakxP8 > .cLiG_l.WUGTsY[data-testid=\"gallery-item-ghost\"]:nth-child(3) > .dAzcPH.SKiqtb[aria-haspopup=\"true\"] > .FfVTJS > .oMaBOp > .VcuCbf > .qD5RnK[data-bg-effect-name=\"\"]" ] }, { "html": "<wow-image id=\"img_undefined\" class=\"HlRz5e qD5RnK\" data-image-info=\"{"displayMode":"fill","isLQIP":true,"imageData":{"width":1463,"height":1636,"uri":"131ca8_1b631ade386841b090da72cb9082516c~mv2.jpeg","name":"","displayMode":"fill"}}\" data-bg-effect-name=\"\" data-has-ssr-src=\"\" data-src=\"https://static.wixstatic.com/media/131ca8_1b631ade386841b090da72cb9082516c~mv2.jpeg/v1/fill/w_490,h_547,al_c,q_80,usm_0.66_1.00_0.01,enc_auto/131ca8_1b631ade386841b090da72cb9082516c~mv2.jpeg\">", "target": [ "#comp-kyfoojqq > .dP6TWI[data-testid=\"slide-show-gallery-items\"][aria-live=\"polite\"] > .cLiG_l.WUGTsY[data-testid=\"gallery-item-item\"] > .dAzcPH.SKiqtb[aria-haspopup=\"true\"] > .FfVTJS > .oMaBOp > .VcuCbf > .qD5RnK[data-bg-effect-name=\"\"]" ] }, { "html": "<wow-image id=\"img_undefined\" class=\"HlRz5e qD5RnK\" data-image-info=\"{"displayMode":"fill","isLQIP":true,"imageData":{"width":1372,"height":1920,"uri":"131ca8_9e04a983febe4644b1e77153fb8d1ee0~mv2.jpg","name":"","displayMode":"fill"}}\" data-bg-effect-name=\"\" data-has-ssr-src=\"\" data-src=\"https://static.wixstatic.com/media/131ca8_9e04a983febe4644b1e77153fb8d1ee0~mv2.jpg/v1/fill/w_414,h_526,al_c,q_80,usm_0.66_1.00_0.01,enc_auto/131ca8_9e04a983febe4644b1e77153fb8d1ee0~mv2.jpg\">", "target": [ "#comp-kyg3hipw > .UakxP8 > .cLiG_l.WUGTsY[data-testid=\"gallery-item-ghost\"]:nth-child(1) > .dAzcPH.SKiqtb[aria-haspopup=\"true\"] > .FfVTJS > .oMaBOp > .VcuCbf > .qD5RnK[data-bg-effect-name=\"\"]" ] }, { "html": "<wow-image id=\"img_undefined\" class=\"HlRz5e qD5RnK\" data-image-info=\"{"displayMode":"fill","isLQIP":true,"imageData":{"width":1268,"height":1774,"uri":"131ca8_60c060b552054ad0a423a3f06561760a~mv2.jpg","name":"","displayMode":"fill"}}\" data-bg-effect-name=\"\" data-has-ssr-src=\"\" data-src=\"https://static.wixstatic.com/media/131ca8_60c060b552054ad0a423a3f06561760a~mv2.jpg/v1/fill/w_414,h_526,al_c,q_80,usm_0.66_1.00_0.01,enc_auto/131ca8_60c060b552054ad0a423a3f06561760a~mv2.jpg\">", "target": [ "#comp-kyg3hipw > .UakxP8 > .cLiG_l.WUGTsY[data-testid=\"gallery-item-ghost\"]:nth-child(2) > .dAzcPH.SKiqtb[aria-haspopup=\"true\"] > .FfVTJS > .oMaBOp > .VcuCbf > .qD5RnK[data-bg-effect-name=\"\"]" ] }, { "html": "<wow-image id=\"img_undefined\" class=\"HlRz5e qD5RnK\" data-image-info=\"{"displayMode":"fill","isLQIP":true,"imageData":{"width":840,"height":1176,"uri":"131ca8_7d7d45574e8544fc99e4239da6896e6e~mv2.jpeg","name":"","displayMode":"fill"}}\" data-bg-effect-name=\"\" data-has-ssr-src=\"\" data-src=\"https://static.wixstatic.com/media/131ca8_7d7d45574e8544fc99e4239da6896e6e~mv2.jpeg/v1/fill/w_414,h_526,al_c,q_80,usm_0.66_1.00_0.01,enc_auto/131ca8_7d7d45574e8544fc99e4239da6896e6e~mv2.jpeg\">", "target": [ "#comp-kyg3hipw > .UakxP8 > .cLiG_l.WUGTsY[data-testid=\"gallery-item-ghost\"]:nth-child(3) > .dAzcPH.SKiqtb[aria-haspopup=\"true\"] > .FfVTJS > .oMaBOp > .VcuCbf > .qD5RnK[data-bg-effect-name=\"\"]" ] }, { "html": "<wow-image id=\"img_undefined\" class=\"HlRz5e qD5RnK\" data-image-info=\"{"displayMode":"fill","isLQIP":true,"imageData":{"width":1372,"height":1920,"uri":"131ca8_9e04a983febe4644b1e77153fb8d1ee0~mv2.jpg","name":"","displayMode":"fill"}}\" data-bg-effect-name=\"\" data-has-ssr-src=\"\" data-src=\"https://static.wixstatic.com/media/131ca8_9e04a983febe4644b1e77153fb8d1ee0~mv2.jpg/v1/fill/w_414,h_526,al_c,q_80,usm_0.66_1.00_0.01,enc_auto/131ca8_9e04a983febe4644b1e77153fb8d1ee0~mv2.jpg\">", "target": [ "#comp-kyg3hipw > .dP6TWI[data-testid=\"slide-show-gallery-items\"][aria-live=\"polite\"] > .cLiG_l.WUGTsY[data-testid=\"gallery-item-item\"] > .dAzcPH.SKiqtb[aria-haspopup=\"true\"] > .FfVTJS > .oMaBOp > .VcuCbf > .qD5RnK[data-bg-effect-name=\"\"]" ] } ], "impact": "minor", "message": "Document has multiple static elements with the same id attribute: img_undefined" } ], "all": [], "none": [], "impact": "minor", "html": "<wow-image id=\"img_undefined\" class=\"HlRz5e qD5RnK\" data-image-info=\"{"displayMode":"fill","isLQIP":true,"imageData":{"width":2350,"height":2628,"uri":"131ca8_9464b9d4b7a64972825aed5912c6173c~mv2.jpg","name":"","displayMode":"fill"}}\" data-bg-effect-name=\"\" data-has-ssr-src=\"\" data-src=\"https://static.wixstatic.com/media/131ca8_9464b9d4b7a64972825aed5912c6173c~mv2.jpg/v1/fill/w_490,h_547,al_c,q_80,usm_0.66_1.00_0.01,enc_auto/131ca8_9464b9d4b7a64972825aed5912c6173c~mv2.jpg\">", "target": [ "#comp-kyfoojns1 > .UakxP8 > .cLiG_l.WUGTsY[data-testid=\"gallery-item-ghost\"]:nth-child(1) > .dAzcPH.SKiqtb[aria-haspopup=\"true\"] > .FfVTJS > .oMaBOp > .VcuCbf > .qD5RnK[data-bg-effect-name=\"\"]" ], "failureSummary": "Fix any of the following:\n Document has multiple static elements with the same id attribute: img_undefined" } ] }, { "id": "heading-order", "impact": "moderate", "tags": [ "cat.semantics", "best-practice" ], "description": "Ensures the order of headings is semantically correct", "help": "Heading levels should only increase by one", "helpUrl": "https://dequeuniversity.com/rules/axe/4.7/heading-order?application=axeAPI", "nodes": [ { "any": [ { "id": "heading-order", "data": null, "relatedNodes": [], "impact": "moderate", "message": "Heading order invalid" } ], "all": [], "none": [], "impact": "moderate", "html": "<h6 class=\"font_6 wixui-rich-text__text\" style=\"font-size:15px; line-height:normal;\"><span style=\"letter-spacing:normal;\" class=\"wixui-rich-text__text\"><span style=\"font-size:15px;\" class=\"wixui-rich-text__text\">OUR LIFE</span></span></h6>", "target": [ "#comp-kyfoojt1 > h6" ], "failureSummary": "Fix any of the following:\n Heading order invalid" }, { "any": [ { "id": "heading-order", "data": null, "relatedNodes": [], "impact": "moderate", "message": "Heading order invalid" } ], "all": [], "none": [], "impact": "moderate", "html": "<h6 class=\"font_6 wixui-rich-text__text\" style=\"font-size:15px; line-height:normal;\"><span class=\"color_11 wixui-rich-text__text\"><span style=\"letter-spacing:normal;\" class=\"wixui-rich-text__text\"><span style=\"font-size:15px;\" class=\"wixui-rich-text__text\">OUR PEOPLE</span></span></span></h6>", "target": [ "#comp-kyg3di5i > h6" ], "failureSummary": "Fix any of the following:\n Heading order invalid" }, { "any": [ { "id": "heading-order", "data": null, "relatedNodes": [], "impact": "moderate", "message": "Heading order invalid" } ], "all": [], "none": [], "impact": "moderate", "html": "<h6 class=\"font_6 wixui-rich-text__text\" style=\"font-size:15px; line-height:normal;\"><span style=\"letter-spacing:normal;\" class=\"wixui-rich-text__text\"><span style=\"font-size:15px;\" class=\"wixui-rich-text__text\">5-STAR TRAINING</span></span></h6>", "target": [ "#comp-kyfook11 > h6" ], "failureSummary": "Fix any of the following:\n Heading order invalid" }, { "any": [ { "id": "heading-order", "data": null, "relatedNodes": [], "impact": "moderate", "message": "Heading order invalid" } ], "all": [], "none": [], "impact": "moderate", "html": "<h6 class=\"font_6 wixui-rich-text__text\" style=\"font-size:15px; line-height:normal;\"><span style=\"letter-spacing:normal;\" class=\"wixui-rich-text__text\"><span style=\"font-size:15px;\" class=\"wixui-rich-text__text\">HEALTH & SAFETY</span></span></h6>", "target": [ "#comp-kyfp5502 > h6" ], "failureSummary": "Fix any of the following:\n Heading order invalid" }, { "any": [ { "id": "heading-order", "data": null, "relatedNodes": [], "impact": "moderate", "message": "Heading order invalid" } ], "all": [], "none": [], "impact": "moderate", "html": "<h6 class=\"font_6 wixui-rich-text__text\" style=\"font-size:15px; line-height:normal;\">", "target": [ "#comp-kyfpob4d > h6" ], "failureSummary": "Fix any of the following:\n Heading order invalid" } ] }, { "id": "image-redundant-alt", "impact": "minor", "tags": [ "cat.text-alternatives", "best-practice" ], "description": "Ensure image alternative is not repeated as text", "help": "Alternative text of images should not be repeated as text", "helpUrl": "https://dequeuniversity.com/rules/axe/4.7/image-redundant-alt?application=axeAPI", "nodes": [ { "any": [], "all": [], "none": [ { "id": "duplicate-img-label", "data": null, "relatedNodes": [], "impact": "minor", "message": "Element contains <img> element with alt text that duplicates existing text" } ], "impact": "minor", "html": "<img src=\"https://static.wixstatic.com/media/131ca8_9464b9d4b7a64972825aed5912c6173c~mv2.jpg/v1/fill/w_147,h_164,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_auto/131ca8_9464b9d4b7a64972825aed5912c6173c~mv2.jpg\" alt=\"Greenfield Senior Living Inc.\" style=\"width: 490px; height: 547px; object-fit: cover; object-position: 50% 50%;\">", "target": [ "#comp-kyfoojns1 > .dP6TWI[data-testid=\"slide-show-gallery-items\"][aria-live=\"polite\"] > .cLiG_l.WUGTsY[data-testid=\"gallery-item-item\"] > .dAzcPH.SKiqtb[aria-haspopup=\"true\"] > .FfVTJS > .oMaBOp > .VcuCbf > .qD5RnK[data-bg-effect-name=\"\"] > img[alt=\"Greenfield Senior Living Inc.\"]" ], "failureSummary": "Fix all of the following:\n Element contains <img> element with alt text that duplicates existing text" }, { "any": [], "all": [], "none": [ { "id": "duplicate-img-label", "data": null, "relatedNodes": [], "impact": "minor", "message": "Element contains <img> element with alt text that duplicates existing text" } ], "impact": "minor", "html": "<img src=\"https://static.wixstatic.com/media/131ca8_dceae280b43a474f8dc121fe6fba9034~mv2.jpeg/v1/fill/w_147,h_164,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_auto/131ca8_dceae280b43a474f8dc121fe6fba9034~mv2.jpeg\" alt=\"Greenfield Senior Living Inc.\" style=\"width: 490px; height: 547px; object-fit: cover; object-position: 50% 50%;\">", "target": [ "#comp-kyfoojoa1 > .dP6TWI[data-testid=\"slide-show-gallery-items\"][aria-live=\"polite\"] > .cLiG_l.WUGTsY[data-testid=\"gallery-item-item\"] > .dAzcPH.SKiqtb[aria-haspopup=\"true\"] > .FfVTJS > .oMaBOp > .VcuCbf > .qD5RnK[data-bg-effect-name=\"\"] > img[alt=\"Greenfield Senior Living Inc.\"]" ], "failureSummary": "Fix all of the following:\n Element contains <img> element with alt text that duplicates existing text" }, { "any": [], "all": [], "none": [ { "id": "duplicate-img-label", "data": null, "relatedNodes": [], "impact": "minor", "message": "Element contains <img> element with alt text that duplicates existing text" } ], "impact": "minor", "html": "<img src=\"https://static.wixstatic.com/media/131ca8_9853e4e7c8f54227ae3001b15dcddf5b~mv2.jpeg/v1/fill/w_147,h_164,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_auto/131ca8_9853e4e7c8f54227ae3001b15dcddf5b~mv2.jpeg\" alt=\"Greenfield Senior Living Inc.\" style=\"width: 490px; height: 547px; object-fit: cover; object-position: 50% 50%;\">", "target": [ "#comp-kyfoojpd > .dP6TWI[data-testid=\"slide-show-gallery-items\"][aria-live=\"polite\"] > .cLiG_l.WUGTsY[data-testid=\"gallery-item-item\"] > .dAzcPH.SKiqtb[aria-haspopup=\"true\"] > .FfVTJS > .oMaBOp > .VcuCbf > .qD5RnK[data-bg-effect-name=\"\"] > img[alt=\"Greenfield Senior Living Inc.\"]" ], "failureSummary": "Fix all of the following:\n Element contains <img> element with alt text that duplicates existing text" }, { "any": [], "all": [], "none": [ { "id": "duplicate-img-label", "data": null, "relatedNodes": [], "impact": "minor", "message": "Element contains <img> element with alt text that duplicates existing text" } ], "impact": "minor", "html": "<img src=\"https://static.wixstatic.com/media/131ca8_8e1bb7f61a3a4e9a84470d6babc5870e~mv2.jpeg/v1/fill/w_147,h_164,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_auto/131ca8_8e1bb7f61a3a4e9a84470d6babc5870e~mv2.jpeg\" alt=\"Greenfield Senior Living Inc.\" style=\"width: 490px; height: 547px; object-fit: cover; object-position: 50% 50%;\">", "target": [ "#comp-kyfoojpq > .dP6TWI[data-testid=\"slide-show-gallery-items\"][aria-live=\"polite\"] > .cLiG_l.WUGTsY[data-testid=\"gallery-item-item\"] > .dAzcPH.SKiqtb[aria-haspopup=\"true\"] > .FfVTJS > .oMaBOp > .VcuCbf > .qD5RnK[data-bg-effect-name=\"\"] > img[alt=\"Greenfield Senior Living Inc.\"]" ], "failureSummary": "Fix all of the following:\n Element contains <img> element with alt text that duplicates existing text" }, { "any": [], "all": [], "none": [ { "id": "duplicate-img-label", "data": null, "relatedNodes": [], "impact": "minor", "message": "Element contains <img> element with alt text that duplicates existing text" } ], "impact": "minor", "html": "<img src=\"https://static.wixstatic.com/media/131ca8_1b631ade386841b090da72cb9082516c~mv2.jpeg/v1/fill/w_147,h_164,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_auto/131ca8_1b631ade386841b090da72cb9082516c~mv2.jpeg\" alt=\"Greenfield Senior Living Inc.\" style=\"width: 490px; height: 547px; object-fit: cover; object-position: 50% 50%;\">", "target": [ "#comp-kyfoojqq > .dP6TWI[data-testid=\"slide-show-gallery-items\"][aria-live=\"polite\"] > .cLiG_l.WUGTsY[data-testid=\"gallery-item-item\"] > .dAzcPH.SKiqtb[aria-haspopup=\"true\"] > .FfVTJS > .oMaBOp > .VcuCbf > .qD5RnK[data-bg-effect-name=\"\"] > img[alt=\"Greenfield Senior Living Inc.\"]" ], "failureSummary": "Fix all of the following:\n Element contains <img> element with alt text that duplicates existing text" }, { "any": [], "all": [], "none": [ { "id": "duplicate-img-label", "data": null, "relatedNodes": [], "impact": "minor", "message": "Element contains <img> element with alt text that duplicates existing text" } ], "impact": "minor", "html": "<img src=\"https://static.wixstatic.com/media/131ca8_9e04a983febe4644b1e77153fb8d1ee0~mv2.jpg/v1/fill/w_147,h_206,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_auto/131ca8_9e04a983febe4644b1e77153fb8d1ee0~mv2.jpg\" alt=\"Greenfield Senior Living Inc.\" style=\"width: 414px; height: 526px; object-fit: cover; object-position: 50% 50%;\">", "target": [ "#comp-kyg3hipw > .dP6TWI[data-testid=\"slide-show-gallery-items\"][aria-live=\"polite\"] > .cLiG_l.WUGTsY[data-testid=\"gallery-item-item\"] > .dAzcPH.SKiqtb[aria-haspopup=\"true\"] > .FfVTJS > .oMaBOp > .VcuCbf > .qD5RnK[data-bg-effect-name=\"\"] > img[alt=\"Greenfield Senior Living Inc.\"]" ], "failureSummary": "Fix all of the following:\n Element contains <img> element with alt text that duplicates existing text" } ] }, { "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": "region", "accessibleText": "slide show gallery" }, "relatedNodes": [ { "html": "<div id=\"comp-kyfoojoa1\" data-testid=\"slide-show-gallery\" data-image-mode=\"clipImage\" role=\"region\" aria-label=\"Slide show gallery\" class=\"rvQAnj comp-kyfoojoa1 wixui-gallery\" data-angle=\"0\" data-angle-style-location=\"style\" style=\"opacity: 0;\">", "target": [ "#comp-kyfoojoa1" ] }, { "html": "<div id=\"comp-kyfoojpd\" data-testid=\"slide-show-gallery\" data-image-mode=\"clipImage\" role=\"region\" aria-label=\"Slide show gallery\" class=\"rvQAnj comp-kyfoojpd wixui-gallery\" data-angle=\"0\" data-angle-style-location=\"style\" style=\"opacity: 0;\">", "target": [ "#comp-kyfoojpd" ] }, { "html": "<div id=\"comp-kyfoojpq\" data-testid=\"slide-show-gallery\" data-image-mode=\"clipImage\" role=\"region\" aria-label=\"Slide show gallery\" class=\"rvQAnj comp-kyfoojpq wixui-gallery\" data-angle=\"0\" data-angle-style-location=\"style\" style=\"opacity: 0;\">", "target": [ "#comp-kyfoojpq" ] }, { "html": "<div id=\"comp-kyfoojqq\" data-testid=\"slide-show-gallery\" data-image-mode=\"clipImage\" role=\"region\" aria-label=\"Slide show gallery\" class=\"rvQAnj comp-kyfoojqq wixui-gallery\" data-angle=\"0\" data-angle-style-location=\"style\" style=\"opacity: 0;\">", "target": [ "#comp-kyfoojqq" ] }, { "html": "<div id=\"comp-kyg3hipw\" data-testid=\"slide-show-gallery\" data-image-mode=\"clipImage\" role=\"region\" aria-label=\"Slide show gallery\" class=\"rvQAnj comp-kyg3hipw wixui-gallery\" data-angle=\"0\" data-angle-style-location=\"style\" style=\"opacity: 0;\">", "target": [ "#comp-kyg3hipw" ] } ], "impact": "moderate", "message": "The landmark must have a unique aria-label, aria-labelledby, or title to make landmarks distinguishable" } ], "all": [], "none": [], "impact": "moderate", "html": "<div id=\"comp-kyfoojns1\" data-testid=\"slide-show-gallery\" data-image-mode=\"clipImage\" role=\"region\" aria-label=\"Slide show gallery\" class=\"rvQAnj comp-kyfoojns1 wixui-gallery\" data-angle=\"0\" data-angle-style-location=\"style\" style=\"opacity: 0;\">", "target": [ "#comp-kyfoojns1" ], "failureSummary": "Fix any of the following:\n The landmark must have a unique aria-label, aria-labelledby, or title to make landmarks distinguishable" }, { "any": [ { "id": "landmark-is-unique", "data": { "role": "region", "accessibleText": "slideshow" }, "relatedNodes": [ { "html": "<div id=\"comp-kyfook28\" class=\"comp-kyfook28 I7M4CO dTbtRf ignore-focus wixui-slideshow\" role=\"region\" tabindex=\"-1\" aria-label=\"Slideshow\" data-angle=\"0\" data-angle-style-location=\"style\" style=\"opacity: 0;\">", "target": [ "#comp-kyfook28" ] }, { "html": "<div id=\"comp-kyfook83\" class=\"comp-kyfook83 I7M4CO dTbtRf ignore-focus wixui-slideshow\" role=\"region\" tabindex=\"-1\" aria-label=\"Slideshow\" data-angle=\"0\" data-angle-style-location=\"style\" style=\"opacity: 0;\">", "target": [ "#comp-kyfook83" ] } ], "impact": "moderate", "message": "The landmark must have a unique aria-label, aria-labelledby, or title to make landmarks distinguishable" } ], "all": [], "none": [], "impact": "moderate", "html": "<div id=\"comp-kyfoojtz1\" class=\"comp-kyfoojtz1 I7M4CO dTbtRf ignore-focus wixui-slideshow\" role=\"region\" tabindex=\"-1\" aria-label=\"Slideshow\" data-angle=\"0\" data-angle-style-location=\"style\" style=\"opacity: 0;\">", "target": [ "#comp-kyfoojtz1" ], "failureSummary": "Fix any of the following:\n The landmark must have a unique aria-label, aria-labelledby, or title to make landmarks distinguishable" }, { "any": [ { "id": "landmark-is-unique", "data": { "role": "navigation", "accessibleText": "slides" }, "relatedNodes": [ { "html": "<nav aria-label=\"Slides\" class=\"DNIjoX\">", "target": [ "#comp-kyfook28 > .DNIjoX[aria-label=\"Slides\"]" ] }, { "html": "<nav aria-label=\"Slides\" class=\"DNIjoX\">", "target": [ "#comp-kyfook83 > .DNIjoX[aria-label=\"Slides\"]" ] } ], "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 aria-label=\"Slides\" class=\"DNIjoX\">", "target": [ "#comp-kyfoojtz1 > .DNIjoX[aria-label=\"Slides\"]" ], "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": [], "impact": "serious", "html": "<a data-testid=\"linkElement\" href=\"https://www.greenfieldseniorliving.com/our-mission\" target=\"_self\" class=\"u9k3ts\" tabindex=\"-1\" data-restore-tabindex=\"null\">", "target": [ "#comp-kyfoojsh > .u9k3ts[target=\"_self\"][data-testid=\"linkElement\"]" ], "failureSummary": "Fix any of the following:\n Element does not have text that is visible to screen readers\n aria-label attribute does not exist or is empty\n aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n Element has no title attribute" }, { "any": [ { "id": "has-visible-text", "data": null, "relatedNodes": [], "impact": "minor", "message": "Element does not have text that is visible to screen readers" }, { "id": "aria-label", "data": null, "relatedNodes": [], "impact": "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": [], "impact": "serious", "html": "<a data-testid=\"linkElement\" href=\"https://www.greenfieldseniorliving.com/education\" target=\"_self\" class=\"u9k3ts\" tabindex=\"-1\" data-restore-tabindex=\"null\">", "target": [ "#comp-kyfook1l > .u9k3ts[target=\"_self\"][data-testid=\"linkElement\"]" ], "failureSummary": "Fix any of the following:\n Element does not have text that is visible to screen readers\n aria-label attribute does not exist or is empty\n aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n Element has no title attribute" }, { "any": [ { "id": "has-visible-text", "data": null, "relatedNodes": [], "impact": "minor", "message": "Element does not have text that is visible to screen readers" }, { "id": "aria-label", "data": null, "relatedNodes": [], "impact": "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": [], "impact": "serious", "html": "<a data-testid=\"linkElement\" href=\"mailto:info@greenfieldseniorliving.com?subject=Subscribe | Greenfield Magazine\" target=\"_self\" class=\"u9k3ts\" tabindex=\"-1\" data-restore-tabindex=\"null\">", "target": [ "#comp-kyfook6q1 > .u9k3ts[target=\"_self\"][data-testid=\"linkElement\"]" ], "failureSummary": "Fix any of the following:\n Element does not have text that is visible to screen readers\n aria-label attribute does not exist or is empty\n aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n Element has no title attribute" }, { "any": [ { "id": "has-visible-text", "data": null, "relatedNodes": [], "impact": "minor", "message": "Element does not have text that is visible to screen readers" }, { "id": "aria-label", "data": null, "relatedNodes": [], "impact": "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": [], "impact": "serious", "html": "<a data-testid=\"linkElement\" href=\"https://www.greenfieldseniorliving.com/health-and-safety\" target=\"_self\" class=\"u9k3ts\" tabindex=\"-1\" data-restore-tabindex=\"null\">", "target": [ "#comp-kyfp5513 > .u9k3ts[target=\"_self\"][data-testid=\"linkElement\"]" ], "failureSummary": "Fix any of the following:\n Element does not have text that is visible to screen readers\n aria-label attribute does not exist or is empty\n aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n Element has no title attribute" }, { "any": [ { "id": "has-visible-text", "data": null, "relatedNodes": [], "impact": "minor", "message": "Element does not have text that is visible to screen readers" }, { "id": "aria-label", "data": null, "relatedNodes": [], "impact": "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": [], "impact": "serious", "html": "<a data-testid=\"linkElement\" href=\"https://www.greenfieldseniorliving.com/our-communites\" target=\"_self\" class=\"u9k3ts\" tabindex=\"-1\" data-restore-tabindex=\"null\">", "target": [ "#comp-kyfpob54 > .u9k3ts[target=\"_self\"][data-testid=\"linkElement\"]" ], "failureSummary": "Fix any of the following:\n Element does not have text that is visible to screen readers\n aria-label attribute does not exist or is empty\n aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n Element has no title attribute" }, { "any": [ { "id": "has-visible-text", "data": null, "relatedNodes": [], "impact": "minor", "message": "Element does not have text that is visible to screen readers" }, { "id": "aria-label", "data": null, "relatedNodes": [], "impact": "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": [], "impact": "serious", "html": "<a data-testid=\"linkElement\" href=\"https://www.greenfieldseniorliving.com/careers\" target=\"_self\" class=\"u9k3ts\" tabindex=\"-1\" data-restore-tabindex=\"null\">", "target": [ "#comp-kyfook7t > .u9k3ts[target=\"_self\"][data-testid=\"linkElement\"]" ], "failureSummary": "Fix any of the following:\n Element does not have text that is visible to screen readers\n aria-label attribute does not exist or is empty\n aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n Element has no title attribute" }, { "any": [ { "id": "has-visible-text", "data": null, "relatedNodes": [], "impact": "minor", "message": "Element does not have text that is visible to screen readers" }, { "id": "aria-label", "data": null, "relatedNodes": [], "impact": "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": [], "impact": "serious", "html": "<a data-testid=\"linkElement\" href=\"https://www.greenfieldseniorliving.com/virginia\" target=\"_self\" class=\"u9k3ts\" tabindex=\"-1\" data-restore-tabindex=\"null\">", "target": [ "#comp-kvghhk7w > .u9k3ts[target=\"_self\"][data-testid=\"linkElement\"]" ], "failureSummary": "Fix any of the following:\n Element does not have text that is visible to screen readers\n aria-label attribute does not exist or is empty\n aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n Element has no title attribute" }, { "any": [ { "id": "has-visible-text", "data": null, "relatedNodes": [], "impact": "minor", "message": "Element does not have text that is visible to screen readers" }, { "id": "aria-label", "data": null, "relatedNodes": [], "impact": "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": [], "impact": "serious", "html": "<a data-testid=\"linkElement\" href=\"https://www.greenfieldseniorliving.com/pennsylvania\" target=\"_self\" class=\"u9k3ts\" tabindex=\"-1\" data-restore-tabindex=\"null\">", "target": [ "#comp-kyj0e0py > .u9k3ts[target=\"_self\"][data-testid=\"linkElement\"]" ], "failureSummary": "Fix any of the following:\n Element does not have text that is visible to screen readers\n aria-label attribute does not exist or is empty\n aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n Element has no title attribute" }, { "any": [ { "id": "has-visible-text", "data": null, "relatedNodes": [], "impact": "minor", "message": "Element does not have text that is visible to screen readers" }, { "id": "aria-label", "data": null, "relatedNodes": [], "impact": "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": [], "impact": "serious", "html": "<a data-testid=\"linkElement\" href=\"https://www.greenfieldseniorliving.com/privacy-policy\" target=\"_blank\" class=\"u9k3ts\" tabindex=\"-1\" data-restore-tabindex=\"null\">", "target": [ ".u9k3ts[target=\"_blank\"][data-testid=\"linkElement\"]" ], "failureSummary": "Fix any of the following:\n Element does not have text that is visible to screen readers\n aria-label attribute does not exist or is empty\n aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n Element has no title attribute" } ] }, { "id": "presentation-role-conflict", "impact": "minor", "tags": [ "cat.aria", "best-practice", "ACT" ], "description": "Elements marked as presentational should not have global ARIA or tabindex to ensure all screen readers ignore them", "help": "Ensure elements marked as presentational are consistently ignored", "helpUrl": "https://dequeuniversity.com/rules/axe/4.7/presentation-role-conflict?application=axeAPI", "nodes": [ { "any": [], "all": [], "none": [ { "id": "is-element-focusable", "data": null, "relatedNodes": [], "impact": "minor", "message": "Element is not focusable." } ], "impact": "minor", "html": "<video id=\"comp-kyfoojk0_video\" class=\"K8MSra\" role=\"presentation\" crossorigin=\"anonymous\" playsinline=\"\" preload=\"auto\" muted=\"\" loop=\"\" tabindex=\"-1\" autoplay=\"\" src=\"https://video.wixstatic.com/video/131ca8_ec0acb833f6b425b910666396d14dc80/1080p/mp4/file.mp4\" style=\"height: 100%; width: 100%; object-fit: cover; object-position: center center;\">", "target": [ "#comp-kyfoojk0_video" ], "failureSummary": "Fix all of the following:\n Element is not focusable." } ] } ] }, "success": true }, "standardResult": { "totals": [ 37, 34, 17, 10 ], "instances": [ { "ruleID": "color-contrast", "what": "Elements must meet minimum color contrast ratio thresholds; Element's background color could not be determined because it is overlapped by another element", "ordinalSeverity": 1, "tagName": "P", "id": "comp-kmbqgnlm0label", "location": { "doc": "dom", "type": "selector", "spec": "#comp-kmbqgnlm0label" }, "excerpt": "<p class=\"foFAdY\" style=\"text-align: right; line-height: 50px;\" id=\"comp-kmbqgnlm0label\">Home</p>" }, { "ruleID": "color-contrast", "what": "Elements must meet minimum color contrast ratio thresholds; Element's background color could not be determined because it is overlapped by another element", "ordinalSeverity": 1, "tagName": "P", "id": "comp-kmbqgnlm1label", "location": { "doc": "dom", "type": "selector", "spec": "#comp-kmbqgnlm1label" }, "excerpt": "<p class=\"foFAdY\" style=\"text-align: right; line-height: 50px;\" id=\"comp-kmbqgnlm1label\">Our Mission</p>" }, { "ruleID": "color-contrast", "what": "Elements must meet minimum color contrast ratio thresholds; Element's background color could not be determined because it is overlapped by another element", "ordinalSeverity": 1, "tagName": "P", "id": "comp-kmbqgnlm2label", "location": { "doc": "dom", "type": "selector", "spec": "#comp-kmbqgnlm2label" }, "excerpt": "<p class=\"foFAdY\" style=\"text-align: right; line-height: 50px;\" id=\"comp-kmbqgnlm2label\">Our Life</p>" }, { "ruleID": "color-contrast", "what": "Elements must meet minimum color contrast ratio thresholds; Element's background color could not be determined because it is overlapped by another element", "ordinalSeverity": 1, "tagName": "P", "id": "comp-kmbqgnlm3label", "location": { "doc": "dom", "type": "selector", "spec": "#comp-kmbqgnlm3label" }, "excerpt": "<p class=\"foFAdY\" style=\"text-align: right; line-height: 50px;\" id=\"comp-kmbqgnlm3label\">Our Communites</p>" }, { "ruleID": "color-contrast", "what": "Elements must meet minimum color contrast ratio thresholds; Element's background color could not be determined because it is overlapped by another element", "ordinalSeverity": 1, "tagName": "P", "id": "comp-kmbqgnlm4label", "location": { "doc": "dom", "type": "selector", "spec": "#comp-kmbqgnlm4label" }, "excerpt": "<p class=\"foFAdY\" style=\"text-align: right; line-height: 50px;\" id=\"comp-kmbqgnlm4label\">Health & Safety</p>" }, { "ruleID": "color-contrast", "what": "Elements must meet minimum color contrast ratio thresholds; Element's background color could not be determined because it is overlapped by another element", "ordinalSeverity": 1, "tagName": "P", "id": "comp-kmbqgnlm5label", "location": { "doc": "dom", "type": "selector", "spec": "#comp-kmbqgnlm5label" }, "excerpt": "<p class=\"foFAdY\" style=\"text-align: right; line-height: 50px;\" id=\"comp-kmbqgnlm5label\">Careers</p>" }, { "ruleID": "color-contrast", "what": "Elements must meet minimum color contrast ratio thresholds; Element's background color could not be determined because element contains an image node", "ordinalSeverity": 1, "tagName": "P", "id": "comp-kmbqgnlm__more__label", "location": { "doc": "dom", "type": "selector", "spec": "#comp-kmbqgnlm__more__label" }, "excerpt": "<p class=\"foFAdY\" style=\"text-align: right; line-height: 50px;\" id=\"comp-kmbqgnlm__more__label\" tabindex=\"-1\">More</p>" }, { "ruleID": "color-contrast", "what": "Elements must meet minimum color contrast ratio thresholds; Element's background color could not be determined because it is overlapped by another element", "ordinalSeverity": 1, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "h1 > span > span > .color_11 > span" }, "excerpt": "<span style=\"letter-spacing:0.08em;\" class=\"wixui-rich-text__text\">GREENFIELD</span>" }, { "ruleID": "color-contrast", "what": "Elements must meet minimum color contrast ratio thresholds; Element's background color could not be determined because it is overlapped by another element", "ordinalSeverity": 1, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".color_11 > span > span > span > span > span" }, "excerpt": "<span style=\"letter-spacing:0.08em;\" class=\"wixui-rich-text__text\">SENIOR LIVING</span>" }, { "ruleID": "color-contrast", "what": "Elements must meet minimum color contrast ratio thresholds; Element's background color could not be determined because it is overlapped by another element", "ordinalSeverity": 1, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".font_2 > span > .color_11 > span" }, "excerpt": "<span style=\"font-family:raleway-semibold,raleway,sans-serif;\" class=\"wixui-rich-text__text\">THERE'S ALWAYS TIME FOR A LITTLE MAGIC!</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 gradient", "ordinalSeverity": 1, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "#comp-kthee6xm > .font_2 > span > span" }, "excerpt": "<span style=\"font-size:39px;\" class=\"wixui-rich-text__text\">Ask me how to save up to $750 off your move-in!</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 gradient", "ordinalSeverity": 1, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "span > span > span:nth-child(3) > span" }, "excerpt": "<span style=\"font-family:anton,sans-serif;\" class=\"wixui-rich-text__text\">ASSISTED & PERSONAL CARE LIVING | MEMORY CARE</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 gradient", "ordinalSeverity": 1, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "#comp-kthee6y5 > .font_8:nth-child(1) > span > .color_11 > span > span > span" }, "excerpt": "<span style=\"font-family:open sans,sans-serif;\" class=\"wixui-rich-text__text\">$2000 of first full month rent</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 gradient", "ordinalSeverity": 1, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".font_8:nth-child(2) > .color_11 > span:nth-child(1) > span > span > span" }, "excerpt": "<span style=\"font-family:open sans,sans-serif;\" class=\"wixui-rich-text__text\">Mo</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 gradient", "ordinalSeverity": 1, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".color_11 > span:nth-child(2) > span > span > span" }, "excerpt": "<span style=\"font-family:open sans,sans-serif;\" class=\"wixui-rich-text__text\">ve-</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 gradient", "ordinalSeverity": 1, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".color_11 > span:nth-child(3) > span > span > span" }, "excerpt": "<span style=\"font-family:open sans,sans-serif;\" class=\"wixui-rich-text__text\">in by</span>" }, { "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": ".color_11 > span:nth-child(4) > span > span > span" }, "excerpt": "<span style=\"font-family:open sans,sans-serif;\" class=\"wixui-rich-text__text\"> 0</span>" }, { "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": "span:nth-child(5) > span > span > span" }, "excerpt": "<span style=\"font-family:open sans,sans-serif;\" class=\"wixui-rich-text__text\">6</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 gradient", "ordinalSeverity": 1, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "span:nth-child(6) > span > span > span" }, "excerpt": "<span style=\"font-family:open sans,sans-serif;\" class=\"wixui-rich-text__text\">/10</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 gradient", "ordinalSeverity": 1, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "span:nth-child(7) > span > span > span" }, "excerpt": "<span style=\"font-family:open sans,sans-serif;\" class=\"wixui-rich-text__text\">/23</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 gradient", "ordinalSeverity": 1, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "#comp-lezkoeu1 > .font_8:nth-child(1) > span > .color_11 > span > span > span" }, "excerpt": "<span style=\"font-family:open sans,sans-serif;\" class=\"wixui-rich-text__text\">$1000 of first full month rent</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 gradient", "ordinalSeverity": 1, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "#comp-lezkoeu1 > .font_8:nth-child(2) > span:nth-child(1) > .color_11 > span > span > span" }, "excerpt": "<span style=\"font-family:open sans,sans-serif;\" class=\"wixui-rich-text__text\">Move-</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 gradient", "ordinalSeverity": 1, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "#comp-lezkoeu1 > .font_8:nth-child(2) > span:nth-child(2) > .color_11 > span > span > span" }, "excerpt": "<span style=\"font-family:open sans,sans-serif;\" class=\"wixui-rich-text__text\">in by 0</span>" }, { "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": "#comp-lezkoeu1 > .font_8:nth-child(2) > span:nth-child(3) > .color_11 > span:nth-child(1) > span > span" }, "excerpt": "<span style=\"font-family:open sans,sans-serif;\" class=\"wixui-rich-text__text\">6</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 gradient", "ordinalSeverity": 1, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "#comp-lezkoeu1 > .font_8:nth-child(2) > span:nth-child(3) > .color_11 > span:nth-child(2) > span > span" }, "excerpt": "<span style=\"font-family:open sans,sans-serif;\" class=\"wixui-rich-text__text\">/17</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 gradient", "ordinalSeverity": 1, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "#comp-lezkoeu1 > .font_8:nth-child(2) > span:nth-child(4) > .color_11 > span > span > span" }, "excerpt": "<span style=\"font-family:open sans,sans-serif;\" class=\"wixui-rich-text__text\">/23</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 gradient", "ordinalSeverity": 1, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "#comp-liop8s11 > .font_8:nth-child(1) > span > .color_11 > span > span > span" }, "excerpt": "<span style=\"font-family:open sans,sans-serif;\" class=\"wixui-rich-text__text\">$750 of first full month rent</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 gradient", "ordinalSeverity": 1, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "#comp-liop8s11 > .font_8:nth-child(2) > span:nth-child(1) > .color_11 > span > span > span" }, "excerpt": "<span style=\"font-family:open sans,sans-serif;\" class=\"wixui-rich-text__text\">Move-</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 gradient", "ordinalSeverity": 1, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "#comp-liop8s11 > .font_8:nth-child(2) > span:nth-child(2) > .color_11 > span > span > span" }, "excerpt": "<span style=\"font-family:open sans,sans-serif;\" class=\"wixui-rich-text__text\">in by 0</span>" }, { "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": "#comp-liop8s11 > .font_8:nth-child(2) > span:nth-child(3) > .color_11 > span:nth-child(1) > span > span" }, "excerpt": "<span style=\"font-family:open sans,sans-serif;\" class=\"wixui-rich-text__text\">6</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 gradient", "ordinalSeverity": 1, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "#comp-liop8s11 > .font_8:nth-child(2) > span:nth-child(3) > .color_11 > span:nth-child(2) > span > span" }, "excerpt": "<span style=\"font-family:open sans,sans-serif;\" class=\"wixui-rich-text__text\">/24</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 gradient", "ordinalSeverity": 1, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "#comp-liop8s11 > .font_8:nth-child(2) > span:nth-child(4) > .color_11 > span > span > span" }, "excerpt": "<span style=\"font-family:open sans,sans-serif;\" class=\"wixui-rich-text__text\">/23</span>" }, { "ruleID": "hidden-content", "what": "Hidden content on the page should be analyzed; There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it.", "ordinalSeverity": 0, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "#SCROLL_TO_TOP > .mHZSwn" }, "excerpt": "<span class=\"mHZSwn\">top of page</span>" }, { "ruleID": "hidden-content", "what": "Hidden content on the page should be analyzed; There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it.", "ordinalSeverity": 0, "tagName": "UL", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "#comp-kmbqgnlm3 > ul" }, "excerpt": "<ul aria-hidden=\"true\" style=\"display:none\">" }, { "ruleID": "hidden-content", "what": "Hidden content on the page should be analyzed; There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it.", "ordinalSeverity": 0, "tagName": "LI", "id": "comp-kmbqgnlm6", "location": { "doc": "dom", "type": "selector", "spec": "#comp-kmbqgnlm6" }, "excerpt": "<li id=\"comp-kmbqgnlm6\" data-direction=\"ltr\" data-listposition=\"right\" data-data-id=\"dataItem-kyichpol\" data-state=\"menu false link\" data-index=\"6\" class=\"rqt3qI wixui-dropdown-menu__item vDnwi4\" data-original-gap-between-text-and-btn=\"10\" aria-hidden=\"true\" style=\"width: 99px; height: 0px; position: absolute; box-sizing: border-box; overflow: hidden; visibility: hidden;\">" }, { "ruleID": "hidden-content", "what": "Hidden content on the page should be analyzed; There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it.", "ordinalSeverity": 0, "tagName": "DIV", "id": "comp-kmbqgnlmnavContainer-hiddenA11ySubMenuIndication", "location": { "doc": "dom", "type": "selector", "spec": "#comp-kmbqgnlmnavContainer-hiddenA11ySubMenuIndication" }, "excerpt": "<div style=\"display:none\" id=\"comp-kmbqgnlmnavContainer-hiddenA11ySubMenuIndication\">Use tab to navigate through the menu items.</div>" }, { "ruleID": "hidden-content", "what": "Hidden content on the page should be analyzed; There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it.", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "#comp-kyfoojns1 > .UakxP8" }, "excerpt": "<div class=\"UakxP8\">" }, { "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": "#comp-kyfoojns1 > .UakxP8 > .cLiG_l.WUGTsY[data-testid=\"gallery-item-ghost\"]:nth-child(1) > .dAzcPH.SKiqtb[aria-haspopup=\"true\"] > div:nth-child(2)" }, "excerpt": "<div style=\"display:none\"><span id=\"describedby_item-0-comp-kyfoojns1\" data-testid=\"gallery-item-describedby-id\">press to zoom</span></div>" }, { "ruleID": "hidden-content", "what": "Hidden content on the page should be analyzed; There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it.", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "#comp-kyfoojns1 > .UakxP8 > .cLiG_l.WUGTsY[data-testid=\"gallery-item-ghost\"]:nth-child(2) > .dAzcPH.SKiqtb[aria-haspopup=\"true\"] > div:nth-child(2)" }, "excerpt": "<div style=\"display:none\"><span id=\"describedby_item-1-comp-kyfoojns1\" data-testid=\"gallery-item-describedby-id\">press to zoom</span></div>" }, { "ruleID": "hidden-content", "what": "Hidden content on the page should be analyzed; There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it.", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "#comp-kyfoojns1 > .UakxP8 > .cLiG_l.WUGTsY[data-testid=\"gallery-item-ghost\"]:nth-child(3) > .dAzcPH.SKiqtb[aria-haspopup=\"true\"] > div:nth-child(2)" }, "excerpt": "<div style=\"display:none\"><span id=\"describedby_item-14-comp-kyfoojns1\" data-testid=\"gallery-item-describedby-id\">press to zoom</span></div>" }, { "ruleID": "hidden-content", "what": "Hidden content on the page should be analyzed; There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it.", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "#comp-kyfoojns1 > .dP6TWI[data-testid=\"slide-show-gallery-items\"][aria-live=\"polite\"] > .cLiG_l.WUGTsY[data-testid=\"gallery-item-item\"] > .dAzcPH.SKiqtb[aria-haspopup=\"true\"] > div:nth-child(2)" }, "excerpt": "<div style=\"display:none\"><span id=\"describedby_item-current-0-comp-kyfoojns1\" data-testid=\"gallery-item-describedby-id\">press to zoom</span></div>" }, { "ruleID": "hidden-content", "what": "Hidden content on the page should be analyzed; There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it.", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "#comp-kyfoojoa1 > .UakxP8" }, "excerpt": "<div class=\"UakxP8\">" }, { "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": "#comp-kyfoojoa1 > .UakxP8 > .cLiG_l.WUGTsY[data-testid=\"gallery-item-ghost\"]:nth-child(1) > .dAzcPH.SKiqtb[aria-haspopup=\"true\"] > div:nth-child(2)" }, "excerpt": "<div style=\"display:none\"><span id=\"describedby_item-0-comp-kyfoojoa1\" data-testid=\"gallery-item-describedby-id\">press to zoom</span></div>" }, { "ruleID": "hidden-content", "what": "Hidden content on the page should be analyzed; There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it.", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "#comp-kyfoojoa1 > .UakxP8 > .cLiG_l.WUGTsY[data-testid=\"gallery-item-ghost\"]:nth-child(2) > .dAzcPH.SKiqtb[aria-haspopup=\"true\"] > div:nth-child(2)" }, "excerpt": "<div style=\"display:none\"><span id=\"describedby_item-1-comp-kyfoojoa1\" data-testid=\"gallery-item-describedby-id\">press to zoom</span></div>" }, { "ruleID": "hidden-content", "what": "Hidden content on the page should be analyzed; There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it.", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "#comp-kyfoojoa1 > .UakxP8 > .cLiG_l.WUGTsY[data-testid=\"gallery-item-ghost\"]:nth-child(3) > .dAzcPH.SKiqtb[aria-haspopup=\"true\"] > div:nth-child(2)" }, "excerpt": "<div style=\"display:none\"><span id=\"describedby_item-21-comp-kyfoojoa1\" data-testid=\"gallery-item-describedby-id\">press to zoom</span></div>" }, { "ruleID": "hidden-content", "what": "Hidden content on the page should be analyzed; There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it.", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "#comp-kyfoojoa1 > .dP6TWI[data-testid=\"slide-show-gallery-items\"][aria-live=\"polite\"] > .cLiG_l.WUGTsY[data-testid=\"gallery-item-item\"] > .dAzcPH.SKiqtb[aria-haspopup=\"true\"] > div:nth-child(2)" }, "excerpt": "<div style=\"display:none\"><span id=\"describedby_item-current-0-comp-kyfoojoa1\" data-testid=\"gallery-item-describedby-id\">press to zoom</span></div>" }, { "ruleID": "hidden-content", "what": "Hidden content on the page should be analyzed; There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it.", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "#comp-kyfoojpd > .UakxP8" }, "excerpt": "<div class=\"UakxP8\">" }, { "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": "#comp-kyfoojpd > .UakxP8 > .cLiG_l.WUGTsY[data-testid=\"gallery-item-ghost\"]:nth-child(1) > .dAzcPH.SKiqtb[aria-haspopup=\"true\"] > div:nth-child(2)" }, "excerpt": "<div style=\"display:none\"><span id=\"describedby_item-0-comp-kyfoojpd\" data-testid=\"gallery-item-describedby-id\">press to zoom</span></div>" }, { "ruleID": "hidden-content", "what": "Hidden content on the page should be analyzed; There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it.", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "#comp-kyfoojpd > .UakxP8 > .cLiG_l.WUGTsY[data-testid=\"gallery-item-ghost\"]:nth-child(2) > .dAzcPH.SKiqtb[aria-haspopup=\"true\"] > div:nth-child(2)" }, "excerpt": "<div style=\"display:none\"><span id=\"describedby_item-1-comp-kyfoojpd\" data-testid=\"gallery-item-describedby-id\">press to zoom</span></div>" }, { "ruleID": "hidden-content", "what": "Hidden content on the page should be analyzed; There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it.", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "#comp-kyfoojpd > .UakxP8 > .cLiG_l.WUGTsY[data-testid=\"gallery-item-ghost\"]:nth-child(3) > .dAzcPH.SKiqtb[aria-haspopup=\"true\"] > div:nth-child(2)" }, "excerpt": "<div style=\"display:none\"><span id=\"describedby_item-7-comp-kyfoojpd\" data-testid=\"gallery-item-describedby-id\">press to zoom</span></div>" }, { "ruleID": "hidden-content", "what": "Hidden content on the page should be analyzed; There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it.", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "#comp-kyfoojpd > .dP6TWI[data-testid=\"slide-show-gallery-items\"][aria-live=\"polite\"] > .cLiG_l.WUGTsY[data-testid=\"gallery-item-item\"] > .dAzcPH.SKiqtb[aria-haspopup=\"true\"] > div:nth-child(2)" }, "excerpt": "<div style=\"display:none\"><span id=\"describedby_item-current-0-comp-kyfoojpd\" data-testid=\"gallery-item-describedby-id\">press to zoom</span></div>" }, { "ruleID": "hidden-content", "what": "Hidden content on the page should be analyzed; There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it.", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "#comp-kyfoojpq > .UakxP8" }, "excerpt": "<div class=\"UakxP8\">" }, { "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": "#comp-kyfoojpq > .UakxP8 > .cLiG_l.WUGTsY[data-testid=\"gallery-item-ghost\"]:nth-child(1) > .dAzcPH.SKiqtb[aria-haspopup=\"true\"] > div:nth-child(2)" }, "excerpt": "<div style=\"display:none\"><span id=\"describedby_item-0-comp-kyfoojpq\" data-testid=\"gallery-item-describedby-id\">press to zoom</span></div>" }, { "ruleID": "hidden-content", "what": "Hidden content on the page should be analyzed; There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it.", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "#comp-kyfoojpq > .UakxP8 > .cLiG_l.WUGTsY[data-testid=\"gallery-item-ghost\"]:nth-child(2) > .dAzcPH.SKiqtb[aria-haspopup=\"true\"] > div:nth-child(2)" }, "excerpt": "<div style=\"display:none\"><span id=\"describedby_item-1-comp-kyfoojpq\" data-testid=\"gallery-item-describedby-id\">press to zoom</span></div>" }, { "ruleID": "hidden-content", "what": "Hidden content on the page should be analyzed; There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it.", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "#comp-kyfoojpq > .UakxP8 > .cLiG_l.WUGTsY[data-testid=\"gallery-item-ghost\"]:nth-child(3) > .dAzcPH.SKiqtb[aria-haspopup=\"true\"] > div:nth-child(2)" }, "excerpt": "<div style=\"display:none\"><span id=\"describedby_item-6-comp-kyfoojpq\" data-testid=\"gallery-item-describedby-id\">press to zoom</span></div>" }, { "ruleID": "hidden-content", "what": "Hidden content on the page should be analyzed; There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it.", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "#comp-kyfoojpq > .dP6TWI[data-testid=\"slide-show-gallery-items\"][aria-live=\"polite\"] > .cLiG_l.WUGTsY[data-testid=\"gallery-item-item\"] > .dAzcPH.SKiqtb[aria-haspopup=\"true\"] > div:nth-child(2)" }, "excerpt": "<div style=\"display:none\"><span id=\"describedby_item-current-0-comp-kyfoojpq\" data-testid=\"gallery-item-describedby-id\">press to zoom</span></div>" }, { "ruleID": "hidden-content", "what": "Hidden content on the page should be analyzed; There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it.", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "#comp-kyfoojqq > .UakxP8" }, "excerpt": "<div class=\"UakxP8\">" }, { "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": "#comp-kyfoojqq > .UakxP8 > .cLiG_l.WUGTsY[data-testid=\"gallery-item-ghost\"]:nth-child(1) > .dAzcPH.SKiqtb[aria-haspopup=\"true\"] > div:nth-child(2)" }, "excerpt": "<div style=\"display:none\"><span id=\"describedby_item-0-comp-kyfoojqq\" data-testid=\"gallery-item-describedby-id\">press to zoom</span></div>" }, { "ruleID": "hidden-content", "what": "Hidden content on the page should be analyzed; There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it.", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "#comp-kyfoojqq > .UakxP8 > .cLiG_l.WUGTsY[data-testid=\"gallery-item-ghost\"]:nth-child(2) > .dAzcPH.SKiqtb[aria-haspopup=\"true\"] > div:nth-child(2)" }, "excerpt": "<div style=\"display:none\"><span id=\"describedby_item-1-comp-kyfoojqq\" data-testid=\"gallery-item-describedby-id\">press to zoom</span></div>" }, { "ruleID": "hidden-content", "what": "Hidden content on the page should be analyzed; There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it.", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "#comp-kyfoojqq > .UakxP8 > .cLiG_l.WUGTsY[data-testid=\"gallery-item-ghost\"]:nth-child(3) > .dAzcPH.SKiqtb[aria-haspopup=\"true\"] > div:nth-child(2)" }, "excerpt": "<div style=\"display:none\"><span id=\"describedby_item-20-comp-kyfoojqq\" data-testid=\"gallery-item-describedby-id\">press to zoom</span></div>" }, { "ruleID": "hidden-content", "what": "Hidden content on the page should be analyzed; There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it.", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "#comp-kyfoojqq > .dP6TWI[data-testid=\"slide-show-gallery-items\"][aria-live=\"polite\"] > .cLiG_l.WUGTsY[data-testid=\"gallery-item-item\"] > .dAzcPH.SKiqtb[aria-haspopup=\"true\"] > div:nth-child(2)" }, "excerpt": "<div style=\"display:none\"><span id=\"describedby_item-current-0-comp-kyfoojqq\" data-testid=\"gallery-item-describedby-id\">press to zoom</span></div>" }, { "ruleID": "hidden-content", "what": "Hidden content on the page should be analyzed; There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it.", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "#comp-kyg3hipw > .UakxP8" }, "excerpt": "<div class=\"UakxP8\">" }, { "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": "#comp-kyg3hipw > .UakxP8 > .cLiG_l.WUGTsY[data-testid=\"gallery-item-ghost\"]:nth-child(1) > .dAzcPH.SKiqtb[aria-haspopup=\"true\"] > div:nth-child(2)" }, "excerpt": "<div style=\"display:none\"><span id=\"describedby_item-0-comp-kyg3hipw\" data-testid=\"gallery-item-describedby-id\">press to zoom</span></div>" }, { "ruleID": "hidden-content", "what": "Hidden content on the page should be analyzed; There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it.", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "#comp-kyg3hipw > .UakxP8 > .cLiG_l.WUGTsY[data-testid=\"gallery-item-ghost\"]:nth-child(2) > .dAzcPH.SKiqtb[aria-haspopup=\"true\"] > div:nth-child(2)" }, "excerpt": "<div style=\"display:none\"><span id=\"describedby_item-1-comp-kyg3hipw\" data-testid=\"gallery-item-describedby-id\">press to zoom</span></div>" }, { "ruleID": "hidden-content", "what": "Hidden content on the page should be analyzed; There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it.", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "#comp-kyg3hipw > .UakxP8 > .cLiG_l.WUGTsY[data-testid=\"gallery-item-ghost\"]:nth-child(3) > .dAzcPH.SKiqtb[aria-haspopup=\"true\"] > div:nth-child(2)" }, "excerpt": "<div style=\"display:none\"><span id=\"describedby_item-6-comp-kyg3hipw\" data-testid=\"gallery-item-describedby-id\">press to zoom</span></div>" }, { "ruleID": "hidden-content", "what": "Hidden content on the page should be analyzed; There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it.", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "#comp-kyg3hipw > .dP6TWI[data-testid=\"slide-show-gallery-items\"][aria-live=\"polite\"] > .cLiG_l.WUGTsY[data-testid=\"gallery-item-item\"] > .dAzcPH.SKiqtb[aria-haspopup=\"true\"] > div:nth-child(2)" }, "excerpt": "<div style=\"display:none\"><span id=\"describedby_item-current-0-comp-kyg3hipw\" data-testid=\"gallery-item-describedby-id\">press to zoom</span></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": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "#SCROLL_TO_BOTTOM > .mHZSwn" }, "excerpt": "<span class=\"mHZSwn\">bottom of page</span>" }, { "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": "#comp-kyfoojs7 > .kuTaGy.wixui-button.zKbzSQ" }, "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.greenfieldseniorliving.com/our-mission\" target=\"_self\" class=\"kuTaGy wixui-button zKbzSQ\" aria-disabled=\"false\" tabindex=\"-1\" data-restore-tabindex=\"null\"><span class=\"M3I7Z2 wixui-button__label\">Read More</span></a>" }, { "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": "#comp-kvghhjq8 > .kuTaGy.wixui-button.zKbzSQ" }, "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.greenfieldseniorliving.com/virginia\" target=\"_self\" class=\"kuTaGy wixui-button zKbzSQ\" aria-disabled=\"false\" tabindex=\"-1\" data-restore-tabindex=\"null\"><span class=\"M3I7Z2 wixui-button__label\">Click here</span></a>" }, { "ruleID": "video-caption", "what": "<video> elements must have captions", "ordinalSeverity": 1, "tagName": "VIDEO", "id": "comp-kyfoojk0_video", "location": { "doc": "dom", "type": "selector", "spec": "#comp-kyfoojk0_video" }, "excerpt": "<video id=\"comp-kyfoojk0_video\" class=\"K8MSra\" role=\"presentation\" crossorigin=\"anonymous\" playsinline=\"\" preload=\"auto\" muted=\"\" loop=\"\" tabindex=\"-1\" autoplay=\"\" src=\"https://video.wixstatic.com/video/131ca8_ec0acb833f6b425b910666396d14dc80/1080p/mp4/file.mp4\" style=\"height: 100%; width: 100%; object-fit: cover; object-position: center center;\">" }, { "ruleID": "css-orientation-lock", "what": "CSS Media queries must not lock display orientation; CSS Orientation lock cannot be determined", "ordinalSeverity": 1, "tagName": "HTML", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html" }, "excerpt": "<html lang=\"en\">" }, { "ruleID": "aria-allowed-role", "what": "ARIA role should be appropriate for the element; ARIA role presentation is not allowed for given element", "ordinalSeverity": 2, "tagName": "VIDEO", "id": "comp-kyfoojk0_video", "location": { "doc": "dom", "type": "selector", "spec": "#comp-kyfoojk0_video" }, "excerpt": "<video id=\"comp-kyfoojk0_video\" class=\"K8MSra\" role=\"presentation\" crossorigin=\"anonymous\" playsinline=\"\" preload=\"auto\" muted=\"\" loop=\"\" tabindex=\"-1\" autoplay=\"\" src=\"https://video.wixstatic.com/video/131ca8_ec0acb833f6b425b910666396d14dc80/1080p/mp4/file.mp4\" style=\"height: 100%; width: 100%; object-fit: cover; object-position: center center;\">" }, { "ruleID": "aria-dialog-name", "what": "ARIA dialog and alertdialog nodes should have an accessible name; 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": "DIV", "id": "popups-wrapper", "location": { "doc": "dom", "type": "selector", "spec": "#popups-wrapper" }, "excerpt": "<div id=\"popups-wrapper\" class=\"NSl5q_\" tabindex=\"-1\" role=\"dialog\">" }, { "ruleID": "duplicate-id", "what": "id attribute value must be unique; Document has multiple static elements with the same id attribute: img_undefined", "ordinalSeverity": 2, "tagName": "WOW-IMAGE", "id": "img_undefined", "location": { "doc": "dom", "type": "selector", "spec": "#comp-kyfoojns1 > .UakxP8 > .cLiG_l.WUGTsY[data-testid=\"gallery-item-ghost\"]:nth-child(1) > .dAzcPH.SKiqtb[aria-haspopup=\"true\"] > .FfVTJS > .oMaBOp > .VcuCbf > .qD5RnK[data-bg-effect-name=\"\"]" }, "excerpt": "<wow-image id=\"img_undefined\" class=\"HlRz5e qD5RnK\" data-image-info=\"{"displayMode":"fill","isLQIP":true,"imageData":{"width":2350,"height": ... data-src=\"https://static.wixstatic.com/media/131ca8_9464b9d4b7a64972825aed5912c6173c~mv2.jpg/v1/fill/w_490,h_547,al_c,q_80,usm_0.66_1.00_0.01,enc_auto/131ca8_9464b9d4b7a64972825aed5912c6173c~mv2.jpg\">" }, { "ruleID": "heading-order", "what": "Heading levels should only increase by one; Heading order invalid", "ordinalSeverity": 2, "tagName": "H6", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "#comp-kyfoojt1 > h6" }, "excerpt": "<h6 class=\"font_6 wixui-rich-text__text\" style=\"font-size:15px; line-height:normal;\"><span style=\"letter-spacing:normal;\" class=\"wixui-rich-text__text\"><span style=\"font-size:15px;\" class=\"wixui-rich-text__text\">OUR LIFE</span></span></h6>" }, { "ruleID": "heading-order", "what": "Heading levels should only increase by one; Heading order invalid", "ordinalSeverity": 2, "tagName": "H6", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "#comp-kyg3di5i > h6" }, "excerpt": "<h6 class=\"font_6 wixui-rich-text__text\" style=\"font-size:15px; line-height:normal;\"><span class=\"color_11 wixui-rich-text__text\"><span style=\"letter-spacing:normal;\" class=\"wixui-rich-text__text\"><span style=\"font-size:15px;\" class=\"wixui-rich-text__text\">OUR PEOPLE</span></span></span></h6>" }, { "ruleID": "heading-order", "what": "Heading levels should only increase by one; Heading order invalid", "ordinalSeverity": 2, "tagName": "H6", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "#comp-kyfook11 > h6" }, "excerpt": "<h6 class=\"font_6 wixui-rich-text__text\" style=\"font-size:15px; line-height:normal;\"><span style=\"letter-spacing:normal;\" class=\"wixui-rich-text__text\"><span style=\"font-size:15px;\" class=\"wixui-rich-text__text\">5-STAR TRAINING</span></span></h6>" }, { "ruleID": "heading-order", "what": "Heading levels should only increase by one; Heading order invalid", "ordinalSeverity": 2, "tagName": "H6", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "#comp-kyfp5502 > h6" }, "excerpt": "<h6 class=\"font_6 wixui-rich-text__text\" style=\"font-size:15px; line-height:normal;\"><span style=\"letter-spacing:normal;\" class=\"wixui-rich-text__text\"><span style=\"font-size:15px;\" class=\"wixui-rich-text__text\">HEALTH & SAFETY</span></span></h6>" }, { "ruleID": "heading-order", "what": "Heading levels should only increase by one; Heading order invalid", "ordinalSeverity": 2, "tagName": "H6", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "#comp-kyfpob4d > h6" }, "excerpt": "<h6 class=\"font_6 wixui-rich-text__text\" style=\"font-size:15px; line-height:normal;\">" }, { "ruleID": "image-redundant-alt", "what": "Alternative text of images should not be repeated as text", "ordinalSeverity": 2, "tagName": "IMG", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "#comp-kyfoojns1 > .dP6TWI[data-testid=\"slide-show-gallery-items\"][aria-live=\"polite\"] > .cLiG_l.WUGTsY[data-testid=\"gallery-item-item\"] > .dAzcPH.SKiqtb[aria-haspopup=\"true\"] > .FfVTJS > .oMaBOp > .VcuCbf > .qD5RnK[data-bg-effect-name=\"\"] > img[alt=\"Greenfield Senior Living Inc.\"]" }, "excerpt": "<img src=\"https://static.wixstatic.com/media/131ca8_9464b9d4b7a64972825aed5912c6173c~mv2.jpg/v1/fill/w_147,h_164,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_auto/131ca8_9464b9d4b7a64972825aed5912c6173c~mv2.jpg\" alt=\"Greenfield Senior Living Inc.\" style=\"width: 490px; height: 547px; object-fit: cover; object-position: 50% 50%;\">" }, { "ruleID": "image-redundant-alt", "what": "Alternative text of images should not be repeated as text", "ordinalSeverity": 2, "tagName": "IMG", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "#comp-kyfoojoa1 > .dP6TWI[data-testid=\"slide-show-gallery-items\"][aria-live=\"polite\"] > .cLiG_l.WUGTsY[data-testid=\"gallery-item-item\"] > .dAzcPH.SKiqtb[aria-haspopup=\"true\"] > .FfVTJS > .oMaBOp > .VcuCbf > .qD5RnK[data-bg-effect-name=\"\"] > img[alt=\"Greenfield Senior Living Inc.\"]" }, "excerpt": "<img src=\"https://static.wixstatic.com/media/131ca8_dceae280b43a474f8dc121fe6fba9034~mv2.jpeg/v1/fill/w_147,h_164,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_auto/131ca8_dceae280b43a474f8dc121fe6fba9034~mv2.jpeg\" alt=\"Greenfield Senior Living Inc.\" style=\"width: 490px; height: 547px; object-fit: cover; object-position: 50% 50%;\">" }, { "ruleID": "image-redundant-alt", "what": "Alternative text of images should not be repeated as text", "ordinalSeverity": 2, "tagName": "IMG", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "#comp-kyfoojpd > .dP6TWI[data-testid=\"slide-show-gallery-items\"][aria-live=\"polite\"] > .cLiG_l.WUGTsY[data-testid=\"gallery-item-item\"] > .dAzcPH.SKiqtb[aria-haspopup=\"true\"] > .FfVTJS > .oMaBOp > .VcuCbf > .qD5RnK[data-bg-effect-name=\"\"] > img[alt=\"Greenfield Senior Living Inc.\"]" }, "excerpt": "<img src=\"https://static.wixstatic.com/media/131ca8_9853e4e7c8f54227ae3001b15dcddf5b~mv2.jpeg/v1/fill/w_147,h_164,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_auto/131ca8_9853e4e7c8f54227ae3001b15dcddf5b~mv2.jpeg\" alt=\"Greenfield Senior Living Inc.\" style=\"width: 490px; height: 547px; object-fit: cover; object-position: 50% 50%;\">" }, { "ruleID": "image-redundant-alt", "what": "Alternative text of images should not be repeated as text", "ordinalSeverity": 2, "tagName": "IMG", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "#comp-kyfoojpq > .dP6TWI[data-testid=\"slide-show-gallery-items\"][aria-live=\"polite\"] > .cLiG_l.WUGTsY[data-testid=\"gallery-item-item\"] > .dAzcPH.SKiqtb[aria-haspopup=\"true\"] > .FfVTJS > .oMaBOp > .VcuCbf > .qD5RnK[data-bg-effect-name=\"\"] > img[alt=\"Greenfield Senior Living Inc.\"]" }, "excerpt": "<img src=\"https://static.wixstatic.com/media/131ca8_8e1bb7f61a3a4e9a84470d6babc5870e~mv2.jpeg/v1/fill/w_147,h_164,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_auto/131ca8_8e1bb7f61a3a4e9a84470d6babc5870e~mv2.jpeg\" alt=\"Greenfield Senior Living Inc.\" style=\"width: 490px; height: 547px; object-fit: cover; object-position: 50% 50%;\">" }, { "ruleID": "image-redundant-alt", "what": "Alternative text of images should not be repeated as text", "ordinalSeverity": 2, "tagName": "IMG", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "#comp-kyfoojqq > .dP6TWI[data-testid=\"slide-show-gallery-items\"][aria-live=\"polite\"] > .cLiG_l.WUGTsY[data-testid=\"gallery-item-item\"] > .dAzcPH.SKiqtb[aria-haspopup=\"true\"] > .FfVTJS > .oMaBOp > .VcuCbf > .qD5RnK[data-bg-effect-name=\"\"] > img[alt=\"Greenfield Senior Living Inc.\"]" }, "excerpt": "<img src=\"https://static.wixstatic.com/media/131ca8_1b631ade386841b090da72cb9082516c~mv2.jpeg/v1/fill/w_147,h_164,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_auto/131ca8_1b631ade386841b090da72cb9082516c~mv2.jpeg\" alt=\"Greenfield Senior Living Inc.\" style=\"width: 490px; height: 547px; object-fit: cover; object-position: 50% 50%;\">" }, { "ruleID": "image-redundant-alt", "what": "Alternative text of images should not be repeated as text", "ordinalSeverity": 2, "tagName": "IMG", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "#comp-kyg3hipw > .dP6TWI[data-testid=\"slide-show-gallery-items\"][aria-live=\"polite\"] > .cLiG_l.WUGTsY[data-testid=\"gallery-item-item\"] > .dAzcPH.SKiqtb[aria-haspopup=\"true\"] > .FfVTJS > .oMaBOp > .VcuCbf > .qD5RnK[data-bg-effect-name=\"\"] > img[alt=\"Greenfield Senior Living Inc.\"]" }, "excerpt": "<img src=\"https://static.wixstatic.com/media/131ca8_9e04a983febe4644b1e77153fb8d1ee0~mv2.jpg/v1/fill/w_147,h_206,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_auto/131ca8_9e04a983febe4644b1e77153fb8d1ee0~mv2.jpg\" alt=\"Greenfield Senior Living Inc.\" style=\"width: 414px; height: 526px; object-fit: cover; object-position: 50% 50%;\">" }, { "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": "DIV", "id": "comp-kyfoojns1", "location": { "doc": "dom", "type": "selector", "spec": "#comp-kyfoojns1" }, "excerpt": "<div id=\"comp-kyfoojns1\" data-testid=\"slide-show-gallery\" data-image-mode=\"clipImage\" role=\"region\" aria-label=\"Slide show gallery\" class=\"rvQAnj comp-kyfoojns1 wixui-gallery\" data-angle=\"0\" data-angle-style-location=\"style\" style=\"opacity: 0;\">" }, { "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": "DIV", "id": "comp-kyfoojtz1", "location": { "doc": "dom", "type": "selector", "spec": "#comp-kyfoojtz1" }, "excerpt": "<div id=\"comp-kyfoojtz1\" class=\"comp-kyfoojtz1 I7M4CO dTbtRf ignore-focus wixui-slideshow\" role=\"region\" tabindex=\"-1\" aria-label=\"Slideshow\" data-angle=\"0\" data-angle-style-location=\"style\" style=\"opacity: 0;\">" }, { "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": "#comp-kyfoojtz1 > .DNIjoX[aria-label=\"Slides\"]" }, "excerpt": "<nav aria-label=\"Slides\" class=\"DNIjoX\">" }, { "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": "#comp-kyfoojsh > .u9k3ts[target=\"_self\"][data-testid=\"linkElement\"]" }, "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.greenfieldseniorliving.com/our-mission\" target=\"_self\" class=\"u9k3ts\" tabindex=\"-1\" data-restore-tabindex=\"null\">" }, { "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": "#comp-kyfook1l > .u9k3ts[target=\"_self\"][data-testid=\"linkElement\"]" }, "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.greenfieldseniorliving.com/education\" target=\"_self\" class=\"u9k3ts\" tabindex=\"-1\" data-restore-tabindex=\"null\">" }, { "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": "#comp-kyfook6q1 > .u9k3ts[target=\"_self\"][data-testid=\"linkElement\"]" }, "excerpt": "<a data-testid=\"linkElement\" href=\"mailto:info@greenfieldseniorliving.com?subject=Subscribe | Greenfield Magazine\" target=\"_self\" class=\"u9k3ts\" tabindex=\"-1\" data-restore-tabindex=\"null\">" }, { "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": "#comp-kyfp5513 > .u9k3ts[target=\"_self\"][data-testid=\"linkElement\"]" }, "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.greenfieldseniorliving.com/health-and-safety\" target=\"_self\" class=\"u9k3ts\" tabindex=\"-1\" data-restore-tabindex=\"null\">" }, { "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": "#comp-kyfpob54 > .u9k3ts[target=\"_self\"][data-testid=\"linkElement\"]" }, "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.greenfieldseniorliving.com/our-communites\" target=\"_self\" class=\"u9k3ts\" tabindex=\"-1\" data-restore-tabindex=\"null\">" }, { "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": "#comp-kyfook7t > .u9k3ts[target=\"_self\"][data-testid=\"linkElement\"]" }, "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.greenfieldseniorliving.com/careers\" target=\"_self\" class=\"u9k3ts\" tabindex=\"-1\" data-restore-tabindex=\"null\">" }, { "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": "#comp-kvghhk7w > .u9k3ts[target=\"_self\"][data-testid=\"linkElement\"]" }, "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.greenfieldseniorliving.com/virginia\" target=\"_self\" class=\"u9k3ts\" tabindex=\"-1\" data-restore-tabindex=\"null\">" }, { "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": "#comp-kyj0e0py > .u9k3ts[target=\"_self\"][data-testid=\"linkElement\"]" }, "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.greenfieldseniorliving.com/pennsylvania\" target=\"_self\" class=\"u9k3ts\" tabindex=\"-1\" data-restore-tabindex=\"null\">" }, { "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": ".u9k3ts[target=\"_blank\"][data-testid=\"linkElement\"]" }, "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.greenfieldseniorliving.com/privacy-policy\" target=\"_blank\" class=\"u9k3ts\" tabindex=\"-1\" data-restore-tabindex=\"null\">" }, { "ruleID": "presentation-role-conflict", "what": "Ensure elements marked as presentational are consistently ignored", "ordinalSeverity": 2, "tagName": "VIDEO", "id": "comp-kyfoojk0_video", "location": { "doc": "dom", "type": "selector", "spec": "#comp-kyfoojk0_video" }, "excerpt": "<video id=\"comp-kyfoojk0_video\" class=\"K8MSra\" role=\"presentation\" crossorigin=\"anonymous\" playsinline=\"\" preload=\"auto\" muted=\"\" loop=\"\" tabindex=\"-1\" autoplay=\"\" src=\"https://video.wixstatic.com/video/131ca8_ec0acb833f6b425b910666396d14dc80/1080p/mp4/file.mp4\" style=\"height: 100%; width: 100%; object-fit: cover; object-position: center center;\">" } ] }, "endTime": 1687010016244 }, { "type": "launch", "which": "chromium", "startTime": 1687010016244, "endTime": 1687010016821 }, { "type": "url", "which": "https://www.greenfieldseniorliving.com/", "what": "Greenfield Senior Living", "startTime": 1687010016822, "result": { "url": "https://www.greenfieldseniorliving.com/" }, "endTime": 1687010017574 }, { "type": "test", "which": "continuum", "startTime": 1687010017574, "url": "https://www.greenfieldseniorliving.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 WOW-IMAGE has an id attribute of 'img_undefined', which is not unique in the same DOM", "element": "<div data-src=\"https://static.wixstatic.com/media/131ca8_9464b9d4b7a64972825aed5912c6173c~mv2.jpg/v1/fill/w_490,h_547,al_c,q_80,usm_0.66_1.00_0.01,enc_auto/131ca8_9464b9d4b7a64972825aed5912c6173c~mv2. ... ps://static.wixstatic.com/media/131ca8_9464b9d4b7a64972825aed5912c6173c~mv2.jpg/v1/fill/w_147,h_164,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_auto/131ca8_9464b9d4b7a64972825aed5912c6173c~mv2.jpg\"></div>", "path": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(3)>*:nth-child(2)>*:nth-child(1)>*:nth-child(3)>*:nth-child(2)>*:nth-child(2)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)", "fingerprint": { "version": 2, "css": "div[id=\"img_undefined\"][class=\"HlRz5e qD5RnK\"][data-image-info=\"{\\\"displayMode\\\":\\\"fill\\\",\\\"isLQIP\\\":true,\\\"imageData\\\":{\\\"width\\\":2350,\\\"height\\\":2628,\\\"uri\\\":\\\"131ca8_9464b9d4b7a64972825aed5912c6173c~mv2.jpg\\\",\\\"name\\\":\\\"\\\",\\\"displayMode\\\":\\\"fill\\\"}}\"][data-bg-effect-name=\"\"][data-has-ssr-src=\"\"][data-src=\"https://static.wixstatic.com/media/131ca8_9464b9d4b7a64972825aed5912c6173c~mv2.jpg/v1/fill/w_490,h_547,al_c,q_80,usm_0.66_1.00_0.01,enc_auto/131ca8_9464b9d4b7a64972825aed5912c6173c~mv2.jpg\"]", "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 WOW-IMAGE has an id attribute of 'img_undefined', which is not unique in the same DOM", "element": "<div data-src=\"https://static.wixstatic.com/media/131ca8_a3a265a0a47d46069430e43ddf0ee9f8~mv2.jpg/v1/fill/w_490,h_547,al_c,q_80,usm_0.66_1.00_0.01,enc_auto/131ca8_a3a265a0a47d46069430e43ddf0ee9f8~mv2. ... ps://static.wixstatic.com/media/131ca8_a3a265a0a47d46069430e43ddf0ee9f8~mv2.jpg/v1/fill/w_147,h_164,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_auto/131ca8_a3a265a0a47d46069430e43ddf0ee9f8~mv2.jpg\"></div>", "path": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(3)>*:nth-child(2)>*:nth-child(1)>*:nth-child(3)>*:nth-child(2)>*:nth-child(2)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)", "fingerprint": { "version": 2, "css": "div[id=\"img_undefined\"][class=\"HlRz5e qD5RnK\"][data-image-info=\"{\\\"displayMode\\\":\\\"fill\\\",\\\"isLQIP\\\":true,\\\"imageData\\\":{\\\"width\\\":2082,\\\"height\\\":2328,\\\"uri\\\":\\\"131ca8_a3a265a0a47d46069430e43ddf0ee9f8~mv2.jpg\\\",\\\"name\\\":\\\"\\\",\\\"displayMode\\\":\\\"fill\\\"}}\"][data-bg-effect-name=\"\"][data-has-ssr-src=\"\"][data-src=\"https://static.wixstatic.com/media/131ca8_a3a265a0a47d46069430e43ddf0ee9f8~mv2.jpg/v1/fill/w_490,h_547,al_c,q_80,usm_0.66_1.00_0.01,enc_auto/131ca8_a3a265a0a47d46069430e43ddf0ee9f8~mv2.jpg\"]", "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 WOW-IMAGE has an id attribute of 'img_undefined', which is not unique in the same DOM", "element": "<div data-src=\"https://static.wixstatic.com/media/131ca8_46cc2c3db31b4cf78c5afec1ddd0bd36~mv2.jpg/v1/fill/w_490,h_547,al_c,q_80,usm_0.66_1.00_0.01,enc_auto/131ca8_46cc2c3db31b4cf78c5afec1ddd0bd36~mv2. ... ps://static.wixstatic.com/media/131ca8_46cc2c3db31b4cf78c5afec1ddd0bd36~mv2.jpg/v1/fill/w_147,h_164,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_auto/131ca8_46cc2c3db31b4cf78c5afec1ddd0bd36~mv2.jpg\"></div>", "path": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(3)>*:nth-child(2)>*:nth-child(1)>*:nth-child(3)>*:nth-child(2)>*:nth-child(2)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)", "fingerprint": { "version": 2, "css": "div[id=\"img_undefined\"][class=\"HlRz5e qD5RnK\"][data-image-info=\"{\\\"displayMode\\\":\\\"fill\\\",\\\"isLQIP\\\":true,\\\"imageData\\\":{\\\"width\\\":1222,\\\"height\\\":1366,\\\"uri\\\":\\\"131ca8_46cc2c3db31b4cf78c5afec1ddd0bd36~mv2.jpg\\\",\\\"name\\\":\\\"\\\",\\\"displayMode\\\":\\\"fill\\\"}}\"][data-bg-effect-name=\"\"][data-has-ssr-src=\"\"][data-src=\"https://static.wixstatic.com/media/131ca8_46cc2c3db31b4cf78c5afec1ddd0bd36~mv2.jpg/v1/fill/w_490,h_547,al_c,q_80,usm_0.66_1.00_0.01,enc_auto/131ca8_46cc2c3db31b4cf78c5afec1ddd0bd36~mv2.jpg\"]", "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 WOW-IMAGE has an id attribute of 'img_undefined', which is not unique in the same DOM", "element": "<div data-src=\"https://static.wixstatic.com/media/131ca8_9464b9d4b7a64972825aed5912c6173c~mv2.jpg/v1/fill/w_490,h_547,al_c,q_80,usm_0.66_1.00_0.01,enc_auto/131ca8_9464b9d4b7a64972825aed5912c6173c~mv2. ... ps://static.wixstatic.com/media/131ca8_9464b9d4b7a64972825aed5912c6173c~mv2.jpg/v1/fill/w_147,h_164,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_auto/131ca8_9464b9d4b7a64972825aed5912c6173c~mv2.jpg\"></div>", "path": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(3)>*:nth-child(2)>*:nth-child(1)>*:nth-child(3)>*:nth-child(2)>*:nth-child(2)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)", "fingerprint": { "version": 2, "css": "div[id=\"img_undefined\"][class=\"HlRz5e qD5RnK\"][data-image-info=\"{\\\"displayMode\\\":\\\"fill\\\",\\\"isLQIP\\\":true,\\\"imageData\\\":{\\\"width\\\":2350,\\\"height\\\":2628,\\\"uri\\\":\\\"131ca8_9464b9d4b7a64972825aed5912c6173c~mv2.jpg\\\",\\\"name\\\":\\\"\\\",\\\"displayMode\\\":\\\"fill\\\"}}\"][data-bg-effect-name=\"\"][data-has-ssr-src=\"\"][data-src=\"https://static.wixstatic.com/media/131ca8_9464b9d4b7a64972825aed5912c6173c~mv2.jpg/v1/fill/w_490,h_547,al_c,q_80,usm_0.66_1.00_0.01,enc_auto/131ca8_9464b9d4b7a64972825aed5912c6173c~mv2.jpg\"]", "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 WOW-IMAGE has an id attribute of 'img_undefined', which is not unique in the same DOM", "element": "<div data-src=\"https://static.wixstatic.com/media/131ca8_dceae280b43a474f8dc121fe6fba9034~mv2.jpeg/v1/fill/w_490,h_547,al_c,q_80,usm_0.66_1.00_0.01,enc_auto/131ca8_dceae280b43a474f8dc121fe6fba9034~mv2 ... ://static.wixstatic.com/media/131ca8_dceae280b43a474f8dc121fe6fba9034~mv2.jpeg/v1/fill/w_147,h_164,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_auto/131ca8_dceae280b43a474f8dc121fe6fba9034~mv2.jpeg\"></div>", "path": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(3)>*:nth-child(2)>*:nth-child(1)>*:nth-child(4)>*: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(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)", "fingerprint": { "version": 2, "css": "div[id=\"img_undefined\"][class=\"HlRz5e qD5RnK\"][data-image-info=\"{\\\"displayMode\\\":\\\"fill\\\",\\\"isLQIP\\\":true,\\\"imageData\\\":{\\\"width\\\":1155,\\\"height\\\":1291,\\\"uri\\\":\\\"131ca8_dceae280b43a474f8dc121fe6fba9034~mv2.jpeg\\\",\\\"name\\\":\\\"\\\",\\\"displayMode\\\":\\\"fill\\\"}}\"][data-bg-effect-name=\"\"][data-has-ssr-src=\"\"][data-src=\"https://static.wixstatic.com/media/131ca8_dceae280b43a474f8dc121fe6fba9034~mv2.jpeg/v1/fill/w_490,h_547,al_c,q_80,usm_0.66_1.00_0.01,enc_auto/131ca8_dceae280b43a474f8dc121fe6fba9034~mv2.jpeg\"]", "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 WOW-IMAGE has an id attribute of 'img_undefined', which is not unique in the same DOM", "element": "<div data-src=\"https://static.wixstatic.com/media/131ca8_096a0b659415418b9960ade1d8013980~mv2.jpeg/v1/fill/w_490,h_547,al_c,q_80,usm_0.66_1.00_0.01,enc_auto/131ca8_096a0b659415418b9960ade1d8013980~mv2 ... ://static.wixstatic.com/media/131ca8_096a0b659415418b9960ade1d8013980~mv2.jpeg/v1/fill/w_147,h_164,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_auto/131ca8_096a0b659415418b9960ade1d8013980~mv2.jpeg\"></div>", "path": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(3)>*:nth-child(2)>*:nth-child(1)>*:nth-child(4)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)", "fingerprint": { "version": 2, "css": "div[id=\"img_undefined\"][class=\"HlRz5e qD5RnK\"][data-image-info=\"{\\\"displayMode\\\":\\\"fill\\\",\\\"isLQIP\\\":true,\\\"imageData\\\":{\\\"width\\\":1374,\\\"height\\\":1536,\\\"uri\\\":\\\"131ca8_096a0b659415418b9960ade1d8013980~mv2.jpeg\\\",\\\"name\\\":\\\"\\\",\\\"displayMode\\\":\\\"fill\\\"}}\"][data-bg-effect-name=\"\"][data-has-ssr-src=\"\"][data-src=\"https://static.wixstatic.com/media/131ca8_096a0b659415418b9960ade1d8013980~mv2.jpeg/v1/fill/w_490,h_547,al_c,q_80,usm_0.66_1.00_0.01,enc_auto/131ca8_096a0b659415418b9960ade1d8013980~mv2.jpeg\"]", "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 WOW-IMAGE has an id attribute of 'img_undefined', which is not unique in the same DOM", "element": "<div data-src=\"https://static.wixstatic.com/media/131ca8_aa9f114298a84a03beca99e4afefc1b3~mv2.jpeg/v1/fill/w_490,h_547,al_c,q_80,usm_0.66_1.00_0.01,enc_auto/131ca8_aa9f114298a84a03beca99e4afefc1b3~mv2 ... ://static.wixstatic.com/media/131ca8_aa9f114298a84a03beca99e4afefc1b3~mv2.jpeg/v1/fill/w_111,h_124,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_auto/131ca8_aa9f114298a84a03beca99e4afefc1b3~mv2.jpeg\"></div>", "path": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(3)>*:nth-child(2)>*:nth-child(1)>*:nth-child(4)>*: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(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)", "fingerprint": { "version": 2, "css": "div[id=\"img_undefined\"][class=\"HlRz5e qD5RnK\"][data-image-info=\"{\\\"displayMode\\\":\\\"fill\\\",\\\"isLQIP\\\":true,\\\"imageData\\\":{\\\"width\\\":616,\\\"height\\\":689,\\\"uri\\\":\\\"131ca8_aa9f114298a84a03beca99e4afefc1b3~mv2.jpeg\\\",\\\"name\\\":\\\"\\\",\\\"displayMode\\\":\\\"fill\\\"}}\"][data-bg-effect-name=\"\"][data-has-ssr-src=\"\"][data-src=\"https://static.wixstatic.com/media/131ca8_aa9f114298a84a03beca99e4afefc1b3~mv2.jpeg/v1/fill/w_490,h_547,al_c,q_80,usm_0.66_1.00_0.01,enc_auto/131ca8_aa9f114298a84a03beca99e4afefc1b3~mv2.jpeg\"]", "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 WOW-IMAGE has an id attribute of 'img_undefined', which is not unique in the same DOM", "element": "<div data-src=\"https://static.wixstatic.com/media/131ca8_dceae280b43a474f8dc121fe6fba9034~mv2.jpeg/v1/fill/w_490,h_547,al_c,q_80,usm_0.66_1.00_0.01,enc_auto/131ca8_dceae280b43a474f8dc121fe6fba9034~mv2 ... ://static.wixstatic.com/media/131ca8_dceae280b43a474f8dc121fe6fba9034~mv2.jpeg/v1/fill/w_147,h_164,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_auto/131ca8_dceae280b43a474f8dc121fe6fba9034~mv2.jpeg\"></div>", "path": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(3)>*:nth-child(2)>*:nth-child(1)>*:nth-child(4)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)", "fingerprint": { "version": 2, "css": "div[id=\"img_undefined\"][class=\"HlRz5e qD5RnK\"][data-image-info=\"{\\\"displayMode\\\":\\\"fill\\\",\\\"isLQIP\\\":true,\\\"imageData\\\":{\\\"width\\\":1155,\\\"height\\\":1291,\\\"uri\\\":\\\"131ca8_dceae280b43a474f8dc121fe6fba9034~mv2.jpeg\\\",\\\"name\\\":\\\"\\\",\\\"displayMode\\\":\\\"fill\\\"}}\"][data-bg-effect-name=\"\"][data-has-ssr-src=\"\"][data-src=\"https://static.wixstatic.com/media/131ca8_dceae280b43a474f8dc121fe6fba9034~mv2.jpeg/v1/fill/w_490,h_547,al_c,q_80,usm_0.66_1.00_0.01,enc_auto/131ca8_dceae280b43a474f8dc121fe6fba9034~mv2.jpeg\"]", "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 WOW-IMAGE has an id attribute of 'img_undefined', which is not unique in the same DOM", "element": "<div data-src=\"https://static.wixstatic.com/media/131ca8_9853e4e7c8f54227ae3001b15dcddf5b~mv2.jpeg/v1/fill/w_490,h_547,al_c,q_80,usm_0.66_1.00_0.01,enc_auto/131ca8_9853e4e7c8f54227ae3001b15dcddf5b~mv2 ... ://static.wixstatic.com/media/131ca8_9853e4e7c8f54227ae3001b15dcddf5b~mv2.jpeg/v1/fill/w_147,h_164,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_auto/131ca8_9853e4e7c8f54227ae3001b15dcddf5b~mv2.jpeg\"></div>", "path": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(3)>*:nth-child(2)>*:nth-child(1)>*:nth-child(5)>*:nth-child(2)>*:nth-child(2)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)", "fingerprint": { "version": 2, "css": "div[id=\"img_undefined\"][class=\"HlRz5e qD5RnK\"][data-image-info=\"{\\\"displayMode\\\":\\\"fill\\\",\\\"isLQIP\\\":true,\\\"imageData\\\":{\\\"width\\\":2199,\\\"height\\\":2458,\\\"uri\\\":\\\"131ca8_9853e4e7c8f54227ae3001b15dcddf5b~mv2.jpeg\\\",\\\"name\\\":\\\"\\\",\\\"displayMode\\\":\\\"fill\\\"}}\"][data-bg-effect-name=\"\"][data-has-ssr-src=\"\"][data-src=\"https://static.wixstatic.com/media/131ca8_9853e4e7c8f54227ae3001b15dcddf5b~mv2.jpeg/v1/fill/w_490,h_547,al_c,q_80,usm_0.66_1.00_0.01,enc_auto/131ca8_9853e4e7c8f54227ae3001b15dcddf5b~mv2.jpeg\"]", "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 WOW-IMAGE has an id attribute of 'img_undefined', which is not unique in the same DOM", "element": "<div data-src=\"https://static.wixstatic.com/media/131ca8_da6ca8d102e6486b9f5ca46028408d7a~mv2.jpg/v1/fill/w_490,h_547,al_c,q_80,usm_0.66_1.00_0.01,enc_auto/131ca8_da6ca8d102e6486b9f5ca46028408d7a~mv2. ... ps://static.wixstatic.com/media/131ca8_da6ca8d102e6486b9f5ca46028408d7a~mv2.jpg/v1/fill/w_147,h_196,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_auto/131ca8_da6ca8d102e6486b9f5ca46028408d7a~mv2.jpg\"></div>", "path": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(3)>*:nth-child(2)>*:nth-child(1)>*:nth-child(5)>*:nth-child(2)>*:nth-child(2)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)", "fingerprint": { "version": 2, "css": "div[id=\"img_undefined\"][class=\"HlRz5e qD5RnK\"][data-image-info=\"{\\\"displayMode\\\":\\\"fill\\\",\\\"isLQIP\\\":true,\\\"imageData\\\":{\\\"width\\\":1536,\\\"height\\\":2048,\\\"uri\\\":\\\"131ca8_da6ca8d102e6486b9f5ca46028408d7a~mv2.jpg\\\",\\\"name\\\":\\\"\\\",\\\"displayMode\\\":\\\"fill\\\"}}\"][data-bg-effect-name=\"\"][data-has-ssr-src=\"\"][data-src=\"https://static.wixstatic.com/media/131ca8_da6ca8d102e6486b9f5ca46028408d7a~mv2.jpg/v1/fill/w_490,h_547,al_c,q_80,usm_0.66_1.00_0.01,enc_auto/131ca8_da6ca8d102e6486b9f5ca46028408d7a~mv2.jpg\"]", "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 WOW-IMAGE has an id attribute of 'img_undefined', which is not unique in the same DOM", "element": "<div data-src=\"https://static.wixstatic.com/media/131ca8_91f249c87d5744089e2614e418ec303d~mv2.jpg/v1/fill/w_490,h_547,al_c,q_80,usm_0.66_1.00_0.01,enc_auto/131ca8_91f249c87d5744089e2614e418ec303d~mv2. ... ps://static.wixstatic.com/media/131ca8_91f249c87d5744089e2614e418ec303d~mv2.jpg/v1/fill/w_147,h_164,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_auto/131ca8_91f249c87d5744089e2614e418ec303d~mv2.jpg\"></div>", "path": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(3)>*:nth-child(2)>*:nth-child(1)>*:nth-child(5)>*:nth-child(2)>*:nth-child(2)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)", "fingerprint": { "version": 2, "css": "div[id=\"img_undefined\"][class=\"HlRz5e qD5RnK\"][data-image-info=\"{\\\"displayMode\\\":\\\"fill\\\",\\\"isLQIP\\\":true,\\\"imageData\\\":{\\\"width\\\":3662,\\\"height\\\":4096,\\\"uri\\\":\\\"131ca8_91f249c87d5744089e2614e418ec303d~mv2.jpg\\\",\\\"name\\\":\\\"\\\",\\\"displayMode\\\":\\\"fill\\\"}}\"][data-bg-effect-name=\"\"][data-has-ssr-src=\"\"][data-src=\"https://static.wixstatic.com/media/131ca8_91f249c87d5744089e2614e418ec303d~mv2.jpg/v1/fill/w_490,h_547,al_c,q_80,usm_0.66_1.00_0.01,enc_auto/131ca8_91f249c87d5744089e2614e418ec303d~mv2.jpg\"]", "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 WOW-IMAGE has an id attribute of 'img_undefined', which is not unique in the same DOM", "element": "<div data-src=\"https://static.wixstatic.com/media/131ca8_9853e4e7c8f54227ae3001b15dcddf5b~mv2.jpeg/v1/fill/w_490,h_547,al_c,q_80,usm_0.66_1.00_0.01,enc_auto/131ca8_9853e4e7c8f54227ae3001b15dcddf5b~mv2 ... ://static.wixstatic.com/media/131ca8_9853e4e7c8f54227ae3001b15dcddf5b~mv2.jpeg/v1/fill/w_147,h_164,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_auto/131ca8_9853e4e7c8f54227ae3001b15dcddf5b~mv2.jpeg\"></div>", "path": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(3)>*:nth-child(2)>*:nth-child(1)>*:nth-child(5)>*:nth-child(2)>*:nth-child(2)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)", "fingerprint": { "version": 2, "css": "div[id=\"img_undefined\"][class=\"HlRz5e qD5RnK\"][data-image-info=\"{\\\"displayMode\\\":\\\"fill\\\",\\\"isLQIP\\\":true,\\\"imageData\\\":{\\\"width\\\":2199,\\\"height\\\":2458,\\\"uri\\\":\\\"131ca8_9853e4e7c8f54227ae3001b15dcddf5b~mv2.jpeg\\\",\\\"name\\\":\\\"\\\",\\\"displayMode\\\":\\\"fill\\\"}}\"][data-bg-effect-name=\"\"][data-has-ssr-src=\"\"][data-src=\"https://static.wixstatic.com/media/131ca8_9853e4e7c8f54227ae3001b15dcddf5b~mv2.jpeg/v1/fill/w_490,h_547,al_c,q_80,usm_0.66_1.00_0.01,enc_auto/131ca8_9853e4e7c8f54227ae3001b15dcddf5b~mv2.jpeg\"]", "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 WOW-IMAGE has an id attribute of 'img_undefined', which is not unique in the same DOM", "element": "<div data-src=\"https://static.wixstatic.com/media/131ca8_8e1bb7f61a3a4e9a84470d6babc5870e~mv2.jpeg/v1/fill/w_490,h_547,al_c,q_80,usm_0.66_1.00_0.01,enc_auto/131ca8_8e1bb7f61a3a4e9a84470d6babc5870e~mv2 ... ://static.wixstatic.com/media/131ca8_8e1bb7f61a3a4e9a84470d6babc5870e~mv2.jpeg/v1/fill/w_147,h_164,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_auto/131ca8_8e1bb7f61a3a4e9a84470d6babc5870e~mv2.jpeg\"></div>", "path": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(3)>*:nth-child(2)>*:nth-child(1)>*:nth-child(6)>*: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(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)", "fingerprint": { "version": 2, "css": "div[id=\"img_undefined\"][class=\"HlRz5e qD5RnK\"][data-image-info=\"{\\\"displayMode\\\":\\\"fill\\\",\\\"isLQIP\\\":true,\\\"imageData\\\":{\\\"width\\\":1481,\\\"height\\\":1656,\\\"uri\\\":\\\"131ca8_8e1bb7f61a3a4e9a84470d6babc5870e~mv2.jpeg\\\",\\\"name\\\":\\\"\\\",\\\"displayMode\\\":\\\"fill\\\"}}\"][data-bg-effect-name=\"\"][data-has-ssr-src=\"\"][data-src=\"https://static.wixstatic.com/media/131ca8_8e1bb7f61a3a4e9a84470d6babc5870e~mv2.jpeg/v1/fill/w_490,h_547,al_c,q_80,usm_0.66_1.00_0.01,enc_auto/131ca8_8e1bb7f61a3a4e9a84470d6babc5870e~mv2.jpeg\"]", "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 WOW-IMAGE has an id attribute of 'img_undefined', which is not unique in the same DOM", "element": "<div data-src=\"https://static.wixstatic.com/media/131ca8_10ce69322e244d969fd8f640c0ad4734~mv2.jpg/v1/fill/w_490,h_547,al_c,q_80,usm_0.66_1.00_0.01,enc_auto/131ca8_10ce69322e244d969fd8f640c0ad4734~mv2. ... ps://static.wixstatic.com/media/131ca8_10ce69322e244d969fd8f640c0ad4734~mv2.jpg/v1/fill/w_147,h_142,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_auto/131ca8_10ce69322e244d969fd8f640c0ad4734~mv2.jpg\"></div>", "path": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(3)>*:nth-child(2)>*:nth-child(1)>*:nth-child(6)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)", "fingerprint": { "version": 2, "css": "div[id=\"img_undefined\"][class=\"HlRz5e qD5RnK\"][data-image-info=\"{\\\"displayMode\\\":\\\"fill\\\",\\\"isLQIP\\\":true,\\\"imageData\\\":{\\\"width\\\":987,\\\"height\\\":951,\\\"uri\\\":\\\"131ca8_10ce69322e244d969fd8f640c0ad4734~mv2.jpg\\\",\\\"name\\\":\\\"\\\",\\\"displayMode\\\":\\\"fill\\\"}}\"][data-bg-effect-name=\"\"][data-has-ssr-src=\"\"][data-src=\"https://static.wixstatic.com/media/131ca8_10ce69322e244d969fd8f640c0ad4734~mv2.jpg/v1/fill/w_490,h_547,al_c,q_80,usm_0.66_1.00_0.01,enc_auto/131ca8_10ce69322e244d969fd8f640c0ad4734~mv2.jpg\"]", "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 WOW-IMAGE has an id attribute of 'img_undefined', which is not unique in the same DOM", "element": "<div data-src=\"https://static.wixstatic.com/media/131ca8_c919dbf59c6543268ef4725cabe89aa4~mv2.jpg/v1/fill/w_490,h_547,al_c,q_80,usm_0.66_1.00_0.01,enc_auto/131ca8_c919dbf59c6543268ef4725cabe89aa4~mv2. ... ps://static.wixstatic.com/media/131ca8_c919dbf59c6543268ef4725cabe89aa4~mv2.jpg/v1/fill/w_147,h_164,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_auto/131ca8_c919dbf59c6543268ef4725cabe89aa4~mv2.jpg\"></div>", "path": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(3)>*:nth-child(2)>*:nth-child(1)>*:nth-child(6)>*: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(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)", "fingerprint": { "version": 2, "css": "div[id=\"img_undefined\"][class=\"HlRz5e qD5RnK\"][data-image-info=\"{\\\"displayMode\\\":\\\"fill\\\",\\\"isLQIP\\\":true,\\\"imageData\\\":{\\\"width\\\":2878,\\\"height\\\":3218,\\\"uri\\\":\\\"131ca8_c919dbf59c6543268ef4725cabe89aa4~mv2.jpg\\\",\\\"name\\\":\\\"\\\",\\\"displayMode\\\":\\\"fill\\\"}}\"][data-bg-effect-name=\"\"][data-has-ssr-src=\"\"][data-src=\"https://static.wixstatic.com/media/131ca8_c919dbf59c6543268ef4725cabe89aa4~mv2.jpg/v1/fill/w_490,h_547,al_c,q_80,usm_0.66_1.00_0.01,enc_auto/131ca8_c919dbf59c6543268ef4725cabe89aa4~mv2.jpg\"]", "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 WOW-IMAGE has an id attribute of 'img_undefined', which is not unique in the same DOM", "element": "<div data-src=\"https://static.wixstatic.com/media/131ca8_8e1bb7f61a3a4e9a84470d6babc5870e~mv2.jpeg/v1/fill/w_490,h_547,al_c,q_80,usm_0.66_1.00_0.01,enc_auto/131ca8_8e1bb7f61a3a4e9a84470d6babc5870e~mv2 ... ://static.wixstatic.com/media/131ca8_8e1bb7f61a3a4e9a84470d6babc5870e~mv2.jpeg/v1/fill/w_147,h_164,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_auto/131ca8_8e1bb7f61a3a4e9a84470d6babc5870e~mv2.jpeg\"></div>", "path": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(3)>*:nth-child(2)>*:nth-child(1)>*:nth-child(6)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)", "fingerprint": { "version": 2, "css": "div[id=\"img_undefined\"][class=\"HlRz5e qD5RnK\"][data-image-info=\"{\\\"displayMode\\\":\\\"fill\\\",\\\"isLQIP\\\":true,\\\"imageData\\\":{\\\"width\\\":1481,\\\"height\\\":1656,\\\"uri\\\":\\\"131ca8_8e1bb7f61a3a4e9a84470d6babc5870e~mv2.jpeg\\\",\\\"name\\\":\\\"\\\",\\\"displayMode\\\":\\\"fill\\\"}}\"][data-bg-effect-name=\"\"][data-has-ssr-src=\"\"][data-src=\"https://static.wixstatic.com/media/131ca8_8e1bb7f61a3a4e9a84470d6babc5870e~mv2.jpeg/v1/fill/w_490,h_547,al_c,q_80,usm_0.66_1.00_0.01,enc_auto/131ca8_8e1bb7f61a3a4e9a84470d6babc5870e~mv2.jpeg\"]", "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 WOW-IMAGE has an id attribute of 'img_undefined', which is not unique in the same DOM", "element": "<div data-src=\"https://static.wixstatic.com/media/131ca8_1b631ade386841b090da72cb9082516c~mv2.jpeg/v1/fill/w_490,h_547,al_c,q_80,usm_0.66_1.00_0.01,enc_auto/131ca8_1b631ade386841b090da72cb9082516c~mv2 ... ://static.wixstatic.com/media/131ca8_1b631ade386841b090da72cb9082516c~mv2.jpeg/v1/fill/w_147,h_164,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_auto/131ca8_1b631ade386841b090da72cb9082516c~mv2.jpeg\"></div>", "path": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(3)>*:nth-child(2)>*:nth-child(1)>*:nth-child(7)>*:nth-child(2)>*:nth-child(2)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)", "fingerprint": { "version": 2, "css": "div[id=\"img_undefined\"][class=\"HlRz5e qD5RnK\"][data-image-info=\"{\\\"displayMode\\\":\\\"fill\\\",\\\"isLQIP\\\":true,\\\"imageData\\\":{\\\"width\\\":1463,\\\"height\\\":1636,\\\"uri\\\":\\\"131ca8_1b631ade386841b090da72cb9082516c~mv2.jpeg\\\",\\\"name\\\":\\\"\\\",\\\"displayMode\\\":\\\"fill\\\"}}\"][data-bg-effect-name=\"\"][data-has-ssr-src=\"\"][data-src=\"https://static.wixstatic.com/media/131ca8_1b631ade386841b090da72cb9082516c~mv2.jpeg/v1/fill/w_490,h_547,al_c,q_80,usm_0.66_1.00_0.01,enc_auto/131ca8_1b631ade386841b090da72cb9082516c~mv2.jpeg\"]", "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 WOW-IMAGE has an id attribute of 'img_undefined', which is not unique in the same DOM", "element": "<div data-src=\"https://static.wixstatic.com/media/131ca8_3668a55d016445268a152ef34cd167da~mv2.jpeg/v1/fill/w_490,h_547,al_c,q_80,usm_0.66_1.00_0.01,enc_auto/131ca8_3668a55d016445268a152ef34cd167da~mv2 ... ://static.wixstatic.com/media/131ca8_3668a55d016445268a152ef34cd167da~mv2.jpeg/v1/fill/w_147,h_164,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_auto/131ca8_3668a55d016445268a152ef34cd167da~mv2.jpeg\"></div>", "path": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(3)>*:nth-child(2)>*:nth-child(1)>*:nth-child(7)>*:nth-child(2)>*:nth-child(2)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)", "fingerprint": { "version": 2, "css": "div[id=\"img_undefined\"][class=\"HlRz5e qD5RnK\"][data-image-info=\"{\\\"displayMode\\\":\\\"fill\\\",\\\"isLQIP\\\":true,\\\"imageData\\\":{\\\"width\\\":1309,\\\"height\\\":1463,\\\"uri\\\":\\\"131ca8_3668a55d016445268a152ef34cd167da~mv2.jpeg\\\",\\\"name\\\":\\\"\\\",\\\"displayMode\\\":\\\"fill\\\"}}\"][data-bg-effect-name=\"\"][data-has-ssr-src=\"\"][data-src=\"https://static.wixstatic.com/media/131ca8_3668a55d016445268a152ef34cd167da~mv2.jpeg/v1/fill/w_490,h_547,al_c,q_80,usm_0.66_1.00_0.01,enc_auto/131ca8_3668a55d016445268a152ef34cd167da~mv2.jpeg\"]", "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 WOW-IMAGE has an id attribute of 'img_undefined', which is not unique in the same DOM", "element": "<div data-src=\"https://static.wixstatic.com/media/131ca8_608693b01d3643c68e76d71e41444f36~mv2.jpeg/v1/fill/w_490,h_547,al_c,q_80,usm_0.66_1.00_0.01,enc_auto/131ca8_608693b01d3643c68e76d71e41444f36~mv2 ... ://static.wixstatic.com/media/131ca8_608693b01d3643c68e76d71e41444f36~mv2.jpeg/v1/fill/w_147,h_164,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_auto/131ca8_608693b01d3643c68e76d71e41444f36~mv2.jpeg\"></div>", "path": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(3)>*:nth-child(2)>*:nth-child(1)>*:nth-child(7)>*:nth-child(2)>*:nth-child(2)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)", "fingerprint": { "version": 2, "css": "div[id=\"img_undefined\"][class=\"HlRz5e qD5RnK\"][data-image-info=\"{\\\"displayMode\\\":\\\"fill\\\",\\\"isLQIP\\\":true,\\\"imageData\\\":{\\\"width\\\":1532,\\\"height\\\":1713,\\\"uri\\\":\\\"131ca8_608693b01d3643c68e76d71e41444f36~mv2.jpeg\\\",\\\"name\\\":\\\"\\\",\\\"displayMode\\\":\\\"fill\\\"}}\"][data-bg-effect-name=\"\"][data-has-ssr-src=\"\"][data-src=\"https://static.wixstatic.com/media/131ca8_608693b01d3643c68e76d71e41444f36~mv2.jpeg/v1/fill/w_490,h_547,al_c,q_80,usm_0.66_1.00_0.01,enc_auto/131ca8_608693b01d3643c68e76d71e41444f36~mv2.jpeg\"]", "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 WOW-IMAGE has an id attribute of 'img_undefined', which is not unique in the same DOM", "element": "<div data-src=\"https://static.wixstatic.com/media/131ca8_1b631ade386841b090da72cb9082516c~mv2.jpeg/v1/fill/w_490,h_547,al_c,q_80,usm_0.66_1.00_0.01,enc_auto/131ca8_1b631ade386841b090da72cb9082516c~mv2 ... ://static.wixstatic.com/media/131ca8_1b631ade386841b090da72cb9082516c~mv2.jpeg/v1/fill/w_147,h_164,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_auto/131ca8_1b631ade386841b090da72cb9082516c~mv2.jpeg\"></div>", "path": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(3)>*:nth-child(2)>*:nth-child(1)>*:nth-child(7)>*:nth-child(2)>*:nth-child(2)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)", "fingerprint": { "version": 2, "css": "div[id=\"img_undefined\"][class=\"HlRz5e qD5RnK\"][data-image-info=\"{\\\"displayMode\\\":\\\"fill\\\",\\\"isLQIP\\\":true,\\\"imageData\\\":{\\\"width\\\":1463,\\\"height\\\":1636,\\\"uri\\\":\\\"131ca8_1b631ade386841b090da72cb9082516c~mv2.jpeg\\\",\\\"name\\\":\\\"\\\",\\\"displayMode\\\":\\\"fill\\\"}}\"][data-bg-effect-name=\"\"][data-has-ssr-src=\"\"][data-src=\"https://static.wixstatic.com/media/131ca8_1b631ade386841b090da72cb9082516c~mv2.jpeg/v1/fill/w_490,h_547,al_c,q_80,usm_0.66_1.00_0.01,enc_auto/131ca8_1b631ade386841b090da72cb9082516c~mv2.jpeg\"]", "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 WOW-IMAGE has an id attribute of 'img_undefined', which is not unique in the same DOM", "element": "<div data-src=\"https://static.wixstatic.com/media/131ca8_9e04a983febe4644b1e77153fb8d1ee0~mv2.jpg/v1/fill/w_414,h_526,al_c,q_80,usm_0.66_1.00_0.01,enc_auto/131ca8_9e04a983febe4644b1e77153fb8d1ee0~mv2. ... ps://static.wixstatic.com/media/131ca8_9e04a983febe4644b1e77153fb8d1ee0~mv2.jpg/v1/fill/w_147,h_206,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_auto/131ca8_9e04a983febe4644b1e77153fb8d1ee0~mv2.jpg\"></div>", "path": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(6)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)>*: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(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)", "fingerprint": { "version": 2, "css": "div[id=\"img_undefined\"][class=\"HlRz5e qD5RnK\"][data-image-info=\"{\\\"displayMode\\\":\\\"fill\\\",\\\"isLQIP\\\":true,\\\"imageData\\\":{\\\"width\\\":1372,\\\"height\\\":1920,\\\"uri\\\":\\\"131ca8_9e04a983febe4644b1e77153fb8d1ee0~mv2.jpg\\\",\\\"name\\\":\\\"\\\",\\\"displayMode\\\":\\\"fill\\\"}}\"][data-bg-effect-name=\"\"][data-has-ssr-src=\"\"][data-src=\"https://static.wixstatic.com/media/131ca8_9e04a983febe4644b1e77153fb8d1ee0~mv2.jpg/v1/fill/w_414,h_526,al_c,q_80,usm_0.66_1.00_0.01,enc_auto/131ca8_9e04a983febe4644b1e77153fb8d1ee0~mv2.jpg\"]", "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 WOW-IMAGE has an id attribute of 'img_undefined', which is not unique in the same DOM", "element": "<div data-src=\"https://static.wixstatic.com/media/131ca8_60c060b552054ad0a423a3f06561760a~mv2.jpg/v1/fill/w_414,h_526,al_c,q_80,usm_0.66_1.00_0.01,enc_auto/131ca8_60c060b552054ad0a423a3f06561760a~mv2. ... ps://static.wixstatic.com/media/131ca8_60c060b552054ad0a423a3f06561760a~mv2.jpg/v1/fill/w_147,h_206,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_auto/131ca8_60c060b552054ad0a423a3f06561760a~mv2.jpg\"></div>", "path": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(6)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)", "fingerprint": { "version": 2, "css": "div[id=\"img_undefined\"][class=\"HlRz5e qD5RnK\"][data-image-info=\"{\\\"displayMode\\\":\\\"fill\\\",\\\"isLQIP\\\":true,\\\"imageData\\\":{\\\"width\\\":1268,\\\"height\\\":1774,\\\"uri\\\":\\\"131ca8_60c060b552054ad0a423a3f06561760a~mv2.jpg\\\",\\\"name\\\":\\\"\\\",\\\"displayMode\\\":\\\"fill\\\"}}\"][data-bg-effect-name=\"\"][data-has-ssr-src=\"\"][data-src=\"https://static.wixstatic.com/media/131ca8_60c060b552054ad0a423a3f06561760a~mv2.jpg/v1/fill/w_414,h_526,al_c,q_80,usm_0.66_1.00_0.01,enc_auto/131ca8_60c060b552054ad0a423a3f06561760a~mv2.jpg\"]", "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 WOW-IMAGE has an id attribute of 'img_undefined', which is not unique in the same DOM", "element": "<div data-src=\"https://static.wixstatic.com/media/131ca8_7d7d45574e8544fc99e4239da6896e6e~mv2.jpeg/v1/fill/w_414,h_526,al_c,q_80,usm_0.66_1.00_0.01,enc_auto/131ca8_7d7d45574e8544fc99e4239da6896e6e~mv2 ... ://static.wixstatic.com/media/131ca8_7d7d45574e8544fc99e4239da6896e6e~mv2.jpeg/v1/fill/w_151,h_212,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_auto/131ca8_7d7d45574e8544fc99e4239da6896e6e~mv2.jpeg\"></div>", "path": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(6)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)>*: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(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)", "fingerprint": { "version": 2, "css": "div[id=\"img_undefined\"][class=\"HlRz5e qD5RnK\"][data-image-info=\"{\\\"displayMode\\\":\\\"fill\\\",\\\"isLQIP\\\":true,\\\"imageData\\\":{\\\"width\\\":840,\\\"height\\\":1176,\\\"uri\\\":\\\"131ca8_7d7d45574e8544fc99e4239da6896e6e~mv2.jpeg\\\",\\\"name\\\":\\\"\\\",\\\"displayMode\\\":\\\"fill\\\"}}\"][data-bg-effect-name=\"\"][data-has-ssr-src=\"\"][data-src=\"https://static.wixstatic.com/media/131ca8_7d7d45574e8544fc99e4239da6896e6e~mv2.jpeg/v1/fill/w_414,h_526,al_c,q_80,usm_0.66_1.00_0.01,enc_auto/131ca8_7d7d45574e8544fc99e4239da6896e6e~mv2.jpeg\"]", "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 WOW-IMAGE has an id attribute of 'img_undefined', which is not unique in the same DOM", "element": "<div data-src=\"https://static.wixstatic.com/media/131ca8_9e04a983febe4644b1e77153fb8d1ee0~mv2.jpg/v1/fill/w_414,h_526,al_c,q_80,usm_0.66_1.00_0.01,enc_auto/131ca8_9e04a983febe4644b1e77153fb8d1ee0~mv2. ... ps://static.wixstatic.com/media/131ca8_9e04a983febe4644b1e77153fb8d1ee0~mv2.jpg/v1/fill/w_147,h_206,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_auto/131ca8_9e04a983febe4644b1e77153fb8d1ee0~mv2.jpg\"></div>", "path": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(6)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)", "fingerprint": { "version": 2, "css": "div[id=\"img_undefined\"][class=\"HlRz5e qD5RnK\"][data-image-info=\"{\\\"displayMode\\\":\\\"fill\\\",\\\"isLQIP\\\":true,\\\"imageData\\\":{\\\"width\\\":1372,\\\"height\\\":1920,\\\"uri\\\":\\\"131ca8_9e04a983febe4644b1e77153fb8d1ee0~mv2.jpg\\\",\\\"name\\\":\\\"\\\",\\\"displayMode\\\":\\\"fill\\\"}}\"][data-bg-effect-name=\"\"][data-has-ssr-src=\"\"][data-src=\"https://static.wixstatic.com/media/131ca8_9e04a983febe4644b1e77153fb8d1ee0~mv2.jpg/v1/fill/w_414,h_526,al_c,q_80,usm_0.66_1.00_0.01,enc_auto/131ca8_9e04a983febe4644b1e77153fb8d1ee0~mv2.jpg\"]", "attNo": 6 } }, { "engineTestId": 234, "bestPracticeId": 370, "attribute": "This element has a suspicious calculated accessible name value", "attributeDetail": "This IMG has a suspicious calculated accessible name value of: img_7361.png", "element": "<img fetchpriority=\"high\" srcset=\"https://static.wixstatic.com/media/131ca8_96a3d7772e5b4bb29f414512f3b352dd~mv2.png/v1/fill/w_156,h_44,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/IMG_7361_PNG.png 1x, https ... object-fit:cover\" alt=\"IMG_7361.PNG\" src=\"https://static.wixstatic.com/media/131ca8_96a3d7772e5b4bb29f414512f3b352dd~mv2.png/v1/fill/w_156,h_44,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/IMG_7361_PNG.png\">", "path": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)", "fingerprint": { "version": 2, "css": "img[src=\"https://static.wixstatic.com/media/131ca8_96a3d7772e5b4bb29f414512f3b352dd~mv2.png/v1/fill/w_156,h_44,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/IMG_7361_PNG.png\"][alt=\"IMG_7361.PNG\"][srcset=\"https://static.wixstatic.com/media/131ca8_96a3d7772e5b4bb29f414512f3b352dd~mv2.png/v1/fill/w_156,h_44,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/IMG_7361_PNG.png 1x, https://static.wixstatic.com/media/131ca8_96a3d7772e5b4bb29f414512f3b352dd~mv2.png/v1/fill/w_312,h_88,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/IMG_7361_PNG.png 2x\"][fetchpriority=\"high\"]", "attNo": 5 } }, { "engineTestId": 234, "bestPracticeId": 370, "attribute": "This element has a suspicious calculated accessible name value", "attributeDetail": "This IMG has a suspicious calculated accessible name value of: april 2023.png", "element": "<img style=\"width: 473px; height: 333px; object-fit: cover; object-position: 50% 50%;\" alt=\"APRIL 2023.png\" src=\"https://static.wixstatic.com/media/131ca8_7cb206ce84e0420f946a7350708793b3~mv2.png/v1/f ... 0% 50%;\" alt=\"APRIL 2023.png\" src=\"https://static.wixstatic.com/media/131ca8_7cb206ce84e0420f946a7350708793b3~mv2.png/v1/fill/w_118,h_83,al_c,q_85,usm_0.66_1.00_0.01,blur_2,enc_auto/APRIL%202023.png\">", "path": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(6)>*:nth-child(2)>*:nth-child(1)>*:nth-child(4)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(4)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)", "fingerprint": { "version": 2, "css": "img[src=\"https://static.wixstatic.com/media/131ca8_7cb206ce84e0420f946a7350708793b3~mv2.png/v1/fill/w_118,h_83,al_c,q_85,usm_0.66_1.00_0.01,blur_2,enc_auto/APRIL%202023.png\"][alt=\"APRIL 2023.png\"]", "attNo": 3 } }, { "engineTestId": 234, "bestPracticeId": 370, "attribute": "This element has a suspicious calculated accessible name value", "attributeDetail": "This IMG has a suspicious calculated accessible name value of: shutterstock_1682026057.jpg", "element": "<img style=\"width: 489px; height: 494px; object-fit: cover; object-position: 50% 50%;\" alt=\"shutterstock_1682026057.jpg\" src=\"https://static.wixstatic.com/media/131ca8_015a92d3507e48b6a63417f2ad138783 ... ://static.wixstatic.com/media/131ca8_015a92d3507e48b6a63417f2ad138783~mv2.jpg/v1/crop/x_21,y_0,w_2075,h_2100/fill/w_122,h_124,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_auto/shutterstock_1682026057.jpg\">", "path": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(6)>*:nth-child(2)>*:nth-child(1)>*:nth-child(5)>*:nth-child(2)>*:nth-child(2)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)", "fingerprint": { "version": 2, "css": "img[src=\"https://static.wixstatic.com/media/131ca8_015a92d3507e48b6a63417f2ad138783~mv2.jpg/v1/crop/x_21,y_0,w_2075,h_2100/fill/w_122,h_124,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_auto/shutterstock_1682026057.jpg\"][alt=\"shutterstock_1682026057.jpg\"]", "attNo": 3 } }, { "engineTestId": 234, "bestPracticeId": 370, "attribute": "This element has a suspicious calculated accessible name value", "attributeDetail": "This IMG has a suspicious calculated accessible name value of: photoroom_20210912_133014.png", "element": "<img style=\"width: 153px; height: 45px; object-fit: fill;\" alt=\"PhotoRoom_20210912_133014.png\" src=\"https://static.wixstatic.com/media/131ca8_1286916e01a5489592e7b78fe25c2603~mv2.png/v1/fill/w_160,h_4 ... 0912_133014.png\" src=\"https://static.wixstatic.com/media/131ca8_1286916e01a5489592e7b78fe25c2603~mv2.png/v1/fill/w_160,h_45,al_c,q_85,usm_0.66_1.00_0.01,blur_3,enc_auto/PhotoRoom_20210912_133014.png\">", "path": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(4)>*:nth-child(1)>*:nth-child(2)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)", "fingerprint": { "version": 2, "css": "img[src=\"https://static.wixstatic.com/media/131ca8_1286916e01a5489592e7b78fe25c2603~mv2.png/v1/fill/w_160,h_45,al_c,q_85,usm_0.66_1.00_0.01,blur_3,enc_auto/PhotoRoom_20210912_133014.png\"][alt=\"PhotoRoom_20210912_133014.png\"]", "attNo": 3 } }, { "engineTestId": 237, "bestPracticeId": 1301, "attribute": "This A element does not have a mechanism that allows an accessible name value to be calculated", "attributeDetail": "This A element does not have a mechanism that allows an accessible name value to be calculated", "element": "<a class=\"u9k3ts\" target=\"_self\" href=\"https://www.greenfieldseniorliving.com/our-mission\" data-testid=\"linkElement\"><div class=\"aizuI7 TcoJIb comp-kyfoojsh\" data-testid=\"svgRoot-comp-kyfoojsh\"><svg a ... eserveaspectratio=\"xMidYMid meet\"><g><path d=\"M104.133 18.918l-9.431 8.947 61.913 65.269-137.498.938.089 13 138.096-.942-61.338 66.11 9.529 8.842 75.39-81.254-76.75-80.91z\"></path></g></svg></div></a>", "path": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(5)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(5)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)", "fingerprint": { "version": 2, "css": "a[data-testid=\"linkElement\"][href=\"https://www.greenfieldseniorliving.com/our-mission\"][target=\"_self\"][class=\"u9k3ts\"]", "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 class=\"u9k3ts\" target=\"_self\" href=\"https://www.greenfieldseniorliving.com/education\" data-testid=\"linkElement\"><div class=\"aizuI7 TcoJIb comp-kyfook1l\" data-testid=\"svgRoot-comp-kyfook1l\"><svg ari ... eserveaspectratio=\"xMidYMid meet\"><g><path d=\"M104.133 18.918l-9.431 8.947 61.913 65.269-137.498.938.089 13 138.096-.942-61.338 66.11 9.529 8.842 75.39-81.254-76.75-80.91z\"></path></g></svg></div></a>", "path": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(6)>*:nth-child(2)>*:nth-child(1)>*:nth-child(3)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(7)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)", "fingerprint": { "version": 2, "css": "a[data-testid=\"linkElement\"][href=\"https://www.greenfieldseniorliving.com/education\"][target=\"_self\"][class=\"u9k3ts\"]", "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 class=\"u9k3ts\" target=\"_self\" href=\"mailto:info@greenfieldseniorliving.com?subject=Subscribe | Greenfield Magazine\" data-testid=\"linkElement\"><div class=\"aizuI7 TcoJIb comp-kyfook6q1\" data-testid=\" ... eserveaspectratio=\"xMidYMid meet\"><g><path d=\"M104.133 18.918l-9.431 8.947 61.913 65.269-137.498.938.089 13 138.096-.942-61.338 66.11 9.529 8.842 75.39-81.254-76.75-80.91z\"></path></g></svg></div></a>", "path": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(6)>*:nth-child(2)>*:nth-child(1)>*:nth-child(4)>*:nth-child(2)>*:nth-child(2)>*:nth-child(2)>*:nth-child(1)>*:nth-child(8)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)", "fingerprint": { "version": 2, "css": "a[data-testid=\"linkElement\"][href=\"mailto:info@greenfieldseniorliving.com?subject=Subscribe | Greenfield Magazine\"][target=\"_self\"][class=\"u9k3ts\"]", "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 class=\"u9k3ts\" target=\"_self\" href=\"https://www.greenfieldseniorliving.com/health-and-safety\" data-testid=\"linkElement\"><div class=\"aizuI7 TcoJIb comp-kyfp5513\" data-testid=\"svgRoot-comp-kyfp5513\"> ... eserveaspectratio=\"xMidYMid meet\"><g><path d=\"M104.133 18.918l-9.431 8.947 61.913 65.269-137.498.938.089 13 138.096-.942-61.338 66.11 9.529 8.842 75.39-81.254-76.75-80.91z\"></path></g></svg></div></a>", "path": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(6)>*:nth-child(2)>*:nth-child(1)>*:nth-child(5)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(7)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)", "fingerprint": { "version": 2, "css": "a[data-testid=\"linkElement\"][href=\"https://www.greenfieldseniorliving.com/health-and-safety\"][target=\"_self\"][class=\"u9k3ts\"]", "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 class=\"u9k3ts\" target=\"_self\" href=\"https://www.greenfieldseniorliving.com/our-communites\" data-testid=\"linkElement\"><div class=\"aizuI7 TcoJIb comp-kyfpob54\" data-testid=\"svgRoot-comp-kyfpob54\"><sv ... eserveaspectratio=\"xMidYMid meet\"><g><path d=\"M104.133 18.918l-9.431 8.947 61.913 65.269-137.498.938.089 13 138.096-.942-61.338 66.11 9.529 8.842 75.39-81.254-76.75-80.91z\"></path></g></svg></div></a>", "path": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(6)>*:nth-child(2)>*:nth-child(1)>*:nth-child(6)>*:nth-child(2)>*:nth-child(2)>*:nth-child(2)>*:nth-child(1)>*:nth-child(7)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)", "fingerprint": { "version": 2, "css": "a[data-testid=\"linkElement\"][href=\"https://www.greenfieldseniorliving.com/our-communites\"][target=\"_self\"][class=\"u9k3ts\"]", "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 class=\"u9k3ts\" target=\"_self\" href=\"https://www.greenfieldseniorliving.com/careers\" data-testid=\"linkElement\"><div class=\"aizuI7 TcoJIb comp-kyfook7t\" data-testid=\"svgRoot-comp-kyfook7t\"><svg aria- ... eserveaspectratio=\"xMidYMid meet\"><g><path d=\"M104.133 18.918l-9.431 8.947 61.913 65.269-137.498.938.089 13 138.096-.942-61.338 66.11 9.529 8.842 75.39-81.254-76.75-80.91z\"></path></g></svg></div></a>", "path": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(8)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(6)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)", "fingerprint": { "version": 2, "css": "a[data-testid=\"linkElement\"][href=\"https://www.greenfieldseniorliving.com/careers\"][target=\"_self\"][class=\"u9k3ts\"]", "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 class=\"u9k3ts\" target=\"_self\" href=\"https://www.greenfieldseniorliving.com/virginia\" data-testid=\"linkElement\"><div class=\"aizuI7 TcoJIb comp-kvghhk7w\" data-testid=\"svgRoot-comp-kvghhk7w\"><svg aria ... eserveaspectratio=\"xMidYMid meet\"><g><path d=\"M104.133 18.918l-9.431 8.947 61.913 65.269-137.498.938.089 13 138.096-.942-61.338 66.11 9.529 8.842 75.39-81.254-76.75-80.91z\"></path></g></svg></div></a>", "path": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(4)>*:nth-child(1)>*:nth-child(2)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(4)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)", "fingerprint": { "version": 2, "css": "a[data-testid=\"linkElement\"][href=\"https://www.greenfieldseniorliving.com/virginia\"][target=\"_self\"][class=\"u9k3ts\"]", "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 class=\"u9k3ts\" target=\"_self\" href=\"https://www.greenfieldseniorliving.com/pennsylvania\" data-testid=\"linkElement\"><div class=\"aizuI7 TcoJIb comp-kyj0e0py\" data-testid=\"svgRoot-comp-kyj0e0py\"><svg ... eserveaspectratio=\"xMidYMid meet\"><g><path d=\"M104.133 18.918l-9.431 8.947 61.913 65.269-137.498.938.089 13 138.096-.942-61.338 66.11 9.529 8.842 75.39-81.254-76.75-80.91z\"></path></g></svg></div></a>", "path": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(4)>*:nth-child(1)>*:nth-child(2)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(7)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)", "fingerprint": { "version": 2, "css": "a[data-testid=\"linkElement\"][href=\"https://www.greenfieldseniorliving.com/pennsylvania\"][target=\"_self\"][class=\"u9k3ts\"]", "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 class=\"u9k3ts\" target=\"_blank\" href=\"https://www.greenfieldseniorliving.com/privacy-policy\" data-testid=\"linkElement\"><div class=\"aizuI7 TcoJIb comp-kzd63j84\" data-testid=\"svgRoot-comp-kzd63j84\"><s ... eserveaspectratio=\"xMidYMid meet\"><g><path d=\"M104.133 18.918l-9.431 8.947 61.913 65.269-137.498.938.089 13 138.096-.942-61.338 66.11 9.529 8.842 75.39-81.254-76.75-80.91z\"></path></g></svg></div></a>", "path": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(4)>*:nth-child(1)>*:nth-child(2)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(2)>*:nth-child(2)>*:nth-child(1)>*:nth-child(3)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)", "fingerprint": { "version": 2, "css": "a[data-testid=\"linkElement\"][href=\"https://www.greenfieldseniorliving.com/privacy-policy\"][target=\"_blank\"][class=\"u9k3ts\"]", "attNo": 4 } }, { "engineTestId": 531, "bestPracticeId": 2519, "attribute": "This nav does not have a unique accessible name as required when two or more nav elements are present", "attributeDetail": "This nav does not have a unique accessible name as required when two or more nav elements are present", "element": "<nav class=\"DNIjoX\" aria-label=\"Slides\"><ol class=\"HhjGmK\"><li aria-current=\"true\"><a class=\"x8rUIu Fd6sGQ\" aria-label=\"IDA\" href=\"./#comp-kyfooju7\"></a></li><li><a class=\"x8rUIu\" aria-label=\"RON\" hre ... JUNE\" href=\"./#comp-kyfoojyd\"></a></li><li><a class=\"x8rUIu\" aria-label=\"ROSE ANN\" href=\"./#comp-kyfoojyp\"></a></li><li><a class=\"x8rUIu\" aria-label=\"BILL\" href=\"./#comp-kyfoojz2\"></a></li></ol></nav>", "path": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(6)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(2)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(3)", "fingerprint": { "version": 2, "css": "nav[aria-label=\"Slides\"][class=\"DNIjoX\"]", "attNo": 2 } }, { "engineTestId": 531, "bestPracticeId": 2519, "attribute": "This nav does not have a unique accessible name as required when two or more nav elements are present", "attributeDetail": "This nav does not have a unique accessible name as required when two or more nav elements are present", "element": "<nav class=\"DNIjoX\" aria-label=\"Slides\"><ol class=\"HhjGmK\"><li aria-current=\"true\"><a class=\"x8rUIu Fd6sGQ\" aria-label=\"APRIL 2023\" href=\"./#comp-lcjfig6d\"></a></li><li><a class=\"x8rUIu\" aria-label=\"M ... /#comp-kyfook50\"></a></li><li><a class=\"x8rUIu\" aria-label=\"FEBRUARY 2021\" href=\"./#comp-kyfook5d\"></a></li><li><a class=\"x8rUIu\" aria-label=\"JANUARY 2021\" href=\"./#comp-kyfook5o\"></a></li></ol></nav>", "path": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(6)>*:nth-child(2)>*:nth-child(1)>*:nth-child(4)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(5)", "fingerprint": { "version": 2, "css": "nav[aria-label=\"Slides\"][class=\"DNIjoX\"]", "attNo": 2 } }, { "engineTestId": 531, "bestPracticeId": 2519, "attribute": "This nav does not have a unique accessible name as required when two or more nav elements are present", "attributeDetail": "This nav does not have a unique accessible name as required when two or more nav elements are present", "element": "<nav class=\"DNIjoX\" aria-label=\"Slides\"><ol class=\"HhjGmK\"><li aria-current=\"true\"><a class=\"x8rUIu Fd6sGQ\" aria-label=\"EXECUTIVE DIRECTOR\" href=\"./#comp-kyfook8b\"></a></li><li><a class=\"x8rUIu\" aria- ... kyfookbh\"></a></li><li><a class=\"x8rUIu\" aria-label=\"CONCIERGE\" href=\"./#comp-kyfookbt\"></a></li><li><a class=\"x8rUIu\" aria-label=\"PROGRAMMING COORDINATOR\" href=\"./#comp-kyfookc3\"></a></li></ol></nav>", "path": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(8)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(2)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(3)", "fingerprint": { "version": 2, "css": "nav[aria-label=\"Slides\"][class=\"DNIjoX\"]", "attNo": 2 } } ], "standardResult": { "totals": [ 0, 0, 0, 40 ], "instances": [ { "ruleID": "94", "what": "This WOW-IMAGE has an id attribute of 'img_undefined', which is not unique in the same DOM", "ordinalSeverity": 3, "tagName": "DIV", "id": "img_undefined", "location": { "doc": "dom", "type": "selector", "spec": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(3)>*:nth-child(2)>*:nth-child(1)>*:nth-child(3)>*:nth-child(2)>*:nth-child(2)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)" }, "excerpt": "<div data-src=\"https://static.wixstatic.com/media/131ca8_9464b9d4b7a64972825aed5912c6173c~mv2.jpg/v1/fill/w_490,h_547,al_c,q_80,usm_0.66_1.00_0.01,enc_auto/131ca8_9464b9d4b7a64972825aed5912c6173c~mv2. ... ps://static.wixstatic.com/media/131ca8_9464b9d4b7a64972825aed5912c6173c~mv2.jpg/v1/fill/w_147,h_164,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_auto/131ca8_9464b9d4b7a64972825aed5912c6173c~mv2.jpg\"></div>" }, { "ruleID": "94", "what": "This WOW-IMAGE has an id attribute of 'img_undefined', which is not unique in the same DOM", "ordinalSeverity": 3, "tagName": "DIV", "id": "img_undefined", "location": { "doc": "dom", "type": "selector", "spec": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(3)>*:nth-child(2)>*:nth-child(1)>*:nth-child(3)>*:nth-child(2)>*:nth-child(2)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)" }, "excerpt": "<div data-src=\"https://static.wixstatic.com/media/131ca8_a3a265a0a47d46069430e43ddf0ee9f8~mv2.jpg/v1/fill/w_490,h_547,al_c,q_80,usm_0.66_1.00_0.01,enc_auto/131ca8_a3a265a0a47d46069430e43ddf0ee9f8~mv2. ... ps://static.wixstatic.com/media/131ca8_a3a265a0a47d46069430e43ddf0ee9f8~mv2.jpg/v1/fill/w_147,h_164,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_auto/131ca8_a3a265a0a47d46069430e43ddf0ee9f8~mv2.jpg\"></div>" }, { "ruleID": "94", "what": "This WOW-IMAGE has an id attribute of 'img_undefined', which is not unique in the same DOM", "ordinalSeverity": 3, "tagName": "DIV", "id": "img_undefined", "location": { "doc": "dom", "type": "selector", "spec": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(3)>*:nth-child(2)>*:nth-child(1)>*:nth-child(3)>*:nth-child(2)>*:nth-child(2)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)" }, "excerpt": "<div data-src=\"https://static.wixstatic.com/media/131ca8_46cc2c3db31b4cf78c5afec1ddd0bd36~mv2.jpg/v1/fill/w_490,h_547,al_c,q_80,usm_0.66_1.00_0.01,enc_auto/131ca8_46cc2c3db31b4cf78c5afec1ddd0bd36~mv2. ... ps://static.wixstatic.com/media/131ca8_46cc2c3db31b4cf78c5afec1ddd0bd36~mv2.jpg/v1/fill/w_147,h_164,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_auto/131ca8_46cc2c3db31b4cf78c5afec1ddd0bd36~mv2.jpg\"></div>" }, { "ruleID": "94", "what": "This WOW-IMAGE has an id attribute of 'img_undefined', which is not unique in the same DOM", "ordinalSeverity": 3, "tagName": "DIV", "id": "img_undefined", "location": { "doc": "dom", "type": "selector", "spec": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(3)>*:nth-child(2)>*:nth-child(1)>*:nth-child(3)>*:nth-child(2)>*:nth-child(2)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)" }, "excerpt": "<div data-src=\"https://static.wixstatic.com/media/131ca8_9464b9d4b7a64972825aed5912c6173c~mv2.jpg/v1/fill/w_490,h_547,al_c,q_80,usm_0.66_1.00_0.01,enc_auto/131ca8_9464b9d4b7a64972825aed5912c6173c~mv2. ... ps://static.wixstatic.com/media/131ca8_9464b9d4b7a64972825aed5912c6173c~mv2.jpg/v1/fill/w_147,h_164,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_auto/131ca8_9464b9d4b7a64972825aed5912c6173c~mv2.jpg\"></div>" }, { "ruleID": "94", "what": "This WOW-IMAGE has an id attribute of 'img_undefined', which is not unique in the same DOM", "ordinalSeverity": 3, "tagName": "DIV", "id": "img_undefined", "location": { "doc": "dom", "type": "selector", "spec": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(3)>*:nth-child(2)>*:nth-child(1)>*:nth-child(4)>*: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(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)" }, "excerpt": "<div data-src=\"https://static.wixstatic.com/media/131ca8_dceae280b43a474f8dc121fe6fba9034~mv2.jpeg/v1/fill/w_490,h_547,al_c,q_80,usm_0.66_1.00_0.01,enc_auto/131ca8_dceae280b43a474f8dc121fe6fba9034~mv2 ... ://static.wixstatic.com/media/131ca8_dceae280b43a474f8dc121fe6fba9034~mv2.jpeg/v1/fill/w_147,h_164,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_auto/131ca8_dceae280b43a474f8dc121fe6fba9034~mv2.jpeg\"></div>" }, { "ruleID": "94", "what": "This WOW-IMAGE has an id attribute of 'img_undefined', which is not unique in the same DOM", "ordinalSeverity": 3, "tagName": "DIV", "id": "img_undefined", "location": { "doc": "dom", "type": "selector", "spec": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(3)>*:nth-child(2)>*:nth-child(1)>*:nth-child(4)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)" }, "excerpt": "<div data-src=\"https://static.wixstatic.com/media/131ca8_096a0b659415418b9960ade1d8013980~mv2.jpeg/v1/fill/w_490,h_547,al_c,q_80,usm_0.66_1.00_0.01,enc_auto/131ca8_096a0b659415418b9960ade1d8013980~mv2 ... ://static.wixstatic.com/media/131ca8_096a0b659415418b9960ade1d8013980~mv2.jpeg/v1/fill/w_147,h_164,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_auto/131ca8_096a0b659415418b9960ade1d8013980~mv2.jpeg\"></div>" }, { "ruleID": "94", "what": "This WOW-IMAGE has an id attribute of 'img_undefined', which is not unique in the same DOM", "ordinalSeverity": 3, "tagName": "DIV", "id": "img_undefined", "location": { "doc": "dom", "type": "selector", "spec": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(3)>*:nth-child(2)>*:nth-child(1)>*:nth-child(4)>*: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(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)" }, "excerpt": "<div data-src=\"https://static.wixstatic.com/media/131ca8_aa9f114298a84a03beca99e4afefc1b3~mv2.jpeg/v1/fill/w_490,h_547,al_c,q_80,usm_0.66_1.00_0.01,enc_auto/131ca8_aa9f114298a84a03beca99e4afefc1b3~mv2 ... ://static.wixstatic.com/media/131ca8_aa9f114298a84a03beca99e4afefc1b3~mv2.jpeg/v1/fill/w_111,h_124,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_auto/131ca8_aa9f114298a84a03beca99e4afefc1b3~mv2.jpeg\"></div>" }, { "ruleID": "94", "what": "This WOW-IMAGE has an id attribute of 'img_undefined', which is not unique in the same DOM", "ordinalSeverity": 3, "tagName": "DIV", "id": "img_undefined", "location": { "doc": "dom", "type": "selector", "spec": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(3)>*:nth-child(2)>*:nth-child(1)>*:nth-child(4)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)" }, "excerpt": "<div data-src=\"https://static.wixstatic.com/media/131ca8_dceae280b43a474f8dc121fe6fba9034~mv2.jpeg/v1/fill/w_490,h_547,al_c,q_80,usm_0.66_1.00_0.01,enc_auto/131ca8_dceae280b43a474f8dc121fe6fba9034~mv2 ... ://static.wixstatic.com/media/131ca8_dceae280b43a474f8dc121fe6fba9034~mv2.jpeg/v1/fill/w_147,h_164,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_auto/131ca8_dceae280b43a474f8dc121fe6fba9034~mv2.jpeg\"></div>" }, { "ruleID": "94", "what": "This WOW-IMAGE has an id attribute of 'img_undefined', which is not unique in the same DOM", "ordinalSeverity": 3, "tagName": "DIV", "id": "img_undefined", "location": { "doc": "dom", "type": "selector", "spec": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(3)>*:nth-child(2)>*:nth-child(1)>*:nth-child(5)>*:nth-child(2)>*:nth-child(2)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)" }, "excerpt": "<div data-src=\"https://static.wixstatic.com/media/131ca8_9853e4e7c8f54227ae3001b15dcddf5b~mv2.jpeg/v1/fill/w_490,h_547,al_c,q_80,usm_0.66_1.00_0.01,enc_auto/131ca8_9853e4e7c8f54227ae3001b15dcddf5b~mv2 ... ://static.wixstatic.com/media/131ca8_9853e4e7c8f54227ae3001b15dcddf5b~mv2.jpeg/v1/fill/w_147,h_164,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_auto/131ca8_9853e4e7c8f54227ae3001b15dcddf5b~mv2.jpeg\"></div>" }, { "ruleID": "94", "what": "This WOW-IMAGE has an id attribute of 'img_undefined', which is not unique in the same DOM", "ordinalSeverity": 3, "tagName": "DIV", "id": "img_undefined", "location": { "doc": "dom", "type": "selector", "spec": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(3)>*:nth-child(2)>*:nth-child(1)>*:nth-child(5)>*:nth-child(2)>*:nth-child(2)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)" }, "excerpt": "<div data-src=\"https://static.wixstatic.com/media/131ca8_da6ca8d102e6486b9f5ca46028408d7a~mv2.jpg/v1/fill/w_490,h_547,al_c,q_80,usm_0.66_1.00_0.01,enc_auto/131ca8_da6ca8d102e6486b9f5ca46028408d7a~mv2. ... ps://static.wixstatic.com/media/131ca8_da6ca8d102e6486b9f5ca46028408d7a~mv2.jpg/v1/fill/w_147,h_196,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_auto/131ca8_da6ca8d102e6486b9f5ca46028408d7a~mv2.jpg\"></div>" }, { "ruleID": "94", "what": "This WOW-IMAGE has an id attribute of 'img_undefined', which is not unique in the same DOM", "ordinalSeverity": 3, "tagName": "DIV", "id": "img_undefined", "location": { "doc": "dom", "type": "selector", "spec": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(3)>*:nth-child(2)>*:nth-child(1)>*:nth-child(5)>*:nth-child(2)>*:nth-child(2)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)" }, "excerpt": "<div data-src=\"https://static.wixstatic.com/media/131ca8_91f249c87d5744089e2614e418ec303d~mv2.jpg/v1/fill/w_490,h_547,al_c,q_80,usm_0.66_1.00_0.01,enc_auto/131ca8_91f249c87d5744089e2614e418ec303d~mv2. ... ps://static.wixstatic.com/media/131ca8_91f249c87d5744089e2614e418ec303d~mv2.jpg/v1/fill/w_147,h_164,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_auto/131ca8_91f249c87d5744089e2614e418ec303d~mv2.jpg\"></div>" }, { "ruleID": "94", "what": "This WOW-IMAGE has an id attribute of 'img_undefined', which is not unique in the same DOM", "ordinalSeverity": 3, "tagName": "DIV", "id": "img_undefined", "location": { "doc": "dom", "type": "selector", "spec": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(3)>*:nth-child(2)>*:nth-child(1)>*:nth-child(5)>*:nth-child(2)>*:nth-child(2)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)" }, "excerpt": "<div data-src=\"https://static.wixstatic.com/media/131ca8_9853e4e7c8f54227ae3001b15dcddf5b~mv2.jpeg/v1/fill/w_490,h_547,al_c,q_80,usm_0.66_1.00_0.01,enc_auto/131ca8_9853e4e7c8f54227ae3001b15dcddf5b~mv2 ... ://static.wixstatic.com/media/131ca8_9853e4e7c8f54227ae3001b15dcddf5b~mv2.jpeg/v1/fill/w_147,h_164,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_auto/131ca8_9853e4e7c8f54227ae3001b15dcddf5b~mv2.jpeg\"></div>" }, { "ruleID": "94", "what": "This WOW-IMAGE has an id attribute of 'img_undefined', which is not unique in the same DOM", "ordinalSeverity": 3, "tagName": "DIV", "id": "img_undefined", "location": { "doc": "dom", "type": "selector", "spec": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(3)>*:nth-child(2)>*:nth-child(1)>*:nth-child(6)>*: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(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)" }, "excerpt": "<div data-src=\"https://static.wixstatic.com/media/131ca8_8e1bb7f61a3a4e9a84470d6babc5870e~mv2.jpeg/v1/fill/w_490,h_547,al_c,q_80,usm_0.66_1.00_0.01,enc_auto/131ca8_8e1bb7f61a3a4e9a84470d6babc5870e~mv2 ... ://static.wixstatic.com/media/131ca8_8e1bb7f61a3a4e9a84470d6babc5870e~mv2.jpeg/v1/fill/w_147,h_164,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_auto/131ca8_8e1bb7f61a3a4e9a84470d6babc5870e~mv2.jpeg\"></div>" }, { "ruleID": "94", "what": "This WOW-IMAGE has an id attribute of 'img_undefined', which is not unique in the same DOM", "ordinalSeverity": 3, "tagName": "DIV", "id": "img_undefined", "location": { "doc": "dom", "type": "selector", "spec": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(3)>*:nth-child(2)>*:nth-child(1)>*:nth-child(6)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)" }, "excerpt": "<div data-src=\"https://static.wixstatic.com/media/131ca8_10ce69322e244d969fd8f640c0ad4734~mv2.jpg/v1/fill/w_490,h_547,al_c,q_80,usm_0.66_1.00_0.01,enc_auto/131ca8_10ce69322e244d969fd8f640c0ad4734~mv2. ... ps://static.wixstatic.com/media/131ca8_10ce69322e244d969fd8f640c0ad4734~mv2.jpg/v1/fill/w_147,h_142,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_auto/131ca8_10ce69322e244d969fd8f640c0ad4734~mv2.jpg\"></div>" }, { "ruleID": "94", "what": "This WOW-IMAGE has an id attribute of 'img_undefined', which is not unique in the same DOM", "ordinalSeverity": 3, "tagName": "DIV", "id": "img_undefined", "location": { "doc": "dom", "type": "selector", "spec": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(3)>*:nth-child(2)>*:nth-child(1)>*:nth-child(6)>*: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(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)" }, "excerpt": "<div data-src=\"https://static.wixstatic.com/media/131ca8_c919dbf59c6543268ef4725cabe89aa4~mv2.jpg/v1/fill/w_490,h_547,al_c,q_80,usm_0.66_1.00_0.01,enc_auto/131ca8_c919dbf59c6543268ef4725cabe89aa4~mv2. ... ps://static.wixstatic.com/media/131ca8_c919dbf59c6543268ef4725cabe89aa4~mv2.jpg/v1/fill/w_147,h_164,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_auto/131ca8_c919dbf59c6543268ef4725cabe89aa4~mv2.jpg\"></div>" }, { "ruleID": "94", "what": "This WOW-IMAGE has an id attribute of 'img_undefined', which is not unique in the same DOM", "ordinalSeverity": 3, "tagName": "DIV", "id": "img_undefined", "location": { "doc": "dom", "type": "selector", "spec": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(3)>*:nth-child(2)>*:nth-child(1)>*:nth-child(6)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)" }, "excerpt": "<div data-src=\"https://static.wixstatic.com/media/131ca8_8e1bb7f61a3a4e9a84470d6babc5870e~mv2.jpeg/v1/fill/w_490,h_547,al_c,q_80,usm_0.66_1.00_0.01,enc_auto/131ca8_8e1bb7f61a3a4e9a84470d6babc5870e~mv2 ... ://static.wixstatic.com/media/131ca8_8e1bb7f61a3a4e9a84470d6babc5870e~mv2.jpeg/v1/fill/w_147,h_164,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_auto/131ca8_8e1bb7f61a3a4e9a84470d6babc5870e~mv2.jpeg\"></div>" }, { "ruleID": "94", "what": "This WOW-IMAGE has an id attribute of 'img_undefined', which is not unique in the same DOM", "ordinalSeverity": 3, "tagName": "DIV", "id": "img_undefined", "location": { "doc": "dom", "type": "selector", "spec": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(3)>*:nth-child(2)>*:nth-child(1)>*:nth-child(7)>*:nth-child(2)>*:nth-child(2)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)" }, "excerpt": "<div data-src=\"https://static.wixstatic.com/media/131ca8_1b631ade386841b090da72cb9082516c~mv2.jpeg/v1/fill/w_490,h_547,al_c,q_80,usm_0.66_1.00_0.01,enc_auto/131ca8_1b631ade386841b090da72cb9082516c~mv2 ... ://static.wixstatic.com/media/131ca8_1b631ade386841b090da72cb9082516c~mv2.jpeg/v1/fill/w_147,h_164,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_auto/131ca8_1b631ade386841b090da72cb9082516c~mv2.jpeg\"></div>" }, { "ruleID": "94", "what": "This WOW-IMAGE has an id attribute of 'img_undefined', which is not unique in the same DOM", "ordinalSeverity": 3, "tagName": "DIV", "id": "img_undefined", "location": { "doc": "dom", "type": "selector", "spec": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(3)>*:nth-child(2)>*:nth-child(1)>*:nth-child(7)>*:nth-child(2)>*:nth-child(2)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)" }, "excerpt": "<div data-src=\"https://static.wixstatic.com/media/131ca8_3668a55d016445268a152ef34cd167da~mv2.jpeg/v1/fill/w_490,h_547,al_c,q_80,usm_0.66_1.00_0.01,enc_auto/131ca8_3668a55d016445268a152ef34cd167da~mv2 ... ://static.wixstatic.com/media/131ca8_3668a55d016445268a152ef34cd167da~mv2.jpeg/v1/fill/w_147,h_164,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_auto/131ca8_3668a55d016445268a152ef34cd167da~mv2.jpeg\"></div>" }, { "ruleID": "94", "what": "This WOW-IMAGE has an id attribute of 'img_undefined', which is not unique in the same DOM", "ordinalSeverity": 3, "tagName": "DIV", "id": "img_undefined", "location": { "doc": "dom", "type": "selector", "spec": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(3)>*:nth-child(2)>*:nth-child(1)>*:nth-child(7)>*:nth-child(2)>*:nth-child(2)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)" }, "excerpt": "<div data-src=\"https://static.wixstatic.com/media/131ca8_608693b01d3643c68e76d71e41444f36~mv2.jpeg/v1/fill/w_490,h_547,al_c,q_80,usm_0.66_1.00_0.01,enc_auto/131ca8_608693b01d3643c68e76d71e41444f36~mv2 ... ://static.wixstatic.com/media/131ca8_608693b01d3643c68e76d71e41444f36~mv2.jpeg/v1/fill/w_147,h_164,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_auto/131ca8_608693b01d3643c68e76d71e41444f36~mv2.jpeg\"></div>" }, { "ruleID": "94", "what": "This WOW-IMAGE has an id attribute of 'img_undefined', which is not unique in the same DOM", "ordinalSeverity": 3, "tagName": "DIV", "id": "img_undefined", "location": { "doc": "dom", "type": "selector", "spec": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(3)>*:nth-child(2)>*:nth-child(1)>*:nth-child(7)>*:nth-child(2)>*:nth-child(2)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)" }, "excerpt": "<div data-src=\"https://static.wixstatic.com/media/131ca8_1b631ade386841b090da72cb9082516c~mv2.jpeg/v1/fill/w_490,h_547,al_c,q_80,usm_0.66_1.00_0.01,enc_auto/131ca8_1b631ade386841b090da72cb9082516c~mv2 ... ://static.wixstatic.com/media/131ca8_1b631ade386841b090da72cb9082516c~mv2.jpeg/v1/fill/w_147,h_164,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_auto/131ca8_1b631ade386841b090da72cb9082516c~mv2.jpeg\"></div>" }, { "ruleID": "94", "what": "This WOW-IMAGE has an id attribute of 'img_undefined', which is not unique in the same DOM", "ordinalSeverity": 3, "tagName": "DIV", "id": "img_undefined", "location": { "doc": "dom", "type": "selector", "spec": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(6)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)>*: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(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)" }, "excerpt": "<div data-src=\"https://static.wixstatic.com/media/131ca8_9e04a983febe4644b1e77153fb8d1ee0~mv2.jpg/v1/fill/w_414,h_526,al_c,q_80,usm_0.66_1.00_0.01,enc_auto/131ca8_9e04a983febe4644b1e77153fb8d1ee0~mv2. ... ps://static.wixstatic.com/media/131ca8_9e04a983febe4644b1e77153fb8d1ee0~mv2.jpg/v1/fill/w_147,h_206,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_auto/131ca8_9e04a983febe4644b1e77153fb8d1ee0~mv2.jpg\"></div>" }, { "ruleID": "94", "what": "This WOW-IMAGE has an id attribute of 'img_undefined', which is not unique in the same DOM", "ordinalSeverity": 3, "tagName": "DIV", "id": "img_undefined", "location": { "doc": "dom", "type": "selector", "spec": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(6)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)" }, "excerpt": "<div data-src=\"https://static.wixstatic.com/media/131ca8_60c060b552054ad0a423a3f06561760a~mv2.jpg/v1/fill/w_414,h_526,al_c,q_80,usm_0.66_1.00_0.01,enc_auto/131ca8_60c060b552054ad0a423a3f06561760a~mv2. ... ps://static.wixstatic.com/media/131ca8_60c060b552054ad0a423a3f06561760a~mv2.jpg/v1/fill/w_147,h_206,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_auto/131ca8_60c060b552054ad0a423a3f06561760a~mv2.jpg\"></div>" }, { "ruleID": "94", "what": "This WOW-IMAGE has an id attribute of 'img_undefined', which is not unique in the same DOM", "ordinalSeverity": 3, "tagName": "DIV", "id": "img_undefined", "location": { "doc": "dom", "type": "selector", "spec": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(6)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)>*: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(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)" }, "excerpt": "<div data-src=\"https://static.wixstatic.com/media/131ca8_7d7d45574e8544fc99e4239da6896e6e~mv2.jpeg/v1/fill/w_414,h_526,al_c,q_80,usm_0.66_1.00_0.01,enc_auto/131ca8_7d7d45574e8544fc99e4239da6896e6e~mv2 ... ://static.wixstatic.com/media/131ca8_7d7d45574e8544fc99e4239da6896e6e~mv2.jpeg/v1/fill/w_151,h_212,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_auto/131ca8_7d7d45574e8544fc99e4239da6896e6e~mv2.jpeg\"></div>" }, { "ruleID": "94", "what": "This WOW-IMAGE has an id attribute of 'img_undefined', which is not unique in the same DOM", "ordinalSeverity": 3, "tagName": "DIV", "id": "img_undefined", "location": { "doc": "dom", "type": "selector", "spec": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(6)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)" }, "excerpt": "<div data-src=\"https://static.wixstatic.com/media/131ca8_9e04a983febe4644b1e77153fb8d1ee0~mv2.jpg/v1/fill/w_414,h_526,al_c,q_80,usm_0.66_1.00_0.01,enc_auto/131ca8_9e04a983febe4644b1e77153fb8d1ee0~mv2. ... ps://static.wixstatic.com/media/131ca8_9e04a983febe4644b1e77153fb8d1ee0~mv2.jpg/v1/fill/w_147,h_206,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_auto/131ca8_9e04a983febe4644b1e77153fb8d1ee0~mv2.jpg\"></div>" }, { "ruleID": "234", "what": "This IMG has a suspicious calculated accessible name value of: img_7361.png", "ordinalSeverity": 3, "tagName": "IMG", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)" }, "excerpt": "<img fetchpriority=\"high\" srcset=\"https://static.wixstatic.com/media/131ca8_96a3d7772e5b4bb29f414512f3b352dd~mv2.png/v1/fill/w_156,h_44,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/IMG_7361_PNG.png 1x, https ... object-fit:cover\" alt=\"IMG_7361.PNG\" src=\"https://static.wixstatic.com/media/131ca8_96a3d7772e5b4bb29f414512f3b352dd~mv2.png/v1/fill/w_156,h_44,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/IMG_7361_PNG.png\">" }, { "ruleID": "234", "what": "This IMG has a suspicious calculated accessible name value of: april 2023.png", "ordinalSeverity": 3, "tagName": "IMG", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(6)>*:nth-child(2)>*:nth-child(1)>*:nth-child(4)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(4)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)" }, "excerpt": "<img style=\"width: 473px; height: 333px; object-fit: cover; object-position: 50% 50%;\" alt=\"APRIL 2023.png\" src=\"https://static.wixstatic.com/media/131ca8_7cb206ce84e0420f946a7350708793b3~mv2.png/v1/f ... 0% 50%;\" alt=\"APRIL 2023.png\" src=\"https://static.wixstatic.com/media/131ca8_7cb206ce84e0420f946a7350708793b3~mv2.png/v1/fill/w_118,h_83,al_c,q_85,usm_0.66_1.00_0.01,blur_2,enc_auto/APRIL%202023.png\">" }, { "ruleID": "234", "what": "This IMG has a suspicious calculated accessible name value of: shutterstock_1682026057.jpg", "ordinalSeverity": 3, "tagName": "IMG", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(6)>*:nth-child(2)>*:nth-child(1)>*:nth-child(5)>*:nth-child(2)>*:nth-child(2)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)" }, "excerpt": "<img style=\"width: 489px; height: 494px; object-fit: cover; object-position: 50% 50%;\" alt=\"shutterstock_1682026057.jpg\" src=\"https://static.wixstatic.com/media/131ca8_015a92d3507e48b6a63417f2ad138783 ... ://static.wixstatic.com/media/131ca8_015a92d3507e48b6a63417f2ad138783~mv2.jpg/v1/crop/x_21,y_0,w_2075,h_2100/fill/w_122,h_124,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_auto/shutterstock_1682026057.jpg\">" }, { "ruleID": "234", "what": "This IMG has a suspicious calculated accessible name value of: photoroom_20210912_133014.png", "ordinalSeverity": 3, "tagName": "IMG", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(4)>*:nth-child(1)>*:nth-child(2)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)" }, "excerpt": "<img style=\"width: 153px; height: 45px; object-fit: fill;\" alt=\"PhotoRoom_20210912_133014.png\" src=\"https://static.wixstatic.com/media/131ca8_1286916e01a5489592e7b78fe25c2603~mv2.png/v1/fill/w_160,h_4 ... 0912_133014.png\" src=\"https://static.wixstatic.com/media/131ca8_1286916e01a5489592e7b78fe25c2603~mv2.png/v1/fill/w_160,h_45,al_c,q_85,usm_0.66_1.00_0.01,blur_3,enc_auto/PhotoRoom_20210912_133014.png\">" }, { "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(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(5)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(5)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)" }, "excerpt": "<a class=\"u9k3ts\" target=\"_self\" href=\"https://www.greenfieldseniorliving.com/our-mission\" data-testid=\"linkElement\"><div class=\"aizuI7 TcoJIb comp-kyfoojsh\" data-testid=\"svgRoot-comp-kyfoojsh\"><svg a ... eserveaspectratio=\"xMidYMid meet\"><g><path d=\"M104.133 18.918l-9.431 8.947 61.913 65.269-137.498.938.089 13 138.096-.942-61.338 66.11 9.529 8.842 75.39-81.254-76.75-80.91z\"></path></g></svg></div></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(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(6)>*:nth-child(2)>*:nth-child(1)>*:nth-child(3)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(7)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)" }, "excerpt": "<a class=\"u9k3ts\" target=\"_self\" href=\"https://www.greenfieldseniorliving.com/education\" data-testid=\"linkElement\"><div class=\"aizuI7 TcoJIb comp-kyfook1l\" data-testid=\"svgRoot-comp-kyfook1l\"><svg ari ... eserveaspectratio=\"xMidYMid meet\"><g><path d=\"M104.133 18.918l-9.431 8.947 61.913 65.269-137.498.938.089 13 138.096-.942-61.338 66.11 9.529 8.842 75.39-81.254-76.75-80.91z\"></path></g></svg></div></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(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(6)>*:nth-child(2)>*:nth-child(1)>*:nth-child(4)>*:nth-child(2)>*:nth-child(2)>*:nth-child(2)>*:nth-child(1)>*:nth-child(8)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)" }, "excerpt": "<a class=\"u9k3ts\" target=\"_self\" href=\"mailto:info@greenfieldseniorliving.com?subject=Subscribe | Greenfield Magazine\" data-testid=\"linkElement\"><div class=\"aizuI7 TcoJIb comp-kyfook6q1\" data-testid=\" ... eserveaspectratio=\"xMidYMid meet\"><g><path d=\"M104.133 18.918l-9.431 8.947 61.913 65.269-137.498.938.089 13 138.096-.942-61.338 66.11 9.529 8.842 75.39-81.254-76.75-80.91z\"></path></g></svg></div></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(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(6)>*:nth-child(2)>*:nth-child(1)>*:nth-child(5)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(7)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)" }, "excerpt": "<a class=\"u9k3ts\" target=\"_self\" href=\"https://www.greenfieldseniorliving.com/health-and-safety\" data-testid=\"linkElement\"><div class=\"aizuI7 TcoJIb comp-kyfp5513\" data-testid=\"svgRoot-comp-kyfp5513\"> ... eserveaspectratio=\"xMidYMid meet\"><g><path d=\"M104.133 18.918l-9.431 8.947 61.913 65.269-137.498.938.089 13 138.096-.942-61.338 66.11 9.529 8.842 75.39-81.254-76.75-80.91z\"></path></g></svg></div></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(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(6)>*:nth-child(2)>*:nth-child(1)>*:nth-child(6)>*:nth-child(2)>*:nth-child(2)>*:nth-child(2)>*:nth-child(1)>*:nth-child(7)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)" }, "excerpt": "<a class=\"u9k3ts\" target=\"_self\" href=\"https://www.greenfieldseniorliving.com/our-communites\" data-testid=\"linkElement\"><div class=\"aizuI7 TcoJIb comp-kyfpob54\" data-testid=\"svgRoot-comp-kyfpob54\"><sv ... eserveaspectratio=\"xMidYMid meet\"><g><path d=\"M104.133 18.918l-9.431 8.947 61.913 65.269-137.498.938.089 13 138.096-.942-61.338 66.11 9.529 8.842 75.39-81.254-76.75-80.91z\"></path></g></svg></div></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(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(8)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(6)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)" }, "excerpt": "<a class=\"u9k3ts\" target=\"_self\" href=\"https://www.greenfieldseniorliving.com/careers\" data-testid=\"linkElement\"><div class=\"aizuI7 TcoJIb comp-kyfook7t\" data-testid=\"svgRoot-comp-kyfook7t\"><svg aria- ... eserveaspectratio=\"xMidYMid meet\"><g><path d=\"M104.133 18.918l-9.431 8.947 61.913 65.269-137.498.938.089 13 138.096-.942-61.338 66.11 9.529 8.842 75.39-81.254-76.75-80.91z\"></path></g></svg></div></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(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(4)>*:nth-child(1)>*:nth-child(2)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(4)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)" }, "excerpt": "<a class=\"u9k3ts\" target=\"_self\" href=\"https://www.greenfieldseniorliving.com/virginia\" data-testid=\"linkElement\"><div class=\"aizuI7 TcoJIb comp-kvghhk7w\" data-testid=\"svgRoot-comp-kvghhk7w\"><svg aria ... eserveaspectratio=\"xMidYMid meet\"><g><path d=\"M104.133 18.918l-9.431 8.947 61.913 65.269-137.498.938.089 13 138.096-.942-61.338 66.11 9.529 8.842 75.39-81.254-76.75-80.91z\"></path></g></svg></div></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(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(4)>*:nth-child(1)>*:nth-child(2)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(7)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)" }, "excerpt": "<a class=\"u9k3ts\" target=\"_self\" href=\"https://www.greenfieldseniorliving.com/pennsylvania\" data-testid=\"linkElement\"><div class=\"aizuI7 TcoJIb comp-kyj0e0py\" data-testid=\"svgRoot-comp-kyj0e0py\"><svg ... eserveaspectratio=\"xMidYMid meet\"><g><path d=\"M104.133 18.918l-9.431 8.947 61.913 65.269-137.498.938.089 13 138.096-.942-61.338 66.11 9.529 8.842 75.39-81.254-76.75-80.91z\"></path></g></svg></div></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(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(4)>*:nth-child(1)>*:nth-child(2)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(2)>*:nth-child(2)>*:nth-child(1)>*:nth-child(3)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)" }, "excerpt": "<a class=\"u9k3ts\" target=\"_blank\" href=\"https://www.greenfieldseniorliving.com/privacy-policy\" data-testid=\"linkElement\"><div class=\"aizuI7 TcoJIb comp-kzd63j84\" data-testid=\"svgRoot-comp-kzd63j84\"><s ... eserveaspectratio=\"xMidYMid meet\"><g><path d=\"M104.133 18.918l-9.431 8.947 61.913 65.269-137.498.938.089 13 138.096-.942-61.338 66.11 9.529 8.842 75.39-81.254-76.75-80.91z\"></path></g></svg></div></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(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(6)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(2)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(3)" }, "excerpt": "<nav class=\"DNIjoX\" aria-label=\"Slides\"><ol class=\"HhjGmK\"><li aria-current=\"true\"><a class=\"x8rUIu Fd6sGQ\" aria-label=\"IDA\" href=\"./#comp-kyfooju7\"></a></li><li><a class=\"x8rUIu\" aria-label=\"RON\" hre ... JUNE\" href=\"./#comp-kyfoojyd\"></a></li><li><a class=\"x8rUIu\" aria-label=\"ROSE ANN\" href=\".