Vyhľadajte odpoveď

Vyhnite sa podvodom s podporou. Nikdy vás nebudeme žiadať, aby ste zavolali alebo poslali SMS na telefónne číslo alebo zdieľali osobné informácie. Nahláste prosím podozrivú aktivitu použitím voľby “Nahlásiť zneužitie”.

Learn More

Accessibility issue with SVG

  • 1 odpoveď
  • 1 má tento problém
  • 4 zobrazenia
  • Posledná odpoveď od 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.?

Všetky odpovede (1)

more options