<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body><table border="1" cellspacing="0" cellpadding="8">
        <tr>
          <th>Bug ID</th>
          <td><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Safari 9 flexbox align-content attribute incorrect behavior"
   href="https://bugs.webkit.org/show_bug.cgi?id=157070">157070</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>Safari 9 flexbox align-content attribute incorrect behavior
          </td>
        </tr>

        <tr>
          <th>Classification</th>
          <td>Unclassified
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>WebKit
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>Safari 9
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>Macintosh
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>OS X 10.11
          </td>
        </tr>

        <tr>
          <th>Status</th>
          <td>NEW
          </td>
        </tr>

        <tr>
          <th>Severity</th>
          <td>Normal
          </td>
        </tr>

        <tr>
          <th>Priority</th>
          <td>P2
          </td>
        </tr>

        <tr>
          <th>Component</th>
          <td>CSS
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>webkit-unassigned&#64;lists.webkit.org
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>alex.bea&#64;gmail.com
          </td>
        </tr></table>
      <p>
        <div>
        <pre>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: <a href="http://codepen.io/alexbea/pen/KzBXQJ">http://codepen.io/alexbea/pen/KzBXQJ</a>


(1) <a href="http://stackoverflow.com/questions/36770602/safari-9-flexbox-align-self-flex-end-doesnt-work">http://stackoverflow.com/questions/36770602/safari-9-flexbox-align-self-flex-end-doesnt-work</a>
(2) <a href="https://www.w3.org/TR/css-flexbox-1/#align-content-property">https://www.w3.org/TR/css-flexbox-1/#align-content-property</a></pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>