Hi,
I have an issue with HTML-Kit. When I parse an HTML content which has few self-closing custom tags, it is not detected properly.
Here is the sample code,

NSArray *images = [self.document querySelectorAll:@"MyTag"];
Pls, see the array results in below image
