OData @ SAP - Vocabularies

HTML5 Vocabulary

Namespace: com.sap.vocabularies.HTML5.v1

Terms for HTML5

The HTML5 vocabulary provides rendering hints for HTML5 clients

Terms

Term Type Description
CssDefaults CssDefaultsType CSS definitions that may be used as defaults
This term can applied to e.g. UI.DataFieldAbstract records
LinkTarget (Experimental) 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.

CssDefaultsType

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.

LinkTargetType

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