html.global_attributes.title/svg.elements.title - Tooltip display on focus
Nobody has claimed this yet.
- Dominant language
- JSON
- Stars
- 5.8k
- Forks
- 2.6k
- Avg merge
- 1d 21h
- Merged PRs (30d)
- 186
Description
What type of issue is this?
Missing compatibility data
What information was incorrect, unhelpful, or incomplete?
Missing compatibility data for Tooltip display on focus.
What browsers does this problem apply to, if applicable?
No response
What did you expect to see?
Compatibility data for Tooltip display on focus, in conjunction to the existing compat data for Tooltip display (on hover).
Did you test this? If so, how?
No response
Can you link to any release notes, bugs, pull requests, or MDN pages related to this?
- Chromium bug 829352: "Make the
titleattribute visible on keyboard focus"
(The above bug is relevant because the SVG bug was marked as duplicate of it.) - Maybe relevant:
Do you have anything more you want to share?
Example markup to test <title> tooltip display on focus:
<svg viewBox="0 0 100 100" width="500" height="500" xmlns="http://www.w3.org/2000/svg">
<g fill="white" stroke="green" stroke-width="5">
<circle tabindex="0" cx="40" cy="40" r="25">
<title>Circle 1</title>
</circle>
<circle tabindex="0" cx="60" cy="60" r="25">
<title>Circle 2</title>
</circle>
</g>
</svg>
MDN URL
https://developer.mozilla.org/en-US/docs/Web/SVG/Element/title
MDN metadata
No response
### Tasks
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reviewing the existing compatibility data in svg/elements/title.json and the linked Chromium, Mozilla, and WebKit reports. Verify the reported focus behavior for the HTML and SVG title cases, then add compatibility data where the evidence supports it. Done means the relevant MDN compatibility tables represent tooltip display on focus accurately.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- html
- Domain
- documentation
- Issue type
- Documentation
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100