[Bug 28093] New: Consider using namespaceURI in the IDL
[email protected] Tue, 24 Feb 2015 16:50:06 +0000
| Newsgroups | gmane.comp.web.dom.general |
|---|---|
| Message-ID | <[email protected]/Bugs/Public/> |
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: [email protected]
Reporter: [email protected]
QA Contact: [email protected]
CC: [email protected], [email protected]
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.