-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Using xhtml causes not well formed exception #13
Comments
in xhtml attributes need to be quoted, so colspan='2' |
It looks like jquery generated context menu also does not work for xhtml. I left an issue there: |
#14 should address BrowserTimings. It would be possible to patch contextMenu similarly hopefully by swisnl. |
create3000
added a commit
that referenced
this issue
Sep 5, 2016
Added you to the list of authors. |
Thanks ! |
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
Here is the same page using html and xhtml:
http://andreasplesch.github.io/Library/Uses_html.html
http://andreasplesch.github.io/Library/Uses_xhtml.xhtml
The xhtml page fails and there is a not well formed exception in the console.
I think I tracked the exception down to
https://github.com/create3000/cobweb/blob/master/cobweb.js/cobweb/Browser/Core/BrowserTimings.js
where html table construction seems to miss closing tags in various places.
See
http://stackoverflow.com/questions/6555898/jquery-when-creating-a-new-element-do-i-need-the-ending-tag
But I did not try to fix it there, so I am not sure if this is the issue.
The text was updated successfully, but these errors were encountered: