






















@@ -324,7 +324,7 @@ <h4>
324324 when information should be confidential, so forwarding any content
325325 presents a risk. In particular, the {{ShareData/title}} might be
326326 used by an attacker to trick a user into misinterpreting the nature
327- of the content.
327+ of the content (see also [[[#a11y]]]).
328328</p>
329329<p>
330330 As with any user of {{DOMException}}, implementors need to
@@ -710,14 +710,39 @@ <h2>
710710</p>
711711</aside>
712712</section>
713-<section class="informative">
713+<section class="informative" id="a11y">
714714<h2>
715715 Accessibility considerations
716716</h2>
717717<p>
718718 When this specification is used to present information in the user
719719 interface, implementors will want to follow the OS level accessibility
720- guidelines for the platform.
720+ guidelines for the platform. Further, as sharing can have potential
721+ security implications for end-users, as outlined as part of the
722+ {{Navigator/share()}} method, the share UI needs to be presented in an
723+ accessible manner, while also taking into consideration a platform's
724+ security guidelines for user interfaces. Some key considerations are to:
725+</p>
726+<ul>
727+<li>Provide alternative text for images and other non-textual content
728+ to ensure that users who are visually impaired can understand the
729+ type and/or nature of the content being shared.
730+</li>
731+<li>Ensure that users can navigate through the previewed content using
732+ keyboard-only controls, and that the keyboard focus is clearly visible.
733+</li>
734+<li>Use headings and labels to ensure that the previewed content is
735+ properly structured and can be understood by users using assistive
736+ technology.
737+</li>
738+<li>Ensure sufficient color contrast and font size, and use fonts,
739+ icons, and images that are widely recognised and easily understood, in the share UI.
740+</li>
741+</ul>
742+<p>
743+ Together, these elements can help users with a range of visual, motor or cognitive
744+ disabilities to better understand the nature of the content being
745+ shared by a web page.
721746</p>
722747</section>
723748<section>
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。