Show / Hide Table of Contents

Enum DocumentQuirksMode

Specifies how browsers should display an HTML file.

Namespace: Supremes.Nodes
Assembly: Supremes.dll
Syntax
public enum DocumentQuirksMode : int

Fields

Name Description
LimitedQuirks

Almost follows Web standards except few behaviors.

NoQuirks

Follows Web standards.

Quirks

Emulate non-standard behavior of older browsers.

Back to top Generated by DocFX