CSS Drop-Initial-Before-Align Property

CSS 1

CSS 2

CSS 3

No No Yes

Description

The 'drop-initial-before-align' property determines which alignment line within the initial line box  is used at the secondary connection point with the initial letter box. This property is only effective if the value of the 'drop-initial-size' property is 'auto'.

Syntax

drop-initial-before-align: [value];

Possible values

  • caps-height
  • [alignment-baseline]

Initial Value

caps-height

Applies To

::first-letter pseudo element

Inherited

No

Media

Visual

Example

.class {
  drop-initial-before-align: central ;
}


View All CSS Properties