Add source code documentation for node filter, tree walker, namespaces and quirks modes
This commit is contained in:
@@ -8,6 +8,10 @@
|
||||
|
||||
#import "NSString+HTMLKit.h"
|
||||
|
||||
/**
|
||||
HTML quirks modes
|
||||
https://html.spec.whatwg.org/multipage/infrastructure.html#quirks-mode
|
||||
*/
|
||||
typedef NS_ENUM(short, HTMLQuirksMode)
|
||||
{
|
||||
HTMLQuirksModeNoQuirks,
|
||||
|
||||
Reference in New Issue
Block a user