Open
Description
In chapter 14. Cookies, section 14.3 Add Cookie:
cookie domain is not equal to the current browsing context’s active document’s domain
It is unclear whether this "not equal" should be interpreted literally, or if this is meant to be a set-like equivalence.
For example, if the user was currently on the site "foo.bar.com", the current spec (if taken literally) would not allow the user to set a cookie for "bar.com", which he/she should be allowed to do. A clarification or rewording would be much appreciated.