Wesley Luyten
Wesley Luyten
Good question @mindplay-dk. To be honest I've stumbled upon this issue myself where I forgot the closing slash. Sinuous's HTML parser is 95% https://github.com/developit/htm. I'm not fully sure why they...
closing this one as I think it's a fairly small inconvenience in devex. I personally rather add a closing slash that gets compiled away than to add an extra 100...
good points! we could possibly add a debug bundle with more error messaging that would make this visible in the the development environment.
@fabiospampinato do you have a use case where this is failing or a test? I haven't run into this issue but would be nice to fix if this is breaking...
thanks @fabiospampinato, I'll have a look at this soon.
thanks for the feedback, I removed the bug label for now but what you explain does makes sense to me. I'm not sure it's possible to change this behavior though...
I can reproduce. Looking through the source the variable `start` should be reset to true sometime but doesn't happen.
I would like to implement this but it's technically not possible. IE9 doesn't support transform: translate3d() and IE10 does support it but it doesn't support 3D nested elements, transform-style: preserve-3d;
would be great to have this feature
thanks for the detailed request, we will look into this.