We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 79a096a + 5f80c18 commit 11d5744Copy full SHA for 11d5744
1 file changed
src/Rule/BaseRule.php
@@ -18,7 +18,7 @@ class BaseRule implements PhpAllyRuleInterface {
18
protected $lang;
19
protected $strings = array('en' => '');
20
21
- const ALT_TEXT_LENGTH_LIMIT = 125;
+ const ALT_TEXT_LENGTH_LIMIT = 150;
22
const DOC_LENGTH = 1500;
23
const MAX_WORD_COUNT = 3000;
24
0 commit comments