It should be possible to find tags only by attribute name: `[attr-name]` Right now it's impossible because: ``` if ($rule['key'] != 'plaintext' && is_null($child->getAttribute($rule['key']))) { $pass = false; } ``` Is forcing that have an value