[Bug 7371] Propose empty sequence be allowed for $content argument

http://www.w3.org/Bugs/Public/show_bug.cgi?id=7371


Michael Kay <mike@saxonica.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mike@saxonica.com




--- Comment #1 from Michael Kay <mike@saxonica.com>  2009-08-19 20:42:22 ---
I think this comment would be valid if upd:insertAttributes were designed for
use in a user application. However, it's an internal function, and all the
places where it is called have the general form:

<quote>
The pending update list consists of the following update primitives:
   1.  If $alist is not empty, upd:insertAttributes($parent, $alist)
</quote>

None of the calls to the function will ever supply an empty $alist, so it
doesn't make much difference whether the function signature allows one.


-- 
Configure bugmail: http://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 Wednesday, 19 August 2009 20:42:33 UTC