[Bug 22959] Nullable parameter in tail position should be optional

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

--- Comment #2 from Erik Arvidsson <arv@chromium.org> ---
There are other cases. For example

boolean hasFeature(DOMString feature, [TreatNullAs=EmptyString] DOMString
version);

would be better as

boolean hasFeature(DOMString feature, optional [TreatNullAs=EmptyString]
DOMString version);

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Wednesday, 14 August 2013 16:00:09 UTC