Closed
Bug 1504063
Opened 7 years ago
Closed 7 years ago
The border/outline are not draw correctly if the block is split by a column-span
Categories
(Core :: Layout: Columns, defect, P3)
Core
Layout: Columns
Tracking
()
RESOLVED
DUPLICATE
of bug 1523582
People
(Reporter: TYLin, Unassigned)
References
Details
Attachments
(1 file, 1 obsolete file)
397 bytes,
text/html
|
Details |
See the attached test case. Specifically, the border/outline bottom should be skipped before a spanner, and the border/outline top should be skipped after a spanner.
Reporter | ||
Comment 1•7 years ago
|
||
Update the test case.
Attachment #9021978 -
Attachment is obsolete: true
Reporter | ||
Comment 2•7 years ago
|
||
The spec https://drafts.csswg.org/css-ui-3/#outline-color says
Each part of the outline should be fully connected rather than open on some sides (as borders on inline elements are when lines are broken).
So our current outline implementation that connects each sides of the column content fragment should match the spec. I'll dup this over bug 1523582 because it describes the bug more precisely.
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•