Open
Bug 1349077
Opened 8 years ago
Updated 3 years ago
CSS outline of table cell hides top and left borders
Categories
(Core :: Layout: Tables, defect)
Tracking
()
UNCONFIRMED
People
(Reporter: peterkwebb, Unassigned)
Details
(Keywords: testcase)
Attachments
(1 file)
541 bytes,
text/html
|
Details |
User Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; .NET4.0E; BRI/2; rv:11.0) like Gecko
Steps to reproduce:
Open attached minimal demonstration HTML file in Firefox 52.0.1 (32 bit).
Actual results:
Black CSS outline of cell "2" is outside the right and bottom cell borders but hides the top and left borders.
Expected results:
Outline should not hide any table cell border (as with a <div> element).
From W3C Recommendation (http://www.w3.org/TR/CSS2/ui.html#propdef-outline) "The outline may be drawn starting just outside the border edge"
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•