ILabelabelElement
This interface marks elements that allow to have an attached label.
namespace AngleSharp.Dom.Html
{
public interface ILabelabelElement
{
bool SupportsLabels { get; }
INodeList Labels { get; }
}
}