Remy Sharp 03 December 2010 One thing I’m looking forward to is more control over generated content. A simple example of this would be: input:invalid:after { content: ‘ invalid’; } But we can use generated content on form elements :(
One thing I’m looking forward to is more control over generated content.
A simple example of this would be:
input:invalid:after { content: ‘ invalid’; }
But we can use generated content on form elements :(