axe-core 4.11.0-canary.853f043 → 4.11.0-canary.8f249fd
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/axe.js +44 -15
- package/axe.min.js +1 -1
- package/locales/_template.json +4 -2
- package/package.json +1 -1
package/locales/_template.json
CHANGED
|
@@ -628,7 +628,8 @@
|
|
|
628
628
|
"equalRatio": "Element has a 1:1 contrast ratio with the background",
|
|
629
629
|
"shortTextContent": "Element content is too short to determine if it is actual text content",
|
|
630
630
|
"nonBmp": "Element content contains only non-text characters",
|
|
631
|
-
"pseudoContent": "Element's background color could not be determined due to a pseudo element"
|
|
631
|
+
"pseudoContent": "Element's background color could not be determined due to a pseudo element",
|
|
632
|
+
"colorParse": "Could not parse color string ${data.colorParse}"
|
|
632
633
|
}
|
|
633
634
|
},
|
|
634
635
|
"color-contrast": {
|
|
@@ -655,7 +656,8 @@
|
|
|
655
656
|
"equalRatio": "Element has a 1:1 contrast ratio with the background",
|
|
656
657
|
"shortTextContent": "Element content is too short to determine if it is actual text content",
|
|
657
658
|
"nonBmp": "Element content contains only non-text characters",
|
|
658
|
-
"pseudoContent": "Element's background color could not be determined due to a pseudo element"
|
|
659
|
+
"pseudoContent": "Element's background color could not be determined due to a pseudo element",
|
|
660
|
+
"colorParse": "Could not parse color string ${data.colorParse}"
|
|
659
661
|
}
|
|
660
662
|
},
|
|
661
663
|
"link-in-text-block-style": {
|