You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently HTML4::SAX::ParserContext#native_io is not specialized, and uses the implementation from XML::SAX::ParserContext. This has been good enough? I guess?
But the above libxml2 issue indicates v2.13 has some additional functions which allow us to implement a true HTML sax parser to handle IO. I don't think we can polyfill this, so we should compile the method implementation conditionally.
The text was updated successfully, but these errors were encountered:
See https://gitlab.gnome.org/GNOME/libxml2/-/issues/164#note_1960443
Currently
HTML4::SAX::ParserContext#native_io
is not specialized, and uses the implementation fromXML::SAX::ParserContext
. This has been good enough? I guess?But the above libxml2 issue indicates v2.13 has some additional functions which allow us to implement a true HTML sax parser to handle IO. I don't think we can polyfill this, so we should compile the method implementation conditionally.
The text was updated successfully, but these errors were encountered: