CSS Drop-Initial-After-Adjust Property

CSS 1

CSS 2

CSS 3

No No Yes

Description

The 'drop-initial-after-adjust' property sets the alignment point of the drop initial for the primary connection point.

Syntax

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

Possible values

  • central
  • middle
  • after-edge
  • text-after-edge
  • ideographic
  • alphabetical
  • mathematical
  • [percentage]
  • [length]

Initial Value

text-after-edge

Applies To

::first-letter pseudo element

Inherited

No

Media

Visual

Example

.class {
  drop-initial-after-adjust: middle ;
}


View All CSS Properties