Closed LiamDawe closed 5 years ago
By default, the title
becomes whatever was set as the original inner html value of the abbr
or time
tag.
However, if the original time
tag already has a title
attribute value, that value is preserved.
https://github.com/rmm5t/jquery-timeago/blob/master/jquery.timeago.js#L214-L216
Btw, please take any further questions like this to a site like StackOverflow. GitHub Issues are best reserved for discussing feature requests and bug reports.
Okay, is this behaviour actually documented anywhere? If so, take it as a documentation improvement request.
Btw, please take any further questions like this to a site like StackOverflow. GitHub Issues are best reserved for discussing feature requests and bug reports.
I thought it was a bug.
I am wondering something, the abbr tag title on hover shows date and time, but if we use the time html tag on hover the title only holds the date.
Why is this?