- From: <bugzilla@jessica.w3.org>
- Date: Mon, 10 Jul 2017 16:06:41 +0000
- To: public-qt-comments@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=30141
--- Comment #4 from Michael Kay <mike@saxonica.com> ---
The schema includes an assertion for xsl:function elements:
<xs:assert test="every $e in xsl:param satisfies empty($e/(@required |
@_required))">
<xs:annotation>
<xs:documentation>
<p>A parameter for a function must have no
<code>required</code> attribute.</p>
</xs:documentation>
</xs:annotation>
</xs:assert>
This disagrees with ยง9.2 which states that the attribute @required is permitted
provided it has the value yes|true|1.
--
You are receiving this mail because:
You are the QA Contact for the bug.
Received on Monday, 10 July 2017 16:06:48 UTC