HTML Tidy  5.2.0
The HTACG Tidy HTML Project
Deprecated List
Module AttrGetAttributeName

The functions tidyAttrGet{AttributeName} are deprecated and should be replaced by tidyAttrGetById. For instance, tidyAttrGetID( TidyNode tnod ) can be replaced by tidyAttrGetById( TidyNode tnod, TidyAttr_ID ). This avoids a potential name clash with tidyAttrGetId for case-insensitive languages.

Module AttrIsAttributeName

The functions tidyAttrIs{AttributeName} are deprecated and should be replaced by tidyAttrGetId.

Module NodeIsElementName

The functions tidyNodeIs{ElementName} are deprecated and should be replaced by tidyNodeGetId.

globalScope> Global tidyReleaseDate (void)
tidyReleaseDate() is deprecated in favor of semantic versioning and should be replaced with tidyLibraryVersion().