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
Check HTMLness of <select> and <selectedcontent> in BrowserTreeBuilder
The other tree builder subclasses (DOMTreeBuilder, XOMTreeBuilder,
SAXTreeBuilder) all verify that <select> and <selectedcontent> elements
are in the HTML namespace before performing <option> cloning. Without
that check, SVG elements with the same local names could incorrectly
trigger the cloning logic.
0 commit comments