Navigation
Navigate Navigate Navigate Navigate Navigate Navigate

IfcTextDecoration

Definition from CSS1 (W3C Recommendation): This property describes decorations that are added to the text of an element. A value of 'blink' causes the text to blink.. Values are:

User agents must recognize the keyword 'blink', but are not required to support the blink effect.
NOTE  Corresponding CSS1 definition is text-decoration.
HISTORY  New type in Release IFC2x Edition 3.

EXPRESS specification:

TYPE IfcTextDecoration = STRING;
WHERE
WR1  :  SELF IN ['none', 'underline', 'overline', 'line-through', 'blink'];
END_TYPE;

Formal Propositions:

WR1  :  Allowable values for text decoration.