Previous Message
Next Message

Re: [css-d] Accessibility questions...

Sent by Stephanie Sullivan on 17 September 2002 16:04


on 9/17/02 9:50 AM, Kevin Smith at [EMAIL-REMOVED] wrote:

> Stephanie implied that she might use BLOCKQUOTE to mark up all her
> quotations, which could lead to constructs like:
> 
> <p>foo <blockquote>bar</blockquote> blah</p>
> 
> Adding a rule like p blockquote {display:inline} might coerce the browser
> into rendering the BLOCKQUOTE as if it were inline (generating an inline
> box, instead of a principal block box), but it's still a block-level
> element, and is invalid if contained in a P.

Actually, I wasn't thinking of redefining blockquote as inline since I want
it to appear as a quotation both for sighted users AND for screen readers...
The only thing I might do is control the margins or make it look slightly
different in appearance. Other than that, I just wanted to make sure that
the CSS would not interfere with a screen reader and to see if their was a
better CSS way to define it for accessibility.

So I think what I'll actually be doing is:
<p>Foo, foo, foo</p>
<blockquote>quotation here</blockquote>
<p>yada, yada, yada</p>

Thanks for your help guys... :)

Stephanie Sullivan
VioletSky Design
http://www.violetsky.net

"If we knew what we were doing, it wouldn't be called research , would
it?"-- Albert Einstein
Previous Message
Next Message

Message thread: