Skip to content

Commit 258fcee

Browse files
authored
Merge pull request #305 from w3c/issue-304-sh-order-start
#304: Use start instead of left in sh:order to adapt to non-ltr languages
2 parents 98aaa20 + faa4ab7 commit 258fcee

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

shacl12-core/index.html

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4117,10 +4117,9 @@ <h3>sh:order</h3>
41174117
The values of <code>sh:order</code> are decimals.
41184118
<code>sh:order</code> is not used for validation purposes
41194119
and may be used with any type of subjects.
4120-
If present at property shapes, the recommended use of <code>sh:order</code> is
4121-
to sort the property shapes in an ascending order, for example so that
4122-
properties with smaller order are placed above (or to the left)
4123-
of properties with larger order.
4120+
If present at property shapes, the recommended use of <code>sh:order</code> is to sort the
4121+
property shapes in an ascending order, for example so that properties with smaller order are
4122+
placed above or to the start (left in left-to-right languages) of properties with larger order.
41244123
</p>
41254124
</section>
41264125
<section id="group">

0 commit comments

Comments
 (0)