You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
HTML5 has a time tag that's meant to represent dates and times semantically. It is better for indexing and accessibility. But it's also convenient for hiding machine-readable formats in the datetime attribute and displaying it differently.
If we took this route it could be nice to have an easy way to add HTML classes to these time elements so that we can auto-localize them on the client side.
HTML5 has a
time
tag that's meant to represent dates and times semantically. It is better for indexing and accessibility. But it's also convenient for hiding machine-readable formats in thedatetime
attribute and displaying it differently.The text was updated successfully, but these errors were encountered: