Add source code documentation for all HTML Node subclasses
This commit is contained in:
@@ -11,8 +11,18 @@
|
||||
|
||||
NS_ASSUME_NONNULL_BEGIN
|
||||
|
||||
/**
|
||||
A HTML Template node.
|
||||
|
||||
https://html.spec.whatwg.org/multipage/scripting.html#the-template-element
|
||||
*/
|
||||
@interface HTMLTemplate : HTMLElement
|
||||
|
||||
/**
|
||||
The content of the template.
|
||||
|
||||
@see HTMLDocumentFragment
|
||||
*/
|
||||
@property (nonatomic, strong) HTMLDocumentFragment *content;
|
||||
|
||||
@end
|
||||
|
||||
Reference in New Issue
Block a user