-- On Fri, 3/13/09, Els <el...@tiscali.nl> wrote:

> I think that Q and A should be part of the content, not the
> styling.
> Without CSS and without images, the content of the page
> should still 
> make sense, so I reckon you'll want to have the images
> for Q and A 
> with alt text, or just plain text, in the HTML?

IMO, a list of question and answer pairs still makes sense, even if they're not 
explicitly labelled 'Q' and 'A'. Each question will, presumably, be suffixed 
with a question mark, and, if structured as a dl, each answer following it, 
indented, will pretty obviously be a response.

dl.qanda dt:before { content: 'Q. '; }
dl.qanda dd:before { content: 'A. '; }

is a basic approach.
______________________________________________________________________
css-discuss [cs...@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to