Page MenuHomePhabricator

title attribute from links (tooltip) should be set using wiki syntax
Closed, ResolvedPublic

Description

Author: sorin.sbarnea

Description:
The wiki syntax must permit defining the value of title attribute used for links (both internal and external).

This is important because current behavior of duplicating the target page title is not accessibility friendly.

The tooltip (title) is supposed to add additional information for the users. Also this attribute is very important for screen readers and duplication of the page title doesn't help at all.

Please should be able to generate links like
<a href="/aaaa" title="aaaa (the real one)">more info about aaa</a>


Version: 1.15.x
Severity: enhancement

Details

Reference
bz22294

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 21 2014, 10:57 PM
bzimport added a project: MediaWiki-Parser.
bzimport set Reference to bz22294.
bzimport added a subscriber: Unknown Object (MLST).
  • This bug has been marked as a duplicate of bug 542 ***

sorin.sbarnea wrote:

I wouldn't say that 542 is quite a duplicate because it does specify only the problem of having redundant info inside title. This bug is about letting people set the value of the title.