Skip to content
  • Mike Bostock's avatar
    Fix #2722 - case-sensitivity of selection.append. · 05fd32dd
    Mike Bostock authored
    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.
    05fd32dd
Analyzing file…