Fixed documentation for accessibility checking per #756; bump version due to public facing change.

This commit is contained in:
Jim Derry 2021-07-09 15:26:57 -04:00
parent 2614283faf
commit 3dab4b31ce
2 changed files with 11 additions and 5 deletions

View File

@ -78,10 +78,16 @@ static languageDefinition language_en = { whichPluralForm_en, {
"This option specifies what level of accessibility checking, if any, "
"that Tidy should perform. "
"<br/>"
"Level <var>0 (Tidy Classic)</var> is equivalent to Tidy Classic's accessibility "
"checking. "
"Level <var>0 (Tidy Classic)</var> performs no additional accessibility checking. "
"<br/>"
"For more information on Tidy's accessibility checking, visit "
"Level <var>1 (Priority 1 Checks)</var> performs the Priority Level 1 checks."
"<br/>"
"Level <var>2 (Priority 2 Checks)</var> performs the Priority Level 1 and 2 checks."
"<br/>"
"Level <var>3 (Priority 3 Checks)</var> performs the Priority Level 1, 2, and 3 checks."
"<br/>"
"For more information on Tidy's accessibility checking, including the specific "
"checks that are made for each Priority Level, please visit "
"<a href=\"http://www.html-tidy.org/accessibility/\"> Tidy's Accessibility Page</a>. "
},
{/* Important notes for translators:

View File

@ -1,2 +1,2 @@
5.7.54
2021.07.31
5.7.55
2021.07.09