Skip to content

Commit 8920cb3

Browse files
committed
swap order
1 parent 8c8a224 commit 8920cb3

2 files changed

Lines changed: 14 additions & 14 deletions

File tree

cssom-view/Overview.html

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -366,14 +366,6 @@ <h2 id=the-screenview-interface><span class=secno>4. </span>The <code
366366
<p>If either <var title="">x</var> or <var title="">y</var> is infinite
367367
or NaN stop this algorithm.
368368

369-
<li>
370-
<p>Let <var title="">y</var> be min(<var title="">y</var>, <a
371-
href="#document">document content</a> height - <a
372-
href="#viewport">viewport</a> height).
373-
374-
<li>
375-
<p>If <var title="">y</var> is negative let it be zero.
376-
377369
<li>
378370
<p>Let <var title="">x</var> be min(<var title="">x</var>, <a
379371
href="#document">document content</a> width - <a
@@ -382,6 +374,14 @@ <h2 id=the-screenview-interface><span class=secno>4. </span>The <code
382374
<li>
383375
<p>If <var title="">x</var> is negative let it be zero.
384376

377+
<li>
378+
<p>Let <var title="">y</var> be min(<var title="">y</var>, <a
379+
href="#document">document content</a> height - <a
380+
href="#viewport">viewport</a> height).
381+
382+
<li>
383+
<p>If <var title="">y</var> is negative let it be zero.
384+
385385
<li>
386386
<p>Align the x-coordinate <var title="">x</var> of the <a
387387
href="#document">document content</a> with the left of the <a

cssom-view/Overview.src.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -263,18 +263,18 @@ <h2 id="the-screenview-interface">The <code title="">ScreenView</code> Interface
263263
<li><p>If either <var title="">x</var> or <var title="">y</var> is
264264
infinite or NaN stop this algorithm.</p></li>
265265

266-
<li><p>Let <var title="">y</var> be min(<var title="">y</var>,
267-
<span>document content</span> height - <span>viewport</span>
268-
height).</p></li>
269-
270-
<li><p>If <var title="">y</var> is negative let it be zero.</p></li>
271-
272266
<li><p>Let <var title="">x</var> be min(<var title="">x</var>,
273267
<span>document content</span> width - <span>viewport</span>
274268
width).</p></li>
275269

276270
<li><p>If <var title="">x</var> is negative let it be zero.</p></li>
277271

272+
<li><p>Let <var title="">y</var> be min(<var title="">y</var>,
273+
<span>document content</span> height - <span>viewport</span>
274+
height).</p></li>
275+
276+
<li><p>If <var title="">y</var> is negative let it be zero.</p></li>
277+
278278
<li><p>Align the x-coordinate <var title="">x</var> of the
279279
<span>document content</span> with the left of the <span>viewport</span>
280280
and align the y-coordinate <var title="">y</var> of the <span>document

0 commit comments

Comments
 (0)