Skip to content

Tongue Demon

Compare
Choose a tag to compare
@nikolai-shabalin nikolai-shabalin released this 19 May 08:05
· 12 commits to main since this release

Adds a tag-forbid-attr rule that disallows the use of specified attributes on the specified tag.

{
  "tag-forbid-attr": [
    true,
    {
      "picture": [
        {
          "name": "class"
        }
      ],
      "body": [
        {
          "name": "class"
        }
      ]
    }
  ]
}