[wp-trac] [WordPress Trac] #18486: Add CSS3 Hyphenation to Twenty Eleven

WordPress Trac wp-trac at lists.automattic.com
Fri Aug 19 14:49:53 UTC 2011


#18486: Add CSS3 Hyphenation to Twenty Eleven
-------------------------+------------------------------------
 Reporter:  sksmatt      |      Owner:
     Type:  enhancement  |     Status:  new
 Priority:  normal       |  Milestone:  Awaiting Review
Component:  Themes       |    Version:  3.2.1
 Severity:  minor        |   Keywords:  has-patch dev-feedback
-------------------------+------------------------------------
 Yesterday’s release of Firefox 6 and last month’s release of Safari 5.1 on
 OS X Lion mean that two browsers now support
 [http://www.w3.org/TR/css3-text/#hyphenation CSS 3 hyphenation].

 Turning on hyphenation is easy. Only needs this rule:

 {{{
 p {
     -webkit-hyphens: auto;
     -moz-hyphens: auto;
     hyphens: auto;
 }
 }}}

-- 
Ticket URL: <http://core.trac.wordpress.org/ticket/18486>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list