-
Notifications
You must be signed in to change notification settings - Fork 22
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
ACE validation flags an error related to the MathML structure used in display equations #434
Comments
HTML: " CSS: |
FYI, you need to use backticks to escape markup in a github comment. |
This looks like the kind of bug report that would be really useful to the Deque Axe dev team. I will try to build a minimal reproduction HTML file to test in isolation. |
This is correctly flagged though. It complains about a scrollable region not being focusable. The |
ah, well spotted Peter! Thank you :) |
We are encountering an issue with the ACE 1.3.6 validation tool when processing display equations captured according to the specification. The error appears when validating MathML content within
.
Error Details:
ACE Version: 1.3.6
Issue: ACE validation flags an error related to the MathML structure used in display equations.
Expected Behavior: The MathML should pass validation as it adheres to thespecification.
Observed Behavior: ACE flags an error, preventing successful validation.
Steps to Reproduce:
Validate the following HTML snippet using ACE 1.3.6.
Observe the reported error in the validation output.
HTML tagging:
(net rate of change of mass within element)=(flux of solute out of the element)-(flux of solute into the element)±(loss or gain of solute mass due to reaction).
CSS:
.disp-formula
{
margin-top: 1em;
margin-bottom: 1em;
margin-left: 0em;
text-align: center;
text-indent: 0em;
overflow-x:auto;
}
The text was updated successfully, but these errors were encountered: