Searched refs:doctype (Results 1 - 2 of 2) sorted by relevance

/yui3/src/editor/js/
H A Dframe.js827 * @description Parses document.doctype and generates a DocType to match the parent page, if supported.
832 var dt = Y.config.doc.doctype,
843 if (dt.nodeValue.toLowerCase().indexOf('doctype') !== -1) {
/yui3/build/frame/
H A Dframe-debug.js829 * @description Parses document.doctype and generates a DocType to match the parent page, if supported.
834 var dt = Y.config.doc.doctype,
845 if (dt.nodeValue.toLowerCase().indexOf('doctype') !== -1) {

Completed in 33 milliseconds