-
-
Notifications
You must be signed in to change notification settings - Fork 428
Closed
Labels
bot:staleIssue marked as stale because there was no activityIssue marked as stale because there was no activity
Description
Hi HTMLHint Team,
Describe your problem
I'm trying to make a rule where HTMLHint reports if there is a wrapper tag outside the strong tag
E.g:
<p><strong>Text</strong></p>- HTMLHint should report that there is a wrapper
ptag outside thestrongtag
What I've tried
parser.addListener("tagend", function (event) {
console.log(event)
});However I'm not able to get the </p> event that comes after the </strong/> event
Metadata
Metadata
Assignees
Labels
bot:staleIssue marked as stale because there was no activityIssue marked as stale because there was no activity
