Does Schema strips nested tags within the 'itemprop="name"' element?

If my website was setup to display my product name information as the
following, is Schema smart enough to strip out the nested <br> tags and
<span> tag?

<h1 class="product-title" itemprop="name">
10 litre<br />
rectangular bucket<br>
<span>fingerprint-proof stainless</span>
</h1>

Thanks in advance!

Received on Thursday, 24 January 2013 22:21:03 UTC