Re: DOM Dependency

On Tue, Feb 19, 2013 at 2:10 PM, Anthony Nadalin <tonynad@microsoft.com> wrote:
> Why is there a DOM dependency in the API specification?
>
>

Because this is the _Web_ Crypto API, tasked with delivering an API
suitable for conforming user agents.

Among the many concepts we borrow are the notion of Events, Event
Targets, dispatching events, and the lifetime model that is inherently
linked to the DOM and HTML specifications.

This dependency is reflected in Section 4.1 of our charter.

Received on Tuesday, 19 February 2013 22:20:21 UTC