WASdev / lib.rtcomm.clientjs

Rtcomm client Javascript libraries (includes WebRTC support)
Apache License 2.0
15 stars 8 forks source link

WebRTC Sample Video Chat Client has html syntax errors #53

Closed mkerr11 closed 9 years ago

mkerr11 commented 9 years ago

The WebRTC Sample Video Chat Client has html syntax errors which can be debugged if the videoClient.html is renamed to videoClient.xhtml since it is a stricter version of the HTML language. When running the sample in Firefox, it found tags such as
and without a closing tag for example.

swgraham commented 9 years ago

Made some changes in order to make the html compliant but it is not possible to make the same 'html' file both HTML and XHTML compliant.

Closing this issue -- if an XHTML sample is necessary we can open an enhancement for that.