Closed
Bug 1273808
Opened 9 years ago
Closed 5 years ago
When adding a link to an internal page add its summary as title
Categories
(developer.mozilla.org Graveyard :: Editing, enhancement)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: sebo, Unassigned)
Details
(Keywords: in-triage, Whiteboard: [specification][type:feature])
What problem would this feature solve?
======================================
Adding the summary of the linked article as 'title' attribute to the link allows users to get a quick overview of the contents of the linked page without actually having to navigate to it.
Doing this automatically would avoid the need to do it via macros like {{domxref}} or {{cssxref}} or manually.
Who has this problem?
=====================
All visitors to MDN
How do you know that the users identified above have this problem?
==================================================================
Didn't run any experiment.
How are the users identified above solving this problem now?
============================================================
Authors either need to use macros like {{domxref}} or {{cssxref}} or add the title manually.
Do you have any suggestions for solving the problem? Please explain in detail.
==============================================================================
This should happen automatically when selecting an article form the 'Article Title Lookup / Link Text'.
Is there anything else we should know?
======================================
There may be cases in which this may be redundant (like on overview pages where the links already have an explanation below them).
In cases of very long summaries this may rather be disturbing. Though it's easy to remove the title in those cases via the link dialog.
| Reporter | ||
Comment 1•9 years ago
|
||
Note that this would leave existing links untouched.
An automatic update once a page's cache is emptied would solve this, though that would mean to change the markup of the page dynamically (which sounds impracticable) or to fetch the summary dynamically via an AJAX call.
Sebastian
Comment 2•9 years ago
|
||
Needs an experiment to measure performance (Kuma vs KumaScript) and research on how accessible title attributes are.
Keywords: in-triage
Comment 3•9 years ago
|
||
My concern was that screen readers would read out the whole title value and that it would interrupt the user's ability to consume the document. That's not the case.[1]
This information will be mostly unavailable to users since the title attribute is not exposed in all browsers or to touch or keyboard users but it is not necessary information so it will be a nice enhancement to those who can use it :)
[1] https://silktide.com/i-thought-title-text-improved-accessibility-i-was-wrong/
Comment 4•5 years ago
|
||
MDN Web Docs' bug reporting has now moved to GitHub. From now on, please file content bugs at https://github.com/mdn/sprints/issues/ and platform bugs at https://github.com/mdn/kuma/issues/.
Status: NEW → RESOLVED
Closed: 5 years ago
Resolution: --- → WONTFIX
Updated•5 years ago
|
Product: developer.mozilla.org → developer.mozilla.org Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•