- From: <bugzilla@jessica.w3.org>
- Date: Tue, 24 Feb 2015 16:50:06 +0000
- To: public-webapps-bugzilla@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=28093
            Bug ID: 28093
           Summary: Consider using namespaceURI in the IDL
           Product: WebAppsWG
           Version: unspecified
          Hardware: PC
                OS: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: DOM
          Assignee: annevk@annevk.nl
          Reporter: philipj@opera.com
        QA Contact: public-webapps-bugzilla@w3.org
                CC: mike@w3.org, www-dom@w3.org
I'm trying to get Blink's IDL as close as possible to the spec, but because
namespace is a C++ keyword it cannot be used, at least not without
special-casing the code generator.
Our IDL files use namespaceURI, which seems to be from the older DOM specs. Any
other browser implemented in C++ will have the same "problem".
-- 
You are receiving this mail because:
You are the QA Contact for the bug.
Received on Tuesday, 24 February 2015 16:50:09 UTC