Hello WebKit devs,
I am implementing the Element.isVisible method in Chromium, and I would like to hear WebKit's position on the feature.
Element.isVisible() returns true if the element is visible, and false if it is not. It checks a variety of factors that would make an element invisible, including display:none, visibility, content-visibility, and opacity.