Skip to content

Technique H28 should not be sufficient to meet 3.1.4: Abbreviations #3019

@jialiang

Description

@jialiang

Technique H28:Providing definitions for abbreviations by using the abbr element

Technically the <abbr> tag is used to indicate and define abbreviations. E.g. <abbr title="pound">lb.</abbr>.

But in reality, to quote the WHATWG (https://html.spec.whatwg.org/multipage/dom.html#the-title-attribute):

Relying on the title attribute is currently discouraged as many user agents do not expose the attribute in an accessible manner as required by this specification (e.g., requiring a pointing device such as a mouse to cause a tooltip to appear, which excludes keyboard-only users and touch-only users, such as anyone with a modern phone or tablet).

True enough, in major browsers like Chrome and Firefox, you can't get the text in the title attribute to show up in any way if you're using touch or keyboard.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions