[Bug 25198] Turn KeyFormat into an enum

https://www.w3.org/Bugs/Public/show_bug.cgi?id=25198

--- Comment #9 from Anne <annevk@annevk.nl> ---
A specification extending another specification without that other
specification needing to be aware of it is rather problematic in my opinion.
How would an implementer of Web Crypto find out about that other specification?

E.g. HTML defines the canvas API which has an enumeration for a canvas context
which is either 2d or webgl. webgl is defined elsewhere, but its enumeration is
covered by HTML, along with a forward reference. If someone were to mint a new
context, that would have to go through HTML.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

Received on Friday, 26 September 2014 16:57:44 UTC