User tests: Successful: Unsuccessful:
Pull Request for Issue # .
This pr checks if the text on the readme button is visible in ful length. If yes, the aria-label is redundant and not displayed.
Test wit different settings for readmore buttons: With and without titile, with own text, with and without a fixed number for the length.
Inspect then a readmore-button.
If the text on the readmore button shows the full title of the article, aria-label and button text are the same
If the text on the readmore button shows the full title of the article, there is no aria-label
Status | New | ⇒ | Pending |
Category | ⇒ | Layout |
Labels |
Added:
?
a11y
|
I have tested this item
Now it's OK :-)
This change is not really needed. It doesn't solve a problem
I have tested this item
I have tested this item
Status | Pending | ⇒ | Needs Review |
@chmst Please check the review comment by Phil. I think he is right and the title needs to be escaped $this->escape($item->title)
in line 41.
Labels |
Added:
?
|
I have tested this item
Status | Needs Review | ⇒ | Pending |
From "needs review" back to "pending" in the issue tracker.
Labels |
Removed:
?
|
I have tested this item
If I set a custom text for the button, the aria label still exists. With default settings for "view more" button, the patch does work.
This pull request has automatically rebased to 4.2-dev.
This pull requests has been automatically converted to the PSR-12 coding standard.
Status | Pending | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2022-10-21 15:49:51 |
Closed_By | ⇒ | chmst | |
Labels |
Added:
?
?
?
Removed: ? |
Fixed string for comparision, thanks @ChristineWk