[tor-bugs] #21351 [Metrics/Atlas]: SVG images on detail pages have duplicate id attributes to the divs

Tor Bug Tracker & Wiki blackhole at torproject.org
Mon Jan 30 18:57:51 UTC 2017


#21351: SVG images on detail pages have duplicate id attributes to the divs
-------------------------------+--------------------
     Reporter:  irl            |      Owner:  irl
         Type:  defect         |     Status:  new
     Priority:  Low            |  Milestone:
    Component:  Metrics/Atlas  |    Version:
     Severity:  Normal         |   Keywords:
Actual Points:                 |  Parent ID:  #21274
       Points:                 |   Reviewer:
      Sponsor:                 |
-------------------------------+--------------------
 We shouldn't have duplicate id attributes on elements in the DOM.

 e.g.


 {{{
 <div id="bw_month" class="graph">
 }}}

 and

 {{{
 <svg height="342" width="550" xmlns="http://www.w3.org/2000/svg"
 version="1.1" id="bw_month">
 }}}

 Selecting Low priority for now, as this doesn't seem to be causing
 breakage, but it might be dangerous in browsers I haven't tested and this
 may need to be increased.

--
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/21351>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online


More information about the tor-bugs mailing list