Closed mozfreddyb closed 3 years ago
Ah, that's a bug, it should be removed in the output. Thanks for the report!
I can try and write a pull request, if you can point me to the approximate source lines (and if you think this is easy enough to do :))
I'm fixing it right now, no worries.
Whoops, stripped them too early, highlighting isn't triggering now.
Hi,
I am currently facing an issue with submitting HTML through the Nu Html Checker, which complains about
path
attributes on generated HTML.To be fair, I am not sure if it's reasonable for bikeshed to switch to conformant HTML output (e.g.,
data-path
?) or whether this is acceptable behavior for bikeshed.My bikeshed snippet looks like this:
and the generated HTML looks like this
The full files are available in a spec PR, which contains a GitHub actions tab with a lot of logs and more context, for your convenience :)
Thanks!