Components and rendering attributes

Might be a silly question;

Given the example {{input allow-paste=true}}

Should it render (attribute binding);

<input type="text" allow-paste="allowPaste">

or

<input type="text">

With the upcoming changes, components will look more like html, so which parts should be consider part of DOM and other properties?