mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-08-08 17:42:14 +03:00
html: Deprecate htmlIsBooleanAttr
This commit is contained in:
@@ -311,6 +311,8 @@ static const char* const htmlBooleanAttrs[] = {
|
|||||||
* htmlIsBooleanAttr:
|
* htmlIsBooleanAttr:
|
||||||
* @name: the name of the attribute to check
|
* @name: the name of the attribute to check
|
||||||
*
|
*
|
||||||
|
* DEPRECATED: Internal function, don't use.
|
||||||
|
*
|
||||||
* Determine if a given attribute is a boolean attribute.
|
* Determine if a given attribute is a boolean attribute.
|
||||||
*
|
*
|
||||||
* returns: false if the attribute is not boolean, true otherwise.
|
* returns: false if the attribute is not boolean, true otherwise.
|
||||||
|
@@ -133,6 +133,7 @@ XMLPUBFUN void
|
|||||||
|
|
||||||
#endif /* LIBXML_OUTPUT_ENABLED */
|
#endif /* LIBXML_OUTPUT_ENABLED */
|
||||||
|
|
||||||
|
XML_DEPRECATED
|
||||||
XMLPUBFUN int
|
XMLPUBFUN int
|
||||||
htmlIsBooleanAttr (const xmlChar *name);
|
htmlIsBooleanAttr (const xmlChar *name);
|
||||||
|
|
||||||
|
@@ -295,6 +295,7 @@ deprecated_funcs = {
|
|||||||
'htmlHandleOmittedElem': True,
|
'htmlHandleOmittedElem': True,
|
||||||
'htmlInitAutoClose': True,
|
'htmlInitAutoClose': True,
|
||||||
'htmlIsAutoClosed': True,
|
'htmlIsAutoClosed': True,
|
||||||
|
'htmlIsBooleanAttr': True,
|
||||||
'htmlParseCharRef': True,
|
'htmlParseCharRef': True,
|
||||||
'htmlParseElement': True,
|
'htmlParseElement': True,
|
||||||
'namePop': True,
|
'namePop': True,
|
||||||
|
Reference in New Issue
Block a user