浏览代码

share.html: Apply aria-hidden to share-box (#42)

The share box is not accessible to screen readers since it does not
contain text. Thus, exclude it from screen-readers via aria-hidden.

Signed-off-by: Stephan Kulla <git.mail@kulla.me>
Stephan Kulla 8 年之前
父节点
当前提交
bc00c4bda2
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      layouts/partials/share.html

+ 1 - 1
layouts/partials/share.html

@@ -1,5 +1,5 @@
 {{ if .Site.Params.sharing }}
-<div class="share-box">
+<div class="share-box" aria-hidden="true">
   <ul class="share">
     <li>
       <a class="facebook"