だから私はカスタムキャプチャをテーマにしています.もちろん、次の要件に準拠したいと思います.
While theming does give you many options, you need to follow some user interface consistency rules:
You must state that you are using reCAPTCHA near the CAPTCHA widget.
You must provide a visible button that calls the reload function.
You must provide a way for visually impaired users to access an audio CAPTCHA.
You must provide alt text for any images that you use as buttons in the reCAPTCHA widget.
src: https://developers.google.com/recaptcha/docs/customization
最初の 3 つはそれほど難しくありませんが、4 番目は少しトリッキーです。実際の画像は使用していませんが、fontello グリフを使用しています。画像が読み込まれない場合の代替テキストであることは理解していますが、視覚障害者向けのテキスト読み上げアプリケーションを介して読み取られるものでもありますか? もしそうなら、これらのグリフにも代替テキストを設定するのは良い考えでしょうか?
ありがとう、シドニー