File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -727,6 +727,17 @@ in the inline progression direction of its block container element ("the block")
727727that has 'overflow'
728728other than ''visible'' .
729729
730+ Even though this property is not inherited,
731+ annonymous block container boxes generated to
732+ establish the line box's <a>inline formatting context</a> (see [[CSS-DISPLAY-3#block-container]] )
733+ are ignored,
734+ and the value of the property that applies is the one
735+ on the non annomymous box.
736+ <span class=note> This can be seen in the “nested paragraph” part of <a href="#example-44082941">example 7</a> :
737+ even though the word “NESTED” is wrapped in an annoymous block container
738+ whose 'text-overflow' property has the intial value,
739+ it is ellipsed.</span>
740+
730741Text can overflow for example when it is prevented from wrapping
731742(e.g. due to <code class="lang-css"> white-space: nowrap</code>
732743or a single word is too long to fit).
Original file line number Diff line number Diff line change @@ -129,6 +129,14 @@ <h1>CSS Basic User Interface Module Level 4 Disposition of Comments for 2015-09-
129129Comment: < a href ='https://github.com/w3c/csswg-drafts/issues/1815 '> https://github.com/w3c/csswg-drafts/issues/1815</ a >
130130Response: < a href ='https://github.com/w3c/csswg-drafts/issues/1815#issuecomment-329681869 '> https://github.com/w3c/csswg-drafts/issues/1815#issuecomment-329681869</ a >
131131Open</ pre >
132+ < pre class ='a ' id ='issue-13 '>
133+ Issue 13. < a href ='#issue-13 '> #</ a >
134+ Summary: Clarify effect of annonymous block container boxes on text-overflow
135+ From: Oriol Brufau
136+ Comment: < a href ='https://github.com/w3c/csswg-drafts/issues/2595 '> https://github.com/w3c/csswg-drafts/issues/2595</ a >
137+ Response: < a href ='https://github.com/w3c/csswg-drafts/issues/2595#issuecomment-386153703 '> https://github.com/w3c/csswg-drafts/issues/2595#issuecomment-386153703</ a >
138+ Closed: Accepted
139+ Resolved: < a href ='https://github.com/w3c/csswg-drafts/issues/2595#issuecomment-386153703 '> https://github.com/w3c/csswg-drafts/issues/2595#issuecomment-386153703</ a > </ pre >
132140< script >
133141( function ( ) {
134142 var sheet = document . styleSheets [ 0 ] ;
Original file line number Diff line number Diff line change @@ -105,3 +105,11 @@ From: Yoichi Osato
105105Comment: https://github.com/w3c/csswg-drafts/issues/1815
106106Response: https://github.com/w3c/csswg-drafts/issues/1815#issuecomment-329681869
107107Open
108+ ----
109+ Issue 13.
110+ Summary: Clarify effect of annonymous block container boxes on text-overflow
111+ From: Oriol Brufau
112+ Comment: https://github.com/w3c/csswg-drafts/issues/2595
113+ Response: https://github.com/w3c/csswg-drafts/issues/2595#issuecomment-386153703
114+ Closed: Accepted
115+ Resolved: https://github.com/w3c/csswg-drafts/issues/2595#issuecomment-386153703
You can’t perform that action at this time.
0 commit comments