We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e78e2f2 commit 19c6d48Copy full SHA for 19c6d48
lib/erblint-github/linters/github/accessibility/iframe_has_title.rb
@@ -10,8 +10,8 @@ class IframeHasTitle < Linter
10
include ERBLint::Linters::CustomHelpers
11
include LinterRegistry
12
13
- MESSAGE = "<iframe> with meaningful content should have a title attribute that identifies the content."\
14
- " If <iframe> has no meaningful content, hide it from assistive technology with `aria-hidden='true'`."\
+ MESSAGE = "`<iframe>` with meaningful content should have a title attribute that identifies the content."\
+ " If `<iframe>` has no meaningful content, hide it from assistive technology with `aria-hidden='true'`."\
15
16
def run(processed_source)
17
tags(processed_source).each do |tag|
0 commit comments