|
27 | 27 |
|
28 | 28 | <h1 id=cssom-view-module>CSSOM View Module</h1> |
29 | 29 |
|
30 | | - <h2 class="no-num no-toc" id=w3c-doctype>Editor's Draft 17 March 2008</h2> |
| 30 | + <h2 class="no-num no-toc" id=w3c-doctype>Editor's Draft 9 April 2008</h2> |
31 | 31 |
|
32 | 32 | <dl> |
33 | 33 | <dt>This Version: |
34 | 34 |
|
35 | 35 | <dd><a |
36 | | - href="http://www.w3.org/TR/2008/ED-cssom-view-20080317/">http://www.w3.org/TR/2008/ED-cssom-view-20080317/</a> |
| 36 | + href="http://www.w3.org/TR/2008/ED-cssom-view-20080409/">http://www.w3.org/TR/2008/ED-cssom-view-20080409/</a> |
37 | 37 |
|
38 | 38 | <dt>Latest Version: |
39 | 39 |
|
@@ -367,12 +367,35 @@ <h2 id=the-screenview-interface><span class=secno>4. </span>The <code |
367 | 367 | or NaN stop this algorithm. |
368 | 368 |
|
369 | 369 | <li> |
370 | | - <p>Let <var title="">x</var> be min(<var title="">x</var>, <a |
371 | | - href="#document">document content</a> width - <a |
372 | | - href="#viewport">viewport</a> width). |
373 | | - |
374 | | - <li> |
375 | | - <p>If <var title="">x</var> is negative let it be zero. |
| 370 | + <dl> |
| 371 | + <dt>If <a href="#document">document content</a> can have overflow to the |
| 372 | + right |
| 373 | + |
| 374 | + <dd> |
| 375 | + <ol> |
| 376 | + <li> |
| 377 | + <p>Let <var title="">x</var> be min(<var title="">x</var>, <a |
| 378 | + href="#content">content</a> width - <a href="#content-edge">content |
| 379 | + edge</a> width). |
| 380 | + |
| 381 | + <li> |
| 382 | + <p>If <var title="">x</var> is negative let it be zero. |
| 383 | + </ol> |
| 384 | + |
| 385 | + <dt>If <a href="#document">document content</a> can have overflow to the |
| 386 | + left (under right-to-left conditions) |
| 387 | + |
| 388 | + <dd> |
| 389 | + <ol> |
| 390 | + <li> |
| 391 | + <p>Let <var title="">x</var> be max(<var title="">x</var>, <a |
| 392 | + href="#content-edge">content edge</a> width - <a |
| 393 | + href="#content">content</a> width). |
| 394 | + |
| 395 | + <li> |
| 396 | + <p>If <var title="">x</var> is non-negative let it be zero. |
| 397 | + </ol> |
| 398 | + </dl> |
376 | 399 |
|
377 | 400 | <li> |
378 | 401 | <p>Let <var title="">y</var> be min(<var title="">y</var>, <a |
@@ -695,12 +718,34 @@ <h3 id=scroll-attributes><span class=secno>6.2 </span>The <code |
695 | 718 | <p>If <var title="">x</var> is infinite or NaN stop this algorithm.</p> |
696 | 719 |
|
697 | 720 | <li> |
698 | | - <p>Let <var title="">x</var> be min(<var title="">x</var>, <a |
699 | | - href="#content">content</a> width - <a href="#content-edge">content |
700 | | - edge</a> width). |
701 | | - |
702 | | - <li> |
703 | | - <p>If <var title="">x</var> is negative let it be zero. |
| 721 | + <dl> |
| 722 | + <dt>If <var>A</var> can have overflow to the right |
| 723 | + |
| 724 | + <dd> |
| 725 | + <ol> |
| 726 | + <li> |
| 727 | + <p>Let <var title="">x</var> be min(<var title="">x</var>, <a |
| 728 | + href="#content">content</a> width - <a href="#content-edge">content |
| 729 | + edge</a> width). |
| 730 | + |
| 731 | + <li> |
| 732 | + <p>If <var title="">x</var> is negative let it be zero. |
| 733 | + </ol> |
| 734 | + |
| 735 | + <dt>If <var>A</var> can have overflow to the left (under right-to-left |
| 736 | + conditions) |
| 737 | + |
| 738 | + <dd> |
| 739 | + <ol> |
| 740 | + <li> |
| 741 | + <p>Let <var title="">x</var> be max(<var title="">x</var>, <a |
| 742 | + href="#content-edge">content edge</a> width - <a |
| 743 | + href="#content">content</a> width). |
| 744 | + |
| 745 | + <li> |
| 746 | + <p>If <var title="">x</var> is non-negative let it be zero. |
| 747 | + </ol> |
| 748 | + </dl> |
704 | 749 |
|
705 | 750 | <li> |
706 | 751 | <p>Align <a href="#content">content</a> x-coordinate <var |
|
0 commit comments