Suppose I create two metro apps,
one with an HTML view which has
<input type="text"/>
another with a XAML based view
<TextBox/>
Does the underylying implementation map to the same code to render both controls? Will they have 100% identical behaviour?