Last Tested: 1998 July 15.
This list of bugs has not yet been updated to include those bugs uncovered by the new version of the CSS Test Suite, released 1998 December 17. The additions to the test suite are significant, and will include many new bug reports.
The list that follows is a list of bugs in the browser, that is, what is described is in error. I have also included a few partially supported features as bugs.
@import
rules to import stylesheets.
BODY
have no effect inside a
TABLE
.
P
and LI
.
That is, P#two { ... }
has no effect on a <P
id="two">
. They may not work in combination with
anything else, but they do work on their own.
UL LI LI
selector fails.
medium
is not defined as the default
font-size
.
line-height
is too big in the P.four
.
SPAN: transparent
causes
the backgound of the page to show through rather than the backgoround of the
P
.
BODY
.)
background-attachment: fixed
is not supported.
background-position
is not supported. I note
(for the sake of the developers, if they read this)
that if it becomes supported, repeat-x and repeat-y must tile in both
directions.
overline
is not supported. Also, underlining does not stay
the same color throughout the P
.
Vertical-align
is not supported, at least on
SPAN
.
text-align: justify
fails within a TABLE
.
line-height
should be added equally above and below the
lines.
margin/padding-top/bottom
given in percent is too big.
TABLE
shrinks to the inside of the
right-padding or right-margin of its widest element.
bottom-margin
is assigned too small a value (or 0) from the
margin
shorthand property. Also, width: auto
does
not center the block.
border-style: none
and border-width: medium
. Therefore, when border-style is set to solid, there
should be a border around all sides, but when border width is changed no
border should be created. Hovewer, this almost works for the
border:
shorthand style (see 5.5.22).
border-bottom
.
border:
property even when border-style
is none
.
width
does not work.
width=100%
is ignored, allowing flow.display:
tag that does anything are
display: none
, which works, and
display: block
, which causes a new line before but not after.
inline
and list-item
do nothing.
:link
, :visited
, and :active
:first-line
and :first-letter
!important
is unsupported. This would be a more serious
problem if NS supported user style sheets.
bolder
and lighter
both set
font-weight:
to normal.
word-spacing
and letter-spacing
are not
supported.
border-style: dashed
and border-style: dotted
border-top
, border-bottom
, border-right
, and border-left
white-space: nowrap
list-style-image
list-style-position
inherit
is treated as a shade of green in
color values.(Back to CSS Testing Information, David Baron)