Skip to content

Commit c99af71

Browse files
committed
Implemented flags
1 parent 68748f8 commit c99af71

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/AngleSharp.Css/Dom/Internal/PseudoElement.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,8 @@ public String TextContent
131131

132132
public IElement PreviousElementSibling => _host.PreviousElementSibling;
133133

134+
public NodeFlags Flags => _host.Flags;
135+
134136
#endregion
135137

136138
#region Methods

0 commit comments

Comments
 (0)