bhaveshcmedhekar / multipurpose_tabcontent

jQuery plugin that provides responsive tab functionality. The tabs transform to an accordion when it reaches a CSS breakpoint. can be used with various options provided.
MIT License
7 stars 8 forks source link

Use of Title Attributes shows tab_x_x tool tips. #6

Open durbintl opened 3 years ago

durbintl commented 3 years ago

The use of the title attribute should be reserved for displaying relevant information to a user, not storage of data. Data stored in a title attribute will be displayed to the user on hover after a small length of time.

Recommended change use the data attribute.