I'm making a Tumblr theme (hold your criticism) and I'd like to use some semantic tags (since this seems to be something most themes don't have.) The way these blogs are styled is a main page full of posts that may be truncated, and may not be. You can then click a link and get a permalink to that post, or the full post if it's truncated.
I want to use <article>
for these posts on the main page, but I don't know if it's okay to put a truncated post in an <article>
tag. I'd guess it'd be okay since the RSS feed could supply a link to the full article, but then would the full article also use <article>
tags? Is <section>
more applicable, even though some posts are perfectly fit for syndication?