JPeer264 / node-rcs-core

Rename css selectors across all files
MIT License
37 stars 7 forks source link

<label for='id'> should be replaced #87

Closed X-Ryl669 closed 5 years ago

X-Ryl669 commented 5 years ago

Currently, if you have a <label> element, the for attribute expect an id. Since ids are renamed, so should be the for attribute.

I'm trying to correct this and submit a PR.