AngleSharp by Florian Rappl

<PackageReference Include="AngleSharp" Version="0.8.4" />

 PseudoElementNames

static class PseudoElementNames
The collection of (known / used) selector pseudo element names.
public static readonly string After

The after pseudo element.

public static readonly string Before

The before pseudo element.

public static readonly string FirstLetter

The first-letter pseudo element.

public static readonly string FirstLine

The first-line pseudo element.

public static readonly string Selection

The selection pseudo element.