Re: [csswg-drafts] [cssom-view] checkVisibility options have inconsistent naming schemes (#9487)

To write the full syntax for posterity, 
```
el.checkVisibility({ contentVisibilityAuto: true })
```
Would mean return true iff `el` has a box, is not `content-visibility: hidden`, and also not skipped due to `content-visibility: auto` 

(bikeshed) I feel like "check" prefix in dictionary fields played a role here that made this a little clearer

-- 
GitHub Notification of comment by vmpstr
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/9487#issuecomment-1786170221 using your GitHub account


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

Received on Monday, 30 October 2023 22:52:41 UTC