You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Bug] According to the quickref, when both drop-proprietary-attributes and strict-tags-attributes are enabled, tidy should drop attributes that are not applicable to the HTML version. In reality, tidy reports errors instead.
line 7 column 5 - Error: <td> attribute "align" not allowed for HTML5
line 7 column 5 - Error: <td> attribute "valign" not allowed for HTML5
Update
Apparently it works as expected if you include the option --force-output yes. This is non-ideal though because I want it to generate output if it's just non-applicable attributes and to fail if it's some other error.