haizaar / yui3-gallery

YUI3 Gallery Modules
http://yuilibrary.com/gallery
1 stars 4 forks source link

gallery-yui3treeview-ng: Got an exception trying to run example, using yui-3.13.0-beta-1 #3

Open netkgk opened 10 years ago

netkgk commented 10 years ago

Got an exception, trying to make work part of code described here:

<exception>: DOMException
code: 12
message: "An invalid or illegal string was specified."
html: "<a class=yui3-treenode-label role='treeitem' href='#'></a>"
label combo?yui/yui-debug.js:5914
Uncaught SyntaxError: An invalid or illegal string was specified. combo?/oop/oop-debug.js&/event-custom-base/event-custom-base-debug.js&/dom-…ug.js&/router/router-debug.js&/event-delegate/event-delegate-debug.js:3634
netkgk commented 10 years ago

I've figured out the problem is in this part of code:

class=yui3-treenode-label

Basically, this is invalid HTML, ass attribute value should be quoted. HTML5 code renders with no warning, but when XHTML5 is used this causes mentioned error.

haizaar commented 10 years ago

Sorry for the late response. If you can provide a tested patch, I'll happily merge it and submit to CDN.