You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<li><p>If the element does not have any associated CSS layout box return
931
926
zero and terminate these steps.</li>
932
927
933
-
<li><p>If the element is the root element and the <codeclass="external"><ahref="http://dvcs.w3.org/hg/domcore/raw-file/tip/Overview.html#document">Document</a></code>
934
-
is not in <aclass="external" href="http://dvcs.w3.org/hg/domcore/raw-file/tip/Overview.html#concept-quirks-mode" title="concept-quirks-mode">quirks mode</a> return the value of
max(<ahref="#document-content">document content</a> width, value of <codetitle="dom-Window-innerWidth"><ahref="#dom-window-innerwidth">innerWidth</a></code>).</li>
936
933
937
934
<li><p>If the element is <ahref="#the-html-body-element">the HTML <code>body</code> element</a>
938
-
and the <codeclass="external"><ahref="http://dvcs.w3.org/hg/domcore/raw-file/tip/Overview.html#document">Document</a></code> is in <aclass="external" href="http://dvcs.w3.org/hg/domcore/raw-file/tip/Overview.html#concept-quirks-mode" title="concept-quirks-mode">quirks mode</a> return the
939
-
value of <codetitle="dom-Window-innerWidth"><ahref="#dom-window-innerwidth">innerWidth</a></code>.</li>
935
+
and the <codeclass="external"><ahref="http://dvcs.w3.org/hg/domcore/raw-file/tip/Overview.html#document">Document</a></code> is in
max(<ahref="#document-content">document content</a> width, value of <codetitle="dom-Window-innerWidth"><ahref="#dom-window-innerwidth">innerWidth</a></code>).</li>
940
939
941
940
<li><p>Return the computed value of the '<code>padding-left</code>'
942
941
property, plus the computed value of the '<code>padding-right</code>',
<li><p>If the element does not have any associated CSS layout box return
952
951
zero and terminate these steps.</li>
953
952
954
-
<li><p>If the element is the root element and the <codeclass="external"><ahref="http://dvcs.w3.org/hg/domcore/raw-file/tip/Overview.html#document">Document</a></code>
955
-
is not in <aclass="external" href="http://dvcs.w3.org/hg/domcore/raw-file/tip/Overview.html#concept-quirks-mode" title="concept-quirks-mode">quirks mode</a> return the value of
max(<ahref="#document-content">document content</a> height, value of <codetitle="dom-Window-innerHeight"><ahref="#dom-window-innerheight">innerHeight</a></code>).</li>
957
958
958
959
<li><p>If the element is <ahref="#the-html-body-element">the HTML <code>body</code> element</a>
959
-
and the <codeclass="external"><ahref="http://dvcs.w3.org/hg/domcore/raw-file/tip/Overview.html#document">Document</a></code> is in <aclass="external" href="http://dvcs.w3.org/hg/domcore/raw-file/tip/Overview.html#concept-quirks-mode" title="concept-quirks-mode">quirks mode</a> return the
960
-
value of <codetitle="dom-Window-innerHeight"><ahref="#dom-window-innerheight">innerHeight</a></code>.</li>
960
+
and the <codeclass="external"><ahref="http://dvcs.w3.org/hg/domcore/raw-file/tip/Overview.html#document">Document</a></code> is in
max(<ahref="#document-content">document content</a> height, value of <codetitle="dom-Window-innerHeight"><ahref="#dom-window-innerheight">innerHeight</a></code>).</li>
961
964
962
965
<li><p>Return the computed value of the '<code>padding-top</code>'
963
966
property, plus the computed value of the '<code>padding-bottom</code>',
0 commit comments