You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$message .= esc_html__( 'Upgrade to a paid version of Accessibility Checker from November 20-30 and get 40% off! Full site scanning, site-wide open issues report, ignore logs, and more.', 'accessibility-checker' ) . '<br />';
130
+
$message .= esc_html__( 'Upgrade to a paid version of Accessibility Checker from November 25th to December 3rd and get 30% off! Full site scanning, site-wide open issues report, ignore logs, and more.', 'accessibility-checker' ) . '<br />';
Copy file name to clipboardExpand all lines: includes/rules.php
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,6 @@
9
9
TabindexFix,
10
10
AddLabelToUnlabelledFormFieldsFix,
11
11
CommentSearchLabelFix,
12
-
ReadMoreAddTitleFix,
13
12
PreventLinksOpeningNewWindowFix,
14
13
HTMLLangAndDirFix,
15
14
AddMissingOrEmptyPageTitleFix,
@@ -243,13 +242,15 @@
243
242
'slug' => 'link_ms_office_file',
244
243
'rule_type' => 'warning',
245
244
'summary' => esc_html__( 'A Link to MS Office File warning means that one or more of the links on your page or post directs to a file with one of the following file extensions: .doc, .docx, .xls, .xlsx, .ppt, .pptx, .pps or .ppsx. This warning appears when an MS Office file is present as a reminder to manually test your Word documents, PowerPoint presentations, and Excel spreadsheets for accessibility and to confirm that they conform to all relevant WCAG guidelines. To resolve a Link to MS Office File warning, you need to: (1) ensure a direct link to view or download the document is present if you\'re using a plugin to embed it on the page; (2) ensure the link to the document warns users it is a link to a document by displaying the specific file extension in the link anchor; and (3) test and remediate your MS Office file for accessibility errors. After determining your file is fully accessible, you can safely “Ignore” the warning.', 'accessibility-checker' ),
245
+
'ruleset' => 'js',
246
246
],
247
247
[
248
248
'title' => esc_html__( 'Link to PDF', 'accessibility-checker' ),
249
249
'info_url' => 'https://a11ychecker.com/help1972',
250
250
'slug' => 'link_pdf',
251
251
'rule_type' => 'warning',
252
252
'summary' => esc_html__( 'A Link to PDF warning means that one or more of the links on your page or post directs to a PDF file. This warning is a reminder to manually test the linked PDF for accessibility and to confirm that it conforms to all relevant WCAG guidelines. To resolve a Link to PDF warning, you need to: (1) ensure a direct link to view or download the document is present if you\'re using a plugin to embed it on the page; (2) ensure the link to the document warns users it is a link to a document by displaying the specific file extension in the link anchor; and (3) test and remediate your document for accessibility errors. After determining your file is fully accessible, you can safely “Ignore” the warning.', 'accessibility-checker' ),
253
+
'ruleset' => 'js',
253
254
],
254
255
[
255
256
'title' => esc_html__( 'Link to Non-HTML File', 'accessibility-checker' ),
0 commit comments