CSS Drop-Initial-Before-Adjust Property

CSS 1

CSS 2

CSS 3

No No Yes

Description

The 'drop-initial-before-adjust' property sets the alignment point of the drop initial for the secondary connection point. This property is only effective is the value of the 'drop-initial-size' property is 'auto'.

Syntax

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

Possible values

  • before-edge
  • text-before-edge
  • central
  • middle
  • hanging
  • mathematical
  • [percentage]
  • [length]

Initial Value

text-before-edge

Applies To

::first-letter pseudo element

Inherited

No

Media

Visual

Example

.class {
  drop-initial-before-adjust: hanging ;
}


View All CSS Properties