[Bug 16299] editorial - inadequate description of upload attribute

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

--- Comment #3 from Glenn Adams <glenn@skynav.com> 2012-03-26 20:01:42 UTC ---
(In reply to comment #2)
> http://dvcs.w3.org/hg/xhr/rev/ba9735a82582

You added a note: "As indicated earlier, each XMLHttpRequest object has an
associated XMLHttpRequestUpload object."

But this doesn't address my comment about whether XMLHttpRequestUpload objects
are distinct or not; i.e., an implementer might (for whatever reason) reuse the
same upload object on more than one request object. [You ask why? Because the
spec allows this, or at least doesn't preclude this.]

It would be better if the word "distinct" were added in 4.7,  i.e.,

"Each XMLHttpRequest object also has a distinct, associated
XMLHttpRequestUpload object."

-- 
Configure bugmail: https://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

Received on Monday, 26 March 2012 20:01:49 UTC