There are several articles about this topic but I'm not able to understand the relevant difference between <q>
and <blockquote>
. The spec seems to have changed for blockquote link. It seems that long quotations are reserved for blockquote and inline quotation for <q>
.
What do they mean with inline quotations?
Does one need to have the name of an author?
For example: what if the quote is of a company and its one long sentence. I would use <q>
but I would not know exactly how to defend that point with arguments.