Skip to content

Commit ec7122c

Browse files
authored
Merge pull request #1154 from xml-project/fix-1153
Attempt to fix 1153
2 parents 01241bf + 771f150 commit ec7122c

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

xproc/src/main/xml/specification.xml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4097,7 +4097,7 @@ an excessive amount of time.</para>
40974097
or as a duration using a string that satisfies the constraints of an
40984098
<code>xs:dayTimeDuration</code>. The duration <rfc2119>must not</rfc2119> be
40994099
negative.
4100-
<error code="D0036">It is a <glossterm>dynamic error</glossterm> if the
4100+
<error code="S0077">It is a <glossterm>static error</glossterm> if the
41014101
specified duration is not a positive number or a valid
41024102
<code>xs:dayTimeDuration</code>.</error>
41034103
A duration of zero may be used to indicate that no limit is
@@ -7446,6 +7446,10 @@ possible set of parameter values.</para>
74467446

74477447
<itemizedlist>
74487448
<listitem>
7449+
<para>Resolved <link xlink:href="https://github.com/xproc/3.0-specification/issues/1153">issue 1153</link>
7450+
by changing the [p:]timeout error code from err:XD0036 to err:XS0077.</para>
7451+
</listitem>
7452+
<listitem>
74497453
<para>Resolved <link xlink:href="https://github.com/xproc/3.0-specification/issues/1133">issue 1133</link>
74507454
by clarifying that imported function names are not transitive.
74517455
</para>

0 commit comments

Comments
 (0)