Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

EPUB techniques updated #557

Merged
merged 9 commits into from
Dec 31, 2024
Merged

EPUB techniques updated #557

merged 9 commits into from
Dec 31, 2024

Conversation

GeorgeKerscher
Copy link
Collaborator

I started by validating and checking the spelling in the file. There are still some British spellings instead of US English.

I worked through the items @gregoriopellegrino listed.

I mainly worked on the instructions. In the Rich content section, I added a variable for Chemistry as LaTex.

There is a lot to go through.
I did not get to the Additional information section.

It would be good to update the Excel sheet, which should uncover issues.

Looking forward to a list of what to change next.

<span><b>THEN</b> display <code id="rich-content-accessible-math-as-latex">"Math as LaTex"</code>.</span>
</li>
<li>
<span><b>ELSE IF</b> <var>contains_math_formula</var> <b>AND</b> <var>short_textual_alternative_images</var>:</span>
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Here I think you should refer to the metadata accessibilityFeature = describedMath

rich-content-accessible-
rich-content-accessible-chemistry-as-latex
<li>
<span><b>IF</b> <var>charts_diagrams_as_non_graphical_data</var> <b>OR</b> <var>full_alternative_textual_descriptions</var>:</span>
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think there is the charts_diagrams_as_non_graphical_data metadata in EPUB a11y metadata, I think we should refer to accessibilityFeature = longDescription

<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>long_text_descriptions</var> <b>OR</b> <var>chemical_formula_as_chemml</var> <b>OR</b> <var>math_formula_as_latex</var> <b>OR</b> <var>math_formula_as_mathml</var>):</span>
<span><b>THEN</b> display <code id="rich-content-unknown">"No information is available"</code>.</span>
<span><b>IF</b> <b>NOT</b> (<var>math_formula_as_mathml</var> <b>OR</b> <var>math_formula_as_latex</var> <b>OR</b> (<var>contains_math_formula</var> <b>AND</b> <var>short_textual_alternative_images</var>) <b>OR</b> <var>chemical_formula_as_mathml</var> <b>OR</b> <var>charts_diagrams_as_non_graphical_data</var> <b>OR</b> <var>full_alternative_textual_descriptions</var> <b>OR</b> <var>closed_captions</var> <b>OR</b> <var>open_captions</var> <b>OR</b> <var>transcript</var>):</span>
<span><b>THEN</b> either omit this key information if metadata is missing or display <code id="rich-content-unknown">"No information is available"</code>.</span>
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

To be revised based on the correct variables

@GeorgeKerscher GeorgeKerscher merged commit 49f61bb into main Dec 31, 2024
@GeorgeKerscher GeorgeKerscher deleted the epub-holiday-techniques branch December 31, 2024 15:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants