Skip to content

Commit

Permalink
Update vocabularies/HTML5.xml
Browse files Browse the repository at this point in the history
define the required type for the annotation

Co-authored-by: Heiko Theißen <[email protected]>
  • Loading branch information
BerSie and HeikoTheissen authored Jun 25, 2024
1 parent ee4934e commit 71c6d0a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion vocabularies/HTML5.xml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,8 @@

<Term Name="RowSpanForDuplicateValues" Type="Core.Tag" Nullable="false" DefaultValue="true" AppliesTo="Record">
<Annotation Term="Common.Experimental" />
<Annotation Term="Core.Description" String="The annotated UI.DataField might use a rowSpan for adjacent duplicate values if used in a table." />
<Annotation Term="Core.RequiresType" String="UI.DataFieldAbstract" />
<Annotation Term="Core.Description" String="The annotated data field might use a rowSpan for adjacent duplicate values if used in a table." />
<Annotation Term="Core.LongDescription">
<String>In order to achieve a good user experience the respective columns should be sorted.
Applicability of this term is governed by [`Validation.ApplicableTerms`](https://oasis-tcs.github.io/odata-vocabularies/vocabularies/Org.OData.Validation.V1.html#ApplicableTerms) annotations.
Expand Down

0 comments on commit 71c6d0a

Please sign in to comment.