[Webkit-unassigned] [Bug 80116] HTMLTrackElement.idl doesn't have default attribute.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Mar 6 10:08:00 PST 2012


https://bugs.webkit.org/show_bug.cgi?id=80116





--- Comment #4 from Eric Carlson <eric.carlson at apple.com>  2012-03-06 10:08:00 PST ---
(In reply to comment #3)
> (In reply to comment #2)
> > > I could see it in HTMLTrackElement.idl:
> > > "attribute [Reflect=default] boolean isDefault;"
> > 
> > In JS, it will be track.isDefault instead of track.default.
> > We would like to have
> > attribute [Reflect] boolean default;
> ah, ok. There might be some reason for having isDefault and not 'default', Added Anna and Eric in cc.

I *think* there was a compile problem on at least one port. The intention was to reflect the attribute as 'default', but that is clearly not happening and is a bug.

-- 
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