Shouldn't this line of code render a inputtext field with the placeholder text "fill me" when using html5? However I do not see any text. I thought everything that was not JSF was passed to the browswer for rendering?
<h:inputText placeholder="fill me"></h:inputText>