Skip to content

Commit

Permalink
[css-ui] Resolve Issue 32 text-overflow use line box edge instead of …
Browse files Browse the repository at this point in the history
…block container edge
  • Loading branch information
tantek committed Nov 21, 2014
1 parent 93eb1f0 commit 9c44173
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions css-ui/Overview.bs
Expand Up @@ -1006,8 +1006,8 @@ inherit
</tbody></table>

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

If there is one value,
it applies only to the <a>end</a> line edge.
it applies only to the <a>end</a> line box edge.
If there are two values,
the first value applies to the <a>line-left</a> edge,
and the second value applies to the <a>line-right</a> edge.
Expand Down
8 changes: 4 additions & 4 deletions css-ui/Overview.html
Expand Up @@ -688,7 +688,7 @@
</p>
<h1 class="p-name no-ref" id=title>CSS Basic User Interface Module Level 3 (CSS3 UI)</h1>
<h2 class="no-num no-toc no-ref heading settled" id=subtitle><span class=content>Editor’s Draft,
<span class=dt-updated><span class=value-title title=20141119>19 November 2014</span></span></span></h2>
<span class=dt-updated><span class=value-title title=20141121>21 November 2014</span></span></span></h2>
<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>
<div data-fill-with=warning></div>
<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.
Expand Down Expand Up @@ -1657,8 +1657,8 @@ <h3 class="heading settled" data-level=7.2 id=text-overflow><span class=secno>7.
</table>

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

<p>If there is one value,
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.
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.
If there are two values,
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,
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.
Expand Down

0 comments on commit 9c44173

Please sign in to comment.