Variable: shr-discard-aria-hidden
shr-discard-aria-hidden is a customizable variable defined in
shr.el.gz.
Value
nil
Documentation
If non-nil, don't render tags with aria-hidden="true".
This attribute is meant to tell screen readers to ignore a tag.
This variable was added, or its default value changed, in Emacs 27.1.
Probably introduced at or before Emacs version 27.1.
Source Code
;; Defined in /usr/src/emacs/lisp/net/shr.el.gz
(defcustom shr-discard-aria-hidden nil
"If non-nil, don't render tags with `aria-hidden=\"true\"'.
This attribute is meant to tell screen readers to ignore a tag."
:version "27.1"
:type 'boolean)