From 9c44173aea742a16ec9e2a022c420c40858bae30 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tantek=20=C3=87elik?= Date: Thu, 20 Nov 2014 21:34:37 -0800 Subject: [PATCH] [css-ui] Resolve Issue 32 text-overflow use line box edge instead of block container edge --- css-ui/Overview.bs | 6 +++--- css-ui/Overview.html | 8 ++++---- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/css-ui/Overview.bs b/css-ui/Overview.bs index e75b4f64f67..ad22b22a6b1 100644 --- a/css-ui/Overview.bs +++ b/css-ui/Overview.bs @@ -1006,8 +1006,8 @@ inherit 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 @@ -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 end line edge. +it applies only to the end line box edge. If there are two values, the first value applies to the line-left edge, and the second value applies to the line-right edge. diff --git a/css-ui/Overview.html b/css-ui/Overview.html index bc39e8dc5e7..50fe44d252f 100644 --- a/css-ui/Overview.html +++ b/css-ui/Overview.html @@ -688,7 +688,7 @@

CSS Basic User Interface Module Level 3 (CSS3 UI)

Editor’s Draft, - 19 November 2014

+ 21 November 2014
This version:
http://dev.w3.org/csswg/css-ui/
Latest version:
http://www.w3.org/TR/css3-ui/
Previous Versions:
http://www.w3.org/TR/2012/WD-css3-ui-20120117/
Feedback:
www-style@w3.org with subject line “[css-ui] … message topic …” (archives)
Test Suite:
http://test.csswg.org/suites/css-ui-3_dev/nightly-unstable/
Editors:
Issue Tracking:
http://wiki.csswg.org/spec/css3-ui

7.

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 @@ -1694,7 +1694,7 @@

7. for implementation purposes.

If there is one value, -it applies only to the end line edge. +it applies only to the end line box edge. If there are two values, the first value applies to the line-left edge, and the second value applies to the line-right edge.