[Bug 22426] New: [Custom]: Set of attribute modifying methods is not exhaustive

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

            Bug ID: 22426
           Summary: [Custom]: Set of attribute modifying methods is not
                    exhaustive
    Classification: Unclassified
           Product: WebAppsWG
           Version: unspecified
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Component Model
          Assignee: dglazkov@chromium.org
          Reporter: dominicc@chromium.org
        QA Contact: public-webapps-bugzilla@w3.org
            Blocks: 14968

"when the attribute is modified with setAttribute, setAttributeNS,
removeAttribute, or removeAttributeNS methods of the custom element, as well as
setting the value property of the custom element's attribute, the callback must
be invoked immediately."

I think remove (called on the attribute's value text node) this affects
attribute values, (I *think*, but the spec is a little abstract.)

Maybe others.

In Blink textContent, appendChild, etc. affect attribute values. But apparently
that is contrary to the DOM spec.

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

Received on Sunday, 23 June 2013 13:14:07 UTC