|
55 | 55 | src="http://www.w3.org/Icons/w3c_home" width=72> </a> |
56 | 56 | <h1>CSS Basic User Interface Module Level 3</h1> |
57 | 57 |
|
58 | | - <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 1 February |
| 58 | + <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 4 February |
59 | 59 | 2011</h2> |
60 | 60 |
|
61 | 61 | <dl> |
62 | 62 | <dt>This version:</dt> |
63 | | - <!-- <dd><a href="http://www.w3.org/TR/2011/ED-css3-ui-20110201">http://www.w3.org/TR/2011/ED-css3-ui-20110201</a></dd> --> |
| 63 | + <!-- <dd><a href="http://www.w3.org/TR/2011/ED-css3-ui-20110204">http://www.w3.org/TR/2011/ED-css3-ui-20110204</a></dd> --> |
64 | 64 |
|
65 | 65 | <dd><a |
66 | 66 | href="http://dev.w3.org/csswg/css3-ui/">http://dev.w3.org/csswg/css3-ui/</a> |
@@ -2680,7 +2680,7 @@ <h2 id=resizing-amp-overflow><span class=secno>9. </span>Resizing & |
2680 | 2680 | <p>This section is <em>normative</em>. |
2681 | 2681 |
|
2682 | 2682 | <p>CSS2.1 provides a mechanism for controlling the appearance of a |
2683 | | - scrolling mechanism (e.g. scrollbars) on block-level elements. This |
| 2683 | + scrolling mechanism (e.g. scrollbars) on block container elements. This |
2684 | 2684 | specification adds to that a mechanism for controlling user resizability |
2685 | 2685 | of elements as well as the ability to specify text overflow behavior. |
2686 | 2686 |
|
@@ -2911,8 +2911,8 @@ <h3 id=text-overflow><span class=secno>9.2. </span> Overflow Ellipsis: the |
2911 | 2911 | <td>as specified |
2912 | 2912 | </table> |
2913 | 2913 |
|
2914 | | - <p>This property specifies the behavior when text overflows a block-level |
2915 | | - element that has <span class=property>‘<code |
| 2914 | + <p>This property specifies the behavior when text overflows its block |
| 2915 | + container element that has <span class=property>‘<code |
2916 | 2916 | class=property>overflow</code>’</span> other than <span |
2917 | 2917 | class=value>‘<code class=property>visible</code>’</span>. Text |
2918 | 2918 | may overflow for example when it is prevented from wrapping (e.g. due to |
@@ -2953,8 +2953,8 @@ <h3 id=text-overflow><span class=secno>9.2. </span> Overflow Ellipsis: the |
2953 | 2953 |
|
2954 | 2954 | <h4 class="no-num no-toc" id=text-overflow-examples>text-overflow examples</h4> |
2955 | 2955 |
|
2956 | | - <p>These examples demonstrate setting the text-overflow of a block-level |
2957 | | - element that has text which overflows its dimensions:</p> |
| 2956 | + <p>These examples demonstrate setting the text-overflow of a block |
| 2957 | + container element that has text which overflows its dimensions:</p> |
2958 | 2958 |
|
2959 | 2959 | <h5 class="no-num no-toc" id=sample-css-for-a-div>sample CSS for a div:</h5> |
2960 | 2960 |
|
@@ -3019,6 +3019,27 @@ <h5 class="no-num no-toc" id=sample-css-for-a-div>sample CSS for a div:</h5> |
3019 | 3019 | padding:.2em; |
3020 | 3020 | font-family:Helvetica,sans-serif;overflow:hidden;text-overflow:ellipsis;">CSS |
3021 | 3021 | IS AWESOME</div> |
| 3022 | + |
| 3023 | + <tr> |
| 3024 | + <td> |
| 3025 | + <pre><code><div style="<a href="#ellipsis"><strong>text-overflow:ellipsis;</strong></a> overflow:hidden"> |
| 3026 | +NESTED |
| 3027 | + <p>PARAGRAPH</p> |
| 3028 | +WON'T ELLIPSE. |
| 3029 | +</div> |
| 3030 | +</code></pre> |
| 3031 | + |
| 3032 | + <td> <object data=nes.png type="image/png"> Fourth, a box with a nested |
| 3033 | + paragraph demonstrating anonymous block boxes equivalency and |
| 3034 | + non-inheritance into a nested element. </object> |
| 3035 | + |
| 3036 | + <td> |
| 3037 | + <div style="width:3.2em; border:solid .1em black; margin:1em 0; |
| 3038 | + padding:.2em; |
| 3039 | + font-family:Helvetica,sans-serif;overflow:hidden;text-overflow:ellipsis;">NESTED |
| 3040 | + |
| 3041 | + <p>PARAGRAPH</p> |
| 3042 | + WON'T ELLIPSE.</div> |
3022 | 3043 | </table> |
3023 | 3044 | </div> |
3024 | 3045 |
|
|
0 commit comments