Поиск в Поддержке

Избегайте мошенников, выдающих себя за службу поддержки. Мы никогда не попросим вас позвонить, отправить текстовое сообщение или поделиться личной информацией. Сообщайте о подозрительной активности, используя функцию «Пожаловаться».

Learn More

Accessibility issue with SVG

  • 1 ответ
  • 1 имеет эту проблему
  • 8 просмотров
  • Последний ответ от 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.?

Все ответы (1)

more options