IDocumentFunction
Represents a function of the @document rule.
namespace AngleSharp.Dom.Css
{
public interface IDocumentFunction : ICssNode, IStyleFormattable
{
string Name { get; }
string Data { get; }
bool Matches(Url url);
}
}