[Bug 21490] New: [Custom]: Some attributes of HTMLElementElement should be read-only

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

            Bug ID: 21490
           Summary: [Custom]:  Some attributes of HTMLElementElement
                    should be read-only
    Classification: Unclassified
           Product: WebAppsWG
           Version: unspecified
          Hardware: PC
                OS: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Component Model
          Assignee: dglazkov@chromium.org
          Reporter: morrita@google.com
        QA Contact: public-webapps-bugzilla@w3.org
            Blocks: 14968

https://dvcs.w3.org/hg/webcomponents/raw-file/tip/spec/custom/index.html#the-element-element

> interface HTMLElementElement : HTMLElement {
>    attribute DOMString constructorName;
>    attribute DOMString extends;
>    attribute DOMString name;
>    readonly attribute Function generatedConstructor;
>};

|constructorName|, |extends| and |name| are declared as mutable attributes.
They should be readonly since there is no such semantics for
dynamically changing these.
Also, document.register() doesn't provide any imperative alternative for them.

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

Received on Monday, 1 April 2013 09:32:33 UTC