Export to GitHub

htmlcompressor - issue #98

greedy simple attributes remove content for all attributes ending in "disabled" such as ng-disabled


Posted on Sep 4, 2014 by Happy Panda

What steps will reproduce the problem? Try to compress <input id="id2" ng-disabled="compareDisabled"/>

What is the expected output? What do you see instead? expected <input id="id2" ng-disabled="compareDisabled"/> actual <input id="id2" ng-disabled/>

Status: New

Labels:
Type-Defect Priority-Medium