-
Notifications
You must be signed in to change notification settings - Fork 13
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
Xhtml fixes #1
base: master
Are you sure you want to change the base?
Xhtml fixes #1
Conversation
…scape around the JavaScript includes.
* Inserting 'comment' tags to allow 'spans' to validate. * Modifying XSL output method to self-closing empty tags * Dropping 'small' tag, as it was causing CSS rule recursion * Adjusting SVG namespace * Creating new build
…Switching to Google CDN-hosted JQuery.
Hey, first of all, thanks for the input! The decision for using inline JQuery was made because we wanted the document formatting functioning even without an active internet connection. Do you have any suggestions how we could improve based on that principle? |
Yeah, that makes sense. I did try a variety of things to get it to validate using inline JS (including wrapping the CDATA sections in JS comments, see here: capncodewash@f05e9a8 ), however nothing seemed to allow it to validate. It seems that inline JavaScript is inherently breaky in XHTML. Is there any particular requirement for the stylesheet to generate XHTML, or would the HTML5 doctype be a possibility? |
Right now I can't think of anything against switching to HTML5 doctype. |
Hi there,
This branch contains a fixes to get the output from wsdl-viewer to validate as XHTML, and to fix some recursion issues I was having with the output.