[whatwg] <blockquote cite> and <q cite>
Matthew Raymond
mattraymond at earthlink.net
Tue Jan 2 19:26:05 PST 2007
Benjamin Hawkes-Lewis wrote:
> On Sun, 2006-12-31 at 20:20 -0500, Matthew Raymond wrote:
>> Idle thought:
>>
>> | <blockquote>
>> | <p>
>> | <q>rhubarb rhubarb rhubarb</q>
>> | [<cite><a href="www.example.com">Nemo, Works, IV</a></cite>]
>> | </p>
>> | </blockquote>
>>
>> The <blockquote> becomes a container that associates <q> elements
>> with the first child <cite> element.
>
> It's not a bad thought, even though IMHO it rides roughshot over the
> defined semantics of HTML4's blockquote, which I would insist in the
> face of the utterly bizarre example at:
>
> http://www.w3.org/TR/WCAG10-HTML-TECHS/#text-quotes
Okay, how 'bout this:
| <excerpt>
| <p>
| <q>rhubarb rhubarb rhubarb</q>
| [<cite><a href="www.example.com">Nemo, Works, IV</a></cite>]
| </p>
| </excerpt>
More information about the whatwg
mailing list