DEV Community

Discussion on: Voice Over on Semantic HTML

Collapse
 
brennerpacelli profile image
Brenner Pacelli

Hi, Satya. Do you know any fix for the time tag bug in Chrome? I am using a

Collapse
 
kresnasatya profile image
Kresna Satya

Hi Brenner, currently I don't find a good solution to remove "editable group" in time tag. Instead, I put aria-label attribute to the time tag. If modified my time tag by add aria-label:

<time datetime="2017-1-3 08:00-15:00" aria-label="January 3rd">January 3rd</time>

Screen reader (Voice Over) will say "January 3rd, group editable". I think it's better than "group editable".