Some components were implemented before the `tooltip` was added. Instead of real tooltips, they use the `title` attribute, which can be replaced now. - [x] replace `aria-label` attribute in `icon` and `icon_sprite` components with visually hidden text - [ ] replace `title` attribute in `time` component with tooltip - [ ] replace `title` attribute in `date` component with tooltip - [ ] replace `title` attribute in `datetime` component with tooltip - [ ] replace `link` with `button` in `app_bar` - [ ] remove `title` attribute from `app_bar` - [ ] remove `title` attribute from `action_bar` - [ ] guidance or updates for all `button` components about primary tooltips (i.e. icon-only buttons) - [ ] guidance or updates for all `button` components about auxiliary tooltips
Some components were implemented before the
tooltipwas added. Instead of real tooltips, they use thetitleattribute, which can be replaced now.aria-labelattribute iniconandicon_spritecomponents with visually hidden texttitleattribute intimecomponent with tooltiptitleattribute indatecomponent with tooltiptitleattribute indatetimecomponent with tooltiplinkwithbuttoninapp_bartitleattribute fromapp_bartitleattribute fromaction_barbuttoncomponents about primary tooltips (i.e. icon-only buttons)buttoncomponents about auxiliary tooltips