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

<bugzilla version="5.0.4.1"
          urlbase="https://bugs.webkit.org/"
          
          maintainer="admin@webkit.org"
>

    <bug>
          <bug_id>122018</bug_id>
          
          <creation_ts>2013-09-27 09:53:51 -0700</creation_ts>
          <short_desc>WebIDL attributes should be configurable</short_desc>
          <delta_ts>2014-10-27 08:44:33 -0700</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>WebKit</product>
          <component>DOM</component>
          <version>528+ (Nightly build)</version>
          <rep_platform>All</rep_platform>
          <op_sys>All</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</resolution>
          
          
          <bug_file_loc>http://www.w3.org/TR/WebIDL/#es-attributes</bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P2</priority>
          <bug_severity>Major</bug_severity>
          <target_milestone>---</target_milestone>
          
          <blocked>122213</blocked>
          <everconfirmed>1</everconfirmed>
          <reporter name="Erik Arvidsson">arv</reporter>
          <assigned_to name="Nobody">webkit-unassigned</assigned_to>
          <cc>barraclough</cc>
    
    <cc>cdumez</cc>
    
    <cc>darin</cc>
    
    <cc>ggaren</cc>
    
    <cc>oliver</cc>
    
    <cc>rniwa</cc>
    
    <cc>sam</cc>
    
    <cc>zan</cc>
    
    <cc>zimbabao</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>933978</commentid>
    <comment_count>0</comment_count>
    <who name="Erik Arvidsson">arv</who>
    <bug_when>2013-09-27 09:53:51 -0700</bug_when>
    <thetext>&gt; Object.getOwnPropertyDescriptor(document, &apos;documentElement&apos;)
&lt; Object
configurable: false
enumerable: true
value: html
writable: false
__proto__: Object

This is a spec violation in a few ways but this bug is only about the configurable bit. It should only be false for [Unforgable].</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1044225</commentid>
    <comment_count>1</comment_count>
    <who name="Rajaram Gaunker">zimbabao</who>
    <bug_when>2014-10-27 03:46:57 -0700</bug_when>
    <thetext>As of today 
Object.getOwnPropertyDescriptor(document, &apos;documentElement&apos;)

returns 

undefined.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1044242</commentid>
    <comment_count>2</comment_count>
    <who name="Oliver Hunt">oliver</who>
    <bug_when>2014-10-27 08:12:30 -0700</bug_when>
    <thetext>documentElement (and the majority of dom attributes) are accessor members on the prototype chain.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1044243</commentid>
    <comment_count>3</comment_count>
    <who name="Rajaram Gaunker">zimbabao</who>
    <bug_when>2014-10-27 08:44:33 -0700</bug_when>
    <thetext>But the values are still not configurable.

Object
configurable: false
enumerable: true
get: undefined
set: undefined
__proto__: Object

Is this being tracked at https://bugs.webkit.org/show_bug.cgi?id=49739 ?</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>