In Visual Studio 2012 with Web Essentials 3.5 the following Zen Coding item seems to be transformed improperly:
input[name="demo"][type="text"]
Note: Just updated to version web essentials 3.6.5 and I still get the incorrect markup.
It results in :
I expected it to create the name attribute set to a value of demo like the following:
Does anyone know if this is a bug in Web Essentials 3.5 running under Visual Studio 2012?
Is there a list of bugs somewhere?
Did I type the Zen Code incorrectly? Should I expect a different result?