Copyediting with Semantic HTML

PHOTO EMBED

Sat Mar 26 2022 07:57:48 GMT+0000 (Coordinated Universal Time)

Saved by @Sebhart #css

ins {
  padding: 0 0.125em;
  text-decoration: none;
  background-color: lightgreen
}
del {
  padding: 0 0.125em;
  text-decoration: none;
  background-color: pink;
}
mark {
  padding: 0 0.125em;
}
.note {
  padding: 0 0.125em;
  background-color: lightblue;
}
aside.note {
  padding: 0.5em 1em;
}
u {
  text-decoration: none;
  border-bottom: 3px red dashed;
}
content_copyCOPY

https://css-tricks.com/copyediting-with-semantic-html/