Closed
Bug 1051
Opened 26 years ago
Closed 26 years ago
Default CSS border-width=medium border-style=none
Categories
(Core :: CSS Parsing and Computation, defect, P2)
Tracking
()
VERIFIED
FIXED
People
(Reporter: dbaron, Assigned: peterl-retired)
References
()
Details
The default CSS border-width is medium and the default border-style is none.
You currently seem to use (0,solid) (??) rather than (medium,none). This means
that if border-style is set to solid, then a medium solid border should be
drawn, but if border-width is set to something without setting border-style,
then nothing should happen. There are two test cases for this, really (one each
way):
http://www.w3.org/Style/CSS/Test/current/sec5515.htm
http://www.w3.org/Style/CSS/Test/current/sec5516.htm (the above URL)‰
Assignee | ||
Updated•26 years ago
|
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
Comment 1•26 years ago
|
||
Works on NT & Win98
Verified: 12-8 build
You need to log in
before you can comment on or make changes to this bug.
Description
•