vivliostyle / vfm

⬇️ Open and extendable Markdown syntax and toolchain.
https://vivliostyle.github.io/vfm/#/vfm
Other
71 stars 12 forks source link

feat: set `aria-hidden: true` to `<figcaption>` so that screen readers don't even read `<img>`'s `alt` and `<figcaption>` #83

Closed akabekobeko closed 3 years ago

akabekobeko commented 3 years ago

75 対応。

<img>alt が設定されていると <figcaption> を生成してそのテキストに設定されます。この挙動により Screen Reader が両方を重複して読み上げる副作用があるため、これを防ぐために <figcaption> へ属性として aria-hidden="true" を設定します。

@MurakamiShinyu テスト側の HTML をレビューしてください。提案されたとおりと思われますが、過不足あれば指摘をお願いします。

akabekobeko commented 3 years ago

レビューありがとうございます。merge しました。