Quote:
Originally Posted by thiago.eec
If using HTML5 (Epub3), you can use <aside> and <article> for those.
|
Maybe, maybe not. It seems a bit fuzzy to me since a letter may be in response to things happening in the book and w3schools says for the article tag, "The <article> tag specifies independent, self-contained content. An article should make sense on its own and it should be possible to distribute it independently from the rest of the site." While for the aside tag it says "The <aside> tag defines some content aside from the content it is placed in. The aside content should be indirectly related to the surrounding content." My take is that they're for specific uses and not for random stuff that should be set differently with indents and whatnot.
I was using blockquote, following what StandardEbooks does but someone pointed to me that that's semantically incorrect. Reading the spec you almost should always have a cite with a blockquote.