From 54955c2b2504371deecdc38dfcf53574bed2e760 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johan=20R=C3=B8ed?= Date: Tue, 21 Apr 2026 07:52:25 +0200 Subject: [PATCH 1/7] fix(template-require-iframe-title): flag title={{null|undefined|number}} MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Before: the rule only rejected title={{false}} among mustache literals. title={{null}}, title={{undefined}}, and title={{42}} (any non-string literal) were silently accepted even though none produces a useful accessible name for an ', + output: null, + errors: [{ messageId: 'missingTitle' }], + }, + + // === Upstream parity — empty title string === + // jsx-a11y, vue-a11y, lit-a11y all flag `title=""`. + { + code: '