This issue has been created
There are 3 updates.
 
 
XWiki Platform / cid:jira-generated-image-avatar-091e28e4-02d4-4cda-ba4f-875ac9572b73 XWIKI-22173 Open

Underline the edit this page link

 
View issue   ยท   Add comment
 

Issue created

 
cid:jira-generated-image-avatar-6e56396a-ea05-4cc0-abba-fef0d5f755a3 Charpentier Lucas created this issue on 17/May/24 16:26
 
Summary: Underline the edit this page link
Issue Type: cid:jira-generated-image-avatar-091e28e4-02d4-4cda-ba4f-875ac9572b73 Bug
Affects Versions: 16.3.1
Assignee: Unassigned
Components: Flamingo Skin
Created: 17/May/24 16:26
Labels: wcag
Priority: cid:jira-generated-image-static-major-c0632c00-7b8d-4f84-ba9d-e6025ad84186 Major
Reporter: Charpentier Lucas
Description:

When looking for an unexisting page, the link edit to create is not underlined while inline.
This inconsistency arose after the merge of XWIKI-21452.

This is one of the major causes left for link underlining automated errors.

 
 

3 updates

 
cid:jira-generated-image-avatar-6e56396a-ea05-4cc0-abba-fef0d5f755a3 Changes by Charpentier Lucas on 17/May/24 16:27
 
Description: When looking for an unexisting page, the link edit to create is not underlined while inline.
This inconsistency arose after the merge of XWIKI-21452.

This is one of the major causes left for link underlining automated errors.


{quote}WCAG warnings in the test class [org.xwiki.administration.test.ui.AllIT]:
__________
Validation in the test method [registerJohnSmith]
Check for [org.xwiki.test.ui.po.DeletePageOutcomePage] at [http://xwikiweb:8080/xwiki/bin/view/XWiki/RegistrationConfig].
Found [1] items

1: Links must be distinguishable without relying on color
Description: Ensure links are distinguished from surrounding text in a way that does not rely on color
Help URL: https://dequeuniversity.com/rules/axe/4.8/link-in-text-block?application=axeAPI
Help: Links must be distinguishable without relying on color
Impact: serious
Tags: cat.color, wcag2a, wcag141, TTv5, TT13.a, EN-301-549, EN-9.1.4.1

HTML element:
<a href="/xwiki/bin/create/XWiki/RegistrationConfig/WebHome">edit this page</a>
Selector: [.panel-body > a]
Fix any of the following:
  The link has insufficient color contrast of 2.4:1 with the surrounding text. (Minimum contrast is 3:1, link text: #2f70a7, surrounding text: #333333)
  The link has no styling (such as underline) to distinguish it from the surrounding text
{quote}
Attachment: 22173-beforePR.png
Assignee: Charpentier Lucas