-
-
Notifications
You must be signed in to change notification settings - Fork 326
Description
A blog post is, in many ways, anchored in time. Sometimes, however, I feel that I need to make changes to a post.
For some time, I've made use of the semantic markup elements del, ins, and so on. Deletions are fairly easy for the reader to detect, because they're decorated with the strikethrough style, but I explicitly removed the underline decoration from inserts because I thought it made the text harder to read.
Since I started to use those semantic markup elements, I've made an effort to include the datetime attribute.
It'd be nice if any semantic element that comes with a datetime element would display a tool tip when you hover over it. Something like added December 18, 2019, 11:27 UTC.
For additions (<ins>), it'd also be nice if there was some none-intrusive hint that this text is a bit different. Perhaps a slightly shaded background colour...