CARVIEW |
Select Language
HTTP/2 301
location: https://raw.githubusercontent.com/nbubna/HTML/master/dist/HTML.emmet.js
accept-ranges: bytes
age: 0
date: Thu, 24 Jul 2025 09:03:42 GMT
via: 1.1 varnish
x-served-by: cache-bom-vanm7210060-BOM
x-cache: MISS
x-cache-hits: 0
x-timer: S1753347821.281275,VS0,VE1201
vary: Accept-Encoding
x-fastly-request-id: c9cdd71ce49dd05b0a365e01b4a76c6a6c5ac08d
content-length: 0
HTTP/2 200
cache-control: max-age=300
content-security-policy: default-src 'none'; style-src 'unsafe-inline'; sandbox
content-type: text/plain; charset=utf-8
etag: W/"14d27564561dde2acd93505f93f5e14d64494c411e1aa183e4da91adcf824f88"
strict-transport-security: max-age=31536000
x-content-type-options: nosniff
x-frame-options: deny
x-xss-protection: 1; mode=block
x-github-request-id: D802:276E8D:2AE3:66AC:6881F6EA
content-encoding: gzip
accept-ranges: bytes
date: Thu, 24 Jul 2025 09:03:42 GMT
via: 1.1 varnish
x-served-by: cache-bom-vanm7210041-BOM
x-cache: MISS
x-cache-hits: 0
x-timer: S1753347823.531000,VS0,VE289
vary: Authorization,Accept-Encoding
access-control-allow-origin: *
cross-origin-resource-policy: cross-origin
x-fastly-request-id: 1c0e8701209855fea3a4b96c7a1db1a2697bb64c
expires: Thu, 24 Jul 2025 09:08:42 GMT
source-age: 0
content-length: 909
/*! HTML - v0.12.1 - 2014-10-22
* https://nbubna.github.io/HTML/
* Copyright (c) 2014 ESHA Research; Licensed MIT, GPL */
(function(document, _) {
"use strict";
var add = _.fn.add;
add.create = function(node, code, ref) {
var parts = code.match(add.emmetRE()).filter(Boolean),
root = document.createDocumentFragment(),
el = document.createElement(parts[0]);
root.appendChild(el);
for (var i=1,m=parts.length; i': function(tag) {
if (tag) {
var el = document.createElement(tag);
this.appendChild(el);
return el;
}
return this;
},
'+': function(tag, root) {
return add.emmet['>'].call(this.parentNode || root, tag);
},
'*': function(count) {
var parent = this.parentNode,
els = [this];
for (var i=1; i