IE doesn't respect <label> within <anchor>
问题 So I just found out that IE (even the current 10 & 11) do not support labels within anchor tags...but DOES support onclick actions within said tag. Ran into this when I was updating a menu system and wanted to use labels to separate the menu description from the associated shortcut. The 'redirect/processing' modal window comes up fine, but then things just sat there. <a target="_blank" href="http://www.google.com" onclick="console.log('you clicked me')"> <label>I am a first label</label>