I look for an authoritative reference list of all HTML block and inline elements. (That is, each element should me classified as either "block" or "inline".)
There are three sources I have found:
HTML Block and Inline Elements page on W3Schools
Block-level content on MDN Web Docs
Inline-level content on MDN Web Docs
MDN pages doesn't provide a list of elements at all, and the list on W3Schools is randomly incomplete: for example, it doesn't provide any mention of <mark>, <u>, <s> or <tbody> but nevertheless mentions <b> and <thead>.
I suppose there is a reference somewhere in W3 standards, but I cannot find it myself.