Skip to content

Commit

Permalink
Merge pull request #561 from w3c/small-fixes-for-localization
Browse files Browse the repository at this point in the history
Small fixes for localization
  • Loading branch information
gregoriopellegrino authored Jan 2, 2025
2 parents 49f61bb + 952fe8f commit daf86eb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -944,7 +944,7 @@ <h4>Instructions</h4>
<span><b>IF</b> <var>accessibility_summary</var> is <b>NOT</b> empty:</span>
<span><b>THEN</b> display the content of <var>accessibility_summary</var> with <var>language_accessibility_summary</var> as language.</span></li>
<li>
<b>ELSE</b> either omit this key information if metadata is missing or display <code id="accessibility-summary-no-metadata">"No accessibility summary is available."</code>.
<b>ELSE</b> either omit this key informtion if metadata is missing or display <code id="accessibility-summary-no-metadata">"No information is available"</code>.
</li>
</ol>
</section>
Expand Down Expand Up @@ -986,7 +986,7 @@ <h4>Instructions</h4>
<ol class="condition">
<li>
<span><b>IF</b> <var>eaa_exemption_micro_enterprises</var> <b>OR</b> <var>eaa_exception_disproportionate_burden</var> <b>OR</b> <var>eaa_exception_fundamental_modification</var>:</span>
<span><b>THEN</b> display <code id="legal-considerations-exempt">"This publication claims an accessibility exemption in some jurisdictions"</code>.</span>
<span><b>THEN</b> display <code id="legal-considerations-exempt">"Claims an accessibility exemption in some jurisdictions"</code>.</span>
</li>
<li>
<b>ELSE</b> either omit this key information if metadata is missing or display <code id="legal-considerations-no-metadata">"No information is available"</code>.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -989,7 +989,7 @@ <h4>Instructions</h4>
<span><b>THEN</b> display the content of <var>accessibility_summary</var> with <var>language_accessibility_summary</var> as language.</span>
</li>
<li>
<b>ELSE</b> either omit this key information if metadata is missing or display <code id="accessibility-summary-no-metadata">"No accessibility summary is available."</code>.
<b>ELSE</b> either omit this key informtion if metadata is missing or display <code id="accessibility-summary-no-metadata">"No information is available"</code>.
</li>
</ol>
</section>
Expand Down Expand Up @@ -1028,7 +1028,7 @@ <h4>Instructions</h4>
<ol class="condition">
<li>
<span><b>IF</b> <var>eaa_exemption_micro_enterprises</var> <b>OR</b> <var>eaa_exception_disproportionate_burden</var> <b>OR</b> <var>eaa_exception_fundamental_modification</var>:</span>
<span><b>THEN</b> display <code id="legal-considerations-exempt">"This publication claims an accessibility exemption in some jurisdictions"</code>.</span>
<span><b>THEN</b> display <code id="legal-considerations-exempt">"Claims an accessibility exemption in some jurisdictions"</code>.</span>
</li>
<li>
<b>ELSE</b> either omit this key information if metadata is missing or display <code id="legal-considerations-no-metadata">"No information is available"</code>.
Expand Down

0 comments on commit daf86eb

Please sign in to comment.