Hello all, less a CSS question and more of a general best practice type of thing.
My company has a web application where it's primary purpose is to display heaps of information. We have "reports" which are tables of information but within detail pages we most often display labeled information in the form of a disabled or read only input.
My question is from a best practice and accessibility standpoint, is a disabled input really the best way to display this information since it wouldn't be interactable or editable or would a set of styled divs and spans be more appropriate?