Lines Matching defs:html
2857 // Emulate precise spacing via HTML spaces
12513 // http://www.poynton.com/notes/colour_and_gamma/ColorFAQ.html#RTFToC18
14558 // Validate the names parameter -- the values can used to construct HTML.
14572 var html = '';
14574 html += '<span style="font-family:' + names[i] + '">Hi</span>';
14576 div.innerHTML = html;
14598 var src = '<!DOCTYPE HTML><html><head>';
14618 src += '</body></html>';
14620 frame.src = 'data:text/html,' + src;