[Webkit-unassigned] [Bug 122018] New: WebIDL attributes should be configurable
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Sep 27 09:54:52 PDT 2013
https://bugs.webkit.org/show_bug.cgi?id=122018
Summary: WebIDL attributes should be configurable
Product: WebKit
Version: 528+ (Nightly build)
Platform: Unspecified
URL: http://www.w3.org/TR/WebIDL/#es-attributes
OS/Version: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: HTML DOM
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: arv at chromium.org
> Object.getOwnPropertyDescriptor(document, 'documentElement')
< 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].
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list