<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body><span class="vcard"><a class="email" href="mailto:johnpmeyer&#64;gmail.com" title="John Meyer &lt;johnpmeyer&#64;gmail.com&gt;"> <span class="fn">John Meyer</span></a>
</span> changed
              <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED WONTFIX - Viewport height is taller than the visible part of the document in some mobile browsers"
   href="https://bugs.webkit.org/show_bug.cgi?id=141832">bug 141832</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>johnpmeyer&#64;gmail.com
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED WONTFIX - Viewport height is taller than the visible part of the document in some mobile browsers"
   href="https://bugs.webkit.org/show_bug.cgi?id=141832#c10">Comment # 10</a>
              on <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED WONTFIX - Viewport height is taller than the visible part of the document in some mobile browsers"
   href="https://bugs.webkit.org/show_bug.cgi?id=141832">bug 141832</a>
              from <span class="vcard"><a class="email" href="mailto:johnpmeyer&#64;gmail.com" title="John Meyer &lt;johnpmeyer&#64;gmail.com&gt;"> <span class="fn">John Meyer</span></a>
</span></b>
        <pre>It seems to me that the original intent to not reflow while scrolling was a good idea. However, the divergence of height: 100% and height: 100vh breaks the principal of least astonishment at the very least. Rather than choose the largest or smallest icb, I believe users and developers would expect the viewport size to not change at all while scrolling. However, when the scrolling is complete, the viewport should be updated and the elements reflowed.

I realize that reflowing the document after the user has finished scrolling is challenging due to potential changes in scroll position, but maintaining the expected scroll position should be doable. This would allow developers to use 100vh and have it most closely resemble the spec while keeping the desired performance.</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>