This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 28619 - Missing title on abbr
Summary: Missing title on abbr
Status: NEW
Alias: None
Product: HTML WG
Classification: Unclassified
Component: Using ARIA in HTML (show other bugs)
Version: unspecified
Hardware: PC Windows NT
: P2 normal
Target Milestone: ---
Assignee: steve faulkner
QA Contact: This bug has no owner yet - up for the taking
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-05-07 21:29 UTC by dmacdona
Modified: 2015-05-07 21:29 UTC (History)
2 users (show)

See Also:


Attachments

Description dmacdona 2015-05-07 21:29:25 UTC
<table role=presentation>
<tr><td><abbr>API</abbr></td><tr>
</table>

we need a title attribute on the abbr I think