- From: <bugzilla@jessica.w3.org>
- Date: Fri, 19 Oct 2012 11:02:05 +0000
- To: public-qt-comments@w3.org
Received on Friday, 19 October 2012 11:02:12 UTC
https://www.w3.org/Bugs/Public/show_bug.cgi?id=19626
--- Comment #3 from Tim Mills <tim@cbcl.co.uk> ---
Additionally, I don't find this construct particularly intuitive.
Without a detailed reading of the specification, I'd expect:
declare option prohibit-feature "higher-order-function";
declare option require-feature "all-optional-features";
either
a) to complain that the higher-order-function feature is both prohibited and
required (since higher-order-function is in the set of all optional features),
OR
b) to disable the higher-order-function feature and then re-enable it.
--
You are receiving this mail because:
You are the QA Contact for the bug.
Received on Friday, 19 October 2012 11:02:12 UTC