Skip to content

Commit 5ab6197

Browse files
committed
[css-text] Clarify text-transform affects line breaks <http://lists.w3.org/Archives/Public/www-style/2013Nov/0188.html>
1 parent 03cea37 commit 5ab6197

3 files changed

Lines changed: 11 additions & 3 deletions

File tree

css-text/Overview.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -643,6 +643,10 @@ <h3 id=text-transform-property><span class=secno>2.1. </span> <a
643643
<pre>abbr:lang(ja) { text-transform: full-width; }</pre>
644644
</div>
645645

646+
<p class=note> As defined in <a href="#order">Text Processing Order of
647+
Operations</a>, this property affects line breaks and other CSS
648+
properties.
649+
646650
<p>The case mapping rules for the character repertoire specified by the
647651
Unicode Standard can be found on the Unicode Consortium Web site <a
648652
href="#ref-UNICODE" rel=biblioentry>[UNICODE]<!--{{!UNICODE}}--></a>. The

css-text/Overview.src.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -377,6 +377,10 @@ <h3 id="text-transform-property">
377377
so that they lay out and line break like ideographs:
378378
<pre>abbr:lang(ja) { text-transform: full-width; }</pre>
379379
</div>
380+
381+
<p class="note">
382+
As defined in <a href="#order">Text Processing Order of Operations</a>,
383+
this property affects line breaks and other CSS properties.
380384

381385
<p>The case mapping rules for the character repertoire specified by the
382386
Unicode Standard can be found on the Unicode Consortium Web site

css-text/issues-lc-2013.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -152,14 +152,14 @@ Summary: comments from DPub IG (Fwd) #2 Unicode properties for grapheme cluster
152152
From: Bert Bos
153153
Comment: http://lists.w3.org/Archives/Public/www-style/2013Nov/0116.html
154154
Response: http://lists.w3.org/Archives/Public/www-style/2013Nov/0188.html
155-
Open:
155+
Closed: Accepted
156156
----
157157
Issue 18.
158-
Summary: comments from DPub IG (Fwd) #3
158+
Summary: comments from DPub IG (Fwd) #3 Clarify text-transform affects line breaks
159159
From: Bert Bos
160160
Comment: http://lists.w3.org/Archives/Public/www-style/2013Nov/0116.html
161161
Response: http://lists.w3.org/Archives/Public/www-style/2013Nov/0188.html
162-
Open:
162+
Closed: Accepted
163163
----
164164
Issue 19.
165165
Summary: comments from DPub IG (Fwd) #4

0 commit comments

Comments
 (0)