<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body><span class="vcard"><a class="email" href="mailto:eric&#64;meyerweb.com" title="Eric Meyer &lt;eric&#64;meyerweb.com&gt;"> <span class="fn">Eric Meyer</span></a>
</span> changed
              <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - 100% height doesn't work within a flex item in a flexbox"
   href="https://bugs.webkit.org/show_bug.cgi?id=137730">bug 137730</a>
        <br>
             <table border="1" cellspacing="0" cellpadding="8">
          <tr>
            <th>What</th>
            <th>Removed</th>
            <th>Added</th>
          </tr>

         <tr>
           <td style="text-align:right;">CC</td>
           <td>
               &nbsp;
           </td>
           <td>eric&#64;meyerweb.com
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - 100% height doesn't work within a flex item in a flexbox"
   href="https://bugs.webkit.org/show_bug.cgi?id=137730#c10">Comment # 10</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - 100% height doesn't work within a flex item in a flexbox"
   href="https://bugs.webkit.org/show_bug.cgi?id=137730">bug 137730</a>
              from <span class="vcard"><a class="email" href="mailto:eric&#64;meyerweb.com" title="Eric Meyer &lt;eric&#64;meyerweb.com&gt;"> <span class="fn">Eric Meyer</span></a>
</span></b>
        <pre>I just stumbled across this bug the other day.  The major problem with this is that percentage values are accepted as valid.  So if I try to say something like:

    height: 30em; /* value for Safari */
    height: 100%; /* value for every other flexbox browser */

…then Safari accept the 100%, and then makes the element zero-height.

Anyone figured out a feature-detection method or CSS hack to get Safari the value it needs while ignoring the correct value it can’t handle correctly?</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>