- From: <bugzilla@jessica.w3.org>
- Date: Tue, 15 Apr 2014 22:55:53 +0000
- To: public-webapps-bugzilla@w3.org
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: travil@microsoft.com
          Reporter: garykac@google.com
        QA Contact: public-webapps-bugzilla@w3.org
                CC: mike@w3.org, www-dom@w3.org
(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 the QA Contact for the bug.
Received on Tuesday, 15 April 2014 22:55:54 UTC