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
Fixd3#2722 - case-sensitivity of selection.append.
If the implicit namespace of the created element matches that of the document
element, the document’s createElement should be used instead of createElementNS.
This way, in documents for which createElement is case-insensitive—most notably
HTML documents—selection.append is likewise case-insensitive.
0 commit comments