@matthewp In the video you talk about false positives.
Do you also mean these kind of warnings: WARN: src/mystache:2: role="textbox" is deprecated. Use role:from="'textbox'" instead.
We get a lot of warnings because of attributes on components, that should not be fixed. Like role, aria-label, data-key, … We try to make our components as accessible as possible so we need to add aria attributes.
@jeroencornelissen Yes, that is a false positive. The problem is that can-stache-bindings doesn’t distinguish between attributes and viewmodel bindings. If you wouldn’t mind filing an issue about this in can-stache-bindings, that would be great. I would want to champion getting this fixed. I think the way we do it is wrong; assuming all attribute bindings are meant to attach to the viewmodel.