[Bug 26303] Add a way to have required dictionary entries

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

--- Comment #2 from Boris Zbarsky <bzbarsky@mit.edu> ---
The web crypto spec wants to have a generic algorithm that processes a bunch of
different dictionaries.  It wants to enforce some values being present, but has
no way to do that right now.  So they're using nullable to indicate "doesn't
have to be present", which is really not what we want.

See mail thread at
http://lists.w3.org/Archives/Public/public-webcrypto/2014Jul/0029.html and
following

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

Received on Friday, 11 July 2014 17:07:44 UTC