- From: <bugzilla@jessica.w3.org>
- Date: Wed, 01 Dec 2010 22:31:28 +0000
- To: public-script-coord@w3.org
http://www.w3.org/Bugs/Public/show_bug.cgi?id=11451
--- Comment #3 from Cameron McCormack <cam@mcc.id.au> 2010-12-01 22:31:28 UTC ---
I think the proposal is for something like:
  stringenum CanPlayTypeValue = { "", "maybe", "probably" };
  interface HTMLMediaElement : ... {
    CanPlayTypeValue canPlayType(in DOMString type);
    ...
  };
-- 
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
Received on Wednesday, 1 December 2010 22:31:31 UTC