Error on HTML 4.0 Specification

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.

Eleatzar Colomer

Received on Monday, 9 February 1998 10:44:06 UTC