Searched defs:tbody (Results 1 - 1 of 1) sorted by relevance

/yui3/src/dom/js/
H A Ddom-create.js22 re_tbody = /(?:\/(?:thead|tfoot|tbody|caption|col|colgroup)>)+\s*<tbody/,
268 node.innerHTML = '<tbody></tbody>';
289 // TODO: thead/tfoot with nested tbody
291 creators.tbody = function(html, doc) {
293 tb = Y.DOM._children(frag, 'tbody')[0];
296 tb.parentNode.removeChild(tb); // strip extraneous tbody
321 return Y_DOM.create('<tbody>' + html + '</tbody>', do
[all...]

Completed in 77 milliseconds