Skip to content

Commit 59c25a5

Browse files
Merge pull request #420 from w3c/ONIX-strings
Modified ONIX techniques with five strings
2 parents 6be39e8 + 7be9c10 commit 59c25a5

File tree

1 file changed

+6
-6
lines changed
  • UX-Guide-Metadata/draft/techniques/onix-metadata

1 file changed

+6
-6
lines changed

Diff for: UX-Guide-Metadata/draft/techniques/onix-metadata/index.html

+6-6
Original file line numberDiff line numberDiff line change
@@ -595,7 +595,7 @@ <h4>Instructions</h4>
595595
<span><b>THEN</b> display <code id="pre-recorded-audio-synchronized">"Synchronized audio and text"</code>.</span>
596596
</li>
597597
<li>
598-
<b>ELSE</b> display <code id="pre-recorded-audio-no-metadata">"No information about pre-recorded audio"</code>.
598+
<b>ELSE</b> display <code id="pre-recorded-audio-no-metadata">"No information about pre-recorded audio is available."</code>.
599599
<p class="note">This key information can be hidden if metadata is missing.</p>
600600
</li>
601601
</ol>
@@ -672,7 +672,7 @@ <h4>Instructions</h4>
672672
</ol>
673673
</li>
674674
<li>
675-
<b>ELSE</b> display <code id="navigation-no-metadata">"No information about navigation"</code>.
675+
<b>ELSE</b> display <code id="navigation-no-metadata">"No information about navigation is available."</code>.
676676
<p class="note">This key information can be hidden if metadata is missing.</p>
677677
</li>
678678
</ol>
@@ -767,7 +767,7 @@ <h4>Instructions</h4>
767767
</li>
768768
<li>
769769
<span><b>IF</b> (<var>contains_charts_diagrams</var> <b>OR</b> <var>contains_chemical_formula</var> <b>OR</b> <var>contains_math_formula</var>) <b>AND</b> <b>NOT</b> (<var>charts_diagrams_diagrams_as_long_text</var> <b>OR</b> <var>charts_diagrams_as_non_graphical_data</var> <b>OR</b> <var>chemical_formula_as_chemml</var> <b>OR</b> <var>chemical_formula_as_mathml</var> <b>OR</b> <var>math_formula_as_latex</var> <b>OR</b> <var>math_formula_as_mathml</var>):</span>
770-
<span><b>THEN</b> display <code id="charts-diagrams-formulas-unknown">"Accessibility of formulas, charts, and diagrams unknown"</code>.</span>
770+
<span><b>THEN</b> display <code id="charts-diagrams-formulas-unknown">"The accessibility of formulas, charts, and diagrams is not available."</code>.</span>
771771
</li>
772772
</ol>
773773
</section>
@@ -869,10 +869,10 @@ <h4>Instructions</h4>
869869
</li>
870870
<li>
871871
<span><b>ELSE IF</b> <var>unknown_if_contains_hazards</var>:</span>
872-
<span><b>THEN</b> display <code id="hazards-unknown">"The presence of hazards is unknown"</code>.</span>
872+
<span><b>THEN</b> display <code id="hazards-unknown">"The presence of hazards is unknown."</code>.</span>
873873
</li>
874874
<li>
875-
<b>ELSE</b> display <code id="hazards-no-metadata">"No information about possible hazards"</code>.
875+
<b>ELSE</b> display <code id="hazards-no-metadata">"No information about possible hazards is available."</code>.
876876
<p class="note">This key information can be hidden if metadata is missing.</p>
877877
</li>
878878
</ol>
@@ -977,7 +977,7 @@ <h4>Instructions</h4>
977977
<span><b>THEN</b> display the content of <var>accessibility_summary</var> with <var>language_accessibility_summary</var> as language.</span>
978978
</li>
979979
<li>
980-
<b>ELSE</b> display <code id="accessibility-summary-no-metadata">"No accessibility summary"</code>.
980+
<b>ELSE</b> display <code id="accessibility-summary-no-metadata">"No accessibility summary is available."</code>.
981981
<p class="note">This key information can be hidden if metadata is missing.</p>
982982
</li>
983983
</ol>

0 commit comments

Comments
 (0)