-
Notifications
You must be signed in to change notification settings - Fork 19
Requireing quotes around attribute values #14
Comments
Looks like the example is missing in the above comment (perhaps GH misinterpreted the HTML fragment?), but I guess @szabgab had something like that on mind:
|
To address the question, based on the statement below (found in tidyp documentation), I would say no, there is no way to report such cases:
|
Oh, I've forgotten to tripple-quote the code-snippet and so SO did not show it. Now fixed and you are right. |
@szabgab, @holcapek sorry to be years late to this issue ;=)) As @petdance sort of points out in the blog, there is no way to ask Now there is discussion to replacing But there is active discussion on this topic... see Issue 412, and Issue 561, for a broader discussion, and I am sure there have been other HTML Tidy issues on this... The general consensus seems to be that there should at least be an option to ask libTidy to So if @petdance embraces this change, which he seems to, then the correct place to file such an issue would be here... Then if added to C I have now completed both a Windows and Linux build of such a perl |
Is there a way to ask HTML::Tidy to report cases where the HTML code does not have quotes around the attributes? Like in this case:
<td class=label>
The text was updated successfully, but these errors were encountered: