Example: If I add this to the HEAD of an HTML document and place the caret inside the style tags.
Code: Select all
<style type="text/css">
</style>
But if I enter a (dummy) character inside the style block and test, then it gives me the correct value "3" (ltCSS)
Code: Select all
<style type="text/css">
x
</style>