Open
Description
It would be good to be able to put in HTML markup that makes the HTML Sniffer skip certain code.
Prime example is the Twitter Iframe embed: https://publish.twitter.com/?url=https%3A%2F%2Ftwitter.com%2FTwitterDev%2Ftimelines%2F539487832448843776#
HTML Code Sniffer actually sniffs this code even though it's within an iframe tag, because the HTML within it is accessible by JS because it's not a traditional iframe implementation.
It would be good to be able to specify an attribute on a HTML tag which tells the sniffer to not sniff any code within that tag, for example: