Namespace: com.sap.vocabularies.HTML5.v1
Terms for HTML5
The HTML5 vocabulary provides rendering hints for HTML5 clients
| Term | Type | Description |
|---|---|---|
| CssDefaults | CssDefaultsType | CSS definitions that may be used as defaults This term can applied to e.g. UI.DataFieldAbstract records |
| LinkTarget | LinkTargetType | Where to open a link for the annotated URL When the UI contains a link to the URL, it shall open as specified by this annotation. This can be achieved, for example, by giving the UI5 sap.m.Link element a corresponding target property. Applicability of this term is governed by Validation.ApplicableTerms annotations. |
| RowSpanForDuplicateValues (Experimental) | Tag | The annotated data field might use a rowSpan for adjacent duplicate values if used in a table. In order to achieve a good user experience the respective columns should be sorted. Applicability of this term is governed by Validation.ApplicableTerms annotations. |
| Property | Type | Description |
|---|---|---|
| width | String? | css: width, see https://www.w3.org/TR/CSS21/visudet.html#propdef-width The property allows all values specified for the original css width property. Note that clients consuming this annotation may only support selected length units. |
Type: String
The values are interpreted like the target attribute in HTML
| Allowed Value | Description |
|---|---|
| _self | Open link in the current browsing context |
| _blank | Open link in a new browsing context |
| _parent | Open link in the parent browsing context |
| _top | Open link in the top browsing context |