Horje
Browsers Support of HTML <th> abbr Attribute

Browser Support

The abbr attribute of the HTML <th> (table header) element has widespread browser support across modern web browsers. This includes:
  • Google Chrome: Supported from version 1 and above.
  • Mozilla Firefox: Supported from version 1 and above.
  • Microsoft Edge: Supported from version 12 and above (including older Internet Explorer versions).
  • Apple Safari: Supported from Safari 3 and above.
  • Opera: Supported from version 1 and above.
Note: While technically supported, the abbr attribute on <th> elements has no visual effect in standard web browsers. Its primary purpose is to provide a shorter, abbreviated version of the header cell's content for use by accessibility tools like screen readers, which can read the abbr value instead of the full content for improved user experience. For displaying a tooltip with the full meaning when hovering, the global title attribute should be used.
 

Learn HTML <th> abbr Attribute






html browsers support

Type:
Develop
Category:
Web Tutorial
Sub Category:
HTML Browser Support
Uploaded by:
Admin