Skip to content

html.global_attributes.title/svg.elements.title - Tooltip display on focus #16831

Open
@Malvoz

Description

@Malvoz

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?

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    data:svgCompat data for SVG features. https://developer.mozilla.org/docs/Web/SVG

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions