@@ -89,7 +89,7 @@ <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 27 April 2011</h2>
8989 < dt > This version:
9090
9191 < dd > < a href ="http://dev.w3.org/csswg/css3-text/Overview.html "> $Date:
92- 2011/04/27 01:38:57 $ (CVS $Revision$)</ a > <!--
92+ 2011/04/27 01:50:55 $ (CVS $Revision$)</ a > <!--
9393 <dd><a href="http://www.w3.org/TR/2011/WD-css3-text-20110427/">http://www.w3.org/TR/2011/WD-css3-text-20110427/</a></dd>
9494 -->
9595
@@ -448,6 +448,10 @@ <h2 class="no-num no-toc" id=contents>Table of Contents</h2>
448448 < li > < a href ="#text-emphasis-position "> < span class =secno > 11.2.4.
449449 </ span > Emphasis Mark Position: the ‘< code
450450 class =property > text-emphasis-position</ code > ’ property</ a >
451+
452+ < li > < a href ="#text-emphasis-skip "> < span class =secno > 11.2.5. </ span >
453+ Emphasis Mark Position: the ‘< code
454+ class =property > text-emphasis-skip</ code > ’ property</ a >
451455 </ ul >
452456
453457 < li > < a href ="#text-shadow "> < span class =secno > 11.3. </ span > Text Shadows:
@@ -5060,8 +5064,8 @@ <h4 id=text-emphasis-style><span class=secno>11.2.1. </span> Emphasis Mark
50605064 < li > Characters belonging to the Unicode classes for control codes and
50615065 unassigned characters (Cc, Cf, Cn).
50625066
5063- < li > < span class = issue > Anything else? Probably need to exclude punctuation,
5064- but which punctuation exactly? Can we determine that Unicode-wide? </ span >
5067+ < li > Characters designated by ‘ < a href =" #text-emphasis-skip0 " > < code
5068+ class = property > text-emphasis-skip </ code > </ a > ’.
50655069 </ ul >
50665070
50675071 < p > If emphasis marks are drawn for grapheme clusters for which ruby is
@@ -5339,6 +5343,91 @@ <h4 id=text-emphasis-position><span class=secno>11.2.4. </span> Emphasis
53395343 </ table >
53405344 </ div >
53415345
5346+ < h4 id =text-emphasis-skip > < span class =secno > 11.2.5. </ span > Emphasis Mark
5347+ Position: the ‘< a href ="#text-emphasis-skip0 "> < code
5348+ class =property > text-emphasis-skip</ code > </ a > ’ property</ h4 >
5349+
5350+ < p class =issue > This section is under brainstorming.
5351+
5352+ < table class =propdef >
5353+ < tbody >
5354+ < tr >
5355+ < th > Name:
5356+
5357+ < td > < dfn id =text-emphasis-skip0 > text-emphasis-skip</ dfn >
5358+
5359+ < tr >
5360+ < th > Value:
5361+
5362+ < td > normal | keep-punctuation || keep-spaces || skip-symbols ||
5363+ skip-narrow
5364+
5365+ < tr >
5366+ < th > Initial:
5367+
5368+ < td > normal
5369+
5370+ < tr >
5371+ < th > Applies to:
5372+
5373+ < td > all elements
5374+
5375+ < tr >
5376+ < th > Inherited:
5377+
5378+ < td > yes
5379+
5380+ < tr >
5381+ < th > Percentages:
5382+
5383+ < td > N/A
5384+
5385+ < tr >
5386+ < th > Media:
5387+
5388+ < td > visual
5389+
5390+ < tr >
5391+ < th > Computed value:
5392+
5393+ < td > as specified
5394+ </ table >
5395+
5396+ < p > This property describes for which characters marks are drawn. Values
5397+ other than ‘< code class =css > normal</ code > ’ modify the
5398+ ‘< code class =css > normal</ code > ’ behavior. The values have
5399+ following meanings:
5400+
5401+ < dl >
5402+ < dt > < dfn id =normal6 title ="text-emphasis-skip:normal "> ‘< code
5403+ class =css > normal</ code > ’</ dfn >
5404+
5405+ < dd > Skip spaces (Z*), control characters (C*) and all punctuation (P*)
5406+ except # (U+0023), & (U+0026), and the various
5407+ per-cent/per-mille/per-ten-thousand signs (U+0025, U+0609, U+060A,
5408+ U+066A, U+2030, U+2031).
5409+
5410+ < dt > < dfn id =keep-punctuation
5411+ title ="text-emphasis-skip:keep-punctuation "> ‘< code
5412+ class =css > keep-punctuation</ code > ’</ dfn >
5413+
5414+ < dd > Don't skip punctuation (P*).
5415+
5416+ < dt > < dfn id =skip-symbols
5417+ title ="text-emphasis-skip:skip-symbols "> ‘< code
5418+ class =css > skip-symbols</ code > ’</ dfn >
5419+
5420+ < dd > Skip symbols (S*), &, #, and the various
5421+ per-cent/per-mille/per-ten-thousand signs.
5422+
5423+ < dt > < dfn id =skip-narrow
5424+ title ="text-emphasis-skip:skip-narrow "> ‘< code
5425+ class =css > skip-narrow</ code > ’</ dfn >
5426+
5427+ < dd > Skip letters (L*) and numbers (N*) that are not East Asian Fullwidth
5428+ (F) or Wide (W).
5429+ </ dl >
5430+
53425431 < h3 id =text-shadow > < span class =secno > 11.3. </ span > Text Shadows: the
53435432 ‘< a href ="#text-shadow0 "> < code
53445433 class =property > text-shadow</ code > </ a > ’ property</ h3 >
@@ -6437,6 +6526,23 @@ <h2 class=no-num id=appendix-f-full-property-index>Appendix F: Full
64376526
64386527 < td > visual
64396528
6529+ < tr valign =baseline >
6530+ < td > < a class =property
6531+ href ="#text-emphasis-skip0 "> text-emphasis-skip</ a >
6532+
6533+ < td > normal | keep-punctuation || keep-spaces || skip-symbols ||
6534+ skip-narrow
6535+
6536+ < td > normal
6537+
6538+ < td > all elements
6539+
6540+ < td > yes
6541+
6542+ < td > N/A
6543+
6544+ < td > visual
6545+
64406546 < tr valign =baseline >
64416547 < td > < a class =property
64426548 href ="#text-emphasis-style0 "> text-emphasis-style</ a >
@@ -6955,6 +7061,22 @@ <h2 class=no-num id=index>Appendix I: Index</h2>
69557061 href ="#sesame "
69567062 title ="text-emphasis:sesame "> < strong > 11.2.1.</ strong > </ a >
69577063
7064+ < li > text-emphasis-skip, < a href ="#text-emphasis-skip0 "
7065+ title =text-emphasis-skip > < strong > 11.2.5.</ strong > </ a >
7066+
7067+ < li > text-emphasis-skip:keep-punctuation, < a href ="#keep-punctuation "
7068+ title ="text-emphasis-skip:keep-punctuation "> < strong > 11.2.5.</ strong > </ a >
7069+
7070+
7071+ < li > text-emphasis-skip:normal, < a href ="#normal6 "
7072+ title ="text-emphasis-skip:normal "> < strong > 11.2.5.</ strong > </ a >
7073+
7074+ < li > text-emphasis-skip:skip-narrow, < a href ="#skip-narrow "
7075+ title ="text-emphasis-skip:skip-narrow "> < strong > 11.2.5.</ strong > </ a >
7076+
7077+ < li > text-emphasis-skip:skip-symbols, < a href ="#skip-symbols "
7078+ title ="text-emphasis-skip:skip-symbols "> < strong > 11.2.5.</ strong > </ a >
7079+
69587080 < li > text-emphasis-style, < a href ="#text-emphasis-style0 "
69597081 title =text-emphasis-style > < strong > 11.2.1.</ strong > </ a >
69607082
0 commit comments