-
Notifications
You must be signed in to change notification settings - Fork 408
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
[fix #769] allowing aria role attributes in svg #780
[fix #769] allowing aria role attributes in svg #780
Conversation
…uagecode | string "".
…ria-30.rnc to renderable elements.
Thanks for pushing those changes! However, this seems to have quite a few side effects:
I will have to take a closer look at the failing tests and push changes or isolate specific tests. |
Moving the element declarations to epub-svg11-30.rnc has taken them out of the default SVG namespace. I believe you just need to redeclare in that file: default namespace = "http://www.w3.org/2000/svg" |
Sorry. Matt is right. I introduce a namespace dcl in epub-svg11-30.rnc. |
Added a test with the example from #769 and unit tests are fine. Changes approved. |
Schema changes required for addressing #769. Not unit tests (sorry!).