Re: "Line" pseudo-element required to control indentation of pre-formatted text?

And to add one further use case derived from SO questions, how about 
this one:

http://stackoverflow.com/questions/2456442

Which led to this JS implementation:

http://jsbin.com/avuku/15

Which could potentially be something like this in CSS:

p:line:hover { background-color: yellow; }

Rob

Received on Tuesday, 21 September 2010 20:23:47 UTC