This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 25184 - 10.1 - Use "element has hidden attribute" instead of "element is hidden"
Summary: 10.1 - Use "element has hidden attribute" instead of "element is hidden"
Status: RESOLVED FIXED
Alias: None
Product: Browser Test/Tools WG
Classification: Unclassified
Component: WebDriver (show other bugs)
Version: unspecified
Hardware: All All
: P2 normal
Target Milestone: ---
Assignee: Browser Testing and Tools WG
QA Contact: Browser Testing and Tools WG
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 20860
  Show dependency treegraph
 
Reported: 2014-03-27 22:20 UTC by Andrey Botalov
Modified: 2014-04-23 14:21 UTC (History)
2 users (show)

See Also:


Attachments

Description Andrey Botalov 2014-03-27 22:20:58 UTC
IMHO it's not 100% clear what "element is hidden" means. IMO "element is hidden" may mean different things:

* "element has hidden property set to true". I think that's what you mean

* element is not visible

So I think it should be clarified.

However, I'm not sure how it should worded:
"element has hidden attribute set"
"element's hidden attribute is not null"
"element has hidden IDL attribute set to true"
"element has hidden property set to true"
"element has hidden Javascript property set to true"
Comment 1 David Burns :automatedtester 2014-04-23 14:20:36 UTC
landed in https://dvcs.w3.org/hg/webdriver/rev/839628185805