[csswg-drafts] [cssom-view] Remove `trackAriaHidden` from `isVisible` (#7232)

josepharhar has just created a new issue for https://github.com/w3c/csswg-drafts:

== [cssom-view] Remove `trackAriaHidden` from `isVisible` ==
In https://github.com/w3c/csswg-drafts/issues/6850 `isVisible` was added and it includes a `trackAriaHidden` option. When implementing this in chromium, [I got feedback](https://chromium-review.googlesource.com/c/chromium/src/+/3547516/1..3/third_party/blink/renderer/core/dom/element.cc#b7338) that computing aria hidden correctly requires enabling the accessibility tree and that it shouldn't be done in a method from script like this.

I believe that we should remove `trackAriaHidden` from the options.

cc @tabatkins @chrishtr @vmpstr

Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/7232 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Monday, 25 April 2022 21:08:19 UTC