[Bug 28093] New: Consider using namespaceURI in the IDL

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 on the CC list for the bug.

Received on Tuesday, 24 February 2015 16:50:13 UTC