cal--title-font-size Attribute | calTitleFontSize 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 calendar behavior.
Syntax
CSS { cal--title-font-size : sSize } Scripting [ sSize = ] calendar.style.calTitleFontSize
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
, orpx
) or as a relative measure (em
orex
).- 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--title-font-size attribute is available only to objects participating in the calendar behavior.
Applies To
calendar