[whatwg] The blockquote element spec vs common quoting practices

Le 14 juil. 2011 ? 14:59, Kevin Marks a ?crit :
> If I was writing a detector for this pattern, <a> followed by a colon
> and  <blockquote> would do it pretty reliably...

yup unfortunately there are also many cases where you have more names in an introducing paragraph. It is happening when I'm writing, and the issue is then to tie the right person with the right blockquote/q

I like the pattern id/for pattern of forms. We could imagine

<p>
<span for="quoteA" class="author">Sir John Typo</span> 
has written plenty of a wonderful thing 
in <cite for="quoteA">Amazing title</cite> very similar to those in
<span for="quoteB" class="author">Susan Spellchecker</span>'s writings

<blockquote id="quoteA">
[?]
</blockquote>

compare to <cite for="quoteB">Amazing title</cite>

<blockquote id="quoteB">
</blockquote>


-- 
Karl Dubost - http://dev.opera.com/
Developer Relations & Tools, Opera Software

Received on Thursday, 14 July 2011 12:35:49 UTC