<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://www.w3.org/Bugs/Public/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.4"
          urlbase="https://www.w3.org/Bugs/Public/"
          
          maintainer="sysbot+bugzilla@w3.org"
>

    <bug>
          <bug_id>21490</bug_id>
          
          <creation_ts>2013-04-01 09:32:31 +0000</creation_ts>
          <short_desc>[Custom]:  Some attributes of HTMLElementElement should be read-only</short_desc>
          <delta_ts>2013-05-15 21:08:41 +0000</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>WebAppsWG</product>
          <component>HISTORICAL - Component Model</component>
          <version>unspecified</version>
          <rep_platform>PC</rep_platform>
          <op_sys>All</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>WONTFIX</resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P2</priority>
          <bug_severity>normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          <blocked>18719</blocked>
          <everconfirmed>1</everconfirmed>
          <reporter name="Morrita Hajime">morrita</reporter>
          <assigned_to name="Dimitri Glazkov">dglazkov</assigned_to>
          
          
          <qa_contact>public-webapps-bugzilla</qa_contact>

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>85247</commentid>
    <comment_count>0</comment_count>
    <who name="Morrita Hajime">morrita</who>
    <bug_when>2013-04-01 09:32:31 +0000</bug_when>
    <thetext>https://dvcs.w3.org/hg/webcomponents/raw-file/tip/spec/custom/index.html#the-element-element

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

|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&apos;t provide any imperative alternative for them.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>87737</commentid>
    <comment_count>1</comment_count>
    <who name="Dimitri Glazkov">dglazkov</who>
    <bug_when>2013-05-15 21:02:55 +0000</bug_when>
    <thetext>Since these will just be reflecting HTML attributes, I don&apos;t think we need to make any special provisions for them. The fact that &lt;element&gt; is a one-shot shouldn&apos;t be dictating how these attributes are defined. For example, you can change HTMLScripElement.src all you want, but you&apos;ll get no useful result.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>87738</commentid>
    <comment_count>2</comment_count>
    <who name="Dimitri Glazkov">dglazkov</who>
    <bug_when>2013-05-15 21:08:41 +0000</bug_when>
    <thetext>(In reply to comment #0)
&gt; Also, document.register() doesn&apos;t provide any imperative alternative for
&gt; them.

That&apos;s okay. The layering goes the other way around: declarative stuff builds on imperative.</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>