Changes between Version 1 and Version 2 of Ticket #21503, comment 4
- Timestamp:
- 08/07/2012 04:13:22 AM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #21503, comment 4
v1 v2 2 2 > See notes in http://core.trac.wordpress.org/ticket/21151#comment:16 for the better CSS rules to fix this. 3 3 4 [attachment:21503.2.2.diff] adds the rules suggested in the blog post and #21151. According to [http://blog.kenneth.io/blog/2012/03/04/word-wrapping-hypernation-using-css/#comment-535893968 s comment] on that post, `word-break` doesn't work on long letter runs, e.g. 'eeeeeeeee' in Firefox 13 & 14 but I'd consider even having long letter runs like that an edge case so I left it out.4 [attachment:21503.2.2.diff] adds the rules suggested in the blog post and #21151. According to [http://blog.kenneth.io/blog/2012/03/04/word-wrapping-hypernation-using-css/#comment-535893968 s comment] on that post, `word-break` doesn't work on long letter runs, e.g. 'eeeeeeeee' in Firefox 13 & 14 without `word-wrap` but I'd consider even having long letter runs like that an edge case so I left it out.