[Bug 28242] New: [WebDriver Spec] Support <details> element

https://www.w3.org/Bugs/Public/show_bug.cgi?id=28242

            Bug ID: 28242
           Summary: [WebDriver Spec] Support <details> element
           Product: Browser Test/Tools WG
           Version: unspecified
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: WebDriver
          Assignee: public-browser-tools-testing@w3.org
          Reporter: tmp1@mattischneider.fr
        QA Contact: public-browser-tools-testing@w3.org
                CC: mike@w3.org
            Blocks: 20860

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.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Thursday, 19 March 2015 14:18:04 UTC