chriseppstein/compass

View on GitHub
compass-style.org/content/examples/compass/css3/input-placeholder/markup.haml

Summary

Maintainability
Test Coverage
%form{:action => "", :method => "get"}
  %label{:for => "input"} Input
  %input{:type => "text", :name => "input", :placeholder => "Type something…"}