Skip to content

Commit

Permalink
Height and width elements can contain just a single digit
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-morrison committed Nov 20, 2023
1 parent 801933f commit 57ed29f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion msdesc.odd
Original file line number Diff line number Diff line change
Expand Up @@ -5196,7 +5196,7 @@
<sch:rule
context="tei:height|tei:width">
<sch:assert
test="string-length(normalize-space(string())) gt 1"
test="string-length(normalize-space(string())) gt 0"
role="warn">
For dimensions the website displays the content of height and width elements. Attribute values are not displayed. Empty elements will not display correctly.
</sch:assert>
Expand Down

0 comments on commit 57ed29f

Please sign in to comment.