- From: Chris Harrelson via GitHub <sysbot+gh@w3.org>
- Date: Tue, 01 Feb 2022 22:23:06 +0000
- To: public-css-archive@w3.org
I think inert and aria-hidden should also be optional attributes. ``` my_element.isVisible({trackInert: true} -> {hasBox: true/false, isSkipped: true/false, isInert: true/false} my_element.isVisible({trackAriaHidden: true} -> {hasBox: true/false, isSkipped: true/false, isAriaHidden: true/false} ``` -- GitHub Notification of comment by chrishtr Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/6850#issuecomment-1027346419 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Tuesday, 1 February 2022 22:23:08 UTC