Re: [css2.1] 16.3 Decoration

* Anne van Kesteren wrote:
>The example given in that section does not match implementations. When I 
>test:
>
>  <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
>  <style type="text/css">
>   blockquote { text-decoration: underline; color: blue; }
>   em { display: block; }
>   cite { color: fuchsia; }
>  </style>
>  <blockquote>
>   <p>
>    <span>
>     Help, help!
>     <em> I am under a hat! </em>
>     <cite> —GwieF </cite>
>    </span>
>   </p>
>  </blockquote>
>
>... in a recent nightly build of Mozilla, Opera 8 beta 3, Internet 
>Explorer 6 all show the same result but not what the CSS 2.1 
>specification describes.

Do you mean what the prose description requires or do you mean the
sample rendering in the specification?
-- 
Björn Höhrmann · mailto:bjoern@hoehrmann.de · http://bjoern.hoehrmann.de
Weinh. Str. 22 · Telefon: +49(0)621/4309674 · http://www.bjoernsworld.de
68309 Mannheim · PGP Pub. KeyID: 0xA4357E78 · http://www.websitedev.de/ 

Received on Friday, 18 March 2005 10:50:03 UTC