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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Mar 6 00:53:46 PST 2012


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





--- Comment #2 from yosin at chromium.org  2012-03-06 00:53:46 PST ---
> 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;

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