[Bug 25359] New: Use [Unforgeable] and [NewObject] annotations in D3E
| Newsgroups | gmane.comp.web.dom.general |
|---|---|
| Message-ID | <[email protected]/Bugs/Public/> |
https://www.w3.org/Bugs/Public/show_bug.cgi?id=25359
Bug ID: 25359
Summary: Use [Unforgeable] and [NewObject] annotations in D3E
Product: WebAppsWG
Version: unspecified
Hardware: PC
OS: All
Status: NEW
Severity: normal
Priority: P2
Component: DOM3 Events
Assignee: [email protected]
Reporter: [email protected]
QA Contact: [email protected]
CC: [email protected], [email protected]
(originally from 25295)
https://dvcs.w3.org/hg/dom3events/raw-file/tip/html/DOM3-Events.html#idl-def-Event
IDL for isTrusted has the form: readonly attribute boolean isTrusted;
http://dom.spec.whatwg.org/#interface-event
In new DOM we have additional extended attribute: [Unforgeable] readonly
attribute boolean isTrusted;
It's important and should be add.
Similar situation (but less meaning):
interface DocumentEvent {
Event createEvent (DOMString eventInterface);
};
change to:
interface DocumentEvent {
[NewObject] Event createEvent (DOMString eventInterface);
};
--
You are receiving this mail because:
You are on the CC list for the bug.