I am using the fieldInfos to set the content in a popup. At 4.3, I could put html in the label property to take advantage of the title attribute that would show a description of the field when the user hovered. At 4.4, the html is not converted to text.
fieldInfos<SPAN class="punctuation token">:</SPAN> <SPAN class="punctuation token">[</SPAN><SPAN class="punctuation token">{</SPAN>
fieldName<SPAN class="punctuation token">:</SPAN> <SPAN class="string token">"SufficiencyRating"</SPAN><SPAN class="punctuation token">,</SPAN>
visible<SPAN class="punctuation token">:</SPAN> <SPAN class="keyword token">true</SPAN><SPAN class="punctuation token">,</SPAN>
label<SPAN class="punctuation token">:</SPAN> <SPAN class="string token">"<span title='An indication of the bridge’s capacity to remain in service (0 -100)'>Sufficiency Rating</span>"</SPAN>
<SPAN class="punctuation token">}</SPAN><SPAN class="punctuation token">]</SPAN><SPAN class="line-numbers-rows"><SPAN></SPAN><SPAN></SPAN><SPAN></SPAN><SPAN></SPAN><SPAN></SPAN></SPAN>at 4.3:

(not sure why the screen shot has transparency on the tooltip, please ignore)
at 4.4:

Here are a couple JSBins to show the problem:
4.3: JS Bin - Collaborative JavaScript Debugging
4.4: JS Bin - Collaborative JavaScript Debugging
Is this a bug? Is there another way to accomplish this?