[Bug 26428] New: Location interface (section 9.1) uses "strategy" attribute name, which is inconsistent to existing implementations

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

            Bug ID: 26428
           Summary: Location interface (section 9.1) uses "strategy"
                    attribute name, which is inconsistent to existing
                    implementations
           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: james.h.evans.jr@gmail.com
        QA Contact: public-browser-tools-testing@w3.org
                CC: mike@w3.org

Section 9.1 documents the Location interface, which is used in the findElement
and findElements commands. The interface is documented as follows:

interface Locator {
    readonly    attribute DOMString strategy;
    readonly    attribute DOMString value;
};

At least 6 current or under-development implementations use the attribute name
"using" instead of "strategy". We should change the spec so that existing
implementations already comply without having to change.

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

Received on Thursday, 24 July 2014 20:05:35 UTC