Thread: Regex question
View Single Post
Old 01-02-2016, 08:06 AM   #6
exaltedwombat
Guru
exaltedwombat ought to be getting tired of karma fortunes by now.exaltedwombat ought to be getting tired of karma fortunes by now.exaltedwombat ought to be getting tired of karma fortunes by now.exaltedwombat ought to be getting tired of karma fortunes by now.exaltedwombat ought to be getting tired of karma fortunes by now.exaltedwombat ought to be getting tired of karma fortunes by now.exaltedwombat ought to be getting tired of karma fortunes by now.exaltedwombat ought to be getting tired of karma fortunes by now.exaltedwombat ought to be getting tired of karma fortunes by now.exaltedwombat ought to be getting tired of karma fortunes by now.exaltedwombat ought to be getting tired of karma fortunes by now.
 
Posts: 878
Karma: 2457540
Join Date: Nov 2011
Device: none
Quote:
Originally Posted by Doitsu View Post
Drop caps can be relatively easy implemented using pseudo selectors, which are ignored by older readers. I.e., you won't need to implement fallback styles, if you can live with the fact that users of older readers won't see drop caps.
You could for example use ::first-letter to apply drop caps formatting to the first letter of a paragraph or ::first-line to apply small caps to the first line of a paragraph.
Indeed. My point was that, even when such text decoration is successfully displayed, it just looks fussy on-screen.
exaltedwombat is offline   Reply With Quote