Create a "Articles - Category List" menuitem and visit that while logged in with a user that can create articles.
The new button should have a tooltip. At least the code suggests it:
No tooltip is shown, only the regular "title" display is shown by the browser.
I think this one (and probably others) were missed when the tooltips were changed to the CSS based ones.
Labels |
Added:
?
|
I would do this
<a href="/link"><span class="element-invisible">Submit article</span>New</a>
but ask the accessibility team
Will make a PR in the evening.
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2021-06-22 18:51:35 |
Closed_By | ⇒ | richard67 |
Just to be clear - I don't mind if there is a tooltip or not. We could as well remove the class and title attributes here. It's just not my decision. Just the current status is wrong.
Maybe @brianteeman has an opinion on this.