Skip to content

Commit 9c44173

Browse files
author
Tantek Çelik
committed
[css-ui] Resolve Issue 32 text-overflow use line box edge instead of block container edge
1 parent 93eb1f0 commit 9c44173

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

css-ui/Overview.bs

+3-3
Original file line numberDiff line numberDiff line change
@@ -1006,8 +1006,8 @@ inherit
10061006
</tbody></table>
10071007

10081008
This property specifies rendering when inline content overflows
1009-
its block container element ("the block")
1010-
in its inline progression direction
1009+
its line box edge
1010+
in the inline progression direction of its block container element ("the block")
10111011
that has 'overflow'
10121012
other than ''visible''.
10131013
Text can overflow for example when it is prevented from wrapping
@@ -1043,7 +1043,7 @@ for better readability and means "grapheme cluster" [[!UAX29]]
10431043
for implementation purposes.
10441044

10451045
If there is one value,
1046-
it applies only to the <a>end</a> line edge.
1046+
it applies only to the <a>end</a> line box edge.
10471047
If there are two values,
10481048
the first value applies to the <a>line-left</a> edge,
10491049
and the second value applies to the <a>line-right</a> edge.

css-ui/Overview.html

+4-4
Original file line numberDiff line numberDiff line change
@@ -688,7 +688,7 @@
688688
</p>
689689
<h1 class="p-name no-ref" id=title>CSS Basic User Interface Module Level 3 (CSS3 UI)</h1>
690690
<h2 class="no-num no-toc no-ref heading settled" id=subtitle><span class=content>Editor’s Draft,
691-
<span class=dt-updated><span class=value-title title=20141119>19 November 2014</span></span></span></h2>
691+
<span class=dt-updated><span class=value-title title=20141121>21 November 2014</span></span></span></h2>
692692
<div data-fill-with=spec-metadata><dl><dt>This version:<dd><a class=u-url href=http://dev.w3.org/csswg/css-ui/>http://dev.w3.org/csswg/css-ui/</a><dt>Latest version:<dd><a href=http://www.w3.org/TR/css3-ui/>http://www.w3.org/TR/css3-ui/</a><dt>Previous Versions:<dd><a href=http://www.w3.org/TR/2012/WD-css3-ui-20120117/ rel=previous>http://www.w3.org/TR/2012/WD-css3-ui-20120117/</a><dt>Feedback:<dd><span><a href="mailto:www-style@w3.org?subject=%5Bcss-ui%5D%20feedback">www-style@w3.org</a> with subject line “<kbd>[css-ui] <var>… message topic …</var></kbd>” (<a href=http://lists.w3.org/Archives/Public/www-style/ rel=discussion>archives</a>)</span><dt>Test Suite:<dd><a href=http://test.csswg.org/suites/css-ui-3_dev/nightly-unstable/>http://test.csswg.org/suites/css-ui-3_dev/nightly-unstable/</a><dt class=editor>Editors:<dd class=editor><div class="p-author h-card vcard"><a class="p-name fn u-url url" href=http://tantek.com>Tantek Çelik</a> (<a class="p-org org" href=http://www.mozilla.org>Mozilla</a>) <a class="u-email email" href=mailto:tantek@cs.stanford.edu>tantek@cs.stanford.edu</a></div><dd class=editor><div class="p-author h-card vcard"><span class="p-name fn"></span></div><dt>Issue Tracking:<dd><span>http://wiki.csswg.org/spec/css3-ui</span></dl></div>
693693
<div data-fill-with=warning></div>
694694
<p class=copyright data-fill-with=copyright><a href=http://www.w3.org/Consortium/Legal/ipr-notice#Copyright>Copyright</a> © 2014 <a href=http://www.w3.org/><abbr title="World Wide Web Consortium">W3C</abbr></a><sup>®</sup> (<a href=http://www.csail.mit.edu/><abbr title="Massachusetts Institute of Technology">MIT</abbr></a>, <a href=http://www.ercim.eu/><abbr title="European Research Consortium for Informatics and Mathematics">ERCIM</abbr></a>, <a href=http://www.keio.ac.jp/>Keio</a>, <a href=http://ev.buaa.edu.cn/>Beihang</a>), All Rights Reserved. W3C <a href=http://www.w3.org/Consortium/Legal/ipr-notice#Legal_Disclaimer>liability</a>, <a href=http://www.w3.org/Consortium/Legal/ipr-notice#W3C_Trademarks>trademark</a> and <a href=http://www.w3.org/Consortium/Legal/copyright-documents>document use</a> rules apply.
@@ -1657,8 +1657,8 @@ <h3 class="heading settled" data-level=7.2 id=text-overflow><span class=secno>7.
16571657
</table>
16581658

16591659
<p>This property specifies rendering when inline content overflows
1660-
its block container element ("the block")
1661-
in its inline progression direction
1660+
its line box edge
1661+
in the inline progression direction of its block container element ("the block")
16621662
that has <a class=property data-link-type=propdesc href=http://dev.w3.org/csswg/css-overflow-3/#overflow0 title=overflow>overflow</a>
16631663
other than <span class=css>visible</span>.
16641664
Text can overflow for example when it is prevented from wrapping
@@ -1694,7 +1694,7 @@ <h3 class="heading settled" data-level=7.2 id=text-overflow><span class=secno>7.
16941694
for implementation purposes.</p>
16951695

16961696
<p>If there is one value,
1697-
it applies only to the <a data-link-type=dfn href=http://dev.w3.org/csswg/css-writing-modes-3/#end title=end>end</a> line edge.
1697+
it applies only to the <a data-link-type=dfn href=http://dev.w3.org/csswg/css-writing-modes-3/#end title=end>end</a> line box edge.
16981698
If there are two values,
16991699
the first value applies to the <a data-link-type=dfn href=http://dev.w3.org/csswg/css-writing-modes-3/#line-left title=line-left>line-left</a> edge,
17001700
and the second value applies to the <a data-link-type=dfn href=http://dev.w3.org/csswg/css-writing-modes-3/#line-right title=line-right>line-right</a> edge.

0 commit comments

Comments
 (0)