-
-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
why is formatted_date.pt using html tag abbr? #277
Comments
Same formatting and cursor on hover in Firefox. |
So: perhaps we should
Any opinions on this? |
@sunew doesn't seem right to me either. I can't remember why I have done it that way. |
I did a little research, and I think a while back it was common to use abbr for some microformats use cases (I did not go into the details... ). +1 for the time element. |
formatted_date.pt is using markup like this:
<abbr class="dtstart"
This renders in Chrome like:
(Double-dashed underline)
The cursor (in Chrome) is changed to a question mark.
Why use abbr in this case? It does not seem right to me.
"The HTML element represents an abbreviation or acronym " (https://developer.mozilla.org/en-US/docs/Web/HTML/Element/abbr)
I can see the code is originating from @thet - perhaps you can answer the question?
The text was updated successfully, but these errors were encountered: