cal--selectedDay-font-size Attribute | calSelectedDayFontSize Property

This topic documents a feature of Binary Behaviors, which are obsolete as of Internet Explorer 10.

Sets or retrieves the size of the font used for the selected day in the calendar behavior.

Syntax

CSS { cal--selectedDay-font-size : sSize }
Scripting [ sSize = ] calendar.style.calSelectedDayFontSize

Possible Values

sSize String that specifies or receives one of the following values.
absolute-size
Set of keywords that indicate predefined font sizes. Possible keywords include [ xx-small | x-small | small | medium | large | x-large | xx-large ]. Named font sizes scale according to the user's font setting preferences.
relative-size
Set of keywords that are interpreted as relative to the font size of the parent object. Possible values include [ larger | smaller ].
length
Value expressed as an absolute measure (cm, mm, in, pt, pc, or px) or as a relative measure (em or ex).
percentage
Percentage value of the parent object's font size.

The property is read/write. The property has no default value. The Cascading Style Sheets (CSS) attribute is not inherited.

Remarks

The cal--selectedDay-font-size attribute is available only to objects participating in the calendar behavior.

Applies To

calendar