ICssSupportsRule
Represents a ‘@supports’ CSS rule.
using AngleSharp.Attributes;
namespace AngleSharp.Dom.Css
{
[DomName("CSSSupportsRule")]
public interface ICssSupportsRule : ICssConditionRule, ICssGroupingRule, ICssRule
{
}
}