Skip to content
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

Closed
andreasplesch opened this issue Sep 2, 2016 · 5 comments
Closed

Using xhtml causes not well formed exception #13

andreasplesch opened this issue Sep 2, 2016 · 5 comments

Comments

@andreasplesch
Copy link
Contributor

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.

@andreasplesch
Copy link
Contributor Author

in xhtml attributes need to be quoted, so colspan='2'

@andreasplesch
Copy link
Contributor Author

It looks like jquery generated context menu also does not work for xhtml. I left an issue there:

swisnl/jQuery-contextMenu#450

@andreasplesch
Copy link
Contributor Author

#14 should address BrowserTimings. It would be possible to patch contextMenu similarly hopefully by swisnl.

@create3000
Copy link
Owner

Added you to the list of authors.

@andreasplesch
Copy link
Contributor Author

Thanks !

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants