HTMLQuoteElement
Rperesents the HTML quote element.
namespace AngleSharp.DOM.Html
{
[DOM("HTMLQuoteElement")]
public sealed class HTMLQuoteElement : HTMLElement
{
protected internal override bool IsSpecial => _name.Equals("blockquote");
internal HTMLQuoteElement()
{
}
}
}