Skip to content

Commit 98d3f4c

Browse files
committed
fix: updated conformance checking section, made may uppercase, small language improvement
1 parent 7980d3b commit 98d3f4c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

shacl12-core/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1761,8 +1761,8 @@ <h4>Declaring the Severity of a Shape or Constraint</h4>
17611761
</tr>
17621762
</table>
17631763
<p>
1764-
Validation engines may treat <code>sh:Info</code> and <code>sh:Warning</code> as non-violating based on
1765-
options passed to the engine. By default, they must be treated as violations.
1764+
Validation engines MAY treat <code>sh:Info</code> and <code>sh:Warning</code> as non-violating based on
1765+
options passed to the engine. By default, they are treated as violations.
17661766
</p>
17671767
<p>
17681768
In addition to declaring severities per shape, the property <code>sh:severity</code> can also be used
@@ -2814,7 +2814,7 @@ <h4>Handling of Recursive Shapes</h4>
28142814
<h3>Conformance Checking</h3>
28152815
<p>
28162816
A <a>focus node</a> <dfn data-lt="conform|conformance">conforms</dfn> to a <a>shape</a> if and only if
2817-
the set of result of the <a>validation</a> of the <a>focus node</a> against the <a>shape</a> is empty and no <a>failure</a>
2817+
the set of result of the <a>validation</a> of the <a>focus node</a> against the <a>shape</a> does not contain any results with a severity level representing a violation and no <a>failure</a>
28182818
has been reported by it.
28192819
</p>
28202820
<p>

0 commit comments

Comments
 (0)