ericrallen/jq-def-text

def_class for placeholder text

Opened this issue · 2 comments

Look into getting def_class to work with HTML5 placeholder attribute.

This isn't going to work out.

It seems the only way to style the placeholders currently is by using '::-webkit-input-placeholder' and ':-moz-placeholder'

What if it were optional to allow jq-def-text to add a <style> tag to the page with the declarations for coloring the placeholders.

It would need to support blanket styling as well as more specific ones.