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
fix: [#1750] Fixes issue where an error was thrown for xmlns or unknown prefixes in Element.setAttribute (#1767)
* fix: [#1750] Fixes issue where an error was thrown for attributes xlink or an unknown prefix during parsing of HTML
* fix: [#1750] Fixes issue where an error was thrown for xmlns or unknown prefixes in Element.setAttribute
* fix: [#1750] Fixes issue where an error was thrown for xmlns or unknown prefixes in Element.setAttribute
// In the XML namespace, the attribute "xmlns" should be set to the "http://www.w3.org/2000/xmlns/" namespace and "xlink" to the "http://www.w3.org/1999/xlink" namespace.
0 commit comments