[Webkit-unassigned] [Bug 157070] New: Safari 9 flexbox align-content attribute incorrect behavior

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Apr 27 07:14:03 PDT 2016


https://bugs.webkit.org/show_bug.cgi?id=157070

            Bug ID: 157070
           Summary: Safari 9 flexbox align-content attribute incorrect
                    behavior
    Classification: Unclassified
           Product: WebKit
           Version: Safari 9
          Hardware: Macintosh
                OS: OS X 10.11
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: CSS
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: alex.bea at gmail.com

This came up in a Stack Overflow question where flex container contents were floating center when `align-self: flex-end` was set on the child in Safari 9 (1). Turned out that it was align-content: center causing the problem. According to the align-content spec, there should be no effect on a single-line flex container (2). That seems to be the case in other browsers. So the bug is that align-content is having an effect when it shouldn't there.

Example cleaned up from SO here for review: http://codepen.io/alexbea/pen/KzBXQJ


(1) http://stackoverflow.com/questions/36770602/safari-9-flexbox-align-self-flex-end-doesnt-work
(2) https://www.w3.org/TR/css-flexbox-1/#align-content-property

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160427/a6c4b2f1/attachment.html>


More information about the webkit-unassigned mailing list