The list that follows is a list of bugs in the browser, that is, what is described is in error. I sometimes only mention the bug the first time it occurs in the test suite. I have also included a few partially supported features as bugs because, although it would be acceptable to completely fail to support the feature, supporting it halfway can cause unexpected results.
H4
with bolder
.
(See Bug 972)
medium
is not equivalent to the default font size.
This is a serious (and common) bug. Therefore, the whole scaling of
all the relative font sizes is off. The definitions of relative font
sizes should be changed, and BODY {font-size: medium} should go in
ua.css.
(See Bug 973)middle
(See Bug 606)
and text-bottom
(I think) and 50%
aligns are done incorrectly.
The reflow with image loading acts a bit oddly as well.
(See Bug 1040)*-margin: 25%
doesn't shrink enough when the page
is narrowed (reflow problem?). (That is, it stops shrinking when the
page is narrowed beyond a certain point.)
(See Bug 1041)width: 50%
are not centered by the
auto settings in the left and right margin.
(See Bug 1042)border-style:none
but a declared
border width gains extra padding because of the border-width. (The
browser correctly shows no border.)
(See Bug 1050 - this should be fixed in the 10-9 build)border-style
should be enough to create
a border. The default border-width
is
medium
. (This could go in ua.css on *, if you support * .)
(See Bug 1051 - reported as fixed on 1998-October-12)thin
(top & bottom) border is thinner inside
the table.
(See Bug 1055)clear:
is not supported. I consider this a bug, since
float:
is supported (although not completely
working...). However, it appears that the following paragraphs are being
affected by the clear
.
(See Bug 707)ex
units are way too small.
(See Bug 974)A: visited
, A: active
(2.1) - A
and A:link are supported - the distinction is made correctly.
(See Bug 577):first-letter
(2.3)
(See Bug 578):first-line
(2.4)
(See Bug 579)font-variant: small-caps
(5.2.4)
(See Bug 584)background-position:
, except that it seems to affect the
width of the background images in 5.3.7. I have seen it cause two rows of background images on other pages too.
(5.3.4, 6, 7)
(See Bug 1045)background-attachment:
(5.3.5)
(See Bug 1045)word-spacing:
(5.4.1)
(See Bug 1046)letter-spacing:
(5.4.2)
(See Bug 1046)text-transform:
(5.4.5)
(See Bug 587)text-align: justify
(5.4.6)
(See Bug 1047)text-indent:
(5.4.7)
(See Bug 1048)line-height:
(5.2.7,
5.4.8)
(See Bug 585)list-style-position:
(5.6.5)
(See Bug 1049)(Back to CSS Testing Information, David Baron)