←back to thread

On Building Git for Lawyers

(jordanbryan.substack.com)
162 points jpbryan | 2 comments | | HN request time: 0.532s | source
Show context
frozenlettuce ◴[] No.42137873[source]
The Brazilian constitution uses a <strike> element to mark parts of the text that were overwritten, alongside a link to the amendment https://www.planalto.gov.br/ccivil_03/constituicao/constitui...
replies(1): >>42138100 #
1. alganet ◴[] No.42138100[source]
In HTML, they should be using <del> instead, which denotes a portion of the text that was removed. If something is inserted, then <ins> should be used.

<strike> is deprecated.

This kind of notation is similar but not the same as redlining. Whoever reads the law actually wants `git history` in this case. The diff is not a means to an end (a fully edited document), having the diff explicit is the end goal.

replies(1): >>42138308 #
2. recursive ◴[] No.42138308[source]
Maybe it's written in HTML 3.2.