Zeroclipboard 被报告为可访问性问题

Zeroclipboard is report as a accessibility issue

当我 运行 可访问性测试时,如果我有一个 ZeroCLipBoard 实例,我会得到一个错误。

例如用斧头:

Ensures <object> elements have alternate text

在实例化你的 zeroClipboard 之后你可以做:

    const zcContainerId = ZeroClipboard.config('containerId');
    $(`#${zcContainerId}`).attr('aria-hidden', true);

正在从辅助功能树中删除元素。