Lines Matching defs:creators
8 creators = {},
91 custom = creators,
291 creators.tbody = function(html, doc) {
303 creators.script = function(html, doc) {
311 creators.link = creators.style = creators.script;
315 Y.mix(creators, {
335 Y.mix(creators, {
337 th: creators.td,
338 thead: creators.tbody,
339 tfoot: creators.tbody,
340 caption: creators.tbody,
341 colgroup: creators.tbody,
342 optgroup: creators.option
346 Y_DOM.creators = creators;