[Bug 21591] String constant on NavigatorID is invalid per WebIDL

https://www.w3.org/Bugs/Public/show_bug.cgi?id=21591

Ian 'Hixie' Hickson <ian@hixie.ch> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ian@hixie.ch,
                   |                            |public-script-coord@w3.org
          Component|HTML                        |WebIDL
           Assignee|ian@hixie.ch                |cam@mcc.id.au
            Product|WHATWG                      |WebAppsWG
   Target Milestone|Unsorted                    |---
         QA Contact|contributor@whatwg.org      |public-webapps-bugzilla@w3.
                   |                            |org

--- Comment #2 from Ian 'Hixie' Hickson <ian@hixie.ch> ---
heycam, let's allow it! :-D

This relates to the last interesting line of this IDL block:

[NoInterfaceObject]
interface NavigatorID {
  readonly attribute DOMString appName;
  readonly attribute DOMString appVersion;
  readonly attribute DOMString platform;
  readonly attribute DOMString userAgent;

  const DOMString product = "Gecko"; // for historical reasons
};

-- 
You are receiving this mail because:
You are on the CC list for the bug.

Received on Thursday, 11 April 2013 22:23:59 UTC