Closed
Bug 1137409
Opened 11 years ago
Closed 11 years ago
overflow-x/y doesn't work correctly with outline
Categories
(Core :: Web Painting, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: julienw, Unassigned)
Details
Attachments
(1 file)
|
358 bytes,
text/html
|
Details |
I'm not sure this is a bug, but I couldn't find a proper description in the spec.
In the attachment you'll see that overflow-x is set to visible, yet the outline is not visible in the left and right.
It gets visible as soon as we set overflow-y to visible instead of auto as well.
Chrome has the same behavior.
Comment 1•11 years ago
|
||
From the closest thing to a spec for overflow-x (at <http://dev.w3.org/csswg/css-box-3/#overflow>):
The computed values of ‘overflow-x’ and ‘overflow-y’ are the same as their specified
values, except that some combinations with ‘visible’ are not possible: if one is
specified as ‘visible’ and the other is ‘scroll’ or ‘auto’, then ‘visible’ is set to
‘auto’.
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → INVALID
| Reporter | ||
Comment 2•11 years ago
|
||
I knew I was missing something. Thanks for the pointer.
| Assignee | ||
Updated•7 years ago
|
Component: Layout: View Rendering → Layout: Web Painting
You need to log in
before you can comment on or make changes to this bug.
Description
•