1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2025-07-02 20:42:30 +03:00

html: Deprecate htmlIsBooleanAttr

This commit is contained in:
Nick Wellnhofer
2024-09-12 23:50:20 +02:00
parent 6040785ac4
commit c34d0ae9cc
3 changed files with 4 additions and 0 deletions

View File

@ -295,6 +295,7 @@ deprecated_funcs = {
'htmlHandleOmittedElem': True,
'htmlInitAutoClose': True,
'htmlIsAutoClosed': True,
'htmlIsBooleanAttr': True,
'htmlParseCharRef': True,
'htmlParseElement': True,
'namePop': True,