-
The code to change would be this one in "attr.c"
void TY_(CheckUrl)( TidyDocImpl* doc, Node *node, AttVal *attval)
{
[...]
if ( backslash_count )
{
if ( cfgBool(doc, TidyFixBackslash) )
TY_(ReportAttrError)( doc, node, attval, FIXED_BACKSLASH );
else
TY_(ReportAttrError)( doc, node, attval, BACKSLASH_IN_URI );
}
[...].
2008-11-29 21:49:25 UTC in HTML Tidy
-
If you cleanup this HTML with the latest Tidy
A test
Say hello
This
2008-11-29 21:41:17 UTC in HTML Tidy
-
Hello,
Sorry for opening a request for a so stupid issue. But I do not know what to do.
There is spam in the particular bug.
http://sourceforge.net/tracker/?func=detail&atid=390963&aid=1158650&group_id=27659
And I would like to stop it in a way or another ? I tried to change the owner. Not sure that it works.
Thanks by advance,
Marc.
2008-11-15 11:50:41 UTC in SourceForge.net
-
See discussion here:
> http://www.htmlpedia.org/phpBB/viewtopic.php?f=9&t=13.
2007-04-18 22:09:41 UTC in HTML Tidy
-
When accessibility level 2 is set and that a page containing
Because of the rel="stylesheet", there is a access warning:
Access: [13.2.1.2]: Metadata missing (link element) (Priority 2)
This is because of this code in access.c
----------------------------------------------------
if ( nodeI.
2007-04-18 21:56:03 UTC in HTML Tidy
-
mgueury committed patchset 9 of module validator to the HTML Validator for Mozilla and Firefox CVS repository, changing 216 files.
2005-09-04 18:19:24 UTC in HTML Validator for Mozilla and Firefox
-
mgueury committed patchset 8 of module validator to the HTML Validator for Mozilla and Firefox CVS repository, changing 179 files.
2005-09-04 14:39:11 UTC in HTML Validator for Mozilla and Firefox
-
mgueury committed patchset 7 of module validator to the HTML Validator for Mozilla and Firefox CVS repository, changing 75 files.
2005-09-04 14:32:03 UTC in HTML Validator for Mozilla and Firefox
-
mgueury committed patchset 6 of module validator to the HTML Validator for Mozilla and Firefox CVS repository, changing 4 files.
2005-05-27 20:08:37 UTC in HTML Validator for Mozilla and Firefox
-
mgueury committed patchset 5 of module validator to the HTML Validator for Mozilla and Firefox CVS repository, changing 77 files.
2005-05-27 19:53:07 UTC in HTML Validator for Mozilla and Firefox