2929
3030 < h1 > CSS Writing Modes Module Level 3</ h1 >
3131
32- < h2 class ="no-num no-toc " id =longstatus-date > Editor's Draft 7 June 2011</ h2 >
32+ < h2 class ="no-num no-toc " id =longstatus-date > Editor's Draft 8 June 2011</ h2 >
3333
3434 < dl >
3535 < dt > This version:
3636
3737 < dd > < a
3838 href ="http://dev.w3.org/csswg/css3-writing-modes/ "> http://dev.w3.org/csswg/css3-writing-modes/</ a >
3939 <!--
40- <dd><a href="http://www.w3.org/TR/2011/WD-css3-writing-modes-20110607 ">http://www.w3.org/TR/2011/ED-css3-writing-modes-20110607 /</a>
40+ <dd><a href="http://www.w3.org/TR/2011/WD-css3-writing-modes-20110608 ">http://www.w3.org/TR/2011/ED-css3-writing-modes-20110608 /</a>
4141-->
4242
4343
@@ -2830,10 +2830,13 @@ <h2 id=text-combine><span class=secno>9. </span> Glyph Composition: the
28302830
28312831 < dt > < dfn id =all title ="text-combine-horizontal:all "> all</ dfn >
28322832
2833- < dd >
2834- < p > In vertical writing mode, attempt to display the text contents of the
2835- element horizontally within the vertical line box, ideally within the
2836- space of one ideographic character (1em square). See below.
2833+ < dd > In vertical writing mode, attempt to display the text contents of the
2834+ element horizontally within the vertical line box, ideally within the
2835+ space of one ideographic character. (See below.) The resulting
2836+ composition is treated as a single glyph for the purposes of layout and
2837+ decoration. If the content contains any element boundaries, this is
2838+ treated as ‘< code class =css > text-combine-horizontal:
2839+ none</ code > ’.
28372840
28382841 < dt > < dfn id =digits title ="text-combine-horizontal:digits "> digits</ dfn >
28392842
@@ -2883,24 +2886,22 @@ <h2 id=text-combine><span class=secno>9. </span> Glyph Composition: the
28832886
28842887 < p > When combining text as for ‘< code
28852888 class =css > text-combine-horizontal: all</ code > ’, the glyphs of the
2886- combined text are stacked horizontally, similar to the contents of an
2887- inline-box with a horizontal writing mode and a line-height of 1em. The
2888- effective size of the composition is assumed to be 1em square; anything
2889- outside the square is not measured for layout purposes. The UA should
2890- center the glyphs horizontally and vertically within the measured 1em
2891- square. The baseline of the resulting composition chosen such that the
2892- square is centered between the content edges of its parent inline box. Any
2893- CSS fullwidth transformations (‘< code class =css > text-transform:
2894- full-width</ code > ’ < a href ="#CSS3TEXT "
2889+ combined text are stacked horizontally (without line breaks,
2890+ letter-spacing, etc., but using the specified font settings), similar to
2891+ the contents of an inline-box with a horizontal writing mode and a
2892+ line-height of 1em. The effective size of the composition is assumed to be
2893+ 1em square; anything outside the square is not measured for layout
2894+ purposes. The UA should center the glyphs horizontally and vertically
2895+ within the measured 1em square. The baseline of the resulting composition
2896+ chosen such that the square is centered between the content edges of its
2897+ parent inline box prior to any baseline alignment shift.
2898+
2899+ < p > Any CSS fullwidth transformations (‘< code
2900+ class =css > text-transform: full-width</ code > ’ < a href ="#CSS3TEXT "
28952901 rel =biblioentry > [CSS3TEXT]<!--{{CSS3TEXT}}--> </ a > or ‘< code
28962902 class =css > font-variant-east-asian-width: full-width</ code > ’ < a
28972903 href ="#CSS3FONT " rel =biblioentry > [CSS3FONT]<!--{{CSS3FONT}}--> </ a > ) are
2898- turned off when the element contains more than one character.
2899-
2900- < p > UAs are not required to combine content that contains any element
2901- boundaries: in such cases, the UA may treat such contents as for
2902- ‘< code class =css > text-combine-horizontal: none</ code > ’.
2903- Authors should beware that such contents may not be combined.
2904+ turned off for combined text of more than one character.
29042905
29052906 < div class =example >
29062907 < p > In East Asian documents, the ‘< a
@@ -2922,15 +2923,13 @@ <h2 id=text-combine><span class=secno>9. </span> Glyph Composition: the
29222923 < p > The figure is the result of the rules</ p >
29232924
29242925 < pre >
2925- <!-- --> .num { text-combine-horizontal: all ; }
2926+ <!-- --> date { text-combine-horizontal: digits 2 ; }
29262927 </ pre >
29272928
29282929 < p > and the following markup:</ p >
29292930
29302931 < pre >
2931- <!-- --> 平成<span class="num">20</span>年
2932- <!-- --> <span class="num">4</span>月
2933- <!-- --> <span class="num">16</span>日に
2932+ <!-- --> <date>平成20年4月16日に</date>
29342933 </ pre >
29352934
29362935 < p > In Japanese, this effect is known as < i lang =ja > tate-chu-yoko</ i > .
@@ -3531,10 +3530,10 @@ <h3 class=no-num id=normative-references> Normative references</h3>
35313530 < dt id =CSS21 > [CSS21]
35323531
35333532 < dd > Bert Bos; et al. < a
3534- href ="http://www.w3.org/TR/2009/CR -CSS2-20090423 "> < cite > Cascading Style
3535- Sheets Level 2 Revision 1 (CSS 2.1) Specification.</ cite > </ a > 23
3536- April 2009 . W3C Candidate Recommendation. (Work in progress.) URL: < a
3537- href ="http://www.w3.org/TR/2009/CR -CSS2-20090423 "> http://www.w3.org/TR/2009/CR -CSS2-20090423 </ a >
3533+ href ="http://www.w3.org/TR/2011/REC -CSS2-20110607 "> < cite > Cascading Style
3534+ Sheets Level 2 Revision 1 (CSS 2.1) Specification.</ cite > </ a > 7 June
3535+ 2011 . W3C Recommendation. URL: < a
3536+ href ="http://www.w3.org/TR/2011/REC -CSS2-20110607 "> http://www.w3.org/TR/2011/REC -CSS2-20110607 </ a >
35383537 </ dd >
35393538 <!---->
35403539
@@ -3570,10 +3569,10 @@ <h3 class=no-num id=normative-references> Normative references</h3>
35703569 < dt id =SVG11 > [SVG11]
35713570
35723571 < dd > Erik Dahlström; et al. < a
3573- href ="http://www.w3.org/TR/2010 /WD-SVG11-20100622 / "> < cite > Scalable Vector
3574- Graphics (SVG) 1.1 (Second Edition).</ cite > </ a > 22 June 2010 . W3C Working
3572+ href ="http://www.w3.org/TR/2011 /WD-SVG11-20110512 / "> < cite > Scalable Vector
3573+ Graphics (SVG) 1.1 (Second Edition).</ cite > </ a > 12 May 2011 . W3C Working
35753574 Draft. (Work in progress.) URL: < a
3576- href ="http://www.w3.org/TR/2010 /WD-SVG11-20100622 / "> http://www.w3.org/TR/2010 /WD-SVG11-20100622 /</ a >
3575+ href ="http://www.w3.org/TR/2011 /WD-SVG11-20110512 / "> http://www.w3.org/TR/2011 /WD-SVG11-20110512 /</ a >
35773576 </ dd >
35783577 <!---->
35793578
@@ -3651,10 +3650,9 @@ <h3 class=no-num id=other-references> Other references</h3>
36513650 < dt id =CSS3COLOR > [CSS3COLOR]
36523651
36533652 < dd > Tantek Çelik; Chris Lilley; L. David Baron. < a
3654- href ="http://www.w3.org/TR/2010/PR-css3-color-20101028 "> < cite > CSS Color
3655- Module Level 3.</ cite > </ a > 28 October 2010. W3C Proposed Recommendation.
3656- (Work in progress.) URL: < a
3657- href ="http://www.w3.org/TR/2010/PR-css3-color-20101028 "> http://www.w3.org/TR/2010/PR-css3-color-20101028</ a >
3653+ href ="http://www.w3.org/TR/2011/REC-css3-color-20110607 "> < cite > CSS Color
3654+ Module Level 3.</ cite > </ a > 7 June 2011. W3C Recommendation. URL: < a
3655+ href ="http://www.w3.org/TR/2011/REC-css3-color-20110607 "> http://www.w3.org/TR/2011/REC-css3-color-20110607</ a >
36583656 </ dd >
36593657 <!---->
36603658
@@ -3670,11 +3668,11 @@ <h3 class=no-num id=other-references> Other references</h3>
36703668
36713669 < dt id =CSS3LIST > [CSS3LIST]
36723670
3673- < dd > Ian Hickson; Tantek Çelı?k . < a
3674- href ="http://www.w3.org/TR/2002 /WD-css3-lists-20021107 "> < cite > CSS3
3675- module: Lists .</ cite > </ a > 7 November 2002 . W3C Working Draft. (Work in
3676- progress.) URL: < a
3677- href ="http://www.w3.org/TR/2002 /WD-css3-lists-20021107 "> http://www.w3.org/TR/2002 /WD-css3-lists-20021107 </ a >
3671+ < dd > Tab Atkins Jr . < a
3672+ href ="http://www.w3.org/TR/2011 /WD-css3-lists-20110524 "> < cite > CSS Lists
3673+ and Counters Module Level 3 .</ cite > </ a > 24 May 2011 . W3C Working Draft.
3674+ (Work in progress.) URL: < a
3675+ href ="http://www.w3.org/TR/2011 /WD-css3-lists-20110524 "> http://www.w3.org/TR/2011 /WD-css3-lists-20110524 </ a >
36783676 </ dd >
36793677 <!---->
36803678
0 commit comments