HTMLHtmlElement
public sealed class HTMLHtmlElement : HTMLElement, IScopeElement, ITableScopeElement, ITableSectionScopeElement, IImplClosed
Represents the HTML html element.
namespace AngleSharp.DOM.Html
{
[DOM("HTMLHtmlElement")]
public sealed class HTMLHtmlElement : HTMLElement, IScopeElement, ITableScopeElement, ITableSectionScopeElement, IImplClosed
{
protected internal override bool IsSpecial => true;
internal HTMLHtmlElement()
{
_name = "html";
}
}
}