IE8 test case for nested non-container bindings
HTML
<script src="http://github.com/downloads/SteveSanderson/knockout/knockout-2.0.0.js"></script>
<a data-bind=" visible: '[email protected]'.length > 0, text: '[email protected]', attr:{ href: 'mailto:' + 'first%26last%40domain.com' }"></a>