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 28242 - [WebDriver Spec] Support <details> element
Summary: [WebDriver Spec] Support <details> element
Status: RESOLVED INVALID
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: 2015-03-19 14:18 UTC by Matti Schneider
Modified: 2016-09-19 16:29 UTC (History)
2 users (show)

See Also:


Attachments

Description Matti Schneider 2015-03-19 14:18:03 UTC
If I call `isDisplayed` on other children nodes of a `<details>` element than `<summary>`, then ChromeDriver currently returns `true` even when the details are not toggled open.

This could be an implementation error, but reading the original algorithm does not seem to cover this case.