Adactio Go to the source
Over on the HTML5 Doctor site, Oli has written a great article called Quoting and citing with <blockquote> , <q> , <cite> , and the cite attribute . Now, I still stand by my criticism of the way the cite element has been restrictively redefined in HTML5 such that it’s not supposed to be used for marking up a resource if that resource is a person. But I think that Oli has done a great job in setting out the counter-argument: By better defining <cite> , we increase the odds of getting usable data from it, though we now need different methods to cover these other uses. Oli’s article also delves into the blockquote element, which is defined in HTML5 as a sectioning root . Don’t be fooled by the name: sectioning roots are very different to sectioning content in a fundamental way. Whereas sectioning content elements— section , article , nav and aside —are all about creating an explicit outline for the document from the headings contained within the sectioning content (using the new outline algorithm ), the headings within sectioning roots ( blockquote , td , fieldset , figure , etc. … Read the rest here