[Bug 23705] New: MutationObserver observe option validation does not match implementations

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

            Bug ID: 23705
           Summary: MutationObserver observe option validation does not
                    match implementations
           Product: WebAppsWG
           Version: unspecified
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: DOM
          Assignee: annevk@annevk.nl
          Reporter: arv@chromium.org
        QA Contact: public-webapps-bugzilla@w3.org
                CC: mike@w3.org, www-dom@w3.org

http://dom.spec.whatwg.org/#dom-mutationobserver-observe

Given:

  observe(node, {attributeOldValue: true})

now in step 1 `attributes` gets set to true, therefore making 3 no longer
throw. This does not match WebKit/Blink, Gecko nor IE.

Removing step 1 and 2 seems to match implementations better.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

Received on Friday, 1 November 2013 16:23:54 UTC