- From: <bugzilla@jessica.w3.org>
- Date: Fri, 11 Nov 2016 10:11:39 +0000
- To: public-qt-comments@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=29980
Michael Kay <mike@saxonica.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |FIXED
--- Comment #1 from Michael Kay <mike@saxonica.com> ---
I have made the existing text into an ordinary paragraph, and then added the
formal error condition below:
<p>Because arguments to a stylesheet function call <rfc2119>must</rfc2119> all
be specified, the <elcode>xsl:param</elcode> elements within an
<elcode>xsl:function</elcode> element <rfc2119>must not</rfc2119> specify
a default value: this means they <rfc2119>must</rfc2119> be empty, and
<rfc2119>must not</rfc2119> have a <code>select</code> attribute.</p>
<p><error spec="XT" type="static" class="SE" code="0760">
<p>It is a static error if an <elcode>xsl:param</elcode> child of
an <elcode>xsl:function</elcode> element has either a <code>select</code>
attribute or non-empty content.</p>
</error>
</p>
Editorial change made silently with no entry in the change log.
--
You are receiving this mail because:
You are the QA Contact for the bug.
Received on Friday, 11 November 2016 10:11:48 UTC