ابحث في الدعم

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

Accessibility issue with SVG

  • 1 (رد واحد)
  • 1 has this problem
  • 6 views
  • آخر ردّ كتبه Terry

more options

Screen readers read the following code as 212.4% instead of reading 2 and then 21.4% each graphic separately -- <svg width="100%" height="100%">

 <g>
      <text dominant-baseline="text-before-edge" y="80" x="607" text-anchor="middle">2</text>
 </g>
 <g>
      <text dominant-baseline="middle" x="605" y="116" text-anchor="middle">12.4%</text>
 </g>

</svg> I'm not sure how to report this issue as a bug. Can you please direct me to the correct procedure.?

Screen readers read the following code as 212.4% instead of reading 2 and then 21.4% each graphic separately -- <svg width="100%" height="100%"> <g> <text dominant-baseline="text-before-edge" y="80" x="607" text-anchor="middle">2</text> </g> <g> <text dominant-baseline="middle" x="605" y="116" text-anchor="middle">12.4%</text> </g> </svg> I'm not sure how to report this issue as a bug. Can you please direct me to the correct procedure.?

All Replies (1)

more options