Skip to content

Commit

Permalink
Implemented flags
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianRappl committed Sep 6, 2019
1 parent 68748f8 commit c99af71
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/AngleSharp.Css/Dom/Internal/PseudoElement.cs
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,8 @@ public String TextContent

public IElement PreviousElementSibling => _host.PreviousElementSibling;

public NodeFlags Flags => _host.Flags;

#endregion

#region Methods
Expand Down

0 comments on commit c99af71

Please sign in to comment.