Re: Error on HTML 4.0 Specification

Edmon Colomer wrote:
> 
> In chapter 15, section 1.3.2.
> 
> The example about using the "id" attribute with the "BR" element in style
> sheets is wrong.
> Instead of:
> 
> >>>>  <STYLE type="text/css">
> >>>>  BR.mybr { clear: left }
> >>>>  </STYLE>
> 
> the example should be:
> 
> >>>>  <STYLE type="text/css">
> >>>>  #mybr { clear: left }
> >>>>  </STYLE>
> 
> Please, let me know if I'm not right.

You are right. The following is also correct:

   BR#mybr {clear: left}

Thank you for the note. I'll update the errata
page.

Ian


-- 
Ian Jacobs / 401 Second Ave. #19G / New York, NY 10010 USA
Tel/Fax: (212) 684-1814          Email: jacobs@w3.org

Received on Monday, 9 February 1998 11:01:01 UTC