cssom-view/Overview.html

changeset 8256
3e45009199b6
parent 8255
1398c808e617
child 8257
fbcf922975d0
     1.1 --- a/cssom-view/Overview.html	Mon May 27 15:23:55 2013 +0200
     1.2 +++ b/cssom-view/Overview.html	Mon May 27 15:47:02 2013 +0200
     1.3 @@ -786,14 +786,16 @@
     1.4  <ol>
     1.5   <li><p>If the element does not have any associated <a href="#css-layout-box">CSS layout box</a> return
     1.6   zero and terminate these steps.</li>
     1.7 + <li><p>Let <var title="">viewport width</var> be the width of the <a href="#viewport">viewport</a> excluding the width of the scroll bar, if any, or zero if there is no
     1.8 + <a href="#viewport">viewport</a>.
     1.9   <li><p>If the element is the root element and the
    1.10   <code class="external"><a href="http://dom.spec.whatwg.org/#document">Document</a></code> is not in
    1.11   <a class="external" href="http://dom.spec.whatwg.org/#concept-document-quirks" title="concept-document-quirks">quirks mode</a>
    1.12 - return max(<a href="#document-content">document content</a> width, value of <code title="dom-Window-innerWidth"><a href="#dom-window-innerwidth">innerWidth</a></code>).</li>
    1.13 + return max(<a href="#document-content">document content</a> width, <var title="">viewport width</var>).</li>
    1.14   <li><p>If the element is <a href="#the-html-body-element">the HTML <code>body</code> element</a>
    1.15   and the <code class="external"><a href="http://dom.spec.whatwg.org/#document">Document</a></code> is in
    1.16   <a class="external" href="http://dom.spec.whatwg.org/#concept-document-quirks" title="concept-document-quirks">quirks mode</a>
    1.17 - return max(<a href="#document-content">document content</a> width, value of <code title="dom-Window-innerWidth"><a href="#dom-window-innerwidth">innerWidth</a></code>).</li>
    1.18 + return max(<a href="#document-content">document content</a> width, <var title="">viewport width</var>).</li>
    1.19   <li><p>Return the width of the element's <a href="#scrolling-area">scrolling area</a>.</li>
    1.20  </ol>
    1.21  
    1.22 @@ -801,14 +803,16 @@
    1.23  <ol>
    1.24   <li><p>If the element does not have any associated <a href="#css-layout-box">CSS layout box</a> return
    1.25   zero and terminate these steps.</li>
    1.26 + <li><p>Let <var title="">viewport height</var> be the height of the <a href="#viewport">viewport</a> excluding the height of the scroll bar, if any, or zero if there is no
    1.27 + <a href="#viewport">viewport</a>.
    1.28   <li><p>If the element is the root element and the
    1.29   <code class="external"><a href="http://dom.spec.whatwg.org/#document">Document</a></code> is not in
    1.30   <a class="external" href="http://dom.spec.whatwg.org/#concept-document-quirks" title="concept-document-quirks">quirks mode</a>
    1.31 - return max(<a href="#document-content">document content</a> height, value of <code title="dom-Window-innerHeight"><a href="#dom-window-innerheight">innerHeight</a></code>).</li>
    1.32 + return max(<a href="#document-content">document content</a> height, <var title="">viewport height</var>).</li>
    1.33   <li><p>If the element is <a href="#the-html-body-element">the HTML <code>body</code> element</a>
    1.34   and the <code class="external"><a href="http://dom.spec.whatwg.org/#document">Document</a></code> is in
    1.35   <a class="external" href="http://dom.spec.whatwg.org/#concept-document-quirks" title="concept-document-quirks">quirks mode</a>
    1.36 - return max(<a href="#document-content">document content</a> height, value of <code title="dom-Window-innerHeight"><a href="#dom-window-innerheight">innerHeight</a></code>).</li>
    1.37 + return max(<a href="#document-content">document content</a> height, <var title="">viewport height</var>).</li>
    1.38   <li><p>Return the height of the element's <a href="#scrolling-area">scrolling area</a>.</li>
    1.39  </ol>
    1.40  

mercurial