HTML Tidy  5.4.0
The HTACG Tidy HTML Project
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Deprecated List
Group 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.

Group AttrIsAttributeName

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

File buffio.h
This compatibility header is deprecated and should be replaced by tidybuffio.h. This header will be removed!
Group NodeIsElementName

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

File platform.h
This compatibility header is deprecated and should be replaced by tidyplatform.h. This header will be removed!
Global tidyReleaseDate (void)
tidyReleaseDate() is deprecated in favor of semantic versioning and should be replaced with tidyLibraryVersion().