Giant blob of minor changes
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-html / lib / server.js
index 437267ba9a5403ae73eafd404824c905a875846f..be282093260dbe8fa88981fab034300372120c3d 100644 (file)
-(function(e, a) { for(var i in a) e[i] = a[i]; }(exports, /******/ (function(modules) { // webpackBootstrap
-/******/       // The module cache
-/******/       var installedModules = {};
-/******/
-/******/       // The require function
-/******/       function __webpack_require__(moduleId) {
-/******/
-/******/               // Check if module is in cache
-/******/               if(installedModules[moduleId]) {
-/******/                       return installedModules[moduleId].exports;
-/******/               }
-/******/               // Create a new module (and put it into the cache)
-/******/               var module = installedModules[moduleId] = {
-/******/                       i: moduleId,
-/******/                       l: false,
-/******/                       exports: {}
-/******/               };
-/******/
-/******/               // Execute the module function
-/******/               modules[moduleId].call(module.exports, module, module.exports, __webpack_require__);
-/******/
-/******/               // Flag the module as loaded
-/******/               module.l = true;
-/******/
-/******/               // Return the exports of the module
-/******/               return module.exports;
-/******/       }
-/******/
-/******/
-/******/       // expose the modules object (__webpack_modules__)
-/******/       __webpack_require__.m = modules;
-/******/
-/******/       // expose the module cache
-/******/       __webpack_require__.c = installedModules;
-/******/
-/******/       // define getter function for harmony exports
-/******/       __webpack_require__.d = function(exports, name, getter) {
-/******/               if(!__webpack_require__.o(exports, name)) {
-/******/                       Object.defineProperty(exports, name, { enumerable: true, get: getter });
-/******/               }
-/******/       };
-/******/
-/******/       // define __esModule on exports
-/******/       __webpack_require__.r = function(exports) {
-/******/               if(typeof Symbol !== 'undefined' && Symbol.toStringTag) {
-/******/                       Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
-/******/               }
-/******/               Object.defineProperty(exports, '__esModule', { value: true });
-/******/       };
-/******/
-/******/       // create a fake namespace object
-/******/       // mode & 1: value is a module id, require it
-/******/       // mode & 2: merge all properties of value into the ns
-/******/       // mode & 4: return value when already ns object
-/******/       // mode & 8|1: behave like require
-/******/       __webpack_require__.t = function(value, mode) {
-/******/               if(mode & 1) value = __webpack_require__(value);
-/******/               if(mode & 8) return value;
-/******/               if((mode & 4) && typeof value === 'object' && value && value.__esModule) return value;
-/******/               var ns = Object.create(null);
-/******/               __webpack_require__.r(ns);
-/******/               Object.defineProperty(ns, 'default', { enumerable: true, value: value });
-/******/               if(mode & 2 && typeof value != 'string') for(var key in value) __webpack_require__.d(ns, key, function(key) { return value[key]; }.bind(null, key));
-/******/               return ns;
-/******/       };
-/******/
-/******/       // getDefaultExport function for compatibility with non-harmony modules
-/******/       __webpack_require__.n = function(module) {
-/******/               var getter = module && module.__esModule ?
-/******/                       function getDefault() { return module['default']; } :
-/******/                       function getModuleExports() { return module; };
-/******/               __webpack_require__.d(getter, 'a', getter);
-/******/               return getter;
-/******/       };
-/******/
-/******/       // Object.prototype.hasOwnProperty.call
-/******/       __webpack_require__.o = function(object, property) { return Object.prototype.hasOwnProperty.call(object, property); };
-/******/
-/******/       // __webpack_public_path__
-/******/       __webpack_require__.p = "";
-/******/
-/******/
-/******/       // Load entry module and return exports
-/******/       return __webpack_require__(__webpack_require__.s = 32);
-/******/ })
-/************************************************************************/
-/******/ ([
+(function(e, a) { for(var i in a) e[i] = a[i]; if(a.__esModule) Object.defineProperty(e, "__esModule", { value: true }); }(exports,
+/******/ (() => { // webpackBootstrap
+/******/       "use strict";
+/******/       var __webpack_modules__ = ([
 /* 0 */,
 /* 1 */,
 /* 2 */,
 /* 3 */
-/***/ (function(module, exports) {
+/***/ ((module) => {
 
-module.exports = require("path");
+module.exports = require("path");;
 
 /***/ }),
-/* 4 */,
-/* 5 */,
-/* 6 */,
-/* 7 */,
-/* 8 */,
-/* 9 */,
-/* 10 */,
-/* 11 */,
-/* 12 */,
-/* 13 */,
-/* 14 */
-/***/ (function(module, exports) {
+/* 4 */
+/***/ ((__unused_webpack_module, exports, __webpack_require__) => {
+
 
-module.exports = require("os");
+/* --------------------------------------------------------------------------------------------
+ * Copyright (c) Microsoft Corporation. All rights reserved.
+ * Licensed under the MIT License. See License.txt in the project root for license information.
+ * ------------------------------------------------------------------------------------------ */
+function __export(m) {
+    for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p];
+}
+Object.defineProperty(exports, "__esModule", ({ value: true }));
+const node_1 = __webpack_require__(5);
+__export(__webpack_require__(5));
+__export(__webpack_require__(24));
+function createProtocolConnection(input, output, logger, options) {
+    return node_1.createMessageConnection(input, output, logger, options);
+}
+exports.createProtocolConnection = createProtocolConnection;
+//# sourceMappingURL=main.js.map
 
 /***/ }),
-/* 15 */
-/***/ (function(module, exports) {
+/* 5 */
+/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
 
-module.exports = require("crypto");
+/* --------------------------------------------------------------------------------------------
+ * Copyright (c) Microsoft Corporation. All rights reserved.
+ * Licensed under the MIT License. See License.txt in the project root for license information.
+ * ----------------------------------------------------------------------------------------- */
 
-/***/ }),
-/* 16 */
-/***/ (function(module, exports) {
 
-module.exports = require("net");
+module.exports = __webpack_require__(6);
 
 /***/ }),
-/* 17 */,
-/* 18 */,
-/* 19 */,
-/* 20 */,
-/* 21 */,
-/* 22 */,
-/* 23 */,
-/* 24 */,
-/* 25 */,
-/* 26 */,
-/* 27 */,
-/* 28 */,
-/* 29 */,
-/* 30 */,
-/* 31 */,
-/* 32 */
-/***/ (function(module, exports, __webpack_require__) {
+/* 6 */
+/***/ ((__unused_webpack_module, exports, __webpack_require__) => {
 
-"use strict";
 
-/*---------------------------------------------------------------------------------------------
- *  Copyright (c) Microsoft Corporation. All rights reserved.
- *  Licensed under the MIT License. See License.txt in the project root for license information.
- *--------------------------------------------------------------------------------------------*/
-var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
-    return new (P || (P = Promise))(function (resolve, reject) {
-        function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
-        function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
-        function step(result) { result.done ? resolve(result.value) : new P(function (resolve) { resolve(result.value); }).then(fulfilled, rejected); }
-        step((generator = generator.apply(thisArg, _arguments || [])).next());
-    });
-};
-Object.defineProperty(exports, "__esModule", { value: true });
-const vscode_languageserver_1 = __webpack_require__(33);
-const languageModes_1 = __webpack_require__(71);
-const formatting_1 = __webpack_require__(147);
-const arrays_1 = __webpack_require__(143);
-const documentContext_1 = __webpack_require__(148);
-const vscode_uri_1 = __webpack_require__(110);
-const runner_1 = __webpack_require__(149);
-const htmlFolding_1 = __webpack_require__(150);
-const customData_1 = __webpack_require__(151);
-const selectionRanges_1 = __webpack_require__(152);
-const semanticTokens_1 = __webpack_require__(154);
-var TagCloseRequest;
-(function (TagCloseRequest) {
-    TagCloseRequest.type = new vscode_languageserver_1.RequestType('html/tag');
-})(TagCloseRequest || (TagCloseRequest = {}));
-var MatchingTagPositionRequest;
-(function (MatchingTagPositionRequest) {
-    MatchingTagPositionRequest.type = new vscode_languageserver_1.RequestType('html/matchingTagPosition');
-})(MatchingTagPositionRequest || (MatchingTagPositionRequest = {}));
-var SemanticTokenRequest;
-(function (SemanticTokenRequest) {
-    SemanticTokenRequest.type = new vscode_languageserver_1.RequestType('html/semanticTokens');
-})(SemanticTokenRequest || (SemanticTokenRequest = {}));
-var SemanticTokenLegendRequest;
-(function (SemanticTokenLegendRequest) {
-    SemanticTokenLegendRequest.type = new vscode_languageserver_1.RequestType('html/semanticTokenLegend');
-})(SemanticTokenLegendRequest || (SemanticTokenLegendRequest = {}));
-// Create a connection for the server
-const connection = vscode_languageserver_1.createConnection();
-console.log = connection.console.log.bind(connection.console);
-console.error = connection.console.error.bind(connection.console);
-process.on('unhandledRejection', (e) => {
-    console.error(runner_1.formatError(`Unhandled exception`, e));
-});
-process.on('uncaughtException', (e) => {
-    console.error(runner_1.formatError(`Unhandled exception`, e));
-});
-// Create a text document manager.
-const documents = new vscode_languageserver_1.TextDocuments(languageModes_1.TextDocument);
-// Make the text document manager listen on the connection
-// for open, change and close text document events
-documents.listen(connection);
-let workspaceFolders = [];
-let languageModes;
-let clientSnippetSupport = false;
-let dynamicFormatterRegistration = false;
-let scopedSettingsSupport = false;
-let workspaceFoldersSupport = false;
-let foldingRangeLimit = Number.MAX_VALUE;
-let globalSettings = {};
-let documentSettings = {};
-// remove document settings on close
-documents.onDidClose(e => {
-    delete documentSettings[e.document.uri];
-});
-function getDocumentSettings(textDocument, needsDocumentSettings) {
-    if (scopedSettingsSupport && needsDocumentSettings()) {
-        let promise = documentSettings[textDocument.uri];
-        if (!promise) {
-            const scopeUri = textDocument.uri;
-            const configRequestParam = { items: [{ scopeUri, section: 'css' }, { scopeUri, section: 'html' }, { scopeUri, section: 'javascript' }] };
-            promise = connection.sendRequest(vscode_languageserver_1.ConfigurationRequest.type, configRequestParam).then(s => ({ css: s[0], html: s[1], javascript: s[2] }));
-            documentSettings[textDocument.uri] = promise;
-        }
-        return promise;
-    }
-    return Promise.resolve(undefined);
-}
-// After the server has started the client sends an initialize request. The server receives
-// in the passed params the rootPath of the workspace plus the client capabilities
-connection.onInitialize((params) => {
-    const initializationOptions = params.initializationOptions;
-    workspaceFolders = params.workspaceFolders;
-    if (!Array.isArray(workspaceFolders)) {
-        workspaceFolders = [];
-        if (params.rootPath) {
-            workspaceFolders.push({ name: '', uri: vscode_uri_1.URI.file(params.rootPath).toString() });
-        }
-    }
-    const dataPaths = params.initializationOptions.dataPaths;
-    const providers = customData_1.getDataProviders(dataPaths);
-    const workspace = {
-        get settings() { return globalSettings; },
-        get folders() { return workspaceFolders; }
-    };
-    languageModes = languageModes_1.getLanguageModes(initializationOptions ? initializationOptions.embeddedLanguages : { css: true, javascript: true }, workspace, params.capabilities, providers);
-    documents.onDidClose(e => {
-        languageModes.onDocumentRemoved(e.document);
-    });
-    connection.onShutdown(() => {
-        languageModes.dispose();
-    });
-    function getClientCapability(name, def) {
-        const keys = name.split('.');
-        let c = params.capabilities;
-        for (let i = 0; c && i < keys.length; i++) {
-            if (!c.hasOwnProperty(keys[i])) {
-                return def;
-            }
-            c = c[keys[i]];
-        }
-        return c;
-    }
-    clientSnippetSupport = getClientCapability('textDocument.completion.completionItem.snippetSupport', false);
-    dynamicFormatterRegistration = getClientCapability('textDocument.rangeFormatting.dynamicRegistration', false) && (typeof params.initializationOptions.provideFormatter !== 'boolean');
-    scopedSettingsSupport = getClientCapability('workspace.configuration', false);
-    workspaceFoldersSupport = getClientCapability('workspace.workspaceFolders', false);
-    foldingRangeLimit = getClientCapability('textDocument.foldingRange.rangeLimit', Number.MAX_VALUE);
-    const capabilities = {
-        textDocumentSync: vscode_languageserver_1.TextDocumentSyncKind.Incremental,
-        completionProvider: clientSnippetSupport ? { resolveProvider: true, triggerCharacters: ['.', ':', '<', '"', '=', '/'] } : undefined,
-        hoverProvider: true,
-        documentHighlightProvider: true,
-        documentRangeFormattingProvider: params.initializationOptions.provideFormatter === true,
-        documentLinkProvider: { resolveProvider: false },
-        documentSymbolProvider: true,
-        definitionProvider: true,
-        signatureHelpProvider: { triggerCharacters: ['('] },
-        referencesProvider: true,
-        colorProvider: {},
-        foldingRangeProvider: true,
-        selectionRangeProvider: true,
-        renameProvider: true
-    };
-    return { capabilities };
-});
-connection.onInitialized(() => {
-    if (workspaceFoldersSupport) {
-        connection.client.register(vscode_languageserver_1.DidChangeWorkspaceFoldersNotification.type);
-        connection.onNotification(vscode_languageserver_1.DidChangeWorkspaceFoldersNotification.type, e => {
-            const toAdd = e.event.added;
-            const toRemove = e.event.removed;
-            const updatedFolders = [];
-            if (workspaceFolders) {
-                for (const folder of workspaceFolders) {
-                    if (!toRemove.some(r => r.uri === folder.uri) && !toAdd.some(r => r.uri === folder.uri)) {
-                        updatedFolders.push(folder);
-                    }
-                }
-            }
-            workspaceFolders = updatedFolders.concat(toAdd);
-            documents.all().forEach(triggerValidation);
-        });
+function __export(m) {
+    for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p];
+}
+Object.defineProperty(exports, "__esModule", ({ value: true }));
+/* --------------------------------------------------------------------------------------------
+ * Copyright (c) Microsoft Corporation. All rights reserved.
+ * Licensed under the MIT License. See License.txt in the project root for license information.
+ * ----------------------------------------------------------------------------------------- */
+const ril_1 = __webpack_require__(7);
+// Install the node runtime abstract.
+ril_1.default.install();
+const api_1 = __webpack_require__(11);
+const path = __webpack_require__(3);
+const os = __webpack_require__(21);
+const crypto_1 = __webpack_require__(22);
+const net_1 = __webpack_require__(23);
+__export(__webpack_require__(11));
+class IPCMessageReader extends api_1.AbstractMessageReader {
+    constructor(process) {
+        super();
+        this.process = process;
+        let eventEmitter = this.process;
+        eventEmitter.on('error', (error) => this.fireError(error));
+        eventEmitter.on('close', () => this.fireClose());
+    }
+    listen(callback) {
+        this.process.on('message', callback);
+        return api_1.Disposable.create(() => this.process.off('message', callback));
     }
-});
-let formatterRegistration = null;
-// The settings have changed. Is send on server activation as well.
-connection.onDidChangeConfiguration((change) => {
-    globalSettings = change.settings;
-    documentSettings = {}; // reset all document settings
-    documents.all().forEach(triggerValidation);
-    // dynamically enable & disable the formatter
-    if (dynamicFormatterRegistration) {
-        const enableFormatter = globalSettings && globalSettings.html && globalSettings.html.format && globalSettings.html.format.enable;
-        if (enableFormatter) {
-            if (!formatterRegistration) {
-                const documentSelector = [{ language: 'html' }, { language: 'handlebars' }, { language: 'htmldjango' }];
-                formatterRegistration = connection.client.register(vscode_languageserver_1.DocumentRangeFormattingRequest.type, { documentSelector });
-            }
-        }
-        else if (formatterRegistration) {
-            formatterRegistration.then(r => r.dispose());
-            formatterRegistration = null;
+}
+exports.IPCMessageReader = IPCMessageReader;
+class IPCMessageWriter extends api_1.AbstractMessageWriter {
+    constructor(process) {
+        super();
+        this.process = process;
+        this.errorCount = 0;
+        let eventEmitter = this.process;
+        eventEmitter.on('error', (error) => this.fireError(error));
+        eventEmitter.on('close', () => this.fireClose);
+    }
+    write(msg) {
+        try {
+            if (typeof this.process.send === 'function') {
+                this.process.send(msg, undefined, undefined, (error) => {
+                    if (error) {
+                        this.errorCount++;
+                        this.handleError(error, msg);
+                    }
+                    else {
+                        this.errorCount = 0;
+                    }
+                });
+            }
+            return Promise.resolve();
+        }
+        catch (error) {
+            this.handleError(error, msg);
+            return Promise.reject(error);
         }
     }
-});
-const pendingValidationRequests = {};
-const validationDelayMs = 500;
-// The content of a text document has changed. This event is emitted
-// when the text document first opened or when its content has changed.
-documents.onDidChangeContent(change => {
-    triggerValidation(change.document);
-});
-// a document has closed: clear all diagnostics
-documents.onDidClose(event => {
-    cleanPendingValidation(event.document);
-    connection.sendDiagnostics({ uri: event.document.uri, diagnostics: [] });
-});
-function cleanPendingValidation(textDocument) {
-    const request = pendingValidationRequests[textDocument.uri];
-    if (request) {
-        clearTimeout(request);
-        delete pendingValidationRequests[textDocument.uri];
+    handleError(error, msg) {
+        this.errorCount++;
+        this.fireError(error, msg, this.errorCount);
     }
 }
-function triggerValidation(textDocument) {
-    cleanPendingValidation(textDocument);
-    pendingValidationRequests[textDocument.uri] = setTimeout(() => {
-        delete pendingValidationRequests[textDocument.uri];
-        validateTextDocument(textDocument);
-    }, validationDelayMs);
+exports.IPCMessageWriter = IPCMessageWriter;
+class SocketMessageReader extends api_1.ReadableStreamMessageReader {
+    constructor(socket, encoding = 'utf-8') {
+        super(ril_1.default().stream.asReadableStream(socket), encoding);
+    }
 }
-function isValidationEnabled(languageId, settings = globalSettings) {
-    const validationSettings = settings && settings.html && settings.html.validate;
-    if (validationSettings) {
-        return languageId === 'css' && validationSettings.styles !== false || languageId === 'javascript' && validationSettings.scripts !== false;
+exports.SocketMessageReader = SocketMessageReader;
+class SocketMessageWriter extends api_1.WriteableStreamMessageWriter {
+    constructor(socket, options) {
+        super(ril_1.default().stream.asWritableStream(socket), options);
+        this.socket = socket;
+    }
+    dispose() {
+        super.dispose();
+        this.socket.destroy();
     }
-    return true;
 }
-function validateTextDocument(textDocument) {
-    return __awaiter(this, void 0, void 0, function* () {
-        try {
-            const version = textDocument.version;
-            const diagnostics = [];
-            if (textDocument.languageId === 'html') {
-                const modes = languageModes.getAllModesInDocument(textDocument);
-                const settings = yield getDocumentSettings(textDocument, () => modes.some(m => !!m.doValidation));
-                const latestTextDocument = documents.get(textDocument.uri);
-                if (latestTextDocument && latestTextDocument.version === version) { // check no new version has come in after in after the async op
-                    modes.forEach(mode => {
-                        if (mode.doValidation && isValidationEnabled(mode.getId(), settings)) {
-                            arrays_1.pushAll(diagnostics, mode.doValidation(latestTextDocument, settings));
-                        }
-                    });
-                    connection.sendDiagnostics({ uri: latestTextDocument.uri, diagnostics });
-                }
-            }
-        }
-        catch (e) {
-            connection.console.error(runner_1.formatError(`Error while validating ${textDocument.uri}`, e));
-        }
+exports.SocketMessageWriter = SocketMessageWriter;
+class StreamMessageReader extends api_1.ReadableStreamMessageReader {
+    constructor(readble, encoding) {
+        super(ril_1.default().stream.asReadableStream(readble), encoding);
+    }
+}
+exports.StreamMessageReader = StreamMessageReader;
+class StreamMessageWriter extends api_1.WriteableStreamMessageWriter {
+    constructor(writable, options) {
+        super(ril_1.default().stream.asWritableStream(writable), options);
+    }
+}
+exports.StreamMessageWriter = StreamMessageWriter;
+function generateRandomPipeName() {
+    const randomSuffix = crypto_1.randomBytes(21).toString('hex');
+    if (process.platform === 'win32') {
+        return `\\\\.\\pipe\\vscode-jsonrpc-${randomSuffix}-sock`;
+    }
+    else {
+        // Mac/Unix: use socket file
+        return path.join(os.tmpdir(), `vscode-${randomSuffix}.sock`);
+    }
+}
+exports.generateRandomPipeName = generateRandomPipeName;
+function createClientPipeTransport(pipeName, encoding = 'utf-8') {
+    let connectResolve;
+    const connected = new Promise((resolve, _reject) => {
+        connectResolve = resolve;
+    });
+    return new Promise((resolve, reject) => {
+        let server = net_1.createServer((socket) => {
+            server.close();
+            connectResolve([
+                new SocketMessageReader(socket, encoding),
+                new SocketMessageWriter(socket, encoding)
+            ]);
+        });
+        server.on('error', reject);
+        server.listen(pipeName, () => {
+            server.removeListener('error', reject);
+            resolve({
+                onConnected: () => { return connected; }
+            });
+        });
     });
 }
-connection.onCompletion((textDocumentPosition, token) => __awaiter(this, void 0, void 0, function* () {
-    return runner_1.runSafeAsync(() => __awaiter(this, void 0, void 0, function* () {
-        const document = documents.get(textDocumentPosition.textDocument.uri);
-        if (!document) {
-            return null;
+exports.createClientPipeTransport = createClientPipeTransport;
+function createServerPipeTransport(pipeName, encoding = 'utf-8') {
+    const socket = net_1.createConnection(pipeName);
+    return [
+        new SocketMessageReader(socket, encoding),
+        new SocketMessageWriter(socket, encoding)
+    ];
+}
+exports.createServerPipeTransport = createServerPipeTransport;
+function createClientSocketTransport(port, encoding = 'utf-8') {
+    let connectResolve;
+    const connected = new Promise((resolve, _reject) => {
+        connectResolve = resolve;
+    });
+    return new Promise((resolve, reject) => {
+        const server = net_1.createServer((socket) => {
+            server.close();
+            connectResolve([
+                new SocketMessageReader(socket, encoding),
+                new SocketMessageWriter(socket, encoding)
+            ]);
+        });
+        server.on('error', reject);
+        server.listen(port, '127.0.0.1', () => {
+            server.removeListener('error', reject);
+            resolve({
+                onConnected: () => { return connected; }
+            });
+        });
+    });
+}
+exports.createClientSocketTransport = createClientSocketTransport;
+function createServerSocketTransport(port, encoding = 'utf-8') {
+    const socket = net_1.createConnection(port, '127.0.0.1');
+    return [
+        new SocketMessageReader(socket, encoding),
+        new SocketMessageWriter(socket, encoding)
+    ];
+}
+exports.createServerSocketTransport = createServerSocketTransport;
+function isMessageReader(value) {
+    return value.listen !== undefined && value.read === undefined;
+}
+function isMessageWriter(value) {
+    return value.write !== undefined && value.end === undefined;
+}
+function createMessageConnection(input, output, logger, options) {
+    if (!logger) {
+        logger = api_1.NullLogger;
+    }
+    const reader = isMessageReader(input) ? input : new StreamMessageReader(input);
+    const writer = isMessageWriter(output) ? output : new StreamMessageWriter(output);
+    if (api_1.ConnectionStrategy.is(options)) {
+        options = { connectionStrategy: options };
+    }
+    return api_1.createMessageConnection(reader, writer, logger, options);
+}
+exports.createMessageConnection = createMessageConnection;
+//# sourceMappingURL=main.js.map
+
+/***/ }),
+/* 7 */
+/***/ ((__unused_webpack_module, exports, __webpack_require__) => {
+
+
+/* --------------------------------------------------------------------------------------------
+ * Copyright (c) Microsoft Corporation. All rights reserved.
+ * Licensed under the MIT License. See License.txt in the project root for license information.
+ * ------------------------------------------------------------------------------------------ */
+Object.defineProperty(exports, "__esModule", ({ value: true }));
+const ral_1 = __webpack_require__(8);
+const disposable_1 = __webpack_require__(9);
+const util_1 = __webpack_require__(10);
+const DefaultSize = 8192;
+const CR = Buffer.from('\r', 'ascii')[0];
+const LF = Buffer.from('\n', 'ascii')[0];
+const CRLF = '\r\n';
+class MessageBuffer {
+    constructor(encoding = 'utf-8') {
+        this._encoding = encoding;
+        this.index = 0;
+        this.buffer = Buffer.allocUnsafe(DefaultSize);
+    }
+    get encoding() {
+        return this._encoding;
+    }
+    append(chunk) {
+        let toAppend;
+        if (typeof chunk === 'string') {
+            toAppend = Buffer.from(chunk, this._encoding);
         }
-        const mode = languageModes.getModeAtPosition(document, textDocumentPosition.position);
-        if (!mode || !mode.doComplete) {
-            return { isIncomplete: true, items: [] };
+        else {
+            toAppend = chunk;
         }
-        const doComplete = mode.doComplete;
-        if (mode.getId() !== 'html') {
-            /* __GDPR__
-                "html.embbedded.complete" : {
-                    "languageId" : { "classification": "SystemMetaData", "purpose": "FeatureInsight" }
-                }
-             */
-            connection.telemetry.logEvent({ key: 'html.embbedded.complete', value: { languageId: mode.getId() } });
+        if (this.buffer.length - this.index >= toAppend.length) {
+            this.buffer.set(toAppend, this.index);
         }
-        const settings = yield getDocumentSettings(document, () => doComplete.length > 2);
-        const result = doComplete(document, textDocumentPosition.position, settings);
-        return result;
-    }), null, `Error while computing completions for ${textDocumentPosition.textDocument.uri}`, token);
-}));
-connection.onCompletionResolve((item, token) => {
-    return runner_1.runSafe(() => {
-        const data = item.data;
-        if (data && data.languageId && data.uri) {
-            const mode = languageModes.getMode(data.languageId);
-            const document = documents.get(data.uri);
-            if (mode && mode.doResolve && document) {
-                return mode.doResolve(document, item);
-            }
-        }
-        return item;
-    }, item, `Error while resolving completion proposal`, token);
-});
-connection.onHover((textDocumentPosition, token) => {
-    return runner_1.runSafe(() => {
-        const document = documents.get(textDocumentPosition.textDocument.uri);
-        if (document) {
-            const mode = languageModes.getModeAtPosition(document, textDocumentPosition.position);
-            if (mode && mode.doHover) {
-                return mode.doHover(document, textDocumentPosition.position);
+        else {
+            var newSize = (Math.ceil((this.index + toAppend.length) / DefaultSize) + 1) * DefaultSize;
+            if (this.index === 0) {
+                this.buffer = Buffer.allocUnsafe(newSize);
+                this.buffer.set(toAppend);
             }
-        }
-        return null;
-    }, null, `Error while computing hover for ${textDocumentPosition.textDocument.uri}`, token);
-});
-connection.onDocumentHighlight((documentHighlightParams, token) => {
-    return runner_1.runSafe(() => {
-        const document = documents.get(documentHighlightParams.textDocument.uri);
-        if (document) {
-            const mode = languageModes.getModeAtPosition(document, documentHighlightParams.position);
-            if (mode && mode.findDocumentHighlight) {
-                return mode.findDocumentHighlight(document, documentHighlightParams.position);
+            else {
+                this.buffer = Buffer.concat([this.buffer.slice(0, this.index), toAppend], newSize);
             }
         }
-        return [];
-    }, [], `Error while computing document highlights for ${documentHighlightParams.textDocument.uri}`, token);
-});
-connection.onDefinition((definitionParams, token) => {
-    return runner_1.runSafe(() => {
-        const document = documents.get(definitionParams.textDocument.uri);
-        if (document) {
-            const mode = languageModes.getModeAtPosition(document, definitionParams.position);
-            if (mode && mode.findDefinition) {
-                return mode.findDefinition(document, definitionParams.position);
-            }
+        this.index += toAppend.length;
+    }
+    tryReadHeaders() {
+        let current = 0;
+        while (current + 3 < this.index && (this.buffer[current] !== CR || this.buffer[current + 1] !== LF || this.buffer[current + 2] !== CR || this.buffer[current + 3] !== LF)) {
+            current++;
         }
-        return [];
-    }, null, `Error while computing definitions for ${definitionParams.textDocument.uri}`, token);
-});
-connection.onReferences((referenceParams, token) => {
-    return runner_1.runSafe(() => {
-        const document = documents.get(referenceParams.textDocument.uri);
-        if (document) {
-            const mode = languageModes.getModeAtPosition(document, referenceParams.position);
-            if (mode && mode.findReferences) {
-                return mode.findReferences(document, referenceParams.position);
-            }
+        // No header / body separator found (e.g CRLFCRLF)
+        if (current + 3 >= this.index) {
+            return undefined;
         }
-        return [];
-    }, [], `Error while computing references for ${referenceParams.textDocument.uri}`, token);
-});
-connection.onSignatureHelp((signatureHelpParms, token) => {
-    return runner_1.runSafe(() => {
-        const document = documents.get(signatureHelpParms.textDocument.uri);
-        if (document) {
-            const mode = languageModes.getModeAtPosition(document, signatureHelpParms.position);
-            if (mode && mode.doSignatureHelp) {
-                return mode.doSignatureHelp(document, signatureHelpParms.position);
+        const result = new Map();
+        const headers = this.buffer.toString('ascii', 0, current).split(CRLF);
+        headers.forEach((header) => {
+            let index = header.indexOf(':');
+            if (index === -1) {
+                throw new Error('Message header must separate key and value using :');
             }
+            let key = header.substr(0, index);
+            let value = header.substr(index + 1).trim();
+            result.set(key, value);
+        });
+        let nextStart = current + 4;
+        this.buffer = this.buffer.slice(nextStart);
+        this.index = this.index - nextStart;
+        return result;
+    }
+    tryReadBody(length) {
+        if (this.index < length) {
+            return undefined;
         }
-        return null;
-    }, null, `Error while computing signature help for ${signatureHelpParms.textDocument.uri}`, token);
-});
-connection.onDocumentRangeFormatting((formatParams, token) => __awaiter(this, void 0, void 0, function* () {
-    return runner_1.runSafeAsync(() => __awaiter(this, void 0, void 0, function* () {
-        const document = documents.get(formatParams.textDocument.uri);
-        if (document) {
-            let settings = yield getDocumentSettings(document, () => true);
-            if (!settings) {
-                settings = globalSettings;
-            }
-            const unformattedTags = settings && settings.html && settings.html.format && settings.html.format.unformatted || '';
-            const enabledModes = { css: !unformattedTags.match(/\bstyle\b/), javascript: !unformattedTags.match(/\bscript\b/) };
-            return formatting_1.format(languageModes, document, formatParams.range, formatParams.options, settings, enabledModes);
-        }
-        return [];
-    }), [], `Error while formatting range for ${formatParams.textDocument.uri}`, token);
-}));
-connection.onDocumentLinks((documentLinkParam, token) => {
-    return runner_1.runSafe(() => {
-        const document = documents.get(documentLinkParam.textDocument.uri);
-        const links = [];
-        if (document) {
-            const documentContext = documentContext_1.getDocumentContext(document.uri, workspaceFolders);
-            languageModes.getAllModesInDocument(document).forEach(m => {
-                if (m.findDocumentLinks) {
-                    arrays_1.pushAll(links, m.findDocumentLinks(document, documentContext));
-                }
-            });
-        }
-        return links;
-    }, [], `Error while document links for ${documentLinkParam.textDocument.uri}`, token);
-});
-connection.onDocumentSymbol((documentSymbolParms, token) => {
-    return runner_1.runSafe(() => {
-        const document = documents.get(documentSymbolParms.textDocument.uri);
-        const symbols = [];
-        if (document) {
-            languageModes.getAllModesInDocument(document).forEach(m => {
-                if (m.findDocumentSymbols) {
-                    arrays_1.pushAll(symbols, m.findDocumentSymbols(document));
-                }
-            });
-        }
-        return symbols;
-    }, [], `Error while computing document symbols for ${documentSymbolParms.textDocument.uri}`, token);
-});
-connection.onRequest(vscode_languageserver_1.DocumentColorRequest.type, (params, token) => {
-    return runner_1.runSafe(() => {
-        const infos = [];
-        const document = documents.get(params.textDocument.uri);
-        if (document) {
-            languageModes.getAllModesInDocument(document).forEach(m => {
-                if (m.findDocumentColors) {
-                    arrays_1.pushAll(infos, m.findDocumentColors(document));
+        const result = Buffer.alloc(length);
+        this.buffer.copy(result, 0, 0, length);
+        const nextStart = length;
+        this.buffer.copy(this.buffer, 0, nextStart);
+        this.index = this.index - nextStart;
+        return result;
+    }
+    get numberOfBytes() {
+        return this.index;
+    }
+}
+class ReadableStreamWrapper {
+    constructor(stream) {
+        this.stream = stream;
+    }
+    onClose(listener) {
+        this.stream.on('close', listener);
+        return disposable_1.Disposable.create(() => this.stream.off('close', listener));
+    }
+    onError(listener) {
+        this.stream.on('error', listener);
+        return disposable_1.Disposable.create(() => this.stream.off('error', listener));
+    }
+    onEnd(listener) {
+        this.stream.on('end', listener);
+        return disposable_1.Disposable.create(() => this.stream.off('end', listener));
+    }
+    onData(listener) {
+        this.stream.on('data', listener);
+        return disposable_1.Disposable.create(() => this.stream.off('data', listener));
+    }
+}
+class WritableStreamWrapper {
+    constructor(stream) {
+        this.stream = stream;
+    }
+    onClose(listener) {
+        this.stream.on('close', listener);
+        return disposable_1.Disposable.create(() => this.stream.off('close', listener));
+    }
+    onError(listener) {
+        this.stream.on('error', listener);
+        return disposable_1.Disposable.create(() => this.stream.off('error', listener));
+    }
+    onEnd(listener) {
+        this.stream.on('end', listener);
+        return disposable_1.Disposable.create(() => this.stream.off('end', listener));
+    }
+    write(data, encoding) {
+        return new Promise((resolve, reject) => {
+            const callback = (error) => {
+                if (error === undefined || error === null) {
+                    resolve();
                 }
-            });
-        }
-        return infos;
-    }, [], `Error while computing document colors for ${params.textDocument.uri}`, token);
-});
-connection.onRequest(vscode_languageserver_1.ColorPresentationRequest.type, (params, token) => {
-    return runner_1.runSafe(() => {
-        const document = documents.get(params.textDocument.uri);
-        if (document) {
-            const mode = languageModes.getModeAtPosition(document, params.range.start);
-            if (mode && mode.getColorPresentations) {
-                return mode.getColorPresentations(document, params.color, params.range);
-            }
-        }
-        return [];
-    }, [], `Error while computing color presentations for ${params.textDocument.uri}`, token);
-});
-connection.onRequest(TagCloseRequest.type, (params, token) => {
-    return runner_1.runSafe(() => {
-        const document = documents.get(params.textDocument.uri);
-        if (document) {
-            const pos = params.position;
-            if (pos.character > 0) {
-                const mode = languageModes.getModeAtPosition(document, languageModes_1.Position.create(pos.line, pos.character - 1));
-                if (mode && mode.doAutoClose) {
-                    return mode.doAutoClose(document, pos);
+                else {
+                    reject(error);
                 }
+            };
+            if (typeof data === 'string') {
+                this.stream.write(data, encoding, callback);
             }
-        }
-        return null;
-    }, null, `Error while computing tag close actions for ${params.textDocument.uri}`, token);
-});
-connection.onFoldingRanges((params, token) => {
-    return runner_1.runSafe(() => {
-        const document = documents.get(params.textDocument.uri);
-        if (document) {
-            return htmlFolding_1.getFoldingRanges(languageModes, document, foldingRangeLimit, token);
-        }
-        return null;
-    }, null, `Error while computing folding regions for ${params.textDocument.uri}`, token);
-});
-connection.onSelectionRanges((params, token) => {
-    return runner_1.runSafe(() => {
-        const document = documents.get(params.textDocument.uri);
-        if (document) {
-            return selectionRanges_1.getSelectionRanges(languageModes, document, params.positions);
-        }
-        return [];
-    }, [], `Error while computing selection ranges for ${params.textDocument.uri}`, token);
-});
-connection.onRenameRequest((params, token) => {
-    return runner_1.runSafe(() => {
-        const document = documents.get(params.textDocument.uri);
-        const position = params.position;
-        if (document) {
-            const htmlMode = languageModes.getMode('html');
-            if (htmlMode && htmlMode.doRename) {
-                return htmlMode.doRename(document, position, params.newName);
+            else {
+                this.stream.write(data, callback);
             }
-        }
-        return null;
-    }, null, `Error while computing rename for ${params.textDocument.uri}`, token);
-});
-connection.onRequest(MatchingTagPositionRequest.type, (params, token) => {
-    return runner_1.runSafe(() => {
-        const document = documents.get(params.textDocument.uri);
-        if (document) {
-            const pos = params.position;
-            if (pos.character > 0) {
-                const mode = languageModes.getModeAtPosition(document, languageModes_1.Position.create(pos.line, pos.character - 1));
-                if (mode && mode.findMatchingTagPosition) {
-                    return mode.findMatchingTagPosition(document, pos);
+        });
+    }
+    end() {
+        this.stream.end();
+    }
+}
+const _ril = Object.freeze({
+    messageBuffer: Object.freeze({
+        create: (encoding) => new MessageBuffer(encoding)
+    }),
+    applicationJson: Object.freeze({
+        encoder: Object.freeze({
+            name: 'application/json',
+            encode: (msg, options) => {
+                return Promise.resolve(Buffer.from(JSON.stringify(msg, undefined, 0), options.charset));
+            }
+        }),
+        decoder: Object.freeze({
+            name: 'application/json',
+            decode: (buffer, options) => {
+                if (buffer instanceof Buffer) {
+                    return Promise.resolve(JSON.parse(buffer.toString(options.charset)));
                 }
-            }
-        }
-        return null;
-    }, null, `Error while computing matching tag position for ${params.textDocument.uri}`, token);
-});
-connection.onRequest(MatchingTagPositionRequest.type, (params, token) => {
-    return runner_1.runSafe(() => {
-        const document = documents.get(params.textDocument.uri);
-        if (document) {
-            const pos = params.position;
-            if (pos.character > 0) {
-                const mode = languageModes.getModeAtPosition(document, languageModes_1.Position.create(pos.line, pos.character - 1));
-                if (mode && mode.findMatchingTagPosition) {
-                    return mode.findMatchingTagPosition(document, pos);
+                else {
+                    return Promise.resolve(JSON.parse(new util_1.TextDecoder(options.charset).decode(buffer)));
                 }
             }
+        })
+    }),
+    stream: Object.freeze({
+        asReadableStream: (socket) => new ReadableStreamWrapper(socket),
+        asWritableStream: (socket) => new WritableStreamWrapper(socket)
+    }),
+    console: console,
+    timer: Object.freeze({
+        setTimeout(callback, ms, ...args) {
+            return setTimeout(callback, ms, ...args);
+        },
+        clearTimeout(handle) {
+            clearTimeout(handle);
+        },
+        setImmediate(callback, ...args) {
+            return setImmediate(callback, ...args);
+        },
+        clearImmediate(handle) {
+            clearImmediate(handle);
         }
-        return null;
-    }, null, `Error while computing matching tag position for ${params.textDocument.uri}`, token);
+    })
 });
-let semanticTokensProvider;
-function getSemanticTokenProvider() {
-    if (!semanticTokensProvider) {
-        semanticTokensProvider = semanticTokens_1.newSemanticTokenProvider(languageModes);
-    }
-    return semanticTokensProvider;
+function RIL() {
+    return _ril;
 }
-connection.onRequest(SemanticTokenRequest.type, (params, token) => {
-    return runner_1.runSafe(() => {
-        const document = documents.get(params.textDocument.uri);
-        if (document) {
-            return getSemanticTokenProvider().getSemanticTokens(document, params.ranges);
-        }
-        return null;
-    }, null, `Error while computing semantic tokens for ${params.textDocument.uri}`, token);
-});
-connection.onRequest(SemanticTokenLegendRequest.type, (_params, token) => {
-    return runner_1.runSafe(() => {
-        return getSemanticTokenProvider().legend;
-    }, null, `Error while computing semantic tokens legend`, token);
-});
-// Listen on the connection
-connection.listen();
-
-
-/***/ }),
-/* 33 */
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-/* --------------------------------------------------------------------------------------------\r
- * Copyright (c) Microsoft Corporation. All rights reserved.\r
- * Licensed under the MIT License. See License.txt in the project root for license information.\r
- * ------------------------------------------------------------------------------------------ */\r
-/// <reference path="../typings/thenable.d.ts" />\r
-\r
-function __export(m) {\r
-    for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p];\r
-}\r
-Object.defineProperty(exports, "__esModule", { value: true });\r
-const vscode_languageserver_protocol_1 = __webpack_require__(34);\r
-exports.Event = vscode_languageserver_protocol_1.Event;\r
-const configuration_1 = __webpack_require__(60);\r
-const workspaceFolders_1 = __webpack_require__(62);\r
-const progress_1 = __webpack_require__(63);\r
-const Is = __webpack_require__(61);\r
-const UUID = __webpack_require__(64);\r
-// ------------- Reexport the API surface of the language worker API ----------------------\r
-__export(__webpack_require__(34));\r
-const fm = __webpack_require__(65);\r
-var Files;\r
-(function (Files) {\r
-    Files.uriToFilePath = fm.uriToFilePath;\r
-    Files.resolveGlobalNodePath = fm.resolveGlobalNodePath;\r
-    Files.resolveGlobalYarnPath = fm.resolveGlobalYarnPath;\r
-    Files.resolve = fm.resolve;\r
-    Files.resolveModulePath = fm.resolveModulePath;\r
-})(Files = exports.Files || (exports.Files = {}));\r
-let shutdownReceived = false;\r
-let exitTimer = undefined;\r
-function setupExitTimer() {\r
-    const argName = '--clientProcessId';\r
-    function runTimer(value) {\r
-        try {\r
-            let processId = parseInt(value);\r
-            if (!isNaN(processId)) {\r
-                exitTimer = setInterval(() => {\r
-                    try {\r
-                        process.kill(processId, 0);\r
-                    }\r
-                    catch (ex) {\r
-                        // Parent process doesn't exist anymore. Exit the server.\r
-                        process.exit(shutdownReceived ? 0 : 1);\r
-                    }\r
-                }, 3000);\r
-            }\r
-        }\r
-        catch (e) {\r
-            // Ignore errors;\r
-        }\r
-    }\r
-    for (let i = 2; i < process.argv.length; i++) {\r
-        let arg = process.argv[i];\r
-        if (arg === argName && i + 1 < process.argv.length) {\r
-            runTimer(process.argv[i + 1]);\r
-            return;\r
-        }\r
-        else {\r
-            let args = arg.split('=');\r
-            if (args[0] === argName) {\r
-                runTimer(args[1]);\r
-            }\r
-        }\r
-    }\r
-}\r
-setupExitTimer();\r
-function null2Undefined(value) {\r
-    if (value === null) {\r
-        return void 0;\r
-    }\r
-    return value;\r
-}\r
-/**\r
- * A manager for simple text documents\r
- */\r
-class TextDocuments {\r
-    /**\r
-     * Create a new text document manager.\r
-     */\r
-    constructor(configuration) {\r
-        this._documents = Object.create(null);\r
-        this._configuration = configuration;\r
-        this._onDidChangeContent = new vscode_languageserver_protocol_1.Emitter();\r
-        this._onDidOpen = new vscode_languageserver_protocol_1.Emitter();\r
-        this._onDidClose = new vscode_languageserver_protocol_1.Emitter();\r
-        this._onDidSave = new vscode_languageserver_protocol_1.Emitter();\r
-        this._onWillSave = new vscode_languageserver_protocol_1.Emitter();\r
-    }\r
-    /**\r
-     * An event that fires when a text document managed by this manager\r
-     * has been opened or the content changes.\r
-     */\r
-    get onDidChangeContent() {\r
-        return this._onDidChangeContent.event;\r
-    }\r
-    /**\r
-     * An event that fires when a text document managed by this manager\r
-     * has been opened.\r
-     */\r
-    get onDidOpen() {\r
-        return this._onDidOpen.event;\r
-    }\r
-    /**\r
-     * An event that fires when a text document managed by this manager\r
-     * will be saved.\r
-     */\r
-    get onWillSave() {\r
-        return this._onWillSave.event;\r
-    }\r
-    /**\r
-     * Sets a handler that will be called if a participant wants to provide\r
-     * edits during a text document save.\r
-     */\r
-    onWillSaveWaitUntil(handler) {\r
-        this._willSaveWaitUntil = handler;\r
-    }\r
-    /**\r
-     * An event that fires when a text document managed by this manager\r
-     * has been saved.\r
-     */\r
-    get onDidSave() {\r
-        return this._onDidSave.event;\r
-    }\r
-    /**\r
-     * An event that fires when a text document managed by this manager\r
-     * has been closed.\r
-     */\r
-    get onDidClose() {\r
-        return this._onDidClose.event;\r
-    }\r
-    /**\r
-     * Returns the document for the given URI. Returns undefined if\r
-     * the document is not mananged by this instance.\r
-     *\r
-     * @param uri The text document's URI to retrieve.\r
-     * @return the text document or `undefined`.\r
-     */\r
-    get(uri) {\r
-        return this._documents[uri];\r
-    }\r
-    /**\r
-     * Returns all text documents managed by this instance.\r
-     *\r
-     * @return all text documents.\r
-     */\r
-    all() {\r
-        return Object.keys(this._documents).map(key => this._documents[key]);\r
-    }\r
-    /**\r
-     * Returns the URIs of all text documents managed by this instance.\r
-     *\r
-     * @return the URI's of all text documents.\r
-     */\r
-    keys() {\r
-        return Object.keys(this._documents);\r
-    }\r
-    /**\r
-     * Listens for `low level` notification on the given connection to\r
-     * update the text documents managed by this instance.\r
-     *\r
-     * @param connection The connection to listen on.\r
-     */\r
-    listen(connection) {\r
-        connection.__textDocumentSync = vscode_languageserver_protocol_1.TextDocumentSyncKind.Full;\r
-        connection.onDidOpenTextDocument((event) => {\r
-            let td = event.textDocument;\r
-            let document = this._configuration.create(td.uri, td.languageId, td.version, td.text);\r
-            this._documents[td.uri] = document;\r
-            let toFire = Object.freeze({ document });\r
-            this._onDidOpen.fire(toFire);\r
-            this._onDidChangeContent.fire(toFire);\r
-        });\r
-        connection.onDidChangeTextDocument((event) => {\r
-            let td = event.textDocument;\r
-            let changes = event.contentChanges;\r
-            if (changes.length === 0) {\r
-                return;\r
-            }\r
-            let document = this._documents[td.uri];\r
-            const { version } = td;\r
-            if (version === null || version === void 0) {\r
-                throw new Error(`Received document change event for ${td.uri} without valid version identifier`);\r
-            }\r
-            document = this._configuration.update(document, changes, version);\r
-            this._documents[td.uri] = document;\r
-            this._onDidChangeContent.fire(Object.freeze({ document }));\r
-        });\r
-        connection.onDidCloseTextDocument((event) => {\r
-            let document = this._documents[event.textDocument.uri];\r
-            if (document) {\r
-                delete this._documents[event.textDocument.uri];\r
-                this._onDidClose.fire(Object.freeze({ document }));\r
-            }\r
-        });\r
-        connection.onWillSaveTextDocument((event) => {\r
-            let document = this._documents[event.textDocument.uri];\r
-            if (document) {\r
-                this._onWillSave.fire(Object.freeze({ document, reason: event.reason }));\r
-            }\r
-        });\r
-        connection.onWillSaveTextDocumentWaitUntil((event, token) => {\r
-            let document = this._documents[event.textDocument.uri];\r
-            if (document && this._willSaveWaitUntil) {\r
-                return this._willSaveWaitUntil(Object.freeze({ document, reason: event.reason }), token);\r
-            }\r
-            else {\r
-                return [];\r
-            }\r
-        });\r
-        connection.onDidSaveTextDocument((event) => {\r
-            let document = this._documents[event.textDocument.uri];\r
-            if (document) {\r
-                this._onDidSave.fire(Object.freeze({ document }));\r
-            }\r
-        });\r
-    }\r
-}\r
-exports.TextDocuments = TextDocuments;\r
-/**\r
- * Helps tracking error message. Equal occurences of the same\r
- * message are only stored once. This class is for example\r
- * useful if text documents are validated in a loop and equal\r
- * error message should be folded into one.\r
- */\r
-class ErrorMessageTracker {\r
-    constructor() {\r
-        this._messages = Object.create(null);\r
-    }\r
-    /**\r
-     * Add a message to the tracker.\r
-     *\r
-     * @param message The message to add.\r
-     */\r
-    add(message) {\r
-        let count = this._messages[message];\r
-        if (!count) {\r
-            count = 0;\r
-        }\r
-        count++;\r
-        this._messages[message] = count;\r
-    }\r
-    /**\r
-     * Send all tracked messages to the connection's window.\r
-     *\r
-     * @param connection The connection established between client and server.\r
-     */\r
-    sendErrors(connection) {\r
-        Object.keys(this._messages).forEach(message => {\r
-            connection.window.showErrorMessage(message);\r
-        });\r
-    }\r
-}\r
-exports.ErrorMessageTracker = ErrorMessageTracker;\r
-class RemoteConsoleImpl {\r
-    constructor() {\r
-    }\r
-    rawAttach(connection) {\r
-        this._rawConnection = connection;\r
-    }\r
-    attach(connection) {\r
-        this._connection = connection;\r
-    }\r
-    get connection() {\r
-        if (!this._connection) {\r
-            throw new Error('Remote is not attached to a connection yet.');\r
-        }\r
-        return this._connection;\r
-    }\r
-    fillServerCapabilities(_capabilities) {\r
-    }\r
-    initialize(_capabilities) {\r
-    }\r
-    error(message) {\r
-        this.send(vscode_languageserver_protocol_1.MessageType.Error, message);\r
-    }\r
-    warn(message) {\r
-        this.send(vscode_languageserver_protocol_1.MessageType.Warning, message);\r
-    }\r
-    info(message) {\r
-        this.send(vscode_languageserver_protocol_1.MessageType.Info, message);\r
-    }\r
-    log(message) {\r
-        this.send(vscode_languageserver_protocol_1.MessageType.Log, message);\r
-    }\r
-    send(type, message) {\r
-        if (this._rawConnection) {\r
-            this._rawConnection.sendNotification(vscode_languageserver_protocol_1.LogMessageNotification.type, { type, message });\r
-        }\r
-    }\r
-}\r
-class _RemoteWindowImpl {\r
-    constructor() {\r
-    }\r
-    attach(connection) {\r
-        this._connection = connection;\r
-    }\r
-    get connection() {\r
-        if (!this._connection) {\r
-            throw new Error('Remote is not attached to a connection yet.');\r
-        }\r
-        return this._connection;\r
-    }\r
-    initialize(_capabilities) {\r
-    }\r
-    fillServerCapabilities(_capabilities) {\r
-    }\r
-    showErrorMessage(message, ...actions) {\r
-        let params = { type: vscode_languageserver_protocol_1.MessageType.Error, message, actions };\r
-        return this._connection.sendRequest(vscode_languageserver_protocol_1.ShowMessageRequest.type, params).then(null2Undefined);\r
-    }\r
-    showWarningMessage(message, ...actions) {\r
-        let params = { type: vscode_languageserver_protocol_1.MessageType.Warning, message, actions };\r
-        return this._connection.sendRequest(vscode_languageserver_protocol_1.ShowMessageRequest.type, params).then(null2Undefined);\r
-    }\r
-    showInformationMessage(message, ...actions) {\r
-        let params = { type: vscode_languageserver_protocol_1.MessageType.Info, message, actions };\r
-        return this._connection.sendRequest(vscode_languageserver_protocol_1.ShowMessageRequest.type, params).then(null2Undefined);\r
-    }\r
-}\r
-const RemoteWindowImpl = progress_1.ProgressFeature(_RemoteWindowImpl);\r
-var BulkRegistration;\r
-(function (BulkRegistration) {\r
-    /**\r
-     * Creates a new bulk registration.\r
-     * @return an empty bulk registration.\r
-     */\r
-    function create() {\r
-        return new BulkRegistrationImpl();\r
-    }\r
-    BulkRegistration.create = create;\r
-})(BulkRegistration = exports.BulkRegistration || (exports.BulkRegistration = {}));\r
-class BulkRegistrationImpl {\r
-    constructor() {\r
-        this._registrations = [];\r
-        this._registered = new Set();\r
-    }\r
-    add(type, registerOptions) {\r
-        const method = Is.string(type) ? type : type.method;\r
-        if (this._registered.has(method)) {\r
-            throw new Error(`${method} is already added to this registration`);\r
-        }\r
-        const id = UUID.generateUuid();\r
-        this._registrations.push({\r
-            id: id,\r
-            method: method,\r
-            registerOptions: registerOptions || {}\r
-        });\r
-        this._registered.add(method);\r
-    }\r
-    asRegistrationParams() {\r
-        return {\r
-            registrations: this._registrations\r
-        };\r
-    }\r
-}\r
-var BulkUnregistration;\r
-(function (BulkUnregistration) {\r
-    function create() {\r
-        return new BulkUnregistrationImpl(undefined, []);\r
-    }\r
-    BulkUnregistration.create = create;\r
-})(BulkUnregistration = exports.BulkUnregistration || (exports.BulkUnregistration = {}));\r
-class BulkUnregistrationImpl {\r
-    constructor(_connection, unregistrations) {\r
-        this._connection = _connection;\r
-        this._unregistrations = new Map();\r
-        unregistrations.forEach(unregistration => {\r
-            this._unregistrations.set(unregistration.method, unregistration);\r
-        });\r
-    }\r
-    get isAttached() {\r
-        return !!this._connection;\r
-    }\r
-    attach(connection) {\r
-        this._connection = connection;\r
-    }\r
-    add(unregistration) {\r
-        this._unregistrations.set(unregistration.method, unregistration);\r
-    }\r
-    dispose() {\r
-        let unregistrations = [];\r
-        for (let unregistration of this._unregistrations.values()) {\r
-            unregistrations.push(unregistration);\r
-        }\r
-        let params = {\r
-            unregisterations: unregistrations\r
-        };\r
-        this._connection.sendRequest(vscode_languageserver_protocol_1.UnregistrationRequest.type, params).then(undefined, (_error) => {\r
-            this._connection.console.info(`Bulk unregistration failed.`);\r
-        });\r
-    }\r
-    disposeSingle(arg) {\r
-        const method = Is.string(arg) ? arg : arg.method;\r
-        const unregistration = this._unregistrations.get(method);\r
-        if (!unregistration) {\r
-            return false;\r
-        }\r
-        let params = {\r
-            unregisterations: [unregistration]\r
-        };\r
-        this._connection.sendRequest(vscode_languageserver_protocol_1.UnregistrationRequest.type, params).then(() => {\r
-            this._unregistrations.delete(method);\r
-        }, (_error) => {\r
-            this._connection.console.info(`Unregistering request handler for ${unregistration.id} failed.`);\r
-        });\r
-        return true;\r
-    }\r
-}\r
-class RemoteClientImpl {\r
-    attach(connection) {\r
-        this._connection = connection;\r
-    }\r
-    get connection() {\r
-        if (!this._connection) {\r
-            throw new Error('Remote is not attached to a connection yet.');\r
-        }\r
-        return this._connection;\r
-    }\r
-    initialize(_capabilities) {\r
-    }\r
-    fillServerCapabilities(_capabilities) {\r
-    }\r
-    register(typeOrRegistrations, registerOptionsOrType, registerOptions) {\r
-        if (typeOrRegistrations instanceof BulkRegistrationImpl) {\r
-            return this.registerMany(typeOrRegistrations);\r
-        }\r
-        else if (typeOrRegistrations instanceof BulkUnregistrationImpl) {\r
-            return this.registerSingle1(typeOrRegistrations, registerOptionsOrType, registerOptions);\r
-        }\r
-        else {\r
-            return this.registerSingle2(typeOrRegistrations, registerOptionsOrType);\r
-        }\r
-    }\r
-    registerSingle1(unregistration, type, registerOptions) {\r
-        const method = Is.string(type) ? type : type.method;\r
-        const id = UUID.generateUuid();\r
-        let params = {\r
-            registrations: [{ id, method, registerOptions: registerOptions || {} }]\r
-        };\r
-        if (!unregistration.isAttached) {\r
-            unregistration.attach(this._connection);\r
-        }\r
-        return this._connection.sendRequest(vscode_languageserver_protocol_1.RegistrationRequest.type, params).then((_result) => {\r
-            unregistration.add({ id: id, method: method });\r
-            return unregistration;\r
-        }, (_error) => {\r
-            this.connection.console.info(`Registering request handler for ${method} failed.`);\r
-            return Promise.reject(_error);\r
-        });\r
-    }\r
-    registerSingle2(type, registerOptions) {\r
-        const method = Is.string(type) ? type : type.method;\r
-        const id = UUID.generateUuid();\r
-        let params = {\r
-            registrations: [{ id, method, registerOptions: registerOptions || {} }]\r
-        };\r
-        return this._connection.sendRequest(vscode_languageserver_protocol_1.RegistrationRequest.type, params).then((_result) => {\r
-            return vscode_languageserver_protocol_1.Disposable.create(() => {\r
-                this.unregisterSingle(id, method);\r
-            });\r
-        }, (_error) => {\r
-            this.connection.console.info(`Registering request handler for ${method} failed.`);\r
-            return Promise.reject(_error);\r
-        });\r
-    }\r
-    unregisterSingle(id, method) {\r
-        let params = {\r
-            unregisterations: [{ id, method }]\r
-        };\r
-        return this._connection.sendRequest(vscode_languageserver_protocol_1.UnregistrationRequest.type, params).then(undefined, (_error) => {\r
-            this.connection.console.info(`Unregistering request handler for ${id} failed.`);\r
-        });\r
-    }\r
-    registerMany(registrations) {\r
-        let params = registrations.asRegistrationParams();\r
-        return this._connection.sendRequest(vscode_languageserver_protocol_1.RegistrationRequest.type, params).then(() => {\r
-            return new BulkUnregistrationImpl(this._connection, params.registrations.map(registration => { return { id: registration.id, method: registration.method }; }));\r
-        }, (_error) => {\r
-            this.connection.console.info(`Bulk registration failed.`);\r
-            return Promise.reject(_error);\r
-        });\r
-    }\r
-}\r
-class _RemoteWorkspaceImpl {\r
-    constructor() {\r
-    }\r
-    attach(connection) {\r
-        this._connection = connection;\r
-    }\r
-    get connection() {\r
-        if (!this._connection) {\r
-            throw new Error('Remote is not attached to a connection yet.');\r
-        }\r
-        return this._connection;\r
-    }\r
-    initialize(_capabilities) {\r
-    }\r
-    fillServerCapabilities(_capabilities) {\r
-    }\r
-    applyEdit(paramOrEdit) {\r
-        function isApplyWorkspaceEditParams(value) {\r
-            return value && !!value.edit;\r
-        }\r
-        let params = isApplyWorkspaceEditParams(paramOrEdit) ? paramOrEdit : { edit: paramOrEdit };\r
-        return this._connection.sendRequest(vscode_languageserver_protocol_1.ApplyWorkspaceEditRequest.type, params);\r
-    }\r
-}\r
-const RemoteWorkspaceImpl = workspaceFolders_1.WorkspaceFoldersFeature(configuration_1.ConfigurationFeature(_RemoteWorkspaceImpl));\r
-class TelemetryImpl {\r
-    constructor() {\r
-    }\r
-    attach(connection) {\r
-        this._connection = connection;\r
-    }\r
-    get connection() {\r
-        if (!this._connection) {\r
-            throw new Error('Remote is not attached to a connection yet.');\r
-        }\r
-        return this._connection;\r
-    }\r
-    initialize(_capabilities) {\r
-    }\r
-    fillServerCapabilities(_capabilities) {\r
-    }\r
-    logEvent(data) {\r
-        this._connection.sendNotification(vscode_languageserver_protocol_1.TelemetryEventNotification.type, data);\r
-    }\r
-}\r
-class TracerImpl {\r
-    constructor() {\r
-        this._trace = vscode_languageserver_protocol_1.Trace.Off;\r
-    }\r
-    attach(connection) {\r
-        this._connection = connection;\r
-    }\r
-    get connection() {\r
-        if (!this._connection) {\r
-            throw new Error('Remote is not attached to a connection yet.');\r
-        }\r
-        return this._connection;\r
-    }\r
-    initialize(_capabilities) {\r
-    }\r
-    fillServerCapabilities(_capabilities) {\r
-    }\r
-    set trace(value) {\r
-        this._trace = value;\r
-    }\r
-    log(message, verbose) {\r
-        if (this._trace === vscode_languageserver_protocol_1.Trace.Off) {\r
-            return;\r
-        }\r
-        this._connection.sendNotification(vscode_languageserver_protocol_1.LogTraceNotification.type, {\r
-            message: message,\r
-            verbose: this._trace === vscode_languageserver_protocol_1.Trace.Verbose ? verbose : undefined\r
-        });\r
-    }\r
-}\r
-class LanguagesImpl {\r
-    constructor() {\r
-    }\r
-    attach(connection) {\r
-        this._connection = connection;\r
-    }\r
-    get connection() {\r
-        if (!this._connection) {\r
-            throw new Error('Remote is not attached to a connection yet.');\r
-        }\r
-        return this._connection;\r
-    }\r
-    initialize(_capabilities) {\r
-    }\r
-    fillServerCapabilities(_capabilities) {\r
-    }\r
-    attachWorkDoneProgress(params) {\r
-        return progress_1.attachWorkDone(this.connection, params);\r
-    }\r
-    attachPartialResultProgress(_type, params) {\r
-        return progress_1.attachPartialResult(this.connection, params);\r
-    }\r
-}\r
-exports.LanguagesImpl = LanguagesImpl;\r
-function combineConsoleFeatures(one, two) {\r
-    return function (Base) {\r
-        return two(one(Base));\r
-    };\r
-}\r
-exports.combineConsoleFeatures = combineConsoleFeatures;\r
-function combineTelemetryFeatures(one, two) {\r
-    return function (Base) {\r
-        return two(one(Base));\r
-    };\r
-}\r
-exports.combineTelemetryFeatures = combineTelemetryFeatures;\r
-function combineTracerFeatures(one, two) {\r
-    return function (Base) {\r
-        return two(one(Base));\r
-    };\r
-}\r
-exports.combineTracerFeatures = combineTracerFeatures;\r
-function combineClientFeatures(one, two) {\r
-    return function (Base) {\r
-        return two(one(Base));\r
-    };\r
-}\r
-exports.combineClientFeatures = combineClientFeatures;\r
-function combineWindowFeatures(one, two) {\r
-    return function (Base) {\r
-        return two(one(Base));\r
-    };\r
-}\r
-exports.combineWindowFeatures = combineWindowFeatures;\r
-function combineWorkspaceFeatures(one, two) {\r
-    return function (Base) {\r
-        return two(one(Base));\r
-    };\r
-}\r
-exports.combineWorkspaceFeatures = combineWorkspaceFeatures;\r
-function combineLanguagesFeatures(one, two) {\r
-    return function (Base) {\r
-        return two(one(Base));\r
-    };\r
-}\r
-exports.combineLanguagesFeatures = combineLanguagesFeatures;\r
-function combineFeatures(one, two) {\r
-    function combine(one, two, func) {\r
-        if (one && two) {\r
-            return func(one, two);\r
-        }\r
-        else if (one) {\r
-            return one;\r
-        }\r
-        else {\r
-            return two;\r
-        }\r
-    }\r
-    let result = {\r
-        __brand: 'features',\r
-        console: combine(one.console, two.console, combineConsoleFeatures),\r
-        tracer: combine(one.tracer, two.tracer, combineTracerFeatures),\r
-        telemetry: combine(one.telemetry, two.telemetry, combineTelemetryFeatures),\r
-        client: combine(one.client, two.client, combineClientFeatures),\r
-        window: combine(one.window, two.window, combineWindowFeatures),\r
-        workspace: combine(one.workspace, two.workspace, combineWorkspaceFeatures)\r
-    };\r
-    return result;\r
-}\r
-exports.combineFeatures = combineFeatures;\r
-function createConnection(arg1, arg2, arg3, arg4) {\r
-    let factories;\r
-    let input;\r
-    let output;\r
-    let strategy;\r
-    if (arg1 !== void 0 && arg1.__brand === 'features') {\r
-        factories = arg1;\r
-        arg1 = arg2;\r
-        arg2 = arg3;\r
-        arg3 = arg4;\r
-    }\r
-    if (vscode_languageserver_protocol_1.ConnectionStrategy.is(arg1)) {\r
-        strategy = arg1;\r
-    }\r
-    else {\r
-        input = arg1;\r
-        output = arg2;\r
-        strategy = arg3;\r
-    }\r
-    return _createConnection(input, output, strategy, factories);\r
-}\r
-exports.createConnection = createConnection;\r
-function _createConnection(input, output, strategy, factories) {\r
-    if (!input && !output && process.argv.length > 2) {\r
-        let port = void 0;\r
-        let pipeName = void 0;\r
-        let argv = process.argv.slice(2);\r
-        for (let i = 0; i < argv.length; i++) {\r
-            let arg = argv[i];\r
-            if (arg === '--node-ipc') {\r
-                input = new vscode_languageserver_protocol_1.IPCMessageReader(process);\r
-                output = new vscode_languageserver_protocol_1.IPCMessageWriter(process);\r
-                break;\r
-            }\r
-            else if (arg === '--stdio') {\r
-                input = process.stdin;\r
-                output = process.stdout;\r
-                break;\r
-            }\r
-            else if (arg === '--socket') {\r
-                port = parseInt(argv[i + 1]);\r
-                break;\r
-            }\r
-            else if (arg === '--pipe') {\r
-                pipeName = argv[i + 1];\r
-                break;\r
-            }\r
-            else {\r
-                var args = arg.split('=');\r
-                if (args[0] === '--socket') {\r
-                    port = parseInt(args[1]);\r
-                    break;\r
-                }\r
-                else if (args[0] === '--pipe') {\r
-                    pipeName = args[1];\r
-                    break;\r
-                }\r
-            }\r
-        }\r
-        if (port) {\r
-            let transport = vscode_languageserver_protocol_1.createServerSocketTransport(port);\r
-            input = transport[0];\r
-            output = transport[1];\r
-        }\r
-        else if (pipeName) {\r
-            let transport = vscode_languageserver_protocol_1.createServerPipeTransport(pipeName);\r
-            input = transport[0];\r
-            output = transport[1];\r
-        }\r
-    }\r
-    var commandLineMessage = 'Use arguments of createConnection or set command line parameters: \'--node-ipc\', \'--stdio\' or \'--socket={number}\'';\r
-    if (!input) {\r
-        throw new Error('Connection input stream is not set. ' + commandLineMessage);\r
-    }\r
-    if (!output) {\r
-        throw new Error('Connection output stream is not set. ' + commandLineMessage);\r
-    }\r
-    // Backwards compatibility\r
-    if (Is.func(input.read) && Is.func(input.on)) {\r
-        let inputStream = input;\r
-        inputStream.on('end', () => {\r
-            process.exit(shutdownReceived ? 0 : 1);\r
-        });\r
-        inputStream.on('close', () => {\r
-            process.exit(shutdownReceived ? 0 : 1);\r
-        });\r
-    }\r
-    const logger = (factories && factories.console ? new (factories.console(RemoteConsoleImpl))() : new RemoteConsoleImpl());\r
-    const connection = vscode_languageserver_protocol_1.createProtocolConnection(input, output, logger, strategy);\r
-    logger.rawAttach(connection);\r
-    const tracer = (factories && factories.tracer ? new (factories.tracer(TracerImpl))() : new TracerImpl());\r
-    const telemetry = (factories && factories.telemetry ? new (factories.telemetry(TelemetryImpl))() : new TelemetryImpl());\r
-    const client = (factories && factories.client ? new (factories.client(RemoteClientImpl))() : new RemoteClientImpl());\r
-    const remoteWindow = (factories && factories.window ? new (factories.window(RemoteWindowImpl))() : new RemoteWindowImpl());\r
-    const workspace = (factories && factories.workspace ? new (factories.workspace(RemoteWorkspaceImpl))() : new RemoteWorkspaceImpl());\r
-    const languages = (factories && factories.languages ? new (factories.languages(LanguagesImpl))() : new LanguagesImpl());\r
-    const allRemotes = [logger, tracer, telemetry, client, remoteWindow, workspace, languages];\r
-    function asPromise(value) {\r
-        if (value instanceof Promise) {\r
-            return value;\r
-        }\r
-        else if (Is.thenable(value)) {\r
-            return new Promise((resolve, reject) => {\r
-                value.then((resolved) => resolve(resolved), (error) => reject(error));\r
-            });\r
-        }\r
-        else {\r
-            return Promise.resolve(value);\r
-        }\r
-    }\r
-    let shutdownHandler = undefined;\r
-    let initializeHandler = undefined;\r
-    let exitHandler = undefined;\r
-    let protocolConnection = {\r
-        listen: () => connection.listen(),\r
-        sendRequest: (type, ...params) => connection.sendRequest(Is.string(type) ? type : type.method, ...params),\r
-        onRequest: (type, handler) => connection.onRequest(type, handler),\r
-        sendNotification: (type, param) => {\r
-            const method = Is.string(type) ? type : type.method;\r
-            if (arguments.length === 1) {\r
-                connection.sendNotification(method);\r
-            }\r
-            else {\r
-                connection.sendNotification(method, param);\r
-            }\r
-        },\r
-        onNotification: (type, handler) => connection.onNotification(type, handler),\r
-        onProgress: connection.onProgress,\r
-        sendProgress: connection.sendProgress,\r
-        onInitialize: (handler) => initializeHandler = handler,\r
-        onInitialized: (handler) => connection.onNotification(vscode_languageserver_protocol_1.InitializedNotification.type, handler),\r
-        onShutdown: (handler) => shutdownHandler = handler,\r
-        onExit: (handler) => exitHandler = handler,\r
-        get console() { return logger; },\r
-        get telemetry() { return telemetry; },\r
-        get tracer() { return tracer; },\r
-        get client() { return client; },\r
-        get window() { return remoteWindow; },\r
-        get workspace() { return workspace; },\r
-        get languages() { return languages; },\r
-        onDidChangeConfiguration: (handler) => connection.onNotification(vscode_languageserver_protocol_1.DidChangeConfigurationNotification.type, handler),\r
-        onDidChangeWatchedFiles: (handler) => connection.onNotification(vscode_languageserver_protocol_1.DidChangeWatchedFilesNotification.type, handler),\r
-        __textDocumentSync: undefined,\r
-        onDidOpenTextDocument: (handler) => connection.onNotification(vscode_languageserver_protocol_1.DidOpenTextDocumentNotification.type, handler),\r
-        onDidChangeTextDocument: (handler) => connection.onNotification(vscode_languageserver_protocol_1.DidChangeTextDocumentNotification.type, handler),\r
-        onDidCloseTextDocument: (handler) => connection.onNotification(vscode_languageserver_protocol_1.DidCloseTextDocumentNotification.type, handler),\r
-        onWillSaveTextDocument: (handler) => connection.onNotification(vscode_languageserver_protocol_1.WillSaveTextDocumentNotification.type, handler),\r
-        onWillSaveTextDocumentWaitUntil: (handler) => connection.onRequest(vscode_languageserver_protocol_1.WillSaveTextDocumentWaitUntilRequest.type, handler),\r
-        onDidSaveTextDocument: (handler) => connection.onNotification(vscode_languageserver_protocol_1.DidSaveTextDocumentNotification.type, handler),\r
-        sendDiagnostics: (params) => connection.sendNotification(vscode_languageserver_protocol_1.PublishDiagnosticsNotification.type, params),\r
-        onHover: (handler) => connection.onRequest(vscode_languageserver_protocol_1.HoverRequest.type, (params, cancel) => {\r
-            return handler(params, cancel, progress_1.attachWorkDone(connection, params), undefined);\r
-        }),\r
-        onCompletion: (handler) => connection.onRequest(vscode_languageserver_protocol_1.CompletionRequest.type, (params, cancel) => {\r
-            return handler(params, cancel, progress_1.attachWorkDone(connection, params), progress_1.attachPartialResult(connection, params));\r
-        }),\r
-        onCompletionResolve: (handler) => connection.onRequest(vscode_languageserver_protocol_1.CompletionResolveRequest.type, handler),\r
-        onSignatureHelp: (handler) => connection.onRequest(vscode_languageserver_protocol_1.SignatureHelpRequest.type, (params, cancel) => {\r
-            return handler(params, cancel, progress_1.attachWorkDone(connection, params), undefined);\r
-        }),\r
-        onDeclaration: (handler) => connection.onRequest(vscode_languageserver_protocol_1.DeclarationRequest.type, (params, cancel) => {\r
-            return handler(params, cancel, progress_1.attachWorkDone(connection, params), progress_1.attachPartialResult(connection, params));\r
-        }),\r
-        onDefinition: (handler) => connection.onRequest(vscode_languageserver_protocol_1.DefinitionRequest.type, (params, cancel) => {\r
-            return handler(params, cancel, progress_1.attachWorkDone(connection, params), progress_1.attachPartialResult(connection, params));\r
-        }),\r
-        onTypeDefinition: (handler) => connection.onRequest(vscode_languageserver_protocol_1.TypeDefinitionRequest.type, (params, cancel) => {\r
-            return handler(params, cancel, progress_1.attachWorkDone(connection, params), progress_1.attachPartialResult(connection, params));\r
-        }),\r
-        onImplementation: (handler) => connection.onRequest(vscode_languageserver_protocol_1.ImplementationRequest.type, (params, cancel) => {\r
-            return handler(params, cancel, progress_1.attachWorkDone(connection, params), progress_1.attachPartialResult(connection, params));\r
-        }),\r
-        onReferences: (handler) => connection.onRequest(vscode_languageserver_protocol_1.ReferencesRequest.type, (params, cancel) => {\r
-            return handler(params, cancel, progress_1.attachWorkDone(connection, params), progress_1.attachPartialResult(connection, params));\r
-        }),\r
-        onDocumentHighlight: (handler) => connection.onRequest(vscode_languageserver_protocol_1.DocumentHighlightRequest.type, (params, cancel) => {\r
-            return handler(params, cancel, progress_1.attachWorkDone(connection, params), progress_1.attachPartialResult(connection, params));\r
-        }),\r
-        onDocumentSymbol: (handler) => connection.onRequest(vscode_languageserver_protocol_1.DocumentSymbolRequest.type, (params, cancel) => {\r
-            return handler(params, cancel, progress_1.attachWorkDone(connection, params), progress_1.attachPartialResult(connection, params));\r
-        }),\r
-        onWorkspaceSymbol: (handler) => connection.onRequest(vscode_languageserver_protocol_1.WorkspaceSymbolRequest.type, (params, cancel) => {\r
-            return handler(params, cancel, progress_1.attachWorkDone(connection, params), progress_1.attachPartialResult(connection, params));\r
-        }),\r
-        onCodeAction: (handler) => connection.onRequest(vscode_languageserver_protocol_1.CodeActionRequest.type, (params, cancel) => {\r
-            return handler(params, cancel, progress_1.attachWorkDone(connection, params), progress_1.attachPartialResult(connection, params));\r
-        }),\r
-        onCodeLens: (handler) => connection.onRequest(vscode_languageserver_protocol_1.CodeLensRequest.type, (params, cancel) => {\r
-            return handler(params, cancel, progress_1.attachWorkDone(connection, params), progress_1.attachPartialResult(connection, params));\r
-        }),\r
-        onCodeLensResolve: (handler) => connection.onRequest(vscode_languageserver_protocol_1.CodeLensResolveRequest.type, (params, cancel) => {\r
-            return handler(params, cancel);\r
-        }),\r
-        onDocumentFormatting: (handler) => connection.onRequest(vscode_languageserver_protocol_1.DocumentFormattingRequest.type, (params, cancel) => {\r
-            return handler(params, cancel, progress_1.attachWorkDone(connection, params), undefined);\r
-        }),\r
-        onDocumentRangeFormatting: (handler) => connection.onRequest(vscode_languageserver_protocol_1.DocumentRangeFormattingRequest.type, (params, cancel) => {\r
-            return handler(params, cancel, progress_1.attachWorkDone(connection, params), undefined);\r
-        }),\r
-        onDocumentOnTypeFormatting: (handler) => connection.onRequest(vscode_languageserver_protocol_1.DocumentOnTypeFormattingRequest.type, (params, cancel) => {\r
-            return handler(params, cancel);\r
-        }),\r
-        onRenameRequest: (handler) => connection.onRequest(vscode_languageserver_protocol_1.RenameRequest.type, (params, cancel) => {\r
-            return handler(params, cancel, progress_1.attachWorkDone(connection, params), undefined);\r
-        }),\r
-        onPrepareRename: (handler) => connection.onRequest(vscode_languageserver_protocol_1.PrepareRenameRequest.type, (params, cancel) => {\r
-            return handler(params, cancel);\r
-        }),\r
-        onDocumentLinks: (handler) => connection.onRequest(vscode_languageserver_protocol_1.DocumentLinkRequest.type, (params, cancel) => {\r
-            return handler(params, cancel, progress_1.attachWorkDone(connection, params), progress_1.attachPartialResult(connection, params));\r
-        }),\r
-        onDocumentLinkResolve: (handler) => connection.onRequest(vscode_languageserver_protocol_1.DocumentLinkResolveRequest.type, (params, cancel) => {\r
-            return handler(params, cancel);\r
-        }),\r
-        onDocumentColor: (handler) => connection.onRequest(vscode_languageserver_protocol_1.DocumentColorRequest.type, (params, cancel) => {\r
-            return handler(params, cancel, progress_1.attachWorkDone(connection, params), progress_1.attachPartialResult(connection, params));\r
-        }),\r
-        onColorPresentation: (handler) => connection.onRequest(vscode_languageserver_protocol_1.ColorPresentationRequest.type, (params, cancel) => {\r
-            return handler(params, cancel, progress_1.attachWorkDone(connection, params), progress_1.attachPartialResult(connection, params));\r
-        }),\r
-        onFoldingRanges: (handler) => connection.onRequest(vscode_languageserver_protocol_1.FoldingRangeRequest.type, (params, cancel) => {\r
-            return handler(params, cancel, progress_1.attachWorkDone(connection, params), progress_1.attachPartialResult(connection, params));\r
-        }),\r
-        onSelectionRanges: (handler) => connection.onRequest(vscode_languageserver_protocol_1.SelectionRangeRequest.type, (params, cancel) => {\r
-            return handler(params, cancel, progress_1.attachWorkDone(connection, params), progress_1.attachPartialResult(connection, params));\r
-        }),\r
-        onExecuteCommand: (handler) => connection.onRequest(vscode_languageserver_protocol_1.ExecuteCommandRequest.type, (params, cancel) => {\r
-            return handler(params, cancel, progress_1.attachWorkDone(connection, params), undefined);\r
-        }),\r
-        dispose: () => connection.dispose()\r
-    };\r
-    for (let remote of allRemotes) {\r
-        remote.attach(protocolConnection);\r
-    }\r
-    connection.onRequest(vscode_languageserver_protocol_1.InitializeRequest.type, (params) => {\r
-        const processId = params.processId;\r
-        if (Is.number(processId) && exitTimer === void 0) {\r
-            // We received a parent process id. Set up a timer to periodically check\r
-            // if the parent is still alive.\r
-            setInterval(() => {\r
-                try {\r
-                    process.kill(processId, 0);\r
-                }\r
-                catch (ex) {\r
-                    // Parent process doesn't exist anymore. Exit the server.\r
-                    process.exit(shutdownReceived ? 0 : 1);\r
-                }\r
-            }, 3000);\r
-        }\r
-        if (Is.string(params.trace)) {\r
-            tracer.trace = vscode_languageserver_protocol_1.Trace.fromString(params.trace);\r
-        }\r
-        for (let remote of allRemotes) {\r
-            remote.initialize(params.capabilities);\r
-        }\r
-        if (initializeHandler) {\r
-            let result = initializeHandler(params, new vscode_languageserver_protocol_1.CancellationTokenSource().token, progress_1.attachWorkDone(connection, params), undefined);\r
-            return asPromise(result).then((value) => {\r
-                if (value instanceof vscode_languageserver_protocol_1.ResponseError) {\r
-                    return value;\r
-                }\r
-                let result = value;\r
-                if (!result) {\r
-                    result = { capabilities: {} };\r
-                }\r
-                let capabilities = result.capabilities;\r
-                if (!capabilities) {\r
-                    capabilities = {};\r
-                    result.capabilities = capabilities;\r
-                }\r
-                if (capabilities.textDocumentSync === void 0 || capabilities.textDocumentSync === null) {\r
-                    capabilities.textDocumentSync = Is.number(protocolConnection.__textDocumentSync) ? protocolConnection.__textDocumentSync : vscode_languageserver_protocol_1.TextDocumentSyncKind.None;\r
-                }\r
-                else if (!Is.number(capabilities.textDocumentSync) && !Is.number(capabilities.textDocumentSync.change)) {\r
-                    capabilities.textDocumentSync.change = Is.number(protocolConnection.__textDocumentSync) ? protocolConnection.__textDocumentSync : vscode_languageserver_protocol_1.TextDocumentSyncKind.None;\r
-                }\r
-                for (let remote of allRemotes) {\r
-                    remote.fillServerCapabilities(capabilities);\r
-                }\r
-                return result;\r
-            });\r
-        }\r
-        else {\r
-            let result = { capabilities: { textDocumentSync: vscode_languageserver_protocol_1.TextDocumentSyncKind.None } };\r
-            for (let remote of allRemotes) {\r
-                remote.fillServerCapabilities(result.capabilities);\r
-            }\r
-            return result;\r
-        }\r
-    });\r
-    connection.onRequest(vscode_languageserver_protocol_1.ShutdownRequest.type, () => {\r
-        shutdownReceived = true;\r
-        if (shutdownHandler) {\r
-            return shutdownHandler(new vscode_languageserver_protocol_1.CancellationTokenSource().token);\r
-        }\r
-        else {\r
-            return undefined;\r
-        }\r
-    });\r
-    connection.onNotification(vscode_languageserver_protocol_1.ExitNotification.type, () => {\r
-        try {\r
-            if (exitHandler) {\r
-                exitHandler();\r
-            }\r
-        }\r
-        finally {\r
-            if (shutdownReceived) {\r
-                process.exit(0);\r
-            }\r
-            else {\r
-                process.exit(1);\r
-            }\r
-        }\r
-    });\r
-    connection.onNotification(vscode_languageserver_protocol_1.SetTraceNotification.type, (params) => {\r
-        tracer.trace = vscode_languageserver_protocol_1.Trace.fromString(params.value);\r
-    });\r
-    return protocolConnection;\r
-}\r
-// Export the protocol currently in proposed state.\r
-const callHierarchy_proposed_1 = __webpack_require__(69);\r
-const st = __webpack_require__(70);\r
-var ProposedFeatures;\r
-(function (ProposedFeatures) {\r
-    ProposedFeatures.all = {\r
-        __brand: 'features',\r
-        languages: combineLanguagesFeatures(callHierarchy_proposed_1.CallHierarchyFeature, st.SemanticTokensFeature)\r
-    };\r
-    ProposedFeatures.SemanticTokensBuilder = st.SemanticTokensBuilder;\r
-})(ProposedFeatures = exports.ProposedFeatures || (exports.ProposedFeatures = {}));\r
-//# sourceMappingURL=main.js.map
+(function (RIL) {
+    function install() {
+        ral_1.default.install(_ril);
+    }
+    RIL.install = install;
+})(RIL || (RIL = {}));
+exports.default = RIL;
+//# sourceMappingURL=ril.js.map
 
 /***/ }),
-/* 34 */
-/***/ (function(module, exports, __webpack_require__) {
+/* 8 */
+/***/ ((__unused_webpack_module, exports) => {
 
-"use strict";
-/* --------------------------------------------------------------------------------------------\r
- * Copyright (c) Microsoft Corporation. All rights reserved.\r
- * Licensed under the MIT License. See License.txt in the project root for license information.\r
- * ------------------------------------------------------------------------------------------ */\r
-\r
-function __export(m) {\r
-    for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p];\r
-}\r
-Object.defineProperty(exports, "__esModule", { value: true });\r
-const vscode_jsonrpc_1 = __webpack_require__(35);\r
-exports.ErrorCodes = vscode_jsonrpc_1.ErrorCodes;\r
-exports.ResponseError = vscode_jsonrpc_1.ResponseError;\r
-exports.CancellationToken = vscode_jsonrpc_1.CancellationToken;\r
-exports.CancellationTokenSource = vscode_jsonrpc_1.CancellationTokenSource;\r
-exports.Disposable = vscode_jsonrpc_1.Disposable;\r
-exports.Event = vscode_jsonrpc_1.Event;\r
-exports.Emitter = vscode_jsonrpc_1.Emitter;\r
-exports.Trace = vscode_jsonrpc_1.Trace;\r
-exports.TraceFormat = vscode_jsonrpc_1.TraceFormat;\r
-exports.SetTraceNotification = vscode_jsonrpc_1.SetTraceNotification;\r
-exports.LogTraceNotification = vscode_jsonrpc_1.LogTraceNotification;\r
-exports.RequestType = vscode_jsonrpc_1.RequestType;\r
-exports.RequestType0 = vscode_jsonrpc_1.RequestType0;\r
-exports.NotificationType = vscode_jsonrpc_1.NotificationType;\r
-exports.NotificationType0 = vscode_jsonrpc_1.NotificationType0;\r
-exports.MessageReader = vscode_jsonrpc_1.MessageReader;\r
-exports.MessageWriter = vscode_jsonrpc_1.MessageWriter;\r
-exports.ConnectionStrategy = vscode_jsonrpc_1.ConnectionStrategy;\r
-exports.StreamMessageReader = vscode_jsonrpc_1.StreamMessageReader;\r
-exports.StreamMessageWriter = vscode_jsonrpc_1.StreamMessageWriter;\r
-exports.IPCMessageReader = vscode_jsonrpc_1.IPCMessageReader;\r
-exports.IPCMessageWriter = vscode_jsonrpc_1.IPCMessageWriter;\r
-exports.createClientPipeTransport = vscode_jsonrpc_1.createClientPipeTransport;\r
-exports.createServerPipeTransport = vscode_jsonrpc_1.createServerPipeTransport;\r
-exports.generateRandomPipeName = vscode_jsonrpc_1.generateRandomPipeName;\r
-exports.createClientSocketTransport = vscode_jsonrpc_1.createClientSocketTransport;\r
-exports.createServerSocketTransport = vscode_jsonrpc_1.createServerSocketTransport;\r
-exports.ProgressType = vscode_jsonrpc_1.ProgressType;\r
-__export(__webpack_require__(45));\r
-__export(__webpack_require__(46));\r
-const callHierarchy = __webpack_require__(58);\r
-const st = __webpack_require__(59);\r
-var Proposed;\r
-(function (Proposed) {\r
-    let CallHierarchyPrepareRequest;\r
-    (function (CallHierarchyPrepareRequest) {\r
-        CallHierarchyPrepareRequest.method = callHierarchy.CallHierarchyPrepareRequest.method;\r
-        CallHierarchyPrepareRequest.type = callHierarchy.CallHierarchyPrepareRequest.type;\r
-    })(CallHierarchyPrepareRequest = Proposed.CallHierarchyPrepareRequest || (Proposed.CallHierarchyPrepareRequest = {}));\r
-    let CallHierarchyIncomingCallsRequest;\r
-    (function (CallHierarchyIncomingCallsRequest) {\r
-        CallHierarchyIncomingCallsRequest.method = callHierarchy.CallHierarchyIncomingCallsRequest.method;\r
-        CallHierarchyIncomingCallsRequest.type = callHierarchy.CallHierarchyIncomingCallsRequest.type;\r
-    })(CallHierarchyIncomingCallsRequest = Proposed.CallHierarchyIncomingCallsRequest || (Proposed.CallHierarchyIncomingCallsRequest = {}));\r
-    let CallHierarchyOutgoingCallsRequest;\r
-    (function (CallHierarchyOutgoingCallsRequest) {\r
-        CallHierarchyOutgoingCallsRequest.method = callHierarchy.CallHierarchyOutgoingCallsRequest.method;\r
-        CallHierarchyOutgoingCallsRequest.type = callHierarchy.CallHierarchyOutgoingCallsRequest.type;\r
-    })(CallHierarchyOutgoingCallsRequest = Proposed.CallHierarchyOutgoingCallsRequest || (Proposed.CallHierarchyOutgoingCallsRequest = {}));\r
-    Proposed.SemanticTokenTypes = st.SemanticTokenTypes;\r
-    Proposed.SemanticTokenModifiers = st.SemanticTokenModifiers;\r
-    Proposed.SemanticTokens = st.SemanticTokens;\r
-    let SemanticTokensRequest;\r
-    (function (SemanticTokensRequest) {\r
-        SemanticTokensRequest.method = st.SemanticTokensRequest.method;\r
-        SemanticTokensRequest.type = st.SemanticTokensRequest.type;\r
-    })(SemanticTokensRequest = Proposed.SemanticTokensRequest || (Proposed.SemanticTokensRequest = {}));\r
-    let SemanticTokensEditsRequest;\r
-    (function (SemanticTokensEditsRequest) {\r
-        SemanticTokensEditsRequest.method = st.SemanticTokensEditsRequest.method;\r
-        SemanticTokensEditsRequest.type = st.SemanticTokensEditsRequest.type;\r
-    })(SemanticTokensEditsRequest = Proposed.SemanticTokensEditsRequest || (Proposed.SemanticTokensEditsRequest = {}));\r
-    let SemanticTokensRangeRequest;\r
-    (function (SemanticTokensRangeRequest) {\r
-        SemanticTokensRangeRequest.method = st.SemanticTokensRangeRequest.method;\r
-        SemanticTokensRangeRequest.type = st.SemanticTokensRangeRequest.type;\r
-    })(SemanticTokensRangeRequest = Proposed.SemanticTokensRangeRequest || (Proposed.SemanticTokensRangeRequest = {}));\r
-})(Proposed = exports.Proposed || (exports.Proposed = {}));\r
-function createProtocolConnection(reader, writer, logger, strategy) {\r
-    return vscode_jsonrpc_1.createMessageConnection(reader, writer, logger, strategy);\r
-}\r
-exports.createProtocolConnection = createProtocolConnection;\r
 
+/* --------------------------------------------------------------------------------------------
+ * Copyright (c) Microsoft Corporation. All rights reserved.
+ * Licensed under the MIT License. See License.txt in the project root for license information.
+ * ------------------------------------------------------------------------------------------ */
+Object.defineProperty(exports, "__esModule", ({ value: true }));
+let _ral;
+function RAL() {
+    if (_ral === undefined) {
+        throw new Error(`No runtime abstraction layer installed`);
+    }
+    return _ral;
+}
+(function (RAL) {
+    function install(ral) {
+        if (ral === undefined) {
+            throw new Error(`No runtime abstraction layer provided`);
+        }
+        _ral = ral;
+    }
+    RAL.install = install;
+})(RAL || (RAL = {}));
+exports.default = RAL;
+//# sourceMappingURL=ral.js.map
 
 /***/ }),
-/* 35 */
-/***/ (function(module, exports, __webpack_require__) {
+/* 9 */
+/***/ ((__unused_webpack_module, exports) => {
 
-"use strict";
-/* --------------------------------------------------------------------------------------------\r
- * Copyright (c) Microsoft Corporation. All rights reserved.\r
- * Licensed under the MIT License. See License.txt in the project root for license information.\r
- * ------------------------------------------------------------------------------------------ */\r
-/// <reference path="../typings/thenable.d.ts" />\r
-\r
-function __export(m) {\r
-    for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p];\r
-}\r
-Object.defineProperty(exports, "__esModule", { value: true });\r
-const Is = __webpack_require__(36);\r
-const messages_1 = __webpack_require__(37);\r
-exports.RequestType = messages_1.RequestType;\r
-exports.RequestType0 = messages_1.RequestType0;\r
-exports.RequestType1 = messages_1.RequestType1;\r
-exports.RequestType2 = messages_1.RequestType2;\r
-exports.RequestType3 = messages_1.RequestType3;\r
-exports.RequestType4 = messages_1.RequestType4;\r
-exports.RequestType5 = messages_1.RequestType5;\r
-exports.RequestType6 = messages_1.RequestType6;\r
-exports.RequestType7 = messages_1.RequestType7;\r
-exports.RequestType8 = messages_1.RequestType8;\r
-exports.RequestType9 = messages_1.RequestType9;\r
-exports.ResponseError = messages_1.ResponseError;\r
-exports.ErrorCodes = messages_1.ErrorCodes;\r
-exports.NotificationType = messages_1.NotificationType;\r
-exports.NotificationType0 = messages_1.NotificationType0;\r
-exports.NotificationType1 = messages_1.NotificationType1;\r
-exports.NotificationType2 = messages_1.NotificationType2;\r
-exports.NotificationType3 = messages_1.NotificationType3;\r
-exports.NotificationType4 = messages_1.NotificationType4;\r
-exports.NotificationType5 = messages_1.NotificationType5;\r
-exports.NotificationType6 = messages_1.NotificationType6;\r
-exports.NotificationType7 = messages_1.NotificationType7;\r
-exports.NotificationType8 = messages_1.NotificationType8;\r
-exports.NotificationType9 = messages_1.NotificationType9;\r
-const messageReader_1 = __webpack_require__(38);\r
-exports.MessageReader = messageReader_1.MessageReader;\r
-exports.StreamMessageReader = messageReader_1.StreamMessageReader;\r
-exports.IPCMessageReader = messageReader_1.IPCMessageReader;\r
-exports.SocketMessageReader = messageReader_1.SocketMessageReader;\r
-const messageWriter_1 = __webpack_require__(40);\r
-exports.MessageWriter = messageWriter_1.MessageWriter;\r
-exports.StreamMessageWriter = messageWriter_1.StreamMessageWriter;\r
-exports.IPCMessageWriter = messageWriter_1.IPCMessageWriter;\r
-exports.SocketMessageWriter = messageWriter_1.SocketMessageWriter;\r
-const events_1 = __webpack_require__(39);\r
-exports.Disposable = events_1.Disposable;\r
-exports.Event = events_1.Event;\r
-exports.Emitter = events_1.Emitter;\r
-const cancellation_1 = __webpack_require__(41);\r
-exports.CancellationTokenSource = cancellation_1.CancellationTokenSource;\r
-exports.CancellationToken = cancellation_1.CancellationToken;\r
-const linkedMap_1 = __webpack_require__(42);\r
-__export(__webpack_require__(43));\r
-__export(__webpack_require__(44));\r
-var CancelNotification;\r
-(function (CancelNotification) {\r
-    CancelNotification.type = new messages_1.NotificationType('$/cancelRequest');\r
-})(CancelNotification || (CancelNotification = {}));\r
-var ProgressNotification;\r
-(function (ProgressNotification) {\r
-    ProgressNotification.type = new messages_1.NotificationType('$/progress');\r
-})(ProgressNotification || (ProgressNotification = {}));\r
-class ProgressType {\r
-    constructor() {\r
-    }\r
-}\r
-exports.ProgressType = ProgressType;\r
-exports.NullLogger = Object.freeze({\r
-    error: () => { },\r
-    warn: () => { },\r
-    info: () => { },\r
-    log: () => { }\r
-});\r
-var Trace;\r
-(function (Trace) {\r
-    Trace[Trace["Off"] = 0] = "Off";\r
-    Trace[Trace["Messages"] = 1] = "Messages";\r
-    Trace[Trace["Verbose"] = 2] = "Verbose";\r
-})(Trace = exports.Trace || (exports.Trace = {}));\r
-(function (Trace) {\r
-    function fromString(value) {\r
-        if (!Is.string(value)) {\r
-            return Trace.Off;\r
-        }\r
-        value = value.toLowerCase();\r
-        switch (value) {\r
-            case 'off':\r
-                return Trace.Off;\r
-            case 'messages':\r
-                return Trace.Messages;\r
-            case 'verbose':\r
-                return Trace.Verbose;\r
-            default:\r
-                return Trace.Off;\r
-        }\r
-    }\r
-    Trace.fromString = fromString;\r
-    function toString(value) {\r
-        switch (value) {\r
-            case Trace.Off:\r
-                return 'off';\r
-            case Trace.Messages:\r
-                return 'messages';\r
-            case Trace.Verbose:\r
-                return 'verbose';\r
-            default:\r
-                return 'off';\r
-        }\r
-    }\r
-    Trace.toString = toString;\r
-})(Trace = exports.Trace || (exports.Trace = {}));\r
-var TraceFormat;\r
-(function (TraceFormat) {\r
-    TraceFormat["Text"] = "text";\r
-    TraceFormat["JSON"] = "json";\r
-})(TraceFormat = exports.TraceFormat || (exports.TraceFormat = {}));\r
-(function (TraceFormat) {\r
-    function fromString(value) {\r
-        value = value.toLowerCase();\r
-        if (value === 'json') {\r
-            return TraceFormat.JSON;\r
-        }\r
-        else {\r
-            return TraceFormat.Text;\r
-        }\r
-    }\r
-    TraceFormat.fromString = fromString;\r
-})(TraceFormat = exports.TraceFormat || (exports.TraceFormat = {}));\r
-var SetTraceNotification;\r
-(function (SetTraceNotification) {\r
-    SetTraceNotification.type = new messages_1.NotificationType('$/setTraceNotification');\r
-})(SetTraceNotification = exports.SetTraceNotification || (exports.SetTraceNotification = {}));\r
-var LogTraceNotification;\r
-(function (LogTraceNotification) {\r
-    LogTraceNotification.type = new messages_1.NotificationType('$/logTraceNotification');\r
-})(LogTraceNotification = exports.LogTraceNotification || (exports.LogTraceNotification = {}));\r
-var ConnectionErrors;\r
-(function (ConnectionErrors) {\r
-    /**\r
-     * The connection is closed.\r
-     */\r
-    ConnectionErrors[ConnectionErrors["Closed"] = 1] = "Closed";\r
-    /**\r
-     * The connection got disposed.\r
-     */\r
-    ConnectionErrors[ConnectionErrors["Disposed"] = 2] = "Disposed";\r
-    /**\r
-     * The connection is already in listening mode.\r
-     */\r
-    ConnectionErrors[ConnectionErrors["AlreadyListening"] = 3] = "AlreadyListening";\r
-})(ConnectionErrors = exports.ConnectionErrors || (exports.ConnectionErrors = {}));\r
-class ConnectionError extends Error {\r
-    constructor(code, message) {\r
-        super(message);\r
-        this.code = code;\r
-        Object.setPrototypeOf(this, ConnectionError.prototype);\r
-    }\r
-}\r
-exports.ConnectionError = ConnectionError;\r
-var ConnectionStrategy;\r
-(function (ConnectionStrategy) {\r
-    function is(value) {\r
-        let candidate = value;\r
-        return candidate && Is.func(candidate.cancelUndispatched);\r
-    }\r
-    ConnectionStrategy.is = is;\r
-})(ConnectionStrategy = exports.ConnectionStrategy || (exports.ConnectionStrategy = {}));\r
-var ConnectionState;\r
-(function (ConnectionState) {\r
-    ConnectionState[ConnectionState["New"] = 1] = "New";\r
-    ConnectionState[ConnectionState["Listening"] = 2] = "Listening";\r
-    ConnectionState[ConnectionState["Closed"] = 3] = "Closed";\r
-    ConnectionState[ConnectionState["Disposed"] = 4] = "Disposed";\r
-})(ConnectionState || (ConnectionState = {}));\r
-function _createMessageConnection(messageReader, messageWriter, logger, strategy) {\r
-    let sequenceNumber = 0;\r
-    let notificationSquenceNumber = 0;\r
-    let unknownResponseSquenceNumber = 0;\r
-    const version = '2.0';\r
-    let starRequestHandler = undefined;\r
-    let requestHandlers = Object.create(null);\r
-    let starNotificationHandler = undefined;\r
-    let notificationHandlers = Object.create(null);\r
-    let progressHandlers = new Map();\r
-    let timer;\r
-    let messageQueue = new linkedMap_1.LinkedMap();\r
-    let responsePromises = Object.create(null);\r
-    let requestTokens = Object.create(null);\r
-    let trace = Trace.Off;\r
-    let traceFormat = TraceFormat.Text;\r
-    let tracer;\r
-    let state = ConnectionState.New;\r
-    let errorEmitter = new events_1.Emitter();\r
-    let closeEmitter = new events_1.Emitter();\r
-    let unhandledNotificationEmitter = new events_1.Emitter();\r
-    let unhandledProgressEmitter = new events_1.Emitter();\r
-    let disposeEmitter = new events_1.Emitter();\r
-    function createRequestQueueKey(id) {\r
-        return 'req-' + id.toString();\r
-    }\r
-    function createResponseQueueKey(id) {\r
-        if (id === null) {\r
-            return 'res-unknown-' + (++unknownResponseSquenceNumber).toString();\r
-        }\r
-        else {\r
-            return 'res-' + id.toString();\r
-        }\r
-    }\r
-    function createNotificationQueueKey() {\r
-        return 'not-' + (++notificationSquenceNumber).toString();\r
-    }\r
-    function addMessageToQueue(queue, message) {\r
-        if (messages_1.isRequestMessage(message)) {\r
-            queue.set(createRequestQueueKey(message.id), message);\r
-        }\r
-        else if (messages_1.isResponseMessage(message)) {\r
-            queue.set(createResponseQueueKey(message.id), message);\r
-        }\r
-        else {\r
-            queue.set(createNotificationQueueKey(), message);\r
-        }\r
-    }\r
-    function cancelUndispatched(_message) {\r
-        return undefined;\r
-    }\r
-    function isListening() {\r
-        return state === ConnectionState.Listening;\r
-    }\r
-    function isClosed() {\r
-        return state === ConnectionState.Closed;\r
-    }\r
-    function isDisposed() {\r
-        return state === ConnectionState.Disposed;\r
-    }\r
-    function closeHandler() {\r
-        if (state === ConnectionState.New || state === ConnectionState.Listening) {\r
-            state = ConnectionState.Closed;\r
-            closeEmitter.fire(undefined);\r
-        }\r
-        // If the connection is disposed don't sent close events.\r
-    }\r
-    function readErrorHandler(error) {\r
-        errorEmitter.fire([error, undefined, undefined]);\r
-    }\r
-    function writeErrorHandler(data) {\r
-        errorEmitter.fire(data);\r
-    }\r
-    messageReader.onClose(closeHandler);\r
-    messageReader.onError(readErrorHandler);\r
-    messageWriter.onClose(closeHandler);\r
-    messageWriter.onError(writeErrorHandler);\r
-    function triggerMessageQueue() {\r
-        if (timer || messageQueue.size === 0) {\r
-            return;\r
-        }\r
-        timer = setImmediate(() => {\r
-            timer = undefined;\r
-            processMessageQueue();\r
-        });\r
-    }\r
-    function processMessageQueue() {\r
-        if (messageQueue.size === 0) {\r
-            return;\r
-        }\r
-        let message = messageQueue.shift();\r
-        try {\r
-            if (messages_1.isRequestMessage(message)) {\r
-                handleRequest(message);\r
-            }\r
-            else if (messages_1.isNotificationMessage(message)) {\r
-                handleNotification(message);\r
-            }\r
-            else if (messages_1.isResponseMessage(message)) {\r
-                handleResponse(message);\r
-            }\r
-            else {\r
-                handleInvalidMessage(message);\r
-            }\r
-        }\r
-        finally {\r
-            triggerMessageQueue();\r
-        }\r
-    }\r
-    let callback = (message) => {\r
-        try {\r
-            // We have received a cancellation message. Check if the message is still in the queue\r
-            // and cancel it if allowed to do so.\r
-            if (messages_1.isNotificationMessage(message) && message.method === CancelNotification.type.method) {\r
-                let key = createRequestQueueKey(message.params.id);\r
-                let toCancel = messageQueue.get(key);\r
-                if (messages_1.isRequestMessage(toCancel)) {\r
-                    let response = strategy && strategy.cancelUndispatched ? strategy.cancelUndispatched(toCancel, cancelUndispatched) : cancelUndispatched(toCancel);\r
-                    if (response && (response.error !== void 0 || response.result !== void 0)) {\r
-                        messageQueue.delete(key);\r
-                        response.id = toCancel.id;\r
-                        traceSendingResponse(response, message.method, Date.now());\r
-                        messageWriter.write(response);\r
-                        return;\r
-                    }\r
-                }\r
-            }\r
-            addMessageToQueue(messageQueue, message);\r
-        }\r
-        finally {\r
-            triggerMessageQueue();\r
-        }\r
-    };\r
-    function handleRequest(requestMessage) {\r
-        if (isDisposed()) {\r
-            // we return here silently since we fired an event when the\r
-            // connection got disposed.\r
-            return;\r
-        }\r
-        function reply(resultOrError, method, startTime) {\r
-            let message = {\r
-                jsonrpc: version,\r
-                id: requestMessage.id\r
-            };\r
-            if (resultOrError instanceof messages_1.ResponseError) {\r
-                message.error = resultOrError.toJson();\r
-            }\r
-            else {\r
-                message.result = resultOrError === void 0 ? null : resultOrError;\r
-            }\r
-            traceSendingResponse(message, method, startTime);\r
-            messageWriter.write(message);\r
-        }\r
-        function replyError(error, method, startTime) {\r
-            let message = {\r
-                jsonrpc: version,\r
-                id: requestMessage.id,\r
-                error: error.toJson()\r
-            };\r
-            traceSendingResponse(message, method, startTime);\r
-            messageWriter.write(message);\r
-        }\r
-        function replySuccess(result, method, startTime) {\r
-            // The JSON RPC defines that a response must either have a result or an error\r
-            // So we can't treat undefined as a valid response result.\r
-            if (result === void 0) {\r
-                result = null;\r
-            }\r
-            let message = {\r
-                jsonrpc: version,\r
-                id: requestMessage.id,\r
-                result: result\r
-            };\r
-            traceSendingResponse(message, method, startTime);\r
-            messageWriter.write(message);\r
-        }\r
-        traceReceivedRequest(requestMessage);\r
-        let element = requestHandlers[requestMessage.method];\r
-        let type;\r
-        let requestHandler;\r
-        if (element) {\r
-            type = element.type;\r
-            requestHandler = element.handler;\r
-        }\r
-        let startTime = Date.now();\r
-        if (requestHandler || starRequestHandler) {\r
-            let cancellationSource = new cancellation_1.CancellationTokenSource();\r
-            let tokenKey = String(requestMessage.id);\r
-            requestTokens[tokenKey] = cancellationSource;\r
-            try {\r
-                let handlerResult;\r
-                if (requestMessage.params === void 0 || (type !== void 0 && type.numberOfParams === 0)) {\r
-                    handlerResult = requestHandler\r
-                        ? requestHandler(cancellationSource.token)\r
-                        : starRequestHandler(requestMessage.method, cancellationSource.token);\r
-                }\r
-                else if (Is.array(requestMessage.params) && (type === void 0 || type.numberOfParams > 1)) {\r
-                    handlerResult = requestHandler\r
-                        ? requestHandler(...requestMessage.params, cancellationSource.token)\r
-                        : starRequestHandler(requestMessage.method, ...requestMessage.params, cancellationSource.token);\r
-                }\r
-                else {\r
-                    handlerResult = requestHandler\r
-                        ? requestHandler(requestMessage.params, cancellationSource.token)\r
-                        : starRequestHandler(requestMessage.method, requestMessage.params, cancellationSource.token);\r
-                }\r
-                let promise = handlerResult;\r
-                if (!handlerResult) {\r
-                    delete requestTokens[tokenKey];\r
-                    replySuccess(handlerResult, requestMessage.method, startTime);\r
-                }\r
-                else if (promise.then) {\r
-                    promise.then((resultOrError) => {\r
-                        delete requestTokens[tokenKey];\r
-                        reply(resultOrError, requestMessage.method, startTime);\r
-                    }, error => {\r
-                        delete requestTokens[tokenKey];\r
-                        if (error instanceof messages_1.ResponseError) {\r
-                            replyError(error, requestMessage.method, startTime);\r
-                        }\r
-                        else if (error && Is.string(error.message)) {\r
-                            replyError(new messages_1.ResponseError(messages_1.ErrorCodes.InternalError, `Request ${requestMessage.method} failed with message: ${error.message}`), requestMessage.method, startTime);\r
-                        }\r
-                        else {\r
-                            replyError(new messages_1.ResponseError(messages_1.ErrorCodes.InternalError, `Request ${requestMessage.method} failed unexpectedly without providing any details.`), requestMessage.method, startTime);\r
-                        }\r
-                    });\r
-                }\r
-                else {\r
-                    delete requestTokens[tokenKey];\r
-                    reply(handlerResult, requestMessage.method, startTime);\r
-                }\r
-            }\r
-            catch (error) {\r
-                delete requestTokens[tokenKey];\r
-                if (error instanceof messages_1.ResponseError) {\r
-                    reply(error, requestMessage.method, startTime);\r
-                }\r
-                else if (error && Is.string(error.message)) {\r
-                    replyError(new messages_1.ResponseError(messages_1.ErrorCodes.InternalError, `Request ${requestMessage.method} failed with message: ${error.message}`), requestMessage.method, startTime);\r
-                }\r
-                else {\r
-                    replyError(new messages_1.ResponseError(messages_1.ErrorCodes.InternalError, `Request ${requestMessage.method} failed unexpectedly without providing any details.`), requestMessage.method, startTime);\r
-                }\r
-            }\r
-        }\r
-        else {\r
-            replyError(new messages_1.ResponseError(messages_1.ErrorCodes.MethodNotFound, `Unhandled method ${requestMessage.method}`), requestMessage.method, startTime);\r
-        }\r
-    }\r
-    function handleResponse(responseMessage) {\r
-        if (isDisposed()) {\r
-            // See handle request.\r
-            return;\r
-        }\r
-        if (responseMessage.id === null) {\r
-            if (responseMessage.error) {\r
-                logger.error(`Received response message without id: Error is: \n${JSON.stringify(responseMessage.error, undefined, 4)}`);\r
-            }\r
-            else {\r
-                logger.error(`Received response message without id. No further error information provided.`);\r
-            }\r
-        }\r
-        else {\r
-            let key = String(responseMessage.id);\r
-            let responsePromise = responsePromises[key];\r
-            traceReceivedResponse(responseMessage, responsePromise);\r
-            if (responsePromise) {\r
-                delete responsePromises[key];\r
-                try {\r
-                    if (responseMessage.error) {\r
-                        let error = responseMessage.error;\r
-                        responsePromise.reject(new messages_1.ResponseError(error.code, error.message, error.data));\r
-                    }\r
-                    else if (responseMessage.result !== void 0) {\r
-                        responsePromise.resolve(responseMessage.result);\r
-                    }\r
-                    else {\r
-                        throw new Error('Should never happen.');\r
-                    }\r
-                }\r
-                catch (error) {\r
-                    if (error.message) {\r
-                        logger.error(`Response handler '${responsePromise.method}' failed with message: ${error.message}`);\r
-                    }\r
-                    else {\r
-                        logger.error(`Response handler '${responsePromise.method}' failed unexpectedly.`);\r
-                    }\r
-                }\r
-            }\r
-        }\r
-    }\r
-    function handleNotification(message) {\r
-        if (isDisposed()) {\r
-            // See handle request.\r
-            return;\r
-        }\r
-        let type = undefined;\r
-        let notificationHandler;\r
-        if (message.method === CancelNotification.type.method) {\r
-            notificationHandler = (params) => {\r
-                let id = params.id;\r
-                let source = requestTokens[String(id)];\r
-                if (source) {\r
-                    source.cancel();\r
-                }\r
-            };\r
-        }\r
-        else {\r
-            let element = notificationHandlers[message.method];\r
-            if (element) {\r
-                notificationHandler = element.handler;\r
-                type = element.type;\r
-            }\r
-        }\r
-        if (notificationHandler || starNotificationHandler) {\r
-            try {\r
-                traceReceivedNotification(message);\r
-                if (message.params === void 0 || (type !== void 0 && type.numberOfParams === 0)) {\r
-                    notificationHandler ? notificationHandler() : starNotificationHandler(message.method);\r
-                }\r
-                else if (Is.array(message.params) && (type === void 0 || type.numberOfParams > 1)) {\r
-                    notificationHandler ? notificationHandler(...message.params) : starNotificationHandler(message.method, ...message.params);\r
-                }\r
-                else {\r
-                    notificationHandler ? notificationHandler(message.params) : starNotificationHandler(message.method, message.params);\r
-                }\r
-            }\r
-            catch (error) {\r
-                if (error.message) {\r
-                    logger.error(`Notification handler '${message.method}' failed with message: ${error.message}`);\r
-                }\r
-                else {\r
-                    logger.error(`Notification handler '${message.method}' failed unexpectedly.`);\r
-                }\r
-            }\r
-        }\r
-        else {\r
-            unhandledNotificationEmitter.fire(message);\r
-        }\r
-    }\r
-    function handleInvalidMessage(message) {\r
-        if (!message) {\r
-            logger.error('Received empty message.');\r
-            return;\r
-        }\r
-        logger.error(`Received message which is neither a response nor a notification message:\n${JSON.stringify(message, null, 4)}`);\r
-        // Test whether we find an id to reject the promise\r
-        let responseMessage = message;\r
-        if (Is.string(responseMessage.id) || Is.number(responseMessage.id)) {\r
-            let key = String(responseMessage.id);\r
-            let responseHandler = responsePromises[key];\r
-            if (responseHandler) {\r
-                responseHandler.reject(new Error('The received response has neither a result nor an error property.'));\r
-            }\r
-        }\r
-    }\r
-    function traceSendingRequest(message) {\r
-        if (trace === Trace.Off || !tracer) {\r
-            return;\r
-        }\r
-        if (traceFormat === TraceFormat.Text) {\r
-            let data = undefined;\r
-            if (trace === Trace.Verbose && message.params) {\r
-                data = `Params: ${JSON.stringify(message.params, null, 4)}\n\n`;\r
-            }\r
-            tracer.log(`Sending request '${message.method} - (${message.id})'.`, data);\r
-        }\r
-        else {\r
-            logLSPMessage('send-request', message);\r
-        }\r
-    }\r
-    function traceSendingNotification(message) {\r
-        if (trace === Trace.Off || !tracer) {\r
-            return;\r
-        }\r
-        if (traceFormat === TraceFormat.Text) {\r
-            let data = undefined;\r
-            if (trace === Trace.Verbose) {\r
-                if (message.params) {\r
-                    data = `Params: ${JSON.stringify(message.params, null, 4)}\n\n`;\r
-                }\r
-                else {\r
-                    data = 'No parameters provided.\n\n';\r
-                }\r
-            }\r
-            tracer.log(`Sending notification '${message.method}'.`, data);\r
-        }\r
-        else {\r
-            logLSPMessage('send-notification', message);\r
-        }\r
-    }\r
-    function traceSendingResponse(message, method, startTime) {\r
-        if (trace === Trace.Off || !tracer) {\r
-            return;\r
-        }\r
-        if (traceFormat === TraceFormat.Text) {\r
-            let data = undefined;\r
-            if (trace === Trace.Verbose) {\r
-                if (message.error && message.error.data) {\r
-                    data = `Error data: ${JSON.stringify(message.error.data, null, 4)}\n\n`;\r
-                }\r
-                else {\r
-                    if (message.result) {\r
-                        data = `Result: ${JSON.stringify(message.result, null, 4)}\n\n`;\r
-                    }\r
-                    else if (message.error === void 0) {\r
-                        data = 'No result returned.\n\n';\r
-                    }\r
-                }\r
-            }\r
-            tracer.log(`Sending response '${method} - (${message.id})'. Processing request took ${Date.now() - startTime}ms`, data);\r
-        }\r
-        else {\r
-            logLSPMessage('send-response', message);\r
-        }\r
-    }\r
-    function traceReceivedRequest(message) {\r
-        if (trace === Trace.Off || !tracer) {\r
-            return;\r
-        }\r
-        if (traceFormat === TraceFormat.Text) {\r
-            let data = undefined;\r
-            if (trace === Trace.Verbose && message.params) {\r
-                data = `Params: ${JSON.stringify(message.params, null, 4)}\n\n`;\r
-            }\r
-            tracer.log(`Received request '${message.method} - (${message.id})'.`, data);\r
-        }\r
-        else {\r
-            logLSPMessage('receive-request', message);\r
-        }\r
-    }\r
-    function traceReceivedNotification(message) {\r
-        if (trace === Trace.Off || !tracer || message.method === LogTraceNotification.type.method) {\r
-            return;\r
-        }\r
-        if (traceFormat === TraceFormat.Text) {\r
-            let data = undefined;\r
-            if (trace === Trace.Verbose) {\r
-                if (message.params) {\r
-                    data = `Params: ${JSON.stringify(message.params, null, 4)}\n\n`;\r
-                }\r
-                else {\r
-                    data = 'No parameters provided.\n\n';\r
-                }\r
-            }\r
-            tracer.log(`Received notification '${message.method}'.`, data);\r
-        }\r
-        else {\r
-            logLSPMessage('receive-notification', message);\r
-        }\r
-    }\r
-    function traceReceivedResponse(message, responsePromise) {\r
-        if (trace === Trace.Off || !tracer) {\r
-            return;\r
-        }\r
-        if (traceFormat === TraceFormat.Text) {\r
-            let data = undefined;\r
-            if (trace === Trace.Verbose) {\r
-                if (message.error && message.error.data) {\r
-                    data = `Error data: ${JSON.stringify(message.error.data, null, 4)}\n\n`;\r
-                }\r
-                else {\r
-                    if (message.result) {\r
-                        data = `Result: ${JSON.stringify(message.result, null, 4)}\n\n`;\r
-                    }\r
-                    else if (message.error === void 0) {\r
-                        data = 'No result returned.\n\n';\r
-                    }\r
-                }\r
-            }\r
-            if (responsePromise) {\r
-                let error = message.error ? ` Request failed: ${message.error.message} (${message.error.code}).` : '';\r
-                tracer.log(`Received response '${responsePromise.method} - (${message.id})' in ${Date.now() - responsePromise.timerStart}ms.${error}`, data);\r
-            }\r
-            else {\r
-                tracer.log(`Received response ${message.id} without active response promise.`, data);\r
-            }\r
-        }\r
-        else {\r
-            logLSPMessage('receive-response', message);\r
-        }\r
-    }\r
-    function logLSPMessage(type, message) {\r
-        if (!tracer || trace === Trace.Off) {\r
-            return;\r
-        }\r
-        const lspMessage = {\r
-            isLSPMessage: true,\r
-            type,\r
-            message,\r
-            timestamp: Date.now()\r
-        };\r
-        tracer.log(lspMessage);\r
-    }\r
-    function throwIfClosedOrDisposed() {\r
-        if (isClosed()) {\r
-            throw new ConnectionError(ConnectionErrors.Closed, 'Connection is closed.');\r
-        }\r
-        if (isDisposed()) {\r
-            throw new ConnectionError(ConnectionErrors.Disposed, 'Connection is disposed.');\r
-        }\r
-    }\r
-    function throwIfListening() {\r
-        if (isListening()) {\r
-            throw new ConnectionError(ConnectionErrors.AlreadyListening, 'Connection is already listening');\r
-        }\r
-    }\r
-    function throwIfNotListening() {\r
-        if (!isListening()) {\r
-            throw new Error('Call listen() first.');\r
-        }\r
-    }\r
-    function undefinedToNull(param) {\r
-        if (param === void 0) {\r
-            return null;\r
-        }\r
-        else {\r
-            return param;\r
-        }\r
-    }\r
-    function computeMessageParams(type, params) {\r
-        let result;\r
-        let numberOfParams = type.numberOfParams;\r
-        switch (numberOfParams) {\r
-            case 0:\r
-                result = null;\r
-                break;\r
-            case 1:\r
-                result = undefinedToNull(params[0]);\r
-                break;\r
-            default:\r
-                result = [];\r
-                for (let i = 0; i < params.length && i < numberOfParams; i++) {\r
-                    result.push(undefinedToNull(params[i]));\r
-                }\r
-                if (params.length < numberOfParams) {\r
-                    for (let i = params.length; i < numberOfParams; i++) {\r
-                        result.push(null);\r
-                    }\r
-                }\r
-                break;\r
-        }\r
-        return result;\r
-    }\r
-    let connection = {\r
-        sendNotification: (type, ...params) => {\r
-            throwIfClosedOrDisposed();\r
-            let method;\r
-            let messageParams;\r
-            if (Is.string(type)) {\r
-                method = type;\r
-                switch (params.length) {\r
-                    case 0:\r
-                        messageParams = null;\r
-                        break;\r
-                    case 1:\r
-                        messageParams = params[0];\r
-                        break;\r
-                    default:\r
-                        messageParams = params;\r
-                        break;\r
-                }\r
-            }\r
-            else {\r
-                method = type.method;\r
-                messageParams = computeMessageParams(type, params);\r
-            }\r
-            let notificationMessage = {\r
-                jsonrpc: version,\r
-                method: method,\r
-                params: messageParams\r
-            };\r
-            traceSendingNotification(notificationMessage);\r
-            messageWriter.write(notificationMessage);\r
-        },\r
-        onNotification: (type, handler) => {\r
-            throwIfClosedOrDisposed();\r
-            if (Is.func(type)) {\r
-                starNotificationHandler = type;\r
-            }\r
-            else if (handler) {\r
-                if (Is.string(type)) {\r
-                    notificationHandlers[type] = { type: undefined, handler };\r
-                }\r
-                else {\r
-                    notificationHandlers[type.method] = { type, handler };\r
-                }\r
-            }\r
-        },\r
-        onProgress: (_type, token, handler) => {\r
-            if (progressHandlers.has(token)) {\r
-                throw new Error(`Progress handler for token ${token} already registered`);\r
-            }\r
-            progressHandlers.set(token, handler);\r
-            return {\r
-                dispose: () => {\r
-                    progressHandlers.delete(token);\r
-                }\r
-            };\r
-        },\r
-        sendProgress: (_type, token, value) => {\r
-            connection.sendNotification(ProgressNotification.type, { token, value });\r
-        },\r
-        onUnhandledProgress: unhandledProgressEmitter.event,\r
-        sendRequest: (type, ...params) => {\r
-            throwIfClosedOrDisposed();\r
-            throwIfNotListening();\r
-            let method;\r
-            let messageParams;\r
-            let token = undefined;\r
-            if (Is.string(type)) {\r
-                method = type;\r
-                switch (params.length) {\r
-                    case 0:\r
-                        messageParams = null;\r
-                        break;\r
-                    case 1:\r
-                        // The cancellation token is optional so it can also be undefined.\r
-                        if (cancellation_1.CancellationToken.is(params[0])) {\r
-                            messageParams = null;\r
-                            token = params[0];\r
-                        }\r
-                        else {\r
-                            messageParams = undefinedToNull(params[0]);\r
-                        }\r
-                        break;\r
-                    default:\r
-                        const last = params.length - 1;\r
-                        if (cancellation_1.CancellationToken.is(params[last])) {\r
-                            token = params[last];\r
-                            if (params.length === 2) {\r
-                                messageParams = undefinedToNull(params[0]);\r
-                            }\r
-                            else {\r
-                                messageParams = params.slice(0, last).map(value => undefinedToNull(value));\r
-                            }\r
-                        }\r
-                        else {\r
-                            messageParams = params.map(value => undefinedToNull(value));\r
-                        }\r
-                        break;\r
-                }\r
-            }\r
-            else {\r
-                method = type.method;\r
-                messageParams = computeMessageParams(type, params);\r
-                let numberOfParams = type.numberOfParams;\r
-                token = cancellation_1.CancellationToken.is(params[numberOfParams]) ? params[numberOfParams] : undefined;\r
-            }\r
-            let id = sequenceNumber++;\r
-            let result = new Promise((resolve, reject) => {\r
-                let requestMessage = {\r
-                    jsonrpc: version,\r
-                    id: id,\r
-                    method: method,\r
-                    params: messageParams\r
-                };\r
-                let responsePromise = { method: method, timerStart: Date.now(), resolve, reject };\r
-                traceSendingRequest(requestMessage);\r
-                try {\r
-                    messageWriter.write(requestMessage);\r
-                }\r
-                catch (e) {\r
-                    // Writing the message failed. So we need to reject the promise.\r
-                    responsePromise.reject(new messages_1.ResponseError(messages_1.ErrorCodes.MessageWriteError, e.message ? e.message : 'Unknown reason'));\r
-                    responsePromise = null;\r
-                }\r
-                if (responsePromise) {\r
-                    responsePromises[String(id)] = responsePromise;\r
-                }\r
-            });\r
-            if (token) {\r
-                token.onCancellationRequested(() => {\r
-                    connection.sendNotification(CancelNotification.type, { id });\r
-                });\r
-            }\r
-            return result;\r
-        },\r
-        onRequest: (type, handler) => {\r
-            throwIfClosedOrDisposed();\r
-            if (Is.func(type)) {\r
-                starRequestHandler = type;\r
-            }\r
-            else if (handler) {\r
-                if (Is.string(type)) {\r
-                    requestHandlers[type] = { type: undefined, handler };\r
-                }\r
-                else {\r
-                    requestHandlers[type.method] = { type, handler };\r
-                }\r
-            }\r
-        },\r
-        trace: (_value, _tracer, sendNotificationOrTraceOptions) => {\r
-            let _sendNotification = false;\r
-            let _traceFormat = TraceFormat.Text;\r
-            if (sendNotificationOrTraceOptions !== void 0) {\r
-                if (Is.boolean(sendNotificationOrTraceOptions)) {\r
-                    _sendNotification = sendNotificationOrTraceOptions;\r
-                }\r
-                else {\r
-                    _sendNotification = sendNotificationOrTraceOptions.sendNotification || false;\r
-                    _traceFormat = sendNotificationOrTraceOptions.traceFormat || TraceFormat.Text;\r
-                }\r
-            }\r
-            trace = _value;\r
-            traceFormat = _traceFormat;\r
-            if (trace === Trace.Off) {\r
-                tracer = undefined;\r
-            }\r
-            else {\r
-                tracer = _tracer;\r
-            }\r
-            if (_sendNotification && !isClosed() && !isDisposed()) {\r
-                connection.sendNotification(SetTraceNotification.type, { value: Trace.toString(_value) });\r
-            }\r
-        },\r
-        onError: errorEmitter.event,\r
-        onClose: closeEmitter.event,\r
-        onUnhandledNotification: unhandledNotificationEmitter.event,\r
-        onDispose: disposeEmitter.event,\r
-        dispose: () => {\r
-            if (isDisposed()) {\r
-                return;\r
-            }\r
-            state = ConnectionState.Disposed;\r
-            disposeEmitter.fire(undefined);\r
-            let error = new Error('Connection got disposed.');\r
-            Object.keys(responsePromises).forEach((key) => {\r
-                responsePromises[key].reject(error);\r
-            });\r
-            responsePromises = Object.create(null);\r
-            requestTokens = Object.create(null);\r
-            messageQueue = new linkedMap_1.LinkedMap();\r
-            // Test for backwards compatibility\r
-            if (Is.func(messageWriter.dispose)) {\r
-                messageWriter.dispose();\r
-            }\r
-            if (Is.func(messageReader.dispose)) {\r
-                messageReader.dispose();\r
-            }\r
-        },\r
-        listen: () => {\r
-            throwIfClosedOrDisposed();\r
-            throwIfListening();\r
-            state = ConnectionState.Listening;\r
-            messageReader.listen(callback);\r
-        },\r
-        inspect: () => {\r
-            // eslint-disable-next-line no-console\r
-            console.log('inspect');\r
-        }\r
-    };\r
-    connection.onNotification(LogTraceNotification.type, (params) => {\r
-        if (trace === Trace.Off || !tracer) {\r
-            return;\r
-        }\r
-        tracer.log(params.message, trace === Trace.Verbose ? params.verbose : undefined);\r
-    });\r
-    connection.onNotification(ProgressNotification.type, (params) => {\r
-        const handler = progressHandlers.get(params.token);\r
-        if (handler) {\r
-            handler(params.value);\r
-        }\r
-        else {\r
-            unhandledProgressEmitter.fire(params);\r
-        }\r
-    });\r
-    return connection;\r
-}\r
-function isMessageReader(value) {\r
-    return value.listen !== void 0 && value.read === void 0;\r
-}\r
-function isMessageWriter(value) {\r
-    return value.write !== void 0 && value.end === void 0;\r
-}\r
-function createMessageConnection(input, output, logger, strategy) {\r
-    if (!logger) {\r
-        logger = exports.NullLogger;\r
-    }\r
-    let reader = isMessageReader(input) ? input : new messageReader_1.StreamMessageReader(input);\r
-    let writer = isMessageWriter(output) ? output : new messageWriter_1.StreamMessageWriter(output);\r
-    return _createMessageConnection(reader, writer, logger, strategy);\r
-}\r
-exports.createMessageConnection = createMessageConnection;\r
 
+/*---------------------------------------------------------------------------------------------
+ *  Copyright (c) Microsoft Corporation. All rights reserved.
+ *  Licensed under the MIT License. See License.txt in the project root for license information.
+ *--------------------------------------------------------------------------------------------*/
+Object.defineProperty(exports, "__esModule", ({ value: true }));
+var Disposable;
+(function (Disposable) {
+    function create(func) {
+        return {
+            dispose: func
+        };
+    }
+    Disposable.create = create;
+})(Disposable = exports.Disposable || (exports.Disposable = {}));
+//# sourceMappingURL=disposable.js.map
 
 /***/ }),
-/* 36 */
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-/* --------------------------------------------------------------------------------------------\r
- * Copyright (c) Microsoft Corporation. All rights reserved.\r
- * Licensed under the MIT License. See License.txt in the project root for license information.\r
- * ------------------------------------------------------------------------------------------ */\r
-\r
-Object.defineProperty(exports, "__esModule", { value: true });\r
-function boolean(value) {\r
-    return value === true || value === false;\r
-}\r
-exports.boolean = boolean;\r
-function string(value) {\r
-    return typeof value === 'string' || value instanceof String;\r
-}\r
-exports.string = string;\r
-function number(value) {\r
-    return typeof value === 'number' || value instanceof Number;\r
-}\r
-exports.number = number;\r
-function error(value) {\r
-    return value instanceof Error;\r
-}\r
-exports.error = error;\r
-function func(value) {\r
-    return typeof value === 'function';\r
-}\r
-exports.func = func;\r
-function array(value) {\r
-    return Array.isArray(value);\r
-}\r
-exports.array = array;\r
-function stringArray(value) {\r
-    return array(value) && value.every(elem => string(elem));\r
-}\r
-exports.stringArray = stringArray;\r
+/* 10 */
+/***/ ((module) => {
 
+module.exports = require("util");;
 
 /***/ }),
-/* 37 */
-/***/ (function(module, exports, __webpack_require__) {
+/* 11 */
+/***/ ((__unused_webpack_module, exports, __webpack_require__) => {
 
-"use strict";
-/* --------------------------------------------------------------------------------------------\r
- * Copyright (c) Microsoft Corporation. All rights reserved.\r
- * Licensed under the MIT License. See License.txt in the project root for license information.\r
- * ------------------------------------------------------------------------------------------ */\r
-\r
-Object.defineProperty(exports, "__esModule", { value: true });\r
-const is = __webpack_require__(36);\r
-/**\r
- * Predefined error codes.\r
- */\r
-var ErrorCodes;\r
-(function (ErrorCodes) {\r
-    // Defined by JSON RPC\r
-    ErrorCodes.ParseError = -32700;\r
-    ErrorCodes.InvalidRequest = -32600;\r
-    ErrorCodes.MethodNotFound = -32601;\r
-    ErrorCodes.InvalidParams = -32602;\r
-    ErrorCodes.InternalError = -32603;\r
-    ErrorCodes.serverErrorStart = -32099;\r
-    ErrorCodes.serverErrorEnd = -32000;\r
-    ErrorCodes.ServerNotInitialized = -32002;\r
-    ErrorCodes.UnknownErrorCode = -32001;\r
-    // Defined by the protocol.\r
-    ErrorCodes.RequestCancelled = -32800;\r
-    ErrorCodes.ContentModified = -32801;\r
-    // Defined by VSCode library.\r
-    ErrorCodes.MessageWriteError = 1;\r
-    ErrorCodes.MessageReadError = 2;\r
-})(ErrorCodes = exports.ErrorCodes || (exports.ErrorCodes = {}));\r
-/**\r
- * An error object return in a response in case a request\r
- * has failed.\r
- */\r
-class ResponseError extends Error {\r
-    constructor(code, message, data) {\r
-        super(message);\r
-        this.code = is.number(code) ? code : ErrorCodes.UnknownErrorCode;\r
-        this.data = data;\r
-        Object.setPrototypeOf(this, ResponseError.prototype);\r
-    }\r
-    toJson() {\r
-        return {\r
-            code: this.code,\r
-            message: this.message,\r
-            data: this.data,\r
-        };\r
-    }\r
-}\r
-exports.ResponseError = ResponseError;\r
-/**\r
- * An abstract implementation of a MessageType.\r
- */\r
-class AbstractMessageType {\r
-    constructor(_method, _numberOfParams) {\r
-        this._method = _method;\r
-        this._numberOfParams = _numberOfParams;\r
-    }\r
-    get method() {\r
-        return this._method;\r
-    }\r
-    get numberOfParams() {\r
-        return this._numberOfParams;\r
-    }\r
-}\r
-exports.AbstractMessageType = AbstractMessageType;\r
-/**\r
- * Classes to type request response pairs\r
- *\r
- * The type parameter RO will be removed in the next major version\r
- * of the JSON RPC library since it is a LSP concept and doesn't\r
- * belong here. For now it is tagged as default never.\r
- */\r
-class RequestType0 extends AbstractMessageType {\r
-    constructor(method) {\r
-        super(method, 0);\r
-    }\r
-}\r
-exports.RequestType0 = RequestType0;\r
-class RequestType extends AbstractMessageType {\r
-    constructor(method) {\r
-        super(method, 1);\r
-    }\r
-}\r
-exports.RequestType = RequestType;\r
-class RequestType1 extends AbstractMessageType {\r
-    constructor(method) {\r
-        super(method, 1);\r
-    }\r
-}\r
-exports.RequestType1 = RequestType1;\r
-class RequestType2 extends AbstractMessageType {\r
-    constructor(method) {\r
-        super(method, 2);\r
-    }\r
-}\r
-exports.RequestType2 = RequestType2;\r
-class RequestType3 extends AbstractMessageType {\r
-    constructor(method) {\r
-        super(method, 3);\r
-    }\r
-}\r
-exports.RequestType3 = RequestType3;\r
-class RequestType4 extends AbstractMessageType {\r
-    constructor(method) {\r
-        super(method, 4);\r
-    }\r
-}\r
-exports.RequestType4 = RequestType4;\r
-class RequestType5 extends AbstractMessageType {\r
-    constructor(method) {\r
-        super(method, 5);\r
-    }\r
-}\r
-exports.RequestType5 = RequestType5;\r
-class RequestType6 extends AbstractMessageType {\r
-    constructor(method) {\r
-        super(method, 6);\r
-    }\r
-}\r
-exports.RequestType6 = RequestType6;\r
-class RequestType7 extends AbstractMessageType {\r
-    constructor(method) {\r
-        super(method, 7);\r
-    }\r
-}\r
-exports.RequestType7 = RequestType7;\r
-class RequestType8 extends AbstractMessageType {\r
-    constructor(method) {\r
-        super(method, 8);\r
-    }\r
-}\r
-exports.RequestType8 = RequestType8;\r
-class RequestType9 extends AbstractMessageType {\r
-    constructor(method) {\r
-        super(method, 9);\r
-    }\r
-}\r
-exports.RequestType9 = RequestType9;\r
-/**\r
- * The type parameter RO will be removed in the next major version\r
- * of the JSON RPC library since it is a LSP concept and doesn't\r
- * belong here. For now it is tagged as default never.\r
- */\r
-class NotificationType extends AbstractMessageType {\r
-    constructor(method) {\r
-        super(method, 1);\r
-        this._ = undefined;\r
-    }\r
-}\r
-exports.NotificationType = NotificationType;\r
-class NotificationType0 extends AbstractMessageType {\r
-    constructor(method) {\r
-        super(method, 0);\r
-    }\r
-}\r
-exports.NotificationType0 = NotificationType0;\r
-class NotificationType1 extends AbstractMessageType {\r
-    constructor(method) {\r
-        super(method, 1);\r
-    }\r
-}\r
-exports.NotificationType1 = NotificationType1;\r
-class NotificationType2 extends AbstractMessageType {\r
-    constructor(method) {\r
-        super(method, 2);\r
-    }\r
-}\r
-exports.NotificationType2 = NotificationType2;\r
-class NotificationType3 extends AbstractMessageType {\r
-    constructor(method) {\r
-        super(method, 3);\r
-    }\r
-}\r
-exports.NotificationType3 = NotificationType3;\r
-class NotificationType4 extends AbstractMessageType {\r
-    constructor(method) {\r
-        super(method, 4);\r
-    }\r
-}\r
-exports.NotificationType4 = NotificationType4;\r
-class NotificationType5 extends AbstractMessageType {\r
-    constructor(method) {\r
-        super(method, 5);\r
-    }\r
-}\r
-exports.NotificationType5 = NotificationType5;\r
-class NotificationType6 extends AbstractMessageType {\r
-    constructor(method) {\r
-        super(method, 6);\r
-    }\r
-}\r
-exports.NotificationType6 = NotificationType6;\r
-class NotificationType7 extends AbstractMessageType {\r
-    constructor(method) {\r
-        super(method, 7);\r
-    }\r
-}\r
-exports.NotificationType7 = NotificationType7;\r
-class NotificationType8 extends AbstractMessageType {\r
-    constructor(method) {\r
-        super(method, 8);\r
-    }\r
-}\r
-exports.NotificationType8 = NotificationType8;\r
-class NotificationType9 extends AbstractMessageType {\r
-    constructor(method) {\r
-        super(method, 9);\r
-    }\r
-}\r
-exports.NotificationType9 = NotificationType9;\r
-/**\r
- * Tests if the given message is a request message\r
- */\r
-function isRequestMessage(message) {\r
-    let candidate = message;\r
-    return candidate && is.string(candidate.method) && (is.string(candidate.id) || is.number(candidate.id));\r
-}\r
-exports.isRequestMessage = isRequestMessage;\r
-/**\r
- * Tests if the given message is a notification message\r
- */\r
-function isNotificationMessage(message) {\r
-    let candidate = message;\r
-    return candidate && is.string(candidate.method) && message.id === void 0;\r
-}\r
-exports.isNotificationMessage = isNotificationMessage;\r
-/**\r
- * Tests if the given message is a response message\r
- */\r
-function isResponseMessage(message) {\r
-    let candidate = message;\r
-    return candidate && (candidate.result !== void 0 || !!candidate.error) && (is.string(candidate.id) || is.number(candidate.id) || candidate.id === null);\r
-}\r
-exports.isResponseMessage = isResponseMessage;\r
 
+/* --------------------------------------------------------------------------------------------
+ * Copyright (c) Microsoft Corporation. All rights reserved.
+ * Licensed under the MIT License. See License.txt in the project root for license information.
+ * ------------------------------------------------------------------------------------------ */
+/// <reference path="../../typings/thenable.d.ts" />
+Object.defineProperty(exports, "__esModule", ({ value: true }));
+const messages_1 = __webpack_require__(12);
+exports.RequestType = messages_1.RequestType;
+exports.RequestType0 = messages_1.RequestType0;
+exports.RequestType1 = messages_1.RequestType1;
+exports.RequestType2 = messages_1.RequestType2;
+exports.RequestType3 = messages_1.RequestType3;
+exports.RequestType4 = messages_1.RequestType4;
+exports.RequestType5 = messages_1.RequestType5;
+exports.RequestType6 = messages_1.RequestType6;
+exports.RequestType7 = messages_1.RequestType7;
+exports.RequestType8 = messages_1.RequestType8;
+exports.RequestType9 = messages_1.RequestType9;
+exports.ResponseError = messages_1.ResponseError;
+exports.ErrorCodes = messages_1.ErrorCodes;
+exports.NotificationType = messages_1.NotificationType;
+exports.NotificationType0 = messages_1.NotificationType0;
+exports.NotificationType1 = messages_1.NotificationType1;
+exports.NotificationType2 = messages_1.NotificationType2;
+exports.NotificationType3 = messages_1.NotificationType3;
+exports.NotificationType4 = messages_1.NotificationType4;
+exports.NotificationType5 = messages_1.NotificationType5;
+exports.NotificationType6 = messages_1.NotificationType6;
+exports.NotificationType7 = messages_1.NotificationType7;
+exports.NotificationType8 = messages_1.NotificationType8;
+exports.NotificationType9 = messages_1.NotificationType9;
+const disposable_1 = __webpack_require__(9);
+exports.Disposable = disposable_1.Disposable;
+const events_1 = __webpack_require__(14);
+exports.Event = events_1.Event;
+exports.Emitter = events_1.Emitter;
+const cancellation_1 = __webpack_require__(15);
+exports.CancellationTokenSource = cancellation_1.CancellationTokenSource;
+exports.CancellationToken = cancellation_1.CancellationToken;
+const messageReader_1 = __webpack_require__(16);
+exports.MessageReader = messageReader_1.MessageReader;
+exports.AbstractMessageReader = messageReader_1.AbstractMessageReader;
+exports.ReadableStreamMessageReader = messageReader_1.ReadableStreamMessageReader;
+const messageWriter_1 = __webpack_require__(17);
+exports.MessageWriter = messageWriter_1.MessageWriter;
+exports.AbstractMessageWriter = messageWriter_1.AbstractMessageWriter;
+exports.WriteableStreamMessageWriter = messageWriter_1.WriteableStreamMessageWriter;
+const connection_1 = __webpack_require__(19);
+exports.ConnectionStrategy = connection_1.ConnectionStrategy;
+exports.ConnectionOptions = connection_1.ConnectionOptions;
+exports.NullLogger = connection_1.NullLogger;
+exports.createMessageConnection = connection_1.createMessageConnection;
+exports.ProgressType = connection_1.ProgressType;
+exports.Trace = connection_1.Trace;
+exports.TraceFormat = connection_1.TraceFormat;
+exports.SetTraceNotification = connection_1.SetTraceNotification;
+exports.LogTraceNotification = connection_1.LogTraceNotification;
+exports.ConnectionErrors = connection_1.ConnectionErrors;
+exports.ConnectionError = connection_1.ConnectionError;
+exports.CancellationReceiverStrategy = connection_1.CancellationReceiverStrategy;
+exports.CancellationSenderStrategy = connection_1.CancellationSenderStrategy;
+exports.CancellationStrategy = connection_1.CancellationStrategy;
+const ral_1 = __webpack_require__(8);
+exports.RAL = ral_1.default;
+//# sourceMappingURL=api.js.map
 
 /***/ }),
-/* 38 */
-/***/ (function(module, exports, __webpack_require__) {
+/* 12 */
+/***/ ((__unused_webpack_module, exports, __webpack_require__) => {
 
-"use strict";
-/* --------------------------------------------------------------------------------------------\r
- * Copyright (c) Microsoft Corporation. All rights reserved.\r
- * Licensed under the MIT License. See License.txt in the project root for license information.\r
- * ------------------------------------------------------------------------------------------ */\r
-\r
-Object.defineProperty(exports, "__esModule", { value: true });\r
-const events_1 = __webpack_require__(39);\r
-const Is = __webpack_require__(36);\r
-let DefaultSize = 8192;\r
-let CR = Buffer.from('\r', 'ascii')[0];\r
-let LF = Buffer.from('\n', 'ascii')[0];\r
-let CRLF = '\r\n';\r
-class MessageBuffer {\r
-    constructor(encoding = 'utf8') {\r
-        this.encoding = encoding;\r
-        this.index = 0;\r
-        this.buffer = Buffer.allocUnsafe(DefaultSize);\r
-    }\r
-    append(chunk) {\r
-        var toAppend = chunk;\r
-        if (typeof (chunk) === 'string') {\r
-            var str = chunk;\r
-            var bufferLen = Buffer.byteLength(str, this.encoding);\r
-            toAppend = Buffer.allocUnsafe(bufferLen);\r
-            toAppend.write(str, 0, bufferLen, this.encoding);\r
-        }\r
-        if (this.buffer.length - this.index >= toAppend.length) {\r
-            toAppend.copy(this.buffer, this.index, 0, toAppend.length);\r
-        }\r
-        else {\r
-            var newSize = (Math.ceil((this.index + toAppend.length) / DefaultSize) + 1) * DefaultSize;\r
-            if (this.index === 0) {\r
-                this.buffer = Buffer.allocUnsafe(newSize);\r
-                toAppend.copy(this.buffer, 0, 0, toAppend.length);\r
-            }\r
-            else {\r
-                this.buffer = Buffer.concat([this.buffer.slice(0, this.index), toAppend], newSize);\r
-            }\r
-        }\r
-        this.index += toAppend.length;\r
-    }\r
-    tryReadHeaders() {\r
-        let result = undefined;\r
-        let current = 0;\r
-        while (current + 3 < this.index && (this.buffer[current] !== CR || this.buffer[current + 1] !== LF || this.buffer[current + 2] !== CR || this.buffer[current + 3] !== LF)) {\r
-            current++;\r
-        }\r
-        // No header / body separator found (e.g CRLFCRLF)\r
-        if (current + 3 >= this.index) {\r
-            return result;\r
-        }\r
-        result = Object.create(null);\r
-        let headers = this.buffer.toString('ascii', 0, current).split(CRLF);\r
-        headers.forEach((header) => {\r
-            let index = header.indexOf(':');\r
-            if (index === -1) {\r
-                throw new Error('Message header must separate key and value using :');\r
-            }\r
-            let key = header.substr(0, index);\r
-            let value = header.substr(index + 1).trim();\r
-            result[key] = value;\r
-        });\r
-        let nextStart = current + 4;\r
-        this.buffer = this.buffer.slice(nextStart);\r
-        this.index = this.index - nextStart;\r
-        return result;\r
-    }\r
-    tryReadContent(length) {\r
-        if (this.index < length) {\r
-            return null;\r
-        }\r
-        let result = this.buffer.toString(this.encoding, 0, length);\r
-        let nextStart = length;\r
-        this.buffer.copy(this.buffer, 0, nextStart);\r
-        this.index = this.index - nextStart;\r
-        return result;\r
-    }\r
-    get numberOfBytes() {\r
-        return this.index;\r
-    }\r
-}\r
-var MessageReader;\r
-(function (MessageReader) {\r
-    function is(value) {\r
-        let candidate = value;\r
-        return candidate && Is.func(candidate.listen) && Is.func(candidate.dispose) &&\r
-            Is.func(candidate.onError) && Is.func(candidate.onClose) && Is.func(candidate.onPartialMessage);\r
-    }\r
-    MessageReader.is = is;\r
-})(MessageReader = exports.MessageReader || (exports.MessageReader = {}));\r
-class AbstractMessageReader {\r
-    constructor() {\r
-        this.errorEmitter = new events_1.Emitter();\r
-        this.closeEmitter = new events_1.Emitter();\r
-        this.partialMessageEmitter = new events_1.Emitter();\r
-    }\r
-    dispose() {\r
-        this.errorEmitter.dispose();\r
-        this.closeEmitter.dispose();\r
-    }\r
-    get onError() {\r
-        return this.errorEmitter.event;\r
-    }\r
-    fireError(error) {\r
-        this.errorEmitter.fire(this.asError(error));\r
-    }\r
-    get onClose() {\r
-        return this.closeEmitter.event;\r
-    }\r
-    fireClose() {\r
-        this.closeEmitter.fire(undefined);\r
-    }\r
-    get onPartialMessage() {\r
-        return this.partialMessageEmitter.event;\r
-    }\r
-    firePartialMessage(info) {\r
-        this.partialMessageEmitter.fire(info);\r
-    }\r
-    asError(error) {\r
-        if (error instanceof Error) {\r
-            return error;\r
-        }\r
-        else {\r
-            return new Error(`Reader received error. Reason: ${Is.string(error.message) ? error.message : 'unknown'}`);\r
-        }\r
-    }\r
-}\r
-exports.AbstractMessageReader = AbstractMessageReader;\r
-class StreamMessageReader extends AbstractMessageReader {\r
-    constructor(readable, encoding = 'utf8') {\r
-        super();\r
-        this.readable = readable;\r
-        this.buffer = new MessageBuffer(encoding);\r
-        this._partialMessageTimeout = 10000;\r
-    }\r
-    set partialMessageTimeout(timeout) {\r
-        this._partialMessageTimeout = timeout;\r
-    }\r
-    get partialMessageTimeout() {\r
-        return this._partialMessageTimeout;\r
-    }\r
-    listen(callback) {\r
-        this.nextMessageLength = -1;\r
-        this.messageToken = 0;\r
-        this.partialMessageTimer = undefined;\r
-        this.callback = callback;\r
-        this.readable.on('data', (data) => {\r
-            this.onData(data);\r
-        });\r
-        this.readable.on('error', (error) => this.fireError(error));\r
-        this.readable.on('close', () => this.fireClose());\r
-    }\r
-    onData(data) {\r
-        this.buffer.append(data);\r
-        while (true) {\r
-            if (this.nextMessageLength === -1) {\r
-                let headers = this.buffer.tryReadHeaders();\r
-                if (!headers) {\r
-                    return;\r
-                }\r
-                let contentLength = headers['Content-Length'];\r
-                if (!contentLength) {\r
-                    throw new Error('Header must provide a Content-Length property.');\r
-                }\r
-                let length = parseInt(contentLength);\r
-                if (isNaN(length)) {\r
-                    throw new Error('Content-Length value must be a number.');\r
-                }\r
-                this.nextMessageLength = length;\r
-                // Take the encoding form the header. For compatibility\r
-                // treat both utf-8 and utf8 as node utf8\r
-            }\r
-            var msg = this.buffer.tryReadContent(this.nextMessageLength);\r
-            if (msg === null) {\r
-                /** We haven't received the full message yet. */\r
-                this.setPartialMessageTimer();\r
-                return;\r
-            }\r
-            this.clearPartialMessageTimer();\r
-            this.nextMessageLength = -1;\r
-            this.messageToken++;\r
-            var json = JSON.parse(msg);\r
-            this.callback(json);\r
-        }\r
-    }\r
-    clearPartialMessageTimer() {\r
-        if (this.partialMessageTimer) {\r
-            clearTimeout(this.partialMessageTimer);\r
-            this.partialMessageTimer = undefined;\r
-        }\r
-    }\r
-    setPartialMessageTimer() {\r
-        this.clearPartialMessageTimer();\r
-        if (this._partialMessageTimeout <= 0) {\r
-            return;\r
-        }\r
-        this.partialMessageTimer = setTimeout((token, timeout) => {\r
-            this.partialMessageTimer = undefined;\r
-            if (token === this.messageToken) {\r
-                this.firePartialMessage({ messageToken: token, waitingTime: timeout });\r
-                this.setPartialMessageTimer();\r
-            }\r
-        }, this._partialMessageTimeout, this.messageToken, this._partialMessageTimeout);\r
-    }\r
-}\r
-exports.StreamMessageReader = StreamMessageReader;\r
-class IPCMessageReader extends AbstractMessageReader {\r
-    constructor(process) {\r
-        super();\r
-        this.process = process;\r
-        let eventEmitter = this.process;\r
-        eventEmitter.on('error', (error) => this.fireError(error));\r
-        eventEmitter.on('close', () => this.fireClose());\r
-    }\r
-    listen(callback) {\r
-        this.process.on('message', callback);\r
-    }\r
-}\r
-exports.IPCMessageReader = IPCMessageReader;\r
-class SocketMessageReader extends StreamMessageReader {\r
-    constructor(socket, encoding = 'utf-8') {\r
-        super(socket, encoding);\r
-    }\r
-}\r
-exports.SocketMessageReader = SocketMessageReader;\r
 
+/* --------------------------------------------------------------------------------------------
+ * Copyright (c) Microsoft Corporation. All rights reserved.
+ * Licensed under the MIT License. See License.txt in the project root for license information.
+ * ------------------------------------------------------------------------------------------ */
+Object.defineProperty(exports, "__esModule", ({ value: true }));
+const is = __webpack_require__(13);
+/**
+ * Predefined error codes.
+ */
+var ErrorCodes;
+(function (ErrorCodes) {
+    // Defined by JSON RPC
+    ErrorCodes.ParseError = -32700;
+    ErrorCodes.InvalidRequest = -32600;
+    ErrorCodes.MethodNotFound = -32601;
+    ErrorCodes.InvalidParams = -32602;
+    ErrorCodes.InternalError = -32603;
+    ErrorCodes.serverErrorStart = -32099;
+    ErrorCodes.serverErrorEnd = -32000;
+    ErrorCodes.ServerNotInitialized = -32002;
+    ErrorCodes.UnknownErrorCode = -32001;
+    // Defined by the protocol.
+    ErrorCodes.RequestCancelled = -32800;
+    ErrorCodes.ContentModified = -32801;
+    // Defined by VSCode library.
+    ErrorCodes.MessageWriteError = 1;
+    ErrorCodes.MessageReadError = 2;
+})(ErrorCodes = exports.ErrorCodes || (exports.ErrorCodes = {}));
+/**
+ * An error object return in a response in case a request
+ * has failed.
+ */
+class ResponseError extends Error {
+    constructor(code, message, data) {
+        super(message);
+        this.code = is.number(code) ? code : ErrorCodes.UnknownErrorCode;
+        this.data = data;
+        Object.setPrototypeOf(this, ResponseError.prototype);
+    }
+    toJson() {
+        return {
+            code: this.code,
+            message: this.message,
+            data: this.data,
+        };
+    }
+}
+exports.ResponseError = ResponseError;
+/**
+ * An abstract implementation of a MessageType.
+ */
+class AbstractMessageSignature {
+    constructor(_method, _numberOfParams) {
+        this._method = _method;
+        this._numberOfParams = _numberOfParams;
+    }
+    get method() {
+        return this._method;
+    }
+    get numberOfParams() {
+        return this._numberOfParams;
+    }
+}
+exports.AbstractMessageSignature = AbstractMessageSignature;
+/**
+ * Classes to type request response pairs
+ *
+ * The type parameter RO will be removed in the next major version
+ * of the JSON RPC library since it is a LSP concept and doesn't
+ * belong here. For now it is tagged as default never.
+ */
+class RequestType0 extends AbstractMessageSignature {
+    constructor(method) {
+        super(method, 0);
+    }
+}
+exports.RequestType0 = RequestType0;
+class RequestType extends AbstractMessageSignature {
+    constructor(method) {
+        super(method, 1);
+    }
+}
+exports.RequestType = RequestType;
+class RequestType1 extends AbstractMessageSignature {
+    constructor(method) {
+        super(method, 1);
+    }
+}
+exports.RequestType1 = RequestType1;
+class RequestType2 extends AbstractMessageSignature {
+    constructor(method) {
+        super(method, 2);
+    }
+}
+exports.RequestType2 = RequestType2;
+class RequestType3 extends AbstractMessageSignature {
+    constructor(method) {
+        super(method, 3);
+    }
+}
+exports.RequestType3 = RequestType3;
+class RequestType4 extends AbstractMessageSignature {
+    constructor(method) {
+        super(method, 4);
+    }
+}
+exports.RequestType4 = RequestType4;
+class RequestType5 extends AbstractMessageSignature {
+    constructor(method) {
+        super(method, 5);
+    }
+}
+exports.RequestType5 = RequestType5;
+class RequestType6 extends AbstractMessageSignature {
+    constructor(method) {
+        super(method, 6);
+    }
+}
+exports.RequestType6 = RequestType6;
+class RequestType7 extends AbstractMessageSignature {
+    constructor(method) {
+        super(method, 7);
+    }
+}
+exports.RequestType7 = RequestType7;
+class RequestType8 extends AbstractMessageSignature {
+    constructor(method) {
+        super(method, 8);
+    }
+}
+exports.RequestType8 = RequestType8;
+class RequestType9 extends AbstractMessageSignature {
+    constructor(method) {
+        super(method, 9);
+    }
+}
+exports.RequestType9 = RequestType9;
+/**
+ * The type parameter RO will be removed in the next major version
+ * of the JSON RPC library since it is a LSP concept and doesn't
+ * belong here. For now it is tagged as default never.
+ */
+class NotificationType extends AbstractMessageSignature {
+    constructor(method) {
+        super(method, 1);
+        this._ = undefined;
+    }
+}
+exports.NotificationType = NotificationType;
+class NotificationType0 extends AbstractMessageSignature {
+    constructor(method) {
+        super(method, 0);
+    }
+}
+exports.NotificationType0 = NotificationType0;
+class NotificationType1 extends AbstractMessageSignature {
+    constructor(method) {
+        super(method, 1);
+    }
+}
+exports.NotificationType1 = NotificationType1;
+class NotificationType2 extends AbstractMessageSignature {
+    constructor(method) {
+        super(method, 2);
+    }
+}
+exports.NotificationType2 = NotificationType2;
+class NotificationType3 extends AbstractMessageSignature {
+    constructor(method) {
+        super(method, 3);
+    }
+}
+exports.NotificationType3 = NotificationType3;
+class NotificationType4 extends AbstractMessageSignature {
+    constructor(method) {
+        super(method, 4);
+    }
+}
+exports.NotificationType4 = NotificationType4;
+class NotificationType5 extends AbstractMessageSignature {
+    constructor(method) {
+        super(method, 5);
+    }
+}
+exports.NotificationType5 = NotificationType5;
+class NotificationType6 extends AbstractMessageSignature {
+    constructor(method) {
+        super(method, 6);
+    }
+}
+exports.NotificationType6 = NotificationType6;
+class NotificationType7 extends AbstractMessageSignature {
+    constructor(method) {
+        super(method, 7);
+    }
+}
+exports.NotificationType7 = NotificationType7;
+class NotificationType8 extends AbstractMessageSignature {
+    constructor(method) {
+        super(method, 8);
+    }
+}
+exports.NotificationType8 = NotificationType8;
+class NotificationType9 extends AbstractMessageSignature {
+    constructor(method) {
+        super(method, 9);
+    }
+}
+exports.NotificationType9 = NotificationType9;
+/**
+ * Tests if the given message is a request message
+ */
+function isRequestMessage(message) {
+    const candidate = message;
+    return candidate && is.string(candidate.method) && (is.string(candidate.id) || is.number(candidate.id));
+}
+exports.isRequestMessage = isRequestMessage;
+/**
+ * Tests if the given message is a notification message
+ */
+function isNotificationMessage(message) {
+    const candidate = message;
+    return candidate && is.string(candidate.method) && message.id === void 0;
+}
+exports.isNotificationMessage = isNotificationMessage;
+/**
+ * Tests if the given message is a response message
+ */
+function isResponseMessage(message) {
+    const candidate = message;
+    return candidate && (candidate.result !== void 0 || !!candidate.error) && (is.string(candidate.id) || is.number(candidate.id) || candidate.id === null);
+}
+exports.isResponseMessage = isResponseMessage;
+//# sourceMappingURL=messages.js.map
 
 /***/ }),
-/* 39 */
-/***/ (function(module, exports, __webpack_require__) {
+/* 13 */
+/***/ ((__unused_webpack_module, exports) => {
 
-"use strict";
-/* --------------------------------------------------------------------------------------------\r
- * Copyright (c) Microsoft Corporation. All rights reserved.\r
- * Licensed under the MIT License. See License.txt in the project root for license information.\r
- * ------------------------------------------------------------------------------------------ */\r
-\r
-Object.defineProperty(exports, "__esModule", { value: true });\r
-var Disposable;\r
-(function (Disposable) {\r
-    function create(func) {\r
-        return {\r
-            dispose: func\r
-        };\r
-    }\r
-    Disposable.create = create;\r
-})(Disposable = exports.Disposable || (exports.Disposable = {}));\r
-var Event;\r
-(function (Event) {\r
-    const _disposable = { dispose() { } };\r
-    Event.None = function () { return _disposable; };\r
-})(Event = exports.Event || (exports.Event = {}));\r
-class CallbackList {\r
-    add(callback, context = null, bucket) {\r
-        if (!this._callbacks) {\r
-            this._callbacks = [];\r
-            this._contexts = [];\r
-        }\r
-        this._callbacks.push(callback);\r
-        this._contexts.push(context);\r
-        if (Array.isArray(bucket)) {\r
-            bucket.push({ dispose: () => this.remove(callback, context) });\r
-        }\r
-    }\r
-    remove(callback, context = null) {\r
-        if (!this._callbacks) {\r
-            return;\r
-        }\r
-        var foundCallbackWithDifferentContext = false;\r
-        for (var i = 0, len = this._callbacks.length; i < len; i++) {\r
-            if (this._callbacks[i] === callback) {\r
-                if (this._contexts[i] === context) {\r
-                    // callback & context match => remove it\r
-                    this._callbacks.splice(i, 1);\r
-                    this._contexts.splice(i, 1);\r
-                    return;\r
-                }\r
-                else {\r
-                    foundCallbackWithDifferentContext = true;\r
-                }\r
-            }\r
-        }\r
-        if (foundCallbackWithDifferentContext) {\r
-            throw new Error('When adding a listener with a context, you should remove it with the same context');\r
-        }\r
-    }\r
-    invoke(...args) {\r
-        if (!this._callbacks) {\r
-            return [];\r
-        }\r
-        var ret = [], callbacks = this._callbacks.slice(0), contexts = this._contexts.slice(0);\r
-        for (var i = 0, len = callbacks.length; i < len; i++) {\r
-            try {\r
-                ret.push(callbacks[i].apply(contexts[i], args));\r
-            }\r
-            catch (e) {\r
-                // eslint-disable-next-line no-console\r
-                console.error(e);\r
-            }\r
-        }\r
-        return ret;\r
-    }\r
-    isEmpty() {\r
-        return !this._callbacks || this._callbacks.length === 0;\r
-    }\r
-    dispose() {\r
-        this._callbacks = undefined;\r
-        this._contexts = undefined;\r
-    }\r
-}\r
-class Emitter {\r
-    constructor(_options) {\r
-        this._options = _options;\r
-    }\r
-    /**\r
-     * For the public to allow to subscribe\r
-     * to events from this Emitter\r
-     */\r
-    get event() {\r
-        if (!this._event) {\r
-            this._event = (listener, thisArgs, disposables) => {\r
-                if (!this._callbacks) {\r
-                    this._callbacks = new CallbackList();\r
-                }\r
-                if (this._options && this._options.onFirstListenerAdd && this._callbacks.isEmpty()) {\r
-                    this._options.onFirstListenerAdd(this);\r
-                }\r
-                this._callbacks.add(listener, thisArgs);\r
-                let result;\r
-                result = {\r
-                    dispose: () => {\r
-                        this._callbacks.remove(listener, thisArgs);\r
-                        result.dispose = Emitter._noop;\r
-                        if (this._options && this._options.onLastListenerRemove && this._callbacks.isEmpty()) {\r
-                            this._options.onLastListenerRemove(this);\r
-                        }\r
-                    }\r
-                };\r
-                if (Array.isArray(disposables)) {\r
-                    disposables.push(result);\r
-                }\r
-                return result;\r
-            };\r
-        }\r
-        return this._event;\r
-    }\r
-    /**\r
-     * To be kept private to fire an event to\r
-     * subscribers\r
-     */\r
-    fire(event) {\r
-        if (this._callbacks) {\r
-            this._callbacks.invoke.call(this._callbacks, event);\r
-        }\r
-    }\r
-    dispose() {\r
-        if (this._callbacks) {\r
-            this._callbacks.dispose();\r
-            this._callbacks = undefined;\r
-        }\r
-    }\r
-}\r
-exports.Emitter = Emitter;\r
-Emitter._noop = function () { };\r
 
+/* --------------------------------------------------------------------------------------------
+ * Copyright (c) Microsoft Corporation. All rights reserved.
+ * Licensed under the MIT License. See License.txt in the project root for license information.
+ * ------------------------------------------------------------------------------------------ */
+Object.defineProperty(exports, "__esModule", ({ value: true }));
+function boolean(value) {
+    return value === true || value === false;
+}
+exports.boolean = boolean;
+function string(value) {
+    return typeof value === 'string' || value instanceof String;
+}
+exports.string = string;
+function number(value) {
+    return typeof value === 'number' || value instanceof Number;
+}
+exports.number = number;
+function error(value) {
+    return value instanceof Error;
+}
+exports.error = error;
+function func(value) {
+    return typeof value === 'function';
+}
+exports.func = func;
+function array(value) {
+    return Array.isArray(value);
+}
+exports.array = array;
+function stringArray(value) {
+    return array(value) && value.every(elem => string(elem));
+}
+exports.stringArray = stringArray;
+//# sourceMappingURL=is.js.map
 
 /***/ }),
-/* 40 */
-/***/ (function(module, exports, __webpack_require__) {
+/* 14 */
+/***/ ((__unused_webpack_module, exports, __webpack_require__) => {
 
-"use strict";
-/* --------------------------------------------------------------------------------------------\r
- * Copyright (c) Microsoft Corporation. All rights reserved.\r
- * Licensed under the MIT License. See License.txt in the project root for license information.\r
- * ------------------------------------------------------------------------------------------ */\r
-\r
-Object.defineProperty(exports, "__esModule", { value: true });\r
-const events_1 = __webpack_require__(39);\r
-const Is = __webpack_require__(36);\r
-let ContentLength = 'Content-Length: ';\r
-let CRLF = '\r\n';\r
-var MessageWriter;\r
-(function (MessageWriter) {\r
-    function is(value) {\r
-        let candidate = value;\r
-        return candidate && Is.func(candidate.dispose) && Is.func(candidate.onClose) &&\r
-            Is.func(candidate.onError) && Is.func(candidate.write);\r
-    }\r
-    MessageWriter.is = is;\r
-})(MessageWriter = exports.MessageWriter || (exports.MessageWriter = {}));\r
-class AbstractMessageWriter {\r
-    constructor() {\r
-        this.errorEmitter = new events_1.Emitter();\r
-        this.closeEmitter = new events_1.Emitter();\r
-    }\r
-    dispose() {\r
-        this.errorEmitter.dispose();\r
-        this.closeEmitter.dispose();\r
-    }\r
-    get onError() {\r
-        return this.errorEmitter.event;\r
-    }\r
-    fireError(error, message, count) {\r
-        this.errorEmitter.fire([this.asError(error), message, count]);\r
-    }\r
-    get onClose() {\r
-        return this.closeEmitter.event;\r
-    }\r
-    fireClose() {\r
-        this.closeEmitter.fire(undefined);\r
-    }\r
-    asError(error) {\r
-        if (error instanceof Error) {\r
-            return error;\r
-        }\r
-        else {\r
-            return new Error(`Writer received error. Reason: ${Is.string(error.message) ? error.message : 'unknown'}`);\r
-        }\r
-    }\r
-}\r
-exports.AbstractMessageWriter = AbstractMessageWriter;\r
-class StreamMessageWriter extends AbstractMessageWriter {\r
-    constructor(writable, encoding = 'utf8') {\r
-        super();\r
-        this.writable = writable;\r
-        this.encoding = encoding;\r
-        this.errorCount = 0;\r
-        this.writable.on('error', (error) => this.fireError(error));\r
-        this.writable.on('close', () => this.fireClose());\r
-    }\r
-    write(msg) {\r
-        let json = JSON.stringify(msg);\r
-        let contentLength = Buffer.byteLength(json, this.encoding);\r
-        let headers = [\r
-            ContentLength, contentLength.toString(), CRLF,\r
-            CRLF\r
-        ];\r
-        try {\r
-            // Header must be written in ASCII encoding\r
-            this.writable.write(headers.join(''), 'ascii');\r
-            // Now write the content. This can be written in any encoding\r
-            this.writable.write(json, this.encoding);\r
-            this.errorCount = 0;\r
-        }\r
-        catch (error) {\r
-            this.errorCount++;\r
-            this.fireError(error, msg, this.errorCount);\r
-        }\r
-    }\r
-}\r
-exports.StreamMessageWriter = StreamMessageWriter;\r
-class IPCMessageWriter extends AbstractMessageWriter {\r
-    constructor(process) {\r
-        super();\r
-        this.process = process;\r
-        this.errorCount = 0;\r
-        this.queue = [];\r
-        this.sending = false;\r
-        let eventEmitter = this.process;\r
-        eventEmitter.on('error', (error) => this.fireError(error));\r
-        eventEmitter.on('close', () => this.fireClose);\r
-    }\r
-    write(msg) {\r
-        if (!this.sending && this.queue.length === 0) {\r
-            // See https://github.com/nodejs/node/issues/7657\r
-            this.doWriteMessage(msg);\r
-        }\r
-        else {\r
-            this.queue.push(msg);\r
-        }\r
-    }\r
-    doWriteMessage(msg) {\r
-        try {\r
-            if (this.process.send) {\r
-                this.sending = true;\r
-                this.process.send(msg, undefined, undefined, (error) => {\r
-                    this.sending = false;\r
-                    if (error) {\r
-                        this.errorCount++;\r
-                        this.fireError(error, msg, this.errorCount);\r
-                    }\r
-                    else {\r
-                        this.errorCount = 0;\r
-                    }\r
-                    if (this.queue.length > 0) {\r
-                        this.doWriteMessage(this.queue.shift());\r
-                    }\r
-                });\r
-            }\r
-        }\r
-        catch (error) {\r
-            this.errorCount++;\r
-            this.fireError(error, msg, this.errorCount);\r
-        }\r
-    }\r
-}\r
-exports.IPCMessageWriter = IPCMessageWriter;\r
-class SocketMessageWriter extends AbstractMessageWriter {\r
-    constructor(socket, encoding = 'utf8') {\r
-        super();\r
-        this.socket = socket;\r
-        this.queue = [];\r
-        this.sending = false;\r
-        this.encoding = encoding;\r
-        this.errorCount = 0;\r
-        this.socket.on('error', (error) => this.fireError(error));\r
-        this.socket.on('close', () => this.fireClose());\r
-    }\r
-    dispose() {\r
-        super.dispose();\r
-        this.socket.destroy();\r
-    }\r
-    write(msg) {\r
-        if (!this.sending && this.queue.length === 0) {\r
-            // See https://github.com/nodejs/node/issues/7657\r
-            this.doWriteMessage(msg);\r
-        }\r
-        else {\r
-            this.queue.push(msg);\r
-        }\r
-    }\r
-    doWriteMessage(msg) {\r
-        let json = JSON.stringify(msg);\r
-        let contentLength = Buffer.byteLength(json, this.encoding);\r
-        let headers = [\r
-            ContentLength, contentLength.toString(), CRLF,\r
-            CRLF\r
-        ];\r
-        try {\r
-            // Header must be written in ASCII encoding\r
-            this.sending = true;\r
-            this.socket.write(headers.join(''), 'ascii', (error) => {\r
-                if (error) {\r
-                    this.handleError(error, msg);\r
-                }\r
-                try {\r
-                    // Now write the content. This can be written in any encoding\r
-                    this.socket.write(json, this.encoding, (error) => {\r
-                        this.sending = false;\r
-                        if (error) {\r
-                            this.handleError(error, msg);\r
-                        }\r
-                        else {\r
-                            this.errorCount = 0;\r
-                        }\r
-                        if (this.queue.length > 0) {\r
-                            this.doWriteMessage(this.queue.shift());\r
-                        }\r
-                    });\r
-                }\r
-                catch (error) {\r
-                    this.handleError(error, msg);\r
-                }\r
-            });\r
-        }\r
-        catch (error) {\r
-            this.handleError(error, msg);\r
-        }\r
-    }\r
-    handleError(error, msg) {\r
-        this.errorCount++;\r
-        this.fireError(error, msg, this.errorCount);\r
-    }\r
-}\r
-exports.SocketMessageWriter = SocketMessageWriter;\r
 
+/* --------------------------------------------------------------------------------------------
+ * Copyright (c) Microsoft Corporation. All rights reserved.
+ * Licensed under the MIT License. See License.txt in the project root for license information.
+ * ------------------------------------------------------------------------------------------ */
+Object.defineProperty(exports, "__esModule", ({ value: true }));
+const ral_1 = __webpack_require__(8);
+var Event;
+(function (Event) {
+    const _disposable = { dispose() { } };
+    Event.None = function () { return _disposable; };
+})(Event = exports.Event || (exports.Event = {}));
+class CallbackList {
+    add(callback, context = null, bucket) {
+        if (!this._callbacks) {
+            this._callbacks = [];
+            this._contexts = [];
+        }
+        this._callbacks.push(callback);
+        this._contexts.push(context);
+        if (Array.isArray(bucket)) {
+            bucket.push({ dispose: () => this.remove(callback, context) });
+        }
+    }
+    remove(callback, context = null) {
+        if (!this._callbacks) {
+            return;
+        }
+        let foundCallbackWithDifferentContext = false;
+        for (let i = 0, len = this._callbacks.length; i < len; i++) {
+            if (this._callbacks[i] === callback) {
+                if (this._contexts[i] === context) {
+                    // callback & context match => remove it
+                    this._callbacks.splice(i, 1);
+                    this._contexts.splice(i, 1);
+                    return;
+                }
+                else {
+                    foundCallbackWithDifferentContext = true;
+                }
+            }
+        }
+        if (foundCallbackWithDifferentContext) {
+            throw new Error('When adding a listener with a context, you should remove it with the same context');
+        }
+    }
+    invoke(...args) {
+        if (!this._callbacks) {
+            return [];
+        }
+        const ret = [], callbacks = this._callbacks.slice(0), contexts = this._contexts.slice(0);
+        for (let i = 0, len = callbacks.length; i < len; i++) {
+            try {
+                ret.push(callbacks[i].apply(contexts[i], args));
+            }
+            catch (e) {
+                // eslint-disable-next-line no-console
+                ral_1.default().console.error(e);
+            }
+        }
+        return ret;
+    }
+    isEmpty() {
+        return !this._callbacks || this._callbacks.length === 0;
+    }
+    dispose() {
+        this._callbacks = undefined;
+        this._contexts = undefined;
+    }
+}
+class Emitter {
+    constructor(_options) {
+        this._options = _options;
+    }
+    /**
+     * For the public to allow to subscribe
+     * to events from this Emitter
+     */
+    get event() {
+        if (!this._event) {
+            this._event = (listener, thisArgs, disposables) => {
+                if (!this._callbacks) {
+                    this._callbacks = new CallbackList();
+                }
+                if (this._options && this._options.onFirstListenerAdd && this._callbacks.isEmpty()) {
+                    this._options.onFirstListenerAdd(this);
+                }
+                this._callbacks.add(listener, thisArgs);
+                const result = {
+                    dispose: () => {
+                        if (!this._callbacks) {
+                            // disposable is disposed after emitter is disposed.
+                            return;
+                        }
+                        this._callbacks.remove(listener, thisArgs);
+                        result.dispose = Emitter._noop;
+                        if (this._options && this._options.onLastListenerRemove && this._callbacks.isEmpty()) {
+                            this._options.onLastListenerRemove(this);
+                        }
+                    }
+                };
+                if (Array.isArray(disposables)) {
+                    disposables.push(result);
+                }
+                return result;
+            };
+        }
+        return this._event;
+    }
+    /**
+     * To be kept private to fire an event to
+     * subscribers
+     */
+    fire(event) {
+        if (this._callbacks) {
+            this._callbacks.invoke.call(this._callbacks, event);
+        }
+    }
+    dispose() {
+        if (this._callbacks) {
+            this._callbacks.dispose();
+            this._callbacks = undefined;
+        }
+    }
+}
+exports.Emitter = Emitter;
+Emitter._noop = function () { };
+//# sourceMappingURL=events.js.map
 
 /***/ }),
-/* 41 */
-/***/ (function(module, exports, __webpack_require__) {
+/* 15 */
+/***/ ((__unused_webpack_module, exports, __webpack_require__) => {
 
-"use strict";
-/*---------------------------------------------------------------------------------------------\r
- *  Copyright (c) Microsoft Corporation. All rights reserved.\r
- *  Licensed under the MIT License. See License.txt in the project root for license information.\r
- *--------------------------------------------------------------------------------------------*/\r
-\r
-Object.defineProperty(exports, "__esModule", { value: true });\r
-const events_1 = __webpack_require__(39);\r
-const Is = __webpack_require__(36);\r
-var CancellationToken;\r
-(function (CancellationToken) {\r
-    CancellationToken.None = Object.freeze({\r
-        isCancellationRequested: false,\r
-        onCancellationRequested: events_1.Event.None\r
-    });\r
-    CancellationToken.Cancelled = Object.freeze({\r
-        isCancellationRequested: true,\r
-        onCancellationRequested: events_1.Event.None\r
-    });\r
-    function is(value) {\r
-        let candidate = value;\r
-        return candidate && (candidate === CancellationToken.None\r
-            || candidate === CancellationToken.Cancelled\r
-            || (Is.boolean(candidate.isCancellationRequested) && !!candidate.onCancellationRequested));\r
-    }\r
-    CancellationToken.is = is;\r
-})(CancellationToken = exports.CancellationToken || (exports.CancellationToken = {}));\r
-const shortcutEvent = Object.freeze(function (callback, context) {\r
-    let handle = setTimeout(callback.bind(context), 0);\r
-    return { dispose() { clearTimeout(handle); } };\r
-});\r
-class MutableToken {\r
-    constructor() {\r
-        this._isCancelled = false;\r
-    }\r
-    cancel() {\r
-        if (!this._isCancelled) {\r
-            this._isCancelled = true;\r
-            if (this._emitter) {\r
-                this._emitter.fire(undefined);\r
-                this.dispose();\r
-            }\r
-        }\r
-    }\r
-    get isCancellationRequested() {\r
-        return this._isCancelled;\r
-    }\r
-    get onCancellationRequested() {\r
-        if (this._isCancelled) {\r
-            return shortcutEvent;\r
-        }\r
-        if (!this._emitter) {\r
-            this._emitter = new events_1.Emitter();\r
-        }\r
-        return this._emitter.event;\r
-    }\r
-    dispose() {\r
-        if (this._emitter) {\r
-            this._emitter.dispose();\r
-            this._emitter = undefined;\r
-        }\r
-    }\r
-}\r
-class CancellationTokenSource {\r
-    get token() {\r
-        if (!this._token) {\r
-            // be lazy and create the token only when\r
-            // actually needed\r
-            this._token = new MutableToken();\r
-        }\r
-        return this._token;\r
-    }\r
-    cancel() {\r
-        if (!this._token) {\r
-            // save an object by returning the default\r
-            // cancelled token when cancellation happens\r
-            // before someone asks for the token\r
-            this._token = CancellationToken.Cancelled;\r
-        }\r
-        else {\r
-            this._token.cancel();\r
-        }\r
-    }\r
-    dispose() {\r
-        if (!this._token) {\r
-            // ensure to initialize with an empty token if we had none\r
-            this._token = CancellationToken.None;\r
-        }\r
-        else if (this._token instanceof MutableToken) {\r
-            // actually dispose\r
-            this._token.dispose();\r
-        }\r
-    }\r
-}\r
-exports.CancellationTokenSource = CancellationTokenSource;\r
 
+/*---------------------------------------------------------------------------------------------
+ *  Copyright (c) Microsoft Corporation. All rights reserved.
+ *  Licensed under the MIT License. See License.txt in the project root for license information.
+ *--------------------------------------------------------------------------------------------*/
+Object.defineProperty(exports, "__esModule", ({ value: true }));
+const ral_1 = __webpack_require__(8);
+const Is = __webpack_require__(13);
+const events_1 = __webpack_require__(14);
+var CancellationToken;
+(function (CancellationToken) {
+    CancellationToken.None = Object.freeze({
+        isCancellationRequested: false,
+        onCancellationRequested: events_1.Event.None
+    });
+    CancellationToken.Cancelled = Object.freeze({
+        isCancellationRequested: true,
+        onCancellationRequested: events_1.Event.None
+    });
+    function is(value) {
+        const candidate = value;
+        return candidate && (candidate === CancellationToken.None
+            || candidate === CancellationToken.Cancelled
+            || (Is.boolean(candidate.isCancellationRequested) && !!candidate.onCancellationRequested));
+    }
+    CancellationToken.is = is;
+})(CancellationToken = exports.CancellationToken || (exports.CancellationToken = {}));
+const shortcutEvent = Object.freeze(function (callback, context) {
+    const handle = ral_1.default().timer.setTimeout(callback.bind(context), 0);
+    return { dispose() { ral_1.default().timer.clearTimeout(handle); } };
+});
+class MutableToken {
+    constructor() {
+        this._isCancelled = false;
+    }
+    cancel() {
+        if (!this._isCancelled) {
+            this._isCancelled = true;
+            if (this._emitter) {
+                this._emitter.fire(undefined);
+                this.dispose();
+            }
+        }
+    }
+    get isCancellationRequested() {
+        return this._isCancelled;
+    }
+    get onCancellationRequested() {
+        if (this._isCancelled) {
+            return shortcutEvent;
+        }
+        if (!this._emitter) {
+            this._emitter = new events_1.Emitter();
+        }
+        return this._emitter.event;
+    }
+    dispose() {
+        if (this._emitter) {
+            this._emitter.dispose();
+            this._emitter = undefined;
+        }
+    }
+}
+class CancellationTokenSource {
+    get token() {
+        if (!this._token) {
+            // be lazy and create the token only when
+            // actually needed
+            this._token = new MutableToken();
+        }
+        return this._token;
+    }
+    cancel() {
+        if (!this._token) {
+            // save an object by returning the default
+            // cancelled token when cancellation happens
+            // before someone asks for the token
+            this._token = CancellationToken.Cancelled;
+        }
+        else {
+            this._token.cancel();
+        }
+    }
+    dispose() {
+        if (!this._token) {
+            // ensure to initialize with an empty token if we had none
+            this._token = CancellationToken.None;
+        }
+        else if (this._token instanceof MutableToken) {
+            // actually dispose
+            this._token.dispose();
+        }
+    }
+}
+exports.CancellationTokenSource = CancellationTokenSource;
+//# sourceMappingURL=cancellation.js.map
 
 /***/ }),
-/* 42 */
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-\r
-/*---------------------------------------------------------------------------------------------\r
- *  Copyright (c) Microsoft Corporation. All rights reserved.\r
- *  Licensed under the MIT License. See License.txt in the project root for license information.\r
- *--------------------------------------------------------------------------------------------*/\r
-Object.defineProperty(exports, "__esModule", { value: true });\r
-var Touch;\r
-(function (Touch) {\r
-    Touch.None = 0;\r
-    Touch.First = 1;\r
-    Touch.Last = 2;\r
-})(Touch = exports.Touch || (exports.Touch = {}));\r
-class LinkedMap {\r
-    constructor() {\r
-        this._map = new Map();\r
-        this._head = undefined;\r
-        this._tail = undefined;\r
-        this._size = 0;\r
-    }\r
-    clear() {\r
-        this._map.clear();\r
-        this._head = undefined;\r
-        this._tail = undefined;\r
-        this._size = 0;\r
-    }\r
-    isEmpty() {\r
-        return !this._head && !this._tail;\r
-    }\r
-    get size() {\r
-        return this._size;\r
-    }\r
-    has(key) {\r
-        return this._map.has(key);\r
-    }\r
-    get(key) {\r
-        const item = this._map.get(key);\r
-        if (!item) {\r
-            return undefined;\r
-        }\r
-        return item.value;\r
-    }\r
-    set(key, value, touch = Touch.None) {\r
-        let item = this._map.get(key);\r
-        if (item) {\r
-            item.value = value;\r
-            if (touch !== Touch.None) {\r
-                this.touch(item, touch);\r
-            }\r
-        }\r
-        else {\r
-            item = { key, value, next: undefined, previous: undefined };\r
-            switch (touch) {\r
-                case Touch.None:\r
-                    this.addItemLast(item);\r
-                    break;\r
-                case Touch.First:\r
-                    this.addItemFirst(item);\r
-                    break;\r
-                case Touch.Last:\r
-                    this.addItemLast(item);\r
-                    break;\r
-                default:\r
-                    this.addItemLast(item);\r
-                    break;\r
-            }\r
-            this._map.set(key, item);\r
-            this._size++;\r
-        }\r
-    }\r
-    delete(key) {\r
-        const item = this._map.get(key);\r
-        if (!item) {\r
-            return false;\r
-        }\r
-        this._map.delete(key);\r
-        this.removeItem(item);\r
-        this._size--;\r
-        return true;\r
-    }\r
-    shift() {\r
-        if (!this._head && !this._tail) {\r
-            return undefined;\r
-        }\r
-        if (!this._head || !this._tail) {\r
-            throw new Error('Invalid list');\r
-        }\r
-        const item = this._head;\r
-        this._map.delete(item.key);\r
-        this.removeItem(item);\r
-        this._size--;\r
-        return item.value;\r
-    }\r
-    forEach(callbackfn, thisArg) {\r
-        let current = this._head;\r
-        while (current) {\r
-            if (thisArg) {\r
-                callbackfn.bind(thisArg)(current.value, current.key, this);\r
-            }\r
-            else {\r
-                callbackfn(current.value, current.key, this);\r
-            }\r
-            current = current.next;\r
-        }\r
-    }\r
-    forEachReverse(callbackfn, thisArg) {\r
-        let current = this._tail;\r
-        while (current) {\r
-            if (thisArg) {\r
-                callbackfn.bind(thisArg)(current.value, current.key, this);\r
-            }\r
-            else {\r
-                callbackfn(current.value, current.key, this);\r
-            }\r
-            current = current.previous;\r
-        }\r
-    }\r
-    values() {\r
-        let result = [];\r
-        let current = this._head;\r
-        while (current) {\r
-            result.push(current.value);\r
-            current = current.next;\r
-        }\r
-        return result;\r
-    }\r
-    keys() {\r
-        let result = [];\r
-        let current = this._head;\r
-        while (current) {\r
-            result.push(current.key);\r
-            current = current.next;\r
-        }\r
-        return result;\r
-    }\r
-    /* JSON RPC run on es5 which has no Symbol.iterator\r
-    public keys(): IterableIterator<K> {\r
-        let current = this._head;\r
-        let iterator: IterableIterator<K> = {\r
-            [Symbol.iterator]() {\r
-                return iterator;\r
-            },\r
-            next():IteratorResult<K> {\r
-                if (current) {\r
-                    let result = { value: current.key, done: false };\r
-                    current = current.next;\r
-                    return result;\r
-                } else {\r
-                    return { value: undefined, done: true };\r
-                }\r
-            }\r
-        };\r
-        return iterator;\r
-    }\r
-\r
-    public values(): IterableIterator<V> {\r
-        let current = this._head;\r
-        let iterator: IterableIterator<V> = {\r
-            [Symbol.iterator]() {\r
-                return iterator;\r
-            },\r
-            next():IteratorResult<V> {\r
-                if (current) {\r
-                    let result = { value: current.value, done: false };\r
-                    current = current.next;\r
-                    return result;\r
-                } else {\r
-                    return { value: undefined, done: true };\r
-                }\r
-            }\r
-        };\r
-        return iterator;\r
-    }\r
-    */\r
-    addItemFirst(item) {\r
-        // First time Insert\r
-        if (!this._head && !this._tail) {\r
-            this._tail = item;\r
-        }\r
-        else if (!this._head) {\r
-            throw new Error('Invalid list');\r
-        }\r
-        else {\r
-            item.next = this._head;\r
-            this._head.previous = item;\r
-        }\r
-        this._head = item;\r
-    }\r
-    addItemLast(item) {\r
-        // First time Insert\r
-        if (!this._head && !this._tail) {\r
-            this._head = item;\r
-        }\r
-        else if (!this._tail) {\r
-            throw new Error('Invalid list');\r
-        }\r
-        else {\r
-            item.previous = this._tail;\r
-            this._tail.next = item;\r
-        }\r
-        this._tail = item;\r
-    }\r
-    removeItem(item) {\r
-        if (item === this._head && item === this._tail) {\r
-            this._head = undefined;\r
-            this._tail = undefined;\r
-        }\r
-        else if (item === this._head) {\r
-            this._head = item.next;\r
-        }\r
-        else if (item === this._tail) {\r
-            this._tail = item.previous;\r
-        }\r
-        else {\r
-            const next = item.next;\r
-            const previous = item.previous;\r
-            if (!next || !previous) {\r
-                throw new Error('Invalid list');\r
-            }\r
-            next.previous = previous;\r
-            previous.next = next;\r
-        }\r
-    }\r
-    touch(item, touch) {\r
-        if (!this._head || !this._tail) {\r
-            throw new Error('Invalid list');\r
-        }\r
-        if ((touch !== Touch.First && touch !== Touch.Last)) {\r
-            return;\r
-        }\r
-        if (touch === Touch.First) {\r
-            if (item === this._head) {\r
-                return;\r
-            }\r
-            const next = item.next;\r
-            const previous = item.previous;\r
-            // Unlink the item\r
-            if (item === this._tail) {\r
-                // previous must be defined since item was not head but is tail\r
-                // So there are more than on item in the map\r
-                previous.next = undefined;\r
-                this._tail = previous;\r
-            }\r
-            else {\r
-                // Both next and previous are not undefined since item was neither head nor tail.\r
-                next.previous = previous;\r
-                previous.next = next;\r
-            }\r
-            // Insert the node at head\r
-            item.previous = undefined;\r
-            item.next = this._head;\r
-            this._head.previous = item;\r
-            this._head = item;\r
-        }\r
-        else if (touch === Touch.Last) {\r
-            if (item === this._tail) {\r
-                return;\r
-            }\r
-            const next = item.next;\r
-            const previous = item.previous;\r
-            // Unlink the item.\r
-            if (item === this._head) {\r
-                // next must be defined since item was not tail but is head\r
-                // So there are more than on item in the map\r
-                next.previous = undefined;\r
-                this._head = next;\r
-            }\r
-            else {\r
-                // Both next and previous are not undefined since item was neither head nor tail.\r
-                next.previous = previous;\r
-                previous.next = next;\r
-            }\r
-            item.next = undefined;\r
-            item.previous = this._tail;\r
-            this._tail.next = item;\r
-            this._tail = item;\r
-        }\r
-    }\r
-}\r
-exports.LinkedMap = LinkedMap;\r
-
+/* 16 */
+/***/ ((__unused_webpack_module, exports, __webpack_require__) => {
 
-/***/ }),
-/* 43 */
-/***/ (function(module, exports, __webpack_require__) {
 
-"use strict";
-/* --------------------------------------------------------------------------------------------\r
- * Copyright (c) Microsoft Corporation. All rights reserved.\r
- * Licensed under the MIT License. See License.txt in the project root for license information.\r
- * ------------------------------------------------------------------------------------------ */\r
-\r
-Object.defineProperty(exports, "__esModule", { value: true });\r
-const path_1 = __webpack_require__(3);\r
-const os_1 = __webpack_require__(14);\r
-const crypto_1 = __webpack_require__(15);\r
-const net_1 = __webpack_require__(16);\r
-const messageReader_1 = __webpack_require__(38);\r
-const messageWriter_1 = __webpack_require__(40);\r
-function generateRandomPipeName() {\r
-    const randomSuffix = crypto_1.randomBytes(21).toString('hex');\r
-    if (process.platform === 'win32') {\r
-        return `\\\\.\\pipe\\vscode-jsonrpc-${randomSuffix}-sock`;\r
-    }\r
-    else {\r
-        // Mac/Unix: use socket file\r
-        return path_1.join(os_1.tmpdir(), `vscode-${randomSuffix}.sock`);\r
-    }\r
-}\r
-exports.generateRandomPipeName = generateRandomPipeName;\r
-function createClientPipeTransport(pipeName, encoding = 'utf-8') {\r
-    let connectResolve;\r
-    let connected = new Promise((resolve, _reject) => {\r
-        connectResolve = resolve;\r
-    });\r
-    return new Promise((resolve, reject) => {\r
-        let server = net_1.createServer((socket) => {\r
-            server.close();\r
-            connectResolve([\r
-                new messageReader_1.SocketMessageReader(socket, encoding),\r
-                new messageWriter_1.SocketMessageWriter(socket, encoding)\r
-            ]);\r
-        });\r
-        server.on('error', reject);\r
-        server.listen(pipeName, () => {\r
-            server.removeListener('error', reject);\r
-            resolve({\r
-                onConnected: () => { return connected; }\r
-            });\r
-        });\r
-    });\r
-}\r
-exports.createClientPipeTransport = createClientPipeTransport;\r
-function createServerPipeTransport(pipeName, encoding = 'utf-8') {\r
-    const socket = net_1.createConnection(pipeName);\r
-    return [\r
-        new messageReader_1.SocketMessageReader(socket, encoding),\r
-        new messageWriter_1.SocketMessageWriter(socket, encoding)\r
-    ];\r
-}\r
-exports.createServerPipeTransport = createServerPipeTransport;\r
-
-
-/***/ }),
-/* 44 */
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-/* --------------------------------------------------------------------------------------------\r
- * Copyright (c) Microsoft Corporation. All rights reserved.\r
- * Licensed under the MIT License. See License.txt in the project root for license information.\r
- * ------------------------------------------------------------------------------------------ */\r
-\r
-Object.defineProperty(exports, "__esModule", { value: true });\r
-const net_1 = __webpack_require__(16);\r
-const messageReader_1 = __webpack_require__(38);\r
-const messageWriter_1 = __webpack_require__(40);\r
-function createClientSocketTransport(port, encoding = 'utf-8') {\r
-    let connectResolve;\r
-    let connected = new Promise((resolve, _reject) => {\r
-        connectResolve = resolve;\r
-    });\r
-    return new Promise((resolve, reject) => {\r
-        let server = net_1.createServer((socket) => {\r
-            server.close();\r
-            connectResolve([\r
-                new messageReader_1.SocketMessageReader(socket, encoding),\r
-                new messageWriter_1.SocketMessageWriter(socket, encoding)\r
-            ]);\r
-        });\r
-        server.on('error', reject);\r
-        server.listen(port, '127.0.0.1', () => {\r
-            server.removeListener('error', reject);\r
-            resolve({\r
-                onConnected: () => { return connected; }\r
-            });\r
-        });\r
-    });\r
-}\r
-exports.createClientSocketTransport = createClientSocketTransport;\r
-function createServerSocketTransport(port, encoding = 'utf-8') {\r
-    const socket = net_1.createConnection(port, '127.0.0.1');\r
-    return [\r
-        new messageReader_1.SocketMessageReader(socket, encoding),\r
-        new messageWriter_1.SocketMessageWriter(socket, encoding)\r
-    ];\r
-}\r
-exports.createServerSocketTransport = createServerSocketTransport;\r
-
-
-/***/ }),
-/* 45 */
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
-
-"use strict";
-__webpack_require__.r(__webpack_exports__);
-/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Position", function() { return Position; });
-/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Range", function() { return Range; });
-/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Location", function() { return Location; });
-/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "LocationLink", function() { return LocationLink; });
-/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Color", function() { return Color; });
-/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ColorInformation", function() { return ColorInformation; });
-/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ColorPresentation", function() { return ColorPresentation; });
-/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "FoldingRangeKind", function() { return FoldingRangeKind; });
-/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "FoldingRange", function() { return FoldingRange; });
-/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "DiagnosticRelatedInformation", function() { return DiagnosticRelatedInformation; });
-/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "DiagnosticSeverity", function() { return DiagnosticSeverity; });
-/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "DiagnosticTag", function() { return DiagnosticTag; });
-/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Diagnostic", function() { return Diagnostic; });
-/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Command", function() { return Command; });
-/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "TextEdit", function() { return TextEdit; });
-/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "TextDocumentEdit", function() { return TextDocumentEdit; });
-/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "CreateFile", function() { return CreateFile; });
-/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "RenameFile", function() { return RenameFile; });
-/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "DeleteFile", function() { return DeleteFile; });
-/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "WorkspaceEdit", function() { return WorkspaceEdit; });
-/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "WorkspaceChange", function() { return WorkspaceChange; });
-/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "TextDocumentIdentifier", function() { return TextDocumentIdentifier; });
-/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "VersionedTextDocumentIdentifier", function() { return VersionedTextDocumentIdentifier; });
-/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "TextDocumentItem", function() { return TextDocumentItem; });
-/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "MarkupKind", function() { return MarkupKind; });
-/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "MarkupContent", function() { return MarkupContent; });
-/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "CompletionItemKind", function() { return CompletionItemKind; });
-/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "InsertTextFormat", function() { return InsertTextFormat; });
-/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "CompletionItemTag", function() { return CompletionItemTag; });
-/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "CompletionItem", function() { return CompletionItem; });
-/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "CompletionList", function() { return CompletionList; });
-/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "MarkedString", function() { return MarkedString; });
-/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Hover", function() { return Hover; });
-/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ParameterInformation", function() { return ParameterInformation; });
-/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "SignatureInformation", function() { return SignatureInformation; });
-/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "DocumentHighlightKind", function() { return DocumentHighlightKind; });
-/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "DocumentHighlight", function() { return DocumentHighlight; });
-/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "SymbolKind", function() { return SymbolKind; });
-/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "SymbolTag", function() { return SymbolTag; });
-/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "SymbolInformation", function() { return SymbolInformation; });
-/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "DocumentSymbol", function() { return DocumentSymbol; });
-/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "CodeActionKind", function() { return CodeActionKind; });
-/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "CodeActionContext", function() { return CodeActionContext; });
-/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "CodeAction", function() { return CodeAction; });
-/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "CodeLens", function() { return CodeLens; });
-/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "FormattingOptions", function() { return FormattingOptions; });
-/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "DocumentLink", function() { return DocumentLink; });
-/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "SelectionRange", function() { return SelectionRange; });
-/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "EOL", function() { return EOL; });
-/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "TextDocument", function() { return TextDocument; });
-/* --------------------------------------------------------------------------------------------\r
- * Copyright (c) Microsoft Corporation. All rights reserved.\r
- * Licensed under the MIT License. See License.txt in the project root for license information.\r
- * ------------------------------------------------------------------------------------------ */\r
-\r
-/**\r
- * The Position namespace provides helper functions to work with\r
- * [Position](#Position) literals.\r
- */\r
-var Position;\r
-(function (Position) {\r
-    /**\r
-     * Creates a new Position literal from the given line and character.\r
-     * @param line The position's line.\r
-     * @param character The position's character.\r
-     */\r
-    function create(line, character) {\r
-        return { line: line, character: character };\r
-    }\r
-    Position.create = create;\r
-    /**\r
-     * Checks whether the given liternal conforms to the [Position](#Position) interface.\r
-     */\r
-    function is(value) {\r
-        var candidate = value;\r
-        return Is.objectLiteral(candidate) && Is.number(candidate.line) && Is.number(candidate.character);\r
-    }\r
-    Position.is = is;\r
-})(Position || (Position = {}));\r
-/**\r
- * The Range namespace provides helper functions to work with\r
- * [Range](#Range) literals.\r
- */\r
-var Range;\r
-(function (Range) {\r
-    function create(one, two, three, four) {\r
-        if (Is.number(one) && Is.number(two) && Is.number(three) && Is.number(four)) {\r
-            return { start: Position.create(one, two), end: Position.create(three, four) };\r
-        }\r
-        else if (Position.is(one) && Position.is(two)) {\r
-            return { start: one, end: two };\r
-        }\r
-        else {\r
-            throw new Error("Range#create called with invalid arguments[" + one + ", " + two + ", " + three + ", " + four + "]");\r
-        }\r
-    }\r
-    Range.create = create;\r
-    /**\r
-     * Checks whether the given literal conforms to the [Range](#Range) interface.\r
-     */\r
-    function is(value) {\r
-        var candidate = value;\r
-        return Is.objectLiteral(candidate) && Position.is(candidate.start) && Position.is(candidate.end);\r
-    }\r
-    Range.is = is;\r
-})(Range || (Range = {}));\r
-/**\r
- * The Location namespace provides helper functions to work with\r
- * [Location](#Location) literals.\r
- */\r
-var Location;\r
-(function (Location) {\r
-    /**\r
-     * Creates a Location literal.\r
-     * @param uri The location's uri.\r
-     * @param range The location's range.\r
-     */\r
-    function create(uri, range) {\r
-        return { uri: uri, range: range };\r
-    }\r
-    Location.create = create;\r
-    /**\r
-     * Checks whether the given literal conforms to the [Location](#Location) interface.\r
-     */\r
-    function is(value) {\r
-        var candidate = value;\r
-        return Is.defined(candidate) && Range.is(candidate.range) && (Is.string(candidate.uri) || Is.undefined(candidate.uri));\r
-    }\r
-    Location.is = is;\r
-})(Location || (Location = {}));\r
-/**\r
- * The LocationLink namespace provides helper functions to work with\r
- * [LocationLink](#LocationLink) literals.\r
- */\r
-var LocationLink;\r
-(function (LocationLink) {\r
-    /**\r
-     * Creates a LocationLink literal.\r
-     * @param targetUri The definition's uri.\r
-     * @param targetRange The full range of the definition.\r
-     * @param targetSelectionRange The span of the symbol definition at the target.\r
-     * @param originSelectionRange The span of the symbol being defined in the originating source file.\r
-     */\r
-    function create(targetUri, targetRange, targetSelectionRange, originSelectionRange) {\r
-        return { targetUri: targetUri, targetRange: targetRange, targetSelectionRange: targetSelectionRange, originSelectionRange: originSelectionRange };\r
-    }\r
-    LocationLink.create = create;\r
-    /**\r
-     * Checks whether the given literal conforms to the [LocationLink](#LocationLink) interface.\r
-     */\r
-    function is(value) {\r
-        var candidate = value;\r
-        return Is.defined(candidate) && Range.is(candidate.targetRange) && Is.string(candidate.targetUri)\r
-            && (Range.is(candidate.targetSelectionRange) || Is.undefined(candidate.targetSelectionRange))\r
-            && (Range.is(candidate.originSelectionRange) || Is.undefined(candidate.originSelectionRange));\r
-    }\r
-    LocationLink.is = is;\r
-})(LocationLink || (LocationLink = {}));\r
-/**\r
- * The Color namespace provides helper functions to work with\r
- * [Color](#Color) literals.\r
- */\r
-var Color;\r
-(function (Color) {\r
-    /**\r
-     * Creates a new Color literal.\r
-     */\r
-    function create(red, green, blue, alpha) {\r
-        return {\r
-            red: red,\r
-            green: green,\r
-            blue: blue,\r
-            alpha: alpha,\r
-        };\r
-    }\r
-    Color.create = create;\r
-    /**\r
-     * Checks whether the given literal conforms to the [Color](#Color) interface.\r
-     */\r
-    function is(value) {\r
-        var candidate = value;\r
-        return Is.number(candidate.red)\r
-            && Is.number(candidate.green)\r
-            && Is.number(candidate.blue)\r
-            && Is.number(candidate.alpha);\r
-    }\r
-    Color.is = is;\r
-})(Color || (Color = {}));\r
-/**\r
- * The ColorInformation namespace provides helper functions to work with\r
- * [ColorInformation](#ColorInformation) literals.\r
- */\r
-var ColorInformation;\r
-(function (ColorInformation) {\r
-    /**\r
-     * Creates a new ColorInformation literal.\r
-     */\r
-    function create(range, color) {\r
-        return {\r
-            range: range,\r
-            color: color,\r
-        };\r
-    }\r
-    ColorInformation.create = create;\r
-    /**\r
-     * Checks whether the given literal conforms to the [ColorInformation](#ColorInformation) interface.\r
-     */\r
-    function is(value) {\r
-        var candidate = value;\r
-        return Range.is(candidate.range) && Color.is(candidate.color);\r
-    }\r
-    ColorInformation.is = is;\r
-})(ColorInformation || (ColorInformation = {}));\r
-/**\r
- * The Color namespace provides helper functions to work with\r
- * [ColorPresentation](#ColorPresentation) literals.\r
- */\r
-var ColorPresentation;\r
-(function (ColorPresentation) {\r
-    /**\r
-     * Creates a new ColorInformation literal.\r
-     */\r
-    function create(label, textEdit, additionalTextEdits) {\r
-        return {\r
-            label: label,\r
-            textEdit: textEdit,\r
-            additionalTextEdits: additionalTextEdits,\r
-        };\r
-    }\r
-    ColorPresentation.create = create;\r
-    /**\r
-     * Checks whether the given literal conforms to the [ColorInformation](#ColorInformation) interface.\r
-     */\r
-    function is(value) {\r
-        var candidate = value;\r
-        return Is.string(candidate.label)\r
-            && (Is.undefined(candidate.textEdit) || TextEdit.is(candidate))\r
-            && (Is.undefined(candidate.additionalTextEdits) || Is.typedArray(candidate.additionalTextEdits, TextEdit.is));\r
-    }\r
-    ColorPresentation.is = is;\r
-})(ColorPresentation || (ColorPresentation = {}));\r
-/**\r
- * Enum of known range kinds\r
- */\r
-var FoldingRangeKind;\r
-(function (FoldingRangeKind) {\r
-    /**\r
-     * Folding range for a comment\r
-     */\r
-    FoldingRangeKind["Comment"] = "comment";\r
-    /**\r
-     * Folding range for a imports or includes\r
-     */\r
-    FoldingRangeKind["Imports"] = "imports";\r
-    /**\r
-     * Folding range for a region (e.g. `#region`)\r
-     */\r
-    FoldingRangeKind["Region"] = "region";\r
-})(FoldingRangeKind || (FoldingRangeKind = {}));\r
-/**\r
- * The folding range namespace provides helper functions to work with\r
- * [FoldingRange](#FoldingRange) literals.\r
- */\r
-var FoldingRange;\r
-(function (FoldingRange) {\r
-    /**\r
-     * Creates a new FoldingRange literal.\r
-     */\r
-    function create(startLine, endLine, startCharacter, endCharacter, kind) {\r
-        var result = {\r
-            startLine: startLine,\r
-            endLine: endLine\r
-        };\r
-        if (Is.defined(startCharacter)) {\r
-            result.startCharacter = startCharacter;\r
-        }\r
-        if (Is.defined(endCharacter)) {\r
-            result.endCharacter = endCharacter;\r
-        }\r
-        if (Is.defined(kind)) {\r
-            result.kind = kind;\r
-        }\r
-        return result;\r
-    }\r
-    FoldingRange.create = create;\r
-    /**\r
-     * Checks whether the given literal conforms to the [FoldingRange](#FoldingRange) interface.\r
-     */\r
-    function is(value) {\r
-        var candidate = value;\r
-        return Is.number(candidate.startLine) && Is.number(candidate.startLine)\r
-            && (Is.undefined(candidate.startCharacter) || Is.number(candidate.startCharacter))\r
-            && (Is.undefined(candidate.endCharacter) || Is.number(candidate.endCharacter))\r
-            && (Is.undefined(candidate.kind) || Is.string(candidate.kind));\r
-    }\r
-    FoldingRange.is = is;\r
-})(FoldingRange || (FoldingRange = {}));\r
-/**\r
- * The DiagnosticRelatedInformation namespace provides helper functions to work with\r
- * [DiagnosticRelatedInformation](#DiagnosticRelatedInformation) literals.\r
- */\r
-var DiagnosticRelatedInformation;\r
-(function (DiagnosticRelatedInformation) {\r
-    /**\r
-     * Creates a new DiagnosticRelatedInformation literal.\r
-     */\r
-    function create(location, message) {\r
-        return {\r
-            location: location,\r
-            message: message\r
-        };\r
-    }\r
-    DiagnosticRelatedInformation.create = create;\r
-    /**\r
-     * Checks whether the given literal conforms to the [DiagnosticRelatedInformation](#DiagnosticRelatedInformation) interface.\r
-     */\r
-    function is(value) {\r
-        var candidate = value;\r
-        return Is.defined(candidate) && Location.is(candidate.location) && Is.string(candidate.message);\r
-    }\r
-    DiagnosticRelatedInformation.is = is;\r
-})(DiagnosticRelatedInformation || (DiagnosticRelatedInformation = {}));\r
-/**\r
- * The diagnostic's severity.\r
- */\r
-var DiagnosticSeverity;\r
-(function (DiagnosticSeverity) {\r
-    /**\r
-     * Reports an error.\r
-     */\r
-    DiagnosticSeverity.Error = 1;\r
-    /**\r
-     * Reports a warning.\r
-     */\r
-    DiagnosticSeverity.Warning = 2;\r
-    /**\r
-     * Reports an information.\r
-     */\r
-    DiagnosticSeverity.Information = 3;\r
-    /**\r
-     * Reports a hint.\r
-     */\r
-    DiagnosticSeverity.Hint = 4;\r
-})(DiagnosticSeverity || (DiagnosticSeverity = {}));\r
-/**\r
- * The diagnostic tags.\r
- *\r
- * @since 3.15.0\r
- */\r
-var DiagnosticTag;\r
-(function (DiagnosticTag) {\r
-    /**\r
-     * Unused or unnecessary code.\r
-     *\r
-     * Clients are allowed to render diagnostics with this tag faded out instead of having\r
-     * an error squiggle.\r
-     */\r
-    DiagnosticTag.Unnecessary = 1;\r
-    /**\r
-     * Deprecated or obsolete code.\r
-     *\r
-     * Clients are allowed to rendered diagnostics with this tag strike through.\r
-     */\r
-    DiagnosticTag.Deprecated = 2;\r
-})(DiagnosticTag || (DiagnosticTag = {}));\r
-/**\r
- * The Diagnostic namespace provides helper functions to work with\r
- * [Diagnostic](#Diagnostic) literals.\r
- */\r
-var Diagnostic;\r
-(function (Diagnostic) {\r
-    /**\r
-     * Creates a new Diagnostic literal.\r
-     */\r
-    function create(range, message, severity, code, source, relatedInformation) {\r
-        var result = { range: range, message: message };\r
-        if (Is.defined(severity)) {\r
-            result.severity = severity;\r
-        }\r
-        if (Is.defined(code)) {\r
-            result.code = code;\r
-        }\r
-        if (Is.defined(source)) {\r
-            result.source = source;\r
-        }\r
-        if (Is.defined(relatedInformation)) {\r
-            result.relatedInformation = relatedInformation;\r
-        }\r
-        return result;\r
-    }\r
-    Diagnostic.create = create;\r
-    /**\r
-     * Checks whether the given literal conforms to the [Diagnostic](#Diagnostic) interface.\r
-     */\r
-    function is(value) {\r
-        var candidate = value;\r
-        return Is.defined(candidate)\r
-            && Range.is(candidate.range)\r
-            && Is.string(candidate.message)\r
-            && (Is.number(candidate.severity) || Is.undefined(candidate.severity))\r
-            && (Is.number(candidate.code) || Is.string(candidate.code) || Is.undefined(candidate.code))\r
-            && (Is.string(candidate.source) || Is.undefined(candidate.source))\r
-            && (Is.undefined(candidate.relatedInformation) || Is.typedArray(candidate.relatedInformation, DiagnosticRelatedInformation.is));\r
-    }\r
-    Diagnostic.is = is;\r
-})(Diagnostic || (Diagnostic = {}));\r
-/**\r
- * The Command namespace provides helper functions to work with\r
- * [Command](#Command) literals.\r
- */\r
-var Command;\r
-(function (Command) {\r
-    /**\r
-     * Creates a new Command literal.\r
-     */\r
-    function create(title, command) {\r
-        var args = [];\r
-        for (var _i = 2; _i < arguments.length; _i++) {\r
-            args[_i - 2] = arguments[_i];\r
-        }\r
-        var result = { title: title, command: command };\r
-        if (Is.defined(args) && args.length > 0) {\r
-            result.arguments = args;\r
-        }\r
-        return result;\r
-    }\r
-    Command.create = create;\r
-    /**\r
-     * Checks whether the given literal conforms to the [Command](#Command) interface.\r
-     */\r
-    function is(value) {\r
-        var candidate = value;\r
-        return Is.defined(candidate) && Is.string(candidate.title) && Is.string(candidate.command);\r
-    }\r
-    Command.is = is;\r
-})(Command || (Command = {}));\r
-/**\r
- * The TextEdit namespace provides helper function to create replace,\r
- * insert and delete edits more easily.\r
- */\r
-var TextEdit;\r
-(function (TextEdit) {\r
-    /**\r
-     * Creates a replace text edit.\r
-     * @param range The range of text to be replaced.\r
-     * @param newText The new text.\r
-     */\r
-    function replace(range, newText) {\r
-        return { range: range, newText: newText };\r
-    }\r
-    TextEdit.replace = replace;\r
-    /**\r
-     * Creates a insert text edit.\r
-     * @param position The position to insert the text at.\r
-     * @param newText The text to be inserted.\r
-     */\r
-    function insert(position, newText) {\r
-        return { range: { start: position, end: position }, newText: newText };\r
-    }\r
-    TextEdit.insert = insert;\r
-    /**\r
-     * Creates a delete text edit.\r
-     * @param range The range of text to be deleted.\r
-     */\r
-    function del(range) {\r
-        return { range: range, newText: '' };\r
-    }\r
-    TextEdit.del = del;\r
-    function is(value) {\r
-        var candidate = value;\r
-        return Is.objectLiteral(candidate)\r
-            && Is.string(candidate.newText)\r
-            && Range.is(candidate.range);\r
-    }\r
-    TextEdit.is = is;\r
-})(TextEdit || (TextEdit = {}));\r
-/**\r
- * The TextDocumentEdit namespace provides helper function to create\r
- * an edit that manipulates a text document.\r
- */\r
-var TextDocumentEdit;\r
-(function (TextDocumentEdit) {\r
-    /**\r
-     * Creates a new `TextDocumentEdit`\r
-     */\r
-    function create(textDocument, edits) {\r
-        return { textDocument: textDocument, edits: edits };\r
-    }\r
-    TextDocumentEdit.create = create;\r
-    function is(value) {\r
-        var candidate = value;\r
-        return Is.defined(candidate)\r
-            && VersionedTextDocumentIdentifier.is(candidate.textDocument)\r
-            && Array.isArray(candidate.edits);\r
-    }\r
-    TextDocumentEdit.is = is;\r
-})(TextDocumentEdit || (TextDocumentEdit = {}));\r
-var CreateFile;\r
-(function (CreateFile) {\r
-    function create(uri, options) {\r
-        var result = {\r
-            kind: 'create',\r
-            uri: uri\r
-        };\r
-        if (options !== void 0 && (options.overwrite !== void 0 || options.ignoreIfExists !== void 0)) {\r
-            result.options = options;\r
-        }\r
-        return result;\r
-    }\r
-    CreateFile.create = create;\r
-    function is(value) {\r
-        var candidate = value;\r
-        return candidate && candidate.kind === 'create' && Is.string(candidate.uri) &&\r
-            (candidate.options === void 0 ||\r
-                ((candidate.options.overwrite === void 0 || Is.boolean(candidate.options.overwrite)) && (candidate.options.ignoreIfExists === void 0 || Is.boolean(candidate.options.ignoreIfExists))));\r
-    }\r
-    CreateFile.is = is;\r
-})(CreateFile || (CreateFile = {}));\r
-var RenameFile;\r
-(function (RenameFile) {\r
-    function create(oldUri, newUri, options) {\r
-        var result = {\r
-            kind: 'rename',\r
-            oldUri: oldUri,\r
-            newUri: newUri\r
-        };\r
-        if (options !== void 0 && (options.overwrite !== void 0 || options.ignoreIfExists !== void 0)) {\r
-            result.options = options;\r
-        }\r
-        return result;\r
-    }\r
-    RenameFile.create = create;\r
-    function is(value) {\r
-        var candidate = value;\r
-        return candidate && candidate.kind === 'rename' && Is.string(candidate.oldUri) && Is.string(candidate.newUri) &&\r
-            (candidate.options === void 0 ||\r
-                ((candidate.options.overwrite === void 0 || Is.boolean(candidate.options.overwrite)) && (candidate.options.ignoreIfExists === void 0 || Is.boolean(candidate.options.ignoreIfExists))));\r
-    }\r
-    RenameFile.is = is;\r
-})(RenameFile || (RenameFile = {}));\r
-var DeleteFile;\r
-(function (DeleteFile) {\r
-    function create(uri, options) {\r
-        var result = {\r
-            kind: 'delete',\r
-            uri: uri\r
-        };\r
-        if (options !== void 0 && (options.recursive !== void 0 || options.ignoreIfNotExists !== void 0)) {\r
-            result.options = options;\r
-        }\r
-        return result;\r
-    }\r
-    DeleteFile.create = create;\r
-    function is(value) {\r
-        var candidate = value;\r
-        return candidate && candidate.kind === 'delete' && Is.string(candidate.uri) &&\r
-            (candidate.options === void 0 ||\r
-                ((candidate.options.recursive === void 0 || Is.boolean(candidate.options.recursive)) && (candidate.options.ignoreIfNotExists === void 0 || Is.boolean(candidate.options.ignoreIfNotExists))));\r
-    }\r
-    DeleteFile.is = is;\r
-})(DeleteFile || (DeleteFile = {}));\r
-var WorkspaceEdit;\r
-(function (WorkspaceEdit) {\r
-    function is(value) {\r
-        var candidate = value;\r
-        return candidate &&\r
-            (candidate.changes !== void 0 || candidate.documentChanges !== void 0) &&\r
-            (candidate.documentChanges === void 0 || candidate.documentChanges.every(function (change) {\r
-                if (Is.string(change.kind)) {\r
-                    return CreateFile.is(change) || RenameFile.is(change) || DeleteFile.is(change);\r
-                }\r
-                else {\r
-                    return TextDocumentEdit.is(change);\r
-                }\r
-            }));\r
-    }\r
-    WorkspaceEdit.is = is;\r
-})(WorkspaceEdit || (WorkspaceEdit = {}));\r
-var TextEditChangeImpl = /** @class */ (function () {\r
-    function TextEditChangeImpl(edits) {\r
-        this.edits = edits;\r
-    }\r
-    TextEditChangeImpl.prototype.insert = function (position, newText) {\r
-        this.edits.push(TextEdit.insert(position, newText));\r
-    };\r
-    TextEditChangeImpl.prototype.replace = function (range, newText) {\r
-        this.edits.push(TextEdit.replace(range, newText));\r
-    };\r
-    TextEditChangeImpl.prototype.delete = function (range) {\r
-        this.edits.push(TextEdit.del(range));\r
-    };\r
-    TextEditChangeImpl.prototype.add = function (edit) {\r
-        this.edits.push(edit);\r
-    };\r
-    TextEditChangeImpl.prototype.all = function () {\r
-        return this.edits;\r
-    };\r
-    TextEditChangeImpl.prototype.clear = function () {\r
-        this.edits.splice(0, this.edits.length);\r
-    };\r
-    return TextEditChangeImpl;\r
-}());\r
-/**\r
- * A workspace change helps constructing changes to a workspace.\r
- */\r
-var WorkspaceChange = /** @class */ (function () {\r
-    function WorkspaceChange(workspaceEdit) {\r
-        var _this = this;\r
-        this._textEditChanges = Object.create(null);\r
-        if (workspaceEdit) {\r
-            this._workspaceEdit = workspaceEdit;\r
-            if (workspaceEdit.documentChanges) {\r
-                workspaceEdit.documentChanges.forEach(function (change) {\r
-                    if (TextDocumentEdit.is(change)) {\r
-                        var textEditChange = new TextEditChangeImpl(change.edits);\r
-                        _this._textEditChanges[change.textDocument.uri] = textEditChange;\r
-                    }\r
-                });\r
-            }\r
-            else if (workspaceEdit.changes) {\r
-                Object.keys(workspaceEdit.changes).forEach(function (key) {\r
-                    var textEditChange = new TextEditChangeImpl(workspaceEdit.changes[key]);\r
-                    _this._textEditChanges[key] = textEditChange;\r
-                });\r
-            }\r
-        }\r
-    }\r
-    Object.defineProperty(WorkspaceChange.prototype, "edit", {\r
-        /**\r
-         * Returns the underlying [WorkspaceEdit](#WorkspaceEdit) literal\r
-         * use to be returned from a workspace edit operation like rename.\r
-         */\r
-        get: function () {\r
-            return this._workspaceEdit;\r
-        },\r
-        enumerable: true,\r
-        configurable: true\r
-    });\r
-    WorkspaceChange.prototype.getTextEditChange = function (key) {\r
-        if (VersionedTextDocumentIdentifier.is(key)) {\r
-            if (!this._workspaceEdit) {\r
-                this._workspaceEdit = {\r
-                    documentChanges: []\r
-                };\r
-            }\r
-            if (!this._workspaceEdit.documentChanges) {\r
-                throw new Error('Workspace edit is not configured for document changes.');\r
-            }\r
-            var textDocument = key;\r
-            var result = this._textEditChanges[textDocument.uri];\r
-            if (!result) {\r
-                var edits = [];\r
-                var textDocumentEdit = {\r
-                    textDocument: textDocument,\r
-                    edits: edits\r
-                };\r
-                this._workspaceEdit.documentChanges.push(textDocumentEdit);\r
-                result = new TextEditChangeImpl(edits);\r
-                this._textEditChanges[textDocument.uri] = result;\r
-            }\r
-            return result;\r
-        }\r
-        else {\r
-            if (!this._workspaceEdit) {\r
-                this._workspaceEdit = {\r
-                    changes: Object.create(null)\r
-                };\r
-            }\r
-            if (!this._workspaceEdit.changes) {\r
-                throw new Error('Workspace edit is not configured for normal text edit changes.');\r
-            }\r
-            var result = this._textEditChanges[key];\r
-            if (!result) {\r
-                var edits = [];\r
-                this._workspaceEdit.changes[key] = edits;\r
-                result = new TextEditChangeImpl(edits);\r
-                this._textEditChanges[key] = result;\r
-            }\r
-            return result;\r
-        }\r
-    };\r
-    WorkspaceChange.prototype.createFile = function (uri, options) {\r
-        this.checkDocumentChanges();\r
-        this._workspaceEdit.documentChanges.push(CreateFile.create(uri, options));\r
-    };\r
-    WorkspaceChange.prototype.renameFile = function (oldUri, newUri, options) {\r
-        this.checkDocumentChanges();\r
-        this._workspaceEdit.documentChanges.push(RenameFile.create(oldUri, newUri, options));\r
-    };\r
-    WorkspaceChange.prototype.deleteFile = function (uri, options) {\r
-        this.checkDocumentChanges();\r
-        this._workspaceEdit.documentChanges.push(DeleteFile.create(uri, options));\r
-    };\r
-    WorkspaceChange.prototype.checkDocumentChanges = function () {\r
-        if (!this._workspaceEdit || !this._workspaceEdit.documentChanges) {\r
-            throw new Error('Workspace edit is not configured for document changes.');\r
-        }\r
-    };\r
-    return WorkspaceChange;\r
-}());\r
-\r
-/**\r
- * The TextDocumentIdentifier namespace provides helper functions to work with\r
- * [TextDocumentIdentifier](#TextDocumentIdentifier) literals.\r
- */\r
-var TextDocumentIdentifier;\r
-(function (TextDocumentIdentifier) {\r
-    /**\r
-     * Creates a new TextDocumentIdentifier literal.\r
-     * @param uri The document's uri.\r
-     */\r
-    function create(uri) {\r
-        return { uri: uri };\r
-    }\r
-    TextDocumentIdentifier.create = create;\r
-    /**\r
-     * Checks whether the given literal conforms to the [TextDocumentIdentifier](#TextDocumentIdentifier) interface.\r
-     */\r
-    function is(value) {\r
-        var candidate = value;\r
-        return Is.defined(candidate) && Is.string(candidate.uri);\r
-    }\r
-    TextDocumentIdentifier.is = is;\r
-})(TextDocumentIdentifier || (TextDocumentIdentifier = {}));\r
-/**\r
- * The VersionedTextDocumentIdentifier namespace provides helper functions to work with\r
- * [VersionedTextDocumentIdentifier](#VersionedTextDocumentIdentifier) literals.\r
- */\r
-var VersionedTextDocumentIdentifier;\r
-(function (VersionedTextDocumentIdentifier) {\r
-    /**\r
-     * Creates a new VersionedTextDocumentIdentifier literal.\r
-     * @param uri The document's uri.\r
-     * @param uri The document's text.\r
-     */\r
-    function create(uri, version) {\r
-        return { uri: uri, version: version };\r
-    }\r
-    VersionedTextDocumentIdentifier.create = create;\r
-    /**\r
-     * Checks whether the given literal conforms to the [VersionedTextDocumentIdentifier](#VersionedTextDocumentIdentifier) interface.\r
-     */\r
-    function is(value) {\r
-        var candidate = value;\r
-        return Is.defined(candidate) && Is.string(candidate.uri) && (candidate.version === null || Is.number(candidate.version));\r
-    }\r
-    VersionedTextDocumentIdentifier.is = is;\r
-})(VersionedTextDocumentIdentifier || (VersionedTextDocumentIdentifier = {}));\r
-/**\r
- * The TextDocumentItem namespace provides helper functions to work with\r
- * [TextDocumentItem](#TextDocumentItem) literals.\r
- */\r
-var TextDocumentItem;\r
-(function (TextDocumentItem) {\r
-    /**\r
-     * Creates a new TextDocumentItem literal.\r
-     * @param uri The document's uri.\r
-     * @param languageId The document's language identifier.\r
-     * @param version The document's version number.\r
-     * @param text The document's text.\r
-     */\r
-    function create(uri, languageId, version, text) {\r
-        return { uri: uri, languageId: languageId, version: version, text: text };\r
-    }\r
-    TextDocumentItem.create = create;\r
-    /**\r
-     * Checks whether the given literal conforms to the [TextDocumentItem](#TextDocumentItem) interface.\r
-     */\r
-    function is(value) {\r
-        var candidate = value;\r
-        return Is.defined(candidate) && Is.string(candidate.uri) && Is.string(candidate.languageId) && Is.number(candidate.version) && Is.string(candidate.text);\r
-    }\r
-    TextDocumentItem.is = is;\r
-})(TextDocumentItem || (TextDocumentItem = {}));\r
-/**\r
- * Describes the content type that a client supports in various\r
- * result literals like `Hover`, `ParameterInfo` or `CompletionItem`.\r
- *\r
- * Please note that `MarkupKinds` must not start with a `$`. This kinds\r
- * are reserved for internal usage.\r
- */\r
-var MarkupKind;\r
-(function (MarkupKind) {\r
-    /**\r
-     * Plain text is supported as a content format\r
-     */\r
-    MarkupKind.PlainText = 'plaintext';\r
-    /**\r
-     * Markdown is supported as a content format\r
-     */\r
-    MarkupKind.Markdown = 'markdown';\r
-})(MarkupKind || (MarkupKind = {}));\r
-(function (MarkupKind) {\r
-    /**\r
-     * Checks whether the given value is a value of the [MarkupKind](#MarkupKind) type.\r
-     */\r
-    function is(value) {\r
-        var candidate = value;\r
-        return candidate === MarkupKind.PlainText || candidate === MarkupKind.Markdown;\r
-    }\r
-    MarkupKind.is = is;\r
-})(MarkupKind || (MarkupKind = {}));\r
-var MarkupContent;\r
-(function (MarkupContent) {\r
-    /**\r
-     * Checks whether the given value conforms to the [MarkupContent](#MarkupContent) interface.\r
-     */\r
-    function is(value) {\r
-        var candidate = value;\r
-        return Is.objectLiteral(value) && MarkupKind.is(candidate.kind) && Is.string(candidate.value);\r
-    }\r
-    MarkupContent.is = is;\r
-})(MarkupContent || (MarkupContent = {}));\r
-/**\r
- * The kind of a completion entry.\r
- */\r
-var CompletionItemKind;\r
-(function (CompletionItemKind) {\r
-    CompletionItemKind.Text = 1;\r
-    CompletionItemKind.Method = 2;\r
-    CompletionItemKind.Function = 3;\r
-    CompletionItemKind.Constructor = 4;\r
-    CompletionItemKind.Field = 5;\r
-    CompletionItemKind.Variable = 6;\r
-    CompletionItemKind.Class = 7;\r
-    CompletionItemKind.Interface = 8;\r
-    CompletionItemKind.Module = 9;\r
-    CompletionItemKind.Property = 10;\r
-    CompletionItemKind.Unit = 11;\r
-    CompletionItemKind.Value = 12;\r
-    CompletionItemKind.Enum = 13;\r
-    CompletionItemKind.Keyword = 14;\r
-    CompletionItemKind.Snippet = 15;\r
-    CompletionItemKind.Color = 16;\r
-    CompletionItemKind.File = 17;\r
-    CompletionItemKind.Reference = 18;\r
-    CompletionItemKind.Folder = 19;\r
-    CompletionItemKind.EnumMember = 20;\r
-    CompletionItemKind.Constant = 21;\r
-    CompletionItemKind.Struct = 22;\r
-    CompletionItemKind.Event = 23;\r
-    CompletionItemKind.Operator = 24;\r
-    CompletionItemKind.TypeParameter = 25;\r
-})(CompletionItemKind || (CompletionItemKind = {}));\r
-/**\r
- * Defines whether the insert text in a completion item should be interpreted as\r
- * plain text or a snippet.\r
- */\r
-var InsertTextFormat;\r
-(function (InsertTextFormat) {\r
-    /**\r
-     * The primary text to be inserted is treated as a plain string.\r
-     */\r
-    InsertTextFormat.PlainText = 1;\r
-    /**\r
-     * The primary text to be inserted is treated as a snippet.\r
-     *\r
-     * A snippet can define tab stops and placeholders with `$1`, `$2`\r
-     * and `${3:foo}`. `$0` defines the final tab stop, it defaults to\r
-     * the end of the snippet. Placeholders with equal identifiers are linked,\r
-     * that is typing in one will update others too.\r
-     *\r
-     * See also: https://github.com/Microsoft/vscode/blob/master/src/vs/editor/contrib/snippet/common/snippet.md\r
-     */\r
-    InsertTextFormat.Snippet = 2;\r
-})(InsertTextFormat || (InsertTextFormat = {}));\r
-/**\r
- * Completion item tags are extra annotations that tweak the rendering of a completion\r
- * item.\r
- *\r
- * @since 3.15.0\r
- */\r
-var CompletionItemTag;\r
-(function (CompletionItemTag) {\r
-    /**\r
-     * Render a completion as obsolete, usually using a strike-out.\r
-     */\r
-    CompletionItemTag.Deprecated = 1;\r
-})(CompletionItemTag || (CompletionItemTag = {}));\r
-/**\r
- * The CompletionItem namespace provides functions to deal with\r
- * completion items.\r
- */\r
-var CompletionItem;\r
-(function (CompletionItem) {\r
-    /**\r
-     * Create a completion item and seed it with a label.\r
-     * @param label The completion item's label\r
-     */\r
-    function create(label) {\r
-        return { label: label };\r
-    }\r
-    CompletionItem.create = create;\r
-})(CompletionItem || (CompletionItem = {}));\r
-/**\r
- * The CompletionList namespace provides functions to deal with\r
- * completion lists.\r
- */\r
-var CompletionList;\r
-(function (CompletionList) {\r
-    /**\r
-     * Creates a new completion list.\r
-     *\r
-     * @param items The completion items.\r
-     * @param isIncomplete The list is not complete.\r
-     */\r
-    function create(items, isIncomplete) {\r
-        return { items: items ? items : [], isIncomplete: !!isIncomplete };\r
-    }\r
-    CompletionList.create = create;\r
-})(CompletionList || (CompletionList = {}));\r
-var MarkedString;\r
-(function (MarkedString) {\r
-    /**\r
-     * Creates a marked string from plain text.\r
-     *\r
-     * @param plainText The plain text.\r
-     */\r
-    function fromPlainText(plainText) {\r
-        return plainText.replace(/[\\`*_{}[\]()#+\-.!]/g, '\\$&'); // escape markdown syntax tokens: http://daringfireball.net/projects/markdown/syntax#backslash\r
-    }\r
-    MarkedString.fromPlainText = fromPlainText;\r
-    /**\r
-     * Checks whether the given value conforms to the [MarkedString](#MarkedString) type.\r
-     */\r
-    function is(value) {\r
-        var candidate = value;\r
-        return Is.string(candidate) || (Is.objectLiteral(candidate) && Is.string(candidate.language) && Is.string(candidate.value));\r
-    }\r
-    MarkedString.is = is;\r
-})(MarkedString || (MarkedString = {}));\r
-var Hover;\r
-(function (Hover) {\r
-    /**\r
-     * Checks whether the given value conforms to the [Hover](#Hover) interface.\r
-     */\r
-    function is(value) {\r
-        var candidate = value;\r
-        return !!candidate && Is.objectLiteral(candidate) && (MarkupContent.is(candidate.contents) ||\r
-            MarkedString.is(candidate.contents) ||\r
-            Is.typedArray(candidate.contents, MarkedString.is)) && (value.range === void 0 || Range.is(value.range));\r
-    }\r
-    Hover.is = is;\r
-})(Hover || (Hover = {}));\r
-/**\r
- * The ParameterInformation namespace provides helper functions to work with\r
- * [ParameterInformation](#ParameterInformation) literals.\r
- */\r
-var ParameterInformation;\r
-(function (ParameterInformation) {\r
-    /**\r
-     * Creates a new parameter information literal.\r
-     *\r
-     * @param label A label string.\r
-     * @param documentation A doc string.\r
-     */\r
-    function create(label, documentation) {\r
-        return documentation ? { label: label, documentation: documentation } : { label: label };\r
-    }\r
-    ParameterInformation.create = create;\r
-})(ParameterInformation || (ParameterInformation = {}));\r
-/**\r
- * The SignatureInformation namespace provides helper functions to work with\r
- * [SignatureInformation](#SignatureInformation) literals.\r
- */\r
-var SignatureInformation;\r
-(function (SignatureInformation) {\r
-    function create(label, documentation) {\r
-        var parameters = [];\r
-        for (var _i = 2; _i < arguments.length; _i++) {\r
-            parameters[_i - 2] = arguments[_i];\r
-        }\r
-        var result = { label: label };\r
-        if (Is.defined(documentation)) {\r
-            result.documentation = documentation;\r
-        }\r
-        if (Is.defined(parameters)) {\r
-            result.parameters = parameters;\r
-        }\r
-        else {\r
-            result.parameters = [];\r
-        }\r
-        return result;\r
-    }\r
-    SignatureInformation.create = create;\r
-})(SignatureInformation || (SignatureInformation = {}));\r
-/**\r
- * A document highlight kind.\r
- */\r
-var DocumentHighlightKind;\r
-(function (DocumentHighlightKind) {\r
-    /**\r
-     * A textual occurrence.\r
-     */\r
-    DocumentHighlightKind.Text = 1;\r
-    /**\r
-     * Read-access of a symbol, like reading a variable.\r
-     */\r
-    DocumentHighlightKind.Read = 2;\r
-    /**\r
-     * Write-access of a symbol, like writing to a variable.\r
-     */\r
-    DocumentHighlightKind.Write = 3;\r
-})(DocumentHighlightKind || (DocumentHighlightKind = {}));\r
-/**\r
- * DocumentHighlight namespace to provide helper functions to work with\r
- * [DocumentHighlight](#DocumentHighlight) literals.\r
- */\r
-var DocumentHighlight;\r
-(function (DocumentHighlight) {\r
-    /**\r
-     * Create a DocumentHighlight object.\r
-     * @param range The range the highlight applies to.\r
-     */\r
-    function create(range, kind) {\r
-        var result = { range: range };\r
-        if (Is.number(kind)) {\r
-            result.kind = kind;\r
-        }\r
-        return result;\r
-    }\r
-    DocumentHighlight.create = create;\r
-})(DocumentHighlight || (DocumentHighlight = {}));\r
-/**\r
- * A symbol kind.\r
- */\r
-var SymbolKind;\r
-(function (SymbolKind) {\r
-    SymbolKind.File = 1;\r
-    SymbolKind.Module = 2;\r
-    SymbolKind.Namespace = 3;\r
-    SymbolKind.Package = 4;\r
-    SymbolKind.Class = 5;\r
-    SymbolKind.Method = 6;\r
-    SymbolKind.Property = 7;\r
-    SymbolKind.Field = 8;\r
-    SymbolKind.Constructor = 9;\r
-    SymbolKind.Enum = 10;\r
-    SymbolKind.Interface = 11;\r
-    SymbolKind.Function = 12;\r
-    SymbolKind.Variable = 13;\r
-    SymbolKind.Constant = 14;\r
-    SymbolKind.String = 15;\r
-    SymbolKind.Number = 16;\r
-    SymbolKind.Boolean = 17;\r
-    SymbolKind.Array = 18;\r
-    SymbolKind.Object = 19;\r
-    SymbolKind.Key = 20;\r
-    SymbolKind.Null = 21;\r
-    SymbolKind.EnumMember = 22;\r
-    SymbolKind.Struct = 23;\r
-    SymbolKind.Event = 24;\r
-    SymbolKind.Operator = 25;\r
-    SymbolKind.TypeParameter = 26;\r
-})(SymbolKind || (SymbolKind = {}));\r
-/**\r
- * Symbol tags are extra annotations that tweak the rendering of a symbol.\r
- * @since 3.15\r
- */\r
-var SymbolTag;\r
-(function (SymbolTag) {\r
-    /**\r
-     * Render a symbol as obsolete, usually using a strike-out.\r
-     */\r
-    SymbolTag.Deprecated = 1;\r
-})(SymbolTag || (SymbolTag = {}));\r
-var SymbolInformation;\r
-(function (SymbolInformation) {\r
-    /**\r
-     * Creates a new symbol information literal.\r
-     *\r
-     * @param name The name of the symbol.\r
-     * @param kind The kind of the symbol.\r
-     * @param range The range of the location of the symbol.\r
-     * @param uri The resource of the location of symbol, defaults to the current document.\r
-     * @param containerName The name of the symbol containing the symbol.\r
-     */\r
-    function create(name, kind, range, uri, containerName) {\r
-        var result = {\r
-            name: name,\r
-            kind: kind,\r
-            location: { uri: uri, range: range }\r
-        };\r
-        if (containerName) {\r
-            result.containerName = containerName;\r
-        }\r
-        return result;\r
-    }\r
-    SymbolInformation.create = create;\r
-})(SymbolInformation || (SymbolInformation = {}));\r
-var DocumentSymbol;\r
-(function (DocumentSymbol) {\r
-    /**\r
-     * Creates a new symbol information literal.\r
-     *\r
-     * @param name The name of the symbol.\r
-     * @param detail The detail of the symbol.\r
-     * @param kind The kind of the symbol.\r
-     * @param range The range of the symbol.\r
-     * @param selectionRange The selectionRange of the symbol.\r
-     * @param children Children of the symbol.\r
-     */\r
-    function create(name, detail, kind, range, selectionRange, children) {\r
-        var result = {\r
-            name: name,\r
-            detail: detail,\r
-            kind: kind,\r
-            range: range,\r
-            selectionRange: selectionRange\r
-        };\r
-        if (children !== void 0) {\r
-            result.children = children;\r
-        }\r
-        return result;\r
-    }\r
-    DocumentSymbol.create = create;\r
-    /**\r
-     * Checks whether the given literal conforms to the [DocumentSymbol](#DocumentSymbol) interface.\r
-     */\r
-    function is(value) {\r
-        var candidate = value;\r
-        return candidate &&\r
-            Is.string(candidate.name) && Is.number(candidate.kind) &&\r
-            Range.is(candidate.range) && Range.is(candidate.selectionRange) &&\r
-            (candidate.detail === void 0 || Is.string(candidate.detail)) &&\r
-            (candidate.deprecated === void 0 || Is.boolean(candidate.deprecated)) &&\r
-            (candidate.children === void 0 || Array.isArray(candidate.children));\r
-    }\r
-    DocumentSymbol.is = is;\r
-})(DocumentSymbol || (DocumentSymbol = {}));\r
-/**\r
- * A set of predefined code action kinds\r
- */\r
-var CodeActionKind;\r
-(function (CodeActionKind) {\r
-    /**\r
-     * Empty kind.\r
-     */\r
-    CodeActionKind.Empty = '';\r
-    /**\r
-     * Base kind for quickfix actions: 'quickfix'\r
-     */\r
-    CodeActionKind.QuickFix = 'quickfix';\r
-    /**\r
-     * Base kind for refactoring actions: 'refactor'\r
-     */\r
-    CodeActionKind.Refactor = 'refactor';\r
-    /**\r
-     * Base kind for refactoring extraction actions: 'refactor.extract'\r
-     *\r
-     * Example extract actions:\r
-     *\r
-     * - Extract method\r
-     * - Extract function\r
-     * - Extract variable\r
-     * - Extract interface from class\r
-     * - ...\r
-     */\r
-    CodeActionKind.RefactorExtract = 'refactor.extract';\r
-    /**\r
-     * Base kind for refactoring inline actions: 'refactor.inline'\r
-     *\r
-     * Example inline actions:\r
-     *\r
-     * - Inline function\r
-     * - Inline variable\r
-     * - Inline constant\r
-     * - ...\r
-     */\r
-    CodeActionKind.RefactorInline = 'refactor.inline';\r
-    /**\r
-     * Base kind for refactoring rewrite actions: 'refactor.rewrite'\r
-     *\r
-     * Example rewrite actions:\r
-     *\r
-     * - Convert JavaScript function to class\r
-     * - Add or remove parameter\r
-     * - Encapsulate field\r
-     * - Make method static\r
-     * - Move method to base class\r
-     * - ...\r
-     */\r
-    CodeActionKind.RefactorRewrite = 'refactor.rewrite';\r
-    /**\r
-     * Base kind for source actions: `source`\r
-     *\r
-     * Source code actions apply to the entire file.\r
-     */\r
-    CodeActionKind.Source = 'source';\r
-    /**\r
-     * Base kind for an organize imports source action: `source.organizeImports`\r
-     */\r
-    CodeActionKind.SourceOrganizeImports = 'source.organizeImports';\r
-    /**\r
-     * Base kind for auto-fix source actions: `source.fixAll`.\r
-     *\r
-     * Fix all actions automatically fix errors that have a clear fix that do not require user input.\r
-     * They should not suppress errors or perform unsafe fixes such as generating new types or classes.\r
-     *\r
-     * @since 3.15.0\r
-     */\r
-    CodeActionKind.SourceFixAll = 'source.fixAll';\r
-})(CodeActionKind || (CodeActionKind = {}));\r
-/**\r
- * The CodeActionContext namespace provides helper functions to work with\r
- * [CodeActionContext](#CodeActionContext) literals.\r
- */\r
-var CodeActionContext;\r
-(function (CodeActionContext) {\r
-    /**\r
-     * Creates a new CodeActionContext literal.\r
-     */\r
-    function create(diagnostics, only) {\r
-        var result = { diagnostics: diagnostics };\r
-        if (only !== void 0 && only !== null) {\r
-            result.only = only;\r
-        }\r
-        return result;\r
-    }\r
-    CodeActionContext.create = create;\r
-    /**\r
-     * Checks whether the given literal conforms to the [CodeActionContext](#CodeActionContext) interface.\r
-     */\r
-    function is(value) {\r
-        var candidate = value;\r
-        return Is.defined(candidate) && Is.typedArray(candidate.diagnostics, Diagnostic.is) && (candidate.only === void 0 || Is.typedArray(candidate.only, Is.string));\r
-    }\r
-    CodeActionContext.is = is;\r
-})(CodeActionContext || (CodeActionContext = {}));\r
-var CodeAction;\r
-(function (CodeAction) {\r
-    function create(title, commandOrEdit, kind) {\r
-        var result = { title: title };\r
-        if (Command.is(commandOrEdit)) {\r
-            result.command = commandOrEdit;\r
-        }\r
-        else {\r
-            result.edit = commandOrEdit;\r
-        }\r
-        if (kind !== void 0) {\r
-            result.kind = kind;\r
-        }\r
-        return result;\r
-    }\r
-    CodeAction.create = create;\r
-    function is(value) {\r
-        var candidate = value;\r
-        return candidate && Is.string(candidate.title) &&\r
-            (candidate.diagnostics === void 0 || Is.typedArray(candidate.diagnostics, Diagnostic.is)) &&\r
-            (candidate.kind === void 0 || Is.string(candidate.kind)) &&\r
-            (candidate.edit !== void 0 || candidate.command !== void 0) &&\r
-            (candidate.command === void 0 || Command.is(candidate.command)) &&\r
-            (candidate.isPreferred === void 0 || Is.boolean(candidate.isPreferred)) &&\r
-            (candidate.edit === void 0 || WorkspaceEdit.is(candidate.edit));\r
-    }\r
-    CodeAction.is = is;\r
-})(CodeAction || (CodeAction = {}));\r
-/**\r
- * The CodeLens namespace provides helper functions to work with\r
- * [CodeLens](#CodeLens) literals.\r
- */\r
-var CodeLens;\r
-(function (CodeLens) {\r
-    /**\r
-     * Creates a new CodeLens literal.\r
-     */\r
-    function create(range, data) {\r
-        var result = { range: range };\r
-        if (Is.defined(data)) {\r
-            result.data = data;\r
-        }\r
-        return result;\r
-    }\r
-    CodeLens.create = create;\r
-    /**\r
-     * Checks whether the given literal conforms to the [CodeLens](#CodeLens) interface.\r
-     */\r
-    function is(value) {\r
-        var candidate = value;\r
-        return Is.defined(candidate) && Range.is(candidate.range) && (Is.undefined(candidate.command) || Command.is(candidate.command));\r
-    }\r
-    CodeLens.is = is;\r
-})(CodeLens || (CodeLens = {}));\r
-/**\r
- * The FormattingOptions namespace provides helper functions to work with\r
- * [FormattingOptions](#FormattingOptions) literals.\r
- */\r
-var FormattingOptions;\r
-(function (FormattingOptions) {\r
-    /**\r
-     * Creates a new FormattingOptions literal.\r
-     */\r
-    function create(tabSize, insertSpaces) {\r
-        return { tabSize: tabSize, insertSpaces: insertSpaces };\r
-    }\r
-    FormattingOptions.create = create;\r
-    /**\r
-     * Checks whether the given literal conforms to the [FormattingOptions](#FormattingOptions) interface.\r
-     */\r
-    function is(value) {\r
-        var candidate = value;\r
-        return Is.defined(candidate) && Is.number(candidate.tabSize) && Is.boolean(candidate.insertSpaces);\r
-    }\r
-    FormattingOptions.is = is;\r
-})(FormattingOptions || (FormattingOptions = {}));\r
-/**\r
- * The DocumentLink namespace provides helper functions to work with\r
- * [DocumentLink](#DocumentLink) literals.\r
- */\r
-var DocumentLink;\r
-(function (DocumentLink) {\r
-    /**\r
-     * Creates a new DocumentLink literal.\r
-     */\r
-    function create(range, target, data) {\r
-        return { range: range, target: target, data: data };\r
-    }\r
-    DocumentLink.create = create;\r
-    /**\r
-     * Checks whether the given literal conforms to the [DocumentLink](#DocumentLink) interface.\r
-     */\r
-    function is(value) {\r
-        var candidate = value;\r
-        return Is.defined(candidate) && Range.is(candidate.range) && (Is.undefined(candidate.target) || Is.string(candidate.target));\r
-    }\r
-    DocumentLink.is = is;\r
-})(DocumentLink || (DocumentLink = {}));\r
-/**\r
- * The SelectionRange namespace provides helper function to work with\r
- * SelectionRange literals.\r
- */\r
-var SelectionRange;\r
-(function (SelectionRange) {\r
-    /**\r
-     * Creates a new SelectionRange\r
-     * @param range the range.\r
-     * @param parent an optional parent.\r
-     */\r
-    function create(range, parent) {\r
-        return { range: range, parent: parent };\r
-    }\r
-    SelectionRange.create = create;\r
-    function is(value) {\r
-        var candidate = value;\r
-        return candidate !== undefined && Range.is(candidate.range) && (candidate.parent === undefined || SelectionRange.is(candidate.parent));\r
-    }\r
-    SelectionRange.is = is;\r
-})(SelectionRange || (SelectionRange = {}));\r
-var EOL = ['\n', '\r\n', '\r'];\r
-/**\r
- * @deprecated Use the text document from the new vscode-languageserver-textdocument package.\r
- */\r
-var TextDocument;\r
-(function (TextDocument) {\r
-    /**\r
-     * Creates a new ITextDocument literal from the given uri and content.\r
-     * @param uri The document's uri.\r
-     * @param languageId  The document's language Id.\r
-     * @param content The document's content.\r
-     */\r
-    function create(uri, languageId, version, content) {\r
-        return new FullTextDocument(uri, languageId, version, content);\r
-    }\r
-    TextDocument.create = create;\r
-    /**\r
-     * Checks whether the given literal conforms to the [ITextDocument](#ITextDocument) interface.\r
-     */\r
-    function is(value) {\r
-        var candidate = value;\r
-        return Is.defined(candidate) && Is.string(candidate.uri) && (Is.undefined(candidate.languageId) || Is.string(candidate.languageId)) && Is.number(candidate.lineCount)\r
-            && Is.func(candidate.getText) && Is.func(candidate.positionAt) && Is.func(candidate.offsetAt) ? true : false;\r
-    }\r
-    TextDocument.is = is;\r
-    function applyEdits(document, edits) {\r
-        var text = document.getText();\r
-        var sortedEdits = mergeSort(edits, function (a, b) {\r
-            var diff = a.range.start.line - b.range.start.line;\r
-            if (diff === 0) {\r
-                return a.range.start.character - b.range.start.character;\r
-            }\r
-            return diff;\r
-        });\r
-        var lastModifiedOffset = text.length;\r
-        for (var i = sortedEdits.length - 1; i >= 0; i--) {\r
-            var e = sortedEdits[i];\r
-            var startOffset = document.offsetAt(e.range.start);\r
-            var endOffset = document.offsetAt(e.range.end);\r
-            if (endOffset <= lastModifiedOffset) {\r
-                text = text.substring(0, startOffset) + e.newText + text.substring(endOffset, text.length);\r
-            }\r
-            else {\r
-                throw new Error('Overlapping edit');\r
-            }\r
-            lastModifiedOffset = startOffset;\r
-        }\r
-        return text;\r
-    }\r
-    TextDocument.applyEdits = applyEdits;\r
-    function mergeSort(data, compare) {\r
-        if (data.length <= 1) {\r
-            // sorted\r
-            return data;\r
-        }\r
-        var p = (data.length / 2) | 0;\r
-        var left = data.slice(0, p);\r
-        var right = data.slice(p);\r
-        mergeSort(left, compare);\r
-        mergeSort(right, compare);\r
-        var leftIdx = 0;\r
-        var rightIdx = 0;\r
-        var i = 0;\r
-        while (leftIdx < left.length && rightIdx < right.length) {\r
-            var ret = compare(left[leftIdx], right[rightIdx]);\r
-            if (ret <= 0) {\r
-                // smaller_equal -> take left to preserve order\r
-                data[i++] = left[leftIdx++];\r
-            }\r
-            else {\r
-                // greater -> take right\r
-                data[i++] = right[rightIdx++];\r
-            }\r
-        }\r
-        while (leftIdx < left.length) {\r
-            data[i++] = left[leftIdx++];\r
-        }\r
-        while (rightIdx < right.length) {\r
-            data[i++] = right[rightIdx++];\r
-        }\r
-        return data;\r
-    }\r
-})(TextDocument || (TextDocument = {}));\r
-var FullTextDocument = /** @class */ (function () {\r
-    function FullTextDocument(uri, languageId, version, content) {\r
-        this._uri = uri;\r
-        this._languageId = languageId;\r
-        this._version = version;\r
-        this._content = content;\r
-        this._lineOffsets = undefined;\r
-    }\r
-    Object.defineProperty(FullTextDocument.prototype, "uri", {\r
-        get: function () {\r
-            return this._uri;\r
-        },\r
-        enumerable: true,\r
-        configurable: true\r
-    });\r
-    Object.defineProperty(FullTextDocument.prototype, "languageId", {\r
-        get: function () {\r
-            return this._languageId;\r
-        },\r
-        enumerable: true,\r
-        configurable: true\r
-    });\r
-    Object.defineProperty(FullTextDocument.prototype, "version", {\r
-        get: function () {\r
-            return this._version;\r
-        },\r
-        enumerable: true,\r
-        configurable: true\r
-    });\r
-    FullTextDocument.prototype.getText = function (range) {\r
-        if (range) {\r
-            var start = this.offsetAt(range.start);\r
-            var end = this.offsetAt(range.end);\r
-            return this._content.substring(start, end);\r
-        }\r
-        return this._content;\r
-    };\r
-    FullTextDocument.prototype.update = function (event, version) {\r
-        this._content = event.text;\r
-        this._version = version;\r
-        this._lineOffsets = undefined;\r
-    };\r
-    FullTextDocument.prototype.getLineOffsets = function () {\r
-        if (this._lineOffsets === undefined) {\r
-            var lineOffsets = [];\r
-            var text = this._content;\r
-            var isLineStart = true;\r
-            for (var i = 0; i < text.length; i++) {\r
-                if (isLineStart) {\r
-                    lineOffsets.push(i);\r
-                    isLineStart = false;\r
-                }\r
-                var ch = text.charAt(i);\r
-                isLineStart = (ch === '\r' || ch === '\n');\r
-                if (ch === '\r' && i + 1 < text.length && text.charAt(i + 1) === '\n') {\r
-                    i++;\r
-                }\r
-            }\r
-            if (isLineStart && text.length > 0) {\r
-                lineOffsets.push(text.length);\r
-            }\r
-            this._lineOffsets = lineOffsets;\r
-        }\r
-        return this._lineOffsets;\r
-    };\r
-    FullTextDocument.prototype.positionAt = function (offset) {\r
-        offset = Math.max(Math.min(offset, this._content.length), 0);\r
-        var lineOffsets = this.getLineOffsets();\r
-        var low = 0, high = lineOffsets.length;\r
-        if (high === 0) {\r
-            return Position.create(0, offset);\r
-        }\r
-        while (low < high) {\r
-            var mid = Math.floor((low + high) / 2);\r
-            if (lineOffsets[mid] > offset) {\r
-                high = mid;\r
-            }\r
-            else {\r
-                low = mid + 1;\r
-            }\r
-        }\r
-        // low is the least x for which the line offset is larger than the current offset\r
-        // or array.length if no line offset is larger than the current offset\r
-        var line = low - 1;\r
-        return Position.create(line, offset - lineOffsets[line]);\r
-    };\r
-    FullTextDocument.prototype.offsetAt = function (position) {\r
-        var lineOffsets = this.getLineOffsets();\r
-        if (position.line >= lineOffsets.length) {\r
-            return this._content.length;\r
-        }\r
-        else if (position.line < 0) {\r
-            return 0;\r
-        }\r
-        var lineOffset = lineOffsets[position.line];\r
-        var nextLineOffset = (position.line + 1 < lineOffsets.length) ? lineOffsets[position.line + 1] : this._content.length;\r
-        return Math.max(Math.min(lineOffset + position.character, nextLineOffset), lineOffset);\r
-    };\r
-    Object.defineProperty(FullTextDocument.prototype, "lineCount", {\r
-        get: function () {\r
-            return this.getLineOffsets().length;\r
-        },\r
-        enumerable: true,\r
-        configurable: true\r
-    });\r
-    return FullTextDocument;\r
-}());\r
-var Is;\r
-(function (Is) {\r
-    var toString = Object.prototype.toString;\r
-    function defined(value) {\r
-        return typeof value !== 'undefined';\r
-    }\r
-    Is.defined = defined;\r
-    function undefined(value) {\r
-        return typeof value === 'undefined';\r
-    }\r
-    Is.undefined = undefined;\r
-    function boolean(value) {\r
-        return value === true || value === false;\r
-    }\r
-    Is.boolean = boolean;\r
-    function string(value) {\r
-        return toString.call(value) === '[object String]';\r
-    }\r
-    Is.string = string;\r
-    function number(value) {\r
-        return toString.call(value) === '[object Number]';\r
-    }\r
-    Is.number = number;\r
-    function func(value) {\r
-        return toString.call(value) === '[object Function]';\r
-    }\r
-    Is.func = func;\r
-    function objectLiteral(value) {\r
-        // Strictly speaking class instances pass this check as well. Since the LSP\r
-        // doesn't use classes we ignore this for now. If we do we need to add something\r
-        // like this: `Object.getPrototypeOf(Object.getPrototypeOf(x)) === null`\r
-        return value !== null && typeof value === 'object';\r
-    }\r
-    Is.objectLiteral = objectLiteral;\r
-    function typedArray(value, check) {\r
-        return Array.isArray(value) && value.every(check);\r
-    }\r
-    Is.typedArray = typedArray;\r
-})(Is || (Is = {}));\r
-
-
-/***/ }),
-/* 46 */
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-/* --------------------------------------------------------------------------------------------\r
- * Copyright (c) Microsoft Corporation. All rights reserved.\r
- * Licensed under the MIT License. See License.txt in the project root for license information.\r
- * ------------------------------------------------------------------------------------------ */\r
-\r
-Object.defineProperty(exports, "__esModule", { value: true });\r
-const Is = __webpack_require__(47);\r
-const vscode_jsonrpc_1 = __webpack_require__(35);\r
-const messages_1 = __webpack_require__(48);\r
-const protocol_implementation_1 = __webpack_require__(49);\r
-exports.ImplementationRequest = protocol_implementation_1.ImplementationRequest;\r
-const protocol_typeDefinition_1 = __webpack_require__(50);\r
-exports.TypeDefinitionRequest = protocol_typeDefinition_1.TypeDefinitionRequest;\r
-const protocol_workspaceFolders_1 = __webpack_require__(51);\r
-exports.WorkspaceFoldersRequest = protocol_workspaceFolders_1.WorkspaceFoldersRequest;\r
-exports.DidChangeWorkspaceFoldersNotification = protocol_workspaceFolders_1.DidChangeWorkspaceFoldersNotification;\r
-const protocol_configuration_1 = __webpack_require__(52);\r
-exports.ConfigurationRequest = protocol_configuration_1.ConfigurationRequest;\r
-const protocol_colorProvider_1 = __webpack_require__(53);\r
-exports.DocumentColorRequest = protocol_colorProvider_1.DocumentColorRequest;\r
-exports.ColorPresentationRequest = protocol_colorProvider_1.ColorPresentationRequest;\r
-const protocol_foldingRange_1 = __webpack_require__(54);\r
-exports.FoldingRangeRequest = protocol_foldingRange_1.FoldingRangeRequest;\r
-const protocol_declaration_1 = __webpack_require__(55);\r
-exports.DeclarationRequest = protocol_declaration_1.DeclarationRequest;\r
-const protocol_selectionRange_1 = __webpack_require__(56);\r
-exports.SelectionRangeRequest = protocol_selectionRange_1.SelectionRangeRequest;\r
-const protocol_progress_1 = __webpack_require__(57);\r
-exports.WorkDoneProgress = protocol_progress_1.WorkDoneProgress;\r
-exports.WorkDoneProgressCreateRequest = protocol_progress_1.WorkDoneProgressCreateRequest;\r
-exports.WorkDoneProgressCancelNotification = protocol_progress_1.WorkDoneProgressCancelNotification;\r
-// @ts-ignore: to avoid inlining LocatioLink as dynamic import\r
-let __noDynamicImport;\r
-/**\r
- * The DocumentFilter namespace provides helper functions to work with\r
- * [DocumentFilter](#DocumentFilter) literals.\r
- */\r
-var DocumentFilter;\r
-(function (DocumentFilter) {\r
-    function is(value) {\r
-        const candidate = value;\r
-        return Is.string(candidate.language) || Is.string(candidate.scheme) || Is.string(candidate.pattern);\r
-    }\r
-    DocumentFilter.is = is;\r
-})(DocumentFilter = exports.DocumentFilter || (exports.DocumentFilter = {}));\r
-/**\r
- * The DocumentSelector namespace provides helper functions to work with\r
- * [DocumentSelector](#DocumentSelector)s.\r
- */\r
-var DocumentSelector;\r
-(function (DocumentSelector) {\r
-    function is(value) {\r
-        if (!Array.isArray(value)) {\r
-            return false;\r
-        }\r
-        for (let elem of value) {\r
-            if (!Is.string(elem) && !DocumentFilter.is(elem)) {\r
-                return false;\r
-            }\r
-        }\r
-        return true;\r
-    }\r
-    DocumentSelector.is = is;\r
-})(DocumentSelector = exports.DocumentSelector || (exports.DocumentSelector = {}));\r
-/**\r
- * The `client/registerCapability` request is sent from the server to the client to register a new capability\r
- * handler on the client side.\r
- */\r
-var RegistrationRequest;\r
-(function (RegistrationRequest) {\r
-    RegistrationRequest.type = new messages_1.ProtocolRequestType('client/registerCapability');\r
-})(RegistrationRequest = exports.RegistrationRequest || (exports.RegistrationRequest = {}));\r
-/**\r
- * The `client/unregisterCapability` request is sent from the server to the client to unregister a previously registered capability\r
- * handler on the client side.\r
- */\r
-var UnregistrationRequest;\r
-(function (UnregistrationRequest) {\r
-    UnregistrationRequest.type = new messages_1.ProtocolRequestType('client/unregisterCapability');\r
-})(UnregistrationRequest = exports.UnregistrationRequest || (exports.UnregistrationRequest = {}));\r
-var ResourceOperationKind;\r
-(function (ResourceOperationKind) {\r
-    /**\r
-     * Supports creating new files and folders.\r
-     */\r
-    ResourceOperationKind.Create = 'create';\r
-    /**\r
-     * Supports renaming existing files and folders.\r
-     */\r
-    ResourceOperationKind.Rename = 'rename';\r
-    /**\r
-     * Supports deleting existing files and folders.\r
-     */\r
-    ResourceOperationKind.Delete = 'delete';\r
-})(ResourceOperationKind = exports.ResourceOperationKind || (exports.ResourceOperationKind = {}));\r
-var FailureHandlingKind;\r
-(function (FailureHandlingKind) {\r
-    /**\r
-     * Applying the workspace change is simply aborted if one of the changes provided\r
-     * fails. All operations executed before the failing operation stay executed.\r
-     */\r
-    FailureHandlingKind.Abort = 'abort';\r
-    /**\r
-     * All operations are executed transactional. That means they either all\r
-     * succeed or no changes at all are applied to the workspace.\r
-     */\r
-    FailureHandlingKind.Transactional = 'transactional';\r
-    /**\r
-     * If the workspace edit contains only textual file changes they are executed transactional.\r
-     * If resource changes (create, rename or delete file) are part of the change the failure\r
-     * handling startegy is abort.\r
-     */\r
-    FailureHandlingKind.TextOnlyTransactional = 'textOnlyTransactional';\r
-    /**\r
-     * The client tries to undo the operations already executed. But there is no\r
-     * guarantee that this is succeeding.\r
-     */\r
-    FailureHandlingKind.Undo = 'undo';\r
-})(FailureHandlingKind = exports.FailureHandlingKind || (exports.FailureHandlingKind = {}));\r
-/**\r
- * The StaticRegistrationOptions namespace provides helper functions to work with\r
- * [StaticRegistrationOptions](#StaticRegistrationOptions) literals.\r
- */\r
-var StaticRegistrationOptions;\r
-(function (StaticRegistrationOptions) {\r
-    function hasId(value) {\r
-        const candidate = value;\r
-        return candidate && Is.string(candidate.id) && candidate.id.length > 0;\r
-    }\r
-    StaticRegistrationOptions.hasId = hasId;\r
-})(StaticRegistrationOptions = exports.StaticRegistrationOptions || (exports.StaticRegistrationOptions = {}));\r
-/**\r
- * The TextDocumentRegistrationOptions namespace provides helper functions to work with\r
- * [TextDocumentRegistrationOptions](#TextDocumentRegistrationOptions) literals.\r
- */\r
-var TextDocumentRegistrationOptions;\r
-(function (TextDocumentRegistrationOptions) {\r
-    function is(value) {\r
-        const candidate = value;\r
-        return candidate && (candidate.documentSelector === null || DocumentSelector.is(candidate.documentSelector));\r
-    }\r
-    TextDocumentRegistrationOptions.is = is;\r
-})(TextDocumentRegistrationOptions = exports.TextDocumentRegistrationOptions || (exports.TextDocumentRegistrationOptions = {}));\r
-/**\r
- * The WorkDoneProgressOptions namespace provides helper functions to work with\r
- * [WorkDoneProgressOptions](#WorkDoneProgressOptions) literals.\r
- */\r
-var WorkDoneProgressOptions;\r
-(function (WorkDoneProgressOptions) {\r
-    function is(value) {\r
-        const candidate = value;\r
-        return Is.objectLiteral(candidate) && (candidate.workDoneProgress === undefined || Is.boolean(candidate.workDoneProgress));\r
-    }\r
-    WorkDoneProgressOptions.is = is;\r
-    function hasWorkDoneProgress(value) {\r
-        const candidate = value;\r
-        return candidate && Is.boolean(candidate.workDoneProgress);\r
-    }\r
-    WorkDoneProgressOptions.hasWorkDoneProgress = hasWorkDoneProgress;\r
-})(WorkDoneProgressOptions = exports.WorkDoneProgressOptions || (exports.WorkDoneProgressOptions = {}));\r
-/**\r
- * The initialize request is sent from the client to the server.\r
- * It is sent once as the request after starting up the server.\r
- * The requests parameter is of type [InitializeParams](#InitializeParams)\r
- * the response if of type [InitializeResult](#InitializeResult) of a Thenable that\r
- * resolves to such.\r
- */\r
-var InitializeRequest;\r
-(function (InitializeRequest) {\r
-    InitializeRequest.type = new messages_1.ProtocolRequestType('initialize');\r
-})(InitializeRequest = exports.InitializeRequest || (exports.InitializeRequest = {}));\r
-/**\r
- * Known error codes for an `InitializeError`;\r
- */\r
-var InitializeError;\r
-(function (InitializeError) {\r
-    /**\r
-     * If the protocol version provided by the client can't be handled by the server.\r
-     * @deprecated This initialize error got replaced by client capabilities. There is\r
-     * no version handshake in version 3.0x\r
-     */\r
-    InitializeError.unknownProtocolVersion = 1;\r
-})(InitializeError = exports.InitializeError || (exports.InitializeError = {}));\r
-/**\r
- * The intialized notification is sent from the client to the\r
- * server after the client is fully initialized and the server\r
- * is allowed to send requests from the server to the client.\r
- */\r
-var InitializedNotification;\r
-(function (InitializedNotification) {\r
-    InitializedNotification.type = new messages_1.ProtocolNotificationType('initialized');\r
-})(InitializedNotification = exports.InitializedNotification || (exports.InitializedNotification = {}));\r
-//---- Shutdown Method ----\r
-/**\r
- * A shutdown request is sent from the client to the server.\r
- * It is sent once when the client decides to shutdown the\r
- * server. The only notification that is sent after a shutdown request\r
- * is the exit event.\r
- */\r
-var ShutdownRequest;\r
-(function (ShutdownRequest) {\r
-    ShutdownRequest.type = new messages_1.ProtocolRequestType0('shutdown');\r
-})(ShutdownRequest = exports.ShutdownRequest || (exports.ShutdownRequest = {}));\r
-//---- Exit Notification ----\r
-/**\r
- * The exit event is sent from the client to the server to\r
- * ask the server to exit its process.\r
- */\r
-var ExitNotification;\r
-(function (ExitNotification) {\r
-    ExitNotification.type = new messages_1.ProtocolNotificationType0('exit');\r
-})(ExitNotification = exports.ExitNotification || (exports.ExitNotification = {}));\r
-/**\r
- * The configuration change notification is sent from the client to the server\r
- * when the client's configuration has changed. The notification contains\r
- * the changed configuration as defined by the language client.\r
- */\r
-var DidChangeConfigurationNotification;\r
-(function (DidChangeConfigurationNotification) {\r
-    DidChangeConfigurationNotification.type = new messages_1.ProtocolNotificationType('workspace/didChangeConfiguration');\r
-})(DidChangeConfigurationNotification = exports.DidChangeConfigurationNotification || (exports.DidChangeConfigurationNotification = {}));\r
-//---- Message show and log notifications ----\r
-/**\r
- * The message type\r
- */\r
-var MessageType;\r
-(function (MessageType) {\r
-    /**\r
-     * An error message.\r
-     */\r
-    MessageType.Error = 1;\r
-    /**\r
-     * A warning message.\r
-     */\r
-    MessageType.Warning = 2;\r
-    /**\r
-     * An information message.\r
-     */\r
-    MessageType.Info = 3;\r
-    /**\r
-     * A log message.\r
-     */\r
-    MessageType.Log = 4;\r
-})(MessageType = exports.MessageType || (exports.MessageType = {}));\r
-/**\r
- * The show message notification is sent from a server to a client to ask\r
- * the client to display a particular message in the user interface.\r
- */\r
-var ShowMessageNotification;\r
-(function (ShowMessageNotification) {\r
-    ShowMessageNotification.type = new messages_1.ProtocolNotificationType('window/showMessage');\r
-})(ShowMessageNotification = exports.ShowMessageNotification || (exports.ShowMessageNotification = {}));\r
-/**\r
- * The show message request is sent from the server to the client to show a message\r
- * and a set of options actions to the user.\r
- */\r
-var ShowMessageRequest;\r
-(function (ShowMessageRequest) {\r
-    ShowMessageRequest.type = new messages_1.ProtocolRequestType('window/showMessageRequest');\r
-})(ShowMessageRequest = exports.ShowMessageRequest || (exports.ShowMessageRequest = {}));\r
-/**\r
- * The log message notification is sent from the server to the client to ask\r
- * the client to log a particular message.\r
- */\r
-var LogMessageNotification;\r
-(function (LogMessageNotification) {\r
-    LogMessageNotification.type = new messages_1.ProtocolNotificationType('window/logMessage');\r
-})(LogMessageNotification = exports.LogMessageNotification || (exports.LogMessageNotification = {}));\r
-//---- Telemetry notification\r
-/**\r
- * The telemetry event notification is sent from the server to the client to ask\r
- * the client to log telemetry data.\r
- */\r
-var TelemetryEventNotification;\r
-(function (TelemetryEventNotification) {\r
-    TelemetryEventNotification.type = new messages_1.ProtocolNotificationType('telemetry/event');\r
-})(TelemetryEventNotification = exports.TelemetryEventNotification || (exports.TelemetryEventNotification = {}));\r
-/**\r
- * Defines how the host (editor) should sync\r
- * document changes to the language server.\r
- */\r
-var TextDocumentSyncKind;\r
-(function (TextDocumentSyncKind) {\r
-    /**\r
-     * Documents should not be synced at all.\r
-     */\r
-    TextDocumentSyncKind.None = 0;\r
-    /**\r
-     * Documents are synced by always sending the full content\r
-     * of the document.\r
-     */\r
-    TextDocumentSyncKind.Full = 1;\r
-    /**\r
-     * Documents are synced by sending the full content on open.\r
-     * After that only incremental updates to the document are\r
-     * send.\r
-     */\r
-    TextDocumentSyncKind.Incremental = 2;\r
-})(TextDocumentSyncKind = exports.TextDocumentSyncKind || (exports.TextDocumentSyncKind = {}));\r
-/**\r
- * The document open notification is sent from the client to the server to signal\r
- * newly opened text documents. The document's truth is now managed by the client\r
- * and the server must not try to read the document's truth using the document's\r
- * uri. Open in this sense means it is managed by the client. It doesn't necessarily\r
- * mean that its content is presented in an editor. An open notification must not\r
- * be sent more than once without a corresponding close notification send before.\r
- * This means open and close notification must be balanced and the max open count\r
- * is one.\r
- */\r
-var DidOpenTextDocumentNotification;\r
-(function (DidOpenTextDocumentNotification) {\r
-    DidOpenTextDocumentNotification.method = 'textDocument/didOpen';\r
-    DidOpenTextDocumentNotification.type = new messages_1.ProtocolNotificationType(DidOpenTextDocumentNotification.method);\r
-})(DidOpenTextDocumentNotification = exports.DidOpenTextDocumentNotification || (exports.DidOpenTextDocumentNotification = {}));\r
-/**\r
- * The document change notification is sent from the client to the server to signal\r
- * changes to a text document.\r
- */\r
-var DidChangeTextDocumentNotification;\r
-(function (DidChangeTextDocumentNotification) {\r
-    DidChangeTextDocumentNotification.method = 'textDocument/didChange';\r
-    DidChangeTextDocumentNotification.type = new messages_1.ProtocolNotificationType(DidChangeTextDocumentNotification.method);\r
-})(DidChangeTextDocumentNotification = exports.DidChangeTextDocumentNotification || (exports.DidChangeTextDocumentNotification = {}));\r
-/**\r
- * The document close notification is sent from the client to the server when\r
- * the document got closed in the client. The document's truth now exists where\r
- * the document's uri points to (e.g. if the document's uri is a file uri the\r
- * truth now exists on disk). As with the open notification the close notification\r
- * is about managing the document's content. Receiving a close notification\r
- * doesn't mean that the document was open in an editor before. A close\r
- * notification requires a previous open notification to be sent.\r
- */\r
-var DidCloseTextDocumentNotification;\r
-(function (DidCloseTextDocumentNotification) {\r
-    DidCloseTextDocumentNotification.method = 'textDocument/didClose';\r
-    DidCloseTextDocumentNotification.type = new messages_1.ProtocolNotificationType(DidCloseTextDocumentNotification.method);\r
-})(DidCloseTextDocumentNotification = exports.DidCloseTextDocumentNotification || (exports.DidCloseTextDocumentNotification = {}));\r
-/**\r
- * The document save notification is sent from the client to the server when\r
- * the document got saved in the client.\r
- */\r
-var DidSaveTextDocumentNotification;\r
-(function (DidSaveTextDocumentNotification) {\r
-    DidSaveTextDocumentNotification.method = 'textDocument/didSave';\r
-    DidSaveTextDocumentNotification.type = new messages_1.ProtocolNotificationType(DidSaveTextDocumentNotification.method);\r
-})(DidSaveTextDocumentNotification = exports.DidSaveTextDocumentNotification || (exports.DidSaveTextDocumentNotification = {}));\r
-/**\r
- * Represents reasons why a text document is saved.\r
- */\r
-var TextDocumentSaveReason;\r
-(function (TextDocumentSaveReason) {\r
-    /**\r
-     * Manually triggered, e.g. by the user pressing save, by starting debugging,\r
-     * or by an API call.\r
-     */\r
-    TextDocumentSaveReason.Manual = 1;\r
-    /**\r
-     * Automatic after a delay.\r
-     */\r
-    TextDocumentSaveReason.AfterDelay = 2;\r
-    /**\r
-     * When the editor lost focus.\r
-     */\r
-    TextDocumentSaveReason.FocusOut = 3;\r
-})(TextDocumentSaveReason = exports.TextDocumentSaveReason || (exports.TextDocumentSaveReason = {}));\r
-/**\r
- * A document will save notification is sent from the client to the server before\r
- * the document is actually saved.\r
- */\r
-var WillSaveTextDocumentNotification;\r
-(function (WillSaveTextDocumentNotification) {\r
-    WillSaveTextDocumentNotification.method = 'textDocument/willSave';\r
-    WillSaveTextDocumentNotification.type = new messages_1.ProtocolNotificationType(WillSaveTextDocumentNotification.method);\r
-})(WillSaveTextDocumentNotification = exports.WillSaveTextDocumentNotification || (exports.WillSaveTextDocumentNotification = {}));\r
-/**\r
- * A document will save request is sent from the client to the server before\r
- * the document is actually saved. The request can return an array of TextEdits\r
- * which will be applied to the text document before it is saved. Please note that\r
- * clients might drop results if computing the text edits took too long or if a\r
- * server constantly fails on this request. This is done to keep the save fast and\r
- * reliable.\r
- */\r
-var WillSaveTextDocumentWaitUntilRequest;\r
-(function (WillSaveTextDocumentWaitUntilRequest) {\r
-    WillSaveTextDocumentWaitUntilRequest.method = 'textDocument/willSaveWaitUntil';\r
-    WillSaveTextDocumentWaitUntilRequest.type = new messages_1.ProtocolRequestType(WillSaveTextDocumentWaitUntilRequest.method);\r
-})(WillSaveTextDocumentWaitUntilRequest = exports.WillSaveTextDocumentWaitUntilRequest || (exports.WillSaveTextDocumentWaitUntilRequest = {}));\r
-/**\r
- * The watched files notification is sent from the client to the server when\r
- * the client detects changes to file watched by the language client.\r
- */\r
-var DidChangeWatchedFilesNotification;\r
-(function (DidChangeWatchedFilesNotification) {\r
-    DidChangeWatchedFilesNotification.type = new messages_1.ProtocolNotificationType('workspace/didChangeWatchedFiles');\r
-})(DidChangeWatchedFilesNotification = exports.DidChangeWatchedFilesNotification || (exports.DidChangeWatchedFilesNotification = {}));\r
-/**\r
- * The file event type\r
- */\r
-var FileChangeType;\r
-(function (FileChangeType) {\r
-    /**\r
-     * The file got created.\r
-     */\r
-    FileChangeType.Created = 1;\r
-    /**\r
-     * The file got changed.\r
-     */\r
-    FileChangeType.Changed = 2;\r
-    /**\r
-     * The file got deleted.\r
-     */\r
-    FileChangeType.Deleted = 3;\r
-})(FileChangeType = exports.FileChangeType || (exports.FileChangeType = {}));\r
-var WatchKind;\r
-(function (WatchKind) {\r
-    /**\r
-     * Interested in create events.\r
-     */\r
-    WatchKind.Create = 1;\r
-    /**\r
-     * Interested in change events\r
-     */\r
-    WatchKind.Change = 2;\r
-    /**\r
-     * Interested in delete events\r
-     */\r
-    WatchKind.Delete = 4;\r
-})(WatchKind = exports.WatchKind || (exports.WatchKind = {}));\r
-/**\r
- * Diagnostics notification are sent from the server to the client to signal\r
- * results of validation runs.\r
- */\r
-var PublishDiagnosticsNotification;\r
-(function (PublishDiagnosticsNotification) {\r
-    PublishDiagnosticsNotification.type = new messages_1.ProtocolNotificationType('textDocument/publishDiagnostics');\r
-})(PublishDiagnosticsNotification = exports.PublishDiagnosticsNotification || (exports.PublishDiagnosticsNotification = {}));\r
-/**\r
- * How a completion was triggered\r
- */\r
-var CompletionTriggerKind;\r
-(function (CompletionTriggerKind) {\r
-    /**\r
-     * Completion was triggered by typing an identifier (24x7 code\r
-     * complete), manual invocation (e.g Ctrl+Space) or via API.\r
-     */\r
-    CompletionTriggerKind.Invoked = 1;\r
-    /**\r
-     * Completion was triggered by a trigger character specified by\r
-     * the `triggerCharacters` properties of the `CompletionRegistrationOptions`.\r
-     */\r
-    CompletionTriggerKind.TriggerCharacter = 2;\r
-    /**\r
-     * Completion was re-triggered as current completion list is incomplete\r
-     */\r
-    CompletionTriggerKind.TriggerForIncompleteCompletions = 3;\r
-})(CompletionTriggerKind = exports.CompletionTriggerKind || (exports.CompletionTriggerKind = {}));\r
-/**\r
- * Request to request completion at a given text document position. The request's\r
- * parameter is of type [TextDocumentPosition](#TextDocumentPosition) the response\r
- * is of type [CompletionItem[]](#CompletionItem) or [CompletionList](#CompletionList)\r
- * or a Thenable that resolves to such.\r
- *\r
- * The request can delay the computation of the [`detail`](#CompletionItem.detail)\r
- * and [`documentation`](#CompletionItem.documentation) properties to the `completionItem/resolve`\r
- * request. However, properties that are needed for the initial sorting and filtering, like `sortText`,\r
- * `filterText`, `insertText`, and `textEdit`, must not be changed during resolve.\r
- */\r
-var CompletionRequest;\r
-(function (CompletionRequest) {\r
-    CompletionRequest.method = 'textDocument/completion';\r
-    CompletionRequest.type = new messages_1.ProtocolRequestType(CompletionRequest.method);\r
-    /** @deprecated Use CompletionRequest.type */\r
-    CompletionRequest.resultType = new vscode_jsonrpc_1.ProgressType();\r
-})(CompletionRequest = exports.CompletionRequest || (exports.CompletionRequest = {}));\r
-/**\r
- * Request to resolve additional information for a given completion item.The request's\r
- * parameter is of type [CompletionItem](#CompletionItem) the response\r
- * is of type [CompletionItem](#CompletionItem) or a Thenable that resolves to such.\r
- */\r
-var CompletionResolveRequest;\r
-(function (CompletionResolveRequest) {\r
-    CompletionResolveRequest.method = 'completionItem/resolve';\r
-    CompletionResolveRequest.type = new messages_1.ProtocolRequestType(CompletionResolveRequest.method);\r
-})(CompletionResolveRequest = exports.CompletionResolveRequest || (exports.CompletionResolveRequest = {}));\r
-/**\r
- * Request to request hover information at a given text document position. The request's\r
- * parameter is of type [TextDocumentPosition](#TextDocumentPosition) the response is of\r
- * type [Hover](#Hover) or a Thenable that resolves to such.\r
- */\r
-var HoverRequest;\r
-(function (HoverRequest) {\r
-    HoverRequest.method = 'textDocument/hover';\r
-    HoverRequest.type = new messages_1.ProtocolRequestType(HoverRequest.method);\r
-})(HoverRequest = exports.HoverRequest || (exports.HoverRequest = {}));\r
-/**\r
- * How a signature help was triggered.\r
- *\r
- * @since 3.15.0\r
- */\r
-var SignatureHelpTriggerKind;\r
-(function (SignatureHelpTriggerKind) {\r
-    /**\r
-     * Signature help was invoked manually by the user or by a command.\r
-     */\r
-    SignatureHelpTriggerKind.Invoked = 1;\r
-    /**\r
-     * Signature help was triggered by a trigger character.\r
-     */\r
-    SignatureHelpTriggerKind.TriggerCharacter = 2;\r
-    /**\r
-     * Signature help was triggered by the cursor moving or by the document content changing.\r
-     */\r
-    SignatureHelpTriggerKind.ContentChange = 3;\r
-})(SignatureHelpTriggerKind = exports.SignatureHelpTriggerKind || (exports.SignatureHelpTriggerKind = {}));\r
-var SignatureHelpRequest;\r
-(function (SignatureHelpRequest) {\r
-    SignatureHelpRequest.method = 'textDocument/signatureHelp';\r
-    SignatureHelpRequest.type = new messages_1.ProtocolRequestType(SignatureHelpRequest.method);\r
-})(SignatureHelpRequest = exports.SignatureHelpRequest || (exports.SignatureHelpRequest = {}));\r
-/**\r
- * A request to resolve the definition location of a symbol at a given text\r
- * document position. The request's parameter is of type [TextDocumentPosition]\r
- * (#TextDocumentPosition) the response is of either type [Definition](#Definition)\r
- * or a typed array of [DefinitionLink](#DefinitionLink) or a Thenable that resolves\r
- * to such.\r
- */\r
-var DefinitionRequest;\r
-(function (DefinitionRequest) {\r
-    DefinitionRequest.method = 'textDocument/definition';\r
-    DefinitionRequest.type = new messages_1.ProtocolRequestType(DefinitionRequest.method);\r
-    /** @deprecated Use DefinitionRequest.type */\r
-    DefinitionRequest.resultType = new vscode_jsonrpc_1.ProgressType();\r
-})(DefinitionRequest = exports.DefinitionRequest || (exports.DefinitionRequest = {}));\r
-/**\r
- * A request to resolve project-wide references for the symbol denoted\r
- * by the given text document position. The request's parameter is of\r
- * type [ReferenceParams](#ReferenceParams) the response is of type\r
- * [Location[]](#Location) or a Thenable that resolves to such.\r
- */\r
-var ReferencesRequest;\r
-(function (ReferencesRequest) {\r
-    ReferencesRequest.method = 'textDocument/references';\r
-    ReferencesRequest.type = new messages_1.ProtocolRequestType(ReferencesRequest.method);\r
-    /** @deprecated Use ReferencesRequest.type */\r
-    ReferencesRequest.resultType = new vscode_jsonrpc_1.ProgressType();\r
-})(ReferencesRequest = exports.ReferencesRequest || (exports.ReferencesRequest = {}));\r
-/**\r
- * Request to resolve a [DocumentHighlight](#DocumentHighlight) for a given\r
- * text document position. The request's parameter is of type [TextDocumentPosition]\r
- * (#TextDocumentPosition) the request response is of type [DocumentHighlight[]]\r
- * (#DocumentHighlight) or a Thenable that resolves to such.\r
- */\r
-var DocumentHighlightRequest;\r
-(function (DocumentHighlightRequest) {\r
-    DocumentHighlightRequest.method = 'textDocument/documentHighlight';\r
-    DocumentHighlightRequest.type = new messages_1.ProtocolRequestType(DocumentHighlightRequest.method);\r
-    /** @deprecated Use DocumentHighlightRequest.type */\r
-    DocumentHighlightRequest.resultType = new vscode_jsonrpc_1.ProgressType();\r
-})(DocumentHighlightRequest = exports.DocumentHighlightRequest || (exports.DocumentHighlightRequest = {}));\r
-/**\r
- * A request to list all symbols found in a given text document. The request's\r
- * parameter is of type [TextDocumentIdentifier](#TextDocumentIdentifier) the\r
- * response is of type [SymbolInformation[]](#SymbolInformation) or a Thenable\r
- * that resolves to such.\r
- */\r
-var DocumentSymbolRequest;\r
-(function (DocumentSymbolRequest) {\r
-    DocumentSymbolRequest.method = 'textDocument/documentSymbol';\r
-    DocumentSymbolRequest.type = new messages_1.ProtocolRequestType(DocumentSymbolRequest.method);\r
-    /** @deprecated Use DocumentSymbolRequest.type */\r
-    DocumentSymbolRequest.resultType = new vscode_jsonrpc_1.ProgressType();\r
-})(DocumentSymbolRequest = exports.DocumentSymbolRequest || (exports.DocumentSymbolRequest = {}));\r
-/**\r
- * A request to provide commands for the given text document and range.\r
- */\r
-var CodeActionRequest;\r
-(function (CodeActionRequest) {\r
-    CodeActionRequest.method = 'textDocument/codeAction';\r
-    CodeActionRequest.type = new messages_1.ProtocolRequestType(CodeActionRequest.method);\r
-    /** @deprecated Use CodeActionRequest.type */\r
-    CodeActionRequest.resultType = new vscode_jsonrpc_1.ProgressType();\r
-})(CodeActionRequest = exports.CodeActionRequest || (exports.CodeActionRequest = {}));\r
-/**\r
- * A request to list project-wide symbols matching the query string given\r
- * by the [WorkspaceSymbolParams](#WorkspaceSymbolParams). The response is\r
- * of type [SymbolInformation[]](#SymbolInformation) or a Thenable that\r
- * resolves to such.\r
- */\r
-var WorkspaceSymbolRequest;\r
-(function (WorkspaceSymbolRequest) {\r
-    WorkspaceSymbolRequest.method = 'workspace/symbol';\r
-    WorkspaceSymbolRequest.type = new messages_1.ProtocolRequestType(WorkspaceSymbolRequest.method);\r
-    /** @deprecated Use WorkspaceSymbolRequest.type */\r
-    WorkspaceSymbolRequest.resultType = new vscode_jsonrpc_1.ProgressType();\r
-})(WorkspaceSymbolRequest = exports.WorkspaceSymbolRequest || (exports.WorkspaceSymbolRequest = {}));\r
-/**\r
- * A request to provide code lens for the given text document.\r
- */\r
-var CodeLensRequest;\r
-(function (CodeLensRequest) {\r
-    CodeLensRequest.type = new messages_1.ProtocolRequestType('textDocument/codeLens');\r
-    /** @deprecated Use CodeLensRequest.type */\r
-    CodeLensRequest.resultType = new vscode_jsonrpc_1.ProgressType();\r
-})(CodeLensRequest = exports.CodeLensRequest || (exports.CodeLensRequest = {}));\r
-/**\r
- * A request to resolve a command for a given code lens.\r
- */\r
-var CodeLensResolveRequest;\r
-(function (CodeLensResolveRequest) {\r
-    CodeLensResolveRequest.type = new messages_1.ProtocolRequestType('codeLens/resolve');\r
-})(CodeLensResolveRequest = exports.CodeLensResolveRequest || (exports.CodeLensResolveRequest = {}));\r
-/**\r
- * A request to provide document links\r
- */\r
-var DocumentLinkRequest;\r
-(function (DocumentLinkRequest) {\r
-    DocumentLinkRequest.method = 'textDocument/documentLink';\r
-    DocumentLinkRequest.type = new messages_1.ProtocolRequestType(DocumentLinkRequest.method);\r
-    /** @deprecated Use DocumentLinkRequest.type */\r
-    DocumentLinkRequest.resultType = new vscode_jsonrpc_1.ProgressType();\r
-})(DocumentLinkRequest = exports.DocumentLinkRequest || (exports.DocumentLinkRequest = {}));\r
-/**\r
- * Request to resolve additional information for a given document link. The request's\r
- * parameter is of type [DocumentLink](#DocumentLink) the response\r
- * is of type [DocumentLink](#DocumentLink) or a Thenable that resolves to such.\r
- */\r
-var DocumentLinkResolveRequest;\r
-(function (DocumentLinkResolveRequest) {\r
-    DocumentLinkResolveRequest.type = new messages_1.ProtocolRequestType('documentLink/resolve');\r
-})(DocumentLinkResolveRequest = exports.DocumentLinkResolveRequest || (exports.DocumentLinkResolveRequest = {}));\r
-/**\r
- * A request to to format a whole document.\r
- */\r
-var DocumentFormattingRequest;\r
-(function (DocumentFormattingRequest) {\r
-    DocumentFormattingRequest.method = 'textDocument/formatting';\r
-    DocumentFormattingRequest.type = new messages_1.ProtocolRequestType(DocumentFormattingRequest.method);\r
-})(DocumentFormattingRequest = exports.DocumentFormattingRequest || (exports.DocumentFormattingRequest = {}));\r
-/**\r
- * A request to to format a range in a document.\r
- */\r
-var DocumentRangeFormattingRequest;\r
-(function (DocumentRangeFormattingRequest) {\r
-    DocumentRangeFormattingRequest.method = 'textDocument/rangeFormatting';\r
-    DocumentRangeFormattingRequest.type = new messages_1.ProtocolRequestType(DocumentRangeFormattingRequest.method);\r
-})(DocumentRangeFormattingRequest = exports.DocumentRangeFormattingRequest || (exports.DocumentRangeFormattingRequest = {}));\r
-/**\r
- * A request to format a document on type.\r
- */\r
-var DocumentOnTypeFormattingRequest;\r
-(function (DocumentOnTypeFormattingRequest) {\r
-    DocumentOnTypeFormattingRequest.method = 'textDocument/onTypeFormatting';\r
-    DocumentOnTypeFormattingRequest.type = new messages_1.ProtocolRequestType(DocumentOnTypeFormattingRequest.method);\r
-})(DocumentOnTypeFormattingRequest = exports.DocumentOnTypeFormattingRequest || (exports.DocumentOnTypeFormattingRequest = {}));\r
-/**\r
- * A request to rename a symbol.\r
- */\r
-var RenameRequest;\r
-(function (RenameRequest) {\r
-    RenameRequest.method = 'textDocument/rename';\r
-    RenameRequest.type = new messages_1.ProtocolRequestType(RenameRequest.method);\r
-})(RenameRequest = exports.RenameRequest || (exports.RenameRequest = {}));\r
-/**\r
- * A request to test and perform the setup necessary for a rename.\r
- */\r
-var PrepareRenameRequest;\r
-(function (PrepareRenameRequest) {\r
-    PrepareRenameRequest.method = 'textDocument/prepareRename';\r
-    PrepareRenameRequest.type = new messages_1.ProtocolRequestType(PrepareRenameRequest.method);\r
-})(PrepareRenameRequest = exports.PrepareRenameRequest || (exports.PrepareRenameRequest = {}));\r
-/**\r
- * A request send from the client to the server to execute a command. The request might return\r
- * a workspace edit which the client will apply to the workspace.\r
- */\r
-var ExecuteCommandRequest;\r
-(function (ExecuteCommandRequest) {\r
-    ExecuteCommandRequest.type = new messages_1.ProtocolRequestType('workspace/executeCommand');\r
-})(ExecuteCommandRequest = exports.ExecuteCommandRequest || (exports.ExecuteCommandRequest = {}));\r
-/**\r
- * A request sent from the server to the client to modified certain resources.\r
- */\r
-var ApplyWorkspaceEditRequest;\r
-(function (ApplyWorkspaceEditRequest) {\r
-    ApplyWorkspaceEditRequest.type = new messages_1.ProtocolRequestType('workspace/applyEdit');\r
-})(ApplyWorkspaceEditRequest = exports.ApplyWorkspaceEditRequest || (exports.ApplyWorkspaceEditRequest = {}));\r
-
-
-/***/ }),
-/* 47 */
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-/* --------------------------------------------------------------------------------------------\r
- * Copyright (c) Microsoft Corporation. All rights reserved.\r
- * Licensed under the MIT License. See License.txt in the project root for license information.\r
- * ------------------------------------------------------------------------------------------ */\r
-\r
-Object.defineProperty(exports, "__esModule", { value: true });\r
-function boolean(value) {\r
-    return value === true || value === false;\r
-}\r
-exports.boolean = boolean;\r
-function string(value) {\r
-    return typeof value === 'string' || value instanceof String;\r
-}\r
-exports.string = string;\r
-function number(value) {\r
-    return typeof value === 'number' || value instanceof Number;\r
-}\r
-exports.number = number;\r
-function error(value) {\r
-    return value instanceof Error;\r
-}\r
-exports.error = error;\r
-function func(value) {\r
-    return typeof value === 'function';\r
-}\r
-exports.func = func;\r
-function array(value) {\r
-    return Array.isArray(value);\r
-}\r
-exports.array = array;\r
-function stringArray(value) {\r
-    return array(value) && value.every(elem => string(elem));\r
-}\r
-exports.stringArray = stringArray;\r
-function typedArray(value, check) {\r
-    return Array.isArray(value) && value.every(check);\r
-}\r
-exports.typedArray = typedArray;\r
-function objectLiteral(value) {\r
-    // Strictly speaking class instances pass this check as well. Since the LSP\r
-    // doesn't use classes we ignore this for now. If we do we need to add something\r
-    // like this: `Object.getPrototypeOf(Object.getPrototypeOf(x)) === null`\r
-    return value !== null && typeof value === 'object';\r
-}\r
-exports.objectLiteral = objectLiteral;\r
-
-
-/***/ }),
-/* 48 */
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-/* --------------------------------------------------------------------------------------------\r
- * Copyright (c) Microsoft Corporation. All rights reserved.\r
- * Licensed under the MIT License. See License.txt in the project root for license information.\r
- * ------------------------------------------------------------------------------------------ */\r
-\r
-Object.defineProperty(exports, "__esModule", { value: true });\r
-const vscode_jsonrpc_1 = __webpack_require__(35);\r
-class ProtocolRequestType0 extends vscode_jsonrpc_1.RequestType0 {\r
-    constructor(method) {\r
-        super(method);\r
-    }\r
-}\r
-exports.ProtocolRequestType0 = ProtocolRequestType0;\r
-class ProtocolRequestType extends vscode_jsonrpc_1.RequestType {\r
-    constructor(method) {\r
-        super(method);\r
-    }\r
-}\r
-exports.ProtocolRequestType = ProtocolRequestType;\r
-class ProtocolNotificationType extends vscode_jsonrpc_1.NotificationType {\r
-    constructor(method) {\r
-        super(method);\r
-    }\r
-}\r
-exports.ProtocolNotificationType = ProtocolNotificationType;\r
-class ProtocolNotificationType0 extends vscode_jsonrpc_1.NotificationType0 {\r
-    constructor(method) {\r
-        super(method);\r
-    }\r
-}\r
-exports.ProtocolNotificationType0 = ProtocolNotificationType0;\r
-
-
-/***/ }),
-/* 49 */
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-/* --------------------------------------------------------------------------------------------\r
- * Copyright (c) Microsoft Corporation. All rights reserved.\r
- * Licensed under the MIT License. See License.txt in the project root for license information.\r
- * ------------------------------------------------------------------------------------------ */\r
-\r
-Object.defineProperty(exports, "__esModule", { value: true });\r
-const vscode_jsonrpc_1 = __webpack_require__(35);\r
-const messages_1 = __webpack_require__(48);\r
-// @ts-ignore: to avoid inlining LocatioLink as dynamic import\r
-let __noDynamicImport;\r
-/**\r
- * A request to resolve the implementation locations of a symbol at a given text\r
- * document position. The request's parameter is of type [TextDocumentPositioParams]\r
- * (#TextDocumentPositionParams) the response is of type [Definition](#Definition) or a\r
- * Thenable that resolves to such.\r
- */\r
-var ImplementationRequest;\r
-(function (ImplementationRequest) {\r
-    ImplementationRequest.method = 'textDocument/implementation';\r
-    ImplementationRequest.type = new messages_1.ProtocolRequestType(ImplementationRequest.method);\r
-    /** @deprecated Use ImplementationRequest.type */\r
-    ImplementationRequest.resultType = new vscode_jsonrpc_1.ProgressType();\r
-})(ImplementationRequest = exports.ImplementationRequest || (exports.ImplementationRequest = {}));\r
-
-
-/***/ }),
-/* 50 */
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-/* --------------------------------------------------------------------------------------------\r
- * Copyright (c) Microsoft Corporation. All rights reserved.\r
- * Licensed under the MIT License. See License.txt in the project root for license information.\r
- * ------------------------------------------------------------------------------------------ */\r
-\r
-Object.defineProperty(exports, "__esModule", { value: true });\r
-const vscode_jsonrpc_1 = __webpack_require__(35);\r
-const messages_1 = __webpack_require__(48);\r
-// @ts-ignore: to avoid inlining LocatioLink as dynamic import\r
-let __noDynamicImport;\r
-/**\r
- * A request to resolve the type definition locations of a symbol at a given text\r
- * document position. The request's parameter is of type [TextDocumentPositioParams]\r
- * (#TextDocumentPositionParams) the response is of type [Definition](#Definition) or a\r
- * Thenable that resolves to such.\r
- */\r
-var TypeDefinitionRequest;\r
-(function (TypeDefinitionRequest) {\r
-    TypeDefinitionRequest.method = 'textDocument/typeDefinition';\r
-    TypeDefinitionRequest.type = new messages_1.ProtocolRequestType(TypeDefinitionRequest.method);\r
-    /** @deprecated Use TypeDefinitionRequest.type */\r
-    TypeDefinitionRequest.resultType = new vscode_jsonrpc_1.ProgressType();\r
-})(TypeDefinitionRequest = exports.TypeDefinitionRequest || (exports.TypeDefinitionRequest = {}));\r
-
-
-/***/ }),
-/* 51 */
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-/* --------------------------------------------------------------------------------------------\r
- * Copyright (c) Microsoft Corporation. All rights reserved.\r
- * Licensed under the MIT License. See License.txt in the project root for license information.\r
- * ------------------------------------------------------------------------------------------ */\r
-\r
-Object.defineProperty(exports, "__esModule", { value: true });\r
-const messages_1 = __webpack_require__(48);\r
-/**\r
- * The `workspace/workspaceFolders` is sent from the server to the client to fetch the open workspace folders.\r
- */\r
-var WorkspaceFoldersRequest;\r
-(function (WorkspaceFoldersRequest) {\r
-    WorkspaceFoldersRequest.type = new messages_1.ProtocolRequestType0('workspace/workspaceFolders');\r
-})(WorkspaceFoldersRequest = exports.WorkspaceFoldersRequest || (exports.WorkspaceFoldersRequest = {}));\r
-/**\r
- * The `workspace/didChangeWorkspaceFolders` notification is sent from the client to the server when the workspace\r
- * folder configuration changes.\r
- */\r
-var DidChangeWorkspaceFoldersNotification;\r
-(function (DidChangeWorkspaceFoldersNotification) {\r
-    DidChangeWorkspaceFoldersNotification.type = new messages_1.ProtocolNotificationType('workspace/didChangeWorkspaceFolders');\r
-})(DidChangeWorkspaceFoldersNotification = exports.DidChangeWorkspaceFoldersNotification || (exports.DidChangeWorkspaceFoldersNotification = {}));\r
-
-
-/***/ }),
-/* 52 */
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-/* --------------------------------------------------------------------------------------------\r
- * Copyright (c) Microsoft Corporation. All rights reserved.\r
- * Licensed under the MIT License. See License.txt in the project root for license information.\r
- * ------------------------------------------------------------------------------------------ */\r
-\r
-Object.defineProperty(exports, "__esModule", { value: true });\r
-const messages_1 = __webpack_require__(48);\r
-/**\r
- * The 'workspace/configuration' request is sent from the server to the client to fetch a certain\r
- * configuration setting.\r
- *\r
- * This pull model replaces the old push model were the client signaled configuration change via an\r
- * event. If the server still needs to react to configuration changes (since the server caches the\r
- * result of `workspace/configuration` requests) the server should register for an empty configuration\r
- * change event and empty the cache if such an event is received.\r
- */\r
-var ConfigurationRequest;\r
-(function (ConfigurationRequest) {\r
-    ConfigurationRequest.type = new messages_1.ProtocolRequestType('workspace/configuration');\r
-})(ConfigurationRequest = exports.ConfigurationRequest || (exports.ConfigurationRequest = {}));\r
-
-
-/***/ }),
-/* 53 */
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-/* --------------------------------------------------------------------------------------------\r
- * Copyright (c) Microsoft Corporation. All rights reserved.\r
- * Licensed under the MIT License. See License.txt in the project root for license information.\r
- * ------------------------------------------------------------------------------------------ */\r
-\r
-Object.defineProperty(exports, "__esModule", { value: true });\r
-const vscode_jsonrpc_1 = __webpack_require__(35);\r
-const messages_1 = __webpack_require__(48);\r
-/**\r
- * A request to list all color symbols found in a given text document. The request's\r
- * parameter is of type [DocumentColorParams](#DocumentColorParams) the\r
- * response is of type [ColorInformation[]](#ColorInformation) or a Thenable\r
- * that resolves to such.\r
- */\r
-var DocumentColorRequest;\r
-(function (DocumentColorRequest) {\r
-    DocumentColorRequest.method = 'textDocument/documentColor';\r
-    DocumentColorRequest.type = new messages_1.ProtocolRequestType(DocumentColorRequest.method);\r
-    /** @deprecated Use DocumentColorRequest.type */\r
-    DocumentColorRequest.resultType = new vscode_jsonrpc_1.ProgressType();\r
-})(DocumentColorRequest = exports.DocumentColorRequest || (exports.DocumentColorRequest = {}));\r
-/**\r
- * A request to list all presentation for a color. The request's\r
- * parameter is of type [ColorPresentationParams](#ColorPresentationParams) the\r
- * response is of type [ColorInformation[]](#ColorInformation) or a Thenable\r
- * that resolves to such.\r
- */\r
-var ColorPresentationRequest;\r
-(function (ColorPresentationRequest) {\r
-    ColorPresentationRequest.type = new messages_1.ProtocolRequestType('textDocument/colorPresentation');\r
-})(ColorPresentationRequest = exports.ColorPresentationRequest || (exports.ColorPresentationRequest = {}));\r
-
-
-/***/ }),
-/* 54 */
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-\r
-/*---------------------------------------------------------------------------------------------\r
- *  Copyright (c) Microsoft Corporation. All rights reserved.\r
- *  Licensed under the MIT License. See License.txt in the project root for license information.\r
- *--------------------------------------------------------------------------------------------*/\r
-Object.defineProperty(exports, "__esModule", { value: true });\r
-const vscode_jsonrpc_1 = __webpack_require__(35);\r
-const messages_1 = __webpack_require__(48);\r
-/**\r
- * Enum of known range kinds\r
- */\r
-var FoldingRangeKind;\r
-(function (FoldingRangeKind) {\r
-    /**\r
-     * Folding range for a comment\r
-     */\r
-    FoldingRangeKind["Comment"] = "comment";\r
-    /**\r
-     * Folding range for a imports or includes\r
-     */\r
-    FoldingRangeKind["Imports"] = "imports";\r
-    /**\r
-     * Folding range for a region (e.g. `#region`)\r
-     */\r
-    FoldingRangeKind["Region"] = "region";\r
-})(FoldingRangeKind = exports.FoldingRangeKind || (exports.FoldingRangeKind = {}));\r
-/**\r
- * A request to provide folding ranges in a document. The request's\r
- * parameter is of type [FoldingRangeParams](#FoldingRangeParams), the\r
- * response is of type [FoldingRangeList](#FoldingRangeList) or a Thenable\r
- * that resolves to such.\r
- */\r
-var FoldingRangeRequest;\r
-(function (FoldingRangeRequest) {\r
-    FoldingRangeRequest.method = 'textDocument/foldingRange';\r
-    FoldingRangeRequest.type = new messages_1.ProtocolRequestType(FoldingRangeRequest.method);\r
-    /** @deprecated Use FoldingRangeRequest.type */\r
-    FoldingRangeRequest.resultType = new vscode_jsonrpc_1.ProgressType();\r
-})(FoldingRangeRequest = exports.FoldingRangeRequest || (exports.FoldingRangeRequest = {}));\r
-
-
-/***/ }),
-/* 55 */
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-/* --------------------------------------------------------------------------------------------\r
- * Copyright (c) Microsoft Corporation. All rights reserved.\r
- * Licensed under the MIT License. See License.txt in the project root for license information.\r
- * ------------------------------------------------------------------------------------------ */\r
-\r
-Object.defineProperty(exports, "__esModule", { value: true });\r
-const vscode_jsonrpc_1 = __webpack_require__(35);\r
-const messages_1 = __webpack_require__(48);\r
-// @ts-ignore: to avoid inlining LocatioLink as dynamic import\r
-let __noDynamicImport;\r
-/**\r
- * A request to resolve the type definition locations of a symbol at a given text\r
- * document position. The request's parameter is of type [TextDocumentPositioParams]\r
- * (#TextDocumentPositionParams) the response is of type [Declaration](#Declaration)\r
- * or a typed array of [DeclarationLink](#DeclarationLink) or a Thenable that resolves\r
- * to such.\r
- */\r
-var DeclarationRequest;\r
-(function (DeclarationRequest) {\r
-    DeclarationRequest.method = 'textDocument/declaration';\r
-    DeclarationRequest.type = new messages_1.ProtocolRequestType(DeclarationRequest.method);\r
-    /** @deprecated Use DeclarationRequest.type */\r
-    DeclarationRequest.resultType = new vscode_jsonrpc_1.ProgressType();\r
-})(DeclarationRequest = exports.DeclarationRequest || (exports.DeclarationRequest = {}));\r
-
-
-/***/ }),
-/* 56 */
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-\r
-/*---------------------------------------------------------------------------------------------\r
- *  Copyright (c) Microsoft Corporation. All rights reserved.\r
- *  Licensed under the MIT License. See License.txt in the project root for license information.\r
- *--------------------------------------------------------------------------------------------*/\r
-Object.defineProperty(exports, "__esModule", { value: true });\r
-const vscode_jsonrpc_1 = __webpack_require__(35);\r
-const messages_1 = __webpack_require__(48);\r
-/**\r
- * A request to provide selection ranges in a document. The request's\r
- * parameter is of type [SelectionRangeParams](#SelectionRangeParams), the\r
- * response is of type [SelectionRange[]](#SelectionRange[]) or a Thenable\r
- * that resolves to such.\r
- */\r
-var SelectionRangeRequest;\r
-(function (SelectionRangeRequest) {\r
-    SelectionRangeRequest.method = 'textDocument/selectionRange';\r
-    SelectionRangeRequest.type = new messages_1.ProtocolRequestType(SelectionRangeRequest.method);\r
-    /** @deprecated  Use SelectionRangeRequest.type */\r
-    SelectionRangeRequest.resultType = new vscode_jsonrpc_1.ProgressType();\r
-})(SelectionRangeRequest = exports.SelectionRangeRequest || (exports.SelectionRangeRequest = {}));\r
-
-
-/***/ }),
-/* 57 */
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-/* --------------------------------------------------------------------------------------------\r
- * Copyright (c) Microsoft Corporation. All rights reserved.\r
- * Licensed under the MIT License. See License.txt in the project root for license information.\r
- * ------------------------------------------------------------------------------------------ */\r
-\r
-Object.defineProperty(exports, "__esModule", { value: true });\r
-const vscode_jsonrpc_1 = __webpack_require__(35);\r
-const messages_1 = __webpack_require__(48);\r
-var WorkDoneProgress;\r
-(function (WorkDoneProgress) {\r
-    WorkDoneProgress.type = new vscode_jsonrpc_1.ProgressType();\r
-})(WorkDoneProgress = exports.WorkDoneProgress || (exports.WorkDoneProgress = {}));\r
-/**\r
- * The `window/workDoneProgress/create` request is sent from the server to the client to initiate progress\r
- * reporting from the server.\r
- */\r
-var WorkDoneProgressCreateRequest;\r
-(function (WorkDoneProgressCreateRequest) {\r
-    WorkDoneProgressCreateRequest.type = new messages_1.ProtocolRequestType('window/workDoneProgress/create');\r
-})(WorkDoneProgressCreateRequest = exports.WorkDoneProgressCreateRequest || (exports.WorkDoneProgressCreateRequest = {}));\r
-/**\r
- * The `window/workDoneProgress/cancel` notification is sent from  the client to the server to cancel a progress\r
- * initiated on the server side.\r
- */\r
-var WorkDoneProgressCancelNotification;\r
-(function (WorkDoneProgressCancelNotification) {\r
-    WorkDoneProgressCancelNotification.type = new messages_1.ProtocolNotificationType('window/workDoneProgress/cancel');\r
-})(WorkDoneProgressCancelNotification = exports.WorkDoneProgressCancelNotification || (exports.WorkDoneProgressCancelNotification = {}));\r
-
-
-/***/ }),
-/* 58 */
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-/* --------------------------------------------------------------------------------------------\r
- * Copyright (c) TypeFox and others. All rights reserved.\r
- * Licensed under the MIT License. See License.txt in the project root for license information.\r
- * ------------------------------------------------------------------------------------------ */\r
-\r
-Object.defineProperty(exports, "__esModule", { value: true });\r
-const messages_1 = __webpack_require__(48);\r
-/**\r
- * A request to result a `CallHierarchyItem` in a document at a given position.\r
- * Can be used as an input to a incoming or outgoing call hierarchy.\r
- *\r
- * @since 3.16.0 - Proposed state\r
- */\r
-var CallHierarchyPrepareRequest;\r
-(function (CallHierarchyPrepareRequest) {\r
-    CallHierarchyPrepareRequest.method = 'textDocument/prepareCallHierarchy';\r
-    CallHierarchyPrepareRequest.type = new messages_1.ProtocolRequestType(CallHierarchyPrepareRequest.method);\r
-})(CallHierarchyPrepareRequest = exports.CallHierarchyPrepareRequest || (exports.CallHierarchyPrepareRequest = {}));\r
-/**\r
- * A request to resolve the incoming calls for a given `CallHierarchyItem`.\r
- *\r
- * @since 3.16.0 - Proposed state\r
- */\r
-var CallHierarchyIncomingCallsRequest;\r
-(function (CallHierarchyIncomingCallsRequest) {\r
-    CallHierarchyIncomingCallsRequest.method = 'callHierarchy/incomingCalls';\r
-    CallHierarchyIncomingCallsRequest.type = new messages_1.ProtocolRequestType(CallHierarchyIncomingCallsRequest.method);\r
-})(CallHierarchyIncomingCallsRequest = exports.CallHierarchyIncomingCallsRequest || (exports.CallHierarchyIncomingCallsRequest = {}));\r
-/**\r
- * A request to resolve the outgoing calls for a given `CallHierarchyItem`.\r
- *\r
- * @since 3.16.0 - Proposed state\r
- */\r
-var CallHierarchyOutgoingCallsRequest;\r
-(function (CallHierarchyOutgoingCallsRequest) {\r
-    CallHierarchyOutgoingCallsRequest.method = 'callHierarchy/outgoingCalls';\r
-    CallHierarchyOutgoingCallsRequest.type = new messages_1.ProtocolRequestType(CallHierarchyOutgoingCallsRequest.method);\r
-})(CallHierarchyOutgoingCallsRequest = exports.CallHierarchyOutgoingCallsRequest || (exports.CallHierarchyOutgoingCallsRequest = {}));\r
-
-
-/***/ }),
-/* 59 */
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-/* --------------------------------------------------------------------------------------------\r
- * Copyright (c) Microsoft Corporation. All rights reserved.\r
- * Licensed under the MIT License. See License.txt in the project root for license information.\r
- * ------------------------------------------------------------------------------------------ */\r
-\r
-Object.defineProperty(exports, "__esModule", { value: true });\r
-const messages_1 = __webpack_require__(48);\r
-/**\r
- * A set of predefined token types. This set is not fixed\r
- * an clients can specify additional token types via the\r
- * corresponding client capabilities.\r
- *\r
- * @since 3.16.0 - Proposed state\r
- */\r
-var SemanticTokenTypes;\r
-(function (SemanticTokenTypes) {\r
-    SemanticTokenTypes["comment"] = "comment";\r
-    SemanticTokenTypes["keyword"] = "keyword";\r
-    SemanticTokenTypes["string"] = "string";\r
-    SemanticTokenTypes["number"] = "number";\r
-    SemanticTokenTypes["regexp"] = "regexp";\r
-    SemanticTokenTypes["operator"] = "operator";\r
-    SemanticTokenTypes["namespace"] = "namespace";\r
-    SemanticTokenTypes["type"] = "type";\r
-    SemanticTokenTypes["struct"] = "struct";\r
-    SemanticTokenTypes["class"] = "class";\r
-    SemanticTokenTypes["interface"] = "interface";\r
-    SemanticTokenTypes["enum"] = "enum";\r
-    SemanticTokenTypes["typeParameter"] = "typeParameter";\r
-    SemanticTokenTypes["function"] = "function";\r
-    SemanticTokenTypes["member"] = "member";\r
-    SemanticTokenTypes["property"] = "property";\r
-    SemanticTokenTypes["marco"] = "marco";\r
-    SemanticTokenTypes["variable"] = "variable";\r
-    SemanticTokenTypes["parameter"] = "parameter";\r
-    SemanticTokenTypes["label"] = "label";\r
-})(SemanticTokenTypes = exports.SemanticTokenTypes || (exports.SemanticTokenTypes = {}));\r
-/**\r
- * A set of predefined token modifiers. This set is not fixed\r
- * an clients can specify additional token types via the\r
- * corresponding client capabilities.\r
- *\r
- * @since 3.16.0 - Proposed state\r
- */\r
-var SemanticTokenModifiers;\r
-(function (SemanticTokenModifiers) {\r
-    SemanticTokenModifiers["documentation"] = "documentation";\r
-    SemanticTokenModifiers["declaration"] = "declaration";\r
-    SemanticTokenModifiers["definition"] = "definition";\r
-    SemanticTokenModifiers["reference"] = "reference";\r
-    SemanticTokenModifiers["static"] = "static";\r
-    SemanticTokenModifiers["abstract"] = "abstract";\r
-    SemanticTokenModifiers["deprecated"] = "deprected";\r
-    SemanticTokenModifiers["async"] = "async";\r
-    SemanticTokenModifiers["volatile"] = "volatile";\r
-    SemanticTokenModifiers["final"] = "final";\r
-})(SemanticTokenModifiers = exports.SemanticTokenModifiers || (exports.SemanticTokenModifiers = {}));\r
-/**\r
- * @since 3.16.0 - Proposed state\r
- */\r
-var SemanticTokens;\r
-(function (SemanticTokens) {\r
-    function is(value) {\r
-        const candidate = value;\r
-        return candidate !== undefined && (candidate.resultId === undefined || typeof candidate.resultId === 'string') &&\r
-            Array.isArray(candidate.data) && (candidate.data.length === 0 || typeof candidate.data[0] === 'number');\r
-    }\r
-    SemanticTokens.is = is;\r
-})(SemanticTokens = exports.SemanticTokens || (exports.SemanticTokens = {}));\r
-/**\r
- * @since 3.16.0 - Proposed state\r
- */\r
-var SemanticTokensRequest;\r
-(function (SemanticTokensRequest) {\r
-    SemanticTokensRequest.method = 'textDocument/semanticTokens';\r
-    SemanticTokensRequest.type = new messages_1.ProtocolRequestType(SemanticTokensRequest.method);\r
-})(SemanticTokensRequest = exports.SemanticTokensRequest || (exports.SemanticTokensRequest = {}));\r
-/**\r
- * @since 3.16.0 - Proposed state\r
- */\r
-var SemanticTokensEditsRequest;\r
-(function (SemanticTokensEditsRequest) {\r
-    SemanticTokensEditsRequest.method = 'textDocument/semanticTokens/edits';\r
-    SemanticTokensEditsRequest.type = new messages_1.ProtocolRequestType(SemanticTokensEditsRequest.method);\r
-})(SemanticTokensEditsRequest = exports.SemanticTokensEditsRequest || (exports.SemanticTokensEditsRequest = {}));\r
-/**\r
- * @since 3.16.0 - Proposed state\r
- */\r
-var SemanticTokensRangeRequest;\r
-(function (SemanticTokensRangeRequest) {\r
-    SemanticTokensRangeRequest.method = 'textDocument/semanticTokens/range';\r
-    SemanticTokensRangeRequest.type = new messages_1.ProtocolRequestType(SemanticTokensRangeRequest.method);\r
-})(SemanticTokensRangeRequest = exports.SemanticTokensRangeRequest || (exports.SemanticTokensRangeRequest = {}));\r
-
-
-/***/ }),
-/* 60 */
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-/* --------------------------------------------------------------------------------------------\r
- * Copyright (c) Microsoft Corporation. All rights reserved.\r
- * Licensed under the MIT License. See License.txt in the project root for license information.\r
- * ------------------------------------------------------------------------------------------ */\r
-\r
-Object.defineProperty(exports, "__esModule", { value: true });\r
-const vscode_languageserver_protocol_1 = __webpack_require__(34);\r
-const Is = __webpack_require__(61);\r
-exports.ConfigurationFeature = (Base) => {\r
-    return class extends Base {\r
-        getConfiguration(arg) {\r
-            if (!arg) {\r
-                return this._getConfiguration({});\r
-            }\r
-            else if (Is.string(arg)) {\r
-                return this._getConfiguration({ section: arg });\r
-            }\r
-            else {\r
-                return this._getConfiguration(arg);\r
-            }\r
-        }\r
-        _getConfiguration(arg) {\r
-            let params = {\r
-                items: Array.isArray(arg) ? arg : [arg]\r
-            };\r
-            return this.connection.sendRequest(vscode_languageserver_protocol_1.ConfigurationRequest.type, params).then((result) => {\r
-                return Array.isArray(arg) ? result : result[0];\r
-            });\r
-        }\r
-    };\r
-};\r
-//# sourceMappingURL=configuration.js.map
-
-/***/ }),
-/* 61 */
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-/* --------------------------------------------------------------------------------------------\r
- * Copyright (c) Microsoft Corporation. All rights reserved.\r
- * Licensed under the MIT License. See License.txt in the project root for license information.\r
- * ------------------------------------------------------------------------------------------ */\r
-\r
-Object.defineProperty(exports, "__esModule", { value: true });\r
-function boolean(value) {\r
-    return value === true || value === false;\r
-}\r
-exports.boolean = boolean;\r
-function string(value) {\r
-    return typeof value === 'string' || value instanceof String;\r
-}\r
-exports.string = string;\r
-function number(value) {\r
-    return typeof value === 'number' || value instanceof Number;\r
-}\r
-exports.number = number;\r
-function error(value) {\r
-    return value instanceof Error;\r
-}\r
-exports.error = error;\r
-function func(value) {\r
-    return typeof value === 'function';\r
-}\r
-exports.func = func;\r
-function array(value) {\r
-    return Array.isArray(value);\r
-}\r
-exports.array = array;\r
-function stringArray(value) {\r
-    return array(value) && value.every(elem => string(elem));\r
-}\r
-exports.stringArray = stringArray;\r
-function typedArray(value, check) {\r
-    return Array.isArray(value) && value.every(check);\r
-}\r
-exports.typedArray = typedArray;\r
-function thenable(value) {\r
-    return value && func(value.then);\r
-}\r
-exports.thenable = thenable;\r
-//# sourceMappingURL=is.js.map
-
-/***/ }),
-/* 62 */
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-/* --------------------------------------------------------------------------------------------\r
- * Copyright (c) Microsoft Corporation. All rights reserved.\r
- * Licensed under the MIT License. See License.txt in the project root for license information.\r
- * ------------------------------------------------------------------------------------------ */\r
-\r
-Object.defineProperty(exports, "__esModule", { value: true });\r
-const vscode_languageserver_protocol_1 = __webpack_require__(34);\r
-exports.WorkspaceFoldersFeature = (Base) => {\r
-    return class extends Base {\r
-        initialize(capabilities) {\r
-            let workspaceCapabilities = capabilities.workspace;\r
-            if (workspaceCapabilities && workspaceCapabilities.workspaceFolders) {\r
-                this._onDidChangeWorkspaceFolders = new vscode_languageserver_protocol_1.Emitter();\r
-                this.connection.onNotification(vscode_languageserver_protocol_1.DidChangeWorkspaceFoldersNotification.type, (params) => {\r
-                    this._onDidChangeWorkspaceFolders.fire(params.event);\r
-                });\r
-            }\r
-        }\r
-        getWorkspaceFolders() {\r
-            return this.connection.sendRequest(vscode_languageserver_protocol_1.WorkspaceFoldersRequest.type);\r
-        }\r
-        get onDidChangeWorkspaceFolders() {\r
-            if (!this._onDidChangeWorkspaceFolders) {\r
-                throw new Error('Client doesn\'t support sending workspace folder change events.');\r
-            }\r
-            if (!this._unregistration) {\r
-                this._unregistration = this.connection.client.register(vscode_languageserver_protocol_1.DidChangeWorkspaceFoldersNotification.type);\r
-            }\r
-            return this._onDidChangeWorkspaceFolders.event;\r
-        }\r
-    };\r
-};\r
-//# sourceMappingURL=workspaceFolders.js.map
-
-/***/ }),
-/* 63 */
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-/* --------------------------------------------------------------------------------------------\r
- * Copyright (c) Microsoft Corporation. All rights reserved.\r
- * Licensed under the MIT License. See License.txt in the project root for license information.\r
- * ------------------------------------------------------------------------------------------ */\r
-\r
-Object.defineProperty(exports, "__esModule", { value: true });\r
-const vscode_languageserver_protocol_1 = __webpack_require__(34);\r
-const uuid_1 = __webpack_require__(64);\r
-class WorkDoneProgressImpl {\r
-    constructor(_connection, _token) {\r
-        this._connection = _connection;\r
-        this._token = _token;\r
-        WorkDoneProgressImpl.Instances.set(this._token, this);\r
-        this._source = new vscode_languageserver_protocol_1.CancellationTokenSource();\r
-    }\r
-    get token() {\r
-        return this._source.token;\r
-    }\r
-    begin(title, percentage, message, cancellable) {\r
-        let param = {\r
-            kind: 'begin',\r
-            title,\r
-            percentage,\r
-            message,\r
-            cancellable\r
-        };\r
-        this._connection.sendProgress(vscode_languageserver_protocol_1.WorkDoneProgress.type, this._token, param);\r
-    }\r
-    report(arg0, arg1) {\r
-        let param = {\r
-            kind: 'report'\r
-        };\r
-        if (typeof arg0 === 'number') {\r
-            param.percentage = arg0;\r
-            if (arg1 !== undefined) {\r
-                param.message = arg1;\r
-            }\r
-        }\r
-        else {\r
-            param.message = arg0;\r
-        }\r
-        this._connection.sendProgress(vscode_languageserver_protocol_1.WorkDoneProgress.type, this._token, param);\r
-    }\r
-    done() {\r
-        WorkDoneProgressImpl.Instances.delete(this._token);\r
-        this._source.dispose();\r
-        this._connection.sendProgress(vscode_languageserver_protocol_1.WorkDoneProgress.type, this._token, { kind: 'end' });\r
-    }\r
-    cancel() {\r
-        this._source.cancel();\r
-    }\r
-}\r
-WorkDoneProgressImpl.Instances = new Map();\r
-class NullProgress {\r
-    constructor() {\r
-        this._source = new vscode_languageserver_protocol_1.CancellationTokenSource();\r
-    }\r
-    get token() {\r
-        return this._source.token;\r
-    }\r
-    begin() {\r
-    }\r
-    report() {\r
-    }\r
-    done() {\r
-    }\r
-}\r
-function attachWorkDone(connection, params) {\r
-    if (params === undefined || params.workDoneToken === undefined) {\r
-        return new NullProgress();\r
-    }\r
-    const token = params.workDoneToken;\r
-    delete params.workDoneToken;\r
-    return new WorkDoneProgressImpl(connection, token);\r
-}\r
-exports.attachWorkDone = attachWorkDone;\r
-exports.ProgressFeature = (Base) => {\r
-    return class extends Base {\r
-        initialize(capabilities) {\r
-            var _a;\r
-            if (((_a = capabilities === null || capabilities === void 0 ? void 0 : capabilities.window) === null || _a === void 0 ? void 0 : _a.workDoneProgress) === true) {\r
-                this._progressSupported = true;\r
-                this.connection.onNotification(vscode_languageserver_protocol_1.WorkDoneProgressCancelNotification.type, (params) => {\r
-                    let progress = WorkDoneProgressImpl.Instances.get(params.token);\r
-                    if (progress !== undefined) {\r
-                        progress.cancel();\r
-                    }\r
-                });\r
-            }\r
-        }\r
-        attachWorkDoneProgress(token) {\r
-            if (token === undefined) {\r
-                return new NullProgress();\r
-            }\r
-            else {\r
-                return new WorkDoneProgressImpl(this.connection, token);\r
-            }\r
-        }\r
-        createWorkDoneProgress() {\r
-            if (this._progressSupported) {\r
-                const token = uuid_1.generateUuid();\r
-                return this.connection.sendRequest(vscode_languageserver_protocol_1.WorkDoneProgressCreateRequest.type, { token }).then(() => {\r
-                    const result = new WorkDoneProgressImpl(this.connection, token);\r
-                    return result;\r
-                });\r
-            }\r
-            else {\r
-                return Promise.resolve(new NullProgress());\r
-            }\r
-        }\r
-    };\r
-};\r
-var ResultProgress;\r
-(function (ResultProgress) {\r
-    ResultProgress.type = new vscode_languageserver_protocol_1.ProgressType();\r
-})(ResultProgress || (ResultProgress = {}));\r
-class ResultProgressImpl {\r
-    constructor(_connection, _token) {\r
-        this._connection = _connection;\r
-        this._token = _token;\r
-    }\r
-    report(data) {\r
-        this._connection.sendProgress(ResultProgress.type, this._token, data);\r
-    }\r
-}\r
-function attachPartialResult(connection, params) {\r
-    if (params === undefined || params.partialResultToken === undefined) {\r
-        return undefined;\r
-    }\r
-    const token = params.partialResultToken;\r
-    delete params.partialResultToken;\r
-    return new ResultProgressImpl(connection, token);\r
-}\r
-exports.attachPartialResult = attachPartialResult;\r
-//# sourceMappingURL=progress.js.map
-
-/***/ }),
-/* 64 */
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-/*---------------------------------------------------------------------------------------------\r
- *  Copyright (c) Microsoft Corporation. All rights reserved.\r
- *  Licensed under the MIT License. See License.txt in the project root for license information.\r
- *--------------------------------------------------------------------------------------------*/\r
-\r
-Object.defineProperty(exports, "__esModule", { value: true });\r
-class ValueUUID {\r
-    constructor(_value) {\r
-        this._value = _value;\r
-        // empty\r
-    }\r
-    asHex() {\r
-        return this._value;\r
-    }\r
-    equals(other) {\r
-        return this.asHex() === other.asHex();\r
-    }\r
-}\r
-class V4UUID extends ValueUUID {\r
-    constructor() {\r
-        super([\r
-            V4UUID._randomHex(),\r
-            V4UUID._randomHex(),\r
-            V4UUID._randomHex(),\r
-            V4UUID._randomHex(),\r
-            V4UUID._randomHex(),\r
-            V4UUID._randomHex(),\r
-            V4UUID._randomHex(),\r
-            V4UUID._randomHex(),\r
-            '-',\r
-            V4UUID._randomHex(),\r
-            V4UUID._randomHex(),\r
-            V4UUID._randomHex(),\r
-            V4UUID._randomHex(),\r
-            '-',\r
-            '4',\r
-            V4UUID._randomHex(),\r
-            V4UUID._randomHex(),\r
-            V4UUID._randomHex(),\r
-            '-',\r
-            V4UUID._oneOf(V4UUID._timeHighBits),\r
-            V4UUID._randomHex(),\r
-            V4UUID._randomHex(),\r
-            V4UUID._randomHex(),\r
-            '-',\r
-            V4UUID._randomHex(),\r
-            V4UUID._randomHex(),\r
-            V4UUID._randomHex(),\r
-            V4UUID._randomHex(),\r
-            V4UUID._randomHex(),\r
-            V4UUID._randomHex(),\r
-            V4UUID._randomHex(),\r
-            V4UUID._randomHex(),\r
-            V4UUID._randomHex(),\r
-            V4UUID._randomHex(),\r
-            V4UUID._randomHex(),\r
-            V4UUID._randomHex(),\r
-        ].join(''));\r
-    }\r
-    static _oneOf(array) {\r
-        return array[Math.floor(array.length * Math.random())];\r
-    }\r
-    static _randomHex() {\r
-        return V4UUID._oneOf(V4UUID._chars);\r
-    }\r
-}\r
-V4UUID._chars = ['0', '1', '2', '3', '4', '5', '6', '6', '7', '8', '9', 'a', 'b', 'c', 'd', 'e', 'f'];\r
-V4UUID._timeHighBits = ['8', '9', 'a', 'b'];\r
-/**\r
- * An empty UUID that contains only zeros.\r
- */\r
-exports.empty = new ValueUUID('00000000-0000-0000-0000-000000000000');\r
-function v4() {\r
-    return new V4UUID();\r
-}\r
-exports.v4 = v4;\r
-const _UUIDPattern = /^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/i;\r
-function isUUID(value) {\r
-    return _UUIDPattern.test(value);\r
-}\r
-exports.isUUID = isUUID;\r
-/**\r
- * Parses a UUID that is of the format xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.\r
- * @param value A uuid string.\r
- */\r
-function parse(value) {\r
-    if (!isUUID(value)) {\r
-        throw new Error('invalid uuid');\r
-    }\r
-    return new ValueUUID(value);\r
-}\r
-exports.parse = parse;\r
-function generateUuid() {\r
-    return v4().asHex();\r
-}\r
-exports.generateUuid = generateUuid;\r
-//# sourceMappingURL=uuid.js.map
-
-/***/ }),
-/* 65 */
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-/* WEBPACK VAR INJECTION */(function(__filename) {/* --------------------------------------------------------------------------------------------\r
- * Copyright (c) Microsoft Corporation. All rights reserved.\r
- * Licensed under the MIT License. See License.txt in the project root for license information.\r
- * ------------------------------------------------------------------------------------------ */\r
-\r
-Object.defineProperty(exports, "__esModule", { value: true });\r
-const url = __webpack_require__(66);\r
-const path = __webpack_require__(3);\r
-const fs = __webpack_require__(67);\r
-const child_process_1 = __webpack_require__(68);\r
-/**\r
- * @deprecated Use the `vscode-uri` npm module which provides a more\r
- * complete implementation of handling VS Code URIs.\r
- */\r
-function uriToFilePath(uri) {\r
-    let parsed = url.parse(uri);\r
-    if (parsed.protocol !== 'file:' || !parsed.path) {\r
-        return undefined;\r
-    }\r
-    let segments = parsed.path.split('/');\r
-    for (var i = 0, len = segments.length; i < len; i++) {\r
-        segments[i] = decodeURIComponent(segments[i]);\r
-    }\r
-    if (process.platform === 'win32' && segments.length > 1) {\r
-        let first = segments[0];\r
-        let second = segments[1];\r
-        // Do we have a drive letter and we started with a / which is the\r
-        // case if the first segement is empty (see split above)\r
-        if (first.length === 0 && second.length > 1 && second[1] === ':') {\r
-            // Remove first slash\r
-            segments.shift();\r
-        }\r
-    }\r
-    return path.normalize(segments.join('/'));\r
-}\r
-exports.uriToFilePath = uriToFilePath;\r
-function isWindows() {\r
-    return process.platform === 'win32';\r
-}\r
-function resolve(moduleName, nodePath, cwd, tracer) {\r
-    const nodePathKey = 'NODE_PATH';\r
-    const app = [\r
-        'var p = process;',\r
-        'p.on(\'message\',function(m){',\r
-        'if(m.c===\'e\'){',\r
-        'p.exit(0);',\r
-        '}',\r
-        'else if(m.c===\'rs\'){',\r
-        'try{',\r
-        'var r=require.resolve(m.a);',\r
-        'p.send({c:\'r\',s:true,r:r});',\r
-        '}',\r
-        'catch(err){',\r
-        'p.send({c:\'r\',s:false});',\r
-        '}',\r
-        '}',\r
-        '});'\r
-    ].join('');\r
-    return new Promise((resolve, reject) => {\r
-        let env = process.env;\r
-        let newEnv = Object.create(null);\r
-        Object.keys(env).forEach(key => newEnv[key] = env[key]);\r
-        if (nodePath && fs.existsSync(nodePath) /* see issue 545 */) {\r
-            if (newEnv[nodePathKey]) {\r
-                newEnv[nodePathKey] = nodePath + path.delimiter + newEnv[nodePathKey];\r
-            }\r
-            else {\r
-                newEnv[nodePathKey] = nodePath;\r
-            }\r
-            if (tracer) {\r
-                tracer(`NODE_PATH value is: ${newEnv[nodePathKey]}`);\r
-            }\r
-        }\r
-        newEnv['ELECTRON_RUN_AS_NODE'] = '1';\r
-        try {\r
-            let cp = child_process_1.fork('', [], {\r
-                cwd: cwd,\r
-                env: newEnv,\r
-                execArgv: ['-e', app]\r
-            });\r
-            if (cp.pid === void 0) {\r
-                reject(new Error(`Starting process to resolve node module  ${moduleName} failed`));\r
-                return;\r
-            }\r
-            cp.on('error', (error) => {\r
-                reject(error);\r
-            });\r
-            cp.on('message', (message) => {\r
-                if (message.c === 'r') {\r
-                    cp.send({ c: 'e' });\r
-                    if (message.s) {\r
-                        resolve(message.r);\r
-                    }\r
-                    else {\r
-                        reject(new Error(`Failed to resolve module: ${moduleName}`));\r
-                    }\r
-                }\r
-            });\r
-            let message = {\r
-                c: 'rs',\r
-                a: moduleName\r
-            };\r
-            cp.send(message);\r
-        }\r
-        catch (error) {\r
-            reject(error);\r
-        }\r
-    });\r
-}\r
-exports.resolve = resolve;\r
-/**\r
- * Resolve the global npm package path.\r
- * @deprecated Since this depends on the used package manager and their version the best is that servers\r
- * implement this themselves since they know best what kind of package managers to support.\r
- * @param tracer the tracer to use\r
- */\r
-function resolveGlobalNodePath(tracer) {\r
-    let npmCommand = 'npm';\r
-    const env = Object.create(null);\r
-    Object.keys(process.env).forEach(key => env[key] = process.env[key]);\r
-    env['NO_UPDATE_NOTIFIER'] = 'true';\r
-    const options = {\r
-        encoding: 'utf8',\r
-        env\r
-    };\r
-    if (isWindows()) {\r
-        npmCommand = 'npm.cmd';\r
-        options.shell = true;\r
-    }\r
-    let handler = () => { };\r
-    try {\r
-        process.on('SIGPIPE', handler);\r
-        let stdout = child_process_1.spawnSync(npmCommand, ['config', 'get', 'prefix'], options).stdout;\r
-        if (!stdout) {\r
-            if (tracer) {\r
-                tracer(`'npm config get prefix' didn't return a value.`);\r
-            }\r
-            return undefined;\r
-        }\r
-        let prefix = stdout.trim();\r
-        if (tracer) {\r
-            tracer(`'npm config get prefix' value is: ${prefix}`);\r
-        }\r
-        if (prefix.length > 0) {\r
-            if (isWindows()) {\r
-                return path.join(prefix, 'node_modules');\r
-            }\r
-            else {\r
-                return path.join(prefix, 'lib', 'node_modules');\r
-            }\r
-        }\r
-        return undefined;\r
-    }\r
-    catch (err) {\r
-        return undefined;\r
-    }\r
-    finally {\r
-        process.removeListener('SIGPIPE', handler);\r
-    }\r
-}\r
-exports.resolveGlobalNodePath = resolveGlobalNodePath;\r
-/*\r
- * Resolve the global yarn pakage path.\r
- * @deprecated Since this depends on the used package manager and their version the best is that servers\r
- * implement this themselves since they know best what kind of package managers to support.\r
- * @param tracer the tracer to use\r
- */\r
-function resolveGlobalYarnPath(tracer) {\r
-    let yarnCommand = 'yarn';\r
-    let options = {\r
-        encoding: 'utf8'\r
-    };\r
-    if (isWindows()) {\r
-        yarnCommand = 'yarn.cmd';\r
-        options.shell = true;\r
-    }\r
-    let handler = () => { };\r
-    try {\r
-        process.on('SIGPIPE', handler);\r
-        let results = child_process_1.spawnSync(yarnCommand, ['global', 'dir', '--json'], options);\r
-        let stdout = results.stdout;\r
-        if (!stdout) {\r
-            if (tracer) {\r
-                tracer(`'yarn global dir' didn't return a value.`);\r
-                if (results.stderr) {\r
-                    tracer(results.stderr);\r
-                }\r
-            }\r
-            return undefined;\r
-        }\r
-        let lines = stdout.trim().split(/\r?\n/);\r
-        for (let line of lines) {\r
-            try {\r
-                let yarn = JSON.parse(line);\r
-                if (yarn.type === 'log') {\r
-                    return path.join(yarn.data, 'node_modules');\r
-                }\r
-            }\r
-            catch (e) {\r
-                // Do nothing. Ignore the line\r
-            }\r
-        }\r
-        return undefined;\r
-    }\r
-    catch (err) {\r
-        return undefined;\r
-    }\r
-    finally {\r
-        process.removeListener('SIGPIPE', handler);\r
-    }\r
-}\r
-exports.resolveGlobalYarnPath = resolveGlobalYarnPath;\r
-var FileSystem;\r
-(function (FileSystem) {\r
-    let _isCaseSensitive = undefined;\r
-    function isCaseSensitive() {\r
-        if (_isCaseSensitive !== void 0) {\r
-            return _isCaseSensitive;\r
-        }\r
-        if (process.platform === 'win32') {\r
-            _isCaseSensitive = false;\r
-        }\r
-        else {\r
-            // convert current file name to upper case / lower case and check if file exists\r
-            // (guards against cases when name is already all uppercase or lowercase)\r
-            _isCaseSensitive = !fs.existsSync(__filename.toUpperCase()) || !fs.existsSync(__filename.toLowerCase());\r
-        }\r
-        return _isCaseSensitive;\r
-    }\r
-    FileSystem.isCaseSensitive = isCaseSensitive;\r
-    function isParent(parent, child) {\r
-        if (isCaseSensitive()) {\r
-            return path.normalize(child).indexOf(path.normalize(parent)) === 0;\r
-        }\r
-        else {\r
-            return path.normalize(child).toLowerCase().indexOf(path.normalize(parent).toLowerCase()) === 0;\r
-        }\r
-    }\r
-    FileSystem.isParent = isParent;\r
-})(FileSystem = exports.FileSystem || (exports.FileSystem = {}));\r
-function resolveModulePath(workspaceRoot, moduleName, nodePath, tracer) {\r
-    if (nodePath) {\r
-        if (!path.isAbsolute(nodePath)) {\r
-            nodePath = path.join(workspaceRoot, nodePath);\r
-        }\r
-        return resolve(moduleName, nodePath, nodePath, tracer).then((value) => {\r
-            if (FileSystem.isParent(nodePath, value)) {\r
-                return value;\r
-            }\r
-            else {\r
-                return Promise.reject(new Error(`Failed to load ${moduleName} from node path location.`));\r
-            }\r
-        }).then(undefined, (_error) => {\r
-            return resolve(moduleName, resolveGlobalNodePath(tracer), workspaceRoot, tracer);\r
-        });\r
-    }\r
-    else {\r
-        return resolve(moduleName, resolveGlobalNodePath(tracer), workspaceRoot, tracer);\r
-    }\r
-}\r
-exports.resolveModulePath = resolveModulePath;\r
-//# sourceMappingURL=files.js.map
-/* WEBPACK VAR INJECTION */}.call(this, "/index.js"))
-
-/***/ }),
-/* 66 */
-/***/ (function(module, exports) {
-
-module.exports = require("url");
-
-/***/ }),
-/* 67 */
-/***/ (function(module, exports) {
-
-module.exports = require("fs");
-
-/***/ }),
-/* 68 */
-/***/ (function(module, exports) {
-
-module.exports = require("child_process");
-
-/***/ }),
-/* 69 */
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-/* --------------------------------------------------------------------------------------------\r
- * Copyright (c) Microsoft Corporation. All rights reserved.\r
- * Licensed under the MIT License. See License.txt in the project root for license information.\r
- * ------------------------------------------------------------------------------------------ */\r
-\r
-Object.defineProperty(exports, "__esModule", { value: true });\r
-const vscode_languageserver_protocol_1 = __webpack_require__(34);\r
-exports.CallHierarchyFeature = (Base) => {\r
-    return class extends Base {\r
-        get callHierarchy() {\r
-            return {\r
-                onPrepare: (handler) => {\r
-                    this.connection.onRequest(vscode_languageserver_protocol_1.Proposed.CallHierarchyPrepareRequest.type, (params, cancel) => {\r
-                        return handler(params, cancel, this.attachWorkDoneProgress(params), undefined);\r
-                    });\r
-                },\r
-                onIncomingCalls: (handler) => {\r
-                    const type = vscode_languageserver_protocol_1.Proposed.CallHierarchyIncomingCallsRequest.type;\r
-                    this.connection.onRequest(type, (params, cancel) => {\r
-                        return handler(params, cancel, this.attachWorkDoneProgress(params), this.attachPartialResultProgress(type, params));\r
-                    });\r
-                },\r
-                onOutgoingCalls: (handler) => {\r
-                    const type = vscode_languageserver_protocol_1.Proposed.CallHierarchyOutgoingCallsRequest.type;\r
-                    this.connection.onRequest(type, (params, cancel) => {\r
-                        return handler(params, cancel, this.attachWorkDoneProgress(params), this.attachPartialResultProgress(type, params));\r
-                    });\r
-                }\r
-            };\r
-        }\r
-    };\r
-};\r
-//# sourceMappingURL=callHierarchy.proposed.js.map
-
-/***/ }),
-/* 70 */
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-/* --------------------------------------------------------------------------------------------\r
- * Copyright (c) Microsoft Corporation. All rights reserved.\r
- * Licensed under the MIT License. See License.txt in the project root for license information.\r
- * ------------------------------------------------------------------------------------------ */\r
-\r
-Object.defineProperty(exports, "__esModule", { value: true });\r
-const vscode_languageserver_protocol_1 = __webpack_require__(34);\r
-exports.SemanticTokensFeature = (Base) => {\r
-    return class extends Base {\r
-        get semanticTokens() {\r
-            return {\r
-                on: (handler) => {\r
-                    const type = vscode_languageserver_protocol_1.Proposed.SemanticTokensRequest.type;\r
-                    this.connection.onRequest(type, (params, cancel) => {\r
-                        return handler(params, cancel, this.attachWorkDoneProgress(params), this.attachPartialResultProgress(type, params));\r
-                    });\r
-                },\r
-                onEdits: (handler) => {\r
-                    const type = vscode_languageserver_protocol_1.Proposed.SemanticTokensEditsRequest.type;\r
-                    this.connection.onRequest(type, (params, cancel) => {\r
-                        return handler(params, cancel, this.attachWorkDoneProgress(params), this.attachPartialResultProgress(type, params));\r
-                    });\r
-                },\r
-                onRange: (handler) => {\r
-                    const type = vscode_languageserver_protocol_1.Proposed.SemanticTokensRangeRequest.type;\r
-                    this.connection.onRequest(type, (params, cancel) => {\r
-                        return handler(params, cancel, this.attachWorkDoneProgress(params), this.attachPartialResultProgress(type, params));\r
-                    });\r
-                }\r
-            };\r
-        }\r
-    };\r
-};\r
-class SemanticTokensBuilder {\r
-    constructor() {\r
-        this._prevData = undefined;\r
-        this.initialize();\r
-    }\r
-    initialize() {\r
-        this._id = Date.now();\r
-        this._prevLine = 0;\r
-        this._prevChar = 0;\r
-        this._data = [];\r
-        this._dataLen = 0;\r
-    }\r
-    push(line, char, length, tokenType, tokenModifiers) {\r
-        let pushLine = line;\r
-        let pushChar = char;\r
-        if (this._dataLen > 0) {\r
-            pushLine -= this._prevLine;\r
-            if (pushLine === 0) {\r
-                pushChar -= this._prevChar;\r
-            }\r
-        }\r
-        this._data[this._dataLen++] = pushLine;\r
-        this._data[this._dataLen++] = pushChar;\r
-        this._data[this._dataLen++] = length;\r
-        this._data[this._dataLen++] = tokenType;\r
-        this._data[this._dataLen++] = tokenModifiers;\r
-        this._prevLine = line;\r
-        this._prevChar = char;\r
-    }\r
-    get id() {\r
-        return this._id.toString();\r
-    }\r
-    previousResult(id) {\r
-        if (this.id === id) {\r
-            this._prevData = this._data;\r
-        }\r
-        this.initialize();\r
-    }\r
-    build() {\r
-        this._prevData = undefined;\r
-        return {\r
-            resultId: this.id,\r
-            data: this._data\r
-        };\r
-    }\r
-    canBuildEdits() {\r
-        return this._prevData !== undefined;\r
-    }\r
-    buildEdits() {\r
-        if (this._prevData !== undefined) {\r
-            const prevDataLength = this._prevData.length;\r
-            const dataLength = this._data.length;\r
-            let startIndex = 0;\r
-            while (startIndex < dataLength && startIndex < prevDataLength && this._prevData[startIndex] === this._data[startIndex]) {\r
-                startIndex++;\r
-            }\r
-            if (startIndex < dataLength && startIndex < prevDataLength) {\r
-                // Find end index\r
-                let endIndex = 0;\r
-                while (endIndex < dataLength && endIndex < prevDataLength && this._prevData[prevDataLength - 1 - endIndex] === this._data[dataLength - 1 - endIndex]) {\r
-                    endIndex++;\r
-                }\r
-                const newData = this._data.slice(startIndex, dataLength - endIndex);\r
-                const result = {\r
-                    resultId: this.id,\r
-                    edits: [\r
-                        { start: startIndex, deleteCount: prevDataLength - endIndex - startIndex, data: newData }\r
-                    ]\r
-                };\r
-                return result;\r
-            }\r
-            else if (startIndex < dataLength) {\r
-                return { resultId: this.id, edits: [\r
-                        { start: startIndex, deleteCount: 0, data: this._data.slice(startIndex) }\r
-                    ] };\r
-            }\r
-            else if (startIndex < prevDataLength) {\r
-                return { resultId: this.id, edits: [\r
-                        { start: startIndex, deleteCount: prevDataLength - startIndex }\r
-                    ] };\r
-            }\r
-            else {\r
-                return { resultId: this.id, edits: [] };\r
-            }\r
-        }\r
-        else {\r
-            return this.build();\r
-        }\r
-    }\r
-}\r
-exports.SemanticTokensBuilder = SemanticTokensBuilder;\r
-//# sourceMappingURL=sematicTokens.proposed.js.map
-
-/***/ }),
-/* 71 */
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-
-/*---------------------------------------------------------------------------------------------
- *  Copyright (c) Microsoft Corporation. All rights reserved.
- *  Licensed under the MIT License. See License.txt in the project root for license information.
- *--------------------------------------------------------------------------------------------*/
-function __export(m) {
-    for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p];
-}
-Object.defineProperty(exports, "__esModule", { value: true });
-const vscode_css_languageservice_1 = __webpack_require__(72);
-const vscode_html_languageservice_1 = __webpack_require__(111);
-const languageModelCache_1 = __webpack_require__(137);
-const cssMode_1 = __webpack_require__(138);
-const embeddedSupport_1 = __webpack_require__(139);
-const htmlMode_1 = __webpack_require__(140);
-const javascriptMode_1 = __webpack_require__(144);
-__export(__webpack_require__(111));
-function getLanguageModes(supportedLanguages, workspace, clientCapabilities, customDataProviders) {
-    const htmlLanguageService = vscode_html_languageservice_1.getLanguageService({ customDataProviders, clientCapabilities });
-    const cssLanguageService = vscode_css_languageservice_1.getCSSLanguageService({ clientCapabilities });
-    let documentRegions = languageModelCache_1.getLanguageModelCache(10, 60, document => embeddedSupport_1.getDocumentRegions(htmlLanguageService, document));
-    let modelCaches = [];
-    modelCaches.push(documentRegions);
-    let modes = Object.create(null);
-    modes['html'] = htmlMode_1.getHTMLMode(htmlLanguageService, workspace);
-    if (supportedLanguages['css']) {
-        modes['css'] = cssMode_1.getCSSMode(cssLanguageService, documentRegions, workspace);
-    }
-    if (supportedLanguages['javascript']) {
-        modes['javascript'] = javascriptMode_1.getJavaScriptMode(documentRegions, 'javascript');
-        modes['typescript'] = javascriptMode_1.getJavaScriptMode(documentRegions, 'typescript');
+/* --------------------------------------------------------------------------------------------
+ * Copyright (c) Microsoft Corporation. All rights reserved.
+ * Licensed under the MIT License. See License.txt in the project root for license information.
+ * ------------------------------------------------------------------------------------------ */
+Object.defineProperty(exports, "__esModule", ({ value: true }));
+const ral_1 = __webpack_require__(8);
+const Is = __webpack_require__(13);
+const events_1 = __webpack_require__(14);
+var MessageReader;
+(function (MessageReader) {
+    function is(value) {
+        let candidate = value;
+        return candidate && Is.func(candidate.listen) && Is.func(candidate.dispose) &&
+            Is.func(candidate.onError) && Is.func(candidate.onClose) && Is.func(candidate.onPartialMessage);
+    }
+    MessageReader.is = is;
+})(MessageReader = exports.MessageReader || (exports.MessageReader = {}));
+class AbstractMessageReader {
+    constructor() {
+        this.errorEmitter = new events_1.Emitter();
+        this.closeEmitter = new events_1.Emitter();
+        this.partialMessageEmitter = new events_1.Emitter();
+    }
+    dispose() {
+        this.errorEmitter.dispose();
+        this.closeEmitter.dispose();
+    }
+    get onError() {
+        return this.errorEmitter.event;
+    }
+    fireError(error) {
+        this.errorEmitter.fire(this.asError(error));
+    }
+    get onClose() {
+        return this.closeEmitter.event;
+    }
+    fireClose() {
+        this.closeEmitter.fire(undefined);
+    }
+    get onPartialMessage() {
+        return this.partialMessageEmitter.event;
+    }
+    firePartialMessage(info) {
+        this.partialMessageEmitter.fire(info);
+    }
+    asError(error) {
+        if (error instanceof Error) {
+            return error;
+        }
+        else {
+            return new Error(`Reader received error. Reason: ${Is.string(error.message) ? error.message : 'unknown'}`);
+        }
     }
-    return {
-        getModeAtPosition(document, position) {
-            let languageId = documentRegions.get(document).getLanguageAtPosition(position);
-            if (languageId) {
-                return modes[languageId];
+}
+exports.AbstractMessageReader = AbstractMessageReader;
+var ResolvedMessageReaderOptions;
+(function (ResolvedMessageReaderOptions) {
+    function fromOptions(options) {
+        var _a;
+        let charset;
+        let result;
+        let contentDecoder;
+        const contentDecoders = new Map();
+        let contentTypeDecoder;
+        const contentTypeDecoders = new Map();
+        if (options === undefined || typeof options === 'string') {
+            charset = options !== null && options !== void 0 ? options : 'utf-8';
+        }
+        else {
+            charset = (_a = options.charset) !== null && _a !== void 0 ? _a : 'utf-8';
+            if (options.contentDecoder !== undefined) {
+                contentDecoder = options.contentDecoder;
+                contentDecoders.set(contentDecoder.name, contentDecoder);
             }
-            return undefined;
-        },
-        getModesInRange(document, range) {
-            return documentRegions.get(document).getLanguageRanges(range).map(r => {
-                return {
-                    start: r.start,
-                    end: r.end,
-                    mode: r.languageId && modes[r.languageId],
-                    attributeValue: r.attributeValue
-                };
-            });
-        },
-        getAllModesInDocument(document) {
-            let result = [];
-            for (let languageId of documentRegions.get(document).getLanguagesInDocument()) {
-                let mode = modes[languageId];
-                if (mode) {
-                    result.push(mode);
+            if (options.contentDecoders !== undefined) {
+                for (const decoder of options.contentDecoders) {
+                    contentDecoders.set(decoder.name, decoder);
                 }
             }
-            return result;
-        },
-        getAllModes() {
-            let result = [];
-            for (let languageId in modes) {
-                let mode = modes[languageId];
-                if (mode) {
-                    result.push(mode);
+            if (options.contentTypeDecoder !== undefined) {
+                contentTypeDecoder = options.contentTypeDecoder;
+                contentTypeDecoders.set(contentTypeDecoder.name, contentTypeDecoder);
+            }
+            if (options.contentTypeDecoders !== undefined) {
+                for (const decoder of options.contentTypeDecoders) {
+                    contentTypeDecoders.set(decoder.name, decoder);
                 }
             }
-            return result;
-        },
-        getMode(languageId) {
-            return modes[languageId];
-        },
-        onDocumentRemoved(document) {
-            modelCaches.forEach(mc => mc.onDocumentRemoved(document));
-            for (let mode in modes) {
-                modes[mode].onDocumentRemoved(document);
+        }
+        if (contentTypeDecoder === undefined) {
+            contentTypeDecoder = ral_1.default().applicationJson.decoder;
+            contentTypeDecoders.set(contentTypeDecoder.name, contentTypeDecoder);
+        }
+        return { charset, contentDecoder, contentDecoders, contentTypeDecoder, contentTypeDecoders };
+    }
+    ResolvedMessageReaderOptions.fromOptions = fromOptions;
+})(ResolvedMessageReaderOptions || (ResolvedMessageReaderOptions = {}));
+class ReadableStreamMessageReader extends AbstractMessageReader {
+    constructor(readable, options) {
+        super();
+        this.readable = readable;
+        this.options = ResolvedMessageReaderOptions.fromOptions(options);
+        this.buffer = ral_1.default().messageBuffer.create(this.options.charset);
+        this._partialMessageTimeout = 10000;
+        this.nextMessageLength = -1;
+        this.messageToken = 0;
+    }
+    set partialMessageTimeout(timeout) {
+        this._partialMessageTimeout = timeout;
+    }
+    get partialMessageTimeout() {
+        return this._partialMessageTimeout;
+    }
+    listen(callback) {
+        this.nextMessageLength = -1;
+        this.messageToken = 0;
+        this.partialMessageTimer = undefined;
+        this.callback = callback;
+        const result = this.readable.onData((data) => {
+            this.onData(data);
+        });
+        this.readable.onError((error) => this.fireError(error));
+        this.readable.onClose(() => this.fireClose());
+        return result;
+    }
+    onData(data) {
+        this.buffer.append(data);
+        while (true) {
+            if (this.nextMessageLength === -1) {
+                const headers = this.buffer.tryReadHeaders();
+                if (!headers) {
+                    return;
+                }
+                const contentLength = headers.get('Content-Length');
+                if (!contentLength) {
+                    throw new Error('Header must provide a Content-Length property.');
+                }
+                const length = parseInt(contentLength);
+                if (isNaN(length)) {
+                    throw new Error('Content-Length value must be a number.');
+                }
+                this.nextMessageLength = length;
             }
-        },
-        dispose() {
-            modelCaches.forEach(mc => mc.dispose());
-            modelCaches = [];
-            for (let mode in modes) {
-                modes[mode].dispose();
+            const body = this.buffer.tryReadBody(this.nextMessageLength);
+            if (body === undefined) {
+                /** We haven't received the full message yet. */
+                this.setPartialMessageTimer();
+                return;
             }
-            modes = {};
+            this.clearPartialMessageTimer();
+            this.nextMessageLength = -1;
+            let p;
+            if (this.options.contentDecoder !== undefined) {
+                p = this.options.contentDecoder.decode(body);
+            }
+            else {
+                p = Promise.resolve(body);
+            }
+            p.then((value) => {
+                this.options.contentTypeDecoder.decode(value, this.options).then((msg) => {
+                    this.callback(msg);
+                }, (error) => {
+                    this.fireError(error);
+                });
+            }, (error) => {
+                this.fireError(error);
+            });
         }
-    };
+    }
+    clearPartialMessageTimer() {
+        if (this.partialMessageTimer) {
+            ral_1.default().timer.clearTimeout(this.partialMessageTimer);
+            this.partialMessageTimer = undefined;
+        }
+    }
+    setPartialMessageTimer() {
+        this.clearPartialMessageTimer();
+        if (this._partialMessageTimeout <= 0) {
+            return;
+        }
+        this.partialMessageTimer = ral_1.default().timer.setTimeout((token, timeout) => {
+            this.partialMessageTimer = undefined;
+            if (token === this.messageToken) {
+                this.firePartialMessage({ messageToken: token, waitingTime: timeout });
+                this.setPartialMessageTimer();
+            }
+        }, this._partialMessageTimeout, this.messageToken, this._partialMessageTimeout);
+    }
 }
-exports.getLanguageModes = getLanguageModes;
-
+exports.ReadableStreamMessageReader = ReadableStreamMessageReader;
+//# sourceMappingURL=messageReader.js.map
 
 /***/ }),
-/* 72 */
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
-
-"use strict";
-__webpack_require__.r(__webpack_exports__);
-/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "getCSSLanguageService", function() { return getCSSLanguageService; });
-/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "getSCSSLanguageService", function() { return getSCSSLanguageService; });
-/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "getLESSLanguageService", function() { return getLESSLanguageService; });
-/* harmony import */ var _parser_cssParser__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(73);
-/* harmony import */ var _services_cssCompletion__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(86);
-/* harmony import */ var _services_cssHover__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(92);
-/* harmony import */ var _services_cssNavigation__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(94);
-/* harmony import */ var _services_cssCodeActions__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(95);
-/* harmony import */ var _services_cssValidation__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(97);
-/* harmony import */ var _parser_scssParser__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(100);
-/* harmony import */ var _services_scssCompletion__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(103);
-/* harmony import */ var _parser_lessParser__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(104);
-/* harmony import */ var _services_lessCompletion__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(106);
-/* harmony import */ var _services_cssFolding__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(107);
-/* harmony import */ var _languageFacts_facts__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(78);
-/* harmony import */ var _services_cssSelectionRange__WEBPACK_IMPORTED_MODULE_12__ = __webpack_require__(108);
-/* harmony import */ var _services_scssNavigation__WEBPACK_IMPORTED_MODULE_13__ = __webpack_require__(109);
-/* harmony import */ var _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_14__ = __webpack_require__(90);
-/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "TextDocument", function() { return _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_14__["TextDocument"]; });
-
-/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "Position", function() { return _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_14__["Position"]; });
-
-/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "Range", function() { return _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_14__["Range"]; });
-
-/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "Location", function() { return _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_14__["Location"]; });
-
-/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "LocationLink", function() { return _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_14__["LocationLink"]; });
-
-/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "Color", function() { return _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_14__["Color"]; });
-
-/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "ColorInformation", function() { return _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_14__["ColorInformation"]; });
-
-/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "ColorPresentation", function() { return _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_14__["ColorPresentation"]; });
-
-/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "FoldingRangeKind", function() { return _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_14__["FoldingRangeKind"]; });
-
-/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "FoldingRange", function() { return _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_14__["FoldingRange"]; });
-
-/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "DiagnosticRelatedInformation", function() { return _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_14__["DiagnosticRelatedInformation"]; });
-
-/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "DiagnosticSeverity", function() { return _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_14__["DiagnosticSeverity"]; });
-
-/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "DiagnosticTag", function() { return _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_14__["DiagnosticTag"]; });
-
-/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "Diagnostic", function() { return _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_14__["Diagnostic"]; });
-
-/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "Command", function() { return _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_14__["Command"]; });
-
-/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "TextEdit", function() { return _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_14__["TextEdit"]; });
-
-/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "TextDocumentEdit", function() { return _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_14__["TextDocumentEdit"]; });
-
-/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "CreateFile", function() { return _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_14__["CreateFile"]; });
-
-/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "RenameFile", function() { return _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_14__["RenameFile"]; });
-
-/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "DeleteFile", function() { return _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_14__["DeleteFile"]; });
-
-/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "WorkspaceEdit", function() { return _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_14__["WorkspaceEdit"]; });
-
-/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "WorkspaceChange", function() { return _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_14__["WorkspaceChange"]; });
-
-/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "TextDocumentIdentifier", function() { return _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_14__["TextDocumentIdentifier"]; });
-
-/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "VersionedTextDocumentIdentifier", function() { return _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_14__["VersionedTextDocumentIdentifier"]; });
-
-/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "TextDocumentItem", function() { return _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_14__["TextDocumentItem"]; });
-
-/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "MarkupKind", function() { return _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_14__["MarkupKind"]; });
-
-/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "MarkupContent", function() { return _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_14__["MarkupContent"]; });
-
-/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "CompletionItemKind", function() { return _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_14__["CompletionItemKind"]; });
-
-/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "InsertTextFormat", function() { return _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_14__["InsertTextFormat"]; });
-
-/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "CompletionItemTag", function() { return _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_14__["CompletionItemTag"]; });
-
-/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "CompletionItem", function() { return _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_14__["CompletionItem"]; });
-
-/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "CompletionList", function() { return _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_14__["CompletionList"]; });
-
-/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "MarkedString", function() { return _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_14__["MarkedString"]; });
-
-/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "Hover", function() { return _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_14__["Hover"]; });
-
-/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "ParameterInformation", function() { return _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_14__["ParameterInformation"]; });
-
-/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "SignatureInformation", function() { return _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_14__["SignatureInformation"]; });
-
-/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "DocumentHighlightKind", function() { return _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_14__["DocumentHighlightKind"]; });
-
-/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "DocumentHighlight", function() { return _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_14__["DocumentHighlight"]; });
-
-/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "SymbolKind", function() { return _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_14__["SymbolKind"]; });
-
-/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "SymbolTag", function() { return _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_14__["SymbolTag"]; });
-
-/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "SymbolInformation", function() { return _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_14__["SymbolInformation"]; });
-
-/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "DocumentSymbol", function() { return _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_14__["DocumentSymbol"]; });
-
-/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "CodeActionKind", function() { return _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_14__["CodeActionKind"]; });
-
-/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "CodeActionContext", function() { return _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_14__["CodeActionContext"]; });
-
-/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "CodeAction", function() { return _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_14__["CodeAction"]; });
-
-/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "CodeLens", function() { return _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_14__["CodeLens"]; });
-
-/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "FormattingOptions", function() { return _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_14__["FormattingOptions"]; });
-
-/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "DocumentLink", function() { return _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_14__["DocumentLink"]; });
-
-/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "SelectionRange", function() { return _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_14__["SelectionRange"]; });
-
-/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "EOL", function() { return _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_14__["EOL"]; });
-
-/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "ClientCapabilities", function() { return _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_14__["ClientCapabilities"]; });
-
-/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "FileType", function() { return _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_14__["FileType"]; });
-
-/*---------------------------------------------------------------------------------------------
- *  Copyright (c) Microsoft Corporation. All rights reserved.
- *  Licensed under the MIT License. See License.txt in the project root for license information.
- *--------------------------------------------------------------------------------------------*/
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+/* 17 */
+/***/ ((__unused_webpack_module, exports, __webpack_require__) => {
 
 
-function createFacade(parser, completion, hover, navigation, codeActions, validation) {
-    return {
-        configure: function (settings) {
-            validation.configure(settings);
-            completion.configure(settings);
-        },
-        doValidation: validation.doValidation.bind(validation),
-        parseStylesheet: parser.parseStylesheet.bind(parser),
-        doComplete: completion.doComplete.bind(completion),
-        setCompletionParticipants: completion.setCompletionParticipants.bind(completion),
-        doHover: hover.doHover.bind(hover),
-        findDefinition: navigation.findDefinition.bind(navigation),
-        findReferences: navigation.findReferences.bind(navigation),
-        findDocumentHighlights: navigation.findDocumentHighlights.bind(navigation),
-        findDocumentLinks: navigation.findDocumentLinks.bind(navigation),
-        findDocumentLinks2: navigation.findDocumentLinks2.bind(navigation),
-        findDocumentSymbols: navigation.findDocumentSymbols.bind(navigation),
-        doCodeActions: codeActions.doCodeActions.bind(codeActions),
-        doCodeActions2: codeActions.doCodeActions2.bind(codeActions),
-        findColorSymbols: function (d, s) { return navigation.findDocumentColors(d, s).map(function (s) { return s.range; }); },
-        findDocumentColors: navigation.findDocumentColors.bind(navigation),
-        getColorPresentations: navigation.getColorPresentations.bind(navigation),
-        doRename: navigation.doRename.bind(navigation),
-        getFoldingRanges: _services_cssFolding__WEBPACK_IMPORTED_MODULE_10__["getFoldingRanges"],
-        getSelectionRanges: _services_cssSelectionRange__WEBPACK_IMPORTED_MODULE_12__["getSelectionRanges"]
-    };
-}
-function handleCustomData(options) {
-    if (options && options.customDataProviders) {
-        _languageFacts_facts__WEBPACK_IMPORTED_MODULE_11__["cssDataManager"].addDataProviders(options.customDataProviders);
+/* --------------------------------------------------------------------------------------------
+ * Copyright (c) Microsoft Corporation. All rights reserved.
+ * Licensed under the MIT License. See License.txt in the project root for license information.
+ * ------------------------------------------------------------------------------------------ */
+Object.defineProperty(exports, "__esModule", ({ value: true }));
+const ral_1 = __webpack_require__(8);
+const Is = __webpack_require__(13);
+const semaphore_1 = __webpack_require__(18);
+const events_1 = __webpack_require__(14);
+const ContentLength = 'Content-Length: ';
+const CRLF = '\r\n';
+var MessageWriter;
+(function (MessageWriter) {
+    function is(value) {
+        let candidate = value;
+        return candidate && Is.func(candidate.dispose) && Is.func(candidate.onClose) &&
+            Is.func(candidate.onError) && Is.func(candidate.write);
+    }
+    MessageWriter.is = is;
+})(MessageWriter = exports.MessageWriter || (exports.MessageWriter = {}));
+class AbstractMessageWriter {
+    constructor() {
+        this.errorEmitter = new events_1.Emitter();
+        this.closeEmitter = new events_1.Emitter();
+    }
+    dispose() {
+        this.errorEmitter.dispose();
+        this.closeEmitter.dispose();
+    }
+    get onError() {
+        return this.errorEmitter.event;
+    }
+    fireError(error, message, count) {
+        this.errorEmitter.fire([this.asError(error), message, count]);
+    }
+    get onClose() {
+        return this.closeEmitter.event;
+    }
+    fireClose() {
+        this.closeEmitter.fire(undefined);
+    }
+    asError(error) {
+        if (error instanceof Error) {
+            return error;
+        }
+        else {
+            return new Error(`Writer received error. Reason: ${Is.string(error.message) ? error.message : 'unknown'}`);
+        }
     }
 }
-function getCSSLanguageService(options) {
-    handleCustomData(options);
-    return createFacade(new _parser_cssParser__WEBPACK_IMPORTED_MODULE_0__["Parser"](), new _services_cssCompletion__WEBPACK_IMPORTED_MODULE_1__["CSSCompletion"](null, options && options.clientCapabilities), new _services_cssHover__WEBPACK_IMPORTED_MODULE_2__["CSSHover"](options && options.clientCapabilities), new _services_cssNavigation__WEBPACK_IMPORTED_MODULE_3__["CSSNavigation"](), new _services_cssCodeActions__WEBPACK_IMPORTED_MODULE_4__["CSSCodeActions"](), new _services_cssValidation__WEBPACK_IMPORTED_MODULE_5__["CSSValidation"]());
-}
-function getSCSSLanguageService(options) {
-    handleCustomData(options);
-    return createFacade(new _parser_scssParser__WEBPACK_IMPORTED_MODULE_6__["SCSSParser"](), new _services_scssCompletion__WEBPACK_IMPORTED_MODULE_7__["SCSSCompletion"](options && options.clientCapabilities), new _services_cssHover__WEBPACK_IMPORTED_MODULE_2__["CSSHover"](options && options.clientCapabilities), new _services_scssNavigation__WEBPACK_IMPORTED_MODULE_13__["SCSSNavigation"](options && options.fileSystemProvider), new _services_cssCodeActions__WEBPACK_IMPORTED_MODULE_4__["CSSCodeActions"](), new _services_cssValidation__WEBPACK_IMPORTED_MODULE_5__["CSSValidation"]());
-}
-function getLESSLanguageService(options) {
-    handleCustomData(options);
-    return createFacade(new _parser_lessParser__WEBPACK_IMPORTED_MODULE_8__["LESSParser"](), new _services_lessCompletion__WEBPACK_IMPORTED_MODULE_9__["LESSCompletion"](options && options.clientCapabilities), new _services_cssHover__WEBPACK_IMPORTED_MODULE_2__["CSSHover"](options && options.clientCapabilities), new _services_cssNavigation__WEBPACK_IMPORTED_MODULE_3__["CSSNavigation"](), new _services_cssCodeActions__WEBPACK_IMPORTED_MODULE_4__["CSSCodeActions"](), new _services_cssValidation__WEBPACK_IMPORTED_MODULE_5__["CSSValidation"]());
+exports.AbstractMessageWriter = AbstractMessageWriter;
+var ResolvedMessageWriterOptions;
+(function (ResolvedMessageWriterOptions) {
+    function fromOptions(options) {
+        var _a, _b;
+        if (options === undefined || typeof options === 'string') {
+            return { charset: options !== null && options !== void 0 ? options : 'utf-8', contentTypeEncoder: ral_1.default().applicationJson.encoder };
+        }
+        else {
+            return { charset: (_a = options.charset) !== null && _a !== void 0 ? _a : 'utf-8', contentEncoder: options.contentEncoder, contentTypeEncoder: (_b = options.contentTypeEncoder) !== null && _b !== void 0 ? _b : ral_1.default().applicationJson.encoder };
+        }
+    }
+    ResolvedMessageWriterOptions.fromOptions = fromOptions;
+})(ResolvedMessageWriterOptions || (ResolvedMessageWriterOptions = {}));
+class WriteableStreamMessageWriter extends AbstractMessageWriter {
+    constructor(writable, options) {
+        super();
+        this.writable = writable;
+        this.options = ResolvedMessageWriterOptions.fromOptions(options);
+        this.errorCount = 0;
+        this.writeSemaphore = new semaphore_1.Semaphore(1);
+        this.writable.onError((error) => this.fireError(error));
+        this.writable.onClose(() => this.fireClose());
+    }
+    async write(msg) {
+        const payload = this.options.contentTypeEncoder.encode(msg, this.options).then((buffer) => {
+            if (this.options.contentEncoder !== undefined) {
+                return this.options.contentEncoder.encode(buffer);
+            }
+            else {
+                return buffer;
+            }
+        });
+        return payload.then((buffer) => {
+            const headers = [];
+            headers.push(ContentLength, buffer.byteLength.toString(), CRLF);
+            headers.push(CRLF);
+            return this.doWrite(msg, headers, buffer);
+        }, (error) => {
+            this.fireError(error);
+            throw error;
+        });
+    }
+    doWrite(msg, headers, data) {
+        return this.writeSemaphore.lock(async () => {
+            try {
+                await this.writable.write(headers.join(''), 'ascii');
+                return this.writable.write(data);
+            }
+            catch (error) {
+                this.handleError(error, msg);
+            }
+        });
+    }
+    handleError(error, msg) {
+        this.errorCount++;
+        this.fireError(error, msg, this.errorCount);
+    }
 }
-
+exports.WriteableStreamMessageWriter = WriteableStreamMessageWriter;
+//# sourceMappingURL=messageWriter.js.map
 
 /***/ }),
-/* 73 */
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
-
-"use strict";
-__webpack_require__.r(__webpack_exports__);
-/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Parser", function() { return Parser; });
-/* harmony import */ var _cssScanner__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(74);
-/* harmony import */ var _cssNodes__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(75);
-/* harmony import */ var _cssErrors__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(76);
-/* harmony import */ var _languageFacts_facts__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(78);
-/* harmony import */ var _utils_objects__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(81);
-/*---------------------------------------------------------------------------------------------
- *  Copyright (c) Microsoft Corporation. All rights reserved.
- *  Licensed under the MIT License. See License.txt in the project root for license information.
- *--------------------------------------------------------------------------------------------*/
-
-var __spreadArrays = (undefined && undefined.__spreadArrays) || function () {
-    for (var s = 0, i = 0, il = arguments.length; i < il; i++) s += arguments[i].length;
-    for (var r = Array(s), k = 0, i = 0; i < il; i++)
-        for (var a = arguments[i], j = 0, jl = a.length; j < jl; j++, k++)
-            r[k] = a[j];
-    return r;
-};
-
-
-
+/* 18 */
+/***/ ((__unused_webpack_module, exports, __webpack_require__) => {
 
 
-/// <summary>
-/// A parser for the css core specification. See for reference:
-/// https://www.w3.org/TR/CSS21/grammar.html
-/// http://www.w3.org/TR/CSS21/syndata.html#tokenization
-/// </summary>
-var Parser = /** @class */ (function () {
-    function Parser(scnr) {
-        if (scnr === void 0) { scnr = new _cssScanner__WEBPACK_IMPORTED_MODULE_0__["Scanner"](); }
-        this.keyframeRegex = /^@(\-(webkit|ms|moz|o)\-)?keyframes$/i;
-        this.scanner = scnr;
-        this.token = { type: _cssScanner__WEBPACK_IMPORTED_MODULE_0__["TokenType"].EOF, offset: -1, len: 0, text: '' };
-        this.prevToken = undefined;
+/* --------------------------------------------------------------------------------------------
+ * Copyright (c) Microsoft Corporation. All rights reserved.
+ * Licensed under the MIT License. See License.txt in the project root for license information.
+ * ------------------------------------------------------------------------------------------ */
+Object.defineProperty(exports, "__esModule", ({ value: true }));
+const ral_1 = __webpack_require__(8);
+class Semaphore {
+    constructor(capacity = 1) {
+        if (capacity <= 0) {
+            throw new Error('Capacity must be greater than 0');
+        }
+        this._capacity = capacity;
+        this._active = 0;
+        this._waiting = [];
+    }
+    lock(thunk) {
+        return new Promise((resolve, reject) => {
+            this._waiting.push({ thunk, resolve, reject });
+            this.runNext();
+        });
     }
-    Parser.prototype.peekIdent = function (text) {
-        return _cssScanner__WEBPACK_IMPORTED_MODULE_0__["TokenType"].Ident === this.token.type && text.length === this.token.text.length && text === this.token.text.toLowerCase();
-    };
-    Parser.prototype.peekKeyword = function (text) {
-        return _cssScanner__WEBPACK_IMPORTED_MODULE_0__["TokenType"].AtKeyword === this.token.type && text.length === this.token.text.length && text === this.token.text.toLowerCase();
-    };
-    Parser.prototype.peekDelim = function (text) {
-        return _cssScanner__WEBPACK_IMPORTED_MODULE_0__["TokenType"].Delim === this.token.type && text === this.token.text;
-    };
-    Parser.prototype.peek = function (type) {
-        return type === this.token.type;
-    };
-    Parser.prototype.peekRegExp = function (type, regEx) {
-        if (type !== this.token.type) {
-            return false;
-        }
-        return regEx.test(this.token.text);
-    };
-    Parser.prototype.hasWhitespace = function () {
-        return !!this.prevToken && (this.prevToken.offset + this.prevToken.len !== this.token.offset);
-    };
-    Parser.prototype.consumeToken = function () {
-        this.prevToken = this.token;
-        this.token = this.scanner.scan();
-    };
-    Parser.prototype.mark = function () {
-        return {
-            prev: this.prevToken,
-            curr: this.token,
-            pos: this.scanner.pos()
-        };
-    };
-    Parser.prototype.restoreAtMark = function (mark) {
-        this.prevToken = mark.prev;
-        this.token = mark.curr;
-        this.scanner.goBackTo(mark.pos);
-    };
-    Parser.prototype.try = function (func) {
-        var pos = this.mark();
-        var node = func();
-        if (!node) {
-            this.restoreAtMark(pos);
-            return null;
+    get active() {
+        return this._active;
+    }
+    runNext() {
+        if (this._waiting.length === 0 || this._active === this._capacity) {
+            return;
         }
-        return node;
-    };
-    Parser.prototype.acceptOneKeyword = function (keywords) {
-        if (_cssScanner__WEBPACK_IMPORTED_MODULE_0__["TokenType"].AtKeyword === this.token.type) {
-            for (var _i = 0, keywords_1 = keywords; _i < keywords_1.length; _i++) {
-                var keyword = keywords_1[_i];
-                if (keyword.length === this.token.text.length && keyword === this.token.text.toLowerCase()) {
-                    this.consumeToken();
-                    return true;
-                }
-            }
+        ral_1.default().timer.setImmediate(() => this.doRunNext());
+    }
+    doRunNext() {
+        if (this._waiting.length === 0 || this._active === this._capacity) {
+            return;
         }
-        return false;
-    };
-    Parser.prototype.accept = function (type) {
-        if (type === this.token.type) {
-            this.consumeToken();
-            return true;
+        const next = this._waiting.shift();
+        this._active++;
+        if (this._active > this._capacity) {
+            throw new Error(`To many thunks active`);
         }
-        return false;
-    };
-    Parser.prototype.acceptIdent = function (text) {
-        if (this.peekIdent(text)) {
-            this.consumeToken();
-            return true;
+        try {
+            const result = next.thunk();
+            if (result instanceof Promise) {
+                result.then((value) => {
+                    this._active--;
+                    next.resolve(value);
+                    this.runNext();
+                }, (err) => {
+                    this._active--;
+                    next.reject(err);
+                    this.runNext();
+                });
+            }
+            else {
+                this._active--;
+                next.resolve(result);
+                this.runNext();
+            }
         }
-        return false;
-    };
-    Parser.prototype.acceptKeyword = function (text) {
-        if (this.peekKeyword(text)) {
-            this.consumeToken();
-            return true;
+        catch (err) {
+            this._active--;
+            next.reject(err);
+            this.runNext();
         }
-        return false;
-    };
-    Parser.prototype.acceptDelim = function (text) {
-        if (this.peekDelim(text)) {
-            this.consumeToken();
-            return true;
+    }
+}
+exports.Semaphore = Semaphore;
+//# sourceMappingURL=semaphore.js.map
+
+/***/ }),
+/* 19 */
+/***/ ((__unused_webpack_module, exports, __webpack_require__) => {
+
+
+/* --------------------------------------------------------------------------------------------
+ * Copyright (c) Microsoft Corporation. All rights reserved.
+ * Licensed under the MIT License. See License.txt in the project root for license information.
+ * ------------------------------------------------------------------------------------------ */
+Object.defineProperty(exports, "__esModule", ({ value: true }));
+const ral_1 = __webpack_require__(8);
+const Is = __webpack_require__(13);
+const messages_1 = __webpack_require__(12);
+const linkedMap_1 = __webpack_require__(20);
+const events_1 = __webpack_require__(14);
+const cancellation_1 = __webpack_require__(15);
+var CancelNotification;
+(function (CancelNotification) {
+    CancelNotification.type = new messages_1.NotificationType('$/cancelRequest');
+})(CancelNotification || (CancelNotification = {}));
+var ProgressNotification;
+(function (ProgressNotification) {
+    ProgressNotification.type = new messages_1.NotificationType('$/progress');
+})(ProgressNotification || (ProgressNotification = {}));
+class ProgressType {
+    constructor() {
+    }
+}
+exports.ProgressType = ProgressType;
+exports.NullLogger = Object.freeze({
+    error: () => { },
+    warn: () => { },
+    info: () => { },
+    log: () => { }
+});
+var Trace;
+(function (Trace) {
+    Trace[Trace["Off"] = 0] = "Off";
+    Trace[Trace["Messages"] = 1] = "Messages";
+    Trace[Trace["Verbose"] = 2] = "Verbose";
+})(Trace = exports.Trace || (exports.Trace = {}));
+(function (Trace) {
+    function fromString(value) {
+        if (!Is.string(value)) {
+            return Trace.Off;
+        }
+        value = value.toLowerCase();
+        switch (value) {
+            case 'off':
+                return Trace.Off;
+            case 'messages':
+                return Trace.Messages;
+            case 'verbose':
+                return Trace.Verbose;
+            default:
+                return Trace.Off;
+        }
+    }
+    Trace.fromString = fromString;
+    function toString(value) {
+        switch (value) {
+            case Trace.Off:
+                return 'off';
+            case Trace.Messages:
+                return 'messages';
+            case Trace.Verbose:
+                return 'verbose';
+            default:
+                return 'off';
+        }
+    }
+    Trace.toString = toString;
+})(Trace = exports.Trace || (exports.Trace = {}));
+var TraceFormat;
+(function (TraceFormat) {
+    TraceFormat["Text"] = "text";
+    TraceFormat["JSON"] = "json";
+})(TraceFormat = exports.TraceFormat || (exports.TraceFormat = {}));
+(function (TraceFormat) {
+    function fromString(value) {
+        value = value.toLowerCase();
+        if (value === 'json') {
+            return TraceFormat.JSON;
         }
-        return false;
-    };
-    Parser.prototype.acceptRegexp = function (regEx) {
-        if (regEx.test(this.token.text)) {
-            this.consumeToken();
-            return true;
+        else {
+            return TraceFormat.Text;
+        }
+    }
+    TraceFormat.fromString = fromString;
+})(TraceFormat = exports.TraceFormat || (exports.TraceFormat = {}));
+var SetTraceNotification;
+(function (SetTraceNotification) {
+    SetTraceNotification.type = new messages_1.NotificationType('$/setTraceNotification');
+})(SetTraceNotification = exports.SetTraceNotification || (exports.SetTraceNotification = {}));
+var LogTraceNotification;
+(function (LogTraceNotification) {
+    LogTraceNotification.type = new messages_1.NotificationType('$/logTraceNotification');
+})(LogTraceNotification = exports.LogTraceNotification || (exports.LogTraceNotification = {}));
+var ConnectionErrors;
+(function (ConnectionErrors) {
+    /**
+     * The connection is closed.
+     */
+    ConnectionErrors[ConnectionErrors["Closed"] = 1] = "Closed";
+    /**
+     * The connection got disposed.
+     */
+    ConnectionErrors[ConnectionErrors["Disposed"] = 2] = "Disposed";
+    /**
+     * The connection is already in listening mode.
+     */
+    ConnectionErrors[ConnectionErrors["AlreadyListening"] = 3] = "AlreadyListening";
+})(ConnectionErrors = exports.ConnectionErrors || (exports.ConnectionErrors = {}));
+class ConnectionError extends Error {
+    constructor(code, message) {
+        super(message);
+        this.code = code;
+        Object.setPrototypeOf(this, ConnectionError.prototype);
+    }
+}
+exports.ConnectionError = ConnectionError;
+var ConnectionStrategy;
+(function (ConnectionStrategy) {
+    function is(value) {
+        const candidate = value;
+        return candidate && Is.func(candidate.cancelUndispatched);
+    }
+    ConnectionStrategy.is = is;
+})(ConnectionStrategy = exports.ConnectionStrategy || (exports.ConnectionStrategy = {}));
+var CancellationReceiverStrategy;
+(function (CancellationReceiverStrategy) {
+    CancellationReceiverStrategy.Message = Object.freeze({
+        createCancellationTokenSource(_) {
+            return new cancellation_1.CancellationTokenSource();
         }
-        return false;
-    };
-    Parser.prototype._parseRegexp = function (regEx) {
-        var node = this.createNode(_cssNodes__WEBPACK_IMPORTED_MODULE_1__["NodeType"].Identifier);
-        do { } while (this.acceptRegexp(regEx));
-        return this.finish(node);
-    };
-    Parser.prototype.acceptUnquotedString = function () {
-        var pos = this.scanner.pos();
-        this.scanner.goBackTo(this.token.offset);
-        var unquoted = this.scanner.scanUnquotedString();
-        if (unquoted) {
-            this.token = unquoted;
-            this.consumeToken();
-            return true;
+    });
+    function is(value) {
+        const candidate = value;
+        return candidate && Is.func(candidate.createCancellationTokenSource);
+    }
+    CancellationReceiverStrategy.is = is;
+})(CancellationReceiverStrategy = exports.CancellationReceiverStrategy || (exports.CancellationReceiverStrategy = {}));
+var CancellationSenderStrategy;
+(function (CancellationSenderStrategy) {
+    CancellationSenderStrategy.Message = Object.freeze({
+        sendCancellation(conn, id) {
+            conn.sendNotification(CancelNotification.type, { id });
+        },
+        cleanup(_) { }
+    });
+    function is(value) {
+        const candidate = value;
+        return candidate && Is.func(candidate.sendCancellation) && Is.func(candidate.cleanup);
+    }
+    CancellationSenderStrategy.is = is;
+})(CancellationSenderStrategy = exports.CancellationSenderStrategy || (exports.CancellationSenderStrategy = {}));
+var CancellationStrategy;
+(function (CancellationStrategy) {
+    CancellationStrategy.Message = Object.freeze({
+        receiver: CancellationReceiverStrategy.Message,
+        sender: CancellationSenderStrategy.Message
+    });
+    function is(value) {
+        const candidate = value;
+        return candidate && CancellationReceiverStrategy.is(candidate.receiver) && CancellationSenderStrategy.is(candidate.sender);
+    }
+    CancellationStrategy.is = is;
+})(CancellationStrategy = exports.CancellationStrategy || (exports.CancellationStrategy = {}));
+var ConnectionOptions;
+(function (ConnectionOptions) {
+    function is(value) {
+        const candidate = value;
+        return candidate && (CancellationStrategy.is(candidate.cancellationStrategy) || ConnectionStrategy.is(candidate.connectionStrategy));
+    }
+    ConnectionOptions.is = is;
+})(ConnectionOptions = exports.ConnectionOptions || (exports.ConnectionOptions = {}));
+var ConnectionState;
+(function (ConnectionState) {
+    ConnectionState[ConnectionState["New"] = 1] = "New";
+    ConnectionState[ConnectionState["Listening"] = 2] = "Listening";
+    ConnectionState[ConnectionState["Closed"] = 3] = "Closed";
+    ConnectionState[ConnectionState["Disposed"] = 4] = "Disposed";
+})(ConnectionState || (ConnectionState = {}));
+function createMessageConnection(messageReader, messageWriter, _logger, options) {
+    const logger = _logger !== undefined ? _logger : exports.NullLogger;
+    let sequenceNumber = 0;
+    let notificationSquenceNumber = 0;
+    let unknownResponseSquenceNumber = 0;
+    const version = '2.0';
+    let starRequestHandler = undefined;
+    const requestHandlers = Object.create(null);
+    let starNotificationHandler = undefined;
+    const notificationHandlers = Object.create(null);
+    const progressHandlers = new Map();
+    let timer;
+    let messageQueue = new linkedMap_1.LinkedMap();
+    let responsePromises = Object.create(null);
+    let requestTokens = Object.create(null);
+    let trace = Trace.Off;
+    let traceFormat = TraceFormat.Text;
+    let tracer;
+    let state = ConnectionState.New;
+    const errorEmitter = new events_1.Emitter();
+    const closeEmitter = new events_1.Emitter();
+    const unhandledNotificationEmitter = new events_1.Emitter();
+    const unhandledProgressEmitter = new events_1.Emitter();
+    const disposeEmitter = new events_1.Emitter();
+    const cancellationStrategy = (options && options.cancellationStrategy) ? options.cancellationStrategy : CancellationStrategy.Message;
+    function createRequestQueueKey(id) {
+        return 'req-' + id.toString();
+    }
+    function createResponseQueueKey(id) {
+        if (id === null) {
+            return 'res-unknown-' + (++unknownResponseSquenceNumber).toString();
         }
-        this.scanner.goBackTo(pos);
-        return false;
-    };
-    Parser.prototype.resync = function (resyncTokens, resyncStopTokens) {
-        while (true) {
-            if (resyncTokens && resyncTokens.indexOf(this.token.type) !== -1) {
-                this.consumeToken();
-                return true;
+        else {
+            return 'res-' + id.toString();
+        }
+    }
+    function createNotificationQueueKey() {
+        return 'not-' + (++notificationSquenceNumber).toString();
+    }
+    function addMessageToQueue(queue, message) {
+        if (messages_1.isRequestMessage(message)) {
+            queue.set(createRequestQueueKey(message.id), message);
+        }
+        else if (messages_1.isResponseMessage(message)) {
+            queue.set(createResponseQueueKey(message.id), message);
+        }
+        else {
+            queue.set(createNotificationQueueKey(), message);
+        }
+    }
+    function cancelUndispatched(_message) {
+        return undefined;
+    }
+    function isListening() {
+        return state === ConnectionState.Listening;
+    }
+    function isClosed() {
+        return state === ConnectionState.Closed;
+    }
+    function isDisposed() {
+        return state === ConnectionState.Disposed;
+    }
+    function closeHandler() {
+        if (state === ConnectionState.New || state === ConnectionState.Listening) {
+            state = ConnectionState.Closed;
+            closeEmitter.fire(undefined);
+        }
+        // If the connection is disposed don't sent close events.
+    }
+    function readErrorHandler(error) {
+        errorEmitter.fire([error, undefined, undefined]);
+    }
+    function writeErrorHandler(data) {
+        errorEmitter.fire(data);
+    }
+    messageReader.onClose(closeHandler);
+    messageReader.onError(readErrorHandler);
+    messageWriter.onClose(closeHandler);
+    messageWriter.onError(writeErrorHandler);
+    function triggerMessageQueue() {
+        if (timer || messageQueue.size === 0) {
+            return;
+        }
+        timer = ral_1.default().timer.setImmediate(() => {
+            timer = undefined;
+            processMessageQueue();
+        });
+    }
+    function processMessageQueue() {
+        if (messageQueue.size === 0) {
+            return;
+        }
+        const message = messageQueue.shift();
+        try {
+            if (messages_1.isRequestMessage(message)) {
+                handleRequest(message);
             }
-            else if (resyncStopTokens && resyncStopTokens.indexOf(this.token.type) !== -1) {
-                return true;
+            else if (messages_1.isNotificationMessage(message)) {
+                handleNotification(message);
+            }
+            else if (messages_1.isResponseMessage(message)) {
+                handleResponse(message);
             }
             else {
-                if (this.token.type === _cssScanner__WEBPACK_IMPORTED_MODULE_0__["TokenType"].EOF) {
-                    return false;
-                }
-                this.token = this.scanner.scan();
+                handleInvalidMessage(message);
             }
         }
-    };
-    Parser.prototype.createNode = function (nodeType) {
-        return new _cssNodes__WEBPACK_IMPORTED_MODULE_1__["Node"](this.token.offset, this.token.len, nodeType);
-    };
-    Parser.prototype.create = function (ctor) {
-        return new ctor(this.token.offset, this.token.len);
-    };
-    Parser.prototype.finish = function (node, error, resyncTokens, resyncStopTokens) {
-        // parseNumeric misuses error for boolean flagging (however the real error mustn't be a false)
-        // + nodelist offsets mustn't be modified, because there is a offset hack in rulesets for smartselection
-        if (!(node instanceof _cssNodes__WEBPACK_IMPORTED_MODULE_1__["Nodelist"])) {
-            if (error) {
-                this.markError(node, error, resyncTokens, resyncStopTokens);
-            }
-            // set the node end position
-            if (this.prevToken) {
-                // length with more elements belonging together
-                var prevEnd = this.prevToken.offset + this.prevToken.len;
-                node.length = prevEnd > node.offset ? prevEnd - node.offset : 0; // offset is taken from current token, end from previous: Use 0 for empty nodes
-            }
+        finally {
+            triggerMessageQueue();
         }
-        return node;
-    };
-    Parser.prototype.markError = function (node, error, resyncTokens, resyncStopTokens) {
-        if (this.token !== this.lastErrorToken) { // do not report twice on the same token
-            node.addIssue(new _cssNodes__WEBPACK_IMPORTED_MODULE_1__["Marker"](node, error, _cssNodes__WEBPACK_IMPORTED_MODULE_1__["Level"].Error, undefined, this.token.offset, this.token.len));
-            this.lastErrorToken = this.token;
+    }
+    const callback = (message) => {
+        try {
+            // We have received a cancellation message. Check if the message is still in the queue
+            // and cancel it if allowed to do so.
+            if (messages_1.isNotificationMessage(message) && message.method === CancelNotification.type.method) {
+                const key = createRequestQueueKey(message.params.id);
+                const toCancel = messageQueue.get(key);
+                if (messages_1.isRequestMessage(toCancel)) {
+                    const strategy = options === null || options === void 0 ? void 0 : options.connectionStrategy;
+                    const response = (strategy && strategy.cancelUndispatched) ? strategy.cancelUndispatched(toCancel, cancelUndispatched) : cancelUndispatched(toCancel);
+                    if (response && (response.error !== undefined || response.result !== undefined)) {
+                        messageQueue.delete(key);
+                        response.id = toCancel.id;
+                        traceSendingResponse(response, message.method, Date.now());
+                        messageWriter.write(response);
+                        return;
+                    }
+                }
+            }
+            addMessageToQueue(messageQueue, message);
         }
-        if (resyncTokens || resyncStopTokens) {
-            this.resync(resyncTokens, resyncStopTokens);
+        finally {
+            triggerMessageQueue();
         }
     };
-    Parser.prototype.parseStylesheet = function (textDocument) {
-        var versionId = textDocument.version;
-        var text = textDocument.getText();
-        var textProvider = function (offset, length) {
-            if (textDocument.version !== versionId) {
-                throw new Error('Underlying model has changed, AST is no longer valid');
-            }
-            return text.substr(offset, length);
-        };
-        return this.internalParse(text, this._parseStylesheet, textProvider);
-    };
-    Parser.prototype.internalParse = function (input, parseFunc, textProvider) {
-        this.scanner.setSource(input);
-        this.token = this.scanner.scan();
-        var node = parseFunc.bind(this)();
-        if (node) {
-            if (textProvider) {
-                node.textProvider = textProvider;
+    function handleRequest(requestMessage) {
+        if (isDisposed()) {
+            // we return here silently since we fired an event when the
+            // connection got disposed.
+            return;
+        }
+        function reply(resultOrError, method, startTime) {
+            const message = {
+                jsonrpc: version,
+                id: requestMessage.id
+            };
+            if (resultOrError instanceof messages_1.ResponseError) {
+                message.error = resultOrError.toJson();
             }
             else {
-                node.textProvider = function (offset, length) { return input.substr(offset, length); };
+                message.result = resultOrError === undefined ? null : resultOrError;
             }
+            traceSendingResponse(message, method, startTime);
+            messageWriter.write(message);
         }
-        return node;
-    };
-    Parser.prototype._parseStylesheet = function () {
-        var node = this.create(_cssNodes__WEBPACK_IMPORTED_MODULE_1__["Stylesheet"]);
-        while (node.addChild(this._parseStylesheetStart())) {
-            // Parse statements only valid at the beginning of stylesheets.
-        }
-        var inRecovery = false;
-        do {
-            var hasMatch = false;
-            do {
-                hasMatch = false;
-                var statement = this._parseStylesheetStatement();
-                if (statement) {
-                    node.addChild(statement);
-                    hasMatch = true;
-                    inRecovery = false;
-                    if (!this.peek(_cssScanner__WEBPACK_IMPORTED_MODULE_0__["TokenType"].EOF) && this._needsSemicolonAfter(statement) && !this.accept(_cssScanner__WEBPACK_IMPORTED_MODULE_0__["TokenType"].SemiColon)) {
-                        this.markError(node, _cssErrors__WEBPACK_IMPORTED_MODULE_2__["ParseError"].SemiColonExpected);
-                    }
+        function replyError(error, method, startTime) {
+            const message = {
+                jsonrpc: version,
+                id: requestMessage.id,
+                error: error.toJson()
+            };
+            traceSendingResponse(message, method, startTime);
+            messageWriter.write(message);
+        }
+        function replySuccess(result, method, startTime) {
+            // The JSON RPC defines that a response must either have a result or an error
+            // So we can't treat undefined as a valid response result.
+            if (result === undefined) {
+                result = null;
+            }
+            const message = {
+                jsonrpc: version,
+                id: requestMessage.id,
+                result: result
+            };
+            traceSendingResponse(message, method, startTime);
+            messageWriter.write(message);
+        }
+        traceReceivedRequest(requestMessage);
+        const element = requestHandlers[requestMessage.method];
+        let type;
+        let requestHandler;
+        if (element) {
+            type = element.type;
+            requestHandler = element.handler;
+        }
+        const startTime = Date.now();
+        if (requestHandler || starRequestHandler) {
+            const tokenKey = String(requestMessage.id);
+            const cancellationSource = cancellationStrategy.receiver.createCancellationTokenSource(tokenKey);
+            requestTokens[tokenKey] = cancellationSource;
+            try {
+                let handlerResult;
+                if (requestMessage.params === undefined || (type !== undefined && type.numberOfParams === 0)) {
+                    handlerResult = requestHandler
+                        ? requestHandler(cancellationSource.token)
+                        : starRequestHandler(requestMessage.method, cancellationSource.token);
                 }
-                while (this.accept(_cssScanner__WEBPACK_IMPORTED_MODULE_0__["TokenType"].SemiColon) || this.accept(_cssScanner__WEBPACK_IMPORTED_MODULE_0__["TokenType"].CDO) || this.accept(_cssScanner__WEBPACK_IMPORTED_MODULE_0__["TokenType"].CDC)) {
-                    // accept empty statements
-                    hasMatch = true;
-                    inRecovery = false;
+                else if (Is.array(requestMessage.params) && (type === undefined || type.numberOfParams > 1)) {
+                    handlerResult = requestHandler
+                        ? requestHandler(...requestMessage.params, cancellationSource.token)
+                        : starRequestHandler(requestMessage.method, ...requestMessage.params, cancellationSource.token);
+                }
+                else {
+                    handlerResult = requestHandler
+                        ? requestHandler(requestMessage.params, cancellationSource.token)
+                        : starRequestHandler(requestMessage.method, requestMessage.params, cancellationSource.token);
+                }
+                const promise = handlerResult;
+                if (!handlerResult) {
+                    delete requestTokens[tokenKey];
+                    replySuccess(handlerResult, requestMessage.method, startTime);
+                }
+                else if (promise.then) {
+                    promise.then((resultOrError) => {
+                        delete requestTokens[tokenKey];
+                        reply(resultOrError, requestMessage.method, startTime);
+                    }, error => {
+                        delete requestTokens[tokenKey];
+                        if (error instanceof messages_1.ResponseError) {
+                            replyError(error, requestMessage.method, startTime);
+                        }
+                        else if (error && Is.string(error.message)) {
+                            replyError(new messages_1.ResponseError(messages_1.ErrorCodes.InternalError, `Request ${requestMessage.method} failed with message: ${error.message}`), requestMessage.method, startTime);
+                        }
+                        else {
+                            replyError(new messages_1.ResponseError(messages_1.ErrorCodes.InternalError, `Request ${requestMessage.method} failed unexpectedly without providing any details.`), requestMessage.method, startTime);
+                        }
+                    });
+                }
+                else {
+                    delete requestTokens[tokenKey];
+                    reply(handlerResult, requestMessage.method, startTime);
                 }
-            } while (hasMatch);
-            if (this.peek(_cssScanner__WEBPACK_IMPORTED_MODULE_0__["TokenType"].EOF)) {
-                break;
             }
-            if (!inRecovery) {
-                if (this.peek(_cssScanner__WEBPACK_IMPORTED_MODULE_0__["TokenType"].AtKeyword)) {
-                    this.markError(node, _cssErrors__WEBPACK_IMPORTED_MODULE_2__["ParseError"].UnknownAtRule);
+            catch (error) {
+                delete requestTokens[tokenKey];
+                if (error instanceof messages_1.ResponseError) {
+                    reply(error, requestMessage.method, startTime);
+                }
+                else if (error && Is.string(error.message)) {
+                    replyError(new messages_1.ResponseError(messages_1.ErrorCodes.InternalError, `Request ${requestMessage.method} failed with message: ${error.message}`), requestMessage.method, startTime);
                 }
                 else {
-                    this.markError(node, _cssErrors__WEBPACK_IMPORTED_MODULE_2__["ParseError"].RuleOrSelectorExpected);
+                    replyError(new messages_1.ResponseError(messages_1.ErrorCodes.InternalError, `Request ${requestMessage.method} failed unexpectedly without providing any details.`), requestMessage.method, startTime);
                 }
-                inRecovery = true;
             }
-            this.consumeToken();
-        } while (!this.peek(_cssScanner__WEBPACK_IMPORTED_MODULE_0__["TokenType"].EOF));
-        return this.finish(node);
-    };
-    Parser.prototype._parseStylesheetStart = function () {
-        return this._parseCharset();
-    };
-    Parser.prototype._parseStylesheetStatement = function (isNested) {
-        if (isNested === void 0) { isNested = false; }
-        if (this.peek(_cssScanner__WEBPACK_IMPORTED_MODULE_0__["TokenType"].AtKeyword)) {
-            return this._parseStylesheetAtStatement(isNested);
         }
-        return this._parseRuleset(isNested);
-    };
-    Parser.prototype._parseStylesheetAtStatement = function (isNested) {
-        if (isNested === void 0) { isNested = false; }
-        return this._parseImport()
-            || this._parseMedia(isNested)
-            || this._parsePage()
-            || this._parseFontFace()
-            || this._parseKeyframe()
-            || this._parseSupports(isNested)
-            || this._parseViewPort()
-            || this._parseNamespace()
-            || this._parseDocument()
-            || this._parseUnknownAtRule();
-    };
-    Parser.prototype._tryParseRuleset = function (isNested) {
-        var mark = this.mark();
-        if (this._parseSelector(isNested)) {
-            while (this.accept(_cssScanner__WEBPACK_IMPORTED_MODULE_0__["TokenType"].Comma) && this._parseSelector(isNested)) {
-                // loop
-            }
-            if (this.accept(_cssScanner__WEBPACK_IMPORTED_MODULE_0__["TokenType"].CurlyL)) {
-                this.restoreAtMark(mark);
-                return this._parseRuleset(isNested);
-            }
+        else {
+            replyError(new messages_1.ResponseError(messages_1.ErrorCodes.MethodNotFound, `Unhandled method ${requestMessage.method}`), requestMessage.method, startTime);
         }
-        this.restoreAtMark(mark);
-        return null;
-    };
-    Parser.prototype._parseRuleset = function (isNested) {
-        if (isNested === void 0) { isNested = false; }
-        var node = this.create(_cssNodes__WEBPACK_IMPORTED_MODULE_1__["RuleSet"]);
-        var selectors = node.getSelectors();
-        if (!selectors.addChild(this._parseSelector(isNested))) {
-            return null;
+    }
+    function handleResponse(responseMessage) {
+        if (isDisposed()) {
+            // See handle request.
+            return;
         }
-        while (this.accept(_cssScanner__WEBPACK_IMPORTED_MODULE_0__["TokenType"].Comma)) {
-            if (!selectors.addChild(this._parseSelector(isNested))) {
-                return this.finish(node, _cssErrors__WEBPACK_IMPORTED_MODULE_2__["ParseError"].SelectorExpected);
+        if (responseMessage.id === null) {
+            if (responseMessage.error) {
+                logger.error(`Received response message without id: Error is: \n${JSON.stringify(responseMessage.error, undefined, 4)}`);
+            }
+            else {
+                logger.error(`Received response message without id. No further error information provided.`);
             }
         }
-        return this._parseBody(node, this._parseRuleSetDeclaration.bind(this));
-    };
-    Parser.prototype._parseRuleSetDeclaration = function () {
-        // https://www.w3.org/TR/css-syntax-3/#consume-a-list-of-declarations0
-        return this._parseAtApply()
-            || this._tryParseCustomPropertyDeclaration()
-            || this._parseDeclaration()
-            || this._parseUnknownAtRule();
-    };
-    /**
-     * Parses declarations like:
-     *   @apply --my-theme;
-     *
-     * Follows https://tabatkins.github.io/specs/css-apply-rule/#using
-     */
-    Parser.prototype._parseAtApply = function () {
-        if (!this.peekKeyword('@apply')) {
-            return null;
-        }
-        var node = this.create(_cssNodes__WEBPACK_IMPORTED_MODULE_1__["AtApplyRule"]);
-        this.consumeToken();
-        if (!node.setIdentifier(this._parseIdent([_cssNodes__WEBPACK_IMPORTED_MODULE_1__["ReferenceType"].Variable]))) {
-            return this.finish(node, _cssErrors__WEBPACK_IMPORTED_MODULE_2__["ParseError"].IdentifierExpected);
+        else {
+            const key = String(responseMessage.id);
+            const responsePromise = responsePromises[key];
+            traceReceivedResponse(responseMessage, responsePromise);
+            if (responsePromise) {
+                delete responsePromises[key];
+                try {
+                    if (responseMessage.error) {
+                        const error = responseMessage.error;
+                        responsePromise.reject(new messages_1.ResponseError(error.code, error.message, error.data));
+                    }
+                    else if (responseMessage.result !== undefined) {
+                        responsePromise.resolve(responseMessage.result);
+                    }
+                    else {
+                        throw new Error('Should never happen.');
+                    }
+                }
+                catch (error) {
+                    if (error.message) {
+                        logger.error(`Response handler '${responsePromise.method}' failed with message: ${error.message}`);
+                    }
+                    else {
+                        logger.error(`Response handler '${responsePromise.method}' failed unexpectedly.`);
+                    }
+                }
+            }
         }
-        return this.finish(node);
-    };
-    Parser.prototype._needsSemicolonAfter = function (node) {
-        switch (node.type) {
-            case _cssNodes__WEBPACK_IMPORTED_MODULE_1__["NodeType"].Keyframe:
-            case _cssNodes__WEBPACK_IMPORTED_MODULE_1__["NodeType"].ViewPort:
-            case _cssNodes__WEBPACK_IMPORTED_MODULE_1__["NodeType"].Media:
-            case _cssNodes__WEBPACK_IMPORTED_MODULE_1__["NodeType"].Ruleset:
-            case _cssNodes__WEBPACK_IMPORTED_MODULE_1__["NodeType"].Namespace:
-            case _cssNodes__WEBPACK_IMPORTED_MODULE_1__["NodeType"].If:
-            case _cssNodes__WEBPACK_IMPORTED_MODULE_1__["NodeType"].For:
-            case _cssNodes__WEBPACK_IMPORTED_MODULE_1__["NodeType"].Each:
-            case _cssNodes__WEBPACK_IMPORTED_MODULE_1__["NodeType"].While:
-            case _cssNodes__WEBPACK_IMPORTED_MODULE_1__["NodeType"].MixinDeclaration:
-            case _cssNodes__WEBPACK_IMPORTED_MODULE_1__["NodeType"].FunctionDeclaration:
-                return false;
-            case _cssNodes__WEBPACK_IMPORTED_MODULE_1__["NodeType"].ExtendsReference:
-            case _cssNodes__WEBPACK_IMPORTED_MODULE_1__["NodeType"].MixinContent:
-            case _cssNodes__WEBPACK_IMPORTED_MODULE_1__["NodeType"].ReturnStatement:
-            case _cssNodes__WEBPACK_IMPORTED_MODULE_1__["NodeType"].MediaQuery:
-            case _cssNodes__WEBPACK_IMPORTED_MODULE_1__["NodeType"].Debug:
-            case _cssNodes__WEBPACK_IMPORTED_MODULE_1__["NodeType"].Import:
-            case _cssNodes__WEBPACK_IMPORTED_MODULE_1__["NodeType"].AtApplyRule:
-            case _cssNodes__WEBPACK_IMPORTED_MODULE_1__["NodeType"].CustomPropertyDeclaration:
-                return true;
-            case _cssNodes__WEBPACK_IMPORTED_MODULE_1__["NodeType"].VariableDeclaration:
-                return node.needsSemicolon;
-            case _cssNodes__WEBPACK_IMPORTED_MODULE_1__["NodeType"].MixinReference:
-                return !node.getContent();
-            case _cssNodes__WEBPACK_IMPORTED_MODULE_1__["NodeType"].Declaration:
-                return !node.getNestedProperties();
+    }
+    function handleNotification(message) {
+        if (isDisposed()) {
+            // See handle request.
+            return;
         }
-        return false;
-    };
-    Parser.prototype._parseDeclarations = function (parseDeclaration) {
-        var node = this.create(_cssNodes__WEBPACK_IMPORTED_MODULE_1__["Declarations"]);
-        if (!this.accept(_cssScanner__WEBPACK_IMPORTED_MODULE_0__["TokenType"].CurlyL)) {
-            return null;
+        let type = undefined;
+        let notificationHandler;
+        if (message.method === CancelNotification.type.method) {
+            notificationHandler = (params) => {
+                const id = params.id;
+                const source = requestTokens[String(id)];
+                if (source) {
+                    source.cancel();
+                }
+            };
         }
-        var decl = parseDeclaration();
-        while (node.addChild(decl)) {
-            if (this.peek(_cssScanner__WEBPACK_IMPORTED_MODULE_0__["TokenType"].CurlyR)) {
-                break;
+        else {
+            const element = notificationHandlers[message.method];
+            if (element) {
+                notificationHandler = element.handler;
+                type = element.type;
             }
-            if (this._needsSemicolonAfter(decl) && !this.accept(_cssScanner__WEBPACK_IMPORTED_MODULE_0__["TokenType"].SemiColon)) {
-                return this.finish(node, _cssErrors__WEBPACK_IMPORTED_MODULE_2__["ParseError"].SemiColonExpected, [_cssScanner__WEBPACK_IMPORTED_MODULE_0__["TokenType"].SemiColon, _cssScanner__WEBPACK_IMPORTED_MODULE_0__["TokenType"].CurlyR]);
+        }
+        if (notificationHandler || starNotificationHandler) {
+            try {
+                traceReceivedNotification(message);
+                if (message.params === undefined || (type !== undefined && type.numberOfParams === 0)) {
+                    notificationHandler ? notificationHandler() : starNotificationHandler(message.method);
+                }
+                else if (Is.array(message.params) && (type === undefined || type.numberOfParams > 1)) {
+                    notificationHandler ? notificationHandler(...message.params) : starNotificationHandler(message.method, ...message.params);
+                }
+                else {
+                    notificationHandler ? notificationHandler(message.params) : starNotificationHandler(message.method, message.params);
+                }
             }
-            // We accepted semicolon token. Link it to declaration.
-            if (decl && this.prevToken && this.prevToken.type === _cssScanner__WEBPACK_IMPORTED_MODULE_0__["TokenType"].SemiColon) {
-                decl.semicolonPosition = this.prevToken.offset;
+            catch (error) {
+                if (error.message) {
+                    logger.error(`Notification handler '${message.method}' failed with message: ${error.message}`);
+                }
+                else {
+                    logger.error(`Notification handler '${message.method}' failed unexpectedly.`);
+                }
             }
-            while (this.accept(_cssScanner__WEBPACK_IMPORTED_MODULE_0__["TokenType"].SemiColon)) {
-                // accept empty statements
+        }
+        else {
+            unhandledNotificationEmitter.fire(message);
+        }
+    }
+    function handleInvalidMessage(message) {
+        if (!message) {
+            logger.error('Received empty message.');
+            return;
+        }
+        logger.error(`Received message which is neither a response nor a notification message:\n${JSON.stringify(message, null, 4)}`);
+        // Test whether we find an id to reject the promise
+        const responseMessage = message;
+        if (Is.string(responseMessage.id) || Is.number(responseMessage.id)) {
+            const key = String(responseMessage.id);
+            const responseHandler = responsePromises[key];
+            if (responseHandler) {
+                responseHandler.reject(new Error('The received response has neither a result nor an error property.'));
             }
-            decl = parseDeclaration();
         }
-        if (!this.accept(_cssScanner__WEBPACK_IMPORTED_MODULE_0__["TokenType"].CurlyR)) {
-            return this.finish(node, _cssErrors__WEBPACK_IMPORTED_MODULE_2__["ParseError"].RightCurlyExpected, [_cssScanner__WEBPACK_IMPORTED_MODULE_0__["TokenType"].CurlyR, _cssScanner__WEBPACK_IMPORTED_MODULE_0__["TokenType"].SemiColon]);
+    }
+    function traceSendingRequest(message) {
+        if (trace === Trace.Off || !tracer) {
+            return;
         }
-        return this.finish(node);
-    };
-    Parser.prototype._parseBody = function (node, parseDeclaration) {
-        if (!node.setDeclarations(this._parseDeclarations(parseDeclaration))) {
-            return this.finish(node, _cssErrors__WEBPACK_IMPORTED_MODULE_2__["ParseError"].LeftCurlyExpected, [_cssScanner__WEBPACK_IMPORTED_MODULE_0__["TokenType"].CurlyR, _cssScanner__WEBPACK_IMPORTED_MODULE_0__["TokenType"].SemiColon]);
+        if (traceFormat === TraceFormat.Text) {
+            let data = undefined;
+            if (trace === Trace.Verbose && message.params) {
+                data = `Params: ${JSON.stringify(message.params, null, 4)}\n\n`;
+            }
+            tracer.log(`Sending request '${message.method} - (${message.id})'.`, data);
         }
-        return this.finish(node);
-    };
-    Parser.prototype._parseSelector = function (isNested) {
-        var node = this.create(_cssNodes__WEBPACK_IMPORTED_MODULE_1__["Selector"]);
-        var hasContent = false;
-        if (isNested) {
-            // nested selectors can start with a combinator
-            hasContent = node.addChild(this._parseCombinator());
+        else {
+            logLSPMessage('send-request', message);
         }
-        while (node.addChild(this._parseSimpleSelector())) {
-            hasContent = true;
-            node.addChild(this._parseCombinator()); // optional
+    }
+    function traceSendingNotification(message) {
+        if (trace === Trace.Off || !tracer) {
+            return;
         }
-        return hasContent ? this.finish(node) : null;
-    };
-    Parser.prototype._parseDeclaration = function (resyncStopTokens) {
-        var node = this.create(_cssNodes__WEBPACK_IMPORTED_MODULE_1__["Declaration"]);
-        if (!node.setProperty(this._parseProperty())) {
-            return null;
+        if (traceFormat === TraceFormat.Text) {
+            let data = undefined;
+            if (trace === Trace.Verbose) {
+                if (message.params) {
+                    data = `Params: ${JSON.stringify(message.params, null, 4)}\n\n`;
+                }
+                else {
+                    data = 'No parameters provided.\n\n';
+                }
+            }
+            tracer.log(`Sending notification '${message.method}'.`, data);
         }
-        if (!this.accept(_cssScanner__WEBPACK_IMPORTED_MODULE_0__["TokenType"].Colon)) {
-            var stopTokens = resyncStopTokens ? __spreadArrays(resyncStopTokens, [_cssScanner__WEBPACK_IMPORTED_MODULE_0__["TokenType"].SemiColon]) : [_cssScanner__WEBPACK_IMPORTED_MODULE_0__["TokenType"].SemiColon];
-            return this.finish(node, _cssErrors__WEBPACK_IMPORTED_MODULE_2__["ParseError"].ColonExpected, [_cssScanner__WEBPACK_IMPORTED_MODULE_0__["TokenType"].Colon], stopTokens);
+        else {
+            logLSPMessage('send-notification', message);
         }
-        if (this.prevToken) {
-            node.colonPosition = this.prevToken.offset;
+    }
+    function traceSendingResponse(message, method, startTime) {
+        if (trace === Trace.Off || !tracer) {
+            return;
         }
-        if (!node.setValue(this._parseExpr())) {
-            return this.finish(node, _cssErrors__WEBPACK_IMPORTED_MODULE_2__["ParseError"].PropertyValueExpected);
+        if (traceFormat === TraceFormat.Text) {
+            let data = undefined;
+            if (trace === Trace.Verbose) {
+                if (message.error && message.error.data) {
+                    data = `Error data: ${JSON.stringify(message.error.data, null, 4)}\n\n`;
+                }
+                else {
+                    if (message.result) {
+                        data = `Result: ${JSON.stringify(message.result, null, 4)}\n\n`;
+                    }
+                    else if (message.error === undefined) {
+                        data = 'No result returned.\n\n';
+                    }
+                }
+            }
+            tracer.log(`Sending response '${method} - (${message.id})'. Processing request took ${Date.now() - startTime}ms`, data);
         }
-        node.addChild(this._parsePrio());
-        if (this.peek(_cssScanner__WEBPACK_IMPORTED_MODULE_0__["TokenType"].SemiColon)) {
-            node.semicolonPosition = this.token.offset; // not part of the declaration, but useful information for code assist
+        else {
+            logLSPMessage('send-response', message);
         }
-        return this.finish(node);
-    };
-    Parser.prototype._tryParseCustomPropertyDeclaration = function () {
-        if (!this.peekRegExp(_cssScanner__WEBPACK_IMPORTED_MODULE_0__["TokenType"].Ident, /^--/)) {
-            return null;
+    }
+    function traceReceivedRequest(message) {
+        if (trace === Trace.Off || !tracer) {
+            return;
         }
-        var node = this.create(_cssNodes__WEBPACK_IMPORTED_MODULE_1__["CustomPropertyDeclaration"]);
-        if (!node.setProperty(this._parseProperty())) {
-            return null;
+        if (traceFormat === TraceFormat.Text) {
+            let data = undefined;
+            if (trace === Trace.Verbose && message.params) {
+                data = `Params: ${JSON.stringify(message.params, null, 4)}\n\n`;
+            }
+            tracer.log(`Received request '${message.method} - (${message.id})'.`, data);
         }
-        if (!this.accept(_cssScanner__WEBPACK_IMPORTED_MODULE_0__["TokenType"].Colon)) {
-            return this.finish(node, _cssErrors__WEBPACK_IMPORTED_MODULE_2__["ParseError"].ColonExpected, [_cssScanner__WEBPACK_IMPORTED_MODULE_0__["TokenType"].Colon]);
+        else {
+            logLSPMessage('receive-request', message);
         }
-        if (this.prevToken) {
-            node.colonPosition = this.prevToken.offset;
+    }
+    function traceReceivedNotification(message) {
+        if (trace === Trace.Off || !tracer || message.method === LogTraceNotification.type.method) {
+            return;
         }
-        var mark = this.mark();
-        if (this.peek(_cssScanner__WEBPACK_IMPORTED_MODULE_0__["TokenType"].CurlyL)) {
-            // try to parse it as nested declaration
-            var propertySet = this.create(_cssNodes__WEBPACK_IMPORTED_MODULE_1__["CustomPropertySet"]);
-            var declarations = this._parseDeclarations(this._parseRuleSetDeclaration.bind(this));
-            if (propertySet.setDeclarations(declarations) && !declarations.isErroneous(true)) {
-                propertySet.addChild(this._parsePrio());
-                if (this.peek(_cssScanner__WEBPACK_IMPORTED_MODULE_0__["TokenType"].SemiColon)) {
-                    this.finish(propertySet);
-                    node.setPropertySet(propertySet);
-                    node.semicolonPosition = this.token.offset; // not part of the declaration, but useful information for code assist
-                    return this.finish(node);
+        if (traceFormat === TraceFormat.Text) {
+            let data = undefined;
+            if (trace === Trace.Verbose) {
+                if (message.params) {
+                    data = `Params: ${JSON.stringify(message.params, null, 4)}\n\n`;
+                }
+                else {
+                    data = 'No parameters provided.\n\n';
                 }
             }
-            this.restoreAtMark(mark);
+            tracer.log(`Received notification '${message.method}'.`, data);
         }
-        // try tp parse as expression
-        var expression = this._parseExpr();
-        if (expression && !expression.isErroneous(true)) {
-            this._parsePrio();
-            if (this.peek(_cssScanner__WEBPACK_IMPORTED_MODULE_0__["TokenType"].SemiColon)) {
-                node.setValue(expression);
-                node.semicolonPosition = this.token.offset; // not part of the declaration, but useful information for code assist
-                return this.finish(node);
-            }
+        else {
+            logLSPMessage('receive-notification', message);
         }
-        this.restoreAtMark(mark);
-        node.addChild(this._parseCustomPropertyValue());
-        node.addChild(this._parsePrio());
-        if (Object(_utils_objects__WEBPACK_IMPORTED_MODULE_4__["isDefined"])(node.colonPosition) && this.token.offset === node.colonPosition + 1) {
-            return this.finish(node, _cssErrors__WEBPACK_IMPORTED_MODULE_2__["ParseError"].PropertyValueExpected);
+    }
+    function traceReceivedResponse(message, responsePromise) {
+        if (trace === Trace.Off || !tracer) {
+            return;
         }
-        return this.finish(node);
-    };
-    /**
-     * Parse custom property values.
-     *
-     * Based on https://www.w3.org/TR/css-variables/#syntax
-     *
-     * This code is somewhat unusual, as the allowed syntax is incredibly broad,
-     * parsing almost any sequence of tokens, save for a small set of exceptions.
-     * Unbalanced delimitors, invalid tokens, and declaration
-     * terminators like semicolons and !important directives (when not inside
-     * of delimitors).
-     */
-    Parser.prototype._parseCustomPropertyValue = function () {
-        var node = this.create(_cssNodes__WEBPACK_IMPORTED_MODULE_1__["Node"]);
-        var isTopLevel = function () { return curlyDepth === 0 && parensDepth === 0 && bracketsDepth === 0; };
-        var curlyDepth = 0;
-        var parensDepth = 0;
-        var bracketsDepth = 0;
-        done: while (true) {
-            switch (this.token.type) {
-                case _cssScanner__WEBPACK_IMPORTED_MODULE_0__["TokenType"].SemiColon:
-                    // A semicolon only ends things if we're not inside a delimitor.
-                    if (isTopLevel()) {
-                        break done;
-                    }
-                    break;
-                case _cssScanner__WEBPACK_IMPORTED_MODULE_0__["TokenType"].Exclamation:
-                    // An exclamation ends the value if we're not inside delims.
-                    if (isTopLevel()) {
-                        break done;
-                    }
-                    break;
-                case _cssScanner__WEBPACK_IMPORTED_MODULE_0__["TokenType"].CurlyL:
-                    curlyDepth++;
-                    break;
-                case _cssScanner__WEBPACK_IMPORTED_MODULE_0__["TokenType"].CurlyR:
-                    curlyDepth--;
-                    if (curlyDepth < 0) {
-                        // The property value has been terminated without a semicolon, and
-                        // this is the last declaration in the ruleset.
-                        if (parensDepth === 0 && bracketsDepth === 0) {
-                            break done;
-                        }
-                        return this.finish(node, _cssErrors__WEBPACK_IMPORTED_MODULE_2__["ParseError"].LeftCurlyExpected);
-                    }
-                    break;
-                case _cssScanner__WEBPACK_IMPORTED_MODULE_0__["TokenType"].ParenthesisL:
-                    parensDepth++;
-                    break;
-                case _cssScanner__WEBPACK_IMPORTED_MODULE_0__["TokenType"].ParenthesisR:
-                    parensDepth--;
-                    if (parensDepth < 0) {
-                        return this.finish(node, _cssErrors__WEBPACK_IMPORTED_MODULE_2__["ParseError"].LeftParenthesisExpected);
-                    }
-                    break;
-                case _cssScanner__WEBPACK_IMPORTED_MODULE_0__["TokenType"].BracketL:
-                    bracketsDepth++;
-                    break;
-                case _cssScanner__WEBPACK_IMPORTED_MODULE_0__["TokenType"].BracketR:
-                    bracketsDepth--;
-                    if (bracketsDepth < 0) {
-                        return this.finish(node, _cssErrors__WEBPACK_IMPORTED_MODULE_2__["ParseError"].LeftSquareBracketExpected);
-                    }
-                    break;
-                case _cssScanner__WEBPACK_IMPORTED_MODULE_0__["TokenType"].BadString: // fall through
-                    break done;
-                case _cssScanner__WEBPACK_IMPORTED_MODULE_0__["TokenType"].EOF:
-                    // We shouldn't have reached the end of input, something is
-                    // unterminated.
-                    var error = _cssErrors__WEBPACK_IMPORTED_MODULE_2__["ParseError"].RightCurlyExpected;
-                    if (bracketsDepth > 0) {
-                        error = _cssErrors__WEBPACK_IMPORTED_MODULE_2__["ParseError"].RightSquareBracketExpected;
+        if (traceFormat === TraceFormat.Text) {
+            let data = undefined;
+            if (trace === Trace.Verbose) {
+                if (message.error && message.error.data) {
+                    data = `Error data: ${JSON.stringify(message.error.data, null, 4)}\n\n`;
+                }
+                else {
+                    if (message.result) {
+                        data = `Result: ${JSON.stringify(message.result, null, 4)}\n\n`;
                     }
-                    else if (parensDepth > 0) {
-                        error = _cssErrors__WEBPACK_IMPORTED_MODULE_2__["ParseError"].RightParenthesisExpected;
+                    else if (message.error === undefined) {
+                        data = 'No result returned.\n\n';
                     }
-                    return this.finish(node, error);
+                }
             }
-            this.consumeToken();
-        }
-        return this.finish(node);
-    };
-    Parser.prototype._tryToParseDeclaration = function () {
-        var mark = this.mark();
-        if (this._parseProperty() && this.accept(_cssScanner__WEBPACK_IMPORTED_MODULE_0__["TokenType"].Colon)) {
-            // looks like a declaration, go ahead
-            this.restoreAtMark(mark);
-            return this._parseDeclaration();
-        }
-        this.restoreAtMark(mark);
-        return null;
-    };
-    Parser.prototype._parseProperty = function () {
-        var node = this.create(_cssNodes__WEBPACK_IMPORTED_MODULE_1__["Property"]);
-        var mark = this.mark();
-        if (this.acceptDelim('*') || this.acceptDelim('_')) {
-            // support for  IE 5.x, 6 and 7 star hack: see http://en.wikipedia.org/wiki/CSS_filter#Star_hack
-            if (this.hasWhitespace()) {
-                this.restoreAtMark(mark);
-                return null;
+            if (responsePromise) {
+                const error = message.error ? ` Request failed: ${message.error.message} (${message.error.code}).` : '';
+                tracer.log(`Received response '${responsePromise.method} - (${message.id})' in ${Date.now() - responsePromise.timerStart}ms.${error}`, data);
+            }
+            else {
+                tracer.log(`Received response ${message.id} without active response promise.`, data);
             }
         }
-        if (node.setIdentifier(this._parsePropertyIdentifier())) {
-            return this.finish(node);
-        }
-        return null;
-    };
-    Parser.prototype._parsePropertyIdentifier = function () {
-        return this._parseIdent();
-    };
-    Parser.prototype._parseCharset = function () {
-        if (!this.peek(_cssScanner__WEBPACK_IMPORTED_MODULE_0__["TokenType"].Charset)) {
-            return null;
+        else {
+            logLSPMessage('receive-response', message);
         }
-        var node = this.create(_cssNodes__WEBPACK_IMPORTED_MODULE_1__["Node"]);
-        this.consumeToken(); // charset
-        if (!this.accept(_cssScanner__WEBPACK_IMPORTED_MODULE_0__["TokenType"].String)) {
-            return this.finish(node, _cssErrors__WEBPACK_IMPORTED_MODULE_2__["ParseError"].IdentifierExpected);
+    }
+    function logLSPMessage(type, message) {
+        if (!tracer || trace === Trace.Off) {
+            return;
         }
-        if (!this.accept(_cssScanner__WEBPACK_IMPORTED_MODULE_0__["TokenType"].SemiColon)) {
-            return this.finish(node, _cssErrors__WEBPACK_IMPORTED_MODULE_2__["ParseError"].SemiColonExpected);
+        const lspMessage = {
+            isLSPMessage: true,
+            type,
+            message,
+            timestamp: Date.now()
+        };
+        tracer.log(lspMessage);
+    }
+    function throwIfClosedOrDisposed() {
+        if (isClosed()) {
+            throw new ConnectionError(ConnectionErrors.Closed, 'Connection is closed.');
         }
-        return this.finish(node);
-    };
-    Parser.prototype._parseImport = function () {
-        if (!this.peekKeyword('@import')) {
-            return null;
+        if (isDisposed()) {
+            throw new ConnectionError(ConnectionErrors.Disposed, 'Connection is disposed.');
         }
-        var node = this.create(_cssNodes__WEBPACK_IMPORTED_MODULE_1__["Import"]);
-        this.consumeToken(); // @import
-        if (!node.addChild(this._parseURILiteral()) && !node.addChild(this._parseStringLiteral())) {
-            return this.finish(node, _cssErrors__WEBPACK_IMPORTED_MODULE_2__["ParseError"].URIOrStringExpected);
+    }
+    function throwIfListening() {
+        if (isListening()) {
+            throw new ConnectionError(ConnectionErrors.AlreadyListening, 'Connection is already listening');
         }
-        if (!this.peek(_cssScanner__WEBPACK_IMPORTED_MODULE_0__["TokenType"].SemiColon) && !this.peek(_cssScanner__WEBPACK_IMPORTED_MODULE_0__["TokenType"].EOF)) {
-            node.setMedialist(this._parseMediaQueryList());
+    }
+    function throwIfNotListening() {
+        if (!isListening()) {
+            throw new Error('Call listen() first.');
         }
-        return this.finish(node);
-    };
-    Parser.prototype._parseNamespace = function () {
-        // http://www.w3.org/TR/css3-namespace/
-        // namespace  : NAMESPACE_SYM S* [IDENT S*]? [STRING|URI] S* ';' S*
-        if (!this.peekKeyword('@namespace')) {
+    }
+    function undefinedToNull(param) {
+        if (param === undefined) {
             return null;
         }
-        var node = this.create(_cssNodes__WEBPACK_IMPORTED_MODULE_1__["Namespace"]);
-        this.consumeToken(); // @namespace
-        if (!node.addChild(this._parseURILiteral())) { // url literal also starts with ident
-            node.addChild(this._parseIdent()); // optional prefix
-            if (!node.addChild(this._parseURILiteral()) && !node.addChild(this._parseStringLiteral())) {
-                return this.finish(node, _cssErrors__WEBPACK_IMPORTED_MODULE_2__["ParseError"].URIExpected, [_cssScanner__WEBPACK_IMPORTED_MODULE_0__["TokenType"].SemiColon]);
-            }
+        else {
+            return param;
         }
-        if (!this.accept(_cssScanner__WEBPACK_IMPORTED_MODULE_0__["TokenType"].SemiColon)) {
-            return this.finish(node, _cssErrors__WEBPACK_IMPORTED_MODULE_2__["ParseError"].SemiColonExpected);
+    }
+    function computeMessageParams(type, params) {
+        let result;
+        const numberOfParams = type.numberOfParams;
+        switch (numberOfParams) {
+            case 0:
+                result = null;
+                break;
+            case 1:
+                result = undefinedToNull(params[0]);
+                break;
+            default:
+                result = [];
+                for (let i = 0; i < params.length && i < numberOfParams; i++) {
+                    result.push(undefinedToNull(params[i]));
+                }
+                if (params.length < numberOfParams) {
+                    for (let i = params.length; i < numberOfParams; i++) {
+                        result.push(null);
+                    }
+                }
+                break;
         }
-        return this.finish(node);
-    };
-    Parser.prototype._parseFontFace = function () {
-        if (!this.peekKeyword('@font-face')) {
-            return null;
-        }
-        var node = this.create(_cssNodes__WEBPACK_IMPORTED_MODULE_1__["FontFace"]);
-        this.consumeToken(); // @font-face
-        return this._parseBody(node, this._parseRuleSetDeclaration.bind(this));
-    };
-    Parser.prototype._parseViewPort = function () {
-        if (!this.peekKeyword('@-ms-viewport') &&
-            !this.peekKeyword('@-o-viewport') &&
-            !this.peekKeyword('@viewport')) {
-            return null;
-        }
-        var node = this.create(_cssNodes__WEBPACK_IMPORTED_MODULE_1__["ViewPort"]);
-        this.consumeToken(); // @-ms-viewport
-        return this._parseBody(node, this._parseRuleSetDeclaration.bind(this));
-    };
-    Parser.prototype._parseKeyframe = function () {
-        if (!this.peekRegExp(_cssScanner__WEBPACK_IMPORTED_MODULE_0__["TokenType"].AtKeyword, this.keyframeRegex)) {
-            return null;
-        }
-        var node = this.create(_cssNodes__WEBPACK_IMPORTED_MODULE_1__["Keyframe"]);
-        var atNode = this.create(_cssNodes__WEBPACK_IMPORTED_MODULE_1__["Node"]);
-        this.consumeToken(); // atkeyword
-        node.setKeyword(this.finish(atNode));
-        if (atNode.matches('@-ms-keyframes')) { // -ms-keyframes never existed
-            this.markError(atNode, _cssErrors__WEBPACK_IMPORTED_MODULE_2__["ParseError"].UnknownKeyword);
-        }
-        if (!node.setIdentifier(this._parseKeyframeIdent())) {
-            return this.finish(node, _cssErrors__WEBPACK_IMPORTED_MODULE_2__["ParseError"].IdentifierExpected, [_cssScanner__WEBPACK_IMPORTED_MODULE_0__["TokenType"].CurlyR]);
-        }
-        return this._parseBody(node, this._parseKeyframeSelector.bind(this));
-    };
-    Parser.prototype._parseKeyframeIdent = function () {
-        return this._parseIdent([_cssNodes__WEBPACK_IMPORTED_MODULE_1__["ReferenceType"].Keyframe]);
-    };
-    Parser.prototype._parseKeyframeSelector = function () {
-        var node = this.create(_cssNodes__WEBPACK_IMPORTED_MODULE_1__["KeyframeSelector"]);
-        if (!node.addChild(this._parseIdent()) && !this.accept(_cssScanner__WEBPACK_IMPORTED_MODULE_0__["TokenType"].Percentage)) {
-            return null;
-        }
-        while (this.accept(_cssScanner__WEBPACK_IMPORTED_MODULE_0__["TokenType"].Comma)) {
-            if (!node.addChild(this._parseIdent()) && !this.accept(_cssScanner__WEBPACK_IMPORTED_MODULE_0__["TokenType"].Percentage)) {
-                return this.finish(node, _cssErrors__WEBPACK_IMPORTED_MODULE_2__["ParseError"].PercentageExpected);
-            }
-        }
-        return this._parseBody(node, this._parseRuleSetDeclaration.bind(this));
-    };
-    Parser.prototype._tryParseKeyframeSelector = function () {
-        var node = this.create(_cssNodes__WEBPACK_IMPORTED_MODULE_1__["KeyframeSelector"]);
-        var pos = this.mark();
-        if (!node.addChild(this._parseIdent()) && !this.accept(_cssScanner__WEBPACK_IMPORTED_MODULE_0__["TokenType"].Percentage)) {
-            return null;
-        }
-        while (this.accept(_cssScanner__WEBPACK_IMPORTED_MODULE_0__["TokenType"].Comma)) {
-            if (!node.addChild(this._parseIdent()) && !this.accept(_cssScanner__WEBPACK_IMPORTED_MODULE_0__["TokenType"].Percentage)) {
-                this.restoreAtMark(pos);
-                return null;
-            }
-        }
-        if (!this.peek(_cssScanner__WEBPACK_IMPORTED_MODULE_0__["TokenType"].CurlyL)) {
-            this.restoreAtMark(pos);
-            return null;
-        }
-        return this._parseBody(node, this._parseRuleSetDeclaration.bind(this));
-    };
-    Parser.prototype._parseSupports = function (isNested) {
-        if (isNested === void 0) { isNested = false; }
-        // SUPPORTS_SYM S* supports_condition '{' S* ruleset* '}' S*
-        if (!this.peekKeyword('@supports')) {
-            return null;
-        }
-        var node = this.create(_cssNodes__WEBPACK_IMPORTED_MODULE_1__["Supports"]);
-        this.consumeToken(); // @supports
-        node.addChild(this._parseSupportsCondition());
-        return this._parseBody(node, this._parseSupportsDeclaration.bind(this, isNested));
-    };
-    Parser.prototype._parseSupportsDeclaration = function (isNested) {
-        if (isNested === void 0) { isNested = false; }
-        if (isNested) {
-            // if nested, the body can contain rulesets, but also declarations
-            return this._tryParseRuleset(true)
-                || this._tryToParseDeclaration()
-                || this._parseStylesheetStatement(true);
-        }
-        return this._parseStylesheetStatement(false);
-    };
-    Parser.prototype._parseSupportsCondition = function () {
-        // supports_condition : supports_negation | supports_conjunction | supports_disjunction | supports_condition_in_parens ;
-        // supports_condition_in_parens: ( '(' S* supports_condition S* ')' ) | supports_declaration_condition | general_enclosed ;
-        // supports_negation: NOT S+ supports_condition_in_parens ;
-        // supports_conjunction: supports_condition_in_parens ( S+ AND S+ supports_condition_in_parens )+;
-        // supports_disjunction: supports_condition_in_parens ( S+ OR S+ supports_condition_in_parens )+;
-        // supports_declaration_condition: '(' S* declaration ')';
-        // general_enclosed: ( FUNCTION | '(' ) ( any | unused )* ')' ;
-        var node = this.create(_cssNodes__WEBPACK_IMPORTED_MODULE_1__["SupportsCondition"]);
-        if (this.acceptIdent('not')) {
-            node.addChild(this._parseSupportsConditionInParens());
-        }
-        else {
-            node.addChild(this._parseSupportsConditionInParens());
-            if (this.peekRegExp(_cssScanner__WEBPACK_IMPORTED_MODULE_0__["TokenType"].Ident, /^(and|or)$/i)) {
-                var text = this.token.text.toLowerCase();
-                while (this.acceptIdent(text)) {
-                    node.addChild(this._parseSupportsConditionInParens());
+        return result;
+    }
+    const connection = {
+        sendNotification: (type, ...params) => {
+            throwIfClosedOrDisposed();
+            let method;
+            let messageParams;
+            if (Is.string(type)) {
+                method = type;
+                switch (params.length) {
+                    case 0:
+                        messageParams = null;
+                        break;
+                    case 1:
+                        messageParams = params[0];
+                        break;
+                    default:
+                        messageParams = params;
+                        break;
                 }
             }
-        }
-        return this.finish(node);
-    };
-    Parser.prototype._parseSupportsConditionInParens = function () {
-        var node = this.create(_cssNodes__WEBPACK_IMPORTED_MODULE_1__["SupportsCondition"]);
-        if (this.accept(_cssScanner__WEBPACK_IMPORTED_MODULE_0__["TokenType"].ParenthesisL)) {
-            if (this.prevToken) {
-                node.lParent = this.prevToken.offset;
+            else {
+                method = type.method;
+                messageParams = computeMessageParams(type, params);
             }
-            if (!node.addChild(this._tryToParseDeclaration())) {
-                if (!this._parseSupportsCondition()) {
-                    return this.finish(node, _cssErrors__WEBPACK_IMPORTED_MODULE_2__["ParseError"].ConditionExpected);
-                }
+            const notificationMessage = {
+                jsonrpc: version,
+                method: method,
+                params: messageParams
+            };
+            traceSendingNotification(notificationMessage);
+            messageWriter.write(notificationMessage);
+        },
+        onNotification: (type, handler) => {
+            throwIfClosedOrDisposed();
+            if (Is.func(type)) {
+                starNotificationHandler = type;
             }
-            if (!this.accept(_cssScanner__WEBPACK_IMPORTED_MODULE_0__["TokenType"].ParenthesisR)) {
-                return this.finish(node, _cssErrors__WEBPACK_IMPORTED_MODULE_2__["ParseError"].RightParenthesisExpected, [_cssScanner__WEBPACK_IMPORTED_MODULE_0__["TokenType"].ParenthesisR], []);
+            else if (handler) {
+                if (Is.string(type)) {
+                    notificationHandlers[type] = { type: undefined, handler };
+                }
+                else {
+                    notificationHandlers[type.method] = { type, handler };
+                }
             }
-            if (this.prevToken) {
-                node.rParent = this.prevToken.offset;
+        },
+        onProgress: (_type, token, handler) => {
+            if (progressHandlers.has(token)) {
+                throw new Error(`Progress handler for token ${token} already registered`);
             }
-            return this.finish(node);
-        }
-        else if (this.peek(_cssScanner__WEBPACK_IMPORTED_MODULE_0__["TokenType"].Ident)) {
-            var pos = this.mark();
-            this.consumeToken();
-            if (!this.hasWhitespace() && this.accept(_cssScanner__WEBPACK_IMPORTED_MODULE_0__["TokenType"].ParenthesisL)) {
-                var openParentCount = 1;
-                while (this.token.type !== _cssScanner__WEBPACK_IMPORTED_MODULE_0__["TokenType"].EOF && openParentCount !== 0) {
-                    if (this.token.type === _cssScanner__WEBPACK_IMPORTED_MODULE_0__["TokenType"].ParenthesisL) {
-                        openParentCount++;
-                    }
-                    else if (this.token.type === _cssScanner__WEBPACK_IMPORTED_MODULE_0__["TokenType"].ParenthesisR) {
-                        openParentCount--;
-                    }
-                    this.consumeToken();
+            progressHandlers.set(token, handler);
+            return {
+                dispose: () => {
+                    progressHandlers.delete(token);
+                }
+            };
+        },
+        sendProgress: (_type, token, value) => {
+            connection.sendNotification(ProgressNotification.type, { token, value });
+        },
+        onUnhandledProgress: unhandledProgressEmitter.event,
+        sendRequest: (type, ...params) => {
+            throwIfClosedOrDisposed();
+            throwIfNotListening();
+            let method;
+            let messageParams;
+            let token = undefined;
+            if (Is.string(type)) {
+                method = type;
+                switch (params.length) {
+                    case 0:
+                        messageParams = null;
+                        break;
+                    case 1:
+                        // The cancellation token is optional so it can also be undefined.
+                        if (cancellation_1.CancellationToken.is(params[0])) {
+                            messageParams = null;
+                            token = params[0];
+                        }
+                        else {
+                            messageParams = undefinedToNull(params[0]);
+                        }
+                        break;
+                    default:
+                        const last = params.length - 1;
+                        if (cancellation_1.CancellationToken.is(params[last])) {
+                            token = params[last];
+                            if (params.length === 2) {
+                                messageParams = undefinedToNull(params[0]);
+                            }
+                            else {
+                                messageParams = params.slice(0, last).map(value => undefinedToNull(value));
+                            }
+                        }
+                        else {
+                            messageParams = params.map(value => undefinedToNull(value));
+                        }
+                        break;
                 }
-                return this.finish(node);
             }
             else {
-                this.restoreAtMark(pos);
+                method = type.method;
+                messageParams = computeMessageParams(type, params);
+                const numberOfParams = type.numberOfParams;
+                token = cancellation_1.CancellationToken.is(params[numberOfParams]) ? params[numberOfParams] : undefined;
+            }
+            const id = sequenceNumber++;
+            let disposable;
+            if (token) {
+                disposable = token.onCancellationRequested(() => {
+                    cancellationStrategy.sender.sendCancellation(connection, id);
+                });
             }
-        }
-        return this.finish(node, _cssErrors__WEBPACK_IMPORTED_MODULE_2__["ParseError"].LeftParenthesisExpected, [], [_cssScanner__WEBPACK_IMPORTED_MODULE_0__["TokenType"].ParenthesisL]);
-    };
-    Parser.prototype._parseMediaDeclaration = function (isNested) {
-        if (isNested === void 0) { isNested = false; }
-        if (isNested) {
-            // if nested, the body can contain rulesets, but also declarations
-            return this._tryParseRuleset(true)
-                || this._tryToParseDeclaration()
-                || this._parseStylesheetStatement(true);
-        }
-        return this._parseStylesheetStatement(false);
-    };
-    Parser.prototype._parseMedia = function (isNested) {
-        if (isNested === void 0) { isNested = false; }
-        // MEDIA_SYM S* media_query_list '{' S* ruleset* '}' S*
-        // media_query_list : S* [media_query [ ',' S* media_query ]* ]?
-        if (!this.peekKeyword('@media')) {
-            return null;
-        }
-        var node = this.create(_cssNodes__WEBPACK_IMPORTED_MODULE_1__["Media"]);
-        this.consumeToken(); // @media
-        if (!node.addChild(this._parseMediaQueryList())) {
-            return this.finish(node, _cssErrors__WEBPACK_IMPORTED_MODULE_2__["ParseError"].MediaQueryExpected);
-        }
-        return this._parseBody(node, this._parseMediaDeclaration.bind(this, isNested));
-    };
-    Parser.prototype._parseMediaQueryList = function () {
-        var node = this.create(_cssNodes__WEBPACK_IMPORTED_MODULE_1__["Medialist"]);
-        if (!node.addChild(this._parseMediaQuery([_cssScanner__WEBPACK_IMPORTED_MODULE_0__["TokenType"].CurlyL]))) {
-            return this.finish(node, _cssErrors__WEBPACK_IMPORTED_MODULE_2__["ParseError"].MediaQueryExpected);
-        }
-        while (this.accept(_cssScanner__WEBPACK_IMPORTED_MODULE_0__["TokenType"].Comma)) {
-            if (!node.addChild(this._parseMediaQuery([_cssScanner__WEBPACK_IMPORTED_MODULE_0__["TokenType"].CurlyL]))) {
-                return this.finish(node, _cssErrors__WEBPACK_IMPORTED_MODULE_2__["ParseError"].MediaQueryExpected);
+            const result = new Promise((resolve, reject) => {
+                const requestMessage = {
+                    jsonrpc: version,
+                    id: id,
+                    method: method,
+                    params: messageParams
+                };
+                const resolveWithCleanup = (r) => {
+                    resolve(r);
+                    cancellationStrategy.sender.cleanup(id);
+                    disposable === null || disposable === void 0 ? void 0 : disposable.dispose();
+                };
+                const rejectWithCleanup = (r) => {
+                    reject(r);
+                    cancellationStrategy.sender.cleanup(id);
+                    disposable === null || disposable === void 0 ? void 0 : disposable.dispose();
+                };
+                let responsePromise = { method: method, timerStart: Date.now(), resolve: resolveWithCleanup, reject: rejectWithCleanup };
+                traceSendingRequest(requestMessage);
+                try {
+                    messageWriter.write(requestMessage);
+                }
+                catch (e) {
+                    // Writing the message failed. So we need to reject the promise.
+                    responsePromise.reject(new messages_1.ResponseError(messages_1.ErrorCodes.MessageWriteError, e.message ? e.message : 'Unknown reason'));
+                    responsePromise = null;
+                }
+                if (responsePromise) {
+                    responsePromises[String(id)] = responsePromise;
+                }
+            });
+            return result;
+        },
+        onRequest: (type, handler) => {
+            throwIfClosedOrDisposed();
+            if (Is.func(type)) {
+                starRequestHandler = type;
             }
-        }
-        return this.finish(node);
-    };
-    Parser.prototype._parseMediaQuery = function (resyncStopToken) {
-        // http://www.w3.org/TR/css3-mediaqueries/
-        // media_query : [ONLY | NOT]? S* IDENT S* [ AND S* expression ]* | expression [ AND S* expression ]*
-        // expression : '(' S* IDENT S* [ ':' S* expr ]? ')' S*
-        var node = this.create(_cssNodes__WEBPACK_IMPORTED_MODULE_1__["MediaQuery"]);
-        var parseExpression = true;
-        var hasContent = false;
-        if (!this.peek(_cssScanner__WEBPACK_IMPORTED_MODULE_0__["TokenType"].ParenthesisL)) {
-            if (this.acceptIdent('only') || this.acceptIdent('not')) {
-                // optional
+            else if (handler) {
+                if (Is.string(type)) {
+                    requestHandlers[type] = { type: undefined, handler };
+                }
+                else {
+                    requestHandlers[type.method] = { type, handler };
+                }
             }
-            if (!node.addChild(this._parseIdent())) {
-                return null;
+        },
+        trace: (_value, _tracer, sendNotificationOrTraceOptions) => {
+            let _sendNotification = false;
+            let _traceFormat = TraceFormat.Text;
+            if (sendNotificationOrTraceOptions !== undefined) {
+                if (Is.boolean(sendNotificationOrTraceOptions)) {
+                    _sendNotification = sendNotificationOrTraceOptions;
+                }
+                else {
+                    _sendNotification = sendNotificationOrTraceOptions.sendNotification || false;
+                    _traceFormat = sendNotificationOrTraceOptions.traceFormat || TraceFormat.Text;
+                }
             }
-            hasContent = true;
-            parseExpression = this.acceptIdent('and');
-        }
-        while (parseExpression) {
-            // Allow short-circuting for other language constructs.
-            if (node.addChild(this._parseMediaContentStart())) {
-                parseExpression = this.acceptIdent('and');
-                continue;
+            trace = _value;
+            traceFormat = _traceFormat;
+            if (trace === Trace.Off) {
+                tracer = undefined;
             }
-            if (!this.accept(_cssScanner__WEBPACK_IMPORTED_MODULE_0__["TokenType"].ParenthesisL)) {
-                if (hasContent) {
-                    return this.finish(node, _cssErrors__WEBPACK_IMPORTED_MODULE_2__["ParseError"].LeftParenthesisExpected, [], resyncStopToken);
-                }
-                return null;
+            else {
+                tracer = _tracer;
             }
-            if (!node.addChild(this._parseMediaFeatureName())) {
-                return this.finish(node, _cssErrors__WEBPACK_IMPORTED_MODULE_2__["ParseError"].IdentifierExpected, [], resyncStopToken);
+            if (_sendNotification && !isClosed() && !isDisposed()) {
+                connection.sendNotification(SetTraceNotification.type, { value: Trace.toString(_value) });
             }
-            if (this.accept(_cssScanner__WEBPACK_IMPORTED_MODULE_0__["TokenType"].Colon)) {
-                if (!node.addChild(this._parseExpr())) {
-                    return this.finish(node, _cssErrors__WEBPACK_IMPORTED_MODULE_2__["ParseError"].TermExpected, [], resyncStopToken);
-                }
+        },
+        onError: errorEmitter.event,
+        onClose: closeEmitter.event,
+        onUnhandledNotification: unhandledNotificationEmitter.event,
+        onDispose: disposeEmitter.event,
+        dispose: () => {
+            if (isDisposed()) {
+                return;
             }
-            if (!this.accept(_cssScanner__WEBPACK_IMPORTED_MODULE_0__["TokenType"].ParenthesisR)) {
-                return this.finish(node, _cssErrors__WEBPACK_IMPORTED_MODULE_2__["ParseError"].RightParenthesisExpected, [], resyncStopToken);
+            state = ConnectionState.Disposed;
+            disposeEmitter.fire(undefined);
+            const error = new Error('Connection got disposed.');
+            Object.keys(responsePromises).forEach((key) => {
+                responsePromises[key].reject(error);
+            });
+            responsePromises = Object.create(null);
+            requestTokens = Object.create(null);
+            messageQueue = new linkedMap_1.LinkedMap();
+            // Test for backwards compatibility
+            if (Is.func(messageWriter.dispose)) {
+                messageWriter.dispose();
             }
-            parseExpression = this.acceptIdent('and');
-        }
-        return this.finish(node);
-    };
-    Parser.prototype._parseMediaContentStart = function () {
-        return null;
-    };
-    Parser.prototype._parseMediaFeatureName = function () {
-        return this._parseIdent();
-    };
-    Parser.prototype._parseMedium = function () {
-        var node = this.create(_cssNodes__WEBPACK_IMPORTED_MODULE_1__["Node"]);
-        if (node.addChild(this._parseIdent())) {
-            return this.finish(node);
-        }
-        else {
-            return null;
-        }
-    };
-    Parser.prototype._parsePageDeclaration = function () {
-        return this._parsePageMarginBox() || this._parseRuleSetDeclaration();
-    };
-    Parser.prototype._parsePage = function () {
-        // http://www.w3.org/TR/css3-page/
-        // page_rule : PAGE_SYM S* page_selector_list '{' S* page_body '}' S*
-        // page_body :  /* Can be empty */ declaration? [ ';' S* page_body ]? | page_margin_box page_body
-        if (!this.peekKeyword('@page')) {
-            return null;
-        }
-        var node = this.create(_cssNodes__WEBPACK_IMPORTED_MODULE_1__["Page"]);
-        this.consumeToken();
-        if (node.addChild(this._parsePageSelector())) {
-            while (this.accept(_cssScanner__WEBPACK_IMPORTED_MODULE_0__["TokenType"].Comma)) {
-                if (!node.addChild(this._parsePageSelector())) {
-                    return this.finish(node, _cssErrors__WEBPACK_IMPORTED_MODULE_2__["ParseError"].IdentifierExpected);
-                }
+            if (Is.func(messageReader.dispose)) {
+                messageReader.dispose();
             }
+        },
+        listen: () => {
+            throwIfClosedOrDisposed();
+            throwIfListening();
+            state = ConnectionState.Listening;
+            messageReader.listen(callback);
+        },
+        inspect: () => {
+            // eslint-disable-next-line no-console
+            ral_1.default().console.log('inspect');
         }
-        return this._parseBody(node, this._parsePageDeclaration.bind(this));
     };
-    Parser.prototype._parsePageMarginBox = function () {
-        // page_margin_box :  margin_sym S* '{' S* declaration? [ ';' S* declaration? ]* '}' S*
-        if (!this.peek(_cssScanner__WEBPACK_IMPORTED_MODULE_0__["TokenType"].AtKeyword)) {
-            return null;
+    connection.onNotification(LogTraceNotification.type, (params) => {
+        if (trace === Trace.Off || !tracer) {
+            return;
         }
-        var node = this.create(_cssNodes__WEBPACK_IMPORTED_MODULE_1__["PageBoxMarginBox"]);
-        if (!this.acceptOneKeyword(_languageFacts_facts__WEBPACK_IMPORTED_MODULE_3__["pageBoxDirectives"])) {
-            this.markError(node, _cssErrors__WEBPACK_IMPORTED_MODULE_2__["ParseError"].UnknownAtRule, [], [_cssScanner__WEBPACK_IMPORTED_MODULE_0__["TokenType"].CurlyL]);
+        tracer.log(params.message, trace === Trace.Verbose ? params.verbose : undefined);
+    });
+    connection.onNotification(ProgressNotification.type, (params) => {
+        const handler = progressHandlers.get(params.token);
+        if (handler) {
+            handler(params.value);
         }
-        return this._parseBody(node, this._parseRuleSetDeclaration.bind(this));
-    };
-    Parser.prototype._parsePageSelector = function () {
-        // page_selector : pseudo_page+ | IDENT pseudo_page*
-        // pseudo_page :  ':' [ "left" | "right" | "first" | "blank" ];
-        if (!this.peek(_cssScanner__WEBPACK_IMPORTED_MODULE_0__["TokenType"].Ident) && !this.peek(_cssScanner__WEBPACK_IMPORTED_MODULE_0__["TokenType"].Colon)) {
-            return null;
+        else {
+            unhandledProgressEmitter.fire(params);
         }
-        var node = this.create(_cssNodes__WEBPACK_IMPORTED_MODULE_1__["Node"]);
-        node.addChild(this._parseIdent()); // optional ident
-        if (this.accept(_cssScanner__WEBPACK_IMPORTED_MODULE_0__["TokenType"].Colon)) {
-            if (!node.addChild(this._parseIdent())) { // optional ident
-                return this.finish(node, _cssErrors__WEBPACK_IMPORTED_MODULE_2__["ParseError"].IdentifierExpected);
-            }
+    });
+    return connection;
+}
+exports.createMessageConnection = createMessageConnection;
+//# sourceMappingURL=connection.js.map
+
+/***/ }),
+/* 20 */
+/***/ ((__unused_webpack_module, exports) => {
+
+
+/*---------------------------------------------------------------------------------------------
+ *  Copyright (c) Microsoft Corporation. All rights reserved.
+ *  Licensed under the MIT License. See License.txt in the project root for license information.
+ *--------------------------------------------------------------------------------------------*/
+Object.defineProperty(exports, "__esModule", ({ value: true }));
+var Touch;
+(function (Touch) {
+    Touch.None = 0;
+    Touch.First = 1;
+    Touch.AsOld = Touch.First;
+    Touch.Last = 2;
+    Touch.AsNew = Touch.Last;
+})(Touch = exports.Touch || (exports.Touch = {}));
+class LinkedMap {
+    constructor() {
+        this[Symbol.toStringTag] = 'LinkedMap';
+        this._map = new Map();
+        this._head = undefined;
+        this._tail = undefined;
+        this._size = 0;
+        this._state = 0;
+    }
+    clear() {
+        this._map.clear();
+        this._head = undefined;
+        this._tail = undefined;
+        this._size = 0;
+        this._state++;
+    }
+    isEmpty() {
+        return !this._head && !this._tail;
+    }
+    get size() {
+        return this._size;
+    }
+    get first() {
+        var _a;
+        return (_a = this._head) === null || _a === void 0 ? void 0 : _a.value;
+    }
+    get last() {
+        var _a;
+        return (_a = this._tail) === null || _a === void 0 ? void 0 : _a.value;
+    }
+    has(key) {
+        return this._map.has(key);
+    }
+    get(key, touch = Touch.None) {
+        const item = this._map.get(key);
+        if (!item) {
+            return undefined;
         }
-        return this.finish(node);
-    };
-    Parser.prototype._parseDocument = function () {
-        // -moz-document is experimental but has been pushed to css4
-        if (!this.peekKeyword('@-moz-document')) {
-            return null;
+        if (touch !== Touch.None) {
+            this.touch(item, touch);
         }
-        var node = this.create(_cssNodes__WEBPACK_IMPORTED_MODULE_1__["Document"]);
-        this.consumeToken(); // @-moz-document
-        this.resync([], [_cssScanner__WEBPACK_IMPORTED_MODULE_0__["TokenType"].CurlyL]); // ignore all the rules
-        return this._parseBody(node, this._parseStylesheetStatement.bind(this));
-    };
-    // https://www.w3.org/TR/css-syntax-3/#consume-an-at-rule
-    Parser.prototype._parseUnknownAtRule = function () {
-        if (!this.peek(_cssScanner__WEBPACK_IMPORTED_MODULE_0__["TokenType"].AtKeyword)) {
-            return null;
+        return item.value;
+    }
+    set(key, value, touch = Touch.None) {
+        let item = this._map.get(key);
+        if (item) {
+            item.value = value;
+            if (touch !== Touch.None) {
+                this.touch(item, touch);
+            }
         }
-        var node = this.create(_cssNodes__WEBPACK_IMPORTED_MODULE_1__["UnknownAtRule"]);
-        node.addChild(this._parseUnknownAtRuleName());
-        var isTopLevel = function () { return curlyDepth === 0 && parensDepth === 0 && bracketsDepth === 0; };
-        var curlyLCount = 0;
-        var curlyDepth = 0;
-        var parensDepth = 0;
-        var bracketsDepth = 0;
-        done: while (true) {
-            switch (this.token.type) {
-                case _cssScanner__WEBPACK_IMPORTED_MODULE_0__["TokenType"].SemiColon:
-                    if (isTopLevel()) {
-                        break done;
-                    }
-                    break;
-                case _cssScanner__WEBPACK_IMPORTED_MODULE_0__["TokenType"].EOF:
-                    if (curlyDepth > 0) {
-                        return this.finish(node, _cssErrors__WEBPACK_IMPORTED_MODULE_2__["ParseError"].RightCurlyExpected);
-                    }
-                    else if (bracketsDepth > 0) {
-                        return this.finish(node, _cssErrors__WEBPACK_IMPORTED_MODULE_2__["ParseError"].RightSquareBracketExpected);
-                    }
-                    else if (parensDepth > 0) {
-                        return this.finish(node, _cssErrors__WEBPACK_IMPORTED_MODULE_2__["ParseError"].RightParenthesisExpected);
-                    }
-                    else {
-                        return this.finish(node);
-                    }
-                case _cssScanner__WEBPACK_IMPORTED_MODULE_0__["TokenType"].CurlyL:
-                    curlyLCount++;
-                    curlyDepth++;
-                    break;
-                case _cssScanner__WEBPACK_IMPORTED_MODULE_0__["TokenType"].CurlyR:
-                    curlyDepth--;
-                    // End of at-rule, consume CurlyR and return node
-                    if (curlyLCount > 0 && curlyDepth === 0) {
-                        this.consumeToken();
-                        if (bracketsDepth > 0) {
-                            return this.finish(node, _cssErrors__WEBPACK_IMPORTED_MODULE_2__["ParseError"].RightSquareBracketExpected);
-                        }
-                        else if (parensDepth > 0) {
-                            return this.finish(node, _cssErrors__WEBPACK_IMPORTED_MODULE_2__["ParseError"].RightParenthesisExpected);
-                        }
-                        break done;
-                    }
-                    if (curlyDepth < 0) {
-                        // The property value has been terminated without a semicolon, and
-                        // this is the last declaration in the ruleset.
-                        if (parensDepth === 0 && bracketsDepth === 0) {
-                            break done;
-                        }
-                        return this.finish(node, _cssErrors__WEBPACK_IMPORTED_MODULE_2__["ParseError"].LeftCurlyExpected);
-                    }
-                    break;
-                case _cssScanner__WEBPACK_IMPORTED_MODULE_0__["TokenType"].ParenthesisL:
-                    parensDepth++;
+        else {
+            item = { key, value, next: undefined, previous: undefined };
+            switch (touch) {
+                case Touch.None:
+                    this.addItemLast(item);
                     break;
-                case _cssScanner__WEBPACK_IMPORTED_MODULE_0__["TokenType"].ParenthesisR:
-                    parensDepth--;
-                    if (parensDepth < 0) {
-                        return this.finish(node, _cssErrors__WEBPACK_IMPORTED_MODULE_2__["ParseError"].LeftParenthesisExpected);
-                    }
+                case Touch.First:
+                    this.addItemFirst(item);
                     break;
-                case _cssScanner__WEBPACK_IMPORTED_MODULE_0__["TokenType"].BracketL:
-                    bracketsDepth++;
+                case Touch.Last:
+                    this.addItemLast(item);
                     break;
-                case _cssScanner__WEBPACK_IMPORTED_MODULE_0__["TokenType"].BracketR:
-                    bracketsDepth--;
-                    if (bracketsDepth < 0) {
-                        return this.finish(node, _cssErrors__WEBPACK_IMPORTED_MODULE_2__["ParseError"].LeftSquareBracketExpected);
-                    }
+                default:
+                    this.addItemLast(item);
                     break;
             }
-            this.consumeToken();
+            this._map.set(key, item);
+            this._size++;
         }
-        return node;
-    };
-    Parser.prototype._parseUnknownAtRuleName = function () {
-        var node = this.create(_cssNodes__WEBPACK_IMPORTED_MODULE_1__["Node"]);
-        if (this.accept(_cssScanner__WEBPACK_IMPORTED_MODULE_0__["TokenType"].AtKeyword)) {
-            return this.finish(node);
+        return this;
+    }
+    delete(key) {
+        return !!this.remove(key);
+    }
+    remove(key) {
+        const item = this._map.get(key);
+        if (!item) {
+            return undefined;
         }
-        return node;
-    };
-    Parser.prototype._parseOperator = function () {
-        // these are operators for binary expressions
-        if (this.peekDelim('/') ||
-            this.peekDelim('*') ||
-            this.peekDelim('+') ||
-            this.peekDelim('-') ||
-            this.peek(_cssScanner__WEBPACK_IMPORTED_MODULE_0__["TokenType"].Dashmatch) ||
-            this.peek(_cssScanner__WEBPACK_IMPORTED_MODULE_0__["TokenType"].Includes) ||
-            this.peek(_cssScanner__WEBPACK_IMPORTED_MODULE_0__["TokenType"].SubstringOperator) ||
-            this.peek(_cssScanner__WEBPACK_IMPORTED_MODULE_0__["TokenType"].PrefixOperator) ||
-            this.peek(_cssScanner__WEBPACK_IMPORTED_MODULE_0__["TokenType"].SuffixOperator) ||
-            this.peekDelim('=')) { // doesn't stick to the standard here
-            var node = this.createNode(_cssNodes__WEBPACK_IMPORTED_MODULE_1__["NodeType"].Operator);
-            this.consumeToken();
-            return this.finish(node);
+        this._map.delete(key);
+        this.removeItem(item);
+        this._size--;
+        return item.value;
+    }
+    shift() {
+        if (!this._head && !this._tail) {
+            return undefined;
         }
-        else {
-            return null;
+        if (!this._head || !this._tail) {
+            throw new Error('Invalid list');
         }
-    };
-    Parser.prototype._parseUnaryOperator = function () {
-        if (!this.peekDelim('+') && !this.peekDelim('-')) {
-            return null;
+        const item = this._head;
+        this._map.delete(item.key);
+        this.removeItem(item);
+        this._size--;
+        return item.value;
+    }
+    forEach(callbackfn, thisArg) {
+        const state = this._state;
+        let current = this._head;
+        while (current) {
+            if (thisArg) {
+                callbackfn.bind(thisArg)(current.value, current.key, this);
+            }
+            else {
+                callbackfn(current.value, current.key, this);
+            }
+            if (this._state !== state) {
+                throw new Error(`LinkedMap got modified during iteration.`);
+            }
+            current = current.next;
         }
-        var node = this.create(_cssNodes__WEBPACK_IMPORTED_MODULE_1__["Node"]);
-        this.consumeToken();
-        return this.finish(node);
-    };
-    Parser.prototype._parseCombinator = function () {
-        if (this.peekDelim('>')) {
-            var node = this.create(_cssNodes__WEBPACK_IMPORTED_MODULE_1__["Node"]);
-            this.consumeToken();
-            var mark = this.mark();
-            if (!this.hasWhitespace() && this.acceptDelim('>')) {
-                if (!this.hasWhitespace() && this.acceptDelim('>')) {
-                    node.type = _cssNodes__WEBPACK_IMPORTED_MODULE_1__["NodeType"].SelectorCombinatorShadowPiercingDescendant;
-                    return this.finish(node);
+    }
+    keys() {
+        const map = this;
+        const state = this._state;
+        let current = this._head;
+        const iterator = {
+            [Symbol.iterator]() {
+                return iterator;
+            },
+            next() {
+                if (map._state !== state) {
+                    throw new Error(`LinkedMap got modified during iteration.`);
+                }
+                if (current) {
+                    const result = { value: current.key, done: false };
+                    current = current.next;
+                    return result;
+                }
+                else {
+                    return { value: undefined, done: true };
                 }
-                this.restoreAtMark(mark);
             }
-            node.type = _cssNodes__WEBPACK_IMPORTED_MODULE_1__["NodeType"].SelectorCombinatorParent;
-            return this.finish(node);
-        }
-        else if (this.peekDelim('+')) {
-            var node = this.create(_cssNodes__WEBPACK_IMPORTED_MODULE_1__["Node"]);
-            this.consumeToken();
-            node.type = _cssNodes__WEBPACK_IMPORTED_MODULE_1__["NodeType"].SelectorCombinatorSibling;
-            return this.finish(node);
-        }
-        else if (this.peekDelim('~')) {
-            var node = this.create(_cssNodes__WEBPACK_IMPORTED_MODULE_1__["Node"]);
-            this.consumeToken();
-            node.type = _cssNodes__WEBPACK_IMPORTED_MODULE_1__["NodeType"].SelectorCombinatorAllSiblings;
-            return this.finish(node);
-        }
-        else if (this.peekDelim('/')) {
-            var node = this.create(_cssNodes__WEBPACK_IMPORTED_MODULE_1__["Node"]);
-            this.consumeToken();
-            var mark = this.mark();
-            if (!this.hasWhitespace() && this.acceptIdent('deep') && !this.hasWhitespace() && this.acceptDelim('/')) {
-                node.type = _cssNodes__WEBPACK_IMPORTED_MODULE_1__["NodeType"].SelectorCombinatorShadowPiercingDescendant;
-                return this.finish(node);
+        };
+        return iterator;
+    }
+    values() {
+        const map = this;
+        const state = this._state;
+        let current = this._head;
+        const iterator = {
+            [Symbol.iterator]() {
+                return iterator;
+            },
+            next() {
+                if (map._state !== state) {
+                    throw new Error(`LinkedMap got modified during iteration.`);
+                }
+                if (current) {
+                    const result = { value: current.value, done: false };
+                    current = current.next;
+                    return result;
+                }
+                else {
+                    return { value: undefined, done: true };
+                }
             }
-            this.restoreAtMark(mark);
+        };
+        return iterator;
+    }
+    entries() {
+        const map = this;
+        const state = this._state;
+        let current = this._head;
+        const iterator = {
+            [Symbol.iterator]() {
+                return iterator;
+            },
+            next() {
+                if (map._state !== state) {
+                    throw new Error(`LinkedMap got modified during iteration.`);
+                }
+                if (current) {
+                    const result = { value: [current.key, current.value], done: false };
+                    current = current.next;
+                    return result;
+                }
+                else {
+                    return { value: undefined, done: true };
+                }
+            }
+        };
+        return iterator;
+    }
+    [Symbol.iterator]() {
+        return this.entries();
+    }
+    trimOld(newSize) {
+        if (newSize >= this.size) {
+            return;
         }
-        return null;
-    };
-    Parser.prototype._parseSimpleSelector = function () {
-        // simple_selector
-        //  : element_name [ HASH | class | attrib | pseudo ]* | [ HASH | class | attrib | pseudo ]+ ;
-        var node = this.create(_cssNodes__WEBPACK_IMPORTED_MODULE_1__["SimpleSelector"]);
-        var c = 0;
-        if (node.addChild(this._parseElementName())) {
-            c++;
+        if (newSize === 0) {
+            this.clear();
+            return;
         }
-        while ((c === 0 || !this.hasWhitespace()) && node.addChild(this._parseSimpleSelectorBody())) {
-            c++;
+        let current = this._head;
+        let currentSize = this.size;
+        while (current && currentSize > newSize) {
+            this._map.delete(current.key);
+            current = current.next;
+            currentSize--;
         }
-        return c > 0 ? this.finish(node) : null;
-    };
-    Parser.prototype._parseSimpleSelectorBody = function () {
-        return this._parsePseudo() || this._parseHash() || this._parseClass() || this._parseAttrib();
-    };
-    Parser.prototype._parseSelectorIdent = function () {
-        return this._parseIdent();
-    };
-    Parser.prototype._parseHash = function () {
-        if (!this.peek(_cssScanner__WEBPACK_IMPORTED_MODULE_0__["TokenType"].Hash) && !this.peekDelim('#')) {
-            return null;
+        this._head = current;
+        this._size = currentSize;
+        if (current) {
+            current.previous = undefined;
         }
-        var node = this.createNode(_cssNodes__WEBPACK_IMPORTED_MODULE_1__["NodeType"].IdentifierSelector);
-        if (this.acceptDelim('#')) {
-            if (this.hasWhitespace() || !node.addChild(this._parseSelectorIdent())) {
-                return this.finish(node, _cssErrors__WEBPACK_IMPORTED_MODULE_2__["ParseError"].IdentifierExpected);
-            }
+        this._state++;
+    }
+    addItemFirst(item) {
+        // First time Insert
+        if (!this._head && !this._tail) {
+            this._tail = item;
+        }
+        else if (!this._head) {
+            throw new Error('Invalid list');
         }
         else {
-            this.consumeToken(); // TokenType.Hash
+            item.next = this._head;
+            this._head.previous = item;
         }
-        return this.finish(node);
-    };
-    Parser.prototype._parseClass = function () {
-        // class: '.' IDENT ;
-        if (!this.peekDelim('.')) {
-            return null;
+        this._head = item;
+        this._state++;
+    }
+    addItemLast(item) {
+        // First time Insert
+        if (!this._head && !this._tail) {
+            this._head = item;
         }
-        var node = this.createNode(_cssNodes__WEBPACK_IMPORTED_MODULE_1__["NodeType"].ClassSelector);
-        this.consumeToken(); // '.'
-        if (this.hasWhitespace() || !node.addChild(this._parseSelectorIdent())) {
-            return this.finish(node, _cssErrors__WEBPACK_IMPORTED_MODULE_2__["ParseError"].IdentifierExpected);
+        else if (!this._tail) {
+            throw new Error('Invalid list');
         }
-        return this.finish(node);
-    };
-    Parser.prototype._parseElementName = function () {
-        // element_name: (ns? '|')? IDENT | '*';
-        var pos = this.mark();
-        var node = this.createNode(_cssNodes__WEBPACK_IMPORTED_MODULE_1__["NodeType"].ElementNameSelector);
-        node.addChild(this._parseNamespacePrefix());
-        if (!node.addChild(this._parseSelectorIdent()) && !this.acceptDelim('*')) {
-            this.restoreAtMark(pos);
-            return null;
+        else {
+            item.previous = this._tail;
+            this._tail.next = item;
         }
-        return this.finish(node);
-    };
-    Parser.prototype._parseNamespacePrefix = function () {
-        var pos = this.mark();
-        var node = this.createNode(_cssNodes__WEBPACK_IMPORTED_MODULE_1__["NodeType"].NamespacePrefix);
-        if (!node.addChild(this._parseIdent()) && !this.acceptDelim('*')) {
-            // ns is optional
+        this._tail = item;
+        this._state++;
+    }
+    removeItem(item) {
+        if (item === this._head && item === this._tail) {
+            this._head = undefined;
+            this._tail = undefined;
         }
-        if (!this.acceptDelim('|')) {
-            this.restoreAtMark(pos);
-            return null;
+        else if (item === this._head) {
+            // This can only happend if size === 1 which is handle
+            // by the case above.
+            if (!item.next) {
+                throw new Error('Invalid list');
+            }
+            item.next.previous = undefined;
+            this._head = item.next;
         }
-        return this.finish(node);
-    };
-    Parser.prototype._parseAttrib = function () {
-        // attrib : '[' S* IDENT S* [ [ '=' | INCLUDES | DASHMATCH ] S*   [ IDENT | STRING ] S* ]? ']'
-        if (!this.peek(_cssScanner__WEBPACK_IMPORTED_MODULE_0__["TokenType"].BracketL)) {
-            return null;
+        else if (item === this._tail) {
+            // This can only happend if size === 1 which is handle
+            // by the case above.
+            if (!item.previous) {
+                throw new Error('Invalid list');
+            }
+            item.previous.next = undefined;
+            this._tail = item.previous;
         }
-        var node = this.create(_cssNodes__WEBPACK_IMPORTED_MODULE_1__["AttributeSelector"]);
-        this.consumeToken(); // BracketL
-        // Optional attrib namespace
-        node.setNamespacePrefix(this._parseNamespacePrefix());
-        if (!node.setIdentifier(this._parseIdent())) {
-            return this.finish(node, _cssErrors__WEBPACK_IMPORTED_MODULE_2__["ParseError"].IdentifierExpected);
+        else {
+            const next = item.next;
+            const previous = item.previous;
+            if (!next || !previous) {
+                throw new Error('Invalid list');
+            }
+            next.previous = previous;
+            previous.next = next;
         }
-        if (node.setOperator(this._parseOperator())) {
-            node.setValue(this._parseBinaryExpr());
-            this.acceptIdent('i'); // case insensitive matching
+        item.next = undefined;
+        item.previous = undefined;
+        this._state++;
+    }
+    touch(item, touch) {
+        if (!this._head || !this._tail) {
+            throw new Error('Invalid list');
         }
-        if (!this.accept(_cssScanner__WEBPACK_IMPORTED_MODULE_0__["TokenType"].BracketR)) {
-            return this.finish(node, _cssErrors__WEBPACK_IMPORTED_MODULE_2__["ParseError"].RightSquareBracketExpected);
+        if ((touch !== Touch.First && touch !== Touch.Last)) {
+            return;
         }
-        return this.finish(node);
-    };
-    Parser.prototype._parsePseudo = function () {
-        var _this = this;
-        // pseudo: ':' [ IDENT | FUNCTION S* [IDENT S*]? ')' ]
-        var node = this._tryParsePseudoIdentifier();
-        if (node) {
-            if (!this.hasWhitespace() && this.accept(_cssScanner__WEBPACK_IMPORTED_MODULE_0__["TokenType"].ParenthesisL)) {
-                var tryAsSelector = function () {
-                    var selectors = _this.create(_cssNodes__WEBPACK_IMPORTED_MODULE_1__["Node"]);
-                    if (!selectors.addChild(_this._parseSelector(false))) {
-                        return null;
-                    }
-                    while (_this.accept(_cssScanner__WEBPACK_IMPORTED_MODULE_0__["TokenType"].Comma) && selectors.addChild(_this._parseSelector(false))) {
-                        // loop
-                    }
-                    if (_this.peek(_cssScanner__WEBPACK_IMPORTED_MODULE_0__["TokenType"].ParenthesisR)) {
-                        return _this.finish(selectors);
-                    }
-                    return null;
-                };
-                node.addChild(this.try(tryAsSelector) || this._parseBinaryExpr());
-                if (!this.accept(_cssScanner__WEBPACK_IMPORTED_MODULE_0__["TokenType"].ParenthesisR)) {
-                    return this.finish(node, _cssErrors__WEBPACK_IMPORTED_MODULE_2__["ParseError"].RightParenthesisExpected);
-                }
+        if (touch === Touch.First) {
+            if (item === this._head) {
+                return;
             }
-            return this.finish(node);
-        }
-        return null;
-    };
-    Parser.prototype._tryParsePseudoIdentifier = function () {
-        if (!this.peek(_cssScanner__WEBPACK_IMPORTED_MODULE_0__["TokenType"].Colon)) {
-            return null;
-        }
-        var pos = this.mark();
-        var node = this.createNode(_cssNodes__WEBPACK_IMPORTED_MODULE_1__["NodeType"].PseudoSelector);
-        this.consumeToken(); // Colon
-        if (this.hasWhitespace()) {
-            this.restoreAtMark(pos);
-            return null;
+            const next = item.next;
+            const previous = item.previous;
+            // Unlink the item
+            if (item === this._tail) {
+                // previous must be defined since item was not head but is tail
+                // So there are more than on item in the map
+                previous.next = undefined;
+                this._tail = previous;
+            }
+            else {
+                // Both next and previous are not undefined since item was neither head nor tail.
+                next.previous = previous;
+                previous.next = next;
+            }
+            // Insert the node at head
+            item.previous = undefined;
+            item.next = this._head;
+            this._head.previous = item;
+            this._head = item;
+            this._state++;
+        }
+        else if (touch === Touch.Last) {
+            if (item === this._tail) {
+                return;
+            }
+            const next = item.next;
+            const previous = item.previous;
+            // Unlink the item.
+            if (item === this._head) {
+                // next must be defined since item was not tail but is head
+                // So there are more than on item in the map
+                next.previous = undefined;
+                this._head = next;
+            }
+            else {
+                // Both next and previous are not undefined since item was neither head nor tail.
+                next.previous = previous;
+                previous.next = next;
+            }
+            item.next = undefined;
+            item.previous = this._tail;
+            this._tail.next = item;
+            this._tail = item;
+            this._state++;
         }
-        // optional, support ::
-        if (this.accept(_cssScanner__WEBPACK_IMPORTED_MODULE_0__["TokenType"].Colon) && this.hasWhitespace()) {
-            this.markError(node, _cssErrors__WEBPACK_IMPORTED_MODULE_2__["ParseError"].IdentifierExpected);
+    }
+    toJSON() {
+        const data = [];
+        this.forEach((value, key) => {
+            data.push([key, value]);
+        });
+        return data;
+    }
+    fromJSON(data) {
+        this.clear();
+        for (const [key, value] of data) {
+            this.set(key, value);
         }
-        if (!node.addChild(this._parseIdent())) {
-            this.markError(node, _cssErrors__WEBPACK_IMPORTED_MODULE_2__["ParseError"].IdentifierExpected);
+    }
+}
+exports.LinkedMap = LinkedMap;
+class LRUCache extends LinkedMap {
+    constructor(limit, ratio = 1) {
+        super();
+        this._limit = limit;
+        this._ratio = Math.min(Math.max(0, ratio), 1);
+    }
+    get limit() {
+        return this._limit;
+    }
+    set limit(limit) {
+        this._limit = limit;
+        this.checkTrim();
+    }
+    get ratio() {
+        return this._ratio;
+    }
+    set ratio(ratio) {
+        this._ratio = Math.min(Math.max(0, ratio), 1);
+        this.checkTrim();
+    }
+    get(key, touch = Touch.AsNew) {
+        return super.get(key, touch);
+    }
+    peek(key) {
+        return super.get(key, Touch.None);
+    }
+    set(key, value) {
+        super.set(key, value, Touch.Last);
+        this.checkTrim();
+        return this;
+    }
+    checkTrim() {
+        if (this.size > this._limit) {
+            this.trimOld(Math.round(this._limit * this._ratio));
         }
-        return node;
-    };
-    Parser.prototype._tryParsePrio = function () {
-        var mark = this.mark();
-        var prio = this._parsePrio();
-        if (prio) {
-            return prio;
+    }
+}
+exports.LRUCache = LRUCache;
+//# sourceMappingURL=linkedMap.js.map
+
+/***/ }),
+/* 21 */
+/***/ ((module) => {
+
+module.exports = require("os");;
+
+/***/ }),
+/* 22 */
+/***/ ((module) => {
+
+module.exports = require("crypto");;
+
+/***/ }),
+/* 23 */
+/***/ ((module) => {
+
+module.exports = require("net");;
+
+/***/ }),
+/* 24 */
+/***/ ((__unused_webpack_module, exports, __webpack_require__) => {
+
+
+/* --------------------------------------------------------------------------------------------
+ * Copyright (c) Microsoft Corporation. All rights reserved.
+ * Licensed under the MIT License. See License.txt in the project root for license information.
+ * ------------------------------------------------------------------------------------------ */
+function __export(m) {
+    for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p];
+}
+Object.defineProperty(exports, "__esModule", ({ value: true }));
+__export(__webpack_require__(6));
+__export(__webpack_require__(25));
+__export(__webpack_require__(26));
+__export(__webpack_require__(27));
+var connection_1 = __webpack_require__(39);
+exports.createProtocolConnection = connection_1.createProtocolConnection;
+const st = __webpack_require__(40);
+var Proposed;
+(function (Proposed) {
+    Proposed.SemanticTokenTypes = st.SemanticTokenTypes;
+    Proposed.SemanticTokenModifiers = st.SemanticTokenModifiers;
+    Proposed.SemanticTokens = st.SemanticTokens;
+    let SemanticTokensRequest;
+    (function (SemanticTokensRequest) {
+        SemanticTokensRequest.method = st.SemanticTokensRequest.method;
+        SemanticTokensRequest.type = st.SemanticTokensRequest.type;
+    })(SemanticTokensRequest = Proposed.SemanticTokensRequest || (Proposed.SemanticTokensRequest = {}));
+    let SemanticTokensEditsRequest;
+    (function (SemanticTokensEditsRequest) {
+        SemanticTokensEditsRequest.method = st.SemanticTokensEditsRequest.method;
+        SemanticTokensEditsRequest.type = st.SemanticTokensEditsRequest.type;
+    })(SemanticTokensEditsRequest = Proposed.SemanticTokensEditsRequest || (Proposed.SemanticTokensEditsRequest = {}));
+    let SemanticTokensRangeRequest;
+    (function (SemanticTokensRangeRequest) {
+        SemanticTokensRangeRequest.method = st.SemanticTokensRangeRequest.method;
+        SemanticTokensRangeRequest.type = st.SemanticTokensRangeRequest.type;
+    })(SemanticTokensRangeRequest = Proposed.SemanticTokensRangeRequest || (Proposed.SemanticTokensRangeRequest = {}));
+})(Proposed = exports.Proposed || (exports.Proposed = {}));
+//# sourceMappingURL=api.js.map
+
+/***/ }),
+/* 25 */
+/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
+
+__webpack_require__.r(__webpack_exports__);
+/* harmony export */ __webpack_require__.d(__webpack_exports__, {
+/* harmony export */   "Position": () => /* binding */ Position,
+/* harmony export */   "Range": () => /* binding */ Range,
+/* harmony export */   "Location": () => /* binding */ Location,
+/* harmony export */   "LocationLink": () => /* binding */ LocationLink,
+/* harmony export */   "Color": () => /* binding */ Color,
+/* harmony export */   "ColorInformation": () => /* binding */ ColorInformation,
+/* harmony export */   "ColorPresentation": () => /* binding */ ColorPresentation,
+/* harmony export */   "FoldingRangeKind": () => /* binding */ FoldingRangeKind,
+/* harmony export */   "FoldingRange": () => /* binding */ FoldingRange,
+/* harmony export */   "DiagnosticRelatedInformation": () => /* binding */ DiagnosticRelatedInformation,
+/* harmony export */   "DiagnosticSeverity": () => /* binding */ DiagnosticSeverity,
+/* harmony export */   "DiagnosticTag": () => /* binding */ DiagnosticTag,
+/* harmony export */   "DiagnosticCode": () => /* binding */ DiagnosticCode,
+/* harmony export */   "Diagnostic": () => /* binding */ Diagnostic,
+/* harmony export */   "Command": () => /* binding */ Command,
+/* harmony export */   "TextEdit": () => /* binding */ TextEdit,
+/* harmony export */   "TextDocumentEdit": () => /* binding */ TextDocumentEdit,
+/* harmony export */   "CreateFile": () => /* binding */ CreateFile,
+/* harmony export */   "RenameFile": () => /* binding */ RenameFile,
+/* harmony export */   "DeleteFile": () => /* binding */ DeleteFile,
+/* harmony export */   "WorkspaceEdit": () => /* binding */ WorkspaceEdit,
+/* harmony export */   "WorkspaceChange": () => /* binding */ WorkspaceChange,
+/* harmony export */   "TextDocumentIdentifier": () => /* binding */ TextDocumentIdentifier,
+/* harmony export */   "VersionedTextDocumentIdentifier": () => /* binding */ VersionedTextDocumentIdentifier,
+/* harmony export */   "TextDocumentItem": () => /* binding */ TextDocumentItem,
+/* harmony export */   "MarkupKind": () => /* binding */ MarkupKind,
+/* harmony export */   "MarkupContent": () => /* binding */ MarkupContent,
+/* harmony export */   "CompletionItemKind": () => /* binding */ CompletionItemKind,
+/* harmony export */   "InsertTextFormat": () => /* binding */ InsertTextFormat,
+/* harmony export */   "CompletionItemTag": () => /* binding */ CompletionItemTag,
+/* harmony export */   "InsertReplaceEdit": () => /* binding */ InsertReplaceEdit,
+/* harmony export */   "CompletionItem": () => /* binding */ CompletionItem,
+/* harmony export */   "CompletionList": () => /* binding */ CompletionList,
+/* harmony export */   "MarkedString": () => /* binding */ MarkedString,
+/* harmony export */   "Hover": () => /* binding */ Hover,
+/* harmony export */   "ParameterInformation": () => /* binding */ ParameterInformation,
+/* harmony export */   "SignatureInformation": () => /* binding */ SignatureInformation,
+/* harmony export */   "DocumentHighlightKind": () => /* binding */ DocumentHighlightKind,
+/* harmony export */   "DocumentHighlight": () => /* binding */ DocumentHighlight,
+/* harmony export */   "SymbolKind": () => /* binding */ SymbolKind,
+/* harmony export */   "SymbolTag": () => /* binding */ SymbolTag,
+/* harmony export */   "SymbolInformation": () => /* binding */ SymbolInformation,
+/* harmony export */   "DocumentSymbol": () => /* binding */ DocumentSymbol,
+/* harmony export */   "CodeActionKind": () => /* binding */ CodeActionKind,
+/* harmony export */   "CodeActionContext": () => /* binding */ CodeActionContext,
+/* harmony export */   "CodeAction": () => /* binding */ CodeAction,
+/* harmony export */   "CodeLens": () => /* binding */ CodeLens,
+/* harmony export */   "FormattingOptions": () => /* binding */ FormattingOptions,
+/* harmony export */   "DocumentLink": () => /* binding */ DocumentLink,
+/* harmony export */   "SelectionRange": () => /* binding */ SelectionRange,
+/* harmony export */   "EOL": () => /* binding */ EOL,
+/* harmony export */   "TextDocument": () => /* binding */ TextDocument
+/* harmony export */ });
+/* --------------------------------------------------------------------------------------------
+ * Copyright (c) Microsoft Corporation. All rights reserved.
+ * Licensed under the MIT License. See License.txt in the project root for license information.
+ * ------------------------------------------------------------------------------------------ */
+
+/**
+ * The Position namespace provides helper functions to work with
+ * [Position](#Position) literals.
+ */
+var Position;
+(function (Position) {
+    /**
+     * Creates a new Position literal from the given line and character.
+     * @param line The position's line.
+     * @param character The position's character.
+     */
+    function create(line, character) {
+        return { line: line, character: character };
+    }
+    Position.create = create;
+    /**
+     * Checks whether the given liternal conforms to the [Position](#Position) interface.
+     */
+    function is(value) {
+        var candidate = value;
+        return Is.objectLiteral(candidate) && Is.number(candidate.line) && Is.number(candidate.character);
+    }
+    Position.is = is;
+})(Position || (Position = {}));
+/**
+ * The Range namespace provides helper functions to work with
+ * [Range](#Range) literals.
+ */
+var Range;
+(function (Range) {
+    function create(one, two, three, four) {
+        if (Is.number(one) && Is.number(two) && Is.number(three) && Is.number(four)) {
+            return { start: Position.create(one, two), end: Position.create(three, four) };
         }
-        this.restoreAtMark(mark);
-        return null;
-    };
-    Parser.prototype._parsePrio = function () {
-        if (!this.peek(_cssScanner__WEBPACK_IMPORTED_MODULE_0__["TokenType"].Exclamation)) {
-            return null;
+        else if (Position.is(one) && Position.is(two)) {
+            return { start: one, end: two };
         }
-        var node = this.createNode(_cssNodes__WEBPACK_IMPORTED_MODULE_1__["NodeType"].Prio);
-        if (this.accept(_cssScanner__WEBPACK_IMPORTED_MODULE_0__["TokenType"].Exclamation) && this.acceptIdent('important')) {
-            return this.finish(node);
+        else {
+            throw new Error("Range#create called with invalid arguments[" + one + ", " + two + ", " + three + ", " + four + "]");
         }
-        return null;
-    };
-    Parser.prototype._parseExpr = function (stopOnComma) {
-        if (stopOnComma === void 0) { stopOnComma = false; }
-        var node = this.create(_cssNodes__WEBPACK_IMPORTED_MODULE_1__["Expression"]);
-        if (!node.addChild(this._parseBinaryExpr())) {
-            return null;
+    }
+    Range.create = create;
+    /**
+     * Checks whether the given literal conforms to the [Range](#Range) interface.
+     */
+    function is(value) {
+        var candidate = value;
+        return Is.objectLiteral(candidate) && Position.is(candidate.start) && Position.is(candidate.end);
+    }
+    Range.is = is;
+})(Range || (Range = {}));
+/**
+ * The Location namespace provides helper functions to work with
+ * [Location](#Location) literals.
+ */
+var Location;
+(function (Location) {
+    /**
+     * Creates a Location literal.
+     * @param uri The location's uri.
+     * @param range The location's range.
+     */
+    function create(uri, range) {
+        return { uri: uri, range: range };
+    }
+    Location.create = create;
+    /**
+     * Checks whether the given literal conforms to the [Location](#Location) interface.
+     */
+    function is(value) {
+        var candidate = value;
+        return Is.defined(candidate) && Range.is(candidate.range) && (Is.string(candidate.uri) || Is.undefined(candidate.uri));
+    }
+    Location.is = is;
+})(Location || (Location = {}));
+/**
+ * The LocationLink namespace provides helper functions to work with
+ * [LocationLink](#LocationLink) literals.
+ */
+var LocationLink;
+(function (LocationLink) {
+    /**
+     * Creates a LocationLink literal.
+     * @param targetUri The definition's uri.
+     * @param targetRange The full range of the definition.
+     * @param targetSelectionRange The span of the symbol definition at the target.
+     * @param originSelectionRange The span of the symbol being defined in the originating source file.
+     */
+    function create(targetUri, targetRange, targetSelectionRange, originSelectionRange) {
+        return { targetUri: targetUri, targetRange: targetRange, targetSelectionRange: targetSelectionRange, originSelectionRange: originSelectionRange };
+    }
+    LocationLink.create = create;
+    /**
+     * Checks whether the given literal conforms to the [LocationLink](#LocationLink) interface.
+     */
+    function is(value) {
+        var candidate = value;
+        return Is.defined(candidate) && Range.is(candidate.targetRange) && Is.string(candidate.targetUri)
+            && (Range.is(candidate.targetSelectionRange) || Is.undefined(candidate.targetSelectionRange))
+            && (Range.is(candidate.originSelectionRange) || Is.undefined(candidate.originSelectionRange));
+    }
+    LocationLink.is = is;
+})(LocationLink || (LocationLink = {}));
+/**
+ * The Color namespace provides helper functions to work with
+ * [Color](#Color) literals.
+ */
+var Color;
+(function (Color) {
+    /**
+     * Creates a new Color literal.
+     */
+    function create(red, green, blue, alpha) {
+        return {
+            red: red,
+            green: green,
+            blue: blue,
+            alpha: alpha,
+        };
+    }
+    Color.create = create;
+    /**
+     * Checks whether the given literal conforms to the [Color](#Color) interface.
+     */
+    function is(value) {
+        var candidate = value;
+        return Is.number(candidate.red)
+            && Is.number(candidate.green)
+            && Is.number(candidate.blue)
+            && Is.number(candidate.alpha);
+    }
+    Color.is = is;
+})(Color || (Color = {}));
+/**
+ * The ColorInformation namespace provides helper functions to work with
+ * [ColorInformation](#ColorInformation) literals.
+ */
+var ColorInformation;
+(function (ColorInformation) {
+    /**
+     * Creates a new ColorInformation literal.
+     */
+    function create(range, color) {
+        return {
+            range: range,
+            color: color,
+        };
+    }
+    ColorInformation.create = create;
+    /**
+     * Checks whether the given literal conforms to the [ColorInformation](#ColorInformation) interface.
+     */
+    function is(value) {
+        var candidate = value;
+        return Range.is(candidate.range) && Color.is(candidate.color);
+    }
+    ColorInformation.is = is;
+})(ColorInformation || (ColorInformation = {}));
+/**
+ * The Color namespace provides helper functions to work with
+ * [ColorPresentation](#ColorPresentation) literals.
+ */
+var ColorPresentation;
+(function (ColorPresentation) {
+    /**
+     * Creates a new ColorInformation literal.
+     */
+    function create(label, textEdit, additionalTextEdits) {
+        return {
+            label: label,
+            textEdit: textEdit,
+            additionalTextEdits: additionalTextEdits,
+        };
+    }
+    ColorPresentation.create = create;
+    /**
+     * Checks whether the given literal conforms to the [ColorInformation](#ColorInformation) interface.
+     */
+    function is(value) {
+        var candidate = value;
+        return Is.string(candidate.label)
+            && (Is.undefined(candidate.textEdit) || TextEdit.is(candidate))
+            && (Is.undefined(candidate.additionalTextEdits) || Is.typedArray(candidate.additionalTextEdits, TextEdit.is));
+    }
+    ColorPresentation.is = is;
+})(ColorPresentation || (ColorPresentation = {}));
+/**
+ * Enum of known range kinds
+ */
+var FoldingRangeKind;
+(function (FoldingRangeKind) {
+    /**
+     * Folding range for a comment
+     */
+    FoldingRangeKind["Comment"] = "comment";
+    /**
+     * Folding range for a imports or includes
+     */
+    FoldingRangeKind["Imports"] = "imports";
+    /**
+     * Folding range for a region (e.g. `#region`)
+     */
+    FoldingRangeKind["Region"] = "region";
+})(FoldingRangeKind || (FoldingRangeKind = {}));
+/**
+ * The folding range namespace provides helper functions to work with
+ * [FoldingRange](#FoldingRange) literals.
+ */
+var FoldingRange;
+(function (FoldingRange) {
+    /**
+     * Creates a new FoldingRange literal.
+     */
+    function create(startLine, endLine, startCharacter, endCharacter, kind) {
+        var result = {
+            startLine: startLine,
+            endLine: endLine
+        };
+        if (Is.defined(startCharacter)) {
+            result.startCharacter = startCharacter;
         }
-        while (true) {
-            if (this.peek(_cssScanner__WEBPACK_IMPORTED_MODULE_0__["TokenType"].Comma)) { // optional
-                if (stopOnComma) {
-                    return this.finish(node);
-                }
-                this.consumeToken();
-            }
-            if (!node.addChild(this._parseBinaryExpr())) {
-                break;
-            }
+        if (Is.defined(endCharacter)) {
+            result.endCharacter = endCharacter;
         }
-        return this.finish(node);
-    };
-    Parser.prototype._parseNamedLine = function () {
-        // https://www.w3.org/TR/css-grid-1/#named-lines
-        if (!this.peek(_cssScanner__WEBPACK_IMPORTED_MODULE_0__["TokenType"].BracketL)) {
-            return null;
+        if (Is.defined(kind)) {
+            result.kind = kind;
         }
-        var node = this.createNode(_cssNodes__WEBPACK_IMPORTED_MODULE_1__["NodeType"].GridLine);
-        this.consumeToken();
-        while (node.addChild(this._parseIdent())) {
-            // repeat
+        return result;
+    }
+    FoldingRange.create = create;
+    /**
+     * Checks whether the given literal conforms to the [FoldingRange](#FoldingRange) interface.
+     */
+    function is(value) {
+        var candidate = value;
+        return Is.number(candidate.startLine) && Is.number(candidate.startLine)
+            && (Is.undefined(candidate.startCharacter) || Is.number(candidate.startCharacter))
+            && (Is.undefined(candidate.endCharacter) || Is.number(candidate.endCharacter))
+            && (Is.undefined(candidate.kind) || Is.string(candidate.kind));
+    }
+    FoldingRange.is = is;
+})(FoldingRange || (FoldingRange = {}));
+/**
+ * The DiagnosticRelatedInformation namespace provides helper functions to work with
+ * [DiagnosticRelatedInformation](#DiagnosticRelatedInformation) literals.
+ */
+var DiagnosticRelatedInformation;
+(function (DiagnosticRelatedInformation) {
+    /**
+     * Creates a new DiagnosticRelatedInformation literal.
+     */
+    function create(location, message) {
+        return {
+            location: location,
+            message: message
+        };
+    }
+    DiagnosticRelatedInformation.create = create;
+    /**
+     * Checks whether the given literal conforms to the [DiagnosticRelatedInformation](#DiagnosticRelatedInformation) interface.
+     */
+    function is(value) {
+        var candidate = value;
+        return Is.defined(candidate) && Location.is(candidate.location) && Is.string(candidate.message);
+    }
+    DiagnosticRelatedInformation.is = is;
+})(DiagnosticRelatedInformation || (DiagnosticRelatedInformation = {}));
+/**
+ * The diagnostic's severity.
+ */
+var DiagnosticSeverity;
+(function (DiagnosticSeverity) {
+    /**
+     * Reports an error.
+     */
+    DiagnosticSeverity.Error = 1;
+    /**
+     * Reports a warning.
+     */
+    DiagnosticSeverity.Warning = 2;
+    /**
+     * Reports an information.
+     */
+    DiagnosticSeverity.Information = 3;
+    /**
+     * Reports a hint.
+     */
+    DiagnosticSeverity.Hint = 4;
+})(DiagnosticSeverity || (DiagnosticSeverity = {}));
+/**
+ * The diagnostic tags.
+ *
+ * @since 3.15.0
+ */
+var DiagnosticTag;
+(function (DiagnosticTag) {
+    /**
+     * Unused or unnecessary code.
+     *
+     * Clients are allowed to render diagnostics with this tag faded out instead of having
+     * an error squiggle.
+     */
+    DiagnosticTag.Unnecessary = 1;
+    /**
+     * Deprecated or obsolete code.
+     *
+     * Clients are allowed to rendered diagnostics with this tag strike through.
+     */
+    DiagnosticTag.Deprecated = 2;
+})(DiagnosticTag || (DiagnosticTag = {}));
+/**
+ * The DiagnosticCode namespace provides functions to deal with complex diagnostic codes.
+ *
+ * @since 3.16.0 - Proposed state
+ */
+var DiagnosticCode;
+(function (DiagnosticCode) {
+    /**
+     * Checks whether the given liternal conforms to the [DiagnosticCode](#DiagnosticCode) interface.
+     */
+    function is(value) {
+        var candidate = value;
+        return candidate !== undefined && candidate !== null && (Is.number(candidate.value) || Is.string(candidate.value)) && Is.string(candidate.target);
+    }
+    DiagnosticCode.is = is;
+})(DiagnosticCode || (DiagnosticCode = {}));
+/**
+ * The Diagnostic namespace provides helper functions to work with
+ * [Diagnostic](#Diagnostic) literals.
+ */
+var Diagnostic;
+(function (Diagnostic) {
+    /**
+     * Creates a new Diagnostic literal.
+     */
+    function create(range, message, severity, code, source, relatedInformation) {
+        var result = { range: range, message: message };
+        if (Is.defined(severity)) {
+            result.severity = severity;
         }
-        if (!this.accept(_cssScanner__WEBPACK_IMPORTED_MODULE_0__["TokenType"].BracketR)) {
-            return this.finish(node, _cssErrors__WEBPACK_IMPORTED_MODULE_2__["ParseError"].RightSquareBracketExpected);
+        if (Is.defined(code)) {
+            result.code = code;
         }
-        return this.finish(node);
-    };
-    Parser.prototype._parseBinaryExpr = function (preparsedLeft, preparsedOper) {
-        var node = this.create(_cssNodes__WEBPACK_IMPORTED_MODULE_1__["BinaryExpression"]);
-        if (!node.setLeft((preparsedLeft || this._parseTerm()))) {
-            return null;
+        if (Is.defined(source)) {
+            result.source = source;
         }
-        if (!node.setOperator(preparsedOper || this._parseOperator())) {
-            return this.finish(node);
+        if (Is.defined(relatedInformation)) {
+            result.relatedInformation = relatedInformation;
         }
-        if (!node.setRight(this._parseTerm())) {
-            return this.finish(node, _cssErrors__WEBPACK_IMPORTED_MODULE_2__["ParseError"].TermExpected);
+        return result;
+    }
+    Diagnostic.create = create;
+    /**
+     * Checks whether the given literal conforms to the [Diagnostic](#Diagnostic) interface.
+     */
+    function is(value) {
+        var candidate = value;
+        return Is.defined(candidate)
+            && Range.is(candidate.range)
+            && Is.string(candidate.message)
+            && (Is.number(candidate.severity) || Is.undefined(candidate.severity))
+            && (Is.number(candidate.code) || Is.string(candidate.code) || Is.undefined(candidate.code))
+            && (Is.string(candidate.source) || Is.undefined(candidate.source))
+            && (Is.undefined(candidate.relatedInformation) || Is.typedArray(candidate.relatedInformation, DiagnosticRelatedInformation.is));
+    }
+    Diagnostic.is = is;
+})(Diagnostic || (Diagnostic = {}));
+/**
+ * The Command namespace provides helper functions to work with
+ * [Command](#Command) literals.
+ */
+var Command;
+(function (Command) {
+    /**
+     * Creates a new Command literal.
+     */
+    function create(title, command) {
+        var args = [];
+        for (var _i = 2; _i < arguments.length; _i++) {
+            args[_i - 2] = arguments[_i];
         }
-        // things needed for multiple binary expressions
-        node = this.finish(node);
-        var operator = this._parseOperator();
-        if (operator) {
-            node = this._parseBinaryExpr(node, operator);
+        var result = { title: title, command: command };
+        if (Is.defined(args) && args.length > 0) {
+            result.arguments = args;
         }
-        return this.finish(node);
-    };
-    Parser.prototype._parseTerm = function () {
-        var node = this.create(_cssNodes__WEBPACK_IMPORTED_MODULE_1__["Term"]);
-        node.setOperator(this._parseUnaryOperator()); // optional
-        if (node.setExpression(this._parseURILiteral()) || // url before function
-            node.setExpression(this._parseFunction()) || // function before ident
-            node.setExpression(this._parseIdent()) ||
-            node.setExpression(this._parseStringLiteral()) ||
-            node.setExpression(this._parseNumeric()) ||
-            node.setExpression(this._parseHexColor()) ||
-            node.setExpression(this._parseOperation()) ||
-            node.setExpression(this._parseNamedLine())) {
-            return this.finish(node);
+        return result;
+    }
+    Command.create = create;
+    /**
+     * Checks whether the given literal conforms to the [Command](#Command) interface.
+     */
+    function is(value) {
+        var candidate = value;
+        return Is.defined(candidate) && Is.string(candidate.title) && Is.string(candidate.command);
+    }
+    Command.is = is;
+})(Command || (Command = {}));
+/**
+ * The TextEdit namespace provides helper function to create replace,
+ * insert and delete edits more easily.
+ */
+var TextEdit;
+(function (TextEdit) {
+    /**
+     * Creates a replace text edit.
+     * @param range The range of text to be replaced.
+     * @param newText The new text.
+     */
+    function replace(range, newText) {
+        return { range: range, newText: newText };
+    }
+    TextEdit.replace = replace;
+    /**
+     * Creates a insert text edit.
+     * @param position The position to insert the text at.
+     * @param newText The text to be inserted.
+     */
+    function insert(position, newText) {
+        return { range: { start: position, end: position }, newText: newText };
+    }
+    TextEdit.insert = insert;
+    /**
+     * Creates a delete text edit.
+     * @param range The range of text to be deleted.
+     */
+    function del(range) {
+        return { range: range, newText: '' };
+    }
+    TextEdit.del = del;
+    function is(value) {
+        var candidate = value;
+        return Is.objectLiteral(candidate)
+            && Is.string(candidate.newText)
+            && Range.is(candidate.range);
+    }
+    TextEdit.is = is;
+})(TextEdit || (TextEdit = {}));
+/**
+ * The TextDocumentEdit namespace provides helper function to create
+ * an edit that manipulates a text document.
+ */
+var TextDocumentEdit;
+(function (TextDocumentEdit) {
+    /**
+     * Creates a new `TextDocumentEdit`
+     */
+    function create(textDocument, edits) {
+        return { textDocument: textDocument, edits: edits };
+    }
+    TextDocumentEdit.create = create;
+    function is(value) {
+        var candidate = value;
+        return Is.defined(candidate)
+            && VersionedTextDocumentIdentifier.is(candidate.textDocument)
+            && Array.isArray(candidate.edits);
+    }
+    TextDocumentEdit.is = is;
+})(TextDocumentEdit || (TextDocumentEdit = {}));
+var CreateFile;
+(function (CreateFile) {
+    function create(uri, options) {
+        var result = {
+            kind: 'create',
+            uri: uri
+        };
+        if (options !== void 0 && (options.overwrite !== void 0 || options.ignoreIfExists !== void 0)) {
+            result.options = options;
         }
-        return null;
-    };
-    Parser.prototype._parseOperation = function () {
-        if (!this.peek(_cssScanner__WEBPACK_IMPORTED_MODULE_0__["TokenType"].ParenthesisL)) {
-            return null;
+        return result;
+    }
+    CreateFile.create = create;
+    function is(value) {
+        var candidate = value;
+        return candidate && candidate.kind === 'create' && Is.string(candidate.uri) &&
+            (candidate.options === void 0 ||
+                ((candidate.options.overwrite === void 0 || Is.boolean(candidate.options.overwrite)) && (candidate.options.ignoreIfExists === void 0 || Is.boolean(candidate.options.ignoreIfExists))));
+    }
+    CreateFile.is = is;
+})(CreateFile || (CreateFile = {}));
+var RenameFile;
+(function (RenameFile) {
+    function create(oldUri, newUri, options) {
+        var result = {
+            kind: 'rename',
+            oldUri: oldUri,
+            newUri: newUri
+        };
+        if (options !== void 0 && (options.overwrite !== void 0 || options.ignoreIfExists !== void 0)) {
+            result.options = options;
         }
-        var node = this.create(_cssNodes__WEBPACK_IMPORTED_MODULE_1__["Node"]);
-        this.consumeToken(); // ParenthesisL
-        node.addChild(this._parseExpr());
-        if (!this.accept(_cssScanner__WEBPACK_IMPORTED_MODULE_0__["TokenType"].ParenthesisR)) {
-            return this.finish(node, _cssErrors__WEBPACK_IMPORTED_MODULE_2__["ParseError"].RightParenthesisExpected);
+        return result;
+    }
+    RenameFile.create = create;
+    function is(value) {
+        var candidate = value;
+        return candidate && candidate.kind === 'rename' && Is.string(candidate.oldUri) && Is.string(candidate.newUri) &&
+            (candidate.options === void 0 ||
+                ((candidate.options.overwrite === void 0 || Is.boolean(candidate.options.overwrite)) && (candidate.options.ignoreIfExists === void 0 || Is.boolean(candidate.options.ignoreIfExists))));
+    }
+    RenameFile.is = is;
+})(RenameFile || (RenameFile = {}));
+var DeleteFile;
+(function (DeleteFile) {
+    function create(uri, options) {
+        var result = {
+            kind: 'delete',
+            uri: uri
+        };
+        if (options !== void 0 && (options.recursive !== void 0 || options.ignoreIfNotExists !== void 0)) {
+            result.options = options;
         }
-        return this.finish(node);
+        return result;
+    }
+    DeleteFile.create = create;
+    function is(value) {
+        var candidate = value;
+        return candidate && candidate.kind === 'delete' && Is.string(candidate.uri) &&
+            (candidate.options === void 0 ||
+                ((candidate.options.recursive === void 0 || Is.boolean(candidate.options.recursive)) && (candidate.options.ignoreIfNotExists === void 0 || Is.boolean(candidate.options.ignoreIfNotExists))));
+    }
+    DeleteFile.is = is;
+})(DeleteFile || (DeleteFile = {}));
+var WorkspaceEdit;
+(function (WorkspaceEdit) {
+    function is(value) {
+        var candidate = value;
+        return candidate &&
+            (candidate.changes !== void 0 || candidate.documentChanges !== void 0) &&
+            (candidate.documentChanges === void 0 || candidate.documentChanges.every(function (change) {
+                if (Is.string(change.kind)) {
+                    return CreateFile.is(change) || RenameFile.is(change) || DeleteFile.is(change);
+                }
+                else {
+                    return TextDocumentEdit.is(change);
+                }
+            }));
+    }
+    WorkspaceEdit.is = is;
+})(WorkspaceEdit || (WorkspaceEdit = {}));
+var TextEditChangeImpl = /** @class */ (function () {
+    function TextEditChangeImpl(edits) {
+        this.edits = edits;
+    }
+    TextEditChangeImpl.prototype.insert = function (position, newText) {
+        this.edits.push(TextEdit.insert(position, newText));
     };
-    Parser.prototype._parseNumeric = function () {
-        if (this.peek(_cssScanner__WEBPACK_IMPORTED_MODULE_0__["TokenType"].Num) ||
-            this.peek(_cssScanner__WEBPACK_IMPORTED_MODULE_0__["TokenType"].Percentage) ||
-            this.peek(_cssScanner__WEBPACK_IMPORTED_MODULE_0__["TokenType"].Resolution) ||
-            this.peek(_cssScanner__WEBPACK_IMPORTED_MODULE_0__["TokenType"].Length) ||
-            this.peek(_cssScanner__WEBPACK_IMPORTED_MODULE_0__["TokenType"].EMS) ||
-            this.peek(_cssScanner__WEBPACK_IMPORTED_MODULE_0__["TokenType"].EXS) ||
-            this.peek(_cssScanner__WEBPACK_IMPORTED_MODULE_0__["TokenType"].Angle) ||
-            this.peek(_cssScanner__WEBPACK_IMPORTED_MODULE_0__["TokenType"].Time) ||
-            this.peek(_cssScanner__WEBPACK_IMPORTED_MODULE_0__["TokenType"].Dimension) ||
-            this.peek(_cssScanner__WEBPACK_IMPORTED_MODULE_0__["TokenType"].Freq)) {
-            var node = this.create(_cssNodes__WEBPACK_IMPORTED_MODULE_1__["NumericValue"]);
-            this.consumeToken();
-            return this.finish(node);
-        }
-        return null;
+    TextEditChangeImpl.prototype.replace = function (range, newText) {
+        this.edits.push(TextEdit.replace(range, newText));
     };
-    Parser.prototype._parseStringLiteral = function () {
-        if (!this.peek(_cssScanner__WEBPACK_IMPORTED_MODULE_0__["TokenType"].String) && !this.peek(_cssScanner__WEBPACK_IMPORTED_MODULE_0__["TokenType"].BadString)) {
-            return null;
-        }
-        var node = this.createNode(_cssNodes__WEBPACK_IMPORTED_MODULE_1__["NodeType"].StringLiteral);
-        this.consumeToken();
-        return this.finish(node);
+    TextEditChangeImpl.prototype.delete = function (range) {
+        this.edits.push(TextEdit.del(range));
     };
-    Parser.prototype._parseURILiteral = function () {
-        if (!this.peekRegExp(_cssScanner__WEBPACK_IMPORTED_MODULE_0__["TokenType"].Ident, /^url(-prefix)?$/i)) {
-            return null;
-        }
-        var pos = this.mark();
-        var node = this.createNode(_cssNodes__WEBPACK_IMPORTED_MODULE_1__["NodeType"].URILiteral);
-        this.accept(_cssScanner__WEBPACK_IMPORTED_MODULE_0__["TokenType"].Ident);
-        if (this.hasWhitespace() || !this.peek(_cssScanner__WEBPACK_IMPORTED_MODULE_0__["TokenType"].ParenthesisL)) {
-            this.restoreAtMark(pos);
-            return null;
-        }
-        this.scanner.inURL = true;
-        this.consumeToken(); // consume ()
-        node.addChild(this._parseURLArgument()); // argument is optional
-        this.scanner.inURL = false;
-        if (!this.accept(_cssScanner__WEBPACK_IMPORTED_MODULE_0__["TokenType"].ParenthesisR)) {
-            return this.finish(node, _cssErrors__WEBPACK_IMPORTED_MODULE_2__["ParseError"].RightParenthesisExpected);
-        }
-        return this.finish(node);
+    TextEditChangeImpl.prototype.add = function (edit) {
+        this.edits.push(edit);
     };
-    Parser.prototype._parseURLArgument = function () {
-        var node = this.create(_cssNodes__WEBPACK_IMPORTED_MODULE_1__["Node"]);
-        if (!this.accept(_cssScanner__WEBPACK_IMPORTED_MODULE_0__["TokenType"].String) && !this.accept(_cssScanner__WEBPACK_IMPORTED_MODULE_0__["TokenType"].BadString) && !this.acceptUnquotedString()) {
-            return null;
-        }
-        return this.finish(node);
+    TextEditChangeImpl.prototype.all = function () {
+        return this.edits;
     };
-    Parser.prototype._parseIdent = function (referenceTypes) {
-        if (!this.peek(_cssScanner__WEBPACK_IMPORTED_MODULE_0__["TokenType"].Ident)) {
-            return null;
-        }
-        var node = this.create(_cssNodes__WEBPACK_IMPORTED_MODULE_1__["Identifier"]);
-        if (referenceTypes) {
-            node.referenceTypes = referenceTypes;
-        }
-        node.isCustomProperty = this.peekRegExp(_cssScanner__WEBPACK_IMPORTED_MODULE_0__["TokenType"].Ident, /^--/);
-        this.consumeToken();
-        return this.finish(node);
+    TextEditChangeImpl.prototype.clear = function () {
+        this.edits.splice(0, this.edits.length);
     };
-    Parser.prototype._parseFunction = function () {
-        var pos = this.mark();
-        var node = this.create(_cssNodes__WEBPACK_IMPORTED_MODULE_1__["Function"]);
-        if (!node.setIdentifier(this._parseFunctionIdentifier())) {
-            return null;
-        }
-        if (this.hasWhitespace() || !this.accept(_cssScanner__WEBPACK_IMPORTED_MODULE_0__["TokenType"].ParenthesisL)) {
-            this.restoreAtMark(pos);
-            return null;
-        }
-        if (node.getArguments().addChild(this._parseFunctionArgument())) {
-            while (this.accept(_cssScanner__WEBPACK_IMPORTED_MODULE_0__["TokenType"].Comma)) {
-                if (this.peek(_cssScanner__WEBPACK_IMPORTED_MODULE_0__["TokenType"].ParenthesisR)) {
-                    break;
-                }
-                if (!node.getArguments().addChild(this._parseFunctionArgument())) {
-                    this.markError(node, _cssErrors__WEBPACK_IMPORTED_MODULE_2__["ParseError"].ExpressionExpected);
-                }
+    return TextEditChangeImpl;
+}());
+/**
+ * A workspace change helps constructing changes to a workspace.
+ */
+var WorkspaceChange = /** @class */ (function () {
+    function WorkspaceChange(workspaceEdit) {
+        var _this = this;
+        this._textEditChanges = Object.create(null);
+        if (workspaceEdit) {
+            this._workspaceEdit = workspaceEdit;
+            if (workspaceEdit.documentChanges) {
+                workspaceEdit.documentChanges.forEach(function (change) {
+                    if (TextDocumentEdit.is(change)) {
+                        var textEditChange = new TextEditChangeImpl(change.edits);
+                        _this._textEditChanges[change.textDocument.uri] = textEditChange;
+                    }
+                });
             }
-        }
-        if (!this.accept(_cssScanner__WEBPACK_IMPORTED_MODULE_0__["TokenType"].ParenthesisR)) {
-            return this.finish(node, _cssErrors__WEBPACK_IMPORTED_MODULE_2__["ParseError"].RightParenthesisExpected);
-        }
-        return this.finish(node);
-    };
-    Parser.prototype._parseFunctionIdentifier = function () {
-        if (!this.peek(_cssScanner__WEBPACK_IMPORTED_MODULE_0__["TokenType"].Ident)) {
-            return null;
-        }
-        var node = this.create(_cssNodes__WEBPACK_IMPORTED_MODULE_1__["Identifier"]);
-        node.referenceTypes = [_cssNodes__WEBPACK_IMPORTED_MODULE_1__["ReferenceType"].Function];
-        if (this.acceptIdent('progid')) {
-            // support for IE7 specific filters: 'progid:DXImageTransform.Microsoft.MotionBlur(strength=13, direction=310)'
-            if (this.accept(_cssScanner__WEBPACK_IMPORTED_MODULE_0__["TokenType"].Colon)) {
-                while (this.accept(_cssScanner__WEBPACK_IMPORTED_MODULE_0__["TokenType"].Ident) && this.acceptDelim('.')) {
-                    // loop
-                }
+            else if (workspaceEdit.changes) {
+                Object.keys(workspaceEdit.changes).forEach(function (key) {
+                    var textEditChange = new TextEditChangeImpl(workspaceEdit.changes[key]);
+                    _this._textEditChanges[key] = textEditChange;
+                });
             }
-            return this.finish(node);
-        }
-        this.consumeToken();
-        return this.finish(node);
-    };
-    Parser.prototype._parseFunctionArgument = function () {
-        var node = this.create(_cssNodes__WEBPACK_IMPORTED_MODULE_1__["FunctionArgument"]);
-        if (node.setValue(this._parseExpr(true))) {
-            return this.finish(node);
         }
-        return null;
-    };
-    Parser.prototype._parseHexColor = function () {
-        if (this.peekRegExp(_cssScanner__WEBPACK_IMPORTED_MODULE_0__["TokenType"].Hash, /^#([A-Fa-f0-9]{3}|[A-Fa-f0-9]{4}|[A-Fa-f0-9]{6}|[A-Fa-f0-9]{8})$/g)) {
-            var node = this.create(_cssNodes__WEBPACK_IMPORTED_MODULE_1__["HexColorValue"]);
-            this.consumeToken();
-            return this.finish(node);
+    }
+    Object.defineProperty(WorkspaceChange.prototype, "edit", {
+        /**
+         * Returns the underlying [WorkspaceEdit](#WorkspaceEdit) literal
+         * use to be returned from a workspace edit operation like rename.
+         */
+        get: function () {
+            if (this._workspaceEdit === undefined) {
+                return { documentChanges: [] };
+            }
+            return this._workspaceEdit;
+        },
+        enumerable: true,
+        configurable: true
+    });
+    WorkspaceChange.prototype.getTextEditChange = function (key) {
+        if (VersionedTextDocumentIdentifier.is(key)) {
+            if (!this._workspaceEdit) {
+                this._workspaceEdit = {
+                    documentChanges: []
+                };
+            }
+            if (!this._workspaceEdit.documentChanges) {
+                throw new Error('Workspace edit is not configured for document changes.');
+            }
+            var textDocument = key;
+            var result = this._textEditChanges[textDocument.uri];
+            if (!result) {
+                var edits = [];
+                var textDocumentEdit = {
+                    textDocument: textDocument,
+                    edits: edits
+                };
+                this._workspaceEdit.documentChanges.push(textDocumentEdit);
+                result = new TextEditChangeImpl(edits);
+                this._textEditChanges[textDocument.uri] = result;
+            }
+            return result;
         }
         else {
-            return null;
+            if (!this._workspaceEdit) {
+                this._workspaceEdit = {
+                    changes: Object.create(null)
+                };
+            }
+            if (!this._workspaceEdit.changes) {
+                throw new Error('Workspace edit is not configured for normal text edit changes.');
+            }
+            var result = this._textEditChanges[key];
+            if (!result) {
+                var edits = [];
+                this._workspaceEdit.changes[key] = edits;
+                result = new TextEditChangeImpl(edits);
+                this._textEditChanges[key] = result;
+            }
+            return result;
         }
     };
-    return Parser;
-}());
-
-
-
-/***/ }),
-/* 74 */
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
-
-"use strict";
-__webpack_require__.r(__webpack_exports__);
-/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "TokenType", function() { return TokenType; });
-/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "MultiLineStream", function() { return MultiLineStream; });
-/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Scanner", function() { return Scanner; });
-/*---------------------------------------------------------------------------------------------
- *  Copyright (c) Microsoft Corporation. All rights reserved.
- *  Licensed under the MIT License. See License.txt in the project root for license information.
- *--------------------------------------------------------------------------------------------*/
-
-var TokenType;
-(function (TokenType) {
-    TokenType[TokenType["Ident"] = 0] = "Ident";
-    TokenType[TokenType["AtKeyword"] = 1] = "AtKeyword";
-    TokenType[TokenType["String"] = 2] = "String";
-    TokenType[TokenType["BadString"] = 3] = "BadString";
-    TokenType[TokenType["UnquotedString"] = 4] = "UnquotedString";
-    TokenType[TokenType["Hash"] = 5] = "Hash";
-    TokenType[TokenType["Num"] = 6] = "Num";
-    TokenType[TokenType["Percentage"] = 7] = "Percentage";
-    TokenType[TokenType["Dimension"] = 8] = "Dimension";
-    TokenType[TokenType["UnicodeRange"] = 9] = "UnicodeRange";
-    TokenType[TokenType["CDO"] = 10] = "CDO";
-    TokenType[TokenType["CDC"] = 11] = "CDC";
-    TokenType[TokenType["Colon"] = 12] = "Colon";
-    TokenType[TokenType["SemiColon"] = 13] = "SemiColon";
-    TokenType[TokenType["CurlyL"] = 14] = "CurlyL";
-    TokenType[TokenType["CurlyR"] = 15] = "CurlyR";
-    TokenType[TokenType["ParenthesisL"] = 16] = "ParenthesisL";
-    TokenType[TokenType["ParenthesisR"] = 17] = "ParenthesisR";
-    TokenType[TokenType["BracketL"] = 18] = "BracketL";
-    TokenType[TokenType["BracketR"] = 19] = "BracketR";
-    TokenType[TokenType["Whitespace"] = 20] = "Whitespace";
-    TokenType[TokenType["Includes"] = 21] = "Includes";
-    TokenType[TokenType["Dashmatch"] = 22] = "Dashmatch";
-    TokenType[TokenType["SubstringOperator"] = 23] = "SubstringOperator";
-    TokenType[TokenType["PrefixOperator"] = 24] = "PrefixOperator";
-    TokenType[TokenType["SuffixOperator"] = 25] = "SuffixOperator";
-    TokenType[TokenType["Delim"] = 26] = "Delim";
-    TokenType[TokenType["EMS"] = 27] = "EMS";
-    TokenType[TokenType["EXS"] = 28] = "EXS";
-    TokenType[TokenType["Length"] = 29] = "Length";
-    TokenType[TokenType["Angle"] = 30] = "Angle";
-    TokenType[TokenType["Time"] = 31] = "Time";
-    TokenType[TokenType["Freq"] = 32] = "Freq";
-    TokenType[TokenType["Exclamation"] = 33] = "Exclamation";
-    TokenType[TokenType["Resolution"] = 34] = "Resolution";
-    TokenType[TokenType["Comma"] = 35] = "Comma";
-    TokenType[TokenType["Charset"] = 36] = "Charset";
-    TokenType[TokenType["EscapedJavaScript"] = 37] = "EscapedJavaScript";
-    TokenType[TokenType["BadEscapedJavaScript"] = 38] = "BadEscapedJavaScript";
-    TokenType[TokenType["Comment"] = 39] = "Comment";
-    TokenType[TokenType["SingleLineComment"] = 40] = "SingleLineComment";
-    TokenType[TokenType["EOF"] = 41] = "EOF";
-    TokenType[TokenType["CustomToken"] = 42] = "CustomToken";
-})(TokenType || (TokenType = {}));
-var MultiLineStream = /** @class */ (function () {
-    function MultiLineStream(source) {
-        this.source = source;
-        this.len = source.length;
-        this.position = 0;
-    }
-    MultiLineStream.prototype.substring = function (from, to) {
-        if (to === void 0) { to = this.position; }
-        return this.source.substring(from, to);
-    };
-    MultiLineStream.prototype.eos = function () {
-        return this.len <= this.position;
-    };
-    MultiLineStream.prototype.pos = function () {
-        return this.position;
-    };
-    MultiLineStream.prototype.goBackTo = function (pos) {
-        this.position = pos;
-    };
-    MultiLineStream.prototype.goBack = function (n) {
-        this.position -= n;
-    };
-    MultiLineStream.prototype.advance = function (n) {
-        this.position += n;
-    };
-    MultiLineStream.prototype.nextChar = function () {
-        return this.source.charCodeAt(this.position++) || 0;
+    WorkspaceChange.prototype.createFile = function (uri, options) {
+        this.checkDocumentChanges();
+        this._workspaceEdit.documentChanges.push(CreateFile.create(uri, options));
     };
-    MultiLineStream.prototype.peekChar = function (n) {
-        if (n === void 0) { n = 0; }
-        return this.source.charCodeAt(this.position + n) || 0;
+    WorkspaceChange.prototype.renameFile = function (oldUri, newUri, options) {
+        this.checkDocumentChanges();
+        this._workspaceEdit.documentChanges.push(RenameFile.create(oldUri, newUri, options));
     };
-    MultiLineStream.prototype.lookbackChar = function (n) {
-        if (n === void 0) { n = 0; }
-        return this.source.charCodeAt(this.position - n) || 0;
+    WorkspaceChange.prototype.deleteFile = function (uri, options) {
+        this.checkDocumentChanges();
+        this._workspaceEdit.documentChanges.push(DeleteFile.create(uri, options));
     };
-    MultiLineStream.prototype.advanceIfChar = function (ch) {
-        if (ch === this.source.charCodeAt(this.position)) {
-            this.position++;
-            return true;
+    WorkspaceChange.prototype.checkDocumentChanges = function () {
+        if (!this._workspaceEdit || !this._workspaceEdit.documentChanges) {
+            throw new Error('Workspace edit is not configured for document changes.');
         }
-        return false;
     };
-    MultiLineStream.prototype.advanceIfChars = function (ch) {
-        if (this.position + ch.length > this.source.length) {
-            return false;
-        }
-        var i = 0;
-        for (; i < ch.length; i++) {
-            if (this.source.charCodeAt(this.position + i) !== ch[i]) {
-                return false;
-            }
-        }
-        this.advance(i);
-        return true;
-    };
-    MultiLineStream.prototype.advanceWhileChar = function (condition) {
-        var posNow = this.position;
-        while (this.position < this.len && condition(this.source.charCodeAt(this.position))) {
-            this.position++;
-        }
-        return this.position - posNow;
-    };
-    return MultiLineStream;
+    return WorkspaceChange;
 }());
 
-var _a = 'a'.charCodeAt(0);
-var _f = 'f'.charCodeAt(0);
-var _z = 'z'.charCodeAt(0);
-var _A = 'A'.charCodeAt(0);
-var _F = 'F'.charCodeAt(0);
-var _Z = 'Z'.charCodeAt(0);
-var _0 = '0'.charCodeAt(0);
-var _9 = '9'.charCodeAt(0);
-var _TLD = '~'.charCodeAt(0);
-var _HAT = '^'.charCodeAt(0);
-var _EQS = '='.charCodeAt(0);
-var _PIP = '|'.charCodeAt(0);
-var _MIN = '-'.charCodeAt(0);
-var _USC = '_'.charCodeAt(0);
-var _PRC = '%'.charCodeAt(0);
-var _MUL = '*'.charCodeAt(0);
-var _LPA = '('.charCodeAt(0);
-var _RPA = ')'.charCodeAt(0);
-var _LAN = '<'.charCodeAt(0);
-var _RAN = '>'.charCodeAt(0);
-var _ATS = '@'.charCodeAt(0);
-var _HSH = '#'.charCodeAt(0);
-var _DLR = '$'.charCodeAt(0);
-var _BSL = '\\'.charCodeAt(0);
-var _FSL = '/'.charCodeAt(0);
-var _NWL = '\n'.charCodeAt(0);
-var _CAR = '\r'.charCodeAt(0);
-var _LFD = '\f'.charCodeAt(0);
-var _DQO = '"'.charCodeAt(0);
-var _SQO = '\''.charCodeAt(0);
-var _WSP = ' '.charCodeAt(0);
-var _TAB = '\t'.charCodeAt(0);
-var _SEM = ';'.charCodeAt(0);
-var _COL = ':'.charCodeAt(0);
-var _CUL = '{'.charCodeAt(0);
-var _CUR = '}'.charCodeAt(0);
-var _BRL = '['.charCodeAt(0);
-var _BRR = ']'.charCodeAt(0);
-var _CMA = ','.charCodeAt(0);
-var _DOT = '.'.charCodeAt(0);
-var _BNG = '!'.charCodeAt(0);
-var staticTokenTable = {};
-staticTokenTable[_SEM] = TokenType.SemiColon;
-staticTokenTable[_COL] = TokenType.Colon;
-staticTokenTable[_CUL] = TokenType.CurlyL;
-staticTokenTable[_CUR] = TokenType.CurlyR;
-staticTokenTable[_BRR] = TokenType.BracketR;
-staticTokenTable[_BRL] = TokenType.BracketL;
-staticTokenTable[_LPA] = TokenType.ParenthesisL;
-staticTokenTable[_RPA] = TokenType.ParenthesisR;
-staticTokenTable[_CMA] = TokenType.Comma;
-var staticUnitTable = {};
-staticUnitTable['em'] = TokenType.EMS;
-staticUnitTable['ex'] = TokenType.EXS;
-staticUnitTable['px'] = TokenType.Length;
-staticUnitTable['cm'] = TokenType.Length;
-staticUnitTable['mm'] = TokenType.Length;
-staticUnitTable['in'] = TokenType.Length;
-staticUnitTable['pt'] = TokenType.Length;
-staticUnitTable['pc'] = TokenType.Length;
-staticUnitTable['deg'] = TokenType.Angle;
-staticUnitTable['rad'] = TokenType.Angle;
-staticUnitTable['grad'] = TokenType.Angle;
-staticUnitTable['ms'] = TokenType.Time;
-staticUnitTable['s'] = TokenType.Time;
-staticUnitTable['hz'] = TokenType.Freq;
-staticUnitTable['khz'] = TokenType.Freq;
-staticUnitTable['%'] = TokenType.Percentage;
-staticUnitTable['fr'] = TokenType.Percentage;
-staticUnitTable['dpi'] = TokenType.Resolution;
-staticUnitTable['dpcm'] = TokenType.Resolution;
-var Scanner = /** @class */ (function () {
-    function Scanner() {
-        this.stream = new MultiLineStream('');
-        this.ignoreComment = true;
-        this.ignoreWhitespace = true;
-        this.inURL = false;
+/**
+ * The TextDocumentIdentifier namespace provides helper functions to work with
+ * [TextDocumentIdentifier](#TextDocumentIdentifier) literals.
+ */
+var TextDocumentIdentifier;
+(function (TextDocumentIdentifier) {
+    /**
+     * Creates a new TextDocumentIdentifier literal.
+     * @param uri The document's uri.
+     */
+    function create(uri) {
+        return { uri: uri };
     }
-    Scanner.prototype.setSource = function (input) {
-        this.stream = new MultiLineStream(input);
-    };
-    Scanner.prototype.finishToken = function (offset, type, text) {
-        return {
-            offset: offset,
-            len: this.stream.pos() - offset,
-            type: type,
-            text: text || this.stream.substring(offset)
+    TextDocumentIdentifier.create = create;
+    /**
+     * Checks whether the given literal conforms to the [TextDocumentIdentifier](#TextDocumentIdentifier) interface.
+     */
+    function is(value) {
+        var candidate = value;
+        return Is.defined(candidate) && Is.string(candidate.uri);
+    }
+    TextDocumentIdentifier.is = is;
+})(TextDocumentIdentifier || (TextDocumentIdentifier = {}));
+/**
+ * The VersionedTextDocumentIdentifier namespace provides helper functions to work with
+ * [VersionedTextDocumentIdentifier](#VersionedTextDocumentIdentifier) literals.
+ */
+var VersionedTextDocumentIdentifier;
+(function (VersionedTextDocumentIdentifier) {
+    /**
+     * Creates a new VersionedTextDocumentIdentifier literal.
+     * @param uri The document's uri.
+     * @param uri The document's text.
+     */
+    function create(uri, version) {
+        return { uri: uri, version: version };
+    }
+    VersionedTextDocumentIdentifier.create = create;
+    /**
+     * Checks whether the given literal conforms to the [VersionedTextDocumentIdentifier](#VersionedTextDocumentIdentifier) interface.
+     */
+    function is(value) {
+        var candidate = value;
+        return Is.defined(candidate) && Is.string(candidate.uri) && (candidate.version === null || Is.number(candidate.version));
+    }
+    VersionedTextDocumentIdentifier.is = is;
+})(VersionedTextDocumentIdentifier || (VersionedTextDocumentIdentifier = {}));
+/**
+ * The TextDocumentItem namespace provides helper functions to work with
+ * [TextDocumentItem](#TextDocumentItem) literals.
+ */
+var TextDocumentItem;
+(function (TextDocumentItem) {
+    /**
+     * Creates a new TextDocumentItem literal.
+     * @param uri The document's uri.
+     * @param languageId The document's language identifier.
+     * @param version The document's version number.
+     * @param text The document's text.
+     */
+    function create(uri, languageId, version, text) {
+        return { uri: uri, languageId: languageId, version: version, text: text };
+    }
+    TextDocumentItem.create = create;
+    /**
+     * Checks whether the given literal conforms to the [TextDocumentItem](#TextDocumentItem) interface.
+     */
+    function is(value) {
+        var candidate = value;
+        return Is.defined(candidate) && Is.string(candidate.uri) && Is.string(candidate.languageId) && Is.number(candidate.version) && Is.string(candidate.text);
+    }
+    TextDocumentItem.is = is;
+})(TextDocumentItem || (TextDocumentItem = {}));
+/**
+ * Describes the content type that a client supports in various
+ * result literals like `Hover`, `ParameterInfo` or `CompletionItem`.
+ *
+ * Please note that `MarkupKinds` must not start with a `$`. This kinds
+ * are reserved for internal usage.
+ */
+var MarkupKind;
+(function (MarkupKind) {
+    /**
+     * Plain text is supported as a content format
+     */
+    MarkupKind.PlainText = 'plaintext';
+    /**
+     * Markdown is supported as a content format
+     */
+    MarkupKind.Markdown = 'markdown';
+})(MarkupKind || (MarkupKind = {}));
+(function (MarkupKind) {
+    /**
+     * Checks whether the given value is a value of the [MarkupKind](#MarkupKind) type.
+     */
+    function is(value) {
+        var candidate = value;
+        return candidate === MarkupKind.PlainText || candidate === MarkupKind.Markdown;
+    }
+    MarkupKind.is = is;
+})(MarkupKind || (MarkupKind = {}));
+var MarkupContent;
+(function (MarkupContent) {
+    /**
+     * Checks whether the given value conforms to the [MarkupContent](#MarkupContent) interface.
+     */
+    function is(value) {
+        var candidate = value;
+        return Is.objectLiteral(value) && MarkupKind.is(candidate.kind) && Is.string(candidate.value);
+    }
+    MarkupContent.is = is;
+})(MarkupContent || (MarkupContent = {}));
+/**
+ * The kind of a completion entry.
+ */
+var CompletionItemKind;
+(function (CompletionItemKind) {
+    CompletionItemKind.Text = 1;
+    CompletionItemKind.Method = 2;
+    CompletionItemKind.Function = 3;
+    CompletionItemKind.Constructor = 4;
+    CompletionItemKind.Field = 5;
+    CompletionItemKind.Variable = 6;
+    CompletionItemKind.Class = 7;
+    CompletionItemKind.Interface = 8;
+    CompletionItemKind.Module = 9;
+    CompletionItemKind.Property = 10;
+    CompletionItemKind.Unit = 11;
+    CompletionItemKind.Value = 12;
+    CompletionItemKind.Enum = 13;
+    CompletionItemKind.Keyword = 14;
+    CompletionItemKind.Snippet = 15;
+    CompletionItemKind.Color = 16;
+    CompletionItemKind.File = 17;
+    CompletionItemKind.Reference = 18;
+    CompletionItemKind.Folder = 19;
+    CompletionItemKind.EnumMember = 20;
+    CompletionItemKind.Constant = 21;
+    CompletionItemKind.Struct = 22;
+    CompletionItemKind.Event = 23;
+    CompletionItemKind.Operator = 24;
+    CompletionItemKind.TypeParameter = 25;
+})(CompletionItemKind || (CompletionItemKind = {}));
+/**
+ * Defines whether the insert text in a completion item should be interpreted as
+ * plain text or a snippet.
+ */
+var InsertTextFormat;
+(function (InsertTextFormat) {
+    /**
+     * The primary text to be inserted is treated as a plain string.
+     */
+    InsertTextFormat.PlainText = 1;
+    /**
+     * The primary text to be inserted is treated as a snippet.
+     *
+     * A snippet can define tab stops and placeholders with `$1`, `$2`
+     * and `${3:foo}`. `$0` defines the final tab stop, it defaults to
+     * the end of the snippet. Placeholders with equal identifiers are linked,
+     * that is typing in one will update others too.
+     *
+     * See also: https://microsoft.github.io/language-server-protocol/specifications/specification-current/#snippet_syntax
+     */
+    InsertTextFormat.Snippet = 2;
+})(InsertTextFormat || (InsertTextFormat = {}));
+/**
+ * Completion item tags are extra annotations that tweak the rendering of a completion
+ * item.
+ *
+ * @since 3.15.0
+ */
+var CompletionItemTag;
+(function (CompletionItemTag) {
+    /**
+     * Render a completion as obsolete, usually using a strike-out.
+     */
+    CompletionItemTag.Deprecated = 1;
+})(CompletionItemTag || (CompletionItemTag = {}));
+/**
+ * The InsertReplaceEdit namespace provides functions to deal with insert / replace edits.
+ *
+ * @since 3.16.0 - Proposed state
+ */
+var InsertReplaceEdit;
+(function (InsertReplaceEdit) {
+    /**
+     * Creates a new insert / replace edit
+     */
+    function create(newText, insert, replace) {
+        return { newText: newText, insert: insert, replace: replace };
+    }
+    InsertReplaceEdit.create = create;
+    /**
+     * Checks whether the given liternal conforms to the [InsertReplaceEdit](#InsertReplaceEdit) interface.
+     */
+    function is(value) {
+        var candidate = value;
+        return candidate && Is.string(candidate.newText) && Range.is(candidate.insert) && Range.is(candidate.replace);
+    }
+    InsertReplaceEdit.is = is;
+})(InsertReplaceEdit || (InsertReplaceEdit = {}));
+/**
+ * The CompletionItem namespace provides functions to deal with
+ * completion items.
+ */
+var CompletionItem;
+(function (CompletionItem) {
+    /**
+     * Create a completion item and seed it with a label.
+     * @param label The completion item's label
+     */
+    function create(label) {
+        return { label: label };
+    }
+    CompletionItem.create = create;
+})(CompletionItem || (CompletionItem = {}));
+/**
+ * The CompletionList namespace provides functions to deal with
+ * completion lists.
+ */
+var CompletionList;
+(function (CompletionList) {
+    /**
+     * Creates a new completion list.
+     *
+     * @param items The completion items.
+     * @param isIncomplete The list is not complete.
+     */
+    function create(items, isIncomplete) {
+        return { items: items ? items : [], isIncomplete: !!isIncomplete };
+    }
+    CompletionList.create = create;
+})(CompletionList || (CompletionList = {}));
+var MarkedString;
+(function (MarkedString) {
+    /**
+     * Creates a marked string from plain text.
+     *
+     * @param plainText The plain text.
+     */
+    function fromPlainText(plainText) {
+        return plainText.replace(/[\\`*_{}[\]()#+\-.!]/g, '\\$&'); // escape markdown syntax tokens: http://daringfireball.net/projects/markdown/syntax#backslash
+    }
+    MarkedString.fromPlainText = fromPlainText;
+    /**
+     * Checks whether the given value conforms to the [MarkedString](#MarkedString) type.
+     */
+    function is(value) {
+        var candidate = value;
+        return Is.string(candidate) || (Is.objectLiteral(candidate) && Is.string(candidate.language) && Is.string(candidate.value));
+    }
+    MarkedString.is = is;
+})(MarkedString || (MarkedString = {}));
+var Hover;
+(function (Hover) {
+    /**
+     * Checks whether the given value conforms to the [Hover](#Hover) interface.
+     */
+    function is(value) {
+        var candidate = value;
+        return !!candidate && Is.objectLiteral(candidate) && (MarkupContent.is(candidate.contents) ||
+            MarkedString.is(candidate.contents) ||
+            Is.typedArray(candidate.contents, MarkedString.is)) && (value.range === void 0 || Range.is(value.range));
+    }
+    Hover.is = is;
+})(Hover || (Hover = {}));
+/**
+ * The ParameterInformation namespace provides helper functions to work with
+ * [ParameterInformation](#ParameterInformation) literals.
+ */
+var ParameterInformation;
+(function (ParameterInformation) {
+    /**
+     * Creates a new parameter information literal.
+     *
+     * @param label A label string.
+     * @param documentation A doc string.
+     */
+    function create(label, documentation) {
+        return documentation ? { label: label, documentation: documentation } : { label: label };
+    }
+    ParameterInformation.create = create;
+})(ParameterInformation || (ParameterInformation = {}));
+/**
+ * The SignatureInformation namespace provides helper functions to work with
+ * [SignatureInformation](#SignatureInformation) literals.
+ */
+var SignatureInformation;
+(function (SignatureInformation) {
+    function create(label, documentation) {
+        var parameters = [];
+        for (var _i = 2; _i < arguments.length; _i++) {
+            parameters[_i - 2] = arguments[_i];
+        }
+        var result = { label: label };
+        if (Is.defined(documentation)) {
+            result.documentation = documentation;
+        }
+        if (Is.defined(parameters)) {
+            result.parameters = parameters;
+        }
+        else {
+            result.parameters = [];
+        }
+        return result;
+    }
+    SignatureInformation.create = create;
+})(SignatureInformation || (SignatureInformation = {}));
+/**
+ * A document highlight kind.
+ */
+var DocumentHighlightKind;
+(function (DocumentHighlightKind) {
+    /**
+     * A textual occurrence.
+     */
+    DocumentHighlightKind.Text = 1;
+    /**
+     * Read-access of a symbol, like reading a variable.
+     */
+    DocumentHighlightKind.Read = 2;
+    /**
+     * Write-access of a symbol, like writing to a variable.
+     */
+    DocumentHighlightKind.Write = 3;
+})(DocumentHighlightKind || (DocumentHighlightKind = {}));
+/**
+ * DocumentHighlight namespace to provide helper functions to work with
+ * [DocumentHighlight](#DocumentHighlight) literals.
+ */
+var DocumentHighlight;
+(function (DocumentHighlight) {
+    /**
+     * Create a DocumentHighlight object.
+     * @param range The range the highlight applies to.
+     */
+    function create(range, kind) {
+        var result = { range: range };
+        if (Is.number(kind)) {
+            result.kind = kind;
+        }
+        return result;
+    }
+    DocumentHighlight.create = create;
+})(DocumentHighlight || (DocumentHighlight = {}));
+/**
+ * A symbol kind.
+ */
+var SymbolKind;
+(function (SymbolKind) {
+    SymbolKind.File = 1;
+    SymbolKind.Module = 2;
+    SymbolKind.Namespace = 3;
+    SymbolKind.Package = 4;
+    SymbolKind.Class = 5;
+    SymbolKind.Method = 6;
+    SymbolKind.Property = 7;
+    SymbolKind.Field = 8;
+    SymbolKind.Constructor = 9;
+    SymbolKind.Enum = 10;
+    SymbolKind.Interface = 11;
+    SymbolKind.Function = 12;
+    SymbolKind.Variable = 13;
+    SymbolKind.Constant = 14;
+    SymbolKind.String = 15;
+    SymbolKind.Number = 16;
+    SymbolKind.Boolean = 17;
+    SymbolKind.Array = 18;
+    SymbolKind.Object = 19;
+    SymbolKind.Key = 20;
+    SymbolKind.Null = 21;
+    SymbolKind.EnumMember = 22;
+    SymbolKind.Struct = 23;
+    SymbolKind.Event = 24;
+    SymbolKind.Operator = 25;
+    SymbolKind.TypeParameter = 26;
+})(SymbolKind || (SymbolKind = {}));
+/**
+ * Symbol tags are extra annotations that tweak the rendering of a symbol.
+ * @since 3.15
+ */
+var SymbolTag;
+(function (SymbolTag) {
+    /**
+     * Render a symbol as obsolete, usually using a strike-out.
+     */
+    SymbolTag.Deprecated = 1;
+})(SymbolTag || (SymbolTag = {}));
+var SymbolInformation;
+(function (SymbolInformation) {
+    /**
+     * Creates a new symbol information literal.
+     *
+     * @param name The name of the symbol.
+     * @param kind The kind of the symbol.
+     * @param range The range of the location of the symbol.
+     * @param uri The resource of the location of symbol, defaults to the current document.
+     * @param containerName The name of the symbol containing the symbol.
+     */
+    function create(name, kind, range, uri, containerName) {
+        var result = {
+            name: name,
+            kind: kind,
+            location: { uri: uri, range: range }
         };
-    };
-    Scanner.prototype.substring = function (offset, len) {
-        return this.stream.substring(offset, offset + len);
-    };
-    Scanner.prototype.pos = function () {
-        return this.stream.pos();
-    };
-    Scanner.prototype.goBackTo = function (pos) {
-        this.stream.goBackTo(pos);
-    };
-    Scanner.prototype.scanUnquotedString = function () {
-        var offset = this.stream.pos();
-        var content = [];
-        if (this._unquotedString(content)) {
-            return this.finishToken(offset, TokenType.UnquotedString, content.join(''));
+        if (containerName) {
+            result.containerName = containerName;
         }
-        return null;
-    };
-    Scanner.prototype.scan = function () {
-        // processes all whitespaces and comments
-        var triviaToken = this.trivia();
-        if (triviaToken !== null) {
-            return triviaToken;
+        return result;
+    }
+    SymbolInformation.create = create;
+})(SymbolInformation || (SymbolInformation = {}));
+var DocumentSymbol;
+(function (DocumentSymbol) {
+    /**
+     * Creates a new symbol information literal.
+     *
+     * @param name The name of the symbol.
+     * @param detail The detail of the symbol.
+     * @param kind The kind of the symbol.
+     * @param range The range of the symbol.
+     * @param selectionRange The selectionRange of the symbol.
+     * @param children Children of the symbol.
+     */
+    function create(name, detail, kind, range, selectionRange, children) {
+        var result = {
+            name: name,
+            detail: detail,
+            kind: kind,
+            range: range,
+            selectionRange: selectionRange
+        };
+        if (children !== void 0) {
+            result.children = children;
         }
-        var offset = this.stream.pos();
-        // End of file/input
-        if (this.stream.eos()) {
-            return this.finishToken(offset, TokenType.EOF);
+        return result;
+    }
+    DocumentSymbol.create = create;
+    /**
+     * Checks whether the given literal conforms to the [DocumentSymbol](#DocumentSymbol) interface.
+     */
+    function is(value) {
+        var candidate = value;
+        return candidate &&
+            Is.string(candidate.name) && Is.number(candidate.kind) &&
+            Range.is(candidate.range) && Range.is(candidate.selectionRange) &&
+            (candidate.detail === void 0 || Is.string(candidate.detail)) &&
+            (candidate.deprecated === void 0 || Is.boolean(candidate.deprecated)) &&
+            (candidate.children === void 0 || Array.isArray(candidate.children)) &&
+            (candidate.tags === void 0 || Array.isArray(candidate.tags));
+    }
+    DocumentSymbol.is = is;
+})(DocumentSymbol || (DocumentSymbol = {}));
+/**
+ * A set of predefined code action kinds
+ */
+var CodeActionKind;
+(function (CodeActionKind) {
+    /**
+     * Empty kind.
+     */
+    CodeActionKind.Empty = '';
+    /**
+     * Base kind for quickfix actions: 'quickfix'
+     */
+    CodeActionKind.QuickFix = 'quickfix';
+    /**
+     * Base kind for refactoring actions: 'refactor'
+     */
+    CodeActionKind.Refactor = 'refactor';
+    /**
+     * Base kind for refactoring extraction actions: 'refactor.extract'
+     *
+     * Example extract actions:
+     *
+     * - Extract method
+     * - Extract function
+     * - Extract variable
+     * - Extract interface from class
+     * - ...
+     */
+    CodeActionKind.RefactorExtract = 'refactor.extract';
+    /**
+     * Base kind for refactoring inline actions: 'refactor.inline'
+     *
+     * Example inline actions:
+     *
+     * - Inline function
+     * - Inline variable
+     * - Inline constant
+     * - ...
+     */
+    CodeActionKind.RefactorInline = 'refactor.inline';
+    /**
+     * Base kind for refactoring rewrite actions: 'refactor.rewrite'
+     *
+     * Example rewrite actions:
+     *
+     * - Convert JavaScript function to class
+     * - Add or remove parameter
+     * - Encapsulate field
+     * - Make method static
+     * - Move method to base class
+     * - ...
+     */
+    CodeActionKind.RefactorRewrite = 'refactor.rewrite';
+    /**
+     * Base kind for source actions: `source`
+     *
+     * Source code actions apply to the entire file.
+     */
+    CodeActionKind.Source = 'source';
+    /**
+     * Base kind for an organize imports source action: `source.organizeImports`
+     */
+    CodeActionKind.SourceOrganizeImports = 'source.organizeImports';
+    /**
+     * Base kind for auto-fix source actions: `source.fixAll`.
+     *
+     * Fix all actions automatically fix errors that have a clear fix that do not require user input.
+     * They should not suppress errors or perform unsafe fixes such as generating new types or classes.
+     *
+     * @since 3.15.0
+     */
+    CodeActionKind.SourceFixAll = 'source.fixAll';
+})(CodeActionKind || (CodeActionKind = {}));
+/**
+ * The CodeActionContext namespace provides helper functions to work with
+ * [CodeActionContext](#CodeActionContext) literals.
+ */
+var CodeActionContext;
+(function (CodeActionContext) {
+    /**
+     * Creates a new CodeActionContext literal.
+     */
+    function create(diagnostics, only) {
+        var result = { diagnostics: diagnostics };
+        if (only !== void 0 && only !== null) {
+            result.only = only;
         }
-        return this.scanNext(offset);
-    };
-    Scanner.prototype.scanNext = function (offset) {
-        // CDO <!--
-        if (this.stream.advanceIfChars([_LAN, _BNG, _MIN, _MIN])) {
-            return this.finishToken(offset, TokenType.CDO);
+        return result;
+    }
+    CodeActionContext.create = create;
+    /**
+     * Checks whether the given literal conforms to the [CodeActionContext](#CodeActionContext) interface.
+     */
+    function is(value) {
+        var candidate = value;
+        return Is.defined(candidate) && Is.typedArray(candidate.diagnostics, Diagnostic.is) && (candidate.only === void 0 || Is.typedArray(candidate.only, Is.string));
+    }
+    CodeActionContext.is = is;
+})(CodeActionContext || (CodeActionContext = {}));
+var CodeAction;
+(function (CodeAction) {
+    function create(title, commandOrEdit, kind) {
+        var result = { title: title };
+        if (Command.is(commandOrEdit)) {
+            result.command = commandOrEdit;
         }
-        // CDC -->
-        if (this.stream.advanceIfChars([_MIN, _MIN, _RAN])) {
-            return this.finishToken(offset, TokenType.CDC);
+        else {
+            result.edit = commandOrEdit;
         }
-        var content = [];
-        if (this.ident(content)) {
-            return this.finishToken(offset, TokenType.Ident, content.join(''));
+        if (kind !== void 0) {
+            result.kind = kind;
         }
-        // at-keyword
-        if (this.stream.advanceIfChar(_ATS)) {
-            content = ['@'];
-            if (this._name(content)) {
-                var keywordText = content.join('');
-                if (keywordText === '@charset') {
-                    return this.finishToken(offset, TokenType.Charset, keywordText);
-                }
-                return this.finishToken(offset, TokenType.AtKeyword, keywordText);
+        return result;
+    }
+    CodeAction.create = create;
+    function is(value) {
+        var candidate = value;
+        return candidate && Is.string(candidate.title) &&
+            (candidate.diagnostics === void 0 || Is.typedArray(candidate.diagnostics, Diagnostic.is)) &&
+            (candidate.kind === void 0 || Is.string(candidate.kind)) &&
+            (candidate.edit !== void 0 || candidate.command !== void 0) &&
+            (candidate.command === void 0 || Command.is(candidate.command)) &&
+            (candidate.isPreferred === void 0 || Is.boolean(candidate.isPreferred)) &&
+            (candidate.edit === void 0 || WorkspaceEdit.is(candidate.edit));
+    }
+    CodeAction.is = is;
+})(CodeAction || (CodeAction = {}));
+/**
+ * The CodeLens namespace provides helper functions to work with
+ * [CodeLens](#CodeLens) literals.
+ */
+var CodeLens;
+(function (CodeLens) {
+    /**
+     * Creates a new CodeLens literal.
+     */
+    function create(range, data) {
+        var result = { range: range };
+        if (Is.defined(data)) {
+            result.data = data;
+        }
+        return result;
+    }
+    CodeLens.create = create;
+    /**
+     * Checks whether the given literal conforms to the [CodeLens](#CodeLens) interface.
+     */
+    function is(value) {
+        var candidate = value;
+        return Is.defined(candidate) && Range.is(candidate.range) && (Is.undefined(candidate.command) || Command.is(candidate.command));
+    }
+    CodeLens.is = is;
+})(CodeLens || (CodeLens = {}));
+/**
+ * The FormattingOptions namespace provides helper functions to work with
+ * [FormattingOptions](#FormattingOptions) literals.
+ */
+var FormattingOptions;
+(function (FormattingOptions) {
+    /**
+     * Creates a new FormattingOptions literal.
+     */
+    function create(tabSize, insertSpaces) {
+        return { tabSize: tabSize, insertSpaces: insertSpaces };
+    }
+    FormattingOptions.create = create;
+    /**
+     * Checks whether the given literal conforms to the [FormattingOptions](#FormattingOptions) interface.
+     */
+    function is(value) {
+        var candidate = value;
+        return Is.defined(candidate) && Is.number(candidate.tabSize) && Is.boolean(candidate.insertSpaces);
+    }
+    FormattingOptions.is = is;
+})(FormattingOptions || (FormattingOptions = {}));
+/**
+ * The DocumentLink namespace provides helper functions to work with
+ * [DocumentLink](#DocumentLink) literals.
+ */
+var DocumentLink;
+(function (DocumentLink) {
+    /**
+     * Creates a new DocumentLink literal.
+     */
+    function create(range, target, data) {
+        return { range: range, target: target, data: data };
+    }
+    DocumentLink.create = create;
+    /**
+     * Checks whether the given literal conforms to the [DocumentLink](#DocumentLink) interface.
+     */
+    function is(value) {
+        var candidate = value;
+        return Is.defined(candidate) && Range.is(candidate.range) && (Is.undefined(candidate.target) || Is.string(candidate.target));
+    }
+    DocumentLink.is = is;
+})(DocumentLink || (DocumentLink = {}));
+/**
+ * The SelectionRange namespace provides helper function to work with
+ * SelectionRange literals.
+ */
+var SelectionRange;
+(function (SelectionRange) {
+    /**
+     * Creates a new SelectionRange
+     * @param range the range.
+     * @param parent an optional parent.
+     */
+    function create(range, parent) {
+        return { range: range, parent: parent };
+    }
+    SelectionRange.create = create;
+    function is(value) {
+        var candidate = value;
+        return candidate !== undefined && Range.is(candidate.range) && (candidate.parent === undefined || SelectionRange.is(candidate.parent));
+    }
+    SelectionRange.is = is;
+})(SelectionRange || (SelectionRange = {}));
+var EOL = ['\n', '\r\n', '\r'];
+/**
+ * @deprecated Use the text document from the new vscode-languageserver-textdocument package.
+ */
+var TextDocument;
+(function (TextDocument) {
+    /**
+     * Creates a new ITextDocument literal from the given uri and content.
+     * @param uri The document's uri.
+     * @param languageId  The document's language Id.
+     * @param content The document's content.
+     */
+    function create(uri, languageId, version, content) {
+        return new FullTextDocument(uri, languageId, version, content);
+    }
+    TextDocument.create = create;
+    /**
+     * Checks whether the given literal conforms to the [ITextDocument](#ITextDocument) interface.
+     */
+    function is(value) {
+        var candidate = value;
+        return Is.defined(candidate) && Is.string(candidate.uri) && (Is.undefined(candidate.languageId) || Is.string(candidate.languageId)) && Is.number(candidate.lineCount)
+            && Is.func(candidate.getText) && Is.func(candidate.positionAt) && Is.func(candidate.offsetAt) ? true : false;
+    }
+    TextDocument.is = is;
+    function applyEdits(document, edits) {
+        var text = document.getText();
+        var sortedEdits = mergeSort(edits, function (a, b) {
+            var diff = a.range.start.line - b.range.start.line;
+            if (diff === 0) {
+                return a.range.start.character - b.range.start.character;
+            }
+            return diff;
+        });
+        var lastModifiedOffset = text.length;
+        for (var i = sortedEdits.length - 1; i >= 0; i--) {
+            var e = sortedEdits[i];
+            var startOffset = document.offsetAt(e.range.start);
+            var endOffset = document.offsetAt(e.range.end);
+            if (endOffset <= lastModifiedOffset) {
+                text = text.substring(0, startOffset) + e.newText + text.substring(endOffset, text.length);
             }
             else {
-                return this.finishToken(offset, TokenType.Delim);
+                throw new Error('Overlapping edit');
             }
+            lastModifiedOffset = startOffset;
         }
-        // hash
-        if (this.stream.advanceIfChar(_HSH)) {
-            content = ['#'];
-            if (this._name(content)) {
-                return this.finishToken(offset, TokenType.Hash, content.join(''));
+        return text;
+    }
+    TextDocument.applyEdits = applyEdits;
+    function mergeSort(data, compare) {
+        if (data.length <= 1) {
+            // sorted
+            return data;
+        }
+        var p = (data.length / 2) | 0;
+        var left = data.slice(0, p);
+        var right = data.slice(p);
+        mergeSort(left, compare);
+        mergeSort(right, compare);
+        var leftIdx = 0;
+        var rightIdx = 0;
+        var i = 0;
+        while (leftIdx < left.length && rightIdx < right.length) {
+            var ret = compare(left[leftIdx], right[rightIdx]);
+            if (ret <= 0) {
+                // smaller_equal -> take left to preserve order
+                data[i++] = left[leftIdx++];
             }
             else {
-                return this.finishToken(offset, TokenType.Delim);
+                // greater -> take right
+                data[i++] = right[rightIdx++];
             }
         }
-        // Important
-        if (this.stream.advanceIfChar(_BNG)) {
-            return this.finishToken(offset, TokenType.Exclamation);
+        while (leftIdx < left.length) {
+            data[i++] = left[leftIdx++];
         }
-        // Numbers
-        if (this._number()) {
-            var pos = this.stream.pos();
-            content = [this.stream.substring(offset, pos)];
-            if (this.stream.advanceIfChar(_PRC)) {
-                // Percentage 43%
-                return this.finishToken(offset, TokenType.Percentage);
-            }
-            else if (this.ident(content)) {
-                var dim = this.stream.substring(pos).toLowerCase();
-                var tokenType_1 = staticUnitTable[dim];
-                if (typeof tokenType_1 !== 'undefined') {
-                    // Known dimension 43px
-                    return this.finishToken(offset, tokenType_1, content.join(''));
+        while (rightIdx < right.length) {
+            data[i++] = right[rightIdx++];
+        }
+        return data;
+    }
+})(TextDocument || (TextDocument = {}));
+var FullTextDocument = /** @class */ (function () {
+    function FullTextDocument(uri, languageId, version, content) {
+        this._uri = uri;
+        this._languageId = languageId;
+        this._version = version;
+        this._content = content;
+        this._lineOffsets = undefined;
+    }
+    Object.defineProperty(FullTextDocument.prototype, "uri", {
+        get: function () {
+            return this._uri;
+        },
+        enumerable: true,
+        configurable: true
+    });
+    Object.defineProperty(FullTextDocument.prototype, "languageId", {
+        get: function () {
+            return this._languageId;
+        },
+        enumerable: true,
+        configurable: true
+    });
+    Object.defineProperty(FullTextDocument.prototype, "version", {
+        get: function () {
+            return this._version;
+        },
+        enumerable: true,
+        configurable: true
+    });
+    FullTextDocument.prototype.getText = function (range) {
+        if (range) {
+            var start = this.offsetAt(range.start);
+            var end = this.offsetAt(range.end);
+            return this._content.substring(start, end);
+        }
+        return this._content;
+    };
+    FullTextDocument.prototype.update = function (event, version) {
+        this._content = event.text;
+        this._version = version;
+        this._lineOffsets = undefined;
+    };
+    FullTextDocument.prototype.getLineOffsets = function () {
+        if (this._lineOffsets === undefined) {
+            var lineOffsets = [];
+            var text = this._content;
+            var isLineStart = true;
+            for (var i = 0; i < text.length; i++) {
+                if (isLineStart) {
+                    lineOffsets.push(i);
+                    isLineStart = false;
                 }
-                else {
-                    // Unknown dimension 43ft
-                    return this.finishToken(offset, TokenType.Dimension, content.join(''));
+                var ch = text.charAt(i);
+                isLineStart = (ch === '\r' || ch === '\n');
+                if (ch === '\r' && i + 1 < text.length && text.charAt(i + 1) === '\n') {
+                    i++;
                 }
             }
-            return this.finishToken(offset, TokenType.Num);
-        }
-        // String, BadString
-        content = [];
-        var tokenType = this._string(content);
-        if (tokenType !== null) {
-            return this.finishToken(offset, tokenType, content.join(''));
+            if (isLineStart && text.length > 0) {
+                lineOffsets.push(text.length);
+            }
+            this._lineOffsets = lineOffsets;
         }
-        // single character tokens
-        tokenType = staticTokenTable[this.stream.peekChar()];
-        if (typeof tokenType !== 'undefined') {
-            this.stream.advance(1);
-            return this.finishToken(offset, tokenType);
+        return this._lineOffsets;
+    };
+    FullTextDocument.prototype.positionAt = function (offset) {
+        offset = Math.max(Math.min(offset, this._content.length), 0);
+        var lineOffsets = this.getLineOffsets();
+        var low = 0, high = lineOffsets.length;
+        if (high === 0) {
+            return Position.create(0, offset);
         }
-        // includes ~=
-        if (this.stream.peekChar(0) === _TLD && this.stream.peekChar(1) === _EQS) {
-            this.stream.advance(2);
-            return this.finishToken(offset, TokenType.Includes);
+        while (low < high) {
+            var mid = Math.floor((low + high) / 2);
+            if (lineOffsets[mid] > offset) {
+                high = mid;
+            }
+            else {
+                low = mid + 1;
+            }
         }
-        // DashMatch |=
-        if (this.stream.peekChar(0) === _PIP && this.stream.peekChar(1) === _EQS) {
-            this.stream.advance(2);
-            return this.finishToken(offset, TokenType.Dashmatch);
+        // low is the least x for which the line offset is larger than the current offset
+        // or array.length if no line offset is larger than the current offset
+        var line = low - 1;
+        return Position.create(line, offset - lineOffsets[line]);
+    };
+    FullTextDocument.prototype.offsetAt = function (position) {
+        var lineOffsets = this.getLineOffsets();
+        if (position.line >= lineOffsets.length) {
+            return this._content.length;
         }
-        // Substring operator *=
-        if (this.stream.peekChar(0) === _MUL && this.stream.peekChar(1) === _EQS) {
-            this.stream.advance(2);
-            return this.finishToken(offset, TokenType.SubstringOperator);
+        else if (position.line < 0) {
+            return 0;
         }
-        // Substring operator ^=
-        if (this.stream.peekChar(0) === _HAT && this.stream.peekChar(1) === _EQS) {
-            this.stream.advance(2);
-            return this.finishToken(offset, TokenType.PrefixOperator);
-        }
-        // Substring operator $=
-        if (this.stream.peekChar(0) === _DLR && this.stream.peekChar(1) === _EQS) {
-            this.stream.advance(2);
-            return this.finishToken(offset, TokenType.SuffixOperator);
-        }
-        // Delim
-        this.stream.nextChar();
-        return this.finishToken(offset, TokenType.Delim);
-    };
-    Scanner.prototype._matchWordAnyCase = function (characters) {
-        var index = 0;
-        this.stream.advanceWhileChar(function (ch) {
-            var result = characters[index] === ch || characters[index + 1] === ch;
-            if (result) {
-                index += 2;
-            }
-            return result;
-        });
-        if (index === characters.length) {
-            return true;
-        }
-        else {
-            this.stream.goBack(index / 2);
-            return false;
-        }
-    };
-    Scanner.prototype.trivia = function () {
-        while (true) {
-            var offset = this.stream.pos();
-            if (this._whitespace()) {
-                if (!this.ignoreWhitespace) {
-                    return this.finishToken(offset, TokenType.Whitespace);
-                }
-            }
-            else if (this.comment()) {
-                if (!this.ignoreComment) {
-                    return this.finishToken(offset, TokenType.Comment);
-                }
-            }
-            else {
-                return null;
-            }
-        }
-    };
-    Scanner.prototype.comment = function () {
-        if (this.stream.advanceIfChars([_FSL, _MUL])) {
-            var success_1 = false, hot_1 = false;
-            this.stream.advanceWhileChar(function (ch) {
-                if (hot_1 && ch === _FSL) {
-                    success_1 = true;
-                    return false;
-                }
-                hot_1 = ch === _MUL;
-                return true;
-            });
-            if (success_1) {
-                this.stream.advance(1);
-            }
-            return true;
-        }
-        return false;
-    };
-    Scanner.prototype._number = function () {
-        var npeek = 0, ch;
-        if (this.stream.peekChar() === _DOT) {
-            npeek = 1;
-        }
-        ch = this.stream.peekChar(npeek);
-        if (ch >= _0 && ch <= _9) {
-            this.stream.advance(npeek + 1);
-            this.stream.advanceWhileChar(function (ch) {
-                return ch >= _0 && ch <= _9 || npeek === 0 && ch === _DOT;
-            });
-            return true;
-        }
-        return false;
-    };
-    Scanner.prototype._newline = function (result) {
-        var ch = this.stream.peekChar();
-        switch (ch) {
-            case _CAR:
-            case _LFD:
-            case _NWL:
-                this.stream.advance(1);
-                result.push(String.fromCharCode(ch));
-                if (ch === _CAR && this.stream.advanceIfChar(_NWL)) {
-                    result.push('\n');
-                }
-                return true;
-        }
-        return false;
-    };
-    Scanner.prototype._escape = function (result, includeNewLines) {
-        var ch = this.stream.peekChar();
-        if (ch === _BSL) {
-            this.stream.advance(1);
-            ch = this.stream.peekChar();
-            var hexNumCount = 0;
-            while (hexNumCount < 6 && (ch >= _0 && ch <= _9 || ch >= _a && ch <= _f || ch >= _A && ch <= _F)) {
-                this.stream.advance(1);
-                ch = this.stream.peekChar();
-                hexNumCount++;
-            }
-            if (hexNumCount > 0) {
-                try {
-                    var hexVal = parseInt(this.stream.substring(this.stream.pos() - hexNumCount), 16);
-                    if (hexVal) {
-                        result.push(String.fromCharCode(hexVal));
-                    }
-                }
-                catch (e) {
-                    // ignore
-                }
-                // optional whitespace or new line, not part of result text
-                if (ch === _WSP || ch === _TAB) {
-                    this.stream.advance(1);
-                }
-                else {
-                    this._newline([]);
-                }
-                return true;
-            }
-            if (ch !== _CAR && ch !== _LFD && ch !== _NWL) {
-                this.stream.advance(1);
-                result.push(String.fromCharCode(ch));
-                return true;
-            }
-            else if (includeNewLines) {
-                return this._newline(result);
-            }
-        }
-        return false;
-    };
-    Scanner.prototype._stringChar = function (closeQuote, result) {
-        // not closeQuote, not backslash, not newline
-        var ch = this.stream.peekChar();
-        if (ch !== 0 && ch !== closeQuote && ch !== _BSL && ch !== _CAR && ch !== _LFD && ch !== _NWL) {
-            this.stream.advance(1);
-            result.push(String.fromCharCode(ch));
-            return true;
-        }
-        return false;
-    };
-    Scanner.prototype._string = function (result) {
-        if (this.stream.peekChar() === _SQO || this.stream.peekChar() === _DQO) {
-            var closeQuote = this.stream.nextChar();
-            result.push(String.fromCharCode(closeQuote));
-            while (this._stringChar(closeQuote, result) || this._escape(result, true)) {
-                // loop
-            }
-            if (this.stream.peekChar() === closeQuote) {
-                this.stream.nextChar();
-                result.push(String.fromCharCode(closeQuote));
-                return TokenType.String;
-            }
-            else {
-                return TokenType.BadString;
-            }
-        }
-        return null;
-    };
-    Scanner.prototype._unquotedChar = function (result) {
-        // not closeQuote, not backslash, not newline
-        var ch = this.stream.peekChar();
-        if (ch !== 0 && ch !== _BSL && ch !== _SQO && ch !== _DQO && ch !== _LPA && ch !== _RPA && ch !== _WSP && ch !== _TAB && ch !== _NWL && ch !== _LFD && ch !== _CAR) {
-            this.stream.advance(1);
-            result.push(String.fromCharCode(ch));
-            return true;
-        }
-        return false;
-    };
-    Scanner.prototype._unquotedString = function (result) {
-        var hasContent = false;
-        while (this._unquotedChar(result) || this._escape(result)) {
-            hasContent = true;
-        }
-        return hasContent;
-    };
-    Scanner.prototype._whitespace = function () {
-        var n = this.stream.advanceWhileChar(function (ch) {
-            return ch === _WSP || ch === _TAB || ch === _NWL || ch === _LFD || ch === _CAR;
-        });
-        return n > 0;
-    };
-    Scanner.prototype._name = function (result) {
-        var matched = false;
-        while (this._identChar(result) || this._escape(result)) {
-            matched = true;
-        }
-        return matched;
-    };
-    Scanner.prototype.ident = function (result) {
-        var pos = this.stream.pos();
-        var hasMinus = this._minus(result);
-        if (hasMinus && this._minus(result) /* -- */) {
-            if (this._identFirstChar(result) || this._escape(result)) {
-                while (this._identChar(result) || this._escape(result)) {
-                    // loop
-                }
-                return true;
-            }
-        }
-        else if (this._identFirstChar(result) || this._escape(result)) {
-            while (this._identChar(result) || this._escape(result)) {
-                // loop
-            }
-            return true;
-        }
-        this.stream.goBackTo(pos);
-        return false;
-    };
-    Scanner.prototype._identFirstChar = function (result) {
-        var ch = this.stream.peekChar();
-        if (ch === _USC || // _
-            ch >= _a && ch <= _z || // a-z
-            ch >= _A && ch <= _Z || // A-Z
-            ch >= 0x80 && ch <= 0xFFFF) { // nonascii
-            this.stream.advance(1);
-            result.push(String.fromCharCode(ch));
-            return true;
-        }
-        return false;
-    };
-    Scanner.prototype._minus = function (result) {
-        var ch = this.stream.peekChar();
-        if (ch === _MIN) {
-            this.stream.advance(1);
-            result.push(String.fromCharCode(ch));
-            return true;
-        }
-        return false;
-    };
-    Scanner.prototype._identChar = function (result) {
-        var ch = this.stream.peekChar();
-        if (ch === _USC || // _
-            ch === _MIN || // -
-            ch >= _a && ch <= _z || // a-z
-            ch >= _A && ch <= _Z || // A-Z
-            ch >= _0 && ch <= _9 || // 0/9
-            ch >= 0x80 && ch <= 0xFFFF) { // nonascii
-            this.stream.advance(1);
-            result.push(String.fromCharCode(ch));
-            return true;
-        }
-        return false;
+        var lineOffset = lineOffsets[position.line];
+        var nextLineOffset = (position.line + 1 < lineOffsets.length) ? lineOffsets[position.line + 1] : this._content.length;
+        return Math.max(Math.min(lineOffset + position.character, nextLineOffset), lineOffset);
     };
-    return Scanner;
+    Object.defineProperty(FullTextDocument.prototype, "lineCount", {
+        get: function () {
+            return this.getLineOffsets().length;
+        },
+        enumerable: true,
+        configurable: true
+    });
+    return FullTextDocument;
 }());
-
+var Is;
+(function (Is) {
+    var toString = Object.prototype.toString;
+    function defined(value) {
+        return typeof value !== 'undefined';
+    }
+    Is.defined = defined;
+    function undefined(value) {
+        return typeof value === 'undefined';
+    }
+    Is.undefined = undefined;
+    function boolean(value) {
+        return value === true || value === false;
+    }
+    Is.boolean = boolean;
+    function string(value) {
+        return toString.call(value) === '[object String]';
+    }
+    Is.string = string;
+    function number(value) {
+        return toString.call(value) === '[object Number]';
+    }
+    Is.number = number;
+    function func(value) {
+        return toString.call(value) === '[object Function]';
+    }
+    Is.func = func;
+    function objectLiteral(value) {
+        // Strictly speaking class instances pass this check as well. Since the LSP
+        // doesn't use classes we ignore this for now. If we do we need to add something
+        // like this: `Object.getPrototypeOf(Object.getPrototypeOf(x)) === null`
+        return value !== null && typeof value === 'object';
+    }
+    Is.objectLiteral = objectLiteral;
+    function typedArray(value, check) {
+        return Array.isArray(value) && value.every(check);
+    }
+    Is.typedArray = typedArray;
+})(Is || (Is = {}));
 
 
 /***/ }),
-/* 75 */
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
+/* 26 */
+/***/ ((__unused_webpack_module, exports, __webpack_require__) => {
 
-"use strict";
-__webpack_require__.r(__webpack_exports__);
-/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "NodeType", function() { return NodeType; });
-/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ReferenceType", function() { return ReferenceType; });
-/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "getNodeAtOffset", function() { return getNodeAtOffset; });
-/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "getNodePath", function() { return getNodePath; });
-/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "getParentDeclaration", function() { return getParentDeclaration; });
-/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Node", function() { return Node; });
-/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Nodelist", function() { return Nodelist; });
-/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Identifier", function() { return Identifier; });
-/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Stylesheet", function() { return Stylesheet; });
-/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Declarations", function() { return Declarations; });
-/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BodyDeclaration", function() { return BodyDeclaration; });
-/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "RuleSet", function() { return RuleSet; });
-/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Selector", function() { return Selector; });
-/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "SimpleSelector", function() { return SimpleSelector; });
-/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "AtApplyRule", function() { return AtApplyRule; });
-/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "AbstractDeclaration", function() { return AbstractDeclaration; });
-/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "CustomPropertyDeclaration", function() { return CustomPropertyDeclaration; });
-/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "CustomPropertySet", function() { return CustomPropertySet; });
-/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Declaration", function() { return Declaration; });
-/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Property", function() { return Property; });
-/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Invocation", function() { return Invocation; });
-/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Function", function() { return Function; });
-/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "FunctionParameter", function() { return FunctionParameter; });
-/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "FunctionArgument", function() { return FunctionArgument; });
-/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "IfStatement", function() { return IfStatement; });
-/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ForStatement", function() { return ForStatement; });
-/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "EachStatement", function() { return EachStatement; });
-/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "WhileStatement", function() { return WhileStatement; });
-/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ElseStatement", function() { return ElseStatement; });
-/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "FunctionDeclaration", function() { return FunctionDeclaration; });
-/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ViewPort", function() { return ViewPort; });
-/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "FontFace", function() { return FontFace; });
-/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "NestedProperties", function() { return NestedProperties; });
-/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Keyframe", function() { return Keyframe; });
-/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "KeyframeSelector", function() { return KeyframeSelector; });
-/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Import", function() { return Import; });
-/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Use", function() { return Use; });
-/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ModuleConfiguration", function() { return ModuleConfiguration; });
-/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Forward", function() { return Forward; });
-/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ForwardVisibility", function() { return ForwardVisibility; });
-/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Namespace", function() { return Namespace; });
-/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Media", function() { return Media; });
-/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Supports", function() { return Supports; });
-/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Document", function() { return Document; });
-/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Medialist", function() { return Medialist; });
-/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "MediaQuery", function() { return MediaQuery; });
-/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "SupportsCondition", function() { return SupportsCondition; });
-/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Page", function() { return Page; });
-/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "PageBoxMarginBox", function() { return PageBoxMarginBox; });
-/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Expression", function() { return Expression; });
-/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BinaryExpression", function() { return BinaryExpression; });
-/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Term", function() { return Term; });
-/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "AttributeSelector", function() { return AttributeSelector; });
-/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Operator", function() { return Operator; });
-/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "HexColorValue", function() { return HexColorValue; });
-/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "NumericValue", function() { return NumericValue; });
-/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "VariableDeclaration", function() { return VariableDeclaration; });
-/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Interpolation", function() { return Interpolation; });
-/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Variable", function() { return Variable; });
-/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ExtendsReference", function() { return ExtendsReference; });
-/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "MixinReference", function() { return MixinReference; });
-/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "MixinDeclaration", function() { return MixinDeclaration; });
-/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "UnknownAtRule", function() { return UnknownAtRule; });
-/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ListEntry", function() { return ListEntry; });
-/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "LessGuard", function() { return LessGuard; });
-/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "GuardCondition", function() { return GuardCondition; });
-/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Module", function() { return Module; });
-/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Level", function() { return Level; });
-/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Marker", function() { return Marker; });
-/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ParseErrorCollector", function() { return ParseErrorCollector; });
-/*---------------------------------------------------------------------------------------------
- *  Copyright (c) Microsoft Corporation. All rights reserved.
- *  Licensed under the MIT License. See License.txt in the project root for license information.
- *--------------------------------------------------------------------------------------------*/
 
-var __extends = (undefined && undefined.__extends) || (function () {
-    var extendStatics = function (d, b) {
-        extendStatics = Object.setPrototypeOf ||
-            ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
-            function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
-        return extendStatics(d, b);
-    };
-    return function (d, b) {
-        extendStatics(d, b);
-        function __() { this.constructor = d; }
-        d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
-    };
-})();
-/// <summary>
-/// Nodes for the css 2.1 specification. See for reference:
-/// http://www.w3.org/TR/CSS21/grammar.html#grammar
-/// </summary>
-var NodeType;
-(function (NodeType) {
-    NodeType[NodeType["Undefined"] = 0] = "Undefined";
-    NodeType[NodeType["Identifier"] = 1] = "Identifier";
-    NodeType[NodeType["Stylesheet"] = 2] = "Stylesheet";
-    NodeType[NodeType["Ruleset"] = 3] = "Ruleset";
-    NodeType[NodeType["Selector"] = 4] = "Selector";
-    NodeType[NodeType["SimpleSelector"] = 5] = "SimpleSelector";
-    NodeType[NodeType["SelectorInterpolation"] = 6] = "SelectorInterpolation";
-    NodeType[NodeType["SelectorCombinator"] = 7] = "SelectorCombinator";
-    NodeType[NodeType["SelectorCombinatorParent"] = 8] = "SelectorCombinatorParent";
-    NodeType[NodeType["SelectorCombinatorSibling"] = 9] = "SelectorCombinatorSibling";
-    NodeType[NodeType["SelectorCombinatorAllSiblings"] = 10] = "SelectorCombinatorAllSiblings";
-    NodeType[NodeType["SelectorCombinatorShadowPiercingDescendant"] = 11] = "SelectorCombinatorShadowPiercingDescendant";
-    NodeType[NodeType["Page"] = 12] = "Page";
-    NodeType[NodeType["PageBoxMarginBox"] = 13] = "PageBoxMarginBox";
-    NodeType[NodeType["ClassSelector"] = 14] = "ClassSelector";
-    NodeType[NodeType["IdentifierSelector"] = 15] = "IdentifierSelector";
-    NodeType[NodeType["ElementNameSelector"] = 16] = "ElementNameSelector";
-    NodeType[NodeType["PseudoSelector"] = 17] = "PseudoSelector";
-    NodeType[NodeType["AttributeSelector"] = 18] = "AttributeSelector";
-    NodeType[NodeType["Declaration"] = 19] = "Declaration";
-    NodeType[NodeType["Declarations"] = 20] = "Declarations";
-    NodeType[NodeType["Property"] = 21] = "Property";
-    NodeType[NodeType["Expression"] = 22] = "Expression";
-    NodeType[NodeType["BinaryExpression"] = 23] = "BinaryExpression";
-    NodeType[NodeType["Term"] = 24] = "Term";
-    NodeType[NodeType["Operator"] = 25] = "Operator";
-    NodeType[NodeType["Value"] = 26] = "Value";
-    NodeType[NodeType["StringLiteral"] = 27] = "StringLiteral";
-    NodeType[NodeType["URILiteral"] = 28] = "URILiteral";
-    NodeType[NodeType["EscapedValue"] = 29] = "EscapedValue";
-    NodeType[NodeType["Function"] = 30] = "Function";
-    NodeType[NodeType["NumericValue"] = 31] = "NumericValue";
-    NodeType[NodeType["HexColorValue"] = 32] = "HexColorValue";
-    NodeType[NodeType["MixinDeclaration"] = 33] = "MixinDeclaration";
-    NodeType[NodeType["MixinReference"] = 34] = "MixinReference";
-    NodeType[NodeType["VariableName"] = 35] = "VariableName";
-    NodeType[NodeType["VariableDeclaration"] = 36] = "VariableDeclaration";
-    NodeType[NodeType["Prio"] = 37] = "Prio";
-    NodeType[NodeType["Interpolation"] = 38] = "Interpolation";
-    NodeType[NodeType["NestedProperties"] = 39] = "NestedProperties";
-    NodeType[NodeType["ExtendsReference"] = 40] = "ExtendsReference";
-    NodeType[NodeType["SelectorPlaceholder"] = 41] = "SelectorPlaceholder";
-    NodeType[NodeType["Debug"] = 42] = "Debug";
-    NodeType[NodeType["If"] = 43] = "If";
-    NodeType[NodeType["Else"] = 44] = "Else";
-    NodeType[NodeType["For"] = 45] = "For";
-    NodeType[NodeType["Each"] = 46] = "Each";
-    NodeType[NodeType["While"] = 47] = "While";
-    NodeType[NodeType["MixinContent"] = 48] = "MixinContent";
-    NodeType[NodeType["Media"] = 49] = "Media";
-    NodeType[NodeType["Keyframe"] = 50] = "Keyframe";
-    NodeType[NodeType["FontFace"] = 51] = "FontFace";
-    NodeType[NodeType["Import"] = 52] = "Import";
-    NodeType[NodeType["Namespace"] = 53] = "Namespace";
-    NodeType[NodeType["Invocation"] = 54] = "Invocation";
-    NodeType[NodeType["FunctionDeclaration"] = 55] = "FunctionDeclaration";
-    NodeType[NodeType["ReturnStatement"] = 56] = "ReturnStatement";
-    NodeType[NodeType["MediaQuery"] = 57] = "MediaQuery";
-    NodeType[NodeType["FunctionParameter"] = 58] = "FunctionParameter";
-    NodeType[NodeType["FunctionArgument"] = 59] = "FunctionArgument";
-    NodeType[NodeType["KeyframeSelector"] = 60] = "KeyframeSelector";
-    NodeType[NodeType["ViewPort"] = 61] = "ViewPort";
-    NodeType[NodeType["Document"] = 62] = "Document";
-    NodeType[NodeType["AtApplyRule"] = 63] = "AtApplyRule";
-    NodeType[NodeType["CustomPropertyDeclaration"] = 64] = "CustomPropertyDeclaration";
-    NodeType[NodeType["CustomPropertySet"] = 65] = "CustomPropertySet";
-    NodeType[NodeType["ListEntry"] = 66] = "ListEntry";
-    NodeType[NodeType["Supports"] = 67] = "Supports";
-    NodeType[NodeType["SupportsCondition"] = 68] = "SupportsCondition";
-    NodeType[NodeType["NamespacePrefix"] = 69] = "NamespacePrefix";
-    NodeType[NodeType["GridLine"] = 70] = "GridLine";
-    NodeType[NodeType["Plugin"] = 71] = "Plugin";
-    NodeType[NodeType["UnknownAtRule"] = 72] = "UnknownAtRule";
-    NodeType[NodeType["Use"] = 73] = "Use";
-    NodeType[NodeType["ModuleConfiguration"] = 74] = "ModuleConfiguration";
-    NodeType[NodeType["Forward"] = 75] = "Forward";
-    NodeType[NodeType["ForwardVisibility"] = 76] = "ForwardVisibility";
-    NodeType[NodeType["Module"] = 77] = "Module";
-})(NodeType || (NodeType = {}));
-var ReferenceType;
-(function (ReferenceType) {
-    ReferenceType[ReferenceType["Mixin"] = 0] = "Mixin";
-    ReferenceType[ReferenceType["Rule"] = 1] = "Rule";
-    ReferenceType[ReferenceType["Variable"] = 2] = "Variable";
-    ReferenceType[ReferenceType["Function"] = 3] = "Function";
-    ReferenceType[ReferenceType["Keyframe"] = 4] = "Keyframe";
-    ReferenceType[ReferenceType["Unknown"] = 5] = "Unknown";
-    ReferenceType[ReferenceType["Module"] = 6] = "Module";
-    ReferenceType[ReferenceType["Forward"] = 7] = "Forward";
-    ReferenceType[ReferenceType["ForwardVisibility"] = 8] = "ForwardVisibility";
-})(ReferenceType || (ReferenceType = {}));
-function getNodeAtOffset(node, offset) {
-    var candidate = null;
-    if (!node || offset < node.offset || offset > node.end) {
-        return null;
+/* --------------------------------------------------------------------------------------------
+ * Copyright (c) Microsoft Corporation. All rights reserved.
+ * Licensed under the MIT License. See License.txt in the project root for license information.
+ * ------------------------------------------------------------------------------------------ */
+Object.defineProperty(exports, "__esModule", ({ value: true }));
+const vscode_jsonrpc_1 = __webpack_require__(6);
+class ProtocolRequestType0 extends vscode_jsonrpc_1.RequestType0 {
+    constructor(method) {
+        super(method);
     }
-    // Find the shortest node at the position
-    node.accept(function (node) {
-        if (node.offset === -1 && node.length === -1) {
-            return true;
-        }
-        if (node.offset <= offset && node.end >= offset) {
-            if (!candidate) {
-                candidate = node;
-            }
-            else if (node.length <= candidate.length) {
-                candidate = node;
-            }
-            return true;
-        }
-        return false;
-    });
-    return candidate;
 }
-function getNodePath(node, offset) {
-    var candidate = getNodeAtOffset(node, offset);
-    var path = [];
-    while (candidate) {
-        path.unshift(candidate);
-        candidate = candidate.parent;
+exports.ProtocolRequestType0 = ProtocolRequestType0;
+class ProtocolRequestType extends vscode_jsonrpc_1.RequestType {
+    constructor(method) {
+        super(method);
     }
-    return path;
 }
-function getParentDeclaration(node) {
-    var decl = node.findParent(NodeType.Declaration);
-    var value = decl && decl.getValue();
-    if (value && value.encloses(node)) {
-        return decl;
+exports.ProtocolRequestType = ProtocolRequestType;
+class ProtocolNotificationType extends vscode_jsonrpc_1.NotificationType {
+    constructor(method) {
+        super(method);
     }
-    return null;
 }
-var Node = /** @class */ (function () {
-    function Node(offset, len, nodeType) {
-        if (offset === void 0) { offset = -1; }
-        if (len === void 0) { len = -1; }
-        this.parent = null;
-        this.offset = offset;
-        this.length = len;
-        if (nodeType) {
-            this.nodeType = nodeType;
-        }
+exports.ProtocolNotificationType = ProtocolNotificationType;
+class ProtocolNotificationType0 extends vscode_jsonrpc_1.NotificationType0 {
+    constructor(method) {
+        super(method);
     }
-    Object.defineProperty(Node.prototype, "end", {
-        get: function () { return this.offset + this.length; },
-        enumerable: true,
-        configurable: true
-    });
-    Object.defineProperty(Node.prototype, "type", {
-        get: function () {
-            return this.nodeType || NodeType.Undefined;
-        },
-        set: function (type) {
-            this.nodeType = type;
-        },
-        enumerable: true,
-        configurable: true
-    });
-    Node.prototype.getTextProvider = function () {
-        var node = this;
-        while (node && !node.textProvider) {
-            node = node.parent;
-        }
-        if (node) {
-            return node.textProvider;
-        }
-        return function () { return 'unknown'; };
-    };
-    Node.prototype.getText = function () {
-        return this.getTextProvider()(this.offset, this.length);
-    };
-    Node.prototype.matches = function (str) {
-        return this.length === str.length && this.getTextProvider()(this.offset, this.length) === str;
-    };
-    Node.prototype.startsWith = function (str) {
-        return this.length >= str.length && this.getTextProvider()(this.offset, str.length) === str;
-    };
-    Node.prototype.endsWith = function (str) {
-        return this.length >= str.length && this.getTextProvider()(this.end - str.length, str.length) === str;
-    };
-    Node.prototype.accept = function (visitor) {
-        if (visitor(this) && this.children) {
-            for (var _i = 0, _a = this.children; _i < _a.length; _i++) {
-                var child = _a[_i];
-                child.accept(visitor);
-            }
+}
+exports.ProtocolNotificationType0 = ProtocolNotificationType0;
+//# sourceMappingURL=messages.js.map
+
+/***/ }),
+/* 27 */
+/***/ ((__unused_webpack_module, exports, __webpack_require__) => {
+
+
+/* --------------------------------------------------------------------------------------------
+ * Copyright (c) Microsoft Corporation. All rights reserved.
+ * Licensed under the MIT License. See License.txt in the project root for license information.
+ * ------------------------------------------------------------------------------------------ */
+Object.defineProperty(exports, "__esModule", ({ value: true }));
+const Is = __webpack_require__(28);
+const vscode_jsonrpc_1 = __webpack_require__(6);
+const messages_1 = __webpack_require__(26);
+const protocol_implementation_1 = __webpack_require__(29);
+exports.ImplementationRequest = protocol_implementation_1.ImplementationRequest;
+const protocol_typeDefinition_1 = __webpack_require__(30);
+exports.TypeDefinitionRequest = protocol_typeDefinition_1.TypeDefinitionRequest;
+const protocol_workspaceFolders_1 = __webpack_require__(31);
+exports.WorkspaceFoldersRequest = protocol_workspaceFolders_1.WorkspaceFoldersRequest;
+exports.DidChangeWorkspaceFoldersNotification = protocol_workspaceFolders_1.DidChangeWorkspaceFoldersNotification;
+const protocol_configuration_1 = __webpack_require__(32);
+exports.ConfigurationRequest = protocol_configuration_1.ConfigurationRequest;
+const protocol_colorProvider_1 = __webpack_require__(33);
+exports.DocumentColorRequest = protocol_colorProvider_1.DocumentColorRequest;
+exports.ColorPresentationRequest = protocol_colorProvider_1.ColorPresentationRequest;
+const protocol_foldingRange_1 = __webpack_require__(34);
+exports.FoldingRangeRequest = protocol_foldingRange_1.FoldingRangeRequest;
+const protocol_declaration_1 = __webpack_require__(35);
+exports.DeclarationRequest = protocol_declaration_1.DeclarationRequest;
+const protocol_selectionRange_1 = __webpack_require__(36);
+exports.SelectionRangeRequest = protocol_selectionRange_1.SelectionRangeRequest;
+const protocol_progress_1 = __webpack_require__(37);
+exports.WorkDoneProgress = protocol_progress_1.WorkDoneProgress;
+exports.WorkDoneProgressCreateRequest = protocol_progress_1.WorkDoneProgressCreateRequest;
+exports.WorkDoneProgressCancelNotification = protocol_progress_1.WorkDoneProgressCancelNotification;
+const protocol_callHierarchy_1 = __webpack_require__(38);
+exports.CallHierarchyIncomingCallsRequest = protocol_callHierarchy_1.CallHierarchyIncomingCallsRequest;
+exports.CallHierarchyOutgoingCallsRequest = protocol_callHierarchy_1.CallHierarchyOutgoingCallsRequest;
+exports.CallHierarchyPrepareRequest = protocol_callHierarchy_1.CallHierarchyPrepareRequest;
+// @ts-ignore: to avoid inlining LocatioLink as dynamic import
+let __noDynamicImport;
+/**
+ * The DocumentFilter namespace provides helper functions to work with
+ * [DocumentFilter](#DocumentFilter) literals.
+ */
+var DocumentFilter;
+(function (DocumentFilter) {
+    function is(value) {
+        const candidate = value;
+        return Is.string(candidate.language) || Is.string(candidate.scheme) || Is.string(candidate.pattern);
+    }
+    DocumentFilter.is = is;
+})(DocumentFilter = exports.DocumentFilter || (exports.DocumentFilter = {}));
+/**
+ * The DocumentSelector namespace provides helper functions to work with
+ * [DocumentSelector](#DocumentSelector)s.
+ */
+var DocumentSelector;
+(function (DocumentSelector) {
+    function is(value) {
+        if (!Array.isArray(value)) {
+            return false;
         }
-    };
-    Node.prototype.acceptVisitor = function (visitor) {
-        this.accept(visitor.visitNode.bind(visitor));
-    };
-    Node.prototype.adoptChild = function (node, index) {
-        if (index === void 0) { index = -1; }
-        if (node.parent && node.parent.children) {
-            var idx = node.parent.children.indexOf(node);
-            if (idx >= 0) {
-                node.parent.children.splice(idx, 1);
+        for (let elem of value) {
+            if (!Is.string(elem) && !DocumentFilter.is(elem)) {
+                return false;
             }
         }
-        node.parent = this;
-        var children = this.children;
-        if (!children) {
-            children = this.children = [];
-        }
-        if (index !== -1) {
-            children.splice(index, 0, node);
-        }
-        else {
-            children.push(node);
-        }
-        return node;
-    };
-    Node.prototype.attachTo = function (parent, index) {
-        if (index === void 0) { index = -1; }
-        if (parent) {
-            parent.adoptChild(this, index);
-        }
-        return this;
-    };
-    Node.prototype.collectIssues = function (results) {
-        if (this.issues) {
-            results.push.apply(results, this.issues);
-        }
-    };
-    Node.prototype.addIssue = function (issue) {
-        if (!this.issues) {
-            this.issues = [];
-        }
-        this.issues.push(issue);
-    };
-    Node.prototype.hasIssue = function (rule) {
-        return Array.isArray(this.issues) && this.issues.some(function (i) { return i.getRule() === rule; });
-    };
-    Node.prototype.isErroneous = function (recursive) {
-        if (recursive === void 0) { recursive = false; }
-        if (this.issues && this.issues.length > 0) {
-            return true;
-        }
-        return recursive && Array.isArray(this.children) && this.children.some(function (c) { return c.isErroneous(true); });
-    };
-    Node.prototype.setNode = function (field, node, index) {
-        if (index === void 0) { index = -1; }
-        if (node) {
-            node.attachTo(this, index);
-            this[field] = node;
-            return true;
-        }
-        return false;
-    };
-    Node.prototype.addChild = function (node) {
-        if (node) {
-            if (!this.children) {
-                this.children = [];
-            }
-            node.attachTo(this);
-            this.updateOffsetAndLength(node);
-            return true;
-        }
-        return false;
-    };
-    Node.prototype.updateOffsetAndLength = function (node) {
-        if (node.offset < this.offset || this.offset === -1) {
-            this.offset = node.offset;
-        }
-        var nodeEnd = node.end;
-        if ((nodeEnd > this.end) || this.length === -1) {
-            this.length = nodeEnd - this.offset;
-        }
-    };
-    Node.prototype.hasChildren = function () {
-        return !!this.children && this.children.length > 0;
-    };
-    Node.prototype.getChildren = function () {
-        return this.children ? this.children.slice(0) : [];
-    };
-    Node.prototype.getChild = function (index) {
-        if (this.children && index < this.children.length) {
-            return this.children[index];
-        }
-        return null;
-    };
-    Node.prototype.addChildren = function (nodes) {
-        for (var _i = 0, nodes_1 = nodes; _i < nodes_1.length; _i++) {
-            var node = nodes_1[_i];
-            this.addChild(node);
-        }
-    };
-    Node.prototype.findFirstChildBeforeOffset = function (offset) {
-        if (this.children) {
-            var current = null;
-            for (var i = this.children.length - 1; i >= 0; i--) {
-                // iterate until we find a child that has a start offset smaller than the input offset
-                current = this.children[i];
-                if (current.offset <= offset) {
-                    return current;
-                }
-            }
-        }
-        return null;
-    };
-    Node.prototype.findChildAtOffset = function (offset, goDeep) {
-        var current = this.findFirstChildBeforeOffset(offset);
-        if (current && current.end >= offset) {
-            if (goDeep) {
-                return current.findChildAtOffset(offset, true) || current;
-            }
-            return current;
-        }
-        return null;
-    };
-    Node.prototype.encloses = function (candidate) {
-        return this.offset <= candidate.offset && this.offset + this.length >= candidate.offset + candidate.length;
-    };
-    Node.prototype.getParent = function () {
-        var result = this.parent;
-        while (result instanceof Nodelist) {
-            result = result.parent;
-        }
-        return result;
-    };
-    Node.prototype.findParent = function (type) {
-        var result = this;
-        while (result && result.type !== type) {
-            result = result.parent;
-        }
-        return result;
-    };
-    Node.prototype.findAParent = function () {
-        var types = [];
-        for (var _i = 0; _i < arguments.length; _i++) {
-            types[_i] = arguments[_i];
-        }
-        var result = this;
-        while (result && !types.some(function (t) { return result.type === t; })) {
-            result = result.parent;
-        }
-        return result;
-    };
-    Node.prototype.setData = function (key, value) {
-        if (!this.options) {
-            this.options = {};
-        }
-        this.options[key] = value;
-    };
-    Node.prototype.getData = function (key) {
-        if (!this.options || !this.options.hasOwnProperty(key)) {
-            return null;
-        }
-        return this.options[key];
-    };
-    return Node;
-}());
-
-var Nodelist = /** @class */ (function (_super) {
-    __extends(Nodelist, _super);
-    function Nodelist(parent, index) {
-        if (index === void 0) { index = -1; }
-        var _this = _super.call(this, -1, -1) || this;
-        _this.attachTo(parent, index);
-        _this.offset = -1;
-        _this.length = -1;
-        return _this;
+        return true;
     }
-    return Nodelist;
-}(Node));
+    DocumentSelector.is = is;
+})(DocumentSelector = exports.DocumentSelector || (exports.DocumentSelector = {}));
+/**
+ * The `client/registerCapability` request is sent from the server to the client to register a new capability
+ * handler on the client side.
+ */
+var RegistrationRequest;
+(function (RegistrationRequest) {
+    RegistrationRequest.type = new messages_1.ProtocolRequestType('client/registerCapability');
+})(RegistrationRequest = exports.RegistrationRequest || (exports.RegistrationRequest = {}));
+/**
+ * The `client/unregisterCapability` request is sent from the server to the client to unregister a previously registered capability
+ * handler on the client side.
+ */
+var UnregistrationRequest;
+(function (UnregistrationRequest) {
+    UnregistrationRequest.type = new messages_1.ProtocolRequestType('client/unregisterCapability');
+})(UnregistrationRequest = exports.UnregistrationRequest || (exports.UnregistrationRequest = {}));
+var ResourceOperationKind;
+(function (ResourceOperationKind) {
+    /**
+     * Supports creating new files and folders.
+     */
+    ResourceOperationKind.Create = 'create';
+    /**
+     * Supports renaming existing files and folders.
+     */
+    ResourceOperationKind.Rename = 'rename';
+    /**
+     * Supports deleting existing files and folders.
+     */
+    ResourceOperationKind.Delete = 'delete';
+})(ResourceOperationKind = exports.ResourceOperationKind || (exports.ResourceOperationKind = {}));
+var FailureHandlingKind;
+(function (FailureHandlingKind) {
+    /**
+     * Applying the workspace change is simply aborted if one of the changes provided
+     * fails. All operations executed before the failing operation stay executed.
+     */
+    FailureHandlingKind.Abort = 'abort';
+    /**
+     * All operations are executed transactional. That means they either all
+     * succeed or no changes at all are applied to the workspace.
+     */
+    FailureHandlingKind.Transactional = 'transactional';
+    /**
+     * If the workspace edit contains only textual file changes they are executed transactional.
+     * If resource changes (create, rename or delete file) are part of the change the failure
+     * handling startegy is abort.
+     */
+    FailureHandlingKind.TextOnlyTransactional = 'textOnlyTransactional';
+    /**
+     * The client tries to undo the operations already executed. But there is no
+     * guarantee that this is succeeding.
+     */
+    FailureHandlingKind.Undo = 'undo';
+})(FailureHandlingKind = exports.FailureHandlingKind || (exports.FailureHandlingKind = {}));
+/**
+ * The StaticRegistrationOptions namespace provides helper functions to work with
+ * [StaticRegistrationOptions](#StaticRegistrationOptions) literals.
+ */
+var StaticRegistrationOptions;
+(function (StaticRegistrationOptions) {
+    function hasId(value) {
+        const candidate = value;
+        return candidate && Is.string(candidate.id) && candidate.id.length > 0;
+    }
+    StaticRegistrationOptions.hasId = hasId;
+})(StaticRegistrationOptions = exports.StaticRegistrationOptions || (exports.StaticRegistrationOptions = {}));
+/**
+ * The TextDocumentRegistrationOptions namespace provides helper functions to work with
+ * [TextDocumentRegistrationOptions](#TextDocumentRegistrationOptions) literals.
+ */
+var TextDocumentRegistrationOptions;
+(function (TextDocumentRegistrationOptions) {
+    function is(value) {
+        const candidate = value;
+        return candidate && (candidate.documentSelector === null || DocumentSelector.is(candidate.documentSelector));
+    }
+    TextDocumentRegistrationOptions.is = is;
+})(TextDocumentRegistrationOptions = exports.TextDocumentRegistrationOptions || (exports.TextDocumentRegistrationOptions = {}));
+/**
+ * The WorkDoneProgressOptions namespace provides helper functions to work with
+ * [WorkDoneProgressOptions](#WorkDoneProgressOptions) literals.
+ */
+var WorkDoneProgressOptions;
+(function (WorkDoneProgressOptions) {
+    function is(value) {
+        const candidate = value;
+        return Is.objectLiteral(candidate) && (candidate.workDoneProgress === undefined || Is.boolean(candidate.workDoneProgress));
+    }
+    WorkDoneProgressOptions.is = is;
+    function hasWorkDoneProgress(value) {
+        const candidate = value;
+        return candidate && Is.boolean(candidate.workDoneProgress);
+    }
+    WorkDoneProgressOptions.hasWorkDoneProgress = hasWorkDoneProgress;
+})(WorkDoneProgressOptions = exports.WorkDoneProgressOptions || (exports.WorkDoneProgressOptions = {}));
+/**
+ * The initialize request is sent from the client to the server.
+ * It is sent once as the request after starting up the server.
+ * The requests parameter is of type [InitializeParams](#InitializeParams)
+ * the response if of type [InitializeResult](#InitializeResult) of a Thenable that
+ * resolves to such.
+ */
+var InitializeRequest;
+(function (InitializeRequest) {
+    InitializeRequest.type = new messages_1.ProtocolRequestType('initialize');
+})(InitializeRequest = exports.InitializeRequest || (exports.InitializeRequest = {}));
+/**
+ * Known error codes for an `InitializeError`;
+ */
+var InitializeError;
+(function (InitializeError) {
+    /**
+     * If the protocol version provided by the client can't be handled by the server.
+     * @deprecated This initialize error got replaced by client capabilities. There is
+     * no version handshake in version 3.0x
+     */
+    InitializeError.unknownProtocolVersion = 1;
+})(InitializeError = exports.InitializeError || (exports.InitializeError = {}));
+/**
+ * The intialized notification is sent from the client to the
+ * server after the client is fully initialized and the server
+ * is allowed to send requests from the server to the client.
+ */
+var InitializedNotification;
+(function (InitializedNotification) {
+    InitializedNotification.type = new messages_1.ProtocolNotificationType('initialized');
+})(InitializedNotification = exports.InitializedNotification || (exports.InitializedNotification = {}));
+//---- Shutdown Method ----
+/**
+ * A shutdown request is sent from the client to the server.
+ * It is sent once when the client decides to shutdown the
+ * server. The only notification that is sent after a shutdown request
+ * is the exit event.
+ */
+var ShutdownRequest;
+(function (ShutdownRequest) {
+    ShutdownRequest.type = new messages_1.ProtocolRequestType0('shutdown');
+})(ShutdownRequest = exports.ShutdownRequest || (exports.ShutdownRequest = {}));
+//---- Exit Notification ----
+/**
+ * The exit event is sent from the client to the server to
+ * ask the server to exit its process.
+ */
+var ExitNotification;
+(function (ExitNotification) {
+    ExitNotification.type = new messages_1.ProtocolNotificationType0('exit');
+})(ExitNotification = exports.ExitNotification || (exports.ExitNotification = {}));
+/**
+ * The configuration change notification is sent from the client to the server
+ * when the client's configuration has changed. The notification contains
+ * the changed configuration as defined by the language client.
+ */
+var DidChangeConfigurationNotification;
+(function (DidChangeConfigurationNotification) {
+    DidChangeConfigurationNotification.type = new messages_1.ProtocolNotificationType('workspace/didChangeConfiguration');
+})(DidChangeConfigurationNotification = exports.DidChangeConfigurationNotification || (exports.DidChangeConfigurationNotification = {}));
+//---- Message show and log notifications ----
+/**
+ * The message type
+ */
+var MessageType;
+(function (MessageType) {
+    /**
+     * An error message.
+     */
+    MessageType.Error = 1;
+    /**
+     * A warning message.
+     */
+    MessageType.Warning = 2;
+    /**
+     * An information message.
+     */
+    MessageType.Info = 3;
+    /**
+     * A log message.
+     */
+    MessageType.Log = 4;
+})(MessageType = exports.MessageType || (exports.MessageType = {}));
+/**
+ * The show message notification is sent from a server to a client to ask
+ * the client to display a particular message in the user interface.
+ */
+var ShowMessageNotification;
+(function (ShowMessageNotification) {
+    ShowMessageNotification.type = new messages_1.ProtocolNotificationType('window/showMessage');
+})(ShowMessageNotification = exports.ShowMessageNotification || (exports.ShowMessageNotification = {}));
+/**
+ * The show message request is sent from the server to the client to show a message
+ * and a set of options actions to the user.
+ */
+var ShowMessageRequest;
+(function (ShowMessageRequest) {
+    ShowMessageRequest.type = new messages_1.ProtocolRequestType('window/showMessageRequest');
+})(ShowMessageRequest = exports.ShowMessageRequest || (exports.ShowMessageRequest = {}));
+/**
+ * The log message notification is sent from the server to the client to ask
+ * the client to log a particular message.
+ */
+var LogMessageNotification;
+(function (LogMessageNotification) {
+    LogMessageNotification.type = new messages_1.ProtocolNotificationType('window/logMessage');
+})(LogMessageNotification = exports.LogMessageNotification || (exports.LogMessageNotification = {}));
+//---- Telemetry notification
+/**
+ * The telemetry event notification is sent from the server to the client to ask
+ * the client to log telemetry data.
+ */
+var TelemetryEventNotification;
+(function (TelemetryEventNotification) {
+    TelemetryEventNotification.type = new messages_1.ProtocolNotificationType('telemetry/event');
+})(TelemetryEventNotification = exports.TelemetryEventNotification || (exports.TelemetryEventNotification = {}));
+/**
+ * Defines how the host (editor) should sync
+ * document changes to the language server.
+ */
+var TextDocumentSyncKind;
+(function (TextDocumentSyncKind) {
+    /**
+     * Documents should not be synced at all.
+     */
+    TextDocumentSyncKind.None = 0;
+    /**
+     * Documents are synced by always sending the full content
+     * of the document.
+     */
+    TextDocumentSyncKind.Full = 1;
+    /**
+     * Documents are synced by sending the full content on open.
+     * After that only incremental updates to the document are
+     * send.
+     */
+    TextDocumentSyncKind.Incremental = 2;
+})(TextDocumentSyncKind = exports.TextDocumentSyncKind || (exports.TextDocumentSyncKind = {}));
+/**
+ * The document open notification is sent from the client to the server to signal
+ * newly opened text documents. The document's truth is now managed by the client
+ * and the server must not try to read the document's truth using the document's
+ * uri. Open in this sense means it is managed by the client. It doesn't necessarily
+ * mean that its content is presented in an editor. An open notification must not
+ * be sent more than once without a corresponding close notification send before.
+ * This means open and close notification must be balanced and the max open count
+ * is one.
+ */
+var DidOpenTextDocumentNotification;
+(function (DidOpenTextDocumentNotification) {
+    DidOpenTextDocumentNotification.method = 'textDocument/didOpen';
+    DidOpenTextDocumentNotification.type = new messages_1.ProtocolNotificationType(DidOpenTextDocumentNotification.method);
+})(DidOpenTextDocumentNotification = exports.DidOpenTextDocumentNotification || (exports.DidOpenTextDocumentNotification = {}));
+/**
+ * The document change notification is sent from the client to the server to signal
+ * changes to a text document.
+ */
+var DidChangeTextDocumentNotification;
+(function (DidChangeTextDocumentNotification) {
+    DidChangeTextDocumentNotification.method = 'textDocument/didChange';
+    DidChangeTextDocumentNotification.type = new messages_1.ProtocolNotificationType(DidChangeTextDocumentNotification.method);
+})(DidChangeTextDocumentNotification = exports.DidChangeTextDocumentNotification || (exports.DidChangeTextDocumentNotification = {}));
+/**
+ * The document close notification is sent from the client to the server when
+ * the document got closed in the client. The document's truth now exists where
+ * the document's uri points to (e.g. if the document's uri is a file uri the
+ * truth now exists on disk). As with the open notification the close notification
+ * is about managing the document's content. Receiving a close notification
+ * doesn't mean that the document was open in an editor before. A close
+ * notification requires a previous open notification to be sent.
+ */
+var DidCloseTextDocumentNotification;
+(function (DidCloseTextDocumentNotification) {
+    DidCloseTextDocumentNotification.method = 'textDocument/didClose';
+    DidCloseTextDocumentNotification.type = new messages_1.ProtocolNotificationType(DidCloseTextDocumentNotification.method);
+})(DidCloseTextDocumentNotification = exports.DidCloseTextDocumentNotification || (exports.DidCloseTextDocumentNotification = {}));
+/**
+ * The document save notification is sent from the client to the server when
+ * the document got saved in the client.
+ */
+var DidSaveTextDocumentNotification;
+(function (DidSaveTextDocumentNotification) {
+    DidSaveTextDocumentNotification.method = 'textDocument/didSave';
+    DidSaveTextDocumentNotification.type = new messages_1.ProtocolNotificationType(DidSaveTextDocumentNotification.method);
+})(DidSaveTextDocumentNotification = exports.DidSaveTextDocumentNotification || (exports.DidSaveTextDocumentNotification = {}));
+/**
+ * Represents reasons why a text document is saved.
+ */
+var TextDocumentSaveReason;
+(function (TextDocumentSaveReason) {
+    /**
+     * Manually triggered, e.g. by the user pressing save, by starting debugging,
+     * or by an API call.
+     */
+    TextDocumentSaveReason.Manual = 1;
+    /**
+     * Automatic after a delay.
+     */
+    TextDocumentSaveReason.AfterDelay = 2;
+    /**
+     * When the editor lost focus.
+     */
+    TextDocumentSaveReason.FocusOut = 3;
+})(TextDocumentSaveReason = exports.TextDocumentSaveReason || (exports.TextDocumentSaveReason = {}));
+/**
+ * A document will save notification is sent from the client to the server before
+ * the document is actually saved.
+ */
+var WillSaveTextDocumentNotification;
+(function (WillSaveTextDocumentNotification) {
+    WillSaveTextDocumentNotification.method = 'textDocument/willSave';
+    WillSaveTextDocumentNotification.type = new messages_1.ProtocolNotificationType(WillSaveTextDocumentNotification.method);
+})(WillSaveTextDocumentNotification = exports.WillSaveTextDocumentNotification || (exports.WillSaveTextDocumentNotification = {}));
+/**
+ * A document will save request is sent from the client to the server before
+ * the document is actually saved. The request can return an array of TextEdits
+ * which will be applied to the text document before it is saved. Please note that
+ * clients might drop results if computing the text edits took too long or if a
+ * server constantly fails on this request. This is done to keep the save fast and
+ * reliable.
+ */
+var WillSaveTextDocumentWaitUntilRequest;
+(function (WillSaveTextDocumentWaitUntilRequest) {
+    WillSaveTextDocumentWaitUntilRequest.method = 'textDocument/willSaveWaitUntil';
+    WillSaveTextDocumentWaitUntilRequest.type = new messages_1.ProtocolRequestType(WillSaveTextDocumentWaitUntilRequest.method);
+})(WillSaveTextDocumentWaitUntilRequest = exports.WillSaveTextDocumentWaitUntilRequest || (exports.WillSaveTextDocumentWaitUntilRequest = {}));
+/**
+ * The watched files notification is sent from the client to the server when
+ * the client detects changes to file watched by the language client.
+ */
+var DidChangeWatchedFilesNotification;
+(function (DidChangeWatchedFilesNotification) {
+    DidChangeWatchedFilesNotification.type = new messages_1.ProtocolNotificationType('workspace/didChangeWatchedFiles');
+})(DidChangeWatchedFilesNotification = exports.DidChangeWatchedFilesNotification || (exports.DidChangeWatchedFilesNotification = {}));
+/**
+ * The file event type
+ */
+var FileChangeType;
+(function (FileChangeType) {
+    /**
+     * The file got created.
+     */
+    FileChangeType.Created = 1;
+    /**
+     * The file got changed.
+     */
+    FileChangeType.Changed = 2;
+    /**
+     * The file got deleted.
+     */
+    FileChangeType.Deleted = 3;
+})(FileChangeType = exports.FileChangeType || (exports.FileChangeType = {}));
+var WatchKind;
+(function (WatchKind) {
+    /**
+     * Interested in create events.
+     */
+    WatchKind.Create = 1;
+    /**
+     * Interested in change events
+     */
+    WatchKind.Change = 2;
+    /**
+     * Interested in delete events
+     */
+    WatchKind.Delete = 4;
+})(WatchKind = exports.WatchKind || (exports.WatchKind = {}));
+/**
+ * Diagnostics notification are sent from the server to the client to signal
+ * results of validation runs.
+ */
+var PublishDiagnosticsNotification;
+(function (PublishDiagnosticsNotification) {
+    PublishDiagnosticsNotification.type = new messages_1.ProtocolNotificationType('textDocument/publishDiagnostics');
+})(PublishDiagnosticsNotification = exports.PublishDiagnosticsNotification || (exports.PublishDiagnosticsNotification = {}));
+/**
+ * How a completion was triggered
+ */
+var CompletionTriggerKind;
+(function (CompletionTriggerKind) {
+    /**
+     * Completion was triggered by typing an identifier (24x7 code
+     * complete), manual invocation (e.g Ctrl+Space) or via API.
+     */
+    CompletionTriggerKind.Invoked = 1;
+    /**
+     * Completion was triggered by a trigger character specified by
+     * the `triggerCharacters` properties of the `CompletionRegistrationOptions`.
+     */
+    CompletionTriggerKind.TriggerCharacter = 2;
+    /**
+     * Completion was re-triggered as current completion list is incomplete
+     */
+    CompletionTriggerKind.TriggerForIncompleteCompletions = 3;
+})(CompletionTriggerKind = exports.CompletionTriggerKind || (exports.CompletionTriggerKind = {}));
+/**
+ * Request to request completion at a given text document position. The request's
+ * parameter is of type [TextDocumentPosition](#TextDocumentPosition) the response
+ * is of type [CompletionItem[]](#CompletionItem) or [CompletionList](#CompletionList)
+ * or a Thenable that resolves to such.
+ *
+ * The request can delay the computation of the [`detail`](#CompletionItem.detail)
+ * and [`documentation`](#CompletionItem.documentation) properties to the `completionItem/resolve`
+ * request. However, properties that are needed for the initial sorting and filtering, like `sortText`,
+ * `filterText`, `insertText`, and `textEdit`, must not be changed during resolve.
+ */
+var CompletionRequest;
+(function (CompletionRequest) {
+    CompletionRequest.method = 'textDocument/completion';
+    CompletionRequest.type = new messages_1.ProtocolRequestType(CompletionRequest.method);
+    /** @deprecated Use CompletionRequest.type */
+    CompletionRequest.resultType = new vscode_jsonrpc_1.ProgressType();
+})(CompletionRequest = exports.CompletionRequest || (exports.CompletionRequest = {}));
+/**
+ * Request to resolve additional information for a given completion item.The request's
+ * parameter is of type [CompletionItem](#CompletionItem) the response
+ * is of type [CompletionItem](#CompletionItem) or a Thenable that resolves to such.
+ */
+var CompletionResolveRequest;
+(function (CompletionResolveRequest) {
+    CompletionResolveRequest.method = 'completionItem/resolve';
+    CompletionResolveRequest.type = new messages_1.ProtocolRequestType(CompletionResolveRequest.method);
+})(CompletionResolveRequest = exports.CompletionResolveRequest || (exports.CompletionResolveRequest = {}));
+/**
+ * Request to request hover information at a given text document position. The request's
+ * parameter is of type [TextDocumentPosition](#TextDocumentPosition) the response is of
+ * type [Hover](#Hover) or a Thenable that resolves to such.
+ */
+var HoverRequest;
+(function (HoverRequest) {
+    HoverRequest.method = 'textDocument/hover';
+    HoverRequest.type = new messages_1.ProtocolRequestType(HoverRequest.method);
+})(HoverRequest = exports.HoverRequest || (exports.HoverRequest = {}));
+/**
+ * How a signature help was triggered.
+ *
+ * @since 3.15.0
+ */
+var SignatureHelpTriggerKind;
+(function (SignatureHelpTriggerKind) {
+    /**
+     * Signature help was invoked manually by the user or by a command.
+     */
+    SignatureHelpTriggerKind.Invoked = 1;
+    /**
+     * Signature help was triggered by a trigger character.
+     */
+    SignatureHelpTriggerKind.TriggerCharacter = 2;
+    /**
+     * Signature help was triggered by the cursor moving or by the document content changing.
+     */
+    SignatureHelpTriggerKind.ContentChange = 3;
+})(SignatureHelpTriggerKind = exports.SignatureHelpTriggerKind || (exports.SignatureHelpTriggerKind = {}));
+var SignatureHelpRequest;
+(function (SignatureHelpRequest) {
+    SignatureHelpRequest.method = 'textDocument/signatureHelp';
+    SignatureHelpRequest.type = new messages_1.ProtocolRequestType(SignatureHelpRequest.method);
+})(SignatureHelpRequest = exports.SignatureHelpRequest || (exports.SignatureHelpRequest = {}));
+/**
+ * A request to resolve the definition location of a symbol at a given text
+ * document position. The request's parameter is of type [TextDocumentPosition]
+ * (#TextDocumentPosition) the response is of either type [Definition](#Definition)
+ * or a typed array of [DefinitionLink](#DefinitionLink) or a Thenable that resolves
+ * to such.
+ */
+var DefinitionRequest;
+(function (DefinitionRequest) {
+    DefinitionRequest.method = 'textDocument/definition';
+    DefinitionRequest.type = new messages_1.ProtocolRequestType(DefinitionRequest.method);
+    /** @deprecated Use DefinitionRequest.type */
+    DefinitionRequest.resultType = new vscode_jsonrpc_1.ProgressType();
+})(DefinitionRequest = exports.DefinitionRequest || (exports.DefinitionRequest = {}));
+/**
+ * A request to resolve project-wide references for the symbol denoted
+ * by the given text document position. The request's parameter is of
+ * type [ReferenceParams](#ReferenceParams) the response is of type
+ * [Location[]](#Location) or a Thenable that resolves to such.
+ */
+var ReferencesRequest;
+(function (ReferencesRequest) {
+    ReferencesRequest.method = 'textDocument/references';
+    ReferencesRequest.type = new messages_1.ProtocolRequestType(ReferencesRequest.method);
+    /** @deprecated Use ReferencesRequest.type */
+    ReferencesRequest.resultType = new vscode_jsonrpc_1.ProgressType();
+})(ReferencesRequest = exports.ReferencesRequest || (exports.ReferencesRequest = {}));
+/**
+ * Request to resolve a [DocumentHighlight](#DocumentHighlight) for a given
+ * text document position. The request's parameter is of type [TextDocumentPosition]
+ * (#TextDocumentPosition) the request response is of type [DocumentHighlight[]]
+ * (#DocumentHighlight) or a Thenable that resolves to such.
+ */
+var DocumentHighlightRequest;
+(function (DocumentHighlightRequest) {
+    DocumentHighlightRequest.method = 'textDocument/documentHighlight';
+    DocumentHighlightRequest.type = new messages_1.ProtocolRequestType(DocumentHighlightRequest.method);
+    /** @deprecated Use DocumentHighlightRequest.type */
+    DocumentHighlightRequest.resultType = new vscode_jsonrpc_1.ProgressType();
+})(DocumentHighlightRequest = exports.DocumentHighlightRequest || (exports.DocumentHighlightRequest = {}));
+/**
+ * A request to list all symbols found in a given text document. The request's
+ * parameter is of type [TextDocumentIdentifier](#TextDocumentIdentifier) the
+ * response is of type [SymbolInformation[]](#SymbolInformation) or a Thenable
+ * that resolves to such.
+ */
+var DocumentSymbolRequest;
+(function (DocumentSymbolRequest) {
+    DocumentSymbolRequest.method = 'textDocument/documentSymbol';
+    DocumentSymbolRequest.type = new messages_1.ProtocolRequestType(DocumentSymbolRequest.method);
+    /** @deprecated Use DocumentSymbolRequest.type */
+    DocumentSymbolRequest.resultType = new vscode_jsonrpc_1.ProgressType();
+})(DocumentSymbolRequest = exports.DocumentSymbolRequest || (exports.DocumentSymbolRequest = {}));
+/**
+ * A request to provide commands for the given text document and range.
+ */
+var CodeActionRequest;
+(function (CodeActionRequest) {
+    CodeActionRequest.method = 'textDocument/codeAction';
+    CodeActionRequest.type = new messages_1.ProtocolRequestType(CodeActionRequest.method);
+    /** @deprecated Use CodeActionRequest.type */
+    CodeActionRequest.resultType = new vscode_jsonrpc_1.ProgressType();
+})(CodeActionRequest = exports.CodeActionRequest || (exports.CodeActionRequest = {}));
+/**
+ * A request to list project-wide symbols matching the query string given
+ * by the [WorkspaceSymbolParams](#WorkspaceSymbolParams). The response is
+ * of type [SymbolInformation[]](#SymbolInformation) or a Thenable that
+ * resolves to such.
+ */
+var WorkspaceSymbolRequest;
+(function (WorkspaceSymbolRequest) {
+    WorkspaceSymbolRequest.method = 'workspace/symbol';
+    WorkspaceSymbolRequest.type = new messages_1.ProtocolRequestType(WorkspaceSymbolRequest.method);
+    /** @deprecated Use WorkspaceSymbolRequest.type */
+    WorkspaceSymbolRequest.resultType = new vscode_jsonrpc_1.ProgressType();
+})(WorkspaceSymbolRequest = exports.WorkspaceSymbolRequest || (exports.WorkspaceSymbolRequest = {}));
+/**
+ * A request to provide code lens for the given text document.
+ */
+var CodeLensRequest;
+(function (CodeLensRequest) {
+    CodeLensRequest.type = new messages_1.ProtocolRequestType('textDocument/codeLens');
+    /** @deprecated Use CodeLensRequest.type */
+    CodeLensRequest.resultType = new vscode_jsonrpc_1.ProgressType();
+})(CodeLensRequest = exports.CodeLensRequest || (exports.CodeLensRequest = {}));
+/**
+ * A request to resolve a command for a given code lens.
+ */
+var CodeLensResolveRequest;
+(function (CodeLensResolveRequest) {
+    CodeLensResolveRequest.type = new messages_1.ProtocolRequestType('codeLens/resolve');
+})(CodeLensResolveRequest = exports.CodeLensResolveRequest || (exports.CodeLensResolveRequest = {}));
+/**
+ * A request to provide document links
+ */
+var DocumentLinkRequest;
+(function (DocumentLinkRequest) {
+    DocumentLinkRequest.method = 'textDocument/documentLink';
+    DocumentLinkRequest.type = new messages_1.ProtocolRequestType(DocumentLinkRequest.method);
+    /** @deprecated Use DocumentLinkRequest.type */
+    DocumentLinkRequest.resultType = new vscode_jsonrpc_1.ProgressType();
+})(DocumentLinkRequest = exports.DocumentLinkRequest || (exports.DocumentLinkRequest = {}));
+/**
+ * Request to resolve additional information for a given document link. The request's
+ * parameter is of type [DocumentLink](#DocumentLink) the response
+ * is of type [DocumentLink](#DocumentLink) or a Thenable that resolves to such.
+ */
+var DocumentLinkResolveRequest;
+(function (DocumentLinkResolveRequest) {
+    DocumentLinkResolveRequest.type = new messages_1.ProtocolRequestType('documentLink/resolve');
+})(DocumentLinkResolveRequest = exports.DocumentLinkResolveRequest || (exports.DocumentLinkResolveRequest = {}));
+/**
+ * A request to to format a whole document.
+ */
+var DocumentFormattingRequest;
+(function (DocumentFormattingRequest) {
+    DocumentFormattingRequest.method = 'textDocument/formatting';
+    DocumentFormattingRequest.type = new messages_1.ProtocolRequestType(DocumentFormattingRequest.method);
+})(DocumentFormattingRequest = exports.DocumentFormattingRequest || (exports.DocumentFormattingRequest = {}));
+/**
+ * A request to to format a range in a document.
+ */
+var DocumentRangeFormattingRequest;
+(function (DocumentRangeFormattingRequest) {
+    DocumentRangeFormattingRequest.method = 'textDocument/rangeFormatting';
+    DocumentRangeFormattingRequest.type = new messages_1.ProtocolRequestType(DocumentRangeFormattingRequest.method);
+})(DocumentRangeFormattingRequest = exports.DocumentRangeFormattingRequest || (exports.DocumentRangeFormattingRequest = {}));
+/**
+ * A request to format a document on type.
+ */
+var DocumentOnTypeFormattingRequest;
+(function (DocumentOnTypeFormattingRequest) {
+    DocumentOnTypeFormattingRequest.method = 'textDocument/onTypeFormatting';
+    DocumentOnTypeFormattingRequest.type = new messages_1.ProtocolRequestType(DocumentOnTypeFormattingRequest.method);
+})(DocumentOnTypeFormattingRequest = exports.DocumentOnTypeFormattingRequest || (exports.DocumentOnTypeFormattingRequest = {}));
+/**
+ * A request to rename a symbol.
+ */
+var RenameRequest;
+(function (RenameRequest) {
+    RenameRequest.method = 'textDocument/rename';
+    RenameRequest.type = new messages_1.ProtocolRequestType(RenameRequest.method);
+})(RenameRequest = exports.RenameRequest || (exports.RenameRequest = {}));
+/**
+ * A request to test and perform the setup necessary for a rename.
+ */
+var PrepareRenameRequest;
+(function (PrepareRenameRequest) {
+    PrepareRenameRequest.method = 'textDocument/prepareRename';
+    PrepareRenameRequest.type = new messages_1.ProtocolRequestType(PrepareRenameRequest.method);
+})(PrepareRenameRequest = exports.PrepareRenameRequest || (exports.PrepareRenameRequest = {}));
+/**
+ * A request send from the client to the server to execute a command. The request might return
+ * a workspace edit which the client will apply to the workspace.
+ */
+var ExecuteCommandRequest;
+(function (ExecuteCommandRequest) {
+    ExecuteCommandRequest.type = new messages_1.ProtocolRequestType('workspace/executeCommand');
+})(ExecuteCommandRequest = exports.ExecuteCommandRequest || (exports.ExecuteCommandRequest = {}));
+/**
+ * A request sent from the server to the client to modified certain resources.
+ */
+var ApplyWorkspaceEditRequest;
+(function (ApplyWorkspaceEditRequest) {
+    ApplyWorkspaceEditRequest.type = new messages_1.ProtocolRequestType('workspace/applyEdit');
+})(ApplyWorkspaceEditRequest = exports.ApplyWorkspaceEditRequest || (exports.ApplyWorkspaceEditRequest = {}));
+//# sourceMappingURL=protocol.js.map
 
-var Identifier = /** @class */ (function (_super) {
-    __extends(Identifier, _super);
-    function Identifier(offset, length) {
-        var _this = _super.call(this, offset, length) || this;
-        _this.isCustomProperty = false;
-        return _this;
-    }
-    Object.defineProperty(Identifier.prototype, "type", {
-        get: function () {
-            return NodeType.Identifier;
-        },
-        enumerable: true,
-        configurable: true
-    });
-    Identifier.prototype.containsInterpolation = function () {
-        return this.hasChildren();
-    };
-    return Identifier;
-}(Node));
+/***/ }),
+/* 28 */
+/***/ ((__unused_webpack_module, exports) => {
 
-var Stylesheet = /** @class */ (function (_super) {
-    __extends(Stylesheet, _super);
-    function Stylesheet(offset, length) {
-        return _super.call(this, offset, length) || this;
-    }
-    Object.defineProperty(Stylesheet.prototype, "type", {
-        get: function () {
-            return NodeType.Stylesheet;
-        },
-        enumerable: true,
-        configurable: true
-    });
-    return Stylesheet;
-}(Node));
+/* --------------------------------------------------------------------------------------------
+ * Copyright (c) Microsoft Corporation. All rights reserved.
+ * Licensed under the MIT License. See License.txt in the project root for license information.
+ * ------------------------------------------------------------------------------------------ */
 
-var Declarations = /** @class */ (function (_super) {
-    __extends(Declarations, _super);
-    function Declarations(offset, length) {
-        return _super.call(this, offset, length) || this;
-    }
-    Object.defineProperty(Declarations.prototype, "type", {
-        get: function () {
-            return NodeType.Declarations;
-        },
-        enumerable: true,
-        configurable: true
-    });
-    return Declarations;
-}(Node));
+Object.defineProperty(exports, "__esModule", ({ value: true }));
+function boolean(value) {
+    return value === true || value === false;
+}
+exports.boolean = boolean;
+function string(value) {
+    return typeof value === 'string' || value instanceof String;
+}
+exports.string = string;
+function number(value) {
+    return typeof value === 'number' || value instanceof Number;
+}
+exports.number = number;
+function error(value) {
+    return value instanceof Error;
+}
+exports.error = error;
+function func(value) {
+    return typeof value === 'function';
+}
+exports.func = func;
+function array(value) {
+    return Array.isArray(value);
+}
+exports.array = array;
+function stringArray(value) {
+    return array(value) && value.every(elem => string(elem));
+}
+exports.stringArray = stringArray;
+function typedArray(value, check) {
+    return Array.isArray(value) && value.every(check);
+}
+exports.typedArray = typedArray;
+function objectLiteral(value) {
+    // Strictly speaking class instances pass this check as well. Since the LSP
+    // doesn't use classes we ignore this for now. If we do we need to add something
+    // like this: `Object.getPrototypeOf(Object.getPrototypeOf(x)) === null`
+    return value !== null && typeof value === 'object';
+}
+exports.objectLiteral = objectLiteral;
+//# sourceMappingURL=is.js.map
 
-var BodyDeclaration = /** @class */ (function (_super) {
-    __extends(BodyDeclaration, _super);
-    function BodyDeclaration(offset, length) {
-        return _super.call(this, offset, length) || this;
-    }
-    BodyDeclaration.prototype.getDeclarations = function () {
-        return this.declarations;
-    };
-    BodyDeclaration.prototype.setDeclarations = function (decls) {
-        return this.setNode('declarations', decls);
-    };
-    return BodyDeclaration;
-}(Node));
+/***/ }),
+/* 29 */
+/***/ ((__unused_webpack_module, exports, __webpack_require__) => {
 
-var RuleSet = /** @class */ (function (_super) {
-    __extends(RuleSet, _super);
-    function RuleSet(offset, length) {
-        return _super.call(this, offset, length) || this;
-    }
-    Object.defineProperty(RuleSet.prototype, "type", {
-        get: function () {
-            return NodeType.Ruleset;
-        },
-        enumerable: true,
-        configurable: true
-    });
-    RuleSet.prototype.getSelectors = function () {
-        if (!this.selectors) {
-            this.selectors = new Nodelist(this);
-        }
-        return this.selectors;
-    };
-    RuleSet.prototype.isNested = function () {
-        return !!this.parent && this.parent.findParent(NodeType.Declarations) !== null;
-    };
-    return RuleSet;
-}(BodyDeclaration));
 
-var Selector = /** @class */ (function (_super) {
-    __extends(Selector, _super);
-    function Selector(offset, length) {
-        return _super.call(this, offset, length) || this;
-    }
-    Object.defineProperty(Selector.prototype, "type", {
-        get: function () {
-            return NodeType.Selector;
-        },
-        enumerable: true,
-        configurable: true
-    });
-    return Selector;
-}(Node));
+/* --------------------------------------------------------------------------------------------
+ * Copyright (c) Microsoft Corporation. All rights reserved.
+ * Licensed under the MIT License. See License.txt in the project root for license information.
+ * ------------------------------------------------------------------------------------------ */
+Object.defineProperty(exports, "__esModule", ({ value: true }));
+const vscode_jsonrpc_1 = __webpack_require__(6);
+const messages_1 = __webpack_require__(26);
+// @ts-ignore: to avoid inlining LocatioLink as dynamic import
+let __noDynamicImport;
+/**
+ * A request to resolve the implementation locations of a symbol at a given text
+ * document position. The request's parameter is of type [TextDocumentPositioParams]
+ * (#TextDocumentPositionParams) the response is of type [Definition](#Definition) or a
+ * Thenable that resolves to such.
+ */
+var ImplementationRequest;
+(function (ImplementationRequest) {
+    ImplementationRequest.method = 'textDocument/implementation';
+    ImplementationRequest.type = new messages_1.ProtocolRequestType(ImplementationRequest.method);
+    /** @deprecated Use ImplementationRequest.type */
+    ImplementationRequest.resultType = new vscode_jsonrpc_1.ProgressType();
+})(ImplementationRequest = exports.ImplementationRequest || (exports.ImplementationRequest = {}));
+//# sourceMappingURL=protocol.implementation.js.map
 
-var SimpleSelector = /** @class */ (function (_super) {
-    __extends(SimpleSelector, _super);
-    function SimpleSelector(offset, length) {
-        return _super.call(this, offset, length) || this;
-    }
-    Object.defineProperty(SimpleSelector.prototype, "type", {
-        get: function () {
-            return NodeType.SimpleSelector;
-        },
-        enumerable: true,
-        configurable: true
-    });
-    return SimpleSelector;
-}(Node));
+/***/ }),
+/* 30 */
+/***/ ((__unused_webpack_module, exports, __webpack_require__) => {
 
-var AtApplyRule = /** @class */ (function (_super) {
-    __extends(AtApplyRule, _super);
-    function AtApplyRule(offset, length) {
-        return _super.call(this, offset, length) || this;
-    }
-    Object.defineProperty(AtApplyRule.prototype, "type", {
-        get: function () {
-            return NodeType.AtApplyRule;
-        },
-        enumerable: true,
-        configurable: true
-    });
-    AtApplyRule.prototype.setIdentifier = function (node) {
-        return this.setNode('identifier', node, 0);
-    };
-    AtApplyRule.prototype.getIdentifier = function () {
-        return this.identifier;
-    };
-    AtApplyRule.prototype.getName = function () {
-        return this.identifier ? this.identifier.getText() : '';
-    };
-    return AtApplyRule;
-}(Node));
 
-var AbstractDeclaration = /** @class */ (function (_super) {
-    __extends(AbstractDeclaration, _super);
-    function AbstractDeclaration(offset, length) {
-        return _super.call(this, offset, length) || this;
-    }
-    return AbstractDeclaration;
-}(Node));
+/* --------------------------------------------------------------------------------------------
+ * Copyright (c) Microsoft Corporation. All rights reserved.
+ * Licensed under the MIT License. See License.txt in the project root for license information.
+ * ------------------------------------------------------------------------------------------ */
+Object.defineProperty(exports, "__esModule", ({ value: true }));
+const vscode_jsonrpc_1 = __webpack_require__(6);
+const messages_1 = __webpack_require__(26);
+// @ts-ignore: to avoid inlining LocatioLink as dynamic import
+let __noDynamicImport;
+/**
+ * A request to resolve the type definition locations of a symbol at a given text
+ * document position. The request's parameter is of type [TextDocumentPositioParams]
+ * (#TextDocumentPositionParams) the response is of type [Definition](#Definition) or a
+ * Thenable that resolves to such.
+ */
+var TypeDefinitionRequest;
+(function (TypeDefinitionRequest) {
+    TypeDefinitionRequest.method = 'textDocument/typeDefinition';
+    TypeDefinitionRequest.type = new messages_1.ProtocolRequestType(TypeDefinitionRequest.method);
+    /** @deprecated Use TypeDefinitionRequest.type */
+    TypeDefinitionRequest.resultType = new vscode_jsonrpc_1.ProgressType();
+})(TypeDefinitionRequest = exports.TypeDefinitionRequest || (exports.TypeDefinitionRequest = {}));
+//# sourceMappingURL=protocol.typeDefinition.js.map
 
-var CustomPropertyDeclaration = /** @class */ (function (_super) {
-    __extends(CustomPropertyDeclaration, _super);
-    function CustomPropertyDeclaration(offset, length) {
-        return _super.call(this, offset, length) || this;
-    }
-    Object.defineProperty(CustomPropertyDeclaration.prototype, "type", {
-        get: function () {
-            return NodeType.CustomPropertyDeclaration;
-        },
-        enumerable: true,
-        configurable: true
-    });
-    CustomPropertyDeclaration.prototype.setProperty = function (node) {
-        return this.setNode('property', node);
-    };
-    CustomPropertyDeclaration.prototype.getProperty = function () {
-        return this.property;
-    };
-    CustomPropertyDeclaration.prototype.setValue = function (value) {
-        return this.setNode('value', value);
-    };
-    CustomPropertyDeclaration.prototype.getValue = function () {
-        return this.value;
-    };
-    CustomPropertyDeclaration.prototype.setPropertySet = function (value) {
-        return this.setNode('propertySet', value);
-    };
-    CustomPropertyDeclaration.prototype.getPropertySet = function () {
-        return this.propertySet;
-    };
-    return CustomPropertyDeclaration;
-}(AbstractDeclaration));
+/***/ }),
+/* 31 */
+/***/ ((__unused_webpack_module, exports, __webpack_require__) => {
 
-var CustomPropertySet = /** @class */ (function (_super) {
-    __extends(CustomPropertySet, _super);
-    function CustomPropertySet(offset, length) {
-        return _super.call(this, offset, length) || this;
-    }
-    Object.defineProperty(CustomPropertySet.prototype, "type", {
-        get: function () {
-            return NodeType.CustomPropertySet;
-        },
-        enumerable: true,
-        configurable: true
-    });
-    return CustomPropertySet;
-}(BodyDeclaration));
 
-var Declaration = /** @class */ (function (_super) {
-    __extends(Declaration, _super);
-    function Declaration(offset, length) {
-        var _this = _super.call(this, offset, length) || this;
-        _this.property = null;
-        return _this;
-    }
-    Object.defineProperty(Declaration.prototype, "type", {
-        get: function () {
-            return NodeType.Declaration;
-        },
-        enumerable: true,
-        configurable: true
-    });
-    Declaration.prototype.setProperty = function (node) {
-        return this.setNode('property', node);
-    };
-    Declaration.prototype.getProperty = function () {
-        return this.property;
-    };
-    Declaration.prototype.getFullPropertyName = function () {
-        var propertyName = this.property ? this.property.getName() : 'unknown';
-        if (this.parent instanceof Declarations && this.parent.getParent() instanceof NestedProperties) {
-            var parentDecl = this.parent.getParent().getParent();
-            if (parentDecl instanceof Declaration) {
-                return parentDecl.getFullPropertyName() + propertyName;
-            }
-        }
-        return propertyName;
-    };
-    Declaration.prototype.getNonPrefixedPropertyName = function () {
-        var propertyName = this.getFullPropertyName();
-        if (propertyName && propertyName.charAt(0) === '-') {
-            var vendorPrefixEnd = propertyName.indexOf('-', 1);
-            if (vendorPrefixEnd !== -1) {
-                return propertyName.substring(vendorPrefixEnd + 1);
-            }
-        }
-        return propertyName;
-    };
-    Declaration.prototype.setValue = function (value) {
-        return this.setNode('value', value);
-    };
-    Declaration.prototype.getValue = function () {
-        return this.value;
-    };
-    Declaration.prototype.setNestedProperties = function (value) {
-        return this.setNode('nestedProperties', value);
-    };
-    Declaration.prototype.getNestedProperties = function () {
-        return this.nestedProperties;
-    };
-    return Declaration;
-}(AbstractDeclaration));
+/* --------------------------------------------------------------------------------------------
+ * Copyright (c) Microsoft Corporation. All rights reserved.
+ * Licensed under the MIT License. See License.txt in the project root for license information.
+ * ------------------------------------------------------------------------------------------ */
+Object.defineProperty(exports, "__esModule", ({ value: true }));
+const messages_1 = __webpack_require__(26);
+/**
+ * The `workspace/workspaceFolders` is sent from the server to the client to fetch the open workspace folders.
+ */
+var WorkspaceFoldersRequest;
+(function (WorkspaceFoldersRequest) {
+    WorkspaceFoldersRequest.type = new messages_1.ProtocolRequestType0('workspace/workspaceFolders');
+})(WorkspaceFoldersRequest = exports.WorkspaceFoldersRequest || (exports.WorkspaceFoldersRequest = {}));
+/**
+ * The `workspace/didChangeWorkspaceFolders` notification is sent from the client to the server when the workspace
+ * folder configuration changes.
+ */
+var DidChangeWorkspaceFoldersNotification;
+(function (DidChangeWorkspaceFoldersNotification) {
+    DidChangeWorkspaceFoldersNotification.type = new messages_1.ProtocolNotificationType('workspace/didChangeWorkspaceFolders');
+})(DidChangeWorkspaceFoldersNotification = exports.DidChangeWorkspaceFoldersNotification || (exports.DidChangeWorkspaceFoldersNotification = {}));
+//# sourceMappingURL=protocol.workspaceFolders.js.map
 
-var Property = /** @class */ (function (_super) {
-    __extends(Property, _super);
-    function Property(offset, length) {
-        return _super.call(this, offset, length) || this;
-    }
-    Object.defineProperty(Property.prototype, "type", {
-        get: function () {
-            return NodeType.Property;
-        },
-        enumerable: true,
-        configurable: true
-    });
-    Property.prototype.setIdentifier = function (value) {
-        return this.setNode('identifier', value);
-    };
-    Property.prototype.getIdentifier = function () {
-        return this.identifier;
-    };
-    Property.prototype.getName = function () {
-        return this.getText();
-    };
-    Property.prototype.isCustomProperty = function () {
-        return !!this.identifier && this.identifier.isCustomProperty;
-    };
-    return Property;
-}(Node));
+/***/ }),
+/* 32 */
+/***/ ((__unused_webpack_module, exports, __webpack_require__) => {
 
-var Invocation = /** @class */ (function (_super) {
-    __extends(Invocation, _super);
-    function Invocation(offset, length) {
-        return _super.call(this, offset, length) || this;
-    }
-    Object.defineProperty(Invocation.prototype, "type", {
-        get: function () {
-            return NodeType.Invocation;
-        },
-        enumerable: true,
-        configurable: true
-    });
-    Invocation.prototype.getArguments = function () {
-        if (!this.arguments) {
-            this.arguments = new Nodelist(this);
-        }
-        return this.arguments;
-    };
-    return Invocation;
-}(Node));
 
-var Function = /** @class */ (function (_super) {
-    __extends(Function, _super);
-    function Function(offset, length) {
-        return _super.call(this, offset, length) || this;
-    }
-    Object.defineProperty(Function.prototype, "type", {
-        get: function () {
-            return NodeType.Function;
-        },
-        enumerable: true,
-        configurable: true
-    });
-    Function.prototype.setIdentifier = function (node) {
-        return this.setNode('identifier', node, 0);
-    };
-    Function.prototype.getIdentifier = function () {
-        return this.identifier;
-    };
-    Function.prototype.getName = function () {
-        return this.identifier ? this.identifier.getText() : '';
-    };
-    return Function;
-}(Invocation));
+/* --------------------------------------------------------------------------------------------
+ * Copyright (c) Microsoft Corporation. All rights reserved.
+ * Licensed under the MIT License. See License.txt in the project root for license information.
+ * ------------------------------------------------------------------------------------------ */
+Object.defineProperty(exports, "__esModule", ({ value: true }));
+const messages_1 = __webpack_require__(26);
+/**
+ * The 'workspace/configuration' request is sent from the server to the client to fetch a certain
+ * configuration setting.
+ *
+ * This pull model replaces the old push model were the client signaled configuration change via an
+ * event. If the server still needs to react to configuration changes (since the server caches the
+ * result of `workspace/configuration` requests) the server should register for an empty configuration
+ * change event and empty the cache if such an event is received.
+ */
+var ConfigurationRequest;
+(function (ConfigurationRequest) {
+    ConfigurationRequest.type = new messages_1.ProtocolRequestType('workspace/configuration');
+})(ConfigurationRequest = exports.ConfigurationRequest || (exports.ConfigurationRequest = {}));
+//# sourceMappingURL=protocol.configuration.js.map
 
-var FunctionParameter = /** @class */ (function (_super) {
-    __extends(FunctionParameter, _super);
-    function FunctionParameter(offset, length) {
-        return _super.call(this, offset, length) || this;
-    }
-    Object.defineProperty(FunctionParameter.prototype, "type", {
-        get: function () {
-            return NodeType.FunctionParameter;
-        },
-        enumerable: true,
-        configurable: true
-    });
-    FunctionParameter.prototype.setIdentifier = function (node) {
-        return this.setNode('identifier', node, 0);
-    };
-    FunctionParameter.prototype.getIdentifier = function () {
-        return this.identifier;
-    };
-    FunctionParameter.prototype.getName = function () {
-        return this.identifier ? this.identifier.getText() : '';
-    };
-    FunctionParameter.prototype.setDefaultValue = function (node) {
-        return this.setNode('defaultValue', node, 0);
-    };
-    FunctionParameter.prototype.getDefaultValue = function () {
-        return this.defaultValue;
-    };
-    return FunctionParameter;
-}(Node));
+/***/ }),
+/* 33 */
+/***/ ((__unused_webpack_module, exports, __webpack_require__) => {
 
-var FunctionArgument = /** @class */ (function (_super) {
-    __extends(FunctionArgument, _super);
-    function FunctionArgument(offset, length) {
-        return _super.call(this, offset, length) || this;
-    }
-    Object.defineProperty(FunctionArgument.prototype, "type", {
-        get: function () {
-            return NodeType.FunctionArgument;
-        },
-        enumerable: true,
-        configurable: true
-    });
-    FunctionArgument.prototype.setIdentifier = function (node) {
-        return this.setNode('identifier', node, 0);
-    };
-    FunctionArgument.prototype.getIdentifier = function () {
-        return this.identifier;
-    };
-    FunctionArgument.prototype.getName = function () {
-        return this.identifier ? this.identifier.getText() : '';
-    };
-    FunctionArgument.prototype.setValue = function (node) {
-        return this.setNode('value', node, 0);
-    };
-    FunctionArgument.prototype.getValue = function () {
-        return this.value;
-    };
-    return FunctionArgument;
-}(Node));
 
-var IfStatement = /** @class */ (function (_super) {
-    __extends(IfStatement, _super);
-    function IfStatement(offset, length) {
-        return _super.call(this, offset, length) || this;
-    }
-    Object.defineProperty(IfStatement.prototype, "type", {
-        get: function () {
-            return NodeType.If;
-        },
-        enumerable: true,
-        configurable: true
-    });
-    IfStatement.prototype.setExpression = function (node) {
-        return this.setNode('expression', node, 0);
-    };
-    IfStatement.prototype.setElseClause = function (elseClause) {
-        return this.setNode('elseClause', elseClause);
-    };
-    return IfStatement;
-}(BodyDeclaration));
+/* --------------------------------------------------------------------------------------------
+ * Copyright (c) Microsoft Corporation. All rights reserved.
+ * Licensed under the MIT License. See License.txt in the project root for license information.
+ * ------------------------------------------------------------------------------------------ */
+Object.defineProperty(exports, "__esModule", ({ value: true }));
+const vscode_jsonrpc_1 = __webpack_require__(6);
+const messages_1 = __webpack_require__(26);
+/**
+ * A request to list all color symbols found in a given text document. The request's
+ * parameter is of type [DocumentColorParams](#DocumentColorParams) the
+ * response is of type [ColorInformation[]](#ColorInformation) or a Thenable
+ * that resolves to such.
+ */
+var DocumentColorRequest;
+(function (DocumentColorRequest) {
+    DocumentColorRequest.method = 'textDocument/documentColor';
+    DocumentColorRequest.type = new messages_1.ProtocolRequestType(DocumentColorRequest.method);
+    /** @deprecated Use DocumentColorRequest.type */
+    DocumentColorRequest.resultType = new vscode_jsonrpc_1.ProgressType();
+})(DocumentColorRequest = exports.DocumentColorRequest || (exports.DocumentColorRequest = {}));
+/**
+ * A request to list all presentation for a color. The request's
+ * parameter is of type [ColorPresentationParams](#ColorPresentationParams) the
+ * response is of type [ColorInformation[]](#ColorInformation) or a Thenable
+ * that resolves to such.
+ */
+var ColorPresentationRequest;
+(function (ColorPresentationRequest) {
+    ColorPresentationRequest.type = new messages_1.ProtocolRequestType('textDocument/colorPresentation');
+})(ColorPresentationRequest = exports.ColorPresentationRequest || (exports.ColorPresentationRequest = {}));
+//# sourceMappingURL=protocol.colorProvider.js.map
 
-var ForStatement = /** @class */ (function (_super) {
-    __extends(ForStatement, _super);
-    function ForStatement(offset, length) {
-        return _super.call(this, offset, length) || this;
-    }
-    Object.defineProperty(ForStatement.prototype, "type", {
-        get: function () {
-            return NodeType.For;
-        },
-        enumerable: true,
-        configurable: true
-    });
-    ForStatement.prototype.setVariable = function (node) {
-        return this.setNode('variable', node, 0);
-    };
-    return ForStatement;
-}(BodyDeclaration));
+/***/ }),
+/* 34 */
+/***/ ((__unused_webpack_module, exports, __webpack_require__) => {
 
-var EachStatement = /** @class */ (function (_super) {
-    __extends(EachStatement, _super);
-    function EachStatement(offset, length) {
-        return _super.call(this, offset, length) || this;
-    }
-    Object.defineProperty(EachStatement.prototype, "type", {
-        get: function () {
-            return NodeType.Each;
-        },
-        enumerable: true,
-        configurable: true
-    });
-    EachStatement.prototype.getVariables = function () {
-        if (!this.variables) {
-            this.variables = new Nodelist(this);
-        }
-        return this.variables;
-    };
-    return EachStatement;
-}(BodyDeclaration));
 
-var WhileStatement = /** @class */ (function (_super) {
-    __extends(WhileStatement, _super);
-    function WhileStatement(offset, length) {
-        return _super.call(this, offset, length) || this;
-    }
-    Object.defineProperty(WhileStatement.prototype, "type", {
-        get: function () {
-            return NodeType.While;
-        },
-        enumerable: true,
-        configurable: true
-    });
-    return WhileStatement;
-}(BodyDeclaration));
+/*---------------------------------------------------------------------------------------------
+ *  Copyright (c) Microsoft Corporation. All rights reserved.
+ *  Licensed under the MIT License. See License.txt in the project root for license information.
+ *--------------------------------------------------------------------------------------------*/
+Object.defineProperty(exports, "__esModule", ({ value: true }));
+const vscode_jsonrpc_1 = __webpack_require__(6);
+const messages_1 = __webpack_require__(26);
+/**
+ * Enum of known range kinds
+ */
+var FoldingRangeKind;
+(function (FoldingRangeKind) {
+    /**
+     * Folding range for a comment
+     */
+    FoldingRangeKind["Comment"] = "comment";
+    /**
+     * Folding range for a imports or includes
+     */
+    FoldingRangeKind["Imports"] = "imports";
+    /**
+     * Folding range for a region (e.g. `#region`)
+     */
+    FoldingRangeKind["Region"] = "region";
+})(FoldingRangeKind = exports.FoldingRangeKind || (exports.FoldingRangeKind = {}));
+/**
+ * A request to provide folding ranges in a document. The request's
+ * parameter is of type [FoldingRangeParams](#FoldingRangeParams), the
+ * response is of type [FoldingRangeList](#FoldingRangeList) or a Thenable
+ * that resolves to such.
+ */
+var FoldingRangeRequest;
+(function (FoldingRangeRequest) {
+    FoldingRangeRequest.method = 'textDocument/foldingRange';
+    FoldingRangeRequest.type = new messages_1.ProtocolRequestType(FoldingRangeRequest.method);
+    /** @deprecated Use FoldingRangeRequest.type */
+    FoldingRangeRequest.resultType = new vscode_jsonrpc_1.ProgressType();
+})(FoldingRangeRequest = exports.FoldingRangeRequest || (exports.FoldingRangeRequest = {}));
+//# sourceMappingURL=protocol.foldingRange.js.map
 
-var ElseStatement = /** @class */ (function (_super) {
-    __extends(ElseStatement, _super);
-    function ElseStatement(offset, length) {
-        return _super.call(this, offset, length) || this;
-    }
-    Object.defineProperty(ElseStatement.prototype, "type", {
-        get: function () {
-            return NodeType.Else;
-        },
-        enumerable: true,
-        configurable: true
-    });
-    return ElseStatement;
-}(BodyDeclaration));
+/***/ }),
+/* 35 */
+/***/ ((__unused_webpack_module, exports, __webpack_require__) => {
 
-var FunctionDeclaration = /** @class */ (function (_super) {
-    __extends(FunctionDeclaration, _super);
-    function FunctionDeclaration(offset, length) {
-        return _super.call(this, offset, length) || this;
-    }
-    Object.defineProperty(FunctionDeclaration.prototype, "type", {
-        get: function () {
-            return NodeType.FunctionDeclaration;
-        },
-        enumerable: true,
-        configurable: true
-    });
-    FunctionDeclaration.prototype.setIdentifier = function (node) {
-        return this.setNode('identifier', node, 0);
-    };
-    FunctionDeclaration.prototype.getIdentifier = function () {
-        return this.identifier;
-    };
-    FunctionDeclaration.prototype.getName = function () {
-        return this.identifier ? this.identifier.getText() : '';
-    };
-    FunctionDeclaration.prototype.getParameters = function () {
-        if (!this.parameters) {
-            this.parameters = new Nodelist(this);
-        }
-        return this.parameters;
-    };
-    return FunctionDeclaration;
-}(BodyDeclaration));
 
-var ViewPort = /** @class */ (function (_super) {
-    __extends(ViewPort, _super);
-    function ViewPort(offset, length) {
-        return _super.call(this, offset, length) || this;
-    }
-    Object.defineProperty(ViewPort.prototype, "type", {
-        get: function () {
-            return NodeType.ViewPort;
-        },
-        enumerable: true,
-        configurable: true
-    });
-    return ViewPort;
-}(BodyDeclaration));
+/* --------------------------------------------------------------------------------------------
+ * Copyright (c) Microsoft Corporation. All rights reserved.
+ * Licensed under the MIT License. See License.txt in the project root for license information.
+ * ------------------------------------------------------------------------------------------ */
+Object.defineProperty(exports, "__esModule", ({ value: true }));
+const vscode_jsonrpc_1 = __webpack_require__(6);
+const messages_1 = __webpack_require__(26);
+// @ts-ignore: to avoid inlining LocatioLink as dynamic import
+let __noDynamicImport;
+/**
+ * A request to resolve the type definition locations of a symbol at a given text
+ * document position. The request's parameter is of type [TextDocumentPositioParams]
+ * (#TextDocumentPositionParams) the response is of type [Declaration](#Declaration)
+ * or a typed array of [DeclarationLink](#DeclarationLink) or a Thenable that resolves
+ * to such.
+ */
+var DeclarationRequest;
+(function (DeclarationRequest) {
+    DeclarationRequest.method = 'textDocument/declaration';
+    DeclarationRequest.type = new messages_1.ProtocolRequestType(DeclarationRequest.method);
+    /** @deprecated Use DeclarationRequest.type */
+    DeclarationRequest.resultType = new vscode_jsonrpc_1.ProgressType();
+})(DeclarationRequest = exports.DeclarationRequest || (exports.DeclarationRequest = {}));
+//# sourceMappingURL=protocol.declaration.js.map
 
-var FontFace = /** @class */ (function (_super) {
-    __extends(FontFace, _super);
-    function FontFace(offset, length) {
-        return _super.call(this, offset, length) || this;
-    }
-    Object.defineProperty(FontFace.prototype, "type", {
-        get: function () {
-            return NodeType.FontFace;
-        },
-        enumerable: true,
-        configurable: true
-    });
-    return FontFace;
-}(BodyDeclaration));
+/***/ }),
+/* 36 */
+/***/ ((__unused_webpack_module, exports, __webpack_require__) => {
 
-var NestedProperties = /** @class */ (function (_super) {
-    __extends(NestedProperties, _super);
-    function NestedProperties(offset, length) {
-        return _super.call(this, offset, length) || this;
-    }
-    Object.defineProperty(NestedProperties.prototype, "type", {
-        get: function () {
-            return NodeType.NestedProperties;
-        },
-        enumerable: true,
-        configurable: true
-    });
-    return NestedProperties;
-}(BodyDeclaration));
 
-var Keyframe = /** @class */ (function (_super) {
-    __extends(Keyframe, _super);
-    function Keyframe(offset, length) {
-        return _super.call(this, offset, length) || this;
-    }
-    Object.defineProperty(Keyframe.prototype, "type", {
-        get: function () {
-            return NodeType.Keyframe;
-        },
-        enumerable: true,
-        configurable: true
-    });
-    Keyframe.prototype.setKeyword = function (keyword) {
-        return this.setNode('keyword', keyword, 0);
-    };
-    Keyframe.prototype.getKeyword = function () {
-        return this.keyword;
-    };
-    Keyframe.prototype.setIdentifier = function (node) {
-        return this.setNode('identifier', node, 0);
-    };
-    Keyframe.prototype.getIdentifier = function () {
-        return this.identifier;
-    };
-    Keyframe.prototype.getName = function () {
-        return this.identifier ? this.identifier.getText() : '';
-    };
-    return Keyframe;
-}(BodyDeclaration));
+/*---------------------------------------------------------------------------------------------
+ *  Copyright (c) Microsoft Corporation. All rights reserved.
+ *  Licensed under the MIT License. See License.txt in the project root for license information.
+ *--------------------------------------------------------------------------------------------*/
+Object.defineProperty(exports, "__esModule", ({ value: true }));
+const vscode_jsonrpc_1 = __webpack_require__(6);
+const messages_1 = __webpack_require__(26);
+/**
+ * A request to provide selection ranges in a document. The request's
+ * parameter is of type [SelectionRangeParams](#SelectionRangeParams), the
+ * response is of type [SelectionRange[]](#SelectionRange[]) or a Thenable
+ * that resolves to such.
+ */
+var SelectionRangeRequest;
+(function (SelectionRangeRequest) {
+    SelectionRangeRequest.method = 'textDocument/selectionRange';
+    SelectionRangeRequest.type = new messages_1.ProtocolRequestType(SelectionRangeRequest.method);
+    /** @deprecated  Use SelectionRangeRequest.type */
+    SelectionRangeRequest.resultType = new vscode_jsonrpc_1.ProgressType();
+})(SelectionRangeRequest = exports.SelectionRangeRequest || (exports.SelectionRangeRequest = {}));
+//# sourceMappingURL=protocol.selectionRange.js.map
 
-var KeyframeSelector = /** @class */ (function (_super) {
-    __extends(KeyframeSelector, _super);
-    function KeyframeSelector(offset, length) {
-        return _super.call(this, offset, length) || this;
-    }
-    Object.defineProperty(KeyframeSelector.prototype, "type", {
-        get: function () {
-            return NodeType.KeyframeSelector;
-        },
-        enumerable: true,
-        configurable: true
-    });
-    return KeyframeSelector;
-}(BodyDeclaration));
+/***/ }),
+/* 37 */
+/***/ ((__unused_webpack_module, exports, __webpack_require__) => {
 
-var Import = /** @class */ (function (_super) {
-    __extends(Import, _super);
-    function Import(offset, length) {
-        return _super.call(this, offset, length) || this;
-    }
-    Object.defineProperty(Import.prototype, "type", {
-        get: function () {
-            return NodeType.Import;
-        },
-        enumerable: true,
-        configurable: true
-    });
-    Import.prototype.setMedialist = function (node) {
-        if (node) {
-            node.attachTo(this);
-            return true;
-        }
-        return false;
-    };
-    return Import;
-}(Node));
 
-var Use = /** @class */ (function (_super) {
-    __extends(Use, _super);
-    function Use() {
-        return _super !== null && _super.apply(this, arguments) || this;
-    }
-    Object.defineProperty(Use.prototype, "type", {
-        get: function () {
-            return NodeType.Use;
-        },
-        enumerable: true,
-        configurable: true
-    });
-    Use.prototype.getParameters = function () {
-        if (!this.parameters) {
-            this.parameters = new Nodelist(this);
-        }
-        return this.parameters;
-    };
-    Use.prototype.setIdentifier = function (node) {
-        return this.setNode('identifier', node, 0);
-    };
-    Use.prototype.getIdentifier = function () {
-        return this.identifier;
-    };
-    return Use;
-}(Node));
+/* --------------------------------------------------------------------------------------------
+ * Copyright (c) Microsoft Corporation. All rights reserved.
+ * Licensed under the MIT License. See License.txt in the project root for license information.
+ * ------------------------------------------------------------------------------------------ */
+Object.defineProperty(exports, "__esModule", ({ value: true }));
+const vscode_jsonrpc_1 = __webpack_require__(6);
+const messages_1 = __webpack_require__(26);
+var WorkDoneProgress;
+(function (WorkDoneProgress) {
+    WorkDoneProgress.type = new vscode_jsonrpc_1.ProgressType();
+})(WorkDoneProgress = exports.WorkDoneProgress || (exports.WorkDoneProgress = {}));
+/**
+ * The `window/workDoneProgress/create` request is sent from the server to the client to initiate progress
+ * reporting from the server.
+ */
+var WorkDoneProgressCreateRequest;
+(function (WorkDoneProgressCreateRequest) {
+    WorkDoneProgressCreateRequest.type = new messages_1.ProtocolRequestType('window/workDoneProgress/create');
+})(WorkDoneProgressCreateRequest = exports.WorkDoneProgressCreateRequest || (exports.WorkDoneProgressCreateRequest = {}));
+/**
+ * The `window/workDoneProgress/cancel` notification is sent from  the client to the server to cancel a progress
+ * initiated on the server side.
+ */
+var WorkDoneProgressCancelNotification;
+(function (WorkDoneProgressCancelNotification) {
+    WorkDoneProgressCancelNotification.type = new messages_1.ProtocolNotificationType('window/workDoneProgress/cancel');
+})(WorkDoneProgressCancelNotification = exports.WorkDoneProgressCancelNotification || (exports.WorkDoneProgressCancelNotification = {}));
+//# sourceMappingURL=protocol.progress.js.map
 
-var ModuleConfiguration = /** @class */ (function (_super) {
-    __extends(ModuleConfiguration, _super);
-    function ModuleConfiguration() {
-        return _super !== null && _super.apply(this, arguments) || this;
-    }
-    Object.defineProperty(ModuleConfiguration.prototype, "type", {
-        get: function () {
-            return NodeType.ModuleConfiguration;
-        },
-        enumerable: true,
-        configurable: true
-    });
-    ModuleConfiguration.prototype.setIdentifier = function (node) {
-        return this.setNode('identifier', node, 0);
-    };
-    ModuleConfiguration.prototype.getIdentifier = function () {
-        return this.identifier;
-    };
-    ModuleConfiguration.prototype.getName = function () {
-        return this.identifier ? this.identifier.getText() : '';
-    };
-    ModuleConfiguration.prototype.setValue = function (node) {
-        return this.setNode('value', node, 0);
-    };
-    ModuleConfiguration.prototype.getValue = function () {
-        return this.value;
-    };
-    return ModuleConfiguration;
-}(Node));
+/***/ }),
+/* 38 */
+/***/ ((__unused_webpack_module, exports, __webpack_require__) => {
 
-var Forward = /** @class */ (function (_super) {
-    __extends(Forward, _super);
-    function Forward() {
-        return _super !== null && _super.apply(this, arguments) || this;
-    }
-    Object.defineProperty(Forward.prototype, "type", {
-        get: function () {
-            return NodeType.Forward;
-        },
-        enumerable: true,
-        configurable: true
-    });
-    Forward.prototype.setIdentifier = function (node) {
-        return this.setNode('identifier', node, 0);
-    };
-    Forward.prototype.getIdentifier = function () {
-        return this.identifier;
-    };
-    return Forward;
-}(Node));
 
-var ForwardVisibility = /** @class */ (function (_super) {
-    __extends(ForwardVisibility, _super);
-    function ForwardVisibility() {
-        return _super !== null && _super.apply(this, arguments) || this;
-    }
-    Object.defineProperty(ForwardVisibility.prototype, "type", {
-        get: function () {
-            return NodeType.ForwardVisibility;
-        },
-        enumerable: true,
-        configurable: true
-    });
-    ForwardVisibility.prototype.setIdentifier = function (node) {
-        return this.setNode('identifier', node, 0);
-    };
-    ForwardVisibility.prototype.getIdentifier = function () {
-        return this.identifier;
-    };
-    return ForwardVisibility;
-}(Node));
+/* --------------------------------------------------------------------------------------------
+ * Copyright (c) TypeFox and others. All rights reserved.
+ * Licensed under the MIT License. See License.txt in the project root for license information.
+ * ------------------------------------------------------------------------------------------ */
+Object.defineProperty(exports, "__esModule", ({ value: true }));
+const messages_1 = __webpack_require__(26);
+/**
+ * A request to result a `CallHierarchyItem` in a document at a given position.
+ * Can be used as an input to a incoming or outgoing call hierarchy.
+ *
+ * @since 3.16.0
+ */
+var CallHierarchyPrepareRequest;
+(function (CallHierarchyPrepareRequest) {
+    CallHierarchyPrepareRequest.method = 'textDocument/prepareCallHierarchy';
+    CallHierarchyPrepareRequest.type = new messages_1.ProtocolRequestType(CallHierarchyPrepareRequest.method);
+})(CallHierarchyPrepareRequest = exports.CallHierarchyPrepareRequest || (exports.CallHierarchyPrepareRequest = {}));
+/**
+ * A request to resolve the incoming calls for a given `CallHierarchyItem`.
+ *
+ * @since 3.16.0
+ */
+var CallHierarchyIncomingCallsRequest;
+(function (CallHierarchyIncomingCallsRequest) {
+    CallHierarchyIncomingCallsRequest.method = 'callHierarchy/incomingCalls';
+    CallHierarchyIncomingCallsRequest.type = new messages_1.ProtocolRequestType(CallHierarchyIncomingCallsRequest.method);
+})(CallHierarchyIncomingCallsRequest = exports.CallHierarchyIncomingCallsRequest || (exports.CallHierarchyIncomingCallsRequest = {}));
+/**
+ * A request to resolve the outgoing calls for a given `CallHierarchyItem`.
+ *
+ * @since 3.16.0
+ */
+var CallHierarchyOutgoingCallsRequest;
+(function (CallHierarchyOutgoingCallsRequest) {
+    CallHierarchyOutgoingCallsRequest.method = 'callHierarchy/outgoingCalls';
+    CallHierarchyOutgoingCallsRequest.type = new messages_1.ProtocolRequestType(CallHierarchyOutgoingCallsRequest.method);
+})(CallHierarchyOutgoingCallsRequest = exports.CallHierarchyOutgoingCallsRequest || (exports.CallHierarchyOutgoingCallsRequest = {}));
+//# sourceMappingURL=protocol.callHierarchy.js.map
 
-var Namespace = /** @class */ (function (_super) {
-    __extends(Namespace, _super);
-    function Namespace(offset, length) {
-        return _super.call(this, offset, length) || this;
-    }
-    Object.defineProperty(Namespace.prototype, "type", {
-        get: function () {
-            return NodeType.Namespace;
-        },
-        enumerable: true,
-        configurable: true
-    });
-    return Namespace;
-}(Node));
+/***/ }),
+/* 39 */
+/***/ ((__unused_webpack_module, exports, __webpack_require__) => {
 
-var Media = /** @class */ (function (_super) {
-    __extends(Media, _super);
-    function Media(offset, length) {
-        return _super.call(this, offset, length) || this;
-    }
-    Object.defineProperty(Media.prototype, "type", {
-        get: function () {
-            return NodeType.Media;
-        },
-        enumerable: true,
-        configurable: true
-    });
-    return Media;
-}(BodyDeclaration));
 
-var Supports = /** @class */ (function (_super) {
-    __extends(Supports, _super);
-    function Supports(offset, length) {
-        return _super.call(this, offset, length) || this;
+/* --------------------------------------------------------------------------------------------
+ * Copyright (c) Microsoft Corporation. All rights reserved.
+ * Licensed under the MIT License. See License.txt in the project root for license information.
+ * ------------------------------------------------------------------------------------------ */
+Object.defineProperty(exports, "__esModule", ({ value: true }));
+const vscode_jsonrpc_1 = __webpack_require__(6);
+function createProtocolConnection(input, output, logger, options) {
+    if (vscode_jsonrpc_1.ConnectionStrategy.is(options)) {
+        options = { connectionStrategy: options };
     }
-    Object.defineProperty(Supports.prototype, "type", {
-        get: function () {
-            return NodeType.Supports;
-        },
-        enumerable: true,
-        configurable: true
-    });
-    return Supports;
-}(BodyDeclaration));
+    return vscode_jsonrpc_1.createMessageConnection(input, output, logger, options);
+}
+exports.createProtocolConnection = createProtocolConnection;
+//# sourceMappingURL=connection.js.map
 
-var Document = /** @class */ (function (_super) {
-    __extends(Document, _super);
-    function Document(offset, length) {
-        return _super.call(this, offset, length) || this;
-    }
-    Object.defineProperty(Document.prototype, "type", {
-        get: function () {
-            return NodeType.Document;
-        },
-        enumerable: true,
-        configurable: true
-    });
-    return Document;
-}(BodyDeclaration));
+/***/ }),
+/* 40 */
+/***/ ((__unused_webpack_module, exports, __webpack_require__) => {
 
-var Medialist = /** @class */ (function (_super) {
-    __extends(Medialist, _super);
-    function Medialist(offset, length) {
-        return _super.call(this, offset, length) || this;
-    }
-    Medialist.prototype.getMediums = function () {
-        if (!this.mediums) {
-            this.mediums = new Nodelist(this);
-        }
-        return this.mediums;
-    };
-    return Medialist;
-}(Node));
 
-var MediaQuery = /** @class */ (function (_super) {
-    __extends(MediaQuery, _super);
-    function MediaQuery(offset, length) {
-        return _super.call(this, offset, length) || this;
-    }
-    Object.defineProperty(MediaQuery.prototype, "type", {
-        get: function () {
-            return NodeType.MediaQuery;
-        },
-        enumerable: true,
-        configurable: true
-    });
-    return MediaQuery;
-}(Node));
+/* --------------------------------------------------------------------------------------------
+ * Copyright (c) Microsoft Corporation. All rights reserved.
+ * Licensed under the MIT License. See License.txt in the project root for license information.
+ * ------------------------------------------------------------------------------------------ */
+Object.defineProperty(exports, "__esModule", ({ value: true }));
+const messages_1 = __webpack_require__(26);
+/**
+ * A set of predefined token types. This set is not fixed
+ * an clients can specify additional token types via the
+ * corresponding client capabilities.
+ *
+ * @since 3.16.0 - Proposed state
+ */
+var SemanticTokenTypes;
+(function (SemanticTokenTypes) {
+    SemanticTokenTypes["namespace"] = "namespace";
+    SemanticTokenTypes["type"] = "type";
+    SemanticTokenTypes["class"] = "class";
+    SemanticTokenTypes["enum"] = "enum";
+    SemanticTokenTypes["interface"] = "interface";
+    SemanticTokenTypes["struct"] = "struct";
+    SemanticTokenTypes["typeParameter"] = "typeParameter";
+    SemanticTokenTypes["parameter"] = "parameter";
+    SemanticTokenTypes["variable"] = "variable";
+    SemanticTokenTypes["property"] = "property";
+    SemanticTokenTypes["enumMember"] = "enumMember";
+    SemanticTokenTypes["event"] = "event";
+    SemanticTokenTypes["function"] = "function";
+    SemanticTokenTypes["member"] = "member";
+    SemanticTokenTypes["macro"] = "macro";
+    SemanticTokenTypes["keyword"] = "keyword";
+    SemanticTokenTypes["modifier"] = "modifier";
+    SemanticTokenTypes["comment"] = "comment";
+    SemanticTokenTypes["string"] = "string";
+    SemanticTokenTypes["number"] = "number";
+    SemanticTokenTypes["regexp"] = "regexp";
+    SemanticTokenTypes["operator"] = "operator";
+})(SemanticTokenTypes = exports.SemanticTokenTypes || (exports.SemanticTokenTypes = {}));
+/**
+ * A set of predefined token modifiers. This set is not fixed
+ * an clients can specify additional token types via the
+ * corresponding client capabilities.
+ *
+ * @since 3.16.0 - Proposed state
+ */
+var SemanticTokenModifiers;
+(function (SemanticTokenModifiers) {
+    SemanticTokenModifiers["declaration"] = "declaration";
+    SemanticTokenModifiers["definition"] = "definition";
+    SemanticTokenModifiers["readonly"] = "readonly";
+    SemanticTokenModifiers["static"] = "static";
+    SemanticTokenModifiers["deprecated"] = "deprecated";
+    SemanticTokenModifiers["abstract"] = "abstract";
+    SemanticTokenModifiers["async"] = "async";
+    SemanticTokenModifiers["modification"] = "modification";
+    SemanticTokenModifiers["documentation"] = "documentation";
+    SemanticTokenModifiers["defaultLibrary"] = "defaultLibrary";
+})(SemanticTokenModifiers = exports.SemanticTokenModifiers || (exports.SemanticTokenModifiers = {}));
+/**
+ * @since 3.16.0 - Proposed state
+ */
+var SemanticTokens;
+(function (SemanticTokens) {
+    function is(value) {
+        const candidate = value;
+        return candidate !== undefined && (candidate.resultId === undefined || typeof candidate.resultId === 'string') &&
+            Array.isArray(candidate.data) && (candidate.data.length === 0 || typeof candidate.data[0] === 'number');
+    }
+    SemanticTokens.is = is;
+})(SemanticTokens = exports.SemanticTokens || (exports.SemanticTokens = {}));
+/**
+ * @since 3.16.0 - Proposed state
+ */
+var SemanticTokensRequest;
+(function (SemanticTokensRequest) {
+    SemanticTokensRequest.method = 'textDocument/semanticTokens';
+    SemanticTokensRequest.type = new messages_1.ProtocolRequestType(SemanticTokensRequest.method);
+})(SemanticTokensRequest = exports.SemanticTokensRequest || (exports.SemanticTokensRequest = {}));
+/**
+ * @since 3.16.0 - Proposed state
+ */
+var SemanticTokensEditsRequest;
+(function (SemanticTokensEditsRequest) {
+    SemanticTokensEditsRequest.method = 'textDocument/semanticTokens/edits';
+    SemanticTokensEditsRequest.type = new messages_1.ProtocolRequestType(SemanticTokensEditsRequest.method);
+})(SemanticTokensEditsRequest = exports.SemanticTokensEditsRequest || (exports.SemanticTokensEditsRequest = {}));
+/**
+ * @since 3.16.0 - Proposed state
+ */
+var SemanticTokensRangeRequest;
+(function (SemanticTokensRangeRequest) {
+    SemanticTokensRangeRequest.method = 'textDocument/semanticTokens/range';
+    SemanticTokensRangeRequest.type = new messages_1.ProtocolRequestType(SemanticTokensRangeRequest.method);
+})(SemanticTokensRangeRequest = exports.SemanticTokensRangeRequest || (exports.SemanticTokensRangeRequest = {}));
+//# sourceMappingURL=protocol.semanticTokens.proposed.js.map
 
-var SupportsCondition = /** @class */ (function (_super) {
-    __extends(SupportsCondition, _super);
-    function SupportsCondition(offset, length) {
-        return _super.call(this, offset, length) || this;
-    }
-    Object.defineProperty(SupportsCondition.prototype, "type", {
-        get: function () {
-            return NodeType.SupportsCondition;
-        },
-        enumerable: true,
-        configurable: true
-    });
-    return SupportsCondition;
-}(Node));
+/***/ }),
+/* 41 */,
+/* 42 */
+/***/ ((__unused_webpack_module, exports, __webpack_require__) => {
 
-var Page = /** @class */ (function (_super) {
-    __extends(Page, _super);
-    function Page(offset, length) {
-        return _super.call(this, offset, length) || this;
-    }
-    Object.defineProperty(Page.prototype, "type", {
-        get: function () {
-            return NodeType.Page;
-        },
-        enumerable: true,
-        configurable: true
-    });
-    return Page;
-}(BodyDeclaration));
 
-var PageBoxMarginBox = /** @class */ (function (_super) {
-    __extends(PageBoxMarginBox, _super);
-    function PageBoxMarginBox(offset, length) {
-        return _super.call(this, offset, length) || this;
-    }
-    Object.defineProperty(PageBoxMarginBox.prototype, "type", {
-        get: function () {
-            return NodeType.PageBoxMarginBox;
-        },
-        enumerable: true,
-        configurable: true
-    });
-    return PageBoxMarginBox;
-}(BodyDeclaration));
+/*---------------------------------------------------------------------------------------------
+ *  Copyright (c) Microsoft Corporation. All rights reserved.
+ *  Licensed under the MIT License. See License.txt in the project root for license information.
+ *--------------------------------------------------------------------------------------------*/
+Object.defineProperty(exports, "__esModule", ({ value: true }));
+const node_1 = __webpack_require__(43);
+const runner_1 = __webpack_require__(59);
+const htmlServer_1 = __webpack_require__(60);
+const nodeFs_1 = __webpack_require__(153);
+// Create a connection for the server.
+const connection = node_1.createConnection();
+console.log = connection.console.log.bind(connection.console);
+console.error = connection.console.error.bind(connection.console);
+process.on('unhandledRejection', (e) => {
+    connection.console.error(runner_1.formatError(`Unhandled exception`, e));
+});
+htmlServer_1.startServer(connection, { file: nodeFs_1.getNodeFSRequestService() });
 
-var Expression = /** @class */ (function (_super) {
-    __extends(Expression, _super);
-    function Expression(offset, length) {
-        return _super.call(this, offset, length) || this;
-    }
-    Object.defineProperty(Expression.prototype, "type", {
-        get: function () {
-            return NodeType.Expression;
-        },
-        enumerable: true,
-        configurable: true
-    });
-    return Expression;
-}(Node));
 
-var BinaryExpression = /** @class */ (function (_super) {
-    __extends(BinaryExpression, _super);
-    function BinaryExpression(offset, length) {
-        return _super.call(this, offset, length) || this;
-    }
-    Object.defineProperty(BinaryExpression.prototype, "type", {
-        get: function () {
-            return NodeType.BinaryExpression;
-        },
-        enumerable: true,
-        configurable: true
-    });
-    BinaryExpression.prototype.setLeft = function (left) {
-        return this.setNode('left', left);
-    };
-    BinaryExpression.prototype.getLeft = function () {
-        return this.left;
-    };
-    BinaryExpression.prototype.setRight = function (right) {
-        return this.setNode('right', right);
-    };
-    BinaryExpression.prototype.getRight = function () {
-        return this.right;
-    };
-    BinaryExpression.prototype.setOperator = function (value) {
-        return this.setNode('operator', value);
-    };
-    BinaryExpression.prototype.getOperator = function () {
-        return this.operator;
-    };
-    return BinaryExpression;
-}(Node));
+/***/ }),
+/* 43 */
+/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
 
-var Term = /** @class */ (function (_super) {
-    __extends(Term, _super);
-    function Term(offset, length) {
-        return _super.call(this, offset, length) || this;
-    }
-    Object.defineProperty(Term.prototype, "type", {
-        get: function () {
-            return NodeType.Term;
-        },
-        enumerable: true,
-        configurable: true
-    });
-    Term.prototype.setOperator = function (value) {
-        return this.setNode('operator', value);
-    };
-    Term.prototype.getOperator = function () {
-        return this.operator;
-    };
-    Term.prototype.setExpression = function (value) {
-        return this.setNode('expression', value);
-    };
-    Term.prototype.getExpression = function () {
-        return this.expression;
-    };
-    return Term;
-}(Node));
+/* --------------------------------------------------------------------------------------------
+ * Copyright (c) Microsoft Corporation. All rights reserved.
+ * Licensed under the MIT License. See License.txt in the project root for license information.
+ * ----------------------------------------------------------------------------------------- */
 
-var AttributeSelector = /** @class */ (function (_super) {
-    __extends(AttributeSelector, _super);
-    function AttributeSelector(offset, length) {
-        return _super.call(this, offset, length) || this;
-    }
-    Object.defineProperty(AttributeSelector.prototype, "type", {
-        get: function () {
-            return NodeType.AttributeSelector;
-        },
-        enumerable: true,
-        configurable: true
-    });
-    AttributeSelector.prototype.setNamespacePrefix = function (value) {
-        return this.setNode('namespacePrefix', value);
-    };
-    AttributeSelector.prototype.getNamespacePrefix = function () {
-        return this.namespacePrefix;
-    };
-    AttributeSelector.prototype.setIdentifier = function (value) {
-        return this.setNode('identifier', value);
-    };
-    AttributeSelector.prototype.getIdentifier = function () {
-        return this.identifier;
-    };
-    AttributeSelector.prototype.setOperator = function (operator) {
-        return this.setNode('operator', operator);
-    };
-    AttributeSelector.prototype.getOperator = function () {
-        return this.operator;
-    };
-    AttributeSelector.prototype.setValue = function (value) {
-        return this.setNode('value', value);
-    };
-    AttributeSelector.prototype.getValue = function () {
-        return this.value;
-    };
-    return AttributeSelector;
-}(Node));
 
-var Operator = /** @class */ (function (_super) {
-    __extends(Operator, _super);
-    function Operator(offset, length) {
-        return _super.call(this, offset, length) || this;
-    }
-    Object.defineProperty(Operator.prototype, "type", {
-        get: function () {
-            return NodeType.Operator;
-        },
-        enumerable: true,
-        configurable: true
-    });
-    return Operator;
-}(Node));
+module.exports = __webpack_require__(44);
 
-var HexColorValue = /** @class */ (function (_super) {
-    __extends(HexColorValue, _super);
-    function HexColorValue(offset, length) {
-        return _super.call(this, offset, length) || this;
-    }
-    Object.defineProperty(HexColorValue.prototype, "type", {
-        get: function () {
-            return NodeType.HexColorValue;
-        },
-        enumerable: true,
-        configurable: true
-    });
-    return HexColorValue;
-}(Node));
+/***/ }),
+/* 44 */
+/***/ ((__unused_webpack_module, exports, __webpack_require__) => {
 
-var _dot = '.'.charCodeAt(0), _0 = '0'.charCodeAt(0), _9 = '9'.charCodeAt(0);
-var NumericValue = /** @class */ (function (_super) {
-    __extends(NumericValue, _super);
-    function NumericValue(offset, length) {
-        return _super.call(this, offset, length) || this;
+
+/* --------------------------------------------------------------------------------------------
+ * Copyright (c) Microsoft Corporation. All rights reserved.
+ * Licensed under the MIT License. See License.txt in the project root for license information.
+ * ------------------------------------------------------------------------------------------ */
+/// <reference path="../../typings/thenable.d.ts" />
+function __export(m) {
+    for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p];
+}
+Object.defineProperty(exports, "__esModule", ({ value: true }));
+const Is = __webpack_require__(45);
+const server_1 = __webpack_require__(46);
+const fm = __webpack_require__(52);
+const node_1 = __webpack_require__(56);
+__export(__webpack_require__(57));
+var Files;
+(function (Files) {
+    Files.uriToFilePath = fm.uriToFilePath;
+    Files.resolveGlobalNodePath = fm.resolveGlobalNodePath;
+    Files.resolveGlobalYarnPath = fm.resolveGlobalYarnPath;
+    Files.resolve = fm.resolve;
+    Files.resolveModulePath = fm.resolveModulePath;
+})(Files = exports.Files || (exports.Files = {}));
+let _shutdownReceived = false;
+let exitTimer = undefined;
+function setupExitTimer() {
+    const argName = '--clientProcessId';
+    function runTimer(value) {
+        try {
+            let processId = parseInt(value);
+            if (!isNaN(processId)) {
+                exitTimer = setInterval(() => {
+                    try {
+                        process.kill(processId, 0);
+                    }
+                    catch (ex) {
+                        // Parent process doesn't exist anymore. Exit the server.
+                        process.exit(_shutdownReceived ? 0 : 1);
+                    }
+                }, 3000);
+            }
+        }
+        catch (e) {
+            // Ignore errors;
+        }
     }
-    Object.defineProperty(NumericValue.prototype, "type", {
-        get: function () {
-            return NodeType.NumericValue;
-        },
-        enumerable: true,
-        configurable: true
-    });
-    NumericValue.prototype.getValue = function () {
-        var raw = this.getText();
-        var unitIdx = 0;
-        var code;
-        for (var i = 0, len = raw.length; i < len; i++) {
-            code = raw.charCodeAt(i);
-            if (!(_0 <= code && code <= _9 || code === _dot)) {
-                break;
+    for (let i = 2; i < process.argv.length; i++) {
+        let arg = process.argv[i];
+        if (arg === argName && i + 1 < process.argv.length) {
+            runTimer(process.argv[i + 1]);
+            return;
+        }
+        else {
+            let args = arg.split('=');
+            if (args[0] === argName) {
+                runTimer(args[1]);
             }
-            unitIdx += 1;
         }
-        return {
-            value: raw.substring(0, unitIdx),
-            unit: unitIdx < raw.length ? raw.substring(unitIdx) : undefined
-        };
-    };
-    return NumericValue;
-}(Node));
-
-var VariableDeclaration = /** @class */ (function (_super) {
-    __extends(VariableDeclaration, _super);
-    function VariableDeclaration(offset, length) {
-        var _this = _super.call(this, offset, length) || this;
-        _this.variable = null;
-        _this.value = null;
-        _this.needsSemicolon = true;
-        return _this;
     }
-    Object.defineProperty(VariableDeclaration.prototype, "type", {
-        get: function () {
-            return NodeType.VariableDeclaration;
-        },
-        enumerable: true,
-        configurable: true
-    });
-    VariableDeclaration.prototype.setVariable = function (node) {
-        if (node) {
-            node.attachTo(this);
-            this.variable = node;
-            return true;
+}
+setupExitTimer();
+const watchDog = {
+    initialize: (params) => {
+        const processId = params.processId;
+        if (Is.number(processId) && exitTimer === undefined) {
+            // We received a parent process id. Set up a timer to periodically check
+            // if the parent is still alive.
+            setInterval(() => {
+                try {
+                    process.kill(processId, 0);
+                }
+                catch (ex) {
+                    // Parent process doesn't exist anymore. Exit the server.
+                    process.exit(_shutdownReceived ? 0 : 1);
+                }
+            }, 3000);
         }
-        return false;
-    };
-    VariableDeclaration.prototype.getVariable = function () {
-        return this.variable;
-    };
-    VariableDeclaration.prototype.getName = function () {
-        return this.variable ? this.variable.getName() : '';
-    };
-    VariableDeclaration.prototype.setValue = function (node) {
-        if (node) {
-            node.attachTo(this);
-            this.value = node;
-            return true;
+    },
+    get shutdownReceived() {
+        return _shutdownReceived;
+    },
+    set shutdownReceived(value) {
+        _shutdownReceived = value;
+    },
+    exit: (code) => {
+        process.exit(code);
+    }
+};
+function createConnection(arg1, arg2, arg3, arg4) {
+    let factories;
+    let input;
+    let output;
+    let options;
+    if (arg1 !== void 0 && arg1.__brand === 'features') {
+        factories = arg1;
+        arg1 = arg2;
+        arg2 = arg3;
+        arg3 = arg4;
+    }
+    if (node_1.ConnectionStrategy.is(arg1) || node_1.ConnectionOptions.is(arg1)) {
+        options = arg1;
+    }
+    else {
+        input = arg1;
+        output = arg2;
+        options = arg3;
+    }
+    return _createConnection(input, output, options, factories);
+}
+exports.createConnection = createConnection;
+function _createConnection(input, output, options, factories) {
+    if (!input && !output && process.argv.length > 2) {
+        let port = void 0;
+        let pipeName = void 0;
+        let argv = process.argv.slice(2);
+        for (let i = 0; i < argv.length; i++) {
+            let arg = argv[i];
+            if (arg === '--node-ipc') {
+                input = new node_1.IPCMessageReader(process);
+                output = new node_1.IPCMessageWriter(process);
+                break;
+            }
+            else if (arg === '--stdio') {
+                input = process.stdin;
+                output = process.stdout;
+                break;
+            }
+            else if (arg === '--socket') {
+                port = parseInt(argv[i + 1]);
+                break;
+            }
+            else if (arg === '--pipe') {
+                pipeName = argv[i + 1];
+                break;
+            }
+            else {
+                var args = arg.split('=');
+                if (args[0] === '--socket') {
+                    port = parseInt(args[1]);
+                    break;
+                }
+                else if (args[0] === '--pipe') {
+                    pipeName = args[1];
+                    break;
+                }
+            }
+        }
+        if (port) {
+            let transport = node_1.createServerSocketTransport(port);
+            input = transport[0];
+            output = transport[1];
+        }
+        else if (pipeName) {
+            let transport = node_1.createServerPipeTransport(pipeName);
+            input = transport[0];
+            output = transport[1];
         }
-        return false;
-    };
-    VariableDeclaration.prototype.getValue = function () {
-        return this.value;
-    };
-    return VariableDeclaration;
-}(AbstractDeclaration));
-
-var Interpolation = /** @class */ (function (_super) {
-    __extends(Interpolation, _super);
-    // private _interpolations: void; // workaround for https://github.com/Microsoft/TypeScript/issues/18276
-    function Interpolation(offset, length) {
-        return _super.call(this, offset, length) || this;
     }
-    Object.defineProperty(Interpolation.prototype, "type", {
-        get: function () {
-            return NodeType.Interpolation;
-        },
-        enumerable: true,
-        configurable: true
-    });
-    return Interpolation;
-}(Node));
-
-var Variable = /** @class */ (function (_super) {
-    __extends(Variable, _super);
-    function Variable(offset, length) {
-        return _super.call(this, offset, length) || this;
+    var commandLineMessage = 'Use arguments of createConnection or set command line parameters: \'--node-ipc\', \'--stdio\' or \'--socket={number}\'';
+    if (!input) {
+        throw new Error('Connection input stream is not set. ' + commandLineMessage);
     }
-    Object.defineProperty(Variable.prototype, "type", {
-        get: function () {
-            return NodeType.VariableName;
-        },
-        enumerable: true,
-        configurable: true
-    });
-    Variable.prototype.getName = function () {
-        return this.getText();
+    if (!output) {
+        throw new Error('Connection output stream is not set. ' + commandLineMessage);
+    }
+    // Backwards compatibility
+    if (Is.func(input.read) && Is.func(input.on)) {
+        let inputStream = input;
+        inputStream.on('end', () => {
+            process.exit(_shutdownReceived ? 0 : 1);
+        });
+        inputStream.on('close', () => {
+            process.exit(_shutdownReceived ? 0 : 1);
+        });
+    }
+    const connectionFactory = (logger) => {
+        return node_1.createProtocolConnection(input, output, logger, options);
     };
-    return Variable;
-}(Node));
+    return server_1.createConnection(connectionFactory, watchDog, factories);
+}
+//# sourceMappingURL=main.js.map
 
-var ExtendsReference = /** @class */ (function (_super) {
-    __extends(ExtendsReference, _super);
-    function ExtendsReference(offset, length) {
-        return _super.call(this, offset, length) || this;
-    }
-    Object.defineProperty(ExtendsReference.prototype, "type", {
-        get: function () {
-            return NodeType.ExtendsReference;
-        },
-        enumerable: true,
-        configurable: true
-    });
-    ExtendsReference.prototype.getSelectors = function () {
-        if (!this.selectors) {
-            this.selectors = new Nodelist(this);
-        }
-        return this.selectors;
-    };
-    return ExtendsReference;
-}(Node));
+/***/ }),
+/* 45 */
+/***/ ((__unused_webpack_module, exports) => {
 
-var MixinReference = /** @class */ (function (_super) {
-    __extends(MixinReference, _super);
-    function MixinReference(offset, length) {
-        return _super.call(this, offset, length) || this;
+
+/* --------------------------------------------------------------------------------------------
+ * Copyright (c) Microsoft Corporation. All rights reserved.
+ * Licensed under the MIT License. See License.txt in the project root for license information.
+ * ------------------------------------------------------------------------------------------ */
+Object.defineProperty(exports, "__esModule", ({ value: true }));
+function boolean(value) {
+    return value === true || value === false;
+}
+exports.boolean = boolean;
+function string(value) {
+    return typeof value === 'string' || value instanceof String;
+}
+exports.string = string;
+function number(value) {
+    return typeof value === 'number' || value instanceof Number;
+}
+exports.number = number;
+function error(value) {
+    return value instanceof Error;
+}
+exports.error = error;
+function func(value) {
+    return typeof value === 'function';
+}
+exports.func = func;
+function array(value) {
+    return Array.isArray(value);
+}
+exports.array = array;
+function stringArray(value) {
+    return array(value) && value.every(elem => string(elem));
+}
+exports.stringArray = stringArray;
+function typedArray(value, check) {
+    return Array.isArray(value) && value.every(check);
+}
+exports.typedArray = typedArray;
+function thenable(value) {
+    return value && func(value.then);
+}
+exports.thenable = thenable;
+//# sourceMappingURL=is.js.map
+
+/***/ }),
+/* 46 */
+/***/ ((__unused_webpack_module, exports, __webpack_require__) => {
+
+
+/* --------------------------------------------------------------------------------------------
+ * Copyright (c) Microsoft Corporation. All rights reserved.
+ * Licensed under the MIT License. See License.txt in the project root for license information.
+ * ------------------------------------------------------------------------------------------ */
+Object.defineProperty(exports, "__esModule", ({ value: true }));
+const vscode_languageserver_protocol_1 = __webpack_require__(4);
+const Is = __webpack_require__(45);
+const UUID = __webpack_require__(47);
+const progress_1 = __webpack_require__(48);
+const configuration_1 = __webpack_require__(49);
+const workspaceFolders_1 = __webpack_require__(50);
+const callHierarchy_1 = __webpack_require__(51);
+function null2Undefined(value) {
+    if (value === null) {
+        return undefined;
     }
-    Object.defineProperty(MixinReference.prototype, "type", {
-        get: function () {
-            return NodeType.MixinReference;
-        },
-        enumerable: true,
-        configurable: true
-    });
-    MixinReference.prototype.getNamespaces = function () {
-        if (!this.namespaces) {
-            this.namespaces = new Nodelist(this);
-        }
-        return this.namespaces;
-    };
-    MixinReference.prototype.setIdentifier = function (node) {
-        return this.setNode('identifier', node, 0);
-    };
-    MixinReference.prototype.getIdentifier = function () {
-        return this.identifier;
-    };
-    MixinReference.prototype.getName = function () {
-        return this.identifier ? this.identifier.getText() : '';
-    };
-    MixinReference.prototype.getArguments = function () {
-        if (!this.arguments) {
-            this.arguments = new Nodelist(this);
+    return value;
+}
+/**
+ * A manager for simple text documents
+ */
+class TextDocuments {
+    /**
+     * Create a new text document manager.
+     */
+    constructor(configuration) {
+        this._documents = Object.create(null);
+        this._configuration = configuration;
+        this._onDidChangeContent = new vscode_languageserver_protocol_1.Emitter();
+        this._onDidOpen = new vscode_languageserver_protocol_1.Emitter();
+        this._onDidClose = new vscode_languageserver_protocol_1.Emitter();
+        this._onDidSave = new vscode_languageserver_protocol_1.Emitter();
+        this._onWillSave = new vscode_languageserver_protocol_1.Emitter();
+    }
+    /**
+     * An event that fires when a text document managed by this manager
+     * has been opened or the content changes.
+     */
+    get onDidChangeContent() {
+        return this._onDidChangeContent.event;
+    }
+    /**
+     * An event that fires when a text document managed by this manager
+     * has been opened.
+     */
+    get onDidOpen() {
+        return this._onDidOpen.event;
+    }
+    /**
+     * An event that fires when a text document managed by this manager
+     * will be saved.
+     */
+    get onWillSave() {
+        return this._onWillSave.event;
+    }
+    /**
+     * Sets a handler that will be called if a participant wants to provide
+     * edits during a text document save.
+     */
+    onWillSaveWaitUntil(handler) {
+        this._willSaveWaitUntil = handler;
+    }
+    /**
+     * An event that fires when a text document managed by this manager
+     * has been saved.
+     */
+    get onDidSave() {
+        return this._onDidSave.event;
+    }
+    /**
+     * An event that fires when a text document managed by this manager
+     * has been closed.
+     */
+    get onDidClose() {
+        return this._onDidClose.event;
+    }
+    /**
+     * Returns the document for the given URI. Returns undefined if
+     * the document is not mananged by this instance.
+     *
+     * @param uri The text document's URI to retrieve.
+     * @return the text document or `undefined`.
+     */
+    get(uri) {
+        return this._documents[uri];
+    }
+    /**
+     * Returns all text documents managed by this instance.
+     *
+     * @return all text documents.
+     */
+    all() {
+        return Object.keys(this._documents).map(key => this._documents[key]);
+    }
+    /**
+     * Returns the URIs of all text documents managed by this instance.
+     *
+     * @return the URI's of all text documents.
+     */
+    keys() {
+        return Object.keys(this._documents);
+    }
+    /**
+     * Listens for `low level` notification on the given connection to
+     * update the text documents managed by this instance.
+     *
+     * Please note that the connection only provides handlers not an event model. Therefore
+     * listening on a connection will overwrite the following handlers on a connection:
+     * `onDidOpenTextDocument`, `onDidChangeTextDocument`, `onDidCloseTextDocument`,
+     * `onWillSaveTextDocument`, `onWillSaveTextDocumentWaitUntil` and `onDidSaveTextDocument`.
+     *
+     * Use the correspnding events on the TextDocuments instance instead.
+     *
+     * @param connection The connection to listen on.
+     */
+    listen(connection) {
+        connection.__textDocumentSync = vscode_languageserver_protocol_1.TextDocumentSyncKind.Full;
+        connection.onDidOpenTextDocument((event) => {
+            let td = event.textDocument;
+            let document = this._configuration.create(td.uri, td.languageId, td.version, td.text);
+            this._documents[td.uri] = document;
+            let toFire = Object.freeze({ document });
+            this._onDidOpen.fire(toFire);
+            this._onDidChangeContent.fire(toFire);
+        });
+        connection.onDidChangeTextDocument((event) => {
+            let td = event.textDocument;
+            let changes = event.contentChanges;
+            if (changes.length === 0) {
+                return;
+            }
+            let document = this._documents[td.uri];
+            const { version } = td;
+            if (version === null || version === undefined) {
+                throw new Error(`Received document change event for ${td.uri} without valid version identifier`);
+            }
+            document = this._configuration.update(document, changes, version);
+            this._documents[td.uri] = document;
+            this._onDidChangeContent.fire(Object.freeze({ document }));
+        });
+        connection.onDidCloseTextDocument((event) => {
+            let document = this._documents[event.textDocument.uri];
+            if (document) {
+                delete this._documents[event.textDocument.uri];
+                this._onDidClose.fire(Object.freeze({ document }));
+            }
+        });
+        connection.onWillSaveTextDocument((event) => {
+            let document = this._documents[event.textDocument.uri];
+            if (document) {
+                this._onWillSave.fire(Object.freeze({ document, reason: event.reason }));
+            }
+        });
+        connection.onWillSaveTextDocumentWaitUntil((event, token) => {
+            let document = this._documents[event.textDocument.uri];
+            if (document && this._willSaveWaitUntil) {
+                return this._willSaveWaitUntil(Object.freeze({ document, reason: event.reason }), token);
+            }
+            else {
+                return [];
+            }
+        });
+        connection.onDidSaveTextDocument((event) => {
+            let document = this._documents[event.textDocument.uri];
+            if (document) {
+                this._onDidSave.fire(Object.freeze({ document }));
+            }
+        });
+    }
+}
+exports.TextDocuments = TextDocuments;
+/**
+ * Helps tracking error message. Equal occurences of the same
+ * message are only stored once. This class is for example
+ * useful if text documents are validated in a loop and equal
+ * error message should be folded into one.
+ */
+class ErrorMessageTracker {
+    constructor() {
+        this._messages = Object.create(null);
+    }
+    /**
+     * Add a message to the tracker.
+     *
+     * @param message The message to add.
+     */
+    add(message) {
+        let count = this._messages[message];
+        if (!count) {
+            count = 0;
         }
-        return this.arguments;
-    };
-    MixinReference.prototype.setContent = function (node) {
-        return this.setNode('content', node);
-    };
-    MixinReference.prototype.getContent = function () {
-        return this.content;
-    };
-    return MixinReference;
-}(Node));
-
-var MixinDeclaration = /** @class */ (function (_super) {
-    __extends(MixinDeclaration, _super);
-    function MixinDeclaration(offset, length) {
-        return _super.call(this, offset, length) || this;
+        count++;
+        this._messages[message] = count;
     }
-    Object.defineProperty(MixinDeclaration.prototype, "type", {
-        get: function () {
-            return NodeType.MixinDeclaration;
-        },
-        enumerable: true,
-        configurable: true
-    });
-    MixinDeclaration.prototype.setIdentifier = function (node) {
-        return this.setNode('identifier', node, 0);
-    };
-    MixinDeclaration.prototype.getIdentifier = function () {
-        return this.identifier;
-    };
-    MixinDeclaration.prototype.getName = function () {
-        return this.identifier ? this.identifier.getText() : '';
-    };
-    MixinDeclaration.prototype.getParameters = function () {
-        if (!this.parameters) {
-            this.parameters = new Nodelist(this);
+    /**
+     * Send all tracked messages to the connection's window.
+     *
+     * @param connection The connection established between client and server.
+     */
+    sendErrors(connection) {
+        Object.keys(this._messages).forEach(message => {
+            connection.window.showErrorMessage(message);
+        });
+    }
+}
+exports.ErrorMessageTracker = ErrorMessageTracker;
+class RemoteConsoleImpl {
+    constructor() {
+    }
+    rawAttach(connection) {
+        this._rawConnection = connection;
+    }
+    attach(connection) {
+        this._connection = connection;
+    }
+    get connection() {
+        if (!this._connection) {
+            throw new Error('Remote is not attached to a connection yet.');
         }
-        return this.parameters;
-    };
-    MixinDeclaration.prototype.setGuard = function (node) {
-        if (node) {
-            node.attachTo(this);
-            this.guard = node;
+        return this._connection;
+    }
+    fillServerCapabilities(_capabilities) {
+    }
+    initialize(_capabilities) {
+    }
+    error(message) {
+        this.send(vscode_languageserver_protocol_1.MessageType.Error, message);
+    }
+    warn(message) {
+        this.send(vscode_languageserver_protocol_1.MessageType.Warning, message);
+    }
+    info(message) {
+        this.send(vscode_languageserver_protocol_1.MessageType.Info, message);
+    }
+    log(message) {
+        this.send(vscode_languageserver_protocol_1.MessageType.Log, message);
+    }
+    send(type, message) {
+        if (this._rawConnection) {
+            this._rawConnection.sendNotification(vscode_languageserver_protocol_1.LogMessageNotification.type, { type, message });
         }
-        return false;
-    };
-    return MixinDeclaration;
-}(BodyDeclaration));
-
-var UnknownAtRule = /** @class */ (function (_super) {
-    __extends(UnknownAtRule, _super);
-    function UnknownAtRule(offset, length) {
-        return _super.call(this, offset, length) || this;
     }
-    Object.defineProperty(UnknownAtRule.prototype, "type", {
-        get: function () {
-            return NodeType.UnknownAtRule;
-        },
-        enumerable: true,
-        configurable: true
-    });
-    UnknownAtRule.prototype.setAtRuleName = function (atRuleName) {
-        this.atRuleName = atRuleName;
-    };
-    UnknownAtRule.prototype.getAtRuleName = function () {
-        return this.atRuleName;
-    };
-    return UnknownAtRule;
-}(BodyDeclaration));
-
-var ListEntry = /** @class */ (function (_super) {
-    __extends(ListEntry, _super);
-    function ListEntry() {
-        return _super !== null && _super.apply(this, arguments) || this;
+}
+class _RemoteWindowImpl {
+    constructor() {
     }
-    Object.defineProperty(ListEntry.prototype, "type", {
-        get: function () {
-            return NodeType.ListEntry;
-        },
-        enumerable: true,
-        configurable: true
-    });
-    ListEntry.prototype.setKey = function (node) {
-        return this.setNode('key', node, 0);
-    };
-    ListEntry.prototype.setValue = function (node) {
-        return this.setNode('value', node, 1);
-    };
-    return ListEntry;
-}(Node));
-
-var LessGuard = /** @class */ (function (_super) {
-    __extends(LessGuard, _super);
-    function LessGuard() {
-        return _super !== null && _super.apply(this, arguments) || this;
+    attach(connection) {
+        this._connection = connection;
     }
-    LessGuard.prototype.getConditions = function () {
-        if (!this.conditions) {
-            this.conditions = new Nodelist(this);
+    get connection() {
+        if (!this._connection) {
+            throw new Error('Remote is not attached to a connection yet.');
         }
-        return this.conditions;
-    };
-    return LessGuard;
-}(Node));
-
-var GuardCondition = /** @class */ (function (_super) {
-    __extends(GuardCondition, _super);
-    function GuardCondition() {
-        return _super !== null && _super.apply(this, arguments) || this;
+        return this._connection;
     }
-    GuardCondition.prototype.setVariable = function (node) {
-        return this.setNode('variable', node);
-    };
-    return GuardCondition;
-}(Node));
-
-var Module = /** @class */ (function (_super) {
-    __extends(Module, _super);
-    function Module() {
-        return _super !== null && _super.apply(this, arguments) || this;
+    initialize(_capabilities) {
     }
-    Object.defineProperty(Module.prototype, "type", {
-        get: function () {
-            return NodeType.Module;
-        },
-        enumerable: true,
-        configurable: true
-    });
-    Module.prototype.setIdentifier = function (node) {
-        return this.setNode('identifier', node, 0);
-    };
-    Module.prototype.getIdentifier = function () {
-        return this.identifier;
-    };
-    return Module;
-}(Node));
-
-var Level;
-(function (Level) {
-    Level[Level["Ignore"] = 1] = "Ignore";
-    Level[Level["Warning"] = 2] = "Warning";
-    Level[Level["Error"] = 4] = "Error";
-})(Level || (Level = {}));
-var Marker = /** @class */ (function () {
-    function Marker(node, rule, level, message, offset, length) {
-        if (offset === void 0) { offset = node.offset; }
-        if (length === void 0) { length = node.length; }
-        this.node = node;
-        this.rule = rule;
-        this.level = level;
-        this.message = message || rule.message;
-        this.offset = offset;
-        this.length = length;
+    fillServerCapabilities(_capabilities) {
     }
-    Marker.prototype.getRule = function () {
-        return this.rule;
-    };
-    Marker.prototype.getLevel = function () {
-        return this.level;
-    };
-    Marker.prototype.getOffset = function () {
-        return this.offset;
-    };
-    Marker.prototype.getLength = function () {
-        return this.length;
-    };
-    Marker.prototype.getNode = function () {
-        return this.node;
-    };
-    Marker.prototype.getMessage = function () {
-        return this.message;
-    };
-    return Marker;
-}());
-
-/*
-export class DefaultVisitor implements IVisitor {
-
-    public visitNode(node:Node):boolean {
-        switch (node.type) {
-            case NodeType.Stylesheet:
-                return this.visitStylesheet(<Stylesheet> node);
-            case NodeType.FontFace:
-                return this.visitFontFace(<FontFace> node);
-            case NodeType.Ruleset:
-                return this.visitRuleSet(<RuleSet> node);
-            case NodeType.Selector:
-                return this.visitSelector(<Selector> node);
-            case NodeType.SimpleSelector:
-                return this.visitSimpleSelector(<SimpleSelector> node);
-            case NodeType.Declaration:
-                return this.visitDeclaration(<Declaration> node);
-            case NodeType.Function:
-                return this.visitFunction(<Function> node);
-            case NodeType.FunctionDeclaration:
-                return this.visitFunctionDeclaration(<FunctionDeclaration> node);
-            case NodeType.FunctionParameter:
-                return this.visitFunctionParameter(<FunctionParameter> node);
-            case NodeType.FunctionArgument:
-                return this.visitFunctionArgument(<FunctionArgument> node);
-            case NodeType.Term:
-                return this.visitTerm(<Term> node);
-            case NodeType.Declaration:
-                return this.visitExpression(<Expression> node);
-            case NodeType.NumericValue:
-                return this.visitNumericValue(<NumericValue> node);
-            case NodeType.Page:
-                return this.visitPage(<Page> node);
-            case NodeType.PageBoxMarginBox:
-                return this.visitPageBoxMarginBox(<PageBoxMarginBox> node);
-            case NodeType.Property:
-                return this.visitProperty(<Property> node);
-            case NodeType.NumericValue:
-                return this.visitNodelist(<Nodelist> node);
-            case NodeType.Import:
-                return this.visitImport(<Import> node);
-            case NodeType.Namespace:
-                return this.visitNamespace(<Namespace> node);
-            case NodeType.Keyframe:
-                return this.visitKeyframe(<Keyframe> node);
-            case NodeType.KeyframeSelector:
-                return this.visitKeyframeSelector(<KeyframeSelector> node);
-            case NodeType.MixinDeclaration:
-                return this.visitMixinDeclaration(<MixinDeclaration> node);
-            case NodeType.MixinReference:
-                return this.visitMixinReference(<MixinReference> node);
-            case NodeType.Variable:
-                return this.visitVariable(<Variable> node);
-            case NodeType.VariableDeclaration:
-                return this.visitVariableDeclaration(<VariableDeclaration> node);
+    showErrorMessage(message, ...actions) {
+        let params = { type: vscode_languageserver_protocol_1.MessageType.Error, message, actions };
+        return this.connection.sendRequest(vscode_languageserver_protocol_1.ShowMessageRequest.type, params).then(null2Undefined);
+    }
+    showWarningMessage(message, ...actions) {
+        let params = { type: vscode_languageserver_protocol_1.MessageType.Warning, message, actions };
+        return this.connection.sendRequest(vscode_languageserver_protocol_1.ShowMessageRequest.type, params).then(null2Undefined);
+    }
+    showInformationMessage(message, ...actions) {
+        let params = { type: vscode_languageserver_protocol_1.MessageType.Info, message, actions };
+        return this.connection.sendRequest(vscode_languageserver_protocol_1.ShowMessageRequest.type, params).then(null2Undefined);
+    }
+}
+const RemoteWindowImpl = progress_1.ProgressFeature(_RemoteWindowImpl);
+var BulkRegistration;
+(function (BulkRegistration) {
+    /**
+     * Creates a new bulk registration.
+     * @return an empty bulk registration.
+     */
+    function create() {
+        return new BulkRegistrationImpl();
+    }
+    BulkRegistration.create = create;
+})(BulkRegistration = exports.BulkRegistration || (exports.BulkRegistration = {}));
+class BulkRegistrationImpl {
+    constructor() {
+        this._registrations = [];
+        this._registered = new Set();
+    }
+    add(type, registerOptions) {
+        const method = Is.string(type) ? type : type.method;
+        if (this._registered.has(method)) {
+            throw new Error(`${method} is already added to this registration`);
+        }
+        const id = UUID.generateUuid();
+        this._registrations.push({
+            id: id,
+            method: method,
+            registerOptions: registerOptions || {}
+        });
+        this._registered.add(method);
+    }
+    asRegistrationParams() {
+        return {
+            registrations: this._registrations
+        };
+    }
+}
+var BulkUnregistration;
+(function (BulkUnregistration) {
+    function create() {
+        return new BulkUnregistrationImpl(undefined, []);
+    }
+    BulkUnregistration.create = create;
+})(BulkUnregistration = exports.BulkUnregistration || (exports.BulkUnregistration = {}));
+class BulkUnregistrationImpl {
+    constructor(_connection, unregistrations) {
+        this._connection = _connection;
+        this._unregistrations = new Map();
+        unregistrations.forEach(unregistration => {
+            this._unregistrations.set(unregistration.method, unregistration);
+        });
+    }
+    get isAttached() {
+        return !!this._connection;
+    }
+    attach(connection) {
+        this._connection = connection;
+    }
+    add(unregistration) {
+        this._unregistrations.set(unregistration.method, unregistration);
+    }
+    dispose() {
+        let unregistrations = [];
+        for (let unregistration of this._unregistrations.values()) {
+            unregistrations.push(unregistration);
         }
-        return this.visitUnknownNode(node);
+        let params = {
+            unregisterations: unregistrations
+        };
+        this._connection.sendRequest(vscode_languageserver_protocol_1.UnregistrationRequest.type, params).then(undefined, (_error) => {
+            this._connection.console.info(`Bulk unregistration failed.`);
+        });
     }
-
-    public visitFontFace(node:FontFace):boolean {
+    disposeSingle(arg) {
+        const method = Is.string(arg) ? arg : arg.method;
+        const unregistration = this._unregistrations.get(method);
+        if (!unregistration) {
+            return false;
+        }
+        let params = {
+            unregisterations: [unregistration]
+        };
+        this._connection.sendRequest(vscode_languageserver_protocol_1.UnregistrationRequest.type, params).then(() => {
+            this._unregistrations.delete(method);
+        }, (_error) => {
+            this._connection.console.info(`Unregistering request handler for ${unregistration.id} failed.`);
+        });
         return true;
     }
-
-    public visitKeyframe(node:Keyframe):boolean {
-        return true;
+}
+class RemoteClientImpl {
+    attach(connection) {
+        this._connection = connection;
     }
-
-    public visitKeyframeSelector(node:KeyframeSelector):boolean {
-        return true;
+    get connection() {
+        if (!this._connection) {
+            throw new Error('Remote is not attached to a connection yet.');
+        }
+        return this._connection;
     }
-
-    public visitStylesheet(node:Stylesheet):boolean {
-        return true;
+    initialize(_capabilities) {
     }
-
-    public visitProperty(Node:Property):boolean {
-        return true;
+    fillServerCapabilities(_capabilities) {
     }
-
-    public visitRuleSet(node:RuleSet):boolean {
-        return true;
+    register(typeOrRegistrations, registerOptionsOrType, registerOptions) {
+        if (typeOrRegistrations instanceof BulkRegistrationImpl) {
+            return this.registerMany(typeOrRegistrations);
+        }
+        else if (typeOrRegistrations instanceof BulkUnregistrationImpl) {
+            return this.registerSingle1(typeOrRegistrations, registerOptionsOrType, registerOptions);
+        }
+        else {
+            return this.registerSingle2(typeOrRegistrations, registerOptionsOrType);
+        }
     }
-
-    public visitSelector(node:Selector):boolean {
-        return true;
+    registerSingle1(unregistration, type, registerOptions) {
+        const method = Is.string(type) ? type : type.method;
+        const id = UUID.generateUuid();
+        let params = {
+            registrations: [{ id, method, registerOptions: registerOptions || {} }]
+        };
+        if (!unregistration.isAttached) {
+            unregistration.attach(this.connection);
+        }
+        return this.connection.sendRequest(vscode_languageserver_protocol_1.RegistrationRequest.type, params).then((_result) => {
+            unregistration.add({ id: id, method: method });
+            return unregistration;
+        }, (_error) => {
+            this.connection.console.info(`Registering request handler for ${method} failed.`);
+            return Promise.reject(_error);
+        });
     }
-
-    public visitSimpleSelector(node:SimpleSelector):boolean {
-        return true;
+    registerSingle2(type, registerOptions) {
+        const method = Is.string(type) ? type : type.method;
+        const id = UUID.generateUuid();
+        let params = {
+            registrations: [{ id, method, registerOptions: registerOptions || {} }]
+        };
+        return this.connection.sendRequest(vscode_languageserver_protocol_1.RegistrationRequest.type, params).then((_result) => {
+            return vscode_languageserver_protocol_1.Disposable.create(() => {
+                this.unregisterSingle(id, method);
+            });
+        }, (_error) => {
+            this.connection.console.info(`Registering request handler for ${method} failed.`);
+            return Promise.reject(_error);
+        });
     }
-
-    public visitDeclaration(node:Declaration):boolean {
-        return true;
+    unregisterSingle(id, method) {
+        let params = {
+            unregisterations: [{ id, method }]
+        };
+        return this.connection.sendRequest(vscode_languageserver_protocol_1.UnregistrationRequest.type, params).then(undefined, (_error) => {
+            this.connection.console.info(`Unregistering request handler for ${id} failed.`);
+        });
     }
-
-    public visitFunction(node:Function):boolean {
-        return true;
+    registerMany(registrations) {
+        let params = registrations.asRegistrationParams();
+        return this.connection.sendRequest(vscode_languageserver_protocol_1.RegistrationRequest.type, params).then(() => {
+            return new BulkUnregistrationImpl(this._connection, params.registrations.map(registration => { return { id: registration.id, method: registration.method }; }));
+        }, (_error) => {
+            this.connection.console.info(`Bulk registration failed.`);
+            return Promise.reject(_error);
+        });
     }
-
-    public visitFunctionDeclaration(node:FunctionDeclaration):boolean {
-        return true;
+}
+class _RemoteWorkspaceImpl {
+    constructor() {
     }
-
-    public visitInvocation(node:Invocation):boolean {
-        return true;
+    attach(connection) {
+        this._connection = connection;
     }
-
-    public visitTerm(node:Term):boolean {
-        return true;
+    get connection() {
+        if (!this._connection) {
+            throw new Error('Remote is not attached to a connection yet.');
+        }
+        return this._connection;
     }
-
-    public visitImport(node:Import):boolean {
-        return true;
+    initialize(_capabilities) {
     }
-
-    public visitNamespace(node:Namespace):boolean {
-        return true;
+    fillServerCapabilities(_capabilities) {
     }
-
-    public visitExpression(node:Expression):boolean {
-        return true;
+    applyEdit(paramOrEdit) {
+        function isApplyWorkspaceEditParams(value) {
+            return value && !!value.edit;
+        }
+        let params = isApplyWorkspaceEditParams(paramOrEdit) ? paramOrEdit : { edit: paramOrEdit };
+        return this.connection.sendRequest(vscode_languageserver_protocol_1.ApplyWorkspaceEditRequest.type, params);
     }
-
-    public visitNumericValue(node:NumericValue):boolean {
-        return true;
+}
+const RemoteWorkspaceImpl = workspaceFolders_1.WorkspaceFoldersFeature(configuration_1.ConfigurationFeature(_RemoteWorkspaceImpl));
+class TracerImpl {
+    constructor() {
+        this._trace = vscode_languageserver_protocol_1.Trace.Off;
     }
-
-    public visitPage(node:Page):boolean {
-        return true;
+    attach(connection) {
+        this._connection = connection;
     }
-
-    public visitPageBoxMarginBox(node:PageBoxMarginBox):boolean {
-        return true;
+    get connection() {
+        if (!this._connection) {
+            throw new Error('Remote is not attached to a connection yet.');
+        }
+        return this._connection;
     }
-
-    public visitNodelist(node:Nodelist):boolean {
-        return true;
+    initialize(_capabilities) {
     }
-
-    public visitVariableDeclaration(node:VariableDeclaration):boolean {
-        return true;
+    fillServerCapabilities(_capabilities) {
     }
-
-    public visitVariable(node:Variable):boolean {
-        return true;
+    set trace(value) {
+        this._trace = value;
     }
-
-    public visitMixinDeclaration(node:MixinDeclaration):boolean {
-        return true;
+    log(message, verbose) {
+        if (this._trace === vscode_languageserver_protocol_1.Trace.Off) {
+            return;
+        }
+        this.connection.sendNotification(vscode_languageserver_protocol_1.LogTraceNotification.type, {
+            message: message,
+            verbose: this._trace === vscode_languageserver_protocol_1.Trace.Verbose ? verbose : undefined
+        });
     }
-
-    public visitMixinReference(node:MixinReference):boolean {
-        return true;
+}
+class TelemetryImpl {
+    constructor() {
     }
-
-    public visitUnknownNode(node:Node):boolean {
-        return true;
+    attach(connection) {
+        this._connection = connection;
+    }
+    get connection() {
+        if (!this._connection) {
+            throw new Error('Remote is not attached to a connection yet.');
+        }
+        return this._connection;
+    }
+    initialize(_capabilities) {
+    }
+    fillServerCapabilities(_capabilities) {
+    }
+    logEvent(data) {
+        this.connection.sendNotification(vscode_languageserver_protocol_1.TelemetryEventNotification.type, data);
     }
 }
-*/
-var ParseErrorCollector = /** @class */ (function () {
-    function ParseErrorCollector() {
-        this.entries = [];
+class _LanguagesImpl {
+    constructor() {
     }
-    ParseErrorCollector.entries = function (node) {
-        var visitor = new ParseErrorCollector();
-        node.acceptVisitor(visitor);
-        return visitor.entries;
-    };
-    ParseErrorCollector.prototype.visitNode = function (node) {
-        if (node.isErroneous()) {
-            node.collectIssues(this.entries);
+    attach(connection) {
+        this._connection = connection;
+    }
+    get connection() {
+        if (!this._connection) {
+            throw new Error('Remote is not attached to a connection yet.');
         }
-        return true;
-    };
-    return ParseErrorCollector;
-}());
-
-
+        return this._connection;
+    }
+    initialize(_capabilities) {
+    }
+    fillServerCapabilities(_capabilities) {
+    }
+    attachWorkDoneProgress(params) {
+        return progress_1.attachWorkDone(this.connection, params);
+    }
+    attachPartialResultProgress(_type, params) {
+        return progress_1.attachPartialResult(this.connection, params);
+    }
+}
+exports._LanguagesImpl = _LanguagesImpl;
+const LanguagesImpl = callHierarchy_1.CallHierarchyFeature(_LanguagesImpl);
+function combineConsoleFeatures(one, two) {
+    return function (Base) {
+        return two(one(Base));
+    };
+}
+exports.combineConsoleFeatures = combineConsoleFeatures;
+function combineTelemetryFeatures(one, two) {
+    return function (Base) {
+        return two(one(Base));
+    };
+}
+exports.combineTelemetryFeatures = combineTelemetryFeatures;
+function combineTracerFeatures(one, two) {
+    return function (Base) {
+        return two(one(Base));
+    };
+}
+exports.combineTracerFeatures = combineTracerFeatures;
+function combineClientFeatures(one, two) {
+    return function (Base) {
+        return two(one(Base));
+    };
+}
+exports.combineClientFeatures = combineClientFeatures;
+function combineWindowFeatures(one, two) {
+    return function (Base) {
+        return two(one(Base));
+    };
+}
+exports.combineWindowFeatures = combineWindowFeatures;
+function combineWorkspaceFeatures(one, two) {
+    return function (Base) {
+        return two(one(Base));
+    };
+}
+exports.combineWorkspaceFeatures = combineWorkspaceFeatures;
+function combineLanguagesFeatures(one, two) {
+    return function (Base) {
+        return two(one(Base));
+    };
+}
+exports.combineLanguagesFeatures = combineLanguagesFeatures;
+function combineFeatures(one, two) {
+    function combine(one, two, func) {
+        if (one && two) {
+            return func(one, two);
+        }
+        else if (one) {
+            return one;
+        }
+        else {
+            return two;
+        }
+    }
+    let result = {
+        __brand: 'features',
+        console: combine(one.console, two.console, combineConsoleFeatures),
+        tracer: combine(one.tracer, two.tracer, combineTracerFeatures),
+        telemetry: combine(one.telemetry, two.telemetry, combineTelemetryFeatures),
+        client: combine(one.client, two.client, combineClientFeatures),
+        window: combine(one.window, two.window, combineWindowFeatures),
+        workspace: combine(one.workspace, two.workspace, combineWorkspaceFeatures)
+    };
+    return result;
+}
+exports.combineFeatures = combineFeatures;
+function createConnection(connectionFactory, watchDog, factories) {
+    const logger = (factories && factories.console ? new (factories.console(RemoteConsoleImpl))() : new RemoteConsoleImpl());
+    const connection = connectionFactory(logger);
+    logger.rawAttach(connection);
+    const tracer = (factories && factories.tracer ? new (factories.tracer(TracerImpl))() : new TracerImpl());
+    const telemetry = (factories && factories.telemetry ? new (factories.telemetry(TelemetryImpl))() : new TelemetryImpl());
+    const client = (factories && factories.client ? new (factories.client(RemoteClientImpl))() : new RemoteClientImpl());
+    const remoteWindow = (factories && factories.window ? new (factories.window(RemoteWindowImpl))() : new RemoteWindowImpl());
+    const workspace = (factories && factories.workspace ? new (factories.workspace(RemoteWorkspaceImpl))() : new RemoteWorkspaceImpl());
+    const languages = (factories && factories.languages ? new (factories.languages(LanguagesImpl))() : new LanguagesImpl());
+    const allRemotes = [logger, tracer, telemetry, client, remoteWindow, workspace, languages];
+    function asPromise(value) {
+        if (value instanceof Promise) {
+            return value;
+        }
+        else if (Is.thenable(value)) {
+            return new Promise((resolve, reject) => {
+                value.then((resolved) => resolve(resolved), (error) => reject(error));
+            });
+        }
+        else {
+            return Promise.resolve(value);
+        }
+    }
+    let shutdownHandler = undefined;
+    let initializeHandler = undefined;
+    let exitHandler = undefined;
+    let protocolConnection = {
+        listen: () => connection.listen(),
+        sendRequest: (type, ...params) => connection.sendRequest(Is.string(type) ? type : type.method, ...params),
+        onRequest: (type, handler) => connection.onRequest(type, handler),
+        sendNotification: (type, param) => {
+            const method = Is.string(type) ? type : type.method;
+            if (arguments.length === 1) {
+                connection.sendNotification(method);
+            }
+            else {
+                connection.sendNotification(method, param);
+            }
+        },
+        onNotification: (type, handler) => connection.onNotification(type, handler),
+        onProgress: connection.onProgress,
+        sendProgress: connection.sendProgress,
+        onInitialize: (handler) => initializeHandler = handler,
+        onInitialized: (handler) => connection.onNotification(vscode_languageserver_protocol_1.InitializedNotification.type, handler),
+        onShutdown: (handler) => shutdownHandler = handler,
+        onExit: (handler) => exitHandler = handler,
+        get console() { return logger; },
+        get telemetry() { return telemetry; },
+        get tracer() { return tracer; },
+        get client() { return client; },
+        get window() { return remoteWindow; },
+        get workspace() { return workspace; },
+        get languages() { return languages; },
+        onDidChangeConfiguration: (handler) => connection.onNotification(vscode_languageserver_protocol_1.DidChangeConfigurationNotification.type, handler),
+        onDidChangeWatchedFiles: (handler) => connection.onNotification(vscode_languageserver_protocol_1.DidChangeWatchedFilesNotification.type, handler),
+        __textDocumentSync: undefined,
+        onDidOpenTextDocument: (handler) => connection.onNotification(vscode_languageserver_protocol_1.DidOpenTextDocumentNotification.type, handler),
+        onDidChangeTextDocument: (handler) => connection.onNotification(vscode_languageserver_protocol_1.DidChangeTextDocumentNotification.type, handler),
+        onDidCloseTextDocument: (handler) => connection.onNotification(vscode_languageserver_protocol_1.DidCloseTextDocumentNotification.type, handler),
+        onWillSaveTextDocument: (handler) => connection.onNotification(vscode_languageserver_protocol_1.WillSaveTextDocumentNotification.type, handler),
+        onWillSaveTextDocumentWaitUntil: (handler) => connection.onRequest(vscode_languageserver_protocol_1.WillSaveTextDocumentWaitUntilRequest.type, handler),
+        onDidSaveTextDocument: (handler) => connection.onNotification(vscode_languageserver_protocol_1.DidSaveTextDocumentNotification.type, handler),
+        sendDiagnostics: (params) => connection.sendNotification(vscode_languageserver_protocol_1.PublishDiagnosticsNotification.type, params),
+        onHover: (handler) => connection.onRequest(vscode_languageserver_protocol_1.HoverRequest.type, (params, cancel) => {
+            return handler(params, cancel, progress_1.attachWorkDone(connection, params), undefined);
+        }),
+        onCompletion: (handler) => connection.onRequest(vscode_languageserver_protocol_1.CompletionRequest.type, (params, cancel) => {
+            return handler(params, cancel, progress_1.attachWorkDone(connection, params), progress_1.attachPartialResult(connection, params));
+        }),
+        onCompletionResolve: (handler) => connection.onRequest(vscode_languageserver_protocol_1.CompletionResolveRequest.type, handler),
+        onSignatureHelp: (handler) => connection.onRequest(vscode_languageserver_protocol_1.SignatureHelpRequest.type, (params, cancel) => {
+            return handler(params, cancel, progress_1.attachWorkDone(connection, params), undefined);
+        }),
+        onDeclaration: (handler) => connection.onRequest(vscode_languageserver_protocol_1.DeclarationRequest.type, (params, cancel) => {
+            return handler(params, cancel, progress_1.attachWorkDone(connection, params), progress_1.attachPartialResult(connection, params));
+        }),
+        onDefinition: (handler) => connection.onRequest(vscode_languageserver_protocol_1.DefinitionRequest.type, (params, cancel) => {
+            return handler(params, cancel, progress_1.attachWorkDone(connection, params), progress_1.attachPartialResult(connection, params));
+        }),
+        onTypeDefinition: (handler) => connection.onRequest(vscode_languageserver_protocol_1.TypeDefinitionRequest.type, (params, cancel) => {
+            return handler(params, cancel, progress_1.attachWorkDone(connection, params), progress_1.attachPartialResult(connection, params));
+        }),
+        onImplementation: (handler) => connection.onRequest(vscode_languageserver_protocol_1.ImplementationRequest.type, (params, cancel) => {
+            return handler(params, cancel, progress_1.attachWorkDone(connection, params), progress_1.attachPartialResult(connection, params));
+        }),
+        onReferences: (handler) => connection.onRequest(vscode_languageserver_protocol_1.ReferencesRequest.type, (params, cancel) => {
+            return handler(params, cancel, progress_1.attachWorkDone(connection, params), progress_1.attachPartialResult(connection, params));
+        }),
+        onDocumentHighlight: (handler) => connection.onRequest(vscode_languageserver_protocol_1.DocumentHighlightRequest.type, (params, cancel) => {
+            return handler(params, cancel, progress_1.attachWorkDone(connection, params), progress_1.attachPartialResult(connection, params));
+        }),
+        onDocumentSymbol: (handler) => connection.onRequest(vscode_languageserver_protocol_1.DocumentSymbolRequest.type, (params, cancel) => {
+            return handler(params, cancel, progress_1.attachWorkDone(connection, params), progress_1.attachPartialResult(connection, params));
+        }),
+        onWorkspaceSymbol: (handler) => connection.onRequest(vscode_languageserver_protocol_1.WorkspaceSymbolRequest.type, (params, cancel) => {
+            return handler(params, cancel, progress_1.attachWorkDone(connection, params), progress_1.attachPartialResult(connection, params));
+        }),
+        onCodeAction: (handler) => connection.onRequest(vscode_languageserver_protocol_1.CodeActionRequest.type, (params, cancel) => {
+            return handler(params, cancel, progress_1.attachWorkDone(connection, params), progress_1.attachPartialResult(connection, params));
+        }),
+        onCodeLens: (handler) => connection.onRequest(vscode_languageserver_protocol_1.CodeLensRequest.type, (params, cancel) => {
+            return handler(params, cancel, progress_1.attachWorkDone(connection, params), progress_1.attachPartialResult(connection, params));
+        }),
+        onCodeLensResolve: (handler) => connection.onRequest(vscode_languageserver_protocol_1.CodeLensResolveRequest.type, (params, cancel) => {
+            return handler(params, cancel);
+        }),
+        onDocumentFormatting: (handler) => connection.onRequest(vscode_languageserver_protocol_1.DocumentFormattingRequest.type, (params, cancel) => {
+            return handler(params, cancel, progress_1.attachWorkDone(connection, params), undefined);
+        }),
+        onDocumentRangeFormatting: (handler) => connection.onRequest(vscode_languageserver_protocol_1.DocumentRangeFormattingRequest.type, (params, cancel) => {
+            return handler(params, cancel, progress_1.attachWorkDone(connection, params), undefined);
+        }),
+        onDocumentOnTypeFormatting: (handler) => connection.onRequest(vscode_languageserver_protocol_1.DocumentOnTypeFormattingRequest.type, (params, cancel) => {
+            return handler(params, cancel);
+        }),
+        onRenameRequest: (handler) => connection.onRequest(vscode_languageserver_protocol_1.RenameRequest.type, (params, cancel) => {
+            return handler(params, cancel, progress_1.attachWorkDone(connection, params), undefined);
+        }),
+        onPrepareRename: (handler) => connection.onRequest(vscode_languageserver_protocol_1.PrepareRenameRequest.type, (params, cancel) => {
+            return handler(params, cancel);
+        }),
+        onDocumentLinks: (handler) => connection.onRequest(vscode_languageserver_protocol_1.DocumentLinkRequest.type, (params, cancel) => {
+            return handler(params, cancel, progress_1.attachWorkDone(connection, params), progress_1.attachPartialResult(connection, params));
+        }),
+        onDocumentLinkResolve: (handler) => connection.onRequest(vscode_languageserver_protocol_1.DocumentLinkResolveRequest.type, (params, cancel) => {
+            return handler(params, cancel);
+        }),
+        onDocumentColor: (handler) => connection.onRequest(vscode_languageserver_protocol_1.DocumentColorRequest.type, (params, cancel) => {
+            return handler(params, cancel, progress_1.attachWorkDone(connection, params), progress_1.attachPartialResult(connection, params));
+        }),
+        onColorPresentation: (handler) => connection.onRequest(vscode_languageserver_protocol_1.ColorPresentationRequest.type, (params, cancel) => {
+            return handler(params, cancel, progress_1.attachWorkDone(connection, params), progress_1.attachPartialResult(connection, params));
+        }),
+        onFoldingRanges: (handler) => connection.onRequest(vscode_languageserver_protocol_1.FoldingRangeRequest.type, (params, cancel) => {
+            return handler(params, cancel, progress_1.attachWorkDone(connection, params), progress_1.attachPartialResult(connection, params));
+        }),
+        onSelectionRanges: (handler) => connection.onRequest(vscode_languageserver_protocol_1.SelectionRangeRequest.type, (params, cancel) => {
+            return handler(params, cancel, progress_1.attachWorkDone(connection, params), progress_1.attachPartialResult(connection, params));
+        }),
+        onExecuteCommand: (handler) => connection.onRequest(vscode_languageserver_protocol_1.ExecuteCommandRequest.type, (params, cancel) => {
+            return handler(params, cancel, progress_1.attachWorkDone(connection, params), undefined);
+        }),
+        dispose: () => connection.dispose()
+    };
+    for (let remote of allRemotes) {
+        remote.attach(protocolConnection);
+    }
+    connection.onRequest(vscode_languageserver_protocol_1.InitializeRequest.type, (params) => {
+        watchDog.initialize(params);
+        if (Is.string(params.trace)) {
+            tracer.trace = vscode_languageserver_protocol_1.Trace.fromString(params.trace);
+        }
+        for (let remote of allRemotes) {
+            remote.initialize(params.capabilities);
+        }
+        if (initializeHandler) {
+            let result = initializeHandler(params, new vscode_languageserver_protocol_1.CancellationTokenSource().token, progress_1.attachWorkDone(connection, params), undefined);
+            return asPromise(result).then((value) => {
+                if (value instanceof vscode_languageserver_protocol_1.ResponseError) {
+                    return value;
+                }
+                let result = value;
+                if (!result) {
+                    result = { capabilities: {} };
+                }
+                let capabilities = result.capabilities;
+                if (!capabilities) {
+                    capabilities = {};
+                    result.capabilities = capabilities;
+                }
+                if (capabilities.textDocumentSync === undefined || capabilities.textDocumentSync === null) {
+                    capabilities.textDocumentSync = Is.number(protocolConnection.__textDocumentSync) ? protocolConnection.__textDocumentSync : vscode_languageserver_protocol_1.TextDocumentSyncKind.None;
+                }
+                else if (!Is.number(capabilities.textDocumentSync) && !Is.number(capabilities.textDocumentSync.change)) {
+                    capabilities.textDocumentSync.change = Is.number(protocolConnection.__textDocumentSync) ? protocolConnection.__textDocumentSync : vscode_languageserver_protocol_1.TextDocumentSyncKind.None;
+                }
+                for (let remote of allRemotes) {
+                    remote.fillServerCapabilities(capabilities);
+                }
+                return result;
+            });
+        }
+        else {
+            let result = { capabilities: { textDocumentSync: vscode_languageserver_protocol_1.TextDocumentSyncKind.None } };
+            for (let remote of allRemotes) {
+                remote.fillServerCapabilities(result.capabilities);
+            }
+            return result;
+        }
+    });
+    connection.onRequest(vscode_languageserver_protocol_1.ShutdownRequest.type, () => {
+        watchDog.shutdownReceived = true;
+        if (shutdownHandler) {
+            return shutdownHandler(new vscode_languageserver_protocol_1.CancellationTokenSource().token);
+        }
+        else {
+            return undefined;
+        }
+    });
+    connection.onNotification(vscode_languageserver_protocol_1.ExitNotification.type, () => {
+        try {
+            if (exitHandler) {
+                exitHandler();
+            }
+        }
+        finally {
+            if (watchDog.shutdownReceived) {
+                watchDog.exit(0);
+            }
+            else {
+                watchDog.exit(1);
+            }
+        }
+    });
+    connection.onNotification(vscode_languageserver_protocol_1.SetTraceNotification.type, (params) => {
+        tracer.trace = vscode_languageserver_protocol_1.Trace.fromString(params.value);
+    });
+    return protocolConnection;
+}
+exports.createConnection = createConnection;
+//# sourceMappingURL=server.js.map
 
 /***/ }),
-/* 76 */
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
+/* 47 */
+/***/ ((__unused_webpack_module, exports) => {
+
 
-"use strict";
-__webpack_require__.r(__webpack_exports__);
-/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "CSSIssueType", function() { return CSSIssueType; });
-/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ParseError", function() { return ParseError; });
-/* harmony import */ var vscode_nls__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(77);
-/* harmony import */ var vscode_nls__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(vscode_nls__WEBPACK_IMPORTED_MODULE_0__);
 /*---------------------------------------------------------------------------------------------
  *  Copyright (c) Microsoft Corporation. All rights reserved.
  *  Licensed under the MIT License. See License.txt in the project root for license information.
  *--------------------------------------------------------------------------------------------*/
-
-
-var localize = vscode_nls__WEBPACK_IMPORTED_MODULE_0__["loadMessageBundle"]();
-var CSSIssueType = /** @class */ (function () {
-    function CSSIssueType(id, message) {
-        this.id = id;
-        this.message = message;
+Object.defineProperty(exports, "__esModule", ({ value: true }));
+class ValueUUID {
+    constructor(_value) {
+        this._value = _value;
+        // empty
     }
-    return CSSIssueType;
-}());
-
-var ParseError = {
-    NumberExpected: new CSSIssueType('css-numberexpected', localize('expected.number', "number expected")),
-    ConditionExpected: new CSSIssueType('css-conditionexpected', localize('expected.condt', "condition expected")),
-    RuleOrSelectorExpected: new CSSIssueType('css-ruleorselectorexpected', localize('expected.ruleorselector', "at-rule or selector expected")),
-    DotExpected: new CSSIssueType('css-dotexpected', localize('expected.dot', "dot expected")),
-    ColonExpected: new CSSIssueType('css-colonexpected', localize('expected.colon', "colon expected")),
-    SemiColonExpected: new CSSIssueType('css-semicolonexpected', localize('expected.semicolon', "semi-colon expected")),
-    TermExpected: new CSSIssueType('css-termexpected', localize('expected.term', "term expected")),
-    ExpressionExpected: new CSSIssueType('css-expressionexpected', localize('expected.expression', "expression expected")),
-    OperatorExpected: new CSSIssueType('css-operatorexpected', localize('expected.operator', "operator expected")),
-    IdentifierExpected: new CSSIssueType('css-identifierexpected', localize('expected.ident', "identifier expected")),
-    PercentageExpected: new CSSIssueType('css-percentageexpected', localize('expected.percentage', "percentage expected")),
-    URIOrStringExpected: new CSSIssueType('css-uriorstringexpected', localize('expected.uriorstring', "uri or string expected")),
-    URIExpected: new CSSIssueType('css-uriexpected', localize('expected.uri', "URI expected")),
-    VariableNameExpected: new CSSIssueType('css-varnameexpected', localize('expected.varname', "variable name expected")),
-    VariableValueExpected: new CSSIssueType('css-varvalueexpected', localize('expected.varvalue', "variable value expected")),
-    PropertyValueExpected: new CSSIssueType('css-propertyvalueexpected', localize('expected.propvalue', "property value expected")),
-    LeftCurlyExpected: new CSSIssueType('css-lcurlyexpected', localize('expected.lcurly', "{ expected")),
-    RightCurlyExpected: new CSSIssueType('css-rcurlyexpected', localize('expected.rcurly', "} expected")),
-    LeftSquareBracketExpected: new CSSIssueType('css-rbracketexpected', localize('expected.lsquare', "[ expected")),
-    RightSquareBracketExpected: new CSSIssueType('css-lbracketexpected', localize('expected.rsquare', "] expected")),
-    LeftParenthesisExpected: new CSSIssueType('css-lparentexpected', localize('expected.lparen', "( expected")),
-    RightParenthesisExpected: new CSSIssueType('css-rparentexpected', localize('expected.rparent', ") expected")),
-    CommaExpected: new CSSIssueType('css-commaexpected', localize('expected.comma', "comma expected")),
-    PageDirectiveOrDeclarationExpected: new CSSIssueType('css-pagedirordeclexpected', localize('expected.pagedirordecl', "page directive or declaraton expected")),
-    UnknownAtRule: new CSSIssueType('css-unknownatrule', localize('unknown.atrule', "at-rule unknown")),
-    UnknownKeyword: new CSSIssueType('css-unknownkeyword', localize('unknown.keyword', "unknown keyword")),
-    SelectorExpected: new CSSIssueType('css-selectorexpected', localize('expected.selector', "selector expected")),
-    StringLiteralExpected: new CSSIssueType('css-stringliteralexpected', localize('expected.stringliteral', "string literal expected")),
-    WhitespaceExpected: new CSSIssueType('css-whitespaceexpected', localize('expected.whitespace', "whitespace expected")),
-    MediaQueryExpected: new CSSIssueType('css-mediaqueryexpected', localize('expected.mediaquery', "media query expected")),
-    IdentifierOrWildcardExpected: new CSSIssueType('css-idorwildcardexpected', localize('expected.idorwildcard', "identifier or wildcard expected")),
-    WildcardExpected: new CSSIssueType('css-wildcardexpected', localize('expected.wildcard', "wildcard expected")),
-    IdentifierOrVariableExpected: new CSSIssueType('css-idorvarexpected', localize('expected.idorvar', "identifier or variable expected")),
-};
-
+    asHex() {
+        return this._value;
+    }
+    equals(other) {
+        return this.asHex() === other.asHex();
+    }
+}
+class V4UUID extends ValueUUID {
+    constructor() {
+        super([
+            V4UUID._randomHex(),
+            V4UUID._randomHex(),
+            V4UUID._randomHex(),
+            V4UUID._randomHex(),
+            V4UUID._randomHex(),
+            V4UUID._randomHex(),
+            V4UUID._randomHex(),
+            V4UUID._randomHex(),
+            '-',
+            V4UUID._randomHex(),
+            V4UUID._randomHex(),
+            V4UUID._randomHex(),
+            V4UUID._randomHex(),
+            '-',
+            '4',
+            V4UUID._randomHex(),
+            V4UUID._randomHex(),
+            V4UUID._randomHex(),
+            '-',
+            V4UUID._oneOf(V4UUID._timeHighBits),
+            V4UUID._randomHex(),
+            V4UUID._randomHex(),
+            V4UUID._randomHex(),
+            '-',
+            V4UUID._randomHex(),
+            V4UUID._randomHex(),
+            V4UUID._randomHex(),
+            V4UUID._randomHex(),
+            V4UUID._randomHex(),
+            V4UUID._randomHex(),
+            V4UUID._randomHex(),
+            V4UUID._randomHex(),
+            V4UUID._randomHex(),
+            V4UUID._randomHex(),
+            V4UUID._randomHex(),
+            V4UUID._randomHex(),
+        ].join(''));
+    }
+    static _oneOf(array) {
+        return array[Math.floor(array.length * Math.random())];
+    }
+    static _randomHex() {
+        return V4UUID._oneOf(V4UUID._chars);
+    }
+}
+V4UUID._chars = ['0', '1', '2', '3', '4', '5', '6', '6', '7', '8', '9', 'a', 'b', 'c', 'd', 'e', 'f'];
+V4UUID._timeHighBits = ['8', '9', 'a', 'b'];
+/**
+ * An empty UUID that contains only zeros.
+ */
+exports.empty = new ValueUUID('00000000-0000-0000-0000-000000000000');
+function v4() {
+    return new V4UUID();
+}
+exports.v4 = v4;
+const _UUIDPattern = /^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/i;
+function isUUID(value) {
+    return _UUIDPattern.test(value);
+}
+exports.isUUID = isUUID;
+/**
+ * Parses a UUID that is of the format xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.
+ * @param value A uuid string.
+ */
+function parse(value) {
+    if (!isUUID(value)) {
+        throw new Error('invalid uuid');
+    }
+    return new ValueUUID(value);
+}
+exports.parse = parse;
+function generateUuid() {
+    return v4().asHex();
+}
+exports.generateUuid = generateUuid;
+//# sourceMappingURL=uuid.js.map
 
 /***/ }),
-/* 77 */
-/***/ (function(module, exports, __webpack_require__) {
+/* 48 */
+/***/ ((__unused_webpack_module, exports, __webpack_require__) => {
 
-"use strict";
-/* --------------------------------------------------------------------------------------------\r
- * Copyright (c) Microsoft Corporation. All rights reserved.\r
- * Licensed under the MIT License. See License.txt in the project root for license information.\r
- * ------------------------------------------------------------------------------------------ */\r
-\r
-Object.defineProperty(exports, "__esModule", { value: true });\r
-var path = __webpack_require__(3);\r
-var fs = __webpack_require__(67);\r
-var toString = Object.prototype.toString;\r
-function isDefined(value) {\r
-    return typeof value !== 'undefined';\r
-}\r
-function isNumber(value) {\r
-    return toString.call(value) === '[object Number]';\r
-}\r
-function isString(value) {\r
-    return toString.call(value) === '[object String]';\r
-}\r
-function isBoolean(value) {\r
-    return value === true || value === false;\r
-}\r
-function readJsonFileSync(filename) {\r
-    return JSON.parse(fs.readFileSync(filename, 'utf8'));\r
-}\r
-var MessageFormat;\r
-(function (MessageFormat) {\r
-    MessageFormat["file"] = "file";\r
-    MessageFormat["bundle"] = "bundle";\r
-    MessageFormat["both"] = "both";\r
-})(MessageFormat = exports.MessageFormat || (exports.MessageFormat = {}));\r
-var BundleFormat;\r
-(function (BundleFormat) {\r
-    // the nls.bundle format\r
-    BundleFormat["standalone"] = "standalone";\r
-    BundleFormat["languagePack"] = "languagePack";\r
-})(BundleFormat = exports.BundleFormat || (exports.BundleFormat = {}));\r
-var LocalizeInfo;\r
-(function (LocalizeInfo) {\r
-    function is(value) {\r
-        var candidate = value;\r
-        return candidate && isDefined(candidate.key) && isDefined(candidate.comment);\r
-    }\r
-    LocalizeInfo.is = is;\r
-})(LocalizeInfo || (LocalizeInfo = {}));\r
-var resolvedLanguage;\r
-var resolvedBundles;\r
-var options;\r
-var isPseudo;\r
-function initializeSettings() {\r
-    options = { locale: undefined, language: undefined, languagePackSupport: false, cacheLanguageResolution: true, messageFormat: MessageFormat.bundle };\r
-    if (isString(process.env.VSCODE_NLS_CONFIG)) {\r
-        try {\r
-            var vscodeOptions = JSON.parse(process.env.VSCODE_NLS_CONFIG);\r
-            var language = void 0;\r
-            var locale = void 0;\r
-            if (vscodeOptions.availableLanguages) {\r
-                var value = vscodeOptions.availableLanguages['*'];\r
-                if (isString(value)) {\r
-                    language = value;\r
-                }\r
-            }\r
-            if (isString(vscodeOptions.locale)) {\r
-                options.locale = vscodeOptions.locale.toLowerCase();\r
-            }\r
-            if (language === undefined) {\r
-                options.language = options.locale;\r
-            }\r
-            else if (language !== 'en') {\r
-                options.language = language;\r
-            }\r
-            if (isBoolean(vscodeOptions._languagePackSupport)) {\r
-                options.languagePackSupport = vscodeOptions._languagePackSupport;\r
-            }\r
-            if (isString(vscodeOptions._cacheRoot)) {\r
-                options.cacheRoot = vscodeOptions._cacheRoot;\r
-            }\r
-            if (isString(vscodeOptions._languagePackId)) {\r
-                options.languagePackId = vscodeOptions._languagePackId;\r
-            }\r
-            if (isString(vscodeOptions._translationsConfigFile)) {\r
-                options.translationsConfigFile = vscodeOptions._translationsConfigFile;\r
-                try {\r
-                    options.translationsConfig = readJsonFileSync(options.translationsConfigFile);\r
-                }\r
-                catch (error) {\r
-                    // We can't read the translation config file. Mark the cache as corrupted.\r
-                    if (vscodeOptions._corruptedFile) {\r
-                        fs.writeFile(vscodeOptions._corruptedFile, 'corrupted', 'utf8', function (err) {\r
-                            console.error(err);\r
-                        });\r
-                    }\r
-                }\r
-            }\r
-        }\r
-        catch (_a) {\r
-            // Do nothing.\r
-        }\r
-    }\r
-    isPseudo = options.locale === 'pseudo';\r
-    resolvedLanguage = undefined;\r
-    resolvedBundles = Object.create(null);\r
-}\r
-initializeSettings();\r
-function supportsLanguagePack() {\r
-    return options.languagePackSupport === true && options.cacheRoot !== undefined && options.languagePackId !== undefined && options.translationsConfigFile !== undefined\r
-        && options.translationsConfig !== undefined;\r
-}\r
-function format(message, args) {\r
-    var result;\r
-    if (isPseudo) {\r
-        // FF3B and FF3D is the Unicode zenkaku representation for [ and ]\r
-        message = '\uFF3B' + message.replace(/[aouei]/g, '$&$&') + '\uFF3D';\r
-    }\r
-    if (args.length === 0) {\r
-        result = message;\r
-    }\r
-    else {\r
-        result = message.replace(/\{(\d+)\}/g, function (match, rest) {\r
-            var index = rest[0];\r
-            var arg = args[index];\r
-            var replacement = match;\r
-            if (typeof arg === 'string') {\r
-                replacement = arg;\r
-            }\r
-            else if (typeof arg === 'number' || typeof arg === 'boolean' || arg === void 0 || arg === null) {\r
-                replacement = String(arg);\r
-            }\r
-            return replacement;\r
-        });\r
-    }\r
-    return result;\r
-}\r
-function createScopedLocalizeFunction(messages) {\r
-    return function (key, message) {\r
-        var args = [];\r
-        for (var _i = 2; _i < arguments.length; _i++) {\r
-            args[_i - 2] = arguments[_i];\r
-        }\r
-        if (isNumber(key)) {\r
-            if (key >= messages.length) {\r
-                console.error("Broken localize call found. Index out of bounds. Stacktrace is\n: " + new Error('').stack);\r
-                return;\r
-            }\r
-            return format(messages[key], args);\r
-        }\r
-        else {\r
-            if (isString(message)) {\r
-                console.warn("Message " + message + " didn't get externalized correctly.");\r
-                return format(message, args);\r
-            }\r
-            else {\r
-                console.error("Broken localize call found. Stacktrace is\n: " + new Error('').stack);\r
-            }\r
-        }\r
-    };\r
-}\r
-function localize(key, message) {\r
-    var args = [];\r
-    for (var _i = 2; _i < arguments.length; _i++) {\r
-        args[_i - 2] = arguments[_i];\r
-    }\r
-    return format(message, args);\r
-}\r
-function resolveLanguage(file) {\r
-    var resolvedLanguage;\r
-    if (options.cacheLanguageResolution && resolvedLanguage) {\r
-        resolvedLanguage = resolvedLanguage;\r
-    }\r
-    else {\r
-        if (isPseudo || !options.language) {\r
-            resolvedLanguage = '.nls.json';\r
-        }\r
-        else {\r
-            var locale = options.language;\r
-            while (locale) {\r
-                var candidate = '.nls.' + locale + '.json';\r
-                if (fs.existsSync(file + candidate)) {\r
-                    resolvedLanguage = candidate;\r
-                    break;\r
-                }\r
-                else {\r
-                    var index = locale.lastIndexOf('-');\r
-                    if (index > 0) {\r
-                        locale = locale.substring(0, index);\r
-                    }\r
-                    else {\r
-                        resolvedLanguage = '.nls.json';\r
-                        locale = null;\r
-                    }\r
-                }\r
-            }\r
-        }\r
-        if (options.cacheLanguageResolution) {\r
-            resolvedLanguage = resolvedLanguage;\r
-        }\r
-    }\r
-    return file + resolvedLanguage;\r
-}\r
-function findInTheBoxBundle(root) {\r
-    var language = options.language;\r
-    while (language) {\r
-        var candidate = path.join(root, "nls.bundle." + language + ".json");\r
-        if (fs.existsSync(candidate)) {\r
-            return candidate;\r
-        }\r
-        else {\r
-            var index = language.lastIndexOf('-');\r
-            if (index > 0) {\r
-                language = language.substring(0, index);\r
-            }\r
-            else {\r
-                language = undefined;\r
-            }\r
-        }\r
-    }\r
-    // Test if we can reslove the default bundle.\r
-    if (language === undefined) {\r
-        var candidate = path.join(root, 'nls.bundle.json');\r
-        if (fs.existsSync(candidate)) {\r
-            return candidate;\r
-        }\r
-    }\r
-    return undefined;\r
-}\r
-function mkdir(directory) {\r
-    try {\r
-        fs.mkdirSync(directory);\r
-    }\r
-    catch (err) {\r
-        if (err.code === 'EEXIST') {\r
-            return;\r
-        }\r
-        else if (err.code === 'ENOENT') {\r
-            var parent = path.dirname(directory);\r
-            if (parent !== directory) {\r
-                mkdir(parent);\r
-                fs.mkdirSync(directory);\r
-            }\r
-        }\r
-        else {\r
-            throw err;\r
-        }\r
-    }\r
-}\r
-function createDefaultNlsBundle(folder) {\r
-    var metaData = readJsonFileSync(path.join(folder, 'nls.metadata.json'));\r
-    var result = Object.create(null);\r
-    for (var module_1 in metaData) {\r
-        var entry = metaData[module_1];\r
-        result[module_1] = entry.messages;\r
-    }\r
-    return result;\r
-}\r
-function createNLSBundle(header, metaDataPath) {\r
-    var languagePackLocation = options.translationsConfig[header.id];\r
-    if (!languagePackLocation) {\r
-        return undefined;\r
-    }\r
-    var languagePack = readJsonFileSync(languagePackLocation).contents;\r
-    var metaData = readJsonFileSync(path.join(metaDataPath, 'nls.metadata.json'));\r
-    var result = Object.create(null);\r
-    for (var module_2 in metaData) {\r
-        var entry = metaData[module_2];\r
-        var translations = languagePack[header.outDir + "/" + module_2];\r
-        if (translations) {\r
-            var resultMessages = [];\r
-            for (var i = 0; i < entry.keys.length; i++) {\r
-                var messageKey = entry.keys[i];\r
-                var key = isString(messageKey) ? messageKey : messageKey.key;\r
-                var translatedMessage = translations[key];\r
-                if (translatedMessage === undefined) {\r
-                    translatedMessage = entry.messages[i];\r
-                }\r
-                resultMessages.push(translatedMessage);\r
-            }\r
-            result[module_2] = resultMessages;\r
-        }\r
-        else {\r
-            result[module_2] = entry.messages;\r
-        }\r
-    }\r
-    return result;\r
-}\r
-function touch(file) {\r
-    var d = new Date();\r
-    fs.utimes(file, d, d, function () {\r
-        // Do nothing. Ignore\r
-    });\r
-}\r
-function cacheBundle(key, bundle) {\r
-    resolvedBundles[key] = bundle;\r
-    return bundle;\r
-}\r
-function loadNlsBundleOrCreateFromI18n(header, bundlePath) {\r
-    var result;\r
-    var bundle = path.join(options.cacheRoot, header.id + "-" + header.hash + ".json");\r
-    var useMemoryOnly = false;\r
-    var writeBundle = false;\r
-    try {\r
-        result = JSON.parse(fs.readFileSync(bundle, { encoding: 'utf8', flag: 'r' }));\r
-        touch(bundle);\r
-        return result;\r
-    }\r
-    catch (err) {\r
-        if (err.code === 'ENOENT') {\r
-            writeBundle = true;\r
-        }\r
-        else if (err instanceof SyntaxError) {\r
-            // We have a syntax error. So no valid JSON. Use\r
-            console.log("Syntax error parsing message bundle: " + err.message + ".");\r
-            fs.unlink(bundle, function (err) {\r
-                if (err) {\r
-                    console.error("Deleting corrupted bundle " + bundle + " failed.");\r
-                }\r
-            });\r
-            useMemoryOnly = true;\r
-        }\r
-        else {\r
-            throw err;\r
-        }\r
-    }\r
-    result = createNLSBundle(header, bundlePath);\r
-    if (!result || useMemoryOnly) {\r
-        return result;\r
-    }\r
-    if (writeBundle) {\r
-        try {\r
-            fs.writeFileSync(bundle, JSON.stringify(result), { encoding: 'utf8', flag: 'wx' });\r
-        }\r
-        catch (err) {\r
-            if (err.code === 'EEXIST') {\r
-                return result;\r
-            }\r
-            throw err;\r
-        }\r
-    }\r
-    return result;\r
-}\r
-function loadDefaultNlsBundle(bundlePath) {\r
-    try {\r
-        return createDefaultNlsBundle(bundlePath);\r
-    }\r
-    catch (err) {\r
-        console.log("Generating default bundle from meta data failed.", err);\r
-        return undefined;\r
-    }\r
-}\r
-function loadNlsBundle(header, bundlePath) {\r
-    var result;\r
-    // Core decided to use a language pack. Do the same in the extension\r
-    if (supportsLanguagePack()) {\r
-        try {\r
-            result = loadNlsBundleOrCreateFromI18n(header, bundlePath);\r
-        }\r
-        catch (err) {\r
-            console.log("Load or create bundle failed ", err);\r
-        }\r
-    }\r
-    if (!result) {\r
-        // No language pack found, but core is running in language pack mode\r
-        // Don't try to use old in the box bundles since the might be stale\r
-        // Fall right back to the default bundle.\r
-        if (options.languagePackSupport) {\r
-            return loadDefaultNlsBundle(bundlePath);\r
-        }\r
-        var candidate = findInTheBoxBundle(bundlePath);\r
-        if (candidate) {\r
-            try {\r
-                return readJsonFileSync(candidate);\r
-            }\r
-            catch (err) {\r
-                console.log("Loading in the box message bundle failed.", err);\r
-            }\r
-        }\r
-        result = loadDefaultNlsBundle(bundlePath);\r
-    }\r
-    return result;\r
-}\r
-function tryFindMetaDataHeaderFile(file) {\r
-    var result;\r
-    var dirname = path.dirname(file);\r
-    while (true) {\r
-        result = path.join(dirname, 'nls.metadata.header.json');\r
-        if (fs.existsSync(result)) {\r
-            break;\r
-        }\r
-        var parent = path.dirname(dirname);\r
-        if (parent === dirname) {\r
-            result = undefined;\r
-            break;\r
-        }\r
-        else {\r
-            dirname = parent;\r
-        }\r
-    }\r
-    return result;\r
-}\r
-function loadMessageBundle(file) {\r
-    if (!file) {\r
-        // No file. We are in dev mode. Return the default\r
-        // localize function.\r
-        return localize;\r
-    }\r
-    // Remove extension since we load json files.\r
-    var ext = path.extname(file);\r
-    if (ext) {\r
-        file = file.substr(0, file.length - ext.length);\r
-    }\r
-    if (options.messageFormat === MessageFormat.both || options.messageFormat === MessageFormat.bundle) {\r
-        var headerFile = tryFindMetaDataHeaderFile(file);\r
-        if (headerFile) {\r
-            var bundlePath = path.dirname(headerFile);\r
-            var bundle = resolvedBundles[bundlePath];\r
-            if (bundle === undefined) {\r
-                try {\r
-                    var header = JSON.parse(fs.readFileSync(headerFile, 'utf8'));\r
-                    try {\r
-                        var nlsBundle = loadNlsBundle(header, bundlePath);\r
-                        bundle = cacheBundle(bundlePath, nlsBundle ? { header: header, nlsBundle: nlsBundle } : null);\r
-                    }\r
-                    catch (err) {\r
-                        console.error('Failed to load nls bundle', err);\r
-                        bundle = cacheBundle(bundlePath, null);\r
-                    }\r
-                }\r
-                catch (err) {\r
-                    console.error('Failed to read header file', err);\r
-                    bundle = cacheBundle(bundlePath, null);\r
-                }\r
-            }\r
-            if (bundle) {\r
-                var module_3 = file.substr(bundlePath.length + 1).replace(/\\/g, '/');\r
-                var messages = bundle.nlsBundle[module_3];\r
-                if (messages === undefined) {\r
-                    console.error("Messages for file " + file + " not found. See console for details.");\r
-                    return function () {\r
-                        return 'Messages not found.';\r
-                    };\r
-                }\r
-                return createScopedLocalizeFunction(messages);\r
-            }\r
-        }\r
-    }\r
-    if (options.messageFormat === MessageFormat.both || options.messageFormat === MessageFormat.file) {\r
-        // Try to load a single file bundle\r
-        try {\r
-            var json = readJsonFileSync(resolveLanguage(file));\r
-            if (Array.isArray(json)) {\r
-                return createScopedLocalizeFunction(json);\r
-            }\r
-            else {\r
-                if (isDefined(json.messages) && isDefined(json.keys)) {\r
-                    return createScopedLocalizeFunction(json.messages);\r
-                }\r
-                else {\r
-                    console.error("String bundle '" + file + "' uses an unsupported format.");\r
-                    return function () {\r
-                        return 'File bundle has unsupported format. See console for details';\r
-                    };\r
-                }\r
-            }\r
-        }\r
-        catch (err) {\r
-            if (err.code !== 'ENOENT') {\r
-                console.error('Failed to load single file bundle', err);\r
-            }\r
-        }\r
-    }\r
-    console.error("Failed to load message bundle for file " + file);\r
-    return function () {\r
-        return 'Failed to load message bundle. See console for details.';\r
-    };\r
-}\r
-exports.loadMessageBundle = loadMessageBundle;\r
-function config(opts) {\r
-    if (opts) {\r
-        if (isString(opts.locale)) {\r
-            options.locale = opts.locale.toLowerCase();\r
-            options.language = options.locale;\r
-            resolvedLanguage = undefined;\r
-            resolvedBundles = Object.create(null);\r
-        }\r
-        if (opts.messageFormat !== undefined) {\r
-            options.messageFormat = opts.messageFormat;\r
-        }\r
-        if (opts.bundleFormat === BundleFormat.standalone && options.languagePackSupport === true) {\r
-            options.languagePackSupport = false;\r
-        }\r
-    }\r
-    isPseudo = options.locale === 'pseudo';\r
-    return loadMessageBundle;\r
-}\r
-exports.config = config;\r
-//# sourceMappingURL=main.js.map
 
-/***/ }),
-/* 78 */
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
+/* --------------------------------------------------------------------------------------------
+ * Copyright (c) Microsoft Corporation. All rights reserved.
+ * Licensed under the MIT License. See License.txt in the project root for license information.
+ * ------------------------------------------------------------------------------------------ */
+Object.defineProperty(exports, "__esModule", ({ value: true }));
+const vscode_languageserver_protocol_1 = __webpack_require__(4);
+const uuid_1 = __webpack_require__(47);
+class WorkDoneProgressReporterImpl {
+    constructor(_connection, _token) {
+        this._connection = _connection;
+        this._token = _token;
+        WorkDoneProgressReporterImpl.Instances.set(this._token, this);
+    }
+    begin(title, percentage, message, cancellable) {
+        let param = {
+            kind: 'begin',
+            title,
+            percentage,
+            message,
+            cancellable
+        };
+        this._connection.sendProgress(vscode_languageserver_protocol_1.WorkDoneProgress.type, this._token, param);
+    }
+    report(arg0, arg1) {
+        let param = {
+            kind: 'report'
+        };
+        if (typeof arg0 === 'number') {
+            param.percentage = arg0;
+            if (arg1 !== undefined) {
+                param.message = arg1;
+            }
+        }
+        else {
+            param.message = arg0;
+        }
+        this._connection.sendProgress(vscode_languageserver_protocol_1.WorkDoneProgress.type, this._token, param);
+    }
+    done() {
+        WorkDoneProgressReporterImpl.Instances.delete(this._token);
+        this._connection.sendProgress(vscode_languageserver_protocol_1.WorkDoneProgress.type, this._token, { kind: 'end' });
+    }
+}
+WorkDoneProgressReporterImpl.Instances = new Map();
+class WorkDoneProgressServerReporterImpl extends WorkDoneProgressReporterImpl {
+    constructor(connection, token) {
+        super(connection, token);
+        this._source = new vscode_languageserver_protocol_1.CancellationTokenSource();
+    }
+    get token() {
+        return this._source.token;
+    }
+    done() {
+        this._source.dispose();
+        super.done();
+    }
+    cancel() {
+        this._source.cancel();
+    }
+}
+class NullProgressReporter {
+    constructor() {
+    }
+    begin() {
+    }
+    report() {
+    }
+    done() {
+    }
+}
+class NullProgressServerReporter extends NullProgressReporter {
+    constructor() {
+        super();
+        this._source = new vscode_languageserver_protocol_1.CancellationTokenSource();
+    }
+    get token() {
+        return this._source.token;
+    }
+    done() {
+        this._source.dispose();
+    }
+    cancel() {
+        this._source.cancel();
+    }
+}
+function attachWorkDone(connection, params) {
+    if (params === undefined || params.workDoneToken === undefined) {
+        return new NullProgressReporter();
+    }
+    const token = params.workDoneToken;
+    delete params.workDoneToken;
+    return new WorkDoneProgressReporterImpl(connection, token);
+}
+exports.attachWorkDone = attachWorkDone;
+exports.ProgressFeature = (Base) => {
+    return class extends Base {
+        constructor() {
+            super();
+            this._progressSupported = false;
+        }
+        initialize(capabilities) {
+            var _a;
+            if (((_a = capabilities === null || capabilities === void 0 ? void 0 : capabilities.window) === null || _a === void 0 ? void 0 : _a.workDoneProgress) === true) {
+                this._progressSupported = true;
+                this.connection.onNotification(vscode_languageserver_protocol_1.WorkDoneProgressCancelNotification.type, (params) => {
+                    let progress = WorkDoneProgressReporterImpl.Instances.get(params.token);
+                    if (progress instanceof WorkDoneProgressServerReporterImpl || progress instanceof NullProgressServerReporter) {
+                        progress.cancel();
+                    }
+                });
+            }
+        }
+        attachWorkDoneProgress(token) {
+            if (token === undefined) {
+                return new NullProgressReporter();
+            }
+            else {
+                return new WorkDoneProgressReporterImpl(this.connection, token);
+            }
+        }
+        createWorkDoneProgress() {
+            if (this._progressSupported) {
+                const token = uuid_1.generateUuid();
+                return this.connection.sendRequest(vscode_languageserver_protocol_1.WorkDoneProgressCreateRequest.type, { token }).then(() => {
+                    const result = new WorkDoneProgressServerReporterImpl(this.connection, token);
+                    return result;
+                });
+            }
+            else {
+                return Promise.resolve(new NullProgressServerReporter());
+            }
+        }
+    };
+};
+var ResultProgress;
+(function (ResultProgress) {
+    ResultProgress.type = new vscode_languageserver_protocol_1.ProgressType();
+})(ResultProgress || (ResultProgress = {}));
+class ResultProgressReporterImpl {
+    constructor(_connection, _token) {
+        this._connection = _connection;
+        this._token = _token;
+    }
+    report(data) {
+        this._connection.sendProgress(ResultProgress.type, this._token, data);
+    }
+}
+function attachPartialResult(connection, params) {
+    if (params === undefined || params.partialResultToken === undefined) {
+        return undefined;
+    }
+    const token = params.partialResultToken;
+    delete params.partialResultToken;
+    return new ResultProgressReporterImpl(connection, token);
+}
+exports.attachPartialResult = attachPartialResult;
+//# sourceMappingURL=progress.js.map
 
-"use strict";
-__webpack_require__.r(__webpack_exports__);
-/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "cssDataManager", function() { return cssDataManager; });
-/* harmony import */ var _data_webCustomData__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(79);
-/* harmony import */ var _dataManager__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(80);
-/* harmony import */ var _dataProvider__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(82);
-/* harmony import */ var _entry__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(83);
-/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "browserNames", function() { return _entry__WEBPACK_IMPORTED_MODULE_3__["browserNames"]; });
+/***/ }),
+/* 49 */
+/***/ ((__unused_webpack_module, exports, __webpack_require__) => {
 
-/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "getEntryDescription", function() { return _entry__WEBPACK_IMPORTED_MODULE_3__["getEntryDescription"]; });
+/* --------------------------------------------------------------------------------------------
+ * Copyright (c) Microsoft Corporation. All rights reserved.
+ * Licensed under the MIT License. See License.txt in the project root for license information.
+ * ------------------------------------------------------------------------------------------ */
 
-/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "getBrowserLabel", function() { return _entry__WEBPACK_IMPORTED_MODULE_3__["getBrowserLabel"]; });
+Object.defineProperty(exports, "__esModule", ({ value: true }));
+const vscode_languageserver_protocol_1 = __webpack_require__(4);
+const Is = __webpack_require__(45);
+exports.ConfigurationFeature = (Base) => {
+    return class extends Base {
+        getConfiguration(arg) {
+            if (!arg) {
+                return this._getConfiguration({});
+            }
+            else if (Is.string(arg)) {
+                return this._getConfiguration({ section: arg });
+            }
+            else {
+                return this._getConfiguration(arg);
+            }
+        }
+        _getConfiguration(arg) {
+            let params = {
+                items: Array.isArray(arg) ? arg : [arg]
+            };
+            return this.connection.sendRequest(vscode_languageserver_protocol_1.ConfigurationRequest.type, params).then((result) => {
+                return Array.isArray(arg) ? result : result[0];
+            });
+        }
+    };
+};
+//# sourceMappingURL=configuration.js.map
 
-/* harmony import */ var _colors__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(84);
-/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "colorFunctions", function() { return _colors__WEBPACK_IMPORTED_MODULE_4__["colorFunctions"]; });
+/***/ }),
+/* 50 */
+/***/ ((__unused_webpack_module, exports, __webpack_require__) => {
 
-/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "colors", function() { return _colors__WEBPACK_IMPORTED_MODULE_4__["colors"]; });
+/* --------------------------------------------------------------------------------------------
+ * Copyright (c) Microsoft Corporation. All rights reserved.
+ * Licensed under the MIT License. See License.txt in the project root for license information.
+ * ------------------------------------------------------------------------------------------ */
 
-/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "colorKeywords", function() { return _colors__WEBPACK_IMPORTED_MODULE_4__["colorKeywords"]; });
+Object.defineProperty(exports, "__esModule", ({ value: true }));
+const vscode_languageserver_protocol_1 = __webpack_require__(4);
+exports.WorkspaceFoldersFeature = (Base) => {
+    return class extends Base {
+        initialize(capabilities) {
+            let workspaceCapabilities = capabilities.workspace;
+            if (workspaceCapabilities && workspaceCapabilities.workspaceFolders) {
+                this._onDidChangeWorkspaceFolders = new vscode_languageserver_protocol_1.Emitter();
+                this.connection.onNotification(vscode_languageserver_protocol_1.DidChangeWorkspaceFoldersNotification.type, (params) => {
+                    this._onDidChangeWorkspaceFolders.fire(params.event);
+                });
+            }
+        }
+        getWorkspaceFolders() {
+            return this.connection.sendRequest(vscode_languageserver_protocol_1.WorkspaceFoldersRequest.type);
+        }
+        get onDidChangeWorkspaceFolders() {
+            if (!this._onDidChangeWorkspaceFolders) {
+                throw new Error('Client doesn\'t support sending workspace folder change events.');
+            }
+            if (!this._unregistration) {
+                this._unregistration = this.connection.client.register(vscode_languageserver_protocol_1.DidChangeWorkspaceFoldersNotification.type);
+            }
+            return this._onDidChangeWorkspaceFolders.event;
+        }
+    };
+};
+//# sourceMappingURL=workspaceFolders.js.map
 
-/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "isColorConstructor", function() { return _colors__WEBPACK_IMPORTED_MODULE_4__["isColorConstructor"]; });
+/***/ }),
+/* 51 */
+/***/ ((__unused_webpack_module, exports, __webpack_require__) => {
 
-/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "isColorValue", function() { return _colors__WEBPACK_IMPORTED_MODULE_4__["isColorValue"]; });
+/* --------------------------------------------------------------------------------------------
+ * Copyright (c) Microsoft Corporation. All rights reserved.
+ * Licensed under the MIT License. See License.txt in the project root for license information.
+ * ------------------------------------------------------------------------------------------ */
 
-/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "hexDigit", function() { return _colors__WEBPACK_IMPORTED_MODULE_4__["hexDigit"]; });
+Object.defineProperty(exports, "__esModule", ({ value: true }));
+const vscode_languageserver_protocol_1 = __webpack_require__(4);
+exports.CallHierarchyFeature = (Base) => {
+    return class extends Base {
+        get callHierarchy() {
+            return {
+                onPrepare: (handler) => {
+                    this.connection.onRequest(vscode_languageserver_protocol_1.CallHierarchyPrepareRequest.type, (params, cancel) => {
+                        return handler(params, cancel, this.attachWorkDoneProgress(params), undefined);
+                    });
+                },
+                onIncomingCalls: (handler) => {
+                    const type = vscode_languageserver_protocol_1.CallHierarchyIncomingCallsRequest.type;
+                    this.connection.onRequest(type, (params, cancel) => {
+                        return handler(params, cancel, this.attachWorkDoneProgress(params), this.attachPartialResultProgress(type, params));
+                    });
+                },
+                onOutgoingCalls: (handler) => {
+                    const type = vscode_languageserver_protocol_1.CallHierarchyOutgoingCallsRequest.type;
+                    this.connection.onRequest(type, (params, cancel) => {
+                        return handler(params, cancel, this.attachWorkDoneProgress(params), this.attachPartialResultProgress(type, params));
+                    });
+                }
+            };
+        }
+    };
+};
+//# sourceMappingURL=callHierarchy.js.map
 
-/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "colorFromHex", function() { return _colors__WEBPACK_IMPORTED_MODULE_4__["colorFromHex"]; });
+/***/ }),
+/* 52 */
+/***/ ((__unused_webpack_module, exports, __webpack_require__) => {
 
-/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "colorFrom256RGB", function() { return _colors__WEBPACK_IMPORTED_MODULE_4__["colorFrom256RGB"]; });
 
-/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "colorFromHSL", function() { return _colors__WEBPACK_IMPORTED_MODULE_4__["colorFromHSL"]; });
+/* --------------------------------------------------------------------------------------------
+ * Copyright (c) Microsoft Corporation. All rights reserved.
+ * Licensed under the MIT License. See License.txt in the project root for license information.
+ * ------------------------------------------------------------------------------------------ */
+Object.defineProperty(exports, "__esModule", ({ value: true }));
+const url = __webpack_require__(53);
+const path = __webpack_require__(3);
+const fs = __webpack_require__(54);
+const child_process_1 = __webpack_require__(55);
+/**
+ * @deprecated Use the `vscode-uri` npm module which provides a more
+ * complete implementation of handling VS Code URIs.
+ */
+function uriToFilePath(uri) {
+    let parsed = url.parse(uri);
+    if (parsed.protocol !== 'file:' || !parsed.path) {
+        return undefined;
+    }
+    let segments = parsed.path.split('/');
+    for (var i = 0, len = segments.length; i < len; i++) {
+        segments[i] = decodeURIComponent(segments[i]);
+    }
+    if (process.platform === 'win32' && segments.length > 1) {
+        let first = segments[0];
+        let second = segments[1];
+        // Do we have a drive letter and we started with a / which is the
+        // case if the first segement is empty (see split above)
+        if (first.length === 0 && second.length > 1 && second[1] === ':') {
+            // Remove first slash
+            segments.shift();
+        }
+    }
+    return path.normalize(segments.join('/'));
+}
+exports.uriToFilePath = uriToFilePath;
+function isWindows() {
+    return process.platform === 'win32';
+}
+function resolve(moduleName, nodePath, cwd, tracer) {
+    const nodePathKey = 'NODE_PATH';
+    const app = [
+        'var p = process;',
+        'p.on(\'message\',function(m){',
+        'if(m.c===\'e\'){',
+        'p.exit(0);',
+        '}',
+        'else if(m.c===\'rs\'){',
+        'try{',
+        'var r=require.resolve(m.a);',
+        'p.send({c:\'r\',s:true,r:r});',
+        '}',
+        'catch(err){',
+        'p.send({c:\'r\',s:false});',
+        '}',
+        '}',
+        '});'
+    ].join('');
+    return new Promise((resolve, reject) => {
+        let env = process.env;
+        let newEnv = Object.create(null);
+        Object.keys(env).forEach(key => newEnv[key] = env[key]);
+        if (nodePath && fs.existsSync(nodePath) /* see issue 545 */) {
+            if (newEnv[nodePathKey]) {
+                newEnv[nodePathKey] = nodePath + path.delimiter + newEnv[nodePathKey];
+            }
+            else {
+                newEnv[nodePathKey] = nodePath;
+            }
+            if (tracer) {
+                tracer(`NODE_PATH value is: ${newEnv[nodePathKey]}`);
+            }
+        }
+        newEnv['ELECTRON_RUN_AS_NODE'] = '1';
+        try {
+            let cp = child_process_1.fork('', [], {
+                cwd: cwd,
+                env: newEnv,
+                execArgv: ['-e', app]
+            });
+            if (cp.pid === void 0) {
+                reject(new Error(`Starting process to resolve node module  ${moduleName} failed`));
+                return;
+            }
+            cp.on('error', (error) => {
+                reject(error);
+            });
+            cp.on('message', (message) => {
+                if (message.c === 'r') {
+                    cp.send({ c: 'e' });
+                    if (message.s) {
+                        resolve(message.r);
+                    }
+                    else {
+                        reject(new Error(`Failed to resolve module: ${moduleName}`));
+                    }
+                }
+            });
+            let message = {
+                c: 'rs',
+                a: moduleName
+            };
+            cp.send(message);
+        }
+        catch (error) {
+            reject(error);
+        }
+    });
+}
+exports.resolve = resolve;
+/**
+ * Resolve the global npm package path.
+ * @deprecated Since this depends on the used package manager and their version the best is that servers
+ * implement this themselves since they know best what kind of package managers to support.
+ * @param tracer the tracer to use
+ */
+function resolveGlobalNodePath(tracer) {
+    let npmCommand = 'npm';
+    const env = Object.create(null);
+    Object.keys(process.env).forEach(key => env[key] = process.env[key]);
+    env['NO_UPDATE_NOTIFIER'] = 'true';
+    const options = {
+        encoding: 'utf8',
+        env
+    };
+    if (isWindows()) {
+        npmCommand = 'npm.cmd';
+        options.shell = true;
+    }
+    let handler = () => { };
+    try {
+        process.on('SIGPIPE', handler);
+        let stdout = child_process_1.spawnSync(npmCommand, ['config', 'get', 'prefix'], options).stdout;
+        if (!stdout) {
+            if (tracer) {
+                tracer(`'npm config get prefix' didn't return a value.`);
+            }
+            return undefined;
+        }
+        let prefix = stdout.trim();
+        if (tracer) {
+            tracer(`'npm config get prefix' value is: ${prefix}`);
+        }
+        if (prefix.length > 0) {
+            if (isWindows()) {
+                return path.join(prefix, 'node_modules');
+            }
+            else {
+                return path.join(prefix, 'lib', 'node_modules');
+            }
+        }
+        return undefined;
+    }
+    catch (err) {
+        return undefined;
+    }
+    finally {
+        process.removeListener('SIGPIPE', handler);
+    }
+}
+exports.resolveGlobalNodePath = resolveGlobalNodePath;
+/*
+ * Resolve the global yarn pakage path.
+ * @deprecated Since this depends on the used package manager and their version the best is that servers
+ * implement this themselves since they know best what kind of package managers to support.
+ * @param tracer the tracer to use
+ */
+function resolveGlobalYarnPath(tracer) {
+    let yarnCommand = 'yarn';
+    let options = {
+        encoding: 'utf8'
+    };
+    if (isWindows()) {
+        yarnCommand = 'yarn.cmd';
+        options.shell = true;
+    }
+    let handler = () => { };
+    try {
+        process.on('SIGPIPE', handler);
+        let results = child_process_1.spawnSync(yarnCommand, ['global', 'dir', '--json'], options);
+        let stdout = results.stdout;
+        if (!stdout) {
+            if (tracer) {
+                tracer(`'yarn global dir' didn't return a value.`);
+                if (results.stderr) {
+                    tracer(results.stderr);
+                }
+            }
+            return undefined;
+        }
+        let lines = stdout.trim().split(/\r?\n/);
+        for (let line of lines) {
+            try {
+                let yarn = JSON.parse(line);
+                if (yarn.type === 'log') {
+                    return path.join(yarn.data, 'node_modules');
+                }
+            }
+            catch (e) {
+                // Do nothing. Ignore the line
+            }
+        }
+        return undefined;
+    }
+    catch (err) {
+        return undefined;
+    }
+    finally {
+        process.removeListener('SIGPIPE', handler);
+    }
+}
+exports.resolveGlobalYarnPath = resolveGlobalYarnPath;
+var FileSystem;
+(function (FileSystem) {
+    let _isCaseSensitive = undefined;
+    function isCaseSensitive() {
+        if (_isCaseSensitive !== void 0) {
+            return _isCaseSensitive;
+        }
+        if (process.platform === 'win32') {
+            _isCaseSensitive = false;
+        }
+        else {
+            // convert current file name to upper case / lower case and check if file exists
+            // (guards against cases when name is already all uppercase or lowercase)
+            _isCaseSensitive = !fs.existsSync(__filename.toUpperCase()) || !fs.existsSync(__filename.toLowerCase());
+        }
+        return _isCaseSensitive;
+    }
+    FileSystem.isCaseSensitive = isCaseSensitive;
+    function isParent(parent, child) {
+        if (isCaseSensitive()) {
+            return path.normalize(child).indexOf(path.normalize(parent)) === 0;
+        }
+        else {
+            return path.normalize(child).toLowerCase().indexOf(path.normalize(parent).toLowerCase()) === 0;
+        }
+    }
+    FileSystem.isParent = isParent;
+})(FileSystem = exports.FileSystem || (exports.FileSystem = {}));
+function resolveModulePath(workspaceRoot, moduleName, nodePath, tracer) {
+    if (nodePath) {
+        if (!path.isAbsolute(nodePath)) {
+            nodePath = path.join(workspaceRoot, nodePath);
+        }
+        return resolve(moduleName, nodePath, nodePath, tracer).then((value) => {
+            if (FileSystem.isParent(nodePath, value)) {
+                return value;
+            }
+            else {
+                return Promise.reject(new Error(`Failed to load ${moduleName} from node path location.`));
+            }
+        }).then(undefined, (_error) => {
+            return resolve(moduleName, resolveGlobalNodePath(tracer), workspaceRoot, tracer);
+        });
+    }
+    else {
+        return resolve(moduleName, resolveGlobalNodePath(tracer), workspaceRoot, tracer);
+    }
+}
+exports.resolveModulePath = resolveModulePath;
+//# sourceMappingURL=files.js.map
 
-/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "hslFromColor", function() { return _colors__WEBPACK_IMPORTED_MODULE_4__["hslFromColor"]; });
+/***/ }),
+/* 53 */
+/***/ ((module) => {
 
-/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "getColorValue", function() { return _colors__WEBPACK_IMPORTED_MODULE_4__["getColorValue"]; });
+module.exports = require("url");;
 
-/* harmony import */ var _builtinData__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(85);
-/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "positionKeywords", function() { return _builtinData__WEBPACK_IMPORTED_MODULE_5__["positionKeywords"]; });
+/***/ }),
+/* 54 */
+/***/ ((module) => {
 
-/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "repeatStyleKeywords", function() { return _builtinData__WEBPACK_IMPORTED_MODULE_5__["repeatStyleKeywords"]; });
+module.exports = require("fs");;
 
-/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "lineStyleKeywords", function() { return _builtinData__WEBPACK_IMPORTED_MODULE_5__["lineStyleKeywords"]; });
+/***/ }),
+/* 55 */
+/***/ ((module) => {
 
-/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "lineWidthKeywords", function() { return _builtinData__WEBPACK_IMPORTED_MODULE_5__["lineWidthKeywords"]; });
+module.exports = require("child_process");;
 
-/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "boxKeywords", function() { return _builtinData__WEBPACK_IMPORTED_MODULE_5__["boxKeywords"]; });
+/***/ }),
+/* 56 */
+/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
 
-/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "geometryBoxKeywords", function() { return _builtinData__WEBPACK_IMPORTED_MODULE_5__["geometryBoxKeywords"]; });
+/* --------------------------------------------------------------------------------------------
+ * Copyright (c) Microsoft Corporation. All rights reserved.
+ * Licensed under the MIT License. See License.txt in the project root for license information.
+ * ----------------------------------------------------------------------------------------- */
 
-/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "cssWideKeywords", function() { return _builtinData__WEBPACK_IMPORTED_MODULE_5__["cssWideKeywords"]; });
 
-/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "imageFunctions", function() { return _builtinData__WEBPACK_IMPORTED_MODULE_5__["imageFunctions"]; });
+module.exports = __webpack_require__(4);
 
-/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "transitionTimingFunctions", function() { return _builtinData__WEBPACK_IMPORTED_MODULE_5__["transitionTimingFunctions"]; });
+/***/ }),
+/* 57 */
+/***/ ((__unused_webpack_module, exports, __webpack_require__) => {
 
-/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "basicShapeFunctions", function() { return _builtinData__WEBPACK_IMPORTED_MODULE_5__["basicShapeFunctions"]; });
 
-/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "units", function() { return _builtinData__WEBPACK_IMPORTED_MODULE_5__["units"]; });
+/* --------------------------------------------------------------------------------------------
+ * Copyright (c) Microsoft Corporation. All rights reserved.
+ * Licensed under the MIT License. See License.txt in the project root for license information.
+ * ------------------------------------------------------------------------------------------ */
+function __export(m) {
+    for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p];
+}
+Object.defineProperty(exports, "__esModule", ({ value: true }));
+const st = __webpack_require__(58);
+__export(__webpack_require__(4));
+__export(__webpack_require__(46));
+var ProposedFeatures;
+(function (ProposedFeatures) {
+    ProposedFeatures.all = {
+        __brand: 'features',
+        languages: st.SemanticTokensFeature
+    };
+    ProposedFeatures.SemanticTokensBuilder = st.SemanticTokensBuilder;
+})(ProposedFeatures = exports.ProposedFeatures || (exports.ProposedFeatures = {}));
+//# sourceMappingURL=api.js.map
 
-/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "html5Tags", function() { return _builtinData__WEBPACK_IMPORTED_MODULE_5__["html5Tags"]; });
+/***/ }),
+/* 58 */
+/***/ ((__unused_webpack_module, exports, __webpack_require__) => {
 
-/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "svgElements", function() { return _builtinData__WEBPACK_IMPORTED_MODULE_5__["svgElements"]; });
 
-/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "pageBoxDirectives", function() { return _builtinData__WEBPACK_IMPORTED_MODULE_5__["pageBoxDirectives"]; });
+/* --------------------------------------------------------------------------------------------
+ * Copyright (c) Microsoft Corporation. All rights reserved.
+ * Licensed under the MIT License. See License.txt in the project root for license information.
+ * ------------------------------------------------------------------------------------------ */
+Object.defineProperty(exports, "__esModule", ({ value: true }));
+const vscode_languageserver_protocol_1 = __webpack_require__(4);
+exports.SemanticTokensFeature = (Base) => {
+    return class extends Base {
+        get semanticTokens() {
+            return {
+                on: (handler) => {
+                    const type = vscode_languageserver_protocol_1.Proposed.SemanticTokensRequest.type;
+                    this.connection.onRequest(type, (params, cancel) => {
+                        return handler(params, cancel, this.attachWorkDoneProgress(params), this.attachPartialResultProgress(type, params));
+                    });
+                },
+                onEdits: (handler) => {
+                    const type = vscode_languageserver_protocol_1.Proposed.SemanticTokensEditsRequest.type;
+                    this.connection.onRequest(type, (params, cancel) => {
+                        return handler(params, cancel, this.attachWorkDoneProgress(params), this.attachPartialResultProgress(type, params));
+                    });
+                },
+                onRange: (handler) => {
+                    const type = vscode_languageserver_protocol_1.Proposed.SemanticTokensRangeRequest.type;
+                    this.connection.onRequest(type, (params, cancel) => {
+                        return handler(params, cancel, this.attachWorkDoneProgress(params), this.attachPartialResultProgress(type, params));
+                    });
+                }
+            };
+        }
+    };
+};
+class SemanticTokensBuilder {
+    constructor() {
+        this._prevData = undefined;
+        this.initialize();
+    }
+    initialize() {
+        this._id = Date.now();
+        this._prevLine = 0;
+        this._prevChar = 0;
+        this._data = [];
+        this._dataLen = 0;
+    }
+    push(line, char, length, tokenType, tokenModifiers) {
+        let pushLine = line;
+        let pushChar = char;
+        if (this._dataLen > 0) {
+            pushLine -= this._prevLine;
+            if (pushLine === 0) {
+                pushChar -= this._prevChar;
+            }
+        }
+        this._data[this._dataLen++] = pushLine;
+        this._data[this._dataLen++] = pushChar;
+        this._data[this._dataLen++] = length;
+        this._data[this._dataLen++] = tokenType;
+        this._data[this._dataLen++] = tokenModifiers;
+        this._prevLine = line;
+        this._prevChar = char;
+    }
+    get id() {
+        return this._id.toString();
+    }
+    previousResult(id) {
+        if (this.id === id) {
+            this._prevData = this._data;
+        }
+        this.initialize();
+    }
+    build() {
+        this._prevData = undefined;
+        return {
+            resultId: this.id,
+            data: this._data
+        };
+    }
+    canBuildEdits() {
+        return this._prevData !== undefined;
+    }
+    buildEdits() {
+        if (this._prevData !== undefined) {
+            const prevDataLength = this._prevData.length;
+            const dataLength = this._data.length;
+            let startIndex = 0;
+            while (startIndex < dataLength && startIndex < prevDataLength && this._prevData[startIndex] === this._data[startIndex]) {
+                startIndex++;
+            }
+            if (startIndex < dataLength && startIndex < prevDataLength) {
+                // Find end index
+                let endIndex = 0;
+                while (endIndex < dataLength && endIndex < prevDataLength && this._prevData[prevDataLength - 1 - endIndex] === this._data[dataLength - 1 - endIndex]) {
+                    endIndex++;
+                }
+                const newData = this._data.slice(startIndex, dataLength - endIndex);
+                const result = {
+                    resultId: this.id,
+                    edits: [
+                        { start: startIndex, deleteCount: prevDataLength - endIndex - startIndex, data: newData }
+                    ]
+                };
+                return result;
+            }
+            else if (startIndex < dataLength) {
+                return { resultId: this.id, edits: [
+                        { start: startIndex, deleteCount: 0, data: this._data.slice(startIndex) }
+                    ] };
+            }
+            else if (startIndex < prevDataLength) {
+                return { resultId: this.id, edits: [
+                        { start: startIndex, deleteCount: prevDataLength - startIndex }
+                    ] };
+            }
+            else {
+                return { resultId: this.id, edits: [] };
+            }
+        }
+        else {
+            return this.build();
+        }
+    }
+}
+exports.SemanticTokensBuilder = SemanticTokensBuilder;
+//# sourceMappingURL=semanticTokens.proposed.js.map
 
-/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "CSSDataProvider", function() { return _dataProvider__WEBPACK_IMPORTED_MODULE_2__["CSSDataProvider"]; });
+/***/ }),
+/* 59 */
+/***/ ((__unused_webpack_module, exports, __webpack_require__) => {
 
-/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "CSSDataManager", function() { return _dataManager__WEBPACK_IMPORTED_MODULE_1__["CSSDataManager"]; });
 
 /*---------------------------------------------------------------------------------------------
  *  Copyright (c) Microsoft Corporation. All rights reserved.
  *  Licensed under the MIT License. See License.txt in the project root for license information.
  *--------------------------------------------------------------------------------------------*/
-
-
-
-
-
-
-
-
-
-var cssDataManager = new _dataManager__WEBPACK_IMPORTED_MODULE_1__["CSSDataManager"]([
-    new _dataProvider__WEBPACK_IMPORTED_MODULE_2__["CSSDataProvider"](_data_webCustomData__WEBPACK_IMPORTED_MODULE_0__["cssData"])
-]);
+Object.defineProperty(exports, "__esModule", ({ value: true }));
+exports.runSafe = exports.formatError = void 0;
+const vscode_languageserver_1 = __webpack_require__(44);
+function formatError(message, err) {
+    if (err instanceof Error) {
+        let error = err;
+        return `${message}: ${error.message}\n${error.stack}`;
+    }
+    else if (typeof err === 'string') {
+        return `${message}: ${err}`;
+    }
+    else if (err) {
+        return `${message}: ${err.toString()}`;
+    }
+    return message;
+}
+exports.formatError = formatError;
+function runSafe(func, errorVal, errorMessage, token) {
+    return new Promise((resolve) => {
+        setImmediate(() => {
+            if (token.isCancellationRequested) {
+                resolve(cancelValue());
+            }
+            return func().then(result => {
+                if (token.isCancellationRequested) {
+                    resolve(cancelValue());
+                    return;
+                }
+                else {
+                    resolve(result);
+                }
+            }, e => {
+                console.error(formatError(errorMessage, e));
+                resolve(errorVal);
+            });
+        });
+    });
+}
+exports.runSafe = runSafe;
+function cancelValue() {
+    return new vscode_languageserver_1.ResponseError(vscode_languageserver_1.ErrorCodes.RequestCancelled, 'Request cancelled');
+}
 
 
 /***/ }),
-/* 79 */
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
+/* 60 */
+/***/ (function(__unused_webpack_module, exports, __webpack_require__) {
+
 
-"use strict";
-__webpack_require__.r(__webpack_exports__);
-/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "cssData", function() { return cssData; });
 /*---------------------------------------------------------------------------------------------
  *  Copyright (c) Microsoft Corporation. All rights reserved.
  *  Licensed under the MIT License. See License.txt in the project root for license information.
  *--------------------------------------------------------------------------------------------*/
-// file generated from vscode-web-custom-data NPM package
-var cssData = {
-    "version": 1.1,
-    "properties": [
-        {
-            "name": "width",
-            "values": [
-                {
-                    "name": "auto",
-                    "description": "The width depends on the values of other properties."
-                },
-                {
-                    "name": "fit-content",
-                    "description": "Use the fit-content inline size or fit-content block size, as appropriate to the writing mode."
-                },
-                {
-                    "name": "max-content",
-                    "description": "Use the max-content inline size or max-content block size, as appropriate to the writing mode."
-                },
-                {
-                    "name": "min-content",
-                    "description": "Use the min-content inline size or min-content block size, as appropriate to the writing mode."
-                }
-            ],
-            "syntax": "<viewport-length>{1,2}",
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/width"
+var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
+    function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
+    return new (P || (P = Promise))(function (resolve, reject) {
+        function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
+        function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
+        function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
+        step((generator = generator.apply(thisArg, _arguments || [])).next());
+    });
+};
+Object.defineProperty(exports, "__esModule", ({ value: true }));
+exports.startServer = void 0;
+const vscode_languageserver_1 = __webpack_require__(44);
+const languageModes_1 = __webpack_require__(61);
+const formatting_1 = __webpack_require__(144);
+const arrays_1 = __webpack_require__(145);
+const documentContext_1 = __webpack_require__(146);
+const vscode_uri_1 = __webpack_require__(84);
+const runner_1 = __webpack_require__(59);
+const htmlFolding_1 = __webpack_require__(148);
+const customData_1 = __webpack_require__(149);
+const selectionRanges_1 = __webpack_require__(150);
+const semanticTokens_1 = __webpack_require__(152);
+const requests_1 = __webpack_require__(147);
+var CustomDataChangedNotification;
+(function (CustomDataChangedNotification) {
+    CustomDataChangedNotification.type = new vscode_languageserver_1.NotificationType('html/customDataChanged');
+})(CustomDataChangedNotification || (CustomDataChangedNotification = {}));
+var TagCloseRequest;
+(function (TagCloseRequest) {
+    TagCloseRequest.type = new vscode_languageserver_1.RequestType('html/tag');
+})(TagCloseRequest || (TagCloseRequest = {}));
+var OnTypeRenameRequest;
+(function (OnTypeRenameRequest) {
+    OnTypeRenameRequest.type = new vscode_languageserver_1.RequestType('html/onTypeRename');
+})(OnTypeRenameRequest || (OnTypeRenameRequest = {}));
+var SemanticTokenRequest;
+(function (SemanticTokenRequest) {
+    SemanticTokenRequest.type = new vscode_languageserver_1.RequestType('html/semanticTokens');
+})(SemanticTokenRequest || (SemanticTokenRequest = {}));
+var SemanticTokenLegendRequest;
+(function (SemanticTokenLegendRequest) {
+    SemanticTokenLegendRequest.type = new vscode_languageserver_1.RequestType('html/semanticTokenLegend');
+})(SemanticTokenLegendRequest || (SemanticTokenLegendRequest = {}));
+function startServer(connection, runtime) {
+    // Create a text document manager.
+    const documents = new vscode_languageserver_1.TextDocuments(languageModes_1.TextDocument);
+    // Make the text document manager listen on the connection
+    // for open, change and close text document events
+    documents.listen(connection);
+    let workspaceFolders = [];
+    let languageModes;
+    let clientSnippetSupport = false;
+    let dynamicFormatterRegistration = false;
+    let scopedSettingsSupport = false;
+    let workspaceFoldersSupport = false;
+    let foldingRangeLimit = Number.MAX_VALUE;
+    const notReady = () => Promise.reject('Not Ready');
+    let requestService = { getContent: notReady, stat: notReady, readDirectory: notReady };
+    let globalSettings = {};
+    let documentSettings = {};
+    // remove document settings on close
+    documents.onDidClose(e => {
+        delete documentSettings[e.document.uri];
+    });
+    function getDocumentSettings(textDocument, needsDocumentSettings) {
+        if (scopedSettingsSupport && needsDocumentSettings()) {
+            let promise = documentSettings[textDocument.uri];
+            if (!promise) {
+                const scopeUri = textDocument.uri;
+                const configRequestParam = { items: [{ scopeUri, section: 'css' }, { scopeUri, section: 'html' }, { scopeUri, section: 'javascript' }] };
+                promise = connection.sendRequest(vscode_languageserver_1.ConfigurationRequest.type, configRequestParam).then(s => ({ css: s[0], html: s[1], javascript: s[2] }));
+                documentSettings[textDocument.uri] = promise;
+            }
+            return promise;
+        }
+        return Promise.resolve(undefined);
+    }
+    // After the server has started the client sends an initialize request. The server receives
+    // in the passed params the rootPath of the workspace plus the client capabilities
+    connection.onInitialize((params) => {
+        const initializationOptions = params.initializationOptions;
+        workspaceFolders = params.workspaceFolders;
+        if (!Array.isArray(workspaceFolders)) {
+            workspaceFolders = [];
+            if (params.rootPath) {
+                workspaceFolders.push({ name: '', uri: vscode_uri_1.URI.file(params.rootPath).toString() });
+            }
+        }
+        requestService = requests_1.getRequestService((initializationOptions === null || initializationOptions === void 0 ? void 0 : initializationOptions.handledSchemas) || ['file'], connection, runtime);
+        const workspace = {
+            get settings() { return globalSettings; },
+            get folders() { return workspaceFolders; }
+        };
+        languageModes = languageModes_1.getLanguageModes((initializationOptions === null || initializationOptions === void 0 ? void 0 : initializationOptions.embeddedLanguages) || { css: true, javascript: true }, workspace, params.capabilities, requestService);
+        const dataPaths = (initializationOptions === null || initializationOptions === void 0 ? void 0 : initializationOptions.dataPaths) || [];
+        customData_1.fetchHTMLDataProviders(dataPaths, requestService).then(dataProviders => {
+            languageModes.updateDataProviders(dataProviders);
+        });
+        documents.onDidClose(e => {
+            languageModes.onDocumentRemoved(e.document);
+        });
+        connection.onShutdown(() => {
+            languageModes.dispose();
+        });
+        function getClientCapability(name, def) {
+            const keys = name.split('.');
+            let c = params.capabilities;
+            for (let i = 0; c && i < keys.length; i++) {
+                if (!c.hasOwnProperty(keys[i])) {
+                    return def;
+                }
+                c = c[keys[i]];
+            }
+            return c;
+        }
+        clientSnippetSupport = getClientCapability('textDocument.completion.completionItem.snippetSupport', false);
+        dynamicFormatterRegistration = getClientCapability('textDocument.rangeFormatting.dynamicRegistration', false) && (typeof (initializationOptions === null || initializationOptions === void 0 ? void 0 : initializationOptions.provideFormatter) !== 'boolean');
+        scopedSettingsSupport = getClientCapability('workspace.configuration', false);
+        workspaceFoldersSupport = getClientCapability('workspace.workspaceFolders', false);
+        foldingRangeLimit = getClientCapability('textDocument.foldingRange.rangeLimit', Number.MAX_VALUE);
+        const capabilities = {
+            textDocumentSync: vscode_languageserver_1.TextDocumentSyncKind.Incremental,
+            completionProvider: clientSnippetSupport ? { resolveProvider: true, triggerCharacters: ['.', ':', '<', '"', '=', '/'] } : undefined,
+            hoverProvider: true,
+            documentHighlightProvider: true,
+            documentRangeFormattingProvider: (initializationOptions === null || initializationOptions === void 0 ? void 0 : initializationOptions.provideFormatter) === true,
+            documentLinkProvider: { resolveProvider: false },
+            documentSymbolProvider: true,
+            definitionProvider: true,
+            signatureHelpProvider: { triggerCharacters: ['('] },
+            referencesProvider: true,
+            colorProvider: {},
+            foldingRangeProvider: true,
+            selectionRangeProvider: true,
+            renameProvider: true
+        };
+        return { capabilities };
+    });
+    connection.onInitialized(() => {
+        if (workspaceFoldersSupport) {
+            connection.client.register(vscode_languageserver_1.DidChangeWorkspaceFoldersNotification.type);
+            connection.onNotification(vscode_languageserver_1.DidChangeWorkspaceFoldersNotification.type, e => {
+                const toAdd = e.event.added;
+                const toRemove = e.event.removed;
+                const updatedFolders = [];
+                if (workspaceFolders) {
+                    for (const folder of workspaceFolders) {
+                        if (!toRemove.some(r => r.uri === folder.uri) && !toAdd.some(r => r.uri === folder.uri)) {
+                            updatedFolders.push(folder);
+                        }
+                    }
                 }
-            ],
-            "description": "Specifies the width of the content area, padding area or border area (depending on 'box-sizing') of certain boxes.",
-            "restrictions": [
-                "length",
-                "percentage"
-            ]
-        },
-        {
-            "name": "height",
-            "values": [
-                {
-                    "name": "auto",
-                    "description": "The height depends on the values of other properties."
-                },
-                {
-                    "name": "fit-content",
-                    "description": "Use the fit-content inline size or fit-content block size, as appropriate to the writing mode."
-                },
-                {
-                    "name": "max-content",
-                    "description": "Use the max-content inline size or max-content block size, as appropriate to the writing mode."
-                },
-                {
-                    "name": "min-content",
-                    "description": "Use the min-content inline size or min-content block size, as appropriate to the writing mode."
+                workspaceFolders = updatedFolders.concat(toAdd);
+                documents.all().forEach(triggerValidation);
+            });
+        }
+    });
+    let formatterRegistration = null;
+    // The settings have changed. Is send on server activation as well.
+    connection.onDidChangeConfiguration((change) => {
+        globalSettings = change.settings;
+        documentSettings = {}; // reset all document settings
+        documents.all().forEach(triggerValidation);
+        // dynamically enable & disable the formatter
+        if (dynamicFormatterRegistration) {
+            const enableFormatter = globalSettings && globalSettings.html && globalSettings.html.format && globalSettings.html.format.enable;
+            if (enableFormatter) {
+                if (!formatterRegistration) {
+                    const documentSelector = [{ language: 'html' }, { language: 'handlebars' }, { language: 'htmldjango' }, { language: 'blade' }];
+                    formatterRegistration = connection.client.register(vscode_languageserver_1.DocumentRangeFormattingRequest.type, { documentSelector });
+                }
+            }
+            else if (formatterRegistration) {
+                formatterRegistration.then(r => r.dispose());
+                formatterRegistration = null;
+            }
+        }
+    });
+    const pendingValidationRequests = {};
+    const validationDelayMs = 500;
+    // The content of a text document has changed. This event is emitted
+    // when the text document first opened or when its content has changed.
+    documents.onDidChangeContent(change => {
+        triggerValidation(change.document);
+    });
+    // a document has closed: clear all diagnostics
+    documents.onDidClose(event => {
+        cleanPendingValidation(event.document);
+        connection.sendDiagnostics({ uri: event.document.uri, diagnostics: [] });
+    });
+    function cleanPendingValidation(textDocument) {
+        const request = pendingValidationRequests[textDocument.uri];
+        if (request) {
+            clearTimeout(request);
+            delete pendingValidationRequests[textDocument.uri];
+        }
+    }
+    function triggerValidation(textDocument) {
+        cleanPendingValidation(textDocument);
+        pendingValidationRequests[textDocument.uri] = setTimeout(() => {
+            delete pendingValidationRequests[textDocument.uri];
+            validateTextDocument(textDocument);
+        }, validationDelayMs);
+    }
+    function isValidationEnabled(languageId, settings = globalSettings) {
+        const validationSettings = settings && settings.html && settings.html.validate;
+        if (validationSettings) {
+            return languageId === 'css' && validationSettings.styles !== false || languageId === 'javascript' && validationSettings.scripts !== false;
+        }
+        return true;
+    }
+    function validateTextDocument(textDocument) {
+        return __awaiter(this, void 0, void 0, function* () {
+            try {
+                const version = textDocument.version;
+                const diagnostics = [];
+                if (textDocument.languageId === 'html') {
+                    const modes = languageModes.getAllModesInDocument(textDocument);
+                    const settings = yield getDocumentSettings(textDocument, () => modes.some(m => !!m.doValidation));
+                    const latestTextDocument = documents.get(textDocument.uri);
+                    if (latestTextDocument && latestTextDocument.version === version) { // check no new version has come in after in after the async op
+                        for (const mode of modes) {
+                            if (mode.doValidation && isValidationEnabled(mode.getId(), settings)) {
+                                arrays_1.pushAll(diagnostics, yield mode.doValidation(latestTextDocument, settings));
+                            }
+                        }
+                        connection.sendDiagnostics({ uri: latestTextDocument.uri, diagnostics });
+                    }
                 }
-            ],
-            "syntax": "<viewport-length>{1,2}",
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/height"
+            }
+            catch (e) {
+                connection.console.error(runner_1.formatError(`Error while validating ${textDocument.uri}`, e));
+            }
+        });
+    }
+    connection.onCompletion((textDocumentPosition, token) => __awaiter(this, void 0, void 0, function* () {
+        return runner_1.runSafe(() => __awaiter(this, void 0, void 0, function* () {
+            const document = documents.get(textDocumentPosition.textDocument.uri);
+            if (!document) {
+                return null;
+            }
+            const mode = languageModes.getModeAtPosition(document, textDocumentPosition.position);
+            if (!mode || !mode.doComplete) {
+                return { isIncomplete: true, items: [] };
+            }
+            const doComplete = mode.doComplete;
+            if (mode.getId() !== 'html') {
+                /* __GDPR__
+                    "html.embbedded.complete" : {
+                        "languageId" : { "classification": "SystemMetaData", "purpose": "FeatureInsight" }
+                    }
+                 */
+                connection.telemetry.logEvent({ key: 'html.embbedded.complete', value: { languageId: mode.getId() } });
+            }
+            const settings = yield getDocumentSettings(document, () => doComplete.length > 2);
+            const documentContext = documentContext_1.getDocumentContext(document.uri, workspaceFolders);
+            return doComplete(document, textDocumentPosition.position, documentContext, settings);
+        }), null, `Error while computing completions for ${textDocumentPosition.textDocument.uri}`, token);
+    }));
+    connection.onCompletionResolve((item, token) => {
+        return runner_1.runSafe(() => __awaiter(this, void 0, void 0, function* () {
+            const data = item.data;
+            if (data && data.languageId && data.uri) {
+                const mode = languageModes.getMode(data.languageId);
+                const document = documents.get(data.uri);
+                if (mode && mode.doResolve && document) {
+                    return mode.doResolve(document, item);
                 }
-            ],
-            "description": "Specifies the height of the content area, padding area or border area (depending on 'box-sizing') of certain boxes.",
-            "restrictions": [
-                "length",
-                "percentage"
-            ]
-        },
-        {
-            "name": "display",
-            "values": [
-                {
-                    "name": "block",
-                    "description": "The element generates a block-level box"
-                },
-                {
-                    "name": "contents",
-                    "description": "The element itself does not generate any boxes, but its children and pseudo-elements still generate boxes as normal."
-                },
-                {
-                    "name": "flex",
-                    "description": "The element generates a principal flex container box and establishes a flex formatting context."
-                },
-                {
-                    "name": "flexbox",
-                    "description": "The element lays out its contents using flow layout (block-and-inline layout). Standardized as 'flex'."
-                },
-                {
-                    "name": "flow-root",
-                    "description": "The element generates a block container box, and lays out its contents using flow layout."
-                },
-                {
-                    "name": "grid",
-                    "description": "The element generates a principal grid container box, and establishes a grid formatting context."
-                },
-                {
-                    "name": "inline",
-                    "description": "The element generates an inline-level box."
-                },
-                {
-                    "name": "inline-block",
-                    "description": "A block box, which itself is flowed as a single inline box, similar to a replaced element. The inside of an inline-block is formatted as a block box, and the box itself is formatted as an inline box."
-                },
-                {
-                    "name": "inline-flex",
-                    "description": "Inline-level flex container."
-                },
-                {
-                    "name": "inline-flexbox",
-                    "description": "Inline-level flex container. Standardized as 'inline-flex'"
-                },
-                {
-                    "name": "inline-table",
-                    "description": "Inline-level table wrapper box containing table box."
-                },
-                {
-                    "name": "list-item",
-                    "description": "One or more block boxes and one marker box."
-                },
-                {
-                    "name": "-moz-box",
-                    "description": "The element lays out its contents using flow layout (block-and-inline layout). Standardized as 'flex'."
-                },
-                {
-                    "name": "-moz-deck"
-                },
-                {
-                    "name": "-moz-grid"
-                },
-                {
-                    "name": "-moz-grid-group"
-                },
-                {
-                    "name": "-moz-grid-line"
-                },
-                {
-                    "name": "-moz-groupbox"
-                },
-                {
-                    "name": "-moz-inline-box",
-                    "description": "Inline-level flex container. Standardized as 'inline-flex'"
-                },
-                {
-                    "name": "-moz-inline-grid"
-                },
-                {
-                    "name": "-moz-inline-stack"
-                },
-                {
-                    "name": "-moz-marker"
-                },
-                {
-                    "name": "-moz-popup"
-                },
-                {
-                    "name": "-moz-stack"
-                },
-                {
-                    "name": "-ms-flexbox",
-                    "description": "The element lays out its contents using flow layout (block-and-inline layout). Standardized as 'flex'."
-                },
-                {
-                    "name": "-ms-grid",
-                    "description": "The element generates a principal grid container box, and establishes a grid formatting context."
-                },
-                {
-                    "name": "-ms-inline-flexbox",
-                    "description": "Inline-level flex container. Standardized as 'inline-flex'"
-                },
-                {
-                    "name": "-ms-inline-grid",
-                    "description": "Inline-level grid container."
-                },
-                {
-                    "name": "none",
-                    "description": "The element and its descendants generates no boxes."
-                },
-                {
-                    "name": "ruby",
-                    "description": "The element generates a principal ruby container box, and establishes a ruby formatting context."
-                },
-                {
-                    "name": "ruby-base"
-                },
-                {
-                    "name": "ruby-base-container"
-                },
-                {
-                    "name": "ruby-text"
-                },
-                {
-                    "name": "ruby-text-container"
-                },
-                {
-                    "name": "run-in",
-                    "description": "The element generates a run-in box. Run-in elements act like inlines or blocks, depending on the surrounding elements."
-                },
-                {
-                    "name": "table",
-                    "description": "The element generates a principal table wrapper box containing an additionally-generated table box, and establishes a table formatting context."
-                },
-                {
-                    "name": "table-caption"
-                },
-                {
-                    "name": "table-cell"
-                },
-                {
-                    "name": "table-column"
-                },
-                {
-                    "name": "table-column-group"
-                },
-                {
-                    "name": "table-footer-group"
-                },
-                {
-                    "name": "table-header-group"
-                },
-                {
-                    "name": "table-row"
-                },
-                {
-                    "name": "table-row-group"
-                },
-                {
-                    "name": "-webkit-box",
-                    "description": "The element lays out its contents using flow layout (block-and-inline layout). Standardized as 'flex'."
-                },
-                {
-                    "name": "-webkit-flex",
-                    "description": "The element lays out its contents using flow layout (block-and-inline layout)."
-                },
-                {
-                    "name": "-webkit-inline-box",
-                    "description": "Inline-level flex container. Standardized as 'inline-flex'"
-                },
-                {
-                    "name": "-webkit-inline-flex",
-                    "description": "Inline-level flex container."
+            }
+            return item;
+        }), item, `Error while resolving completion proposal`, token);
+    });
+    connection.onHover((textDocumentPosition, token) => {
+        return runner_1.runSafe(() => __awaiter(this, void 0, void 0, function* () {
+            const document = documents.get(textDocumentPosition.textDocument.uri);
+            if (document) {
+                const mode = languageModes.getModeAtPosition(document, textDocumentPosition.position);
+                if (mode && mode.doHover) {
+                    return mode.doHover(document, textDocumentPosition.position);
                 }
-            ],
-            "syntax": "[ <display-outside> || <display-inside> ] | <display-listitem> | <display-internal> | <display-box> | <display-legacy>",
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/display"
+            }
+            return null;
+        }), null, `Error while computing hover for ${textDocumentPosition.textDocument.uri}`, token);
+    });
+    connection.onDocumentHighlight((documentHighlightParams, token) => {
+        return runner_1.runSafe(() => __awaiter(this, void 0, void 0, function* () {
+            const document = documents.get(documentHighlightParams.textDocument.uri);
+            if (document) {
+                const mode = languageModes.getModeAtPosition(document, documentHighlightParams.position);
+                if (mode && mode.findDocumentHighlight) {
+                    return mode.findDocumentHighlight(document, documentHighlightParams.position);
                 }
-            ],
-            "description": "In combination with 'float' and 'position', determines the type of box or boxes that are generated for an element.",
-            "restrictions": [
-                "enum"
-            ]
-        },
-        {
-            "name": "padding",
-            "values": [],
-            "syntax": "[ <length> | <percentage> ]{1,4}",
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/padding"
+            }
+            return [];
+        }), [], `Error while computing document highlights for ${documentHighlightParams.textDocument.uri}`, token);
+    });
+    connection.onDefinition((definitionParams, token) => {
+        return runner_1.runSafe(() => __awaiter(this, void 0, void 0, function* () {
+            const document = documents.get(definitionParams.textDocument.uri);
+            if (document) {
+                const mode = languageModes.getModeAtPosition(document, definitionParams.position);
+                if (mode && mode.findDefinition) {
+                    return mode.findDefinition(document, definitionParams.position);
                 }
-            ],
-            "description": "Shorthand property to set values the thickness of the padding area. If left is omitted, it is the same as right. If bottom is omitted it is the same as top, if right is omitted it is the same as top. The value may not be negative.",
-            "restrictions": [
-                "length",
-                "percentage"
-            ]
-        },
-        {
-            "name": "position",
-            "values": [
-                {
-                    "name": "absolute",
-                    "description": "The box's position (and possibly size) is specified with the 'top', 'right', 'bottom', and 'left' properties. These properties specify offsets with respect to the box's 'containing block'."
-                },
-                {
-                    "name": "fixed",
-                    "description": "The box's position is calculated according to the 'absolute' model, but in addition, the box is fixed with respect to some reference. As with the 'absolute' model, the box's margins do not collapse with any other margins."
-                },
-                {
-                    "name": "-ms-page",
-                    "description": "The box's position is calculated according to the 'absolute' model."
-                },
-                {
-                    "name": "relative",
-                    "description": "The box's position is calculated according to the normal flow (this is called the position in normal flow). Then the box is offset relative to its normal position."
-                },
-                {
-                    "name": "static",
-                    "description": "The box is a normal box, laid out according to the normal flow. The 'top', 'right', 'bottom', and 'left' properties do not apply."
-                },
-                {
-                    "name": "sticky",
-                    "description": "The box's position is calculated according to the normal flow. Then the box is offset relative to its flow root and containing block and in all cases, including table elements, does not affect the position of any following boxes."
-                },
-                {
-                    "name": "-webkit-sticky",
-                    "description": "The box's position is calculated according to the normal flow. Then the box is offset relative to its flow root and containing block and in all cases, including table elements, does not affect the position of any following boxes."
+            }
+            return [];
+        }), null, `Error while computing definitions for ${definitionParams.textDocument.uri}`, token);
+    });
+    connection.onReferences((referenceParams, token) => {
+        return runner_1.runSafe(() => __awaiter(this, void 0, void 0, function* () {
+            const document = documents.get(referenceParams.textDocument.uri);
+            if (document) {
+                const mode = languageModes.getModeAtPosition(document, referenceParams.position);
+                if (mode && mode.findReferences) {
+                    return mode.findReferences(document, referenceParams.position);
                 }
-            ],
-            "syntax": "static | relative | absolute | sticky | fixed",
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/position"
+            }
+            return [];
+        }), [], `Error while computing references for ${referenceParams.textDocument.uri}`, token);
+    });
+    connection.onSignatureHelp((signatureHelpParms, token) => {
+        return runner_1.runSafe(() => __awaiter(this, void 0, void 0, function* () {
+            const document = documents.get(signatureHelpParms.textDocument.uri);
+            if (document) {
+                const mode = languageModes.getModeAtPosition(document, signatureHelpParms.position);
+                if (mode && mode.doSignatureHelp) {
+                    return mode.doSignatureHelp(document, signatureHelpParms.position);
                 }
-            ],
-            "restrictions": [
-                "enum"
-            ]
-        },
-        {
-            "name": "border",
-            "syntax": "<line-width> || <line-style> || <color>",
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/border"
+            }
+            return null;
+        }), null, `Error while computing signature help for ${signatureHelpParms.textDocument.uri}`, token);
+    });
+    connection.onDocumentRangeFormatting((formatParams, token) => __awaiter(this, void 0, void 0, function* () {
+        return runner_1.runSafe(() => __awaiter(this, void 0, void 0, function* () {
+            const document = documents.get(formatParams.textDocument.uri);
+            if (document) {
+                let settings = yield getDocumentSettings(document, () => true);
+                if (!settings) {
+                    settings = globalSettings;
+                }
+                const unformattedTags = settings && settings.html && settings.html.format && settings.html.format.unformatted || '';
+                const enabledModes = { css: !unformattedTags.match(/\bstyle\b/), javascript: !unformattedTags.match(/\bscript\b/) };
+                return formatting_1.format(languageModes, document, formatParams.range, formatParams.options, settings, enabledModes);
+            }
+            return [];
+        }), [], `Error while formatting range for ${formatParams.textDocument.uri}`, token);
+    }));
+    connection.onDocumentLinks((documentLinkParam, token) => {
+        return runner_1.runSafe(() => __awaiter(this, void 0, void 0, function* () {
+            const document = documents.get(documentLinkParam.textDocument.uri);
+            const links = [];
+            if (document) {
+                const documentContext = documentContext_1.getDocumentContext(document.uri, workspaceFolders);
+                for (const m of languageModes.getAllModesInDocument(document)) {
+                    if (m.findDocumentLinks) {
+                        arrays_1.pushAll(links, yield m.findDocumentLinks(document, documentContext));
+                    }
                 }
-            ],
-            "description": "Shorthand property for setting border width, style, and color.",
-            "restrictions": [
-                "length",
-                "line-width",
-                "line-style",
-                "color"
-            ]
-        },
-        {
-            "name": "margin",
-            "values": [
-                {
-                    "name": "auto"
+            }
+            return links;
+        }), [], `Error while document links for ${documentLinkParam.textDocument.uri}`, token);
+    });
+    connection.onDocumentSymbol((documentSymbolParms, token) => {
+        return runner_1.runSafe(() => __awaiter(this, void 0, void 0, function* () {
+            const document = documents.get(documentSymbolParms.textDocument.uri);
+            const symbols = [];
+            if (document) {
+                for (const m of languageModes.getAllModesInDocument(document)) {
+                    if (m.findDocumentSymbols) {
+                        arrays_1.pushAll(symbols, yield m.findDocumentSymbols(document));
+                    }
                 }
-            ],
-            "syntax": "[ <length> | <percentage> | auto ]{1,4}",
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/margin"
+            }
+            return symbols;
+        }), [], `Error while computing document symbols for ${documentSymbolParms.textDocument.uri}`, token);
+    });
+    connection.onRequest(vscode_languageserver_1.DocumentColorRequest.type, (params, token) => {
+        return runner_1.runSafe(() => __awaiter(this, void 0, void 0, function* () {
+            const infos = [];
+            const document = documents.get(params.textDocument.uri);
+            if (document) {
+                for (const m of languageModes.getAllModesInDocument(document)) {
+                    if (m.findDocumentColors) {
+                        arrays_1.pushAll(infos, yield m.findDocumentColors(document));
+                    }
                 }
-            ],
-            "description": "Shorthand property to set values the thickness of the margin area. If left is omitted, it is the same as right. If bottom is omitted it is the same as top, if right is omitted it is the same as top. Negative values for margin properties are allowed, but there may be implementation-specific limits.",
-            "restrictions": [
-                "length",
-                "percentage"
-            ]
-        },
-        {
-            "name": "top",
-            "values": [
-                {
-                    "name": "auto",
-                    "description": "For non-replaced elements, the effect of this value depends on which of related properties have the value 'auto' as well"
+            }
+            return infos;
+        }), [], `Error while computing document colors for ${params.textDocument.uri}`, token);
+    });
+    connection.onRequest(vscode_languageserver_1.ColorPresentationRequest.type, (params, token) => {
+        return runner_1.runSafe(() => __awaiter(this, void 0, void 0, function* () {
+            const document = documents.get(params.textDocument.uri);
+            if (document) {
+                const mode = languageModes.getModeAtPosition(document, params.range.start);
+                if (mode && mode.getColorPresentations) {
+                    return mode.getColorPresentations(document, params.color, params.range);
                 }
-            ],
-            "syntax": "<length> | <percentage> | auto",
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/top"
+            }
+            return [];
+        }), [], `Error while computing color presentations for ${params.textDocument.uri}`, token);
+    });
+    connection.onRequest(TagCloseRequest.type, (params, token) => {
+        return runner_1.runSafe(() => __awaiter(this, void 0, void 0, function* () {
+            const document = documents.get(params.textDocument.uri);
+            if (document) {
+                const pos = params.position;
+                if (pos.character > 0) {
+                    const mode = languageModes.getModeAtPosition(document, languageModes_1.Position.create(pos.line, pos.character - 1));
+                    if (mode && mode.doAutoClose) {
+                        return mode.doAutoClose(document, pos);
+                    }
                 }
-            ],
-            "description": "Specifies how far an absolutely positioned box's top margin edge is offset below the top edge of the box's 'containing block'.",
-            "restrictions": [
-                "length",
-                "percentage"
-            ]
-        },
-        {
-            "name": "left",
-            "values": [
-                {
-                    "name": "auto",
-                    "description": "For non-replaced elements, the effect of this value depends on which of related properties have the value 'auto' as well"
+            }
+            return null;
+        }), null, `Error while computing tag close actions for ${params.textDocument.uri}`, token);
+    });
+    connection.onFoldingRanges((params, token) => {
+        return runner_1.runSafe(() => __awaiter(this, void 0, void 0, function* () {
+            const document = documents.get(params.textDocument.uri);
+            if (document) {
+                return htmlFolding_1.getFoldingRanges(languageModes, document, foldingRangeLimit, token);
+            }
+            return null;
+        }), null, `Error while computing folding regions for ${params.textDocument.uri}`, token);
+    });
+    connection.onSelectionRanges((params, token) => {
+        return runner_1.runSafe(() => __awaiter(this, void 0, void 0, function* () {
+            const document = documents.get(params.textDocument.uri);
+            if (document) {
+                return selectionRanges_1.getSelectionRanges(languageModes, document, params.positions);
+            }
+            return [];
+        }), [], `Error while computing selection ranges for ${params.textDocument.uri}`, token);
+    });
+    connection.onRenameRequest((params, token) => {
+        return runner_1.runSafe(() => __awaiter(this, void 0, void 0, function* () {
+            const document = documents.get(params.textDocument.uri);
+            const position = params.position;
+            if (document) {
+                const htmlMode = languageModes.getMode('html');
+                if (htmlMode && htmlMode.doRename) {
+                    return htmlMode.doRename(document, position, params.newName);
                 }
-            ],
-            "syntax": "<length> | <percentage> | auto",
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/left"
+            }
+            return null;
+        }), null, `Error while computing rename for ${params.textDocument.uri}`, token);
+    });
+    connection.onRequest(OnTypeRenameRequest.type, (params, token) => {
+        return runner_1.runSafe(() => __awaiter(this, void 0, void 0, function* () {
+            const document = documents.get(params.textDocument.uri);
+            if (document) {
+                const pos = params.position;
+                if (pos.character > 0) {
+                    const mode = languageModes.getModeAtPosition(document, languageModes_1.Position.create(pos.line, pos.character - 1));
+                    if (mode && mode.doOnTypeRename) {
+                        return mode.doOnTypeRename(document, pos);
+                    }
                 }
-            ],
-            "description": "Specifies how far an absolutely positioned box's left margin edge is offset to the right of the left edge of the box's 'containing block'.",
-            "restrictions": [
-                "length",
-                "percentage"
-            ]
+            }
+            return null;
+        }), null, `Error while computing synced regions for ${params.textDocument.uri}`, token);
+    });
+    let semanticTokensProvider;
+    function getSemanticTokenProvider() {
+        if (!semanticTokensProvider) {
+            semanticTokensProvider = semanticTokens_1.newSemanticTokenProvider(languageModes);
+        }
+        return semanticTokensProvider;
+    }
+    connection.onRequest(SemanticTokenRequest.type, (params, token) => {
+        return runner_1.runSafe(() => __awaiter(this, void 0, void 0, function* () {
+            const document = documents.get(params.textDocument.uri);
+            if (document) {
+                return getSemanticTokenProvider().getSemanticTokens(document, params.ranges);
+            }
+            return null;
+        }), null, `Error while computing semantic tokens for ${params.textDocument.uri}`, token);
+    });
+    connection.onRequest(SemanticTokenLegendRequest.type, (_params, token) => {
+        return runner_1.runSafe(() => __awaiter(this, void 0, void 0, function* () {
+            return getSemanticTokenProvider().legend;
+        }), null, `Error while computing semantic tokens legend`, token);
+    });
+    connection.onNotification(CustomDataChangedNotification.type, dataPaths => {
+        customData_1.fetchHTMLDataProviders(dataPaths, requestService).then(dataProviders => {
+            languageModes.updateDataProviders(dataProviders);
+        });
+    });
+    // Listen on the connection
+    connection.listen();
+}
+exports.startServer = startServer;
+
+
+/***/ }),
+/* 61 */
+/***/ (function(__unused_webpack_module, exports, __webpack_require__) {
+
+
+/*---------------------------------------------------------------------------------------------
+ *  Copyright (c) Microsoft Corporation. All rights reserved.
+ *  Licensed under the MIT License. See License.txt in the project root for license information.
+ *--------------------------------------------------------------------------------------------*/
+var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
+    if (k2 === undefined) k2 = k;
+    Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
+}) : (function(o, m, k, k2) {
+    if (k2 === undefined) k2 = k;
+    o[k2] = m[k];
+}));
+var __exportStar = (this && this.__exportStar) || function(m, exports) {
+    for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
+};
+var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
+    function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
+    return new (P || (P = Promise))(function (resolve, reject) {
+        function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
+        function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
+        function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
+        step((generator = generator.apply(thisArg, _arguments || [])).next());
+    });
+};
+Object.defineProperty(exports, "__esModule", ({ value: true }));
+exports.getLanguageModes = void 0;
+const vscode_css_languageservice_1 = __webpack_require__(62);
+const vscode_html_languageservice_1 = __webpack_require__(106);
+const languageModelCache_1 = __webpack_require__(135);
+const cssMode_1 = __webpack_require__(136);
+const embeddedSupport_1 = __webpack_require__(137);
+const htmlMode_1 = __webpack_require__(138);
+const javascriptMode_1 = __webpack_require__(139);
+__exportStar(__webpack_require__(106), exports);
+function getLanguageModes(supportedLanguages, workspace, clientCapabilities, requestService) {
+    const htmlLanguageService = vscode_html_languageservice_1.getLanguageService({ clientCapabilities, fileSystemProvider: requestService });
+    const cssLanguageService = vscode_css_languageservice_1.getCSSLanguageService({ clientCapabilities, fileSystemProvider: requestService });
+    let documentRegions = languageModelCache_1.getLanguageModelCache(10, 60, document => embeddedSupport_1.getDocumentRegions(htmlLanguageService, document));
+    let modelCaches = [];
+    modelCaches.push(documentRegions);
+    let modes = Object.create(null);
+    modes['html'] = htmlMode_1.getHTMLMode(htmlLanguageService, workspace);
+    if (supportedLanguages['css']) {
+        modes['css'] = cssMode_1.getCSSMode(cssLanguageService, documentRegions, workspace);
+    }
+    if (supportedLanguages['javascript']) {
+        modes['javascript'] = javascriptMode_1.getJavaScriptMode(documentRegions, 'javascript', workspace);
+        modes['typescript'] = javascriptMode_1.getJavaScriptMode(documentRegions, 'typescript', workspace);
+    }
+    return {
+        updateDataProviders(dataProviders) {
+            return __awaiter(this, void 0, void 0, function* () {
+                htmlLanguageService.setDataProviders(true, dataProviders);
+            });
         },
-        {
-            "name": "margin-top",
-            "values": [
-                {
-                    "name": "auto"
-                }
-            ],
-            "syntax": "<length> | <percentage> | auto",
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/margin-top"
-                }
-            ],
-            "description": "Shorthand property to set values the thickness of the margin area. If left is omitted, it is the same as right. If bottom is omitted it is the same as top, if right is omitted it is the same as top. Negative values for margin properties are allowed, but there may be implementation-specific limits..",
-            "restrictions": [
-                "length",
-                "percentage"
-            ]
+        getModeAtPosition(document, position) {
+            let languageId = documentRegions.get(document).getLanguageAtPosition(position);
+            if (languageId) {
+                return modes[languageId];
+            }
+            return undefined;
         },
-        {
-            "name": "color",
-            "syntax": "<color>",
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/color"
-                }
-            ],
-            "description": "Color of an element's text",
-            "restrictions": [
-                "color"
-            ]
+        getModesInRange(document, range) {
+            return documentRegions.get(document).getLanguageRanges(range).map(r => {
+                return {
+                    start: r.start,
+                    end: r.end,
+                    mode: r.languageId && modes[r.languageId],
+                    attributeValue: r.attributeValue
+                };
+            });
         },
-        {
-            "name": "font-size",
-            "values": [
-                {
-                    "name": "large"
-                },
-                {
-                    "name": "larger"
-                },
-                {
-                    "name": "medium"
-                },
-                {
-                    "name": "small"
-                },
-                {
-                    "name": "smaller"
-                },
-                {
-                    "name": "x-large"
-                },
-                {
-                    "name": "x-small"
-                },
-                {
-                    "name": "xx-large"
-                },
-                {
-                    "name": "xx-small"
-                }
-            ],
-            "syntax": "<absolute-size> | <relative-size> | <length-percentage>",
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/font-size"
+        getAllModesInDocument(document) {
+            let result = [];
+            for (let languageId of documentRegions.get(document).getLanguagesInDocument()) {
+                let mode = modes[languageId];
+                if (mode) {
+                    result.push(mode);
                 }
-            ],
-            "description": "Indicates the desired height of glyphs from the font. For scalable fonts, the font-size is a scale factor applied to the EM unit of the font. (Note that certain glyphs may bleed outside their EM box.) For non-scalable fonts, the font-size is converted into absolute units and matched against the declared font-size of the font, using the same absolute coordinate space for both of the matched values.",
-            "restrictions": [
-                "length",
-                "percentage"
-            ]
+            }
+            return result;
         },
-        {
-            "name": "background-color",
-            "syntax": "<color>",
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/background-color"
+        getAllModes() {
+            let result = [];
+            for (let languageId in modes) {
+                let mode = modes[languageId];
+                if (mode) {
+                    result.push(mode);
                 }
-            ],
-            "description": "Sets the background color of an element.",
-            "restrictions": [
-                "color"
-            ]
+            }
+            return result;
         },
-        {
-            "name": "text-align",
-            "values": [
-                {
-                    "name": "center",
-                    "description": "The inline contents are centered within the line box."
-                },
-                {
-                    "name": "end",
-                    "description": "The inline contents are aligned to the end edge of the line box."
-                },
-                {
-                    "name": "justify",
-                    "description": "The text is justified according to the method specified by the 'text-justify' property."
-                },
-                {
-                    "name": "left",
-                    "description": "The inline contents are aligned to the left edge of the line box. In vertical text, 'left' aligns to the edge of the line box that would be the start edge for left-to-right text."
-                },
-                {
-                    "name": "right",
-                    "description": "The inline contents are aligned to the right edge of the line box. In vertical text, 'right' aligns to the edge of the line box that would be the end edge for left-to-right text."
-                },
-                {
-                    "name": "start",
-                    "description": "The inline contents are aligned to the start edge of the line box."
-                }
-            ],
-            "syntax": "start | end | left | right | center | justify | match-parent",
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/text-align"
-                }
-            ],
-            "description": "Describes how inline contents of a block are horizontally aligned if the contents do not completely fill the line box.",
-            "restrictions": [
-                "string"
-            ]
+        getMode(languageId) {
+            return modes[languageId];
         },
-        {
-            "name": "opacity",
-            "syntax": "<alpha-value>",
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/opacity"
-                }
-            ],
-            "description": "Opacity of an element's text, where 1 is opaque and 0 is entirely transparent.",
-            "restrictions": [
-                "number(0-1)"
-            ]
+        onDocumentRemoved(document) {
+            modelCaches.forEach(mc => mc.onDocumentRemoved(document));
+            for (let mode in modes) {
+                modes[mode].onDocumentRemoved(document);
+            }
         },
-        {
-            "name": "background",
-            "values": [
-                {
-                    "name": "fixed",
-                    "description": "The background is fixed with regard to the viewport. In paged media where there is no viewport, a 'fixed' background is fixed with respect to the page box and therefore replicated on every page."
-                },
-                {
-                    "name": "local",
-                    "description": "The background is fixed with regard to the element's contents: if the element has a scrolling mechanism, the background scrolls with the element's contents."
-                },
-                {
-                    "name": "none",
-                    "description": "A value of 'none' counts as an image layer but draws nothing."
-                },
-                {
-                    "name": "scroll",
-                    "description": "The background is fixed with regard to the element itself and does not scroll with its contents. (It is effectively attached to the element's border.)"
+        dispose() {
+            modelCaches.forEach(mc => mc.dispose());
+            modelCaches = [];
+            for (let mode in modes) {
+                modes[mode].dispose();
+            }
+            modes = {};
+        }
+    };
+}
+exports.getLanguageModes = getLanguageModes;
+
+
+/***/ }),
+/* 62 */
+/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
+
+__webpack_require__.r(__webpack_exports__);
+/* harmony export */ __webpack_require__.d(__webpack_exports__, {
+/* harmony export */   "ClientCapabilities": () => /* reexport safe */ _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_16__.ClientCapabilities,
+/* harmony export */   "CodeAction": () => /* reexport safe */ _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_16__.CodeAction,
+/* harmony export */   "CodeActionContext": () => /* reexport safe */ _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_16__.CodeActionContext,
+/* harmony export */   "CodeActionKind": () => /* reexport safe */ _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_16__.CodeActionKind,
+/* harmony export */   "CodeLens": () => /* reexport safe */ _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_16__.CodeLens,
+/* harmony export */   "Color": () => /* reexport safe */ _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_16__.Color,
+/* harmony export */   "ColorInformation": () => /* reexport safe */ _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_16__.ColorInformation,
+/* harmony export */   "ColorPresentation": () => /* reexport safe */ _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_16__.ColorPresentation,
+/* harmony export */   "Command": () => /* reexport safe */ _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_16__.Command,
+/* harmony export */   "CompletionItem": () => /* reexport safe */ _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_16__.CompletionItem,
+/* harmony export */   "CompletionItemKind": () => /* reexport safe */ _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_16__.CompletionItemKind,
+/* harmony export */   "CompletionItemTag": () => /* reexport safe */ _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_16__.CompletionItemTag,
+/* harmony export */   "CompletionList": () => /* reexport safe */ _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_16__.CompletionList,
+/* harmony export */   "CreateFile": () => /* reexport safe */ _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_16__.CreateFile,
+/* harmony export */   "DeleteFile": () => /* reexport safe */ _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_16__.DeleteFile,
+/* harmony export */   "Diagnostic": () => /* reexport safe */ _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_16__.Diagnostic,
+/* harmony export */   "DiagnosticCode": () => /* reexport safe */ _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_16__.DiagnosticCode,
+/* harmony export */   "DiagnosticRelatedInformation": () => /* reexport safe */ _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_16__.DiagnosticRelatedInformation,
+/* harmony export */   "DiagnosticSeverity": () => /* reexport safe */ _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_16__.DiagnosticSeverity,
+/* harmony export */   "DiagnosticTag": () => /* reexport safe */ _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_16__.DiagnosticTag,
+/* harmony export */   "DocumentHighlight": () => /* reexport safe */ _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_16__.DocumentHighlight,
+/* harmony export */   "DocumentHighlightKind": () => /* reexport safe */ _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_16__.DocumentHighlightKind,
+/* harmony export */   "DocumentLink": () => /* reexport safe */ _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_16__.DocumentLink,
+/* harmony export */   "DocumentSymbol": () => /* reexport safe */ _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_16__.DocumentSymbol,
+/* harmony export */   "EOL": () => /* reexport safe */ _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_16__.EOL,
+/* harmony export */   "FileType": () => /* reexport safe */ _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_16__.FileType,
+/* harmony export */   "FoldingRange": () => /* reexport safe */ _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_16__.FoldingRange,
+/* harmony export */   "FoldingRangeKind": () => /* reexport safe */ _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_16__.FoldingRangeKind,
+/* harmony export */   "FormattingOptions": () => /* reexport safe */ _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_16__.FormattingOptions,
+/* harmony export */   "Hover": () => /* reexport safe */ _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_16__.Hover,
+/* harmony export */   "InsertReplaceEdit": () => /* reexport safe */ _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_16__.InsertReplaceEdit,
+/* harmony export */   "InsertTextFormat": () => /* reexport safe */ _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_16__.InsertTextFormat,
+/* harmony export */   "Location": () => /* reexport safe */ _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_16__.Location,
+/* harmony export */   "LocationLink": () => /* reexport safe */ _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_16__.LocationLink,
+/* harmony export */   "MarkedString": () => /* reexport safe */ _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_16__.MarkedString,
+/* harmony export */   "MarkupContent": () => /* reexport safe */ _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_16__.MarkupContent,
+/* harmony export */   "MarkupKind": () => /* reexport safe */ _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_16__.MarkupKind,
+/* harmony export */   "ParameterInformation": () => /* reexport safe */ _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_16__.ParameterInformation,
+/* harmony export */   "Position": () => /* reexport safe */ _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_16__.Position,
+/* harmony export */   "Range": () => /* reexport safe */ _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_16__.Range,
+/* harmony export */   "RenameFile": () => /* reexport safe */ _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_16__.RenameFile,
+/* harmony export */   "SelectionRange": () => /* reexport safe */ _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_16__.SelectionRange,
+/* harmony export */   "SignatureInformation": () => /* reexport safe */ _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_16__.SignatureInformation,
+/* harmony export */   "SymbolInformation": () => /* reexport safe */ _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_16__.SymbolInformation,
+/* harmony export */   "SymbolKind": () => /* reexport safe */ _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_16__.SymbolKind,
+/* harmony export */   "SymbolTag": () => /* reexport safe */ _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_16__.SymbolTag,
+/* harmony export */   "TextDocument": () => /* reexport safe */ _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_16__.TextDocument,
+/* harmony export */   "TextDocumentEdit": () => /* reexport safe */ _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_16__.TextDocumentEdit,
+/* harmony export */   "TextDocumentIdentifier": () => /* reexport safe */ _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_16__.TextDocumentIdentifier,
+/* harmony export */   "TextDocumentItem": () => /* reexport safe */ _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_16__.TextDocumentItem,
+/* harmony export */   "TextEdit": () => /* reexport safe */ _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_16__.TextEdit,
+/* harmony export */   "VersionedTextDocumentIdentifier": () => /* reexport safe */ _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_16__.VersionedTextDocumentIdentifier,
+/* harmony export */   "WorkspaceChange": () => /* reexport safe */ _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_16__.WorkspaceChange,
+/* harmony export */   "WorkspaceEdit": () => /* reexport safe */ _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_16__.WorkspaceEdit,
+/* harmony export */   "getDefaultCSSDataProvider": () => /* binding */ getDefaultCSSDataProvider,
+/* harmony export */   "newCSSDataProvider": () => /* binding */ newCSSDataProvider,
+/* harmony export */   "getCSSLanguageService": () => /* binding */ getCSSLanguageService,
+/* harmony export */   "getSCSSLanguageService": () => /* binding */ getSCSSLanguageService,
+/* harmony export */   "getLESSLanguageService": () => /* binding */ getLESSLanguageService
+/* harmony export */ });
+/* harmony import */ var _parser_cssParser__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(63);
+/* harmony import */ var _services_cssCompletion__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(76);
+/* harmony import */ var _services_cssHover__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(85);
+/* harmony import */ var _services_cssNavigation__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(87);
+/* harmony import */ var _services_cssCodeActions__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(88);
+/* harmony import */ var _services_cssValidation__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(90);
+/* harmony import */ var _parser_scssParser__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(93);
+/* harmony import */ var _services_scssCompletion__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(96);
+/* harmony import */ var _parser_lessParser__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(97);
+/* harmony import */ var _services_lessCompletion__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(99);
+/* harmony import */ var _services_cssFolding__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(100);
+/* harmony import */ var _languageFacts_dataManager__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(101);
+/* harmony import */ var _languageFacts_dataProvider__WEBPACK_IMPORTED_MODULE_12__ = __webpack_require__(103);
+/* harmony import */ var _services_cssSelectionRange__WEBPACK_IMPORTED_MODULE_13__ = __webpack_require__(104);
+/* harmony import */ var _services_scssNavigation__WEBPACK_IMPORTED_MODULE_14__ = __webpack_require__(105);
+/* harmony import */ var _data_webCustomData__WEBPACK_IMPORTED_MODULE_15__ = __webpack_require__(102);
+/* harmony import */ var _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_16__ = __webpack_require__(79);
+/*---------------------------------------------------------------------------------------------
+ *  Copyright (c) Microsoft Corporation. All rights reserved.
+ *  Licensed under the MIT License. See License.txt in the project root for license information.
+ *--------------------------------------------------------------------------------------------*/
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+function getDefaultCSSDataProvider() {
+    return newCSSDataProvider(_data_webCustomData__WEBPACK_IMPORTED_MODULE_15__.cssData);
+}
+function newCSSDataProvider(data) {
+    return new _languageFacts_dataProvider__WEBPACK_IMPORTED_MODULE_12__.CSSDataProvider(data);
+}
+function createFacade(parser, completion, hover, navigation, codeActions, validation, cssDataManager) {
+    return {
+        configure: function (settings) {
+            validation.configure(settings);
+            completion.configure(settings);
+        },
+        setDataProviders: cssDataManager.setDataProviders.bind(cssDataManager),
+        doValidation: validation.doValidation.bind(validation),
+        parseStylesheet: parser.parseStylesheet.bind(parser),
+        doComplete: completion.doComplete.bind(completion),
+        doComplete2: completion.doComplete2.bind(completion),
+        setCompletionParticipants: completion.setCompletionParticipants.bind(completion),
+        doHover: hover.doHover.bind(hover),
+        findDefinition: navigation.findDefinition.bind(navigation),
+        findReferences: navigation.findReferences.bind(navigation),
+        findDocumentHighlights: navigation.findDocumentHighlights.bind(navigation),
+        findDocumentLinks: navigation.findDocumentLinks.bind(navigation),
+        findDocumentLinks2: navigation.findDocumentLinks2.bind(navigation),
+        findDocumentSymbols: navigation.findDocumentSymbols.bind(navigation),
+        doCodeActions: codeActions.doCodeActions.bind(codeActions),
+        doCodeActions2: codeActions.doCodeActions2.bind(codeActions),
+        findColorSymbols: function (d, s) { return navigation.findDocumentColors(d, s).map(function (s) { return s.range; }); },
+        findDocumentColors: navigation.findDocumentColors.bind(navigation),
+        getColorPresentations: navigation.getColorPresentations.bind(navigation),
+        doRename: navigation.doRename.bind(navigation),
+        getFoldingRanges: _services_cssFolding__WEBPACK_IMPORTED_MODULE_10__.getFoldingRanges,
+        getSelectionRanges: _services_cssSelectionRange__WEBPACK_IMPORTED_MODULE_13__.getSelectionRanges
+    };
+}
+var defaultLanguageServiceOptions = {};
+function getCSSLanguageService(options) {
+    if (options === void 0) { options = defaultLanguageServiceOptions; }
+    var cssDataManager = new _languageFacts_dataManager__WEBPACK_IMPORTED_MODULE_11__.CSSDataManager(options);
+    return createFacade(new _parser_cssParser__WEBPACK_IMPORTED_MODULE_0__.Parser(), new _services_cssCompletion__WEBPACK_IMPORTED_MODULE_1__.CSSCompletion(null, options, cssDataManager), new _services_cssHover__WEBPACK_IMPORTED_MODULE_2__.CSSHover(options && options.clientCapabilities, cssDataManager), new _services_cssNavigation__WEBPACK_IMPORTED_MODULE_3__.CSSNavigation(options && options.fileSystemProvider), new _services_cssCodeActions__WEBPACK_IMPORTED_MODULE_4__.CSSCodeActions(cssDataManager), new _services_cssValidation__WEBPACK_IMPORTED_MODULE_5__.CSSValidation(cssDataManager), cssDataManager);
+}
+function getSCSSLanguageService(options) {
+    if (options === void 0) { options = defaultLanguageServiceOptions; }
+    var cssDataManager = new _languageFacts_dataManager__WEBPACK_IMPORTED_MODULE_11__.CSSDataManager(options);
+    return createFacade(new _parser_scssParser__WEBPACK_IMPORTED_MODULE_6__.SCSSParser(), new _services_scssCompletion__WEBPACK_IMPORTED_MODULE_7__.SCSSCompletion(options, cssDataManager), new _services_cssHover__WEBPACK_IMPORTED_MODULE_2__.CSSHover(options && options.clientCapabilities, cssDataManager), new _services_scssNavigation__WEBPACK_IMPORTED_MODULE_14__.SCSSNavigation(options && options.fileSystemProvider), new _services_cssCodeActions__WEBPACK_IMPORTED_MODULE_4__.CSSCodeActions(cssDataManager), new _services_cssValidation__WEBPACK_IMPORTED_MODULE_5__.CSSValidation(cssDataManager), cssDataManager);
+}
+function getLESSLanguageService(options) {
+    if (options === void 0) { options = defaultLanguageServiceOptions; }
+    var cssDataManager = new _languageFacts_dataManager__WEBPACK_IMPORTED_MODULE_11__.CSSDataManager(options);
+    return createFacade(new _parser_lessParser__WEBPACK_IMPORTED_MODULE_8__.LESSParser(), new _services_lessCompletion__WEBPACK_IMPORTED_MODULE_9__.LESSCompletion(options, cssDataManager), new _services_cssHover__WEBPACK_IMPORTED_MODULE_2__.CSSHover(options && options.clientCapabilities, cssDataManager), new _services_cssNavigation__WEBPACK_IMPORTED_MODULE_3__.CSSNavigation(options && options.fileSystemProvider), new _services_cssCodeActions__WEBPACK_IMPORTED_MODULE_4__.CSSCodeActions(cssDataManager), new _services_cssValidation__WEBPACK_IMPORTED_MODULE_5__.CSSValidation(cssDataManager), cssDataManager);
+}
+
+
+/***/ }),
+/* 63 */
+/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
+
+__webpack_require__.r(__webpack_exports__);
+/* harmony export */ __webpack_require__.d(__webpack_exports__, {
+/* harmony export */   "Parser": () => /* binding */ Parser
+/* harmony export */ });
+/* harmony import */ var _cssScanner__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(64);
+/* harmony import */ var _cssNodes__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(65);
+/* harmony import */ var _cssErrors__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(67);
+/* harmony import */ var _languageFacts_facts__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(71);
+/* harmony import */ var _utils_objects__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(75);
+/*---------------------------------------------------------------------------------------------
+ *  Copyright (c) Microsoft Corporation. All rights reserved.
+ *  Licensed under the MIT License. See License.txt in the project root for license information.
+ *--------------------------------------------------------------------------------------------*/
+
+var __spreadArrays = (undefined && undefined.__spreadArrays) || function () {
+    for (var s = 0, i = 0, il = arguments.length; i < il; i++) s += arguments[i].length;
+    for (var r = Array(s), k = 0, i = 0; i < il; i++)
+        for (var a = arguments[i], j = 0, jl = a.length; j < jl; j++, k++)
+            r[k] = a[j];
+    return r;
+};
+
+
+
+
+
+/// <summary>
+/// A parser for the css core specification. See for reference:
+/// https://www.w3.org/TR/CSS21/grammar.html
+/// http://www.w3.org/TR/CSS21/syndata.html#tokenization
+/// </summary>
+var Parser = /** @class */ (function () {
+    function Parser(scnr) {
+        if (scnr === void 0) { scnr = new _cssScanner__WEBPACK_IMPORTED_MODULE_0__.Scanner(); }
+        this.keyframeRegex = /^@(\-(webkit|ms|moz|o)\-)?keyframes$/i;
+        this.scanner = scnr;
+        this.token = { type: _cssScanner__WEBPACK_IMPORTED_MODULE_0__.TokenType.EOF, offset: -1, len: 0, text: '' };
+        this.prevToken = undefined;
+    }
+    Parser.prototype.peekIdent = function (text) {
+        return _cssScanner__WEBPACK_IMPORTED_MODULE_0__.TokenType.Ident === this.token.type && text.length === this.token.text.length && text === this.token.text.toLowerCase();
+    };
+    Parser.prototype.peekKeyword = function (text) {
+        return _cssScanner__WEBPACK_IMPORTED_MODULE_0__.TokenType.AtKeyword === this.token.type && text.length === this.token.text.length && text === this.token.text.toLowerCase();
+    };
+    Parser.prototype.peekDelim = function (text) {
+        return _cssScanner__WEBPACK_IMPORTED_MODULE_0__.TokenType.Delim === this.token.type && text === this.token.text;
+    };
+    Parser.prototype.peek = function (type) {
+        return type === this.token.type;
+    };
+    Parser.prototype.peekRegExp = function (type, regEx) {
+        if (type !== this.token.type) {
+            return false;
+        }
+        return regEx.test(this.token.text);
+    };
+    Parser.prototype.hasWhitespace = function () {
+        return !!this.prevToken && (this.prevToken.offset + this.prevToken.len !== this.token.offset);
+    };
+    Parser.prototype.consumeToken = function () {
+        this.prevToken = this.token;
+        this.token = this.scanner.scan();
+    };
+    Parser.prototype.mark = function () {
+        return {
+            prev: this.prevToken,
+            curr: this.token,
+            pos: this.scanner.pos()
+        };
+    };
+    Parser.prototype.restoreAtMark = function (mark) {
+        this.prevToken = mark.prev;
+        this.token = mark.curr;
+        this.scanner.goBackTo(mark.pos);
+    };
+    Parser.prototype.try = function (func) {
+        var pos = this.mark();
+        var node = func();
+        if (!node) {
+            this.restoreAtMark(pos);
+            return null;
+        }
+        return node;
+    };
+    Parser.prototype.acceptOneKeyword = function (keywords) {
+        if (_cssScanner__WEBPACK_IMPORTED_MODULE_0__.TokenType.AtKeyword === this.token.type) {
+            for (var _i = 0, keywords_1 = keywords; _i < keywords_1.length; _i++) {
+                var keyword = keywords_1[_i];
+                if (keyword.length === this.token.text.length && keyword === this.token.text.toLowerCase()) {
+                    this.consumeToken();
+                    return true;
                 }
-            ],
-            "syntax": "[ <bg-layer> , ]* <final-bg-layer>",
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/background"
+            }
+        }
+        return false;
+    };
+    Parser.prototype.accept = function (type) {
+        if (type === this.token.type) {
+            this.consumeToken();
+            return true;
+        }
+        return false;
+    };
+    Parser.prototype.acceptIdent = function (text) {
+        if (this.peekIdent(text)) {
+            this.consumeToken();
+            return true;
+        }
+        return false;
+    };
+    Parser.prototype.acceptKeyword = function (text) {
+        if (this.peekKeyword(text)) {
+            this.consumeToken();
+            return true;
+        }
+        return false;
+    };
+    Parser.prototype.acceptDelim = function (text) {
+        if (this.peekDelim(text)) {
+            this.consumeToken();
+            return true;
+        }
+        return false;
+    };
+    Parser.prototype.acceptRegexp = function (regEx) {
+        if (regEx.test(this.token.text)) {
+            this.consumeToken();
+            return true;
+        }
+        return false;
+    };
+    Parser.prototype._parseRegexp = function (regEx) {
+        var node = this.createNode(_cssNodes__WEBPACK_IMPORTED_MODULE_1__.NodeType.Identifier);
+        do { } while (this.acceptRegexp(regEx));
+        return this.finish(node);
+    };
+    Parser.prototype.acceptUnquotedString = function () {
+        var pos = this.scanner.pos();
+        this.scanner.goBackTo(this.token.offset);
+        var unquoted = this.scanner.scanUnquotedString();
+        if (unquoted) {
+            this.token = unquoted;
+            this.consumeToken();
+            return true;
+        }
+        this.scanner.goBackTo(pos);
+        return false;
+    };
+    Parser.prototype.resync = function (resyncTokens, resyncStopTokens) {
+        while (true) {
+            if (resyncTokens && resyncTokens.indexOf(this.token.type) !== -1) {
+                this.consumeToken();
+                return true;
+            }
+            else if (resyncStopTokens && resyncStopTokens.indexOf(this.token.type) !== -1) {
+                return true;
+            }
+            else {
+                if (this.token.type === _cssScanner__WEBPACK_IMPORTED_MODULE_0__.TokenType.EOF) {
+                    return false;
                 }
-            ],
-            "description": "Shorthand property for setting most background properties at the same place in the style sheet.",
-            "restrictions": [
-                "enum",
-                "image",
-                "color",
-                "position",
-                "length",
-                "repeat",
-                "percentage",
-                "box"
-            ]
-        },
-        {
-            "name": "float",
-            "values": [
-                {
-                    "name": "inline-end",
-                    "description": "A keyword indicating that the element must float on the end side of its containing block. That is the right side with ltr scripts, and the left side with rtl scripts."
-                },
-                {
-                    "name": "inline-start",
-                    "description": "A keyword indicating that the element must float on the start side of its containing block. That is the left side with ltr scripts, and the right side with rtl scripts."
-                },
-                {
-                    "name": "left",
-                    "description": "The element generates a block box that is floated to the left. Content flows on the right side of the box, starting at the top (subject to the 'clear' property)."
-                },
-                {
-                    "name": "none",
-                    "description": "The box is not floated."
-                },
-                {
-                    "name": "right",
-                    "description": "Similar to 'left', except the box is floated to the right, and content flows on the left side of the box, starting at the top."
+                this.token = this.scanner.scan();
+            }
+        }
+    };
+    Parser.prototype.createNode = function (nodeType) {
+        return new _cssNodes__WEBPACK_IMPORTED_MODULE_1__.Node(this.token.offset, this.token.len, nodeType);
+    };
+    Parser.prototype.create = function (ctor) {
+        return new ctor(this.token.offset, this.token.len);
+    };
+    Parser.prototype.finish = function (node, error, resyncTokens, resyncStopTokens) {
+        // parseNumeric misuses error for boolean flagging (however the real error mustn't be a false)
+        // + nodelist offsets mustn't be modified, because there is a offset hack in rulesets for smartselection
+        if (!(node instanceof _cssNodes__WEBPACK_IMPORTED_MODULE_1__.Nodelist)) {
+            if (error) {
+                this.markError(node, error, resyncTokens, resyncStopTokens);
+            }
+            // set the node end position
+            if (this.prevToken) {
+                // length with more elements belonging together
+                var prevEnd = this.prevToken.offset + this.prevToken.len;
+                node.length = prevEnd > node.offset ? prevEnd - node.offset : 0; // offset is taken from current token, end from previous: Use 0 for empty nodes
+            }
+        }
+        return node;
+    };
+    Parser.prototype.markError = function (node, error, resyncTokens, resyncStopTokens) {
+        if (this.token !== this.lastErrorToken) { // do not report twice on the same token
+            node.addIssue(new _cssNodes__WEBPACK_IMPORTED_MODULE_1__.Marker(node, error, _cssNodes__WEBPACK_IMPORTED_MODULE_1__.Level.Error, undefined, this.token.offset, this.token.len));
+            this.lastErrorToken = this.token;
+        }
+        if (resyncTokens || resyncStopTokens) {
+            this.resync(resyncTokens, resyncStopTokens);
+        }
+    };
+    Parser.prototype.parseStylesheet = function (textDocument) {
+        var versionId = textDocument.version;
+        var text = textDocument.getText();
+        var textProvider = function (offset, length) {
+            if (textDocument.version !== versionId) {
+                throw new Error('Underlying model has changed, AST is no longer valid');
+            }
+            return text.substr(offset, length);
+        };
+        return this.internalParse(text, this._parseStylesheet, textProvider);
+    };
+    Parser.prototype.internalParse = function (input, parseFunc, textProvider) {
+        this.scanner.setSource(input);
+        this.token = this.scanner.scan();
+        var node = parseFunc.bind(this)();
+        if (node) {
+            if (textProvider) {
+                node.textProvider = textProvider;
+            }
+            else {
+                node.textProvider = function (offset, length) { return input.substr(offset, length); };
+            }
+        }
+        return node;
+    };
+    Parser.prototype._parseStylesheet = function () {
+        var node = this.create(_cssNodes__WEBPACK_IMPORTED_MODULE_1__.Stylesheet);
+        while (node.addChild(this._parseStylesheetStart())) {
+            // Parse statements only valid at the beginning of stylesheets.
+        }
+        var inRecovery = false;
+        do {
+            var hasMatch = false;
+            do {
+                hasMatch = false;
+                var statement = this._parseStylesheetStatement();
+                if (statement) {
+                    node.addChild(statement);
+                    hasMatch = true;
+                    inRecovery = false;
+                    if (!this.peek(_cssScanner__WEBPACK_IMPORTED_MODULE_0__.TokenType.EOF) && this._needsSemicolonAfter(statement) && !this.accept(_cssScanner__WEBPACK_IMPORTED_MODULE_0__.TokenType.SemiColon)) {
+                        this.markError(node, _cssErrors__WEBPACK_IMPORTED_MODULE_2__.ParseError.SemiColonExpected);
+                    }
                 }
-            ],
-            "syntax": "left | right | none | inline-start | inline-end",
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/float"
+                while (this.accept(_cssScanner__WEBPACK_IMPORTED_MODULE_0__.TokenType.SemiColon) || this.accept(_cssScanner__WEBPACK_IMPORTED_MODULE_0__.TokenType.CDO) || this.accept(_cssScanner__WEBPACK_IMPORTED_MODULE_0__.TokenType.CDC)) {
+                    // accept empty statements
+                    hasMatch = true;
+                    inRecovery = false;
                 }
-            ],
-            "description": "Specifies how a box should be floated. It may be set for any element, but only applies to elements that generate boxes that are not absolutely positioned.",
-            "restrictions": [
-                "enum"
-            ]
-        },
-        {
-            "name": "font-weight",
-            "values": [
-                {
-                    "name": "100",
-                    "description": "Thin"
-                },
-                {
-                    "name": "200",
-                    "description": "Extra Light (Ultra Light)"
-                },
-                {
-                    "name": "300",
-                    "description": "Light"
-                },
-                {
-                    "name": "400",
-                    "description": "Normal"
-                },
-                {
-                    "name": "500",
-                    "description": "Medium"
-                },
-                {
-                    "name": "600",
-                    "description": "Semi Bold (Demi Bold)"
-                },
-                {
-                    "name": "700",
-                    "description": "Bold"
-                },
-                {
-                    "name": "800",
-                    "description": "Extra Bold (Ultra Bold)"
-                },
-                {
-                    "name": "900",
-                    "description": "Black (Heavy)"
-                },
-                {
-                    "name": "bold",
-                    "description": "Same as 700"
-                },
-                {
-                    "name": "bolder",
-                    "description": "Specifies the weight of the face bolder than the inherited value."
-                },
-                {
-                    "name": "lighter",
-                    "description": "Specifies the weight of the face lighter than the inherited value."
-                },
-                {
-                    "name": "normal",
-                    "description": "Same as 400"
+            } while (hasMatch);
+            if (this.peek(_cssScanner__WEBPACK_IMPORTED_MODULE_0__.TokenType.EOF)) {
+                break;
+            }
+            if (!inRecovery) {
+                if (this.peek(_cssScanner__WEBPACK_IMPORTED_MODULE_0__.TokenType.AtKeyword)) {
+                    this.markError(node, _cssErrors__WEBPACK_IMPORTED_MODULE_2__.ParseError.UnknownAtRule);
                 }
-            ],
-            "syntax": "<font-weight-absolute>{1,2}",
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/font-weight"
+                else {
+                    this.markError(node, _cssErrors__WEBPACK_IMPORTED_MODULE_2__.ParseError.RuleOrSelectorExpected);
                 }
-            ],
-            "description": "Specifies weight of glyphs in the font, their degree of blackness or stroke thickness.",
-            "restrictions": [
-                "enum"
-            ]
-        },
-        {
-            "name": "overflow",
-            "values": [
-                {
-                    "name": "auto",
-                    "description": "The behavior of the 'auto' value is UA-dependent, but should cause a scrolling mechanism to be provided for overflowing boxes."
-                },
-                {
-                    "name": "hidden",
-                    "description": "Content is clipped and no scrolling mechanism should be provided to view the content outside the clipping region."
-                },
-                {
-                    "name": "-moz-hidden-unscrollable",
-                    "description": "Same as the standardized 'clip', except doesn’t establish a block formatting context."
-                },
-                {
-                    "name": "scroll",
-                    "description": "Content is clipped and if the user agent uses a scrolling mechanism that is visible on the screen (such as a scroll bar or a panner), that mechanism should be displayed for a box whether or not any of its content is clipped."
-                },
-                {
-                    "name": "visible",
-                    "description": "Content is not clipped, i.e., it may be rendered outside the content box."
+                inRecovery = true;
+            }
+            this.consumeToken();
+        } while (!this.peek(_cssScanner__WEBPACK_IMPORTED_MODULE_0__.TokenType.EOF));
+        return this.finish(node);
+    };
+    Parser.prototype._parseStylesheetStart = function () {
+        return this._parseCharset();
+    };
+    Parser.prototype._parseStylesheetStatement = function (isNested) {
+        if (isNested === void 0) { isNested = false; }
+        if (this.peek(_cssScanner__WEBPACK_IMPORTED_MODULE_0__.TokenType.AtKeyword)) {
+            return this._parseStylesheetAtStatement(isNested);
+        }
+        return this._parseRuleset(isNested);
+    };
+    Parser.prototype._parseStylesheetAtStatement = function (isNested) {
+        if (isNested === void 0) { isNested = false; }
+        return this._parseImport()
+            || this._parseMedia(isNested)
+            || this._parsePage()
+            || this._parseFontFace()
+            || this._parseKeyframe()
+            || this._parseSupports(isNested)
+            || this._parseViewPort()
+            || this._parseNamespace()
+            || this._parseDocument()
+            || this._parseUnknownAtRule();
+    };
+    Parser.prototype._tryParseRuleset = function (isNested) {
+        var mark = this.mark();
+        if (this._parseSelector(isNested)) {
+            while (this.accept(_cssScanner__WEBPACK_IMPORTED_MODULE_0__.TokenType.Comma) && this._parseSelector(isNested)) {
+                // loop
+            }
+            if (this.accept(_cssScanner__WEBPACK_IMPORTED_MODULE_0__.TokenType.CurlyL)) {
+                this.restoreAtMark(mark);
+                return this._parseRuleset(isNested);
+            }
+        }
+        this.restoreAtMark(mark);
+        return null;
+    };
+    Parser.prototype._parseRuleset = function (isNested) {
+        if (isNested === void 0) { isNested = false; }
+        var node = this.create(_cssNodes__WEBPACK_IMPORTED_MODULE_1__.RuleSet);
+        var selectors = node.getSelectors();
+        if (!selectors.addChild(this._parseSelector(isNested))) {
+            return null;
+        }
+        while (this.accept(_cssScanner__WEBPACK_IMPORTED_MODULE_0__.TokenType.Comma)) {
+            if (!selectors.addChild(this._parseSelector(isNested))) {
+                return this.finish(node, _cssErrors__WEBPACK_IMPORTED_MODULE_2__.ParseError.SelectorExpected);
+            }
+        }
+        return this._parseBody(node, this._parseRuleSetDeclaration.bind(this));
+    };
+    Parser.prototype._parseRuleSetDeclarationAtStatement = function () {
+        return this._parseAtApply()
+            || this._parseUnknownAtRule();
+    };
+    Parser.prototype._parseRuleSetDeclaration = function () {
+        // https://www.w3.org/TR/css-syntax-3/#consume-a-list-of-declarations0
+        if (this.peek(_cssScanner__WEBPACK_IMPORTED_MODULE_0__.TokenType.AtKeyword)) {
+            return this._parseRuleSetDeclarationAtStatement();
+        }
+        return this._tryParseCustomPropertyDeclaration()
+            || this._parseDeclaration();
+    };
+    /**
+     * Parses declarations like:
+     *   @apply --my-theme;
+     *
+     * Follows https://tabatkins.github.io/specs/css-apply-rule/#using
+     */
+    Parser.prototype._parseAtApply = function () {
+        if (!this.peekKeyword('@apply')) {
+            return null;
+        }
+        var node = this.create(_cssNodes__WEBPACK_IMPORTED_MODULE_1__.AtApplyRule);
+        this.consumeToken();
+        if (!node.setIdentifier(this._parseIdent([_cssNodes__WEBPACK_IMPORTED_MODULE_1__.ReferenceType.Variable]))) {
+            return this.finish(node, _cssErrors__WEBPACK_IMPORTED_MODULE_2__.ParseError.IdentifierExpected);
+        }
+        return this.finish(node);
+    };
+    Parser.prototype._needsSemicolonAfter = function (node) {
+        switch (node.type) {
+            case _cssNodes__WEBPACK_IMPORTED_MODULE_1__.NodeType.Keyframe:
+            case _cssNodes__WEBPACK_IMPORTED_MODULE_1__.NodeType.ViewPort:
+            case _cssNodes__WEBPACK_IMPORTED_MODULE_1__.NodeType.Media:
+            case _cssNodes__WEBPACK_IMPORTED_MODULE_1__.NodeType.Ruleset:
+            case _cssNodes__WEBPACK_IMPORTED_MODULE_1__.NodeType.Namespace:
+            case _cssNodes__WEBPACK_IMPORTED_MODULE_1__.NodeType.If:
+            case _cssNodes__WEBPACK_IMPORTED_MODULE_1__.NodeType.For:
+            case _cssNodes__WEBPACK_IMPORTED_MODULE_1__.NodeType.Each:
+            case _cssNodes__WEBPACK_IMPORTED_MODULE_1__.NodeType.While:
+            case _cssNodes__WEBPACK_IMPORTED_MODULE_1__.NodeType.MixinDeclaration:
+            case _cssNodes__WEBPACK_IMPORTED_MODULE_1__.NodeType.FunctionDeclaration:
+            case _cssNodes__WEBPACK_IMPORTED_MODULE_1__.NodeType.MixinContentDeclaration:
+                return false;
+            case _cssNodes__WEBPACK_IMPORTED_MODULE_1__.NodeType.ExtendsReference:
+            case _cssNodes__WEBPACK_IMPORTED_MODULE_1__.NodeType.MixinContentReference:
+            case _cssNodes__WEBPACK_IMPORTED_MODULE_1__.NodeType.ReturnStatement:
+            case _cssNodes__WEBPACK_IMPORTED_MODULE_1__.NodeType.MediaQuery:
+            case _cssNodes__WEBPACK_IMPORTED_MODULE_1__.NodeType.Debug:
+            case _cssNodes__WEBPACK_IMPORTED_MODULE_1__.NodeType.Import:
+            case _cssNodes__WEBPACK_IMPORTED_MODULE_1__.NodeType.AtApplyRule:
+            case _cssNodes__WEBPACK_IMPORTED_MODULE_1__.NodeType.CustomPropertyDeclaration:
+                return true;
+            case _cssNodes__WEBPACK_IMPORTED_MODULE_1__.NodeType.VariableDeclaration:
+                return node.needsSemicolon;
+            case _cssNodes__WEBPACK_IMPORTED_MODULE_1__.NodeType.MixinReference:
+                return !node.getContent();
+            case _cssNodes__WEBPACK_IMPORTED_MODULE_1__.NodeType.Declaration:
+                return !node.getNestedProperties();
+        }
+        return false;
+    };
+    Parser.prototype._parseDeclarations = function (parseDeclaration) {
+        var node = this.create(_cssNodes__WEBPACK_IMPORTED_MODULE_1__.Declarations);
+        if (!this.accept(_cssScanner__WEBPACK_IMPORTED_MODULE_0__.TokenType.CurlyL)) {
+            return null;
+        }
+        var decl = parseDeclaration();
+        while (node.addChild(decl)) {
+            if (this.peek(_cssScanner__WEBPACK_IMPORTED_MODULE_0__.TokenType.CurlyR)) {
+                break;
+            }
+            if (this._needsSemicolonAfter(decl) && !this.accept(_cssScanner__WEBPACK_IMPORTED_MODULE_0__.TokenType.SemiColon)) {
+                return this.finish(node, _cssErrors__WEBPACK_IMPORTED_MODULE_2__.ParseError.SemiColonExpected, [_cssScanner__WEBPACK_IMPORTED_MODULE_0__.TokenType.SemiColon, _cssScanner__WEBPACK_IMPORTED_MODULE_0__.TokenType.CurlyR]);
+            }
+            // We accepted semicolon token. Link it to declaration.
+            if (decl && this.prevToken && this.prevToken.type === _cssScanner__WEBPACK_IMPORTED_MODULE_0__.TokenType.SemiColon) {
+                decl.semicolonPosition = this.prevToken.offset;
+            }
+            while (this.accept(_cssScanner__WEBPACK_IMPORTED_MODULE_0__.TokenType.SemiColon)) {
+                // accept empty statements
+            }
+            decl = parseDeclaration();
+        }
+        if (!this.accept(_cssScanner__WEBPACK_IMPORTED_MODULE_0__.TokenType.CurlyR)) {
+            return this.finish(node, _cssErrors__WEBPACK_IMPORTED_MODULE_2__.ParseError.RightCurlyExpected, [_cssScanner__WEBPACK_IMPORTED_MODULE_0__.TokenType.CurlyR, _cssScanner__WEBPACK_IMPORTED_MODULE_0__.TokenType.SemiColon]);
+        }
+        return this.finish(node);
+    };
+    Parser.prototype._parseBody = function (node, parseDeclaration) {
+        if (!node.setDeclarations(this._parseDeclarations(parseDeclaration))) {
+            return this.finish(node, _cssErrors__WEBPACK_IMPORTED_MODULE_2__.ParseError.LeftCurlyExpected, [_cssScanner__WEBPACK_IMPORTED_MODULE_0__.TokenType.CurlyR, _cssScanner__WEBPACK_IMPORTED_MODULE_0__.TokenType.SemiColon]);
+        }
+        return this.finish(node);
+    };
+    Parser.prototype._parseSelector = function (isNested) {
+        var node = this.create(_cssNodes__WEBPACK_IMPORTED_MODULE_1__.Selector);
+        var hasContent = false;
+        if (isNested) {
+            // nested selectors can start with a combinator
+            hasContent = node.addChild(this._parseCombinator());
+        }
+        while (node.addChild(this._parseSimpleSelector())) {
+            hasContent = true;
+            node.addChild(this._parseCombinator()); // optional
+        }
+        return hasContent ? this.finish(node) : null;
+    };
+    Parser.prototype._parseDeclaration = function (resyncStopTokens) {
+        var node = this.create(_cssNodes__WEBPACK_IMPORTED_MODULE_1__.Declaration);
+        if (!node.setProperty(this._parseProperty())) {
+            return null;
+        }
+        if (!this.accept(_cssScanner__WEBPACK_IMPORTED_MODULE_0__.TokenType.Colon)) {
+            var stopTokens = resyncStopTokens ? __spreadArrays(resyncStopTokens, [_cssScanner__WEBPACK_IMPORTED_MODULE_0__.TokenType.SemiColon]) : [_cssScanner__WEBPACK_IMPORTED_MODULE_0__.TokenType.SemiColon];
+            return this.finish(node, _cssErrors__WEBPACK_IMPORTED_MODULE_2__.ParseError.ColonExpected, [_cssScanner__WEBPACK_IMPORTED_MODULE_0__.TokenType.Colon], stopTokens);
+        }
+        if (this.prevToken) {
+            node.colonPosition = this.prevToken.offset;
+        }
+        if (!node.setValue(this._parseExpr())) {
+            return this.finish(node, _cssErrors__WEBPACK_IMPORTED_MODULE_2__.ParseError.PropertyValueExpected);
+        }
+        node.addChild(this._parsePrio());
+        if (this.peek(_cssScanner__WEBPACK_IMPORTED_MODULE_0__.TokenType.SemiColon)) {
+            node.semicolonPosition = this.token.offset; // not part of the declaration, but useful information for code assist
+        }
+        return this.finish(node);
+    };
+    Parser.prototype._tryParseCustomPropertyDeclaration = function () {
+        if (!this.peekRegExp(_cssScanner__WEBPACK_IMPORTED_MODULE_0__.TokenType.Ident, /^--/)) {
+            return null;
+        }
+        var node = this.create(_cssNodes__WEBPACK_IMPORTED_MODULE_1__.CustomPropertyDeclaration);
+        if (!node.setProperty(this._parseProperty())) {
+            return null;
+        }
+        if (!this.accept(_cssScanner__WEBPACK_IMPORTED_MODULE_0__.TokenType.Colon)) {
+            return this.finish(node, _cssErrors__WEBPACK_IMPORTED_MODULE_2__.ParseError.ColonExpected, [_cssScanner__WEBPACK_IMPORTED_MODULE_0__.TokenType.Colon]);
+        }
+        if (this.prevToken) {
+            node.colonPosition = this.prevToken.offset;
+        }
+        var mark = this.mark();
+        if (this.peek(_cssScanner__WEBPACK_IMPORTED_MODULE_0__.TokenType.CurlyL)) {
+            // try to parse it as nested declaration
+            var propertySet = this.create(_cssNodes__WEBPACK_IMPORTED_MODULE_1__.CustomPropertySet);
+            var declarations = this._parseDeclarations(this._parseRuleSetDeclaration.bind(this));
+            if (propertySet.setDeclarations(declarations) && !declarations.isErroneous(true)) {
+                propertySet.addChild(this._parsePrio());
+                if (this.peek(_cssScanner__WEBPACK_IMPORTED_MODULE_0__.TokenType.SemiColon)) {
+                    this.finish(propertySet);
+                    node.setPropertySet(propertySet);
+                    node.semicolonPosition = this.token.offset; // not part of the declaration, but useful information for code assist
+                    return this.finish(node);
                 }
-            ],
-            "syntax": "[ visible | hidden | clip | scroll | auto ]{1,2}",
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/overflow"
+            }
+            this.restoreAtMark(mark);
+        }
+        // try tp parse as expression
+        var expression = this._parseExpr();
+        if (expression && !expression.isErroneous(true)) {
+            this._parsePrio();
+            if (this.peek(_cssScanner__WEBPACK_IMPORTED_MODULE_0__.TokenType.SemiColon)) {
+                node.setValue(expression);
+                node.semicolonPosition = this.token.offset; // not part of the declaration, but useful information for code assist
+                return this.finish(node);
+            }
+        }
+        this.restoreAtMark(mark);
+        node.addChild(this._parseCustomPropertyValue());
+        node.addChild(this._parsePrio());
+        if ((0,_utils_objects__WEBPACK_IMPORTED_MODULE_4__.isDefined)(node.colonPosition) && this.token.offset === node.colonPosition + 1) {
+            return this.finish(node, _cssErrors__WEBPACK_IMPORTED_MODULE_2__.ParseError.PropertyValueExpected);
+        }
+        return this.finish(node);
+    };
+    /**
+     * Parse custom property values.
+     *
+     * Based on https://www.w3.org/TR/css-variables/#syntax
+     *
+     * This code is somewhat unusual, as the allowed syntax is incredibly broad,
+     * parsing almost any sequence of tokens, save for a small set of exceptions.
+     * Unbalanced delimitors, invalid tokens, and declaration
+     * terminators like semicolons and !important directives (when not inside
+     * of delimitors).
+     */
+    Parser.prototype._parseCustomPropertyValue = function () {
+        var node = this.create(_cssNodes__WEBPACK_IMPORTED_MODULE_1__.Node);
+        var isTopLevel = function () { return curlyDepth === 0 && parensDepth === 0 && bracketsDepth === 0; };
+        var curlyDepth = 0;
+        var parensDepth = 0;
+        var bracketsDepth = 0;
+        done: while (true) {
+            switch (this.token.type) {
+                case _cssScanner__WEBPACK_IMPORTED_MODULE_0__.TokenType.SemiColon:
+                    // A semicolon only ends things if we're not inside a delimitor.
+                    if (isTopLevel()) {
+                        break done;
+                    }
+                    break;
+                case _cssScanner__WEBPACK_IMPORTED_MODULE_0__.TokenType.Exclamation:
+                    // An exclamation ends the value if we're not inside delims.
+                    if (isTopLevel()) {
+                        break done;
+                    }
+                    break;
+                case _cssScanner__WEBPACK_IMPORTED_MODULE_0__.TokenType.CurlyL:
+                    curlyDepth++;
+                    break;
+                case _cssScanner__WEBPACK_IMPORTED_MODULE_0__.TokenType.CurlyR:
+                    curlyDepth--;
+                    if (curlyDepth < 0) {
+                        // The property value has been terminated without a semicolon, and
+                        // this is the last declaration in the ruleset.
+                        if (parensDepth === 0 && bracketsDepth === 0) {
+                            break done;
+                        }
+                        return this.finish(node, _cssErrors__WEBPACK_IMPORTED_MODULE_2__.ParseError.LeftCurlyExpected);
+                    }
+                    break;
+                case _cssScanner__WEBPACK_IMPORTED_MODULE_0__.TokenType.ParenthesisL:
+                    parensDepth++;
+                    break;
+                case _cssScanner__WEBPACK_IMPORTED_MODULE_0__.TokenType.ParenthesisR:
+                    parensDepth--;
+                    if (parensDepth < 0) {
+                        return this.finish(node, _cssErrors__WEBPACK_IMPORTED_MODULE_2__.ParseError.LeftParenthesisExpected);
+                    }
+                    break;
+                case _cssScanner__WEBPACK_IMPORTED_MODULE_0__.TokenType.BracketL:
+                    bracketsDepth++;
+                    break;
+                case _cssScanner__WEBPACK_IMPORTED_MODULE_0__.TokenType.BracketR:
+                    bracketsDepth--;
+                    if (bracketsDepth < 0) {
+                        return this.finish(node, _cssErrors__WEBPACK_IMPORTED_MODULE_2__.ParseError.LeftSquareBracketExpected);
+                    }
+                    break;
+                case _cssScanner__WEBPACK_IMPORTED_MODULE_0__.TokenType.BadString: // fall through
+                    break done;
+                case _cssScanner__WEBPACK_IMPORTED_MODULE_0__.TokenType.EOF:
+                    // We shouldn't have reached the end of input, something is
+                    // unterminated.
+                    var error = _cssErrors__WEBPACK_IMPORTED_MODULE_2__.ParseError.RightCurlyExpected;
+                    if (bracketsDepth > 0) {
+                        error = _cssErrors__WEBPACK_IMPORTED_MODULE_2__.ParseError.RightSquareBracketExpected;
+                    }
+                    else if (parensDepth > 0) {
+                        error = _cssErrors__WEBPACK_IMPORTED_MODULE_2__.ParseError.RightParenthesisExpected;
+                    }
+                    return this.finish(node, error);
+            }
+            this.consumeToken();
+        }
+        return this.finish(node);
+    };
+    Parser.prototype._tryToParseDeclaration = function () {
+        var mark = this.mark();
+        if (this._parseProperty() && this.accept(_cssScanner__WEBPACK_IMPORTED_MODULE_0__.TokenType.Colon)) {
+            // looks like a declaration, go ahead
+            this.restoreAtMark(mark);
+            return this._parseDeclaration();
+        }
+        this.restoreAtMark(mark);
+        return null;
+    };
+    Parser.prototype._parseProperty = function () {
+        var node = this.create(_cssNodes__WEBPACK_IMPORTED_MODULE_1__.Property);
+        var mark = this.mark();
+        if (this.acceptDelim('*') || this.acceptDelim('_')) {
+            // support for  IE 5.x, 6 and 7 star hack: see http://en.wikipedia.org/wiki/CSS_filter#Star_hack
+            if (this.hasWhitespace()) {
+                this.restoreAtMark(mark);
+                return null;
+            }
+        }
+        if (node.setIdentifier(this._parsePropertyIdentifier())) {
+            return this.finish(node);
+        }
+        return null;
+    };
+    Parser.prototype._parsePropertyIdentifier = function () {
+        return this._parseIdent();
+    };
+    Parser.prototype._parseCharset = function () {
+        if (!this.peek(_cssScanner__WEBPACK_IMPORTED_MODULE_0__.TokenType.Charset)) {
+            return null;
+        }
+        var node = this.create(_cssNodes__WEBPACK_IMPORTED_MODULE_1__.Node);
+        this.consumeToken(); // charset
+        if (!this.accept(_cssScanner__WEBPACK_IMPORTED_MODULE_0__.TokenType.String)) {
+            return this.finish(node, _cssErrors__WEBPACK_IMPORTED_MODULE_2__.ParseError.IdentifierExpected);
+        }
+        if (!this.accept(_cssScanner__WEBPACK_IMPORTED_MODULE_0__.TokenType.SemiColon)) {
+            return this.finish(node, _cssErrors__WEBPACK_IMPORTED_MODULE_2__.ParseError.SemiColonExpected);
+        }
+        return this.finish(node);
+    };
+    Parser.prototype._parseImport = function () {
+        if (!this.peekKeyword('@import')) {
+            return null;
+        }
+        var node = this.create(_cssNodes__WEBPACK_IMPORTED_MODULE_1__.Import);
+        this.consumeToken(); // @import
+        if (!node.addChild(this._parseURILiteral()) && !node.addChild(this._parseStringLiteral())) {
+            return this.finish(node, _cssErrors__WEBPACK_IMPORTED_MODULE_2__.ParseError.URIOrStringExpected);
+        }
+        if (!this.peek(_cssScanner__WEBPACK_IMPORTED_MODULE_0__.TokenType.SemiColon) && !this.peek(_cssScanner__WEBPACK_IMPORTED_MODULE_0__.TokenType.EOF)) {
+            node.setMedialist(this._parseMediaQueryList());
+        }
+        return this.finish(node);
+    };
+    Parser.prototype._parseNamespace = function () {
+        // http://www.w3.org/TR/css3-namespace/
+        // namespace  : NAMESPACE_SYM S* [IDENT S*]? [STRING|URI] S* ';' S*
+        if (!this.peekKeyword('@namespace')) {
+            return null;
+        }
+        var node = this.create(_cssNodes__WEBPACK_IMPORTED_MODULE_1__.Namespace);
+        this.consumeToken(); // @namespace
+        if (!node.addChild(this._parseURILiteral())) { // url literal also starts with ident
+            node.addChild(this._parseIdent()); // optional prefix
+            if (!node.addChild(this._parseURILiteral()) && !node.addChild(this._parseStringLiteral())) {
+                return this.finish(node, _cssErrors__WEBPACK_IMPORTED_MODULE_2__.ParseError.URIExpected, [_cssScanner__WEBPACK_IMPORTED_MODULE_0__.TokenType.SemiColon]);
+            }
+        }
+        if (!this.accept(_cssScanner__WEBPACK_IMPORTED_MODULE_0__.TokenType.SemiColon)) {
+            return this.finish(node, _cssErrors__WEBPACK_IMPORTED_MODULE_2__.ParseError.SemiColonExpected);
+        }
+        return this.finish(node);
+    };
+    Parser.prototype._parseFontFace = function () {
+        if (!this.peekKeyword('@font-face')) {
+            return null;
+        }
+        var node = this.create(_cssNodes__WEBPACK_IMPORTED_MODULE_1__.FontFace);
+        this.consumeToken(); // @font-face
+        return this._parseBody(node, this._parseRuleSetDeclaration.bind(this));
+    };
+    Parser.prototype._parseViewPort = function () {
+        if (!this.peekKeyword('@-ms-viewport') &&
+            !this.peekKeyword('@-o-viewport') &&
+            !this.peekKeyword('@viewport')) {
+            return null;
+        }
+        var node = this.create(_cssNodes__WEBPACK_IMPORTED_MODULE_1__.ViewPort);
+        this.consumeToken(); // @-ms-viewport
+        return this._parseBody(node, this._parseRuleSetDeclaration.bind(this));
+    };
+    Parser.prototype._parseKeyframe = function () {
+        if (!this.peekRegExp(_cssScanner__WEBPACK_IMPORTED_MODULE_0__.TokenType.AtKeyword, this.keyframeRegex)) {
+            return null;
+        }
+        var node = this.create(_cssNodes__WEBPACK_IMPORTED_MODULE_1__.Keyframe);
+        var atNode = this.create(_cssNodes__WEBPACK_IMPORTED_MODULE_1__.Node);
+        this.consumeToken(); // atkeyword
+        node.setKeyword(this.finish(atNode));
+        if (atNode.matches('@-ms-keyframes')) { // -ms-keyframes never existed
+            this.markError(atNode, _cssErrors__WEBPACK_IMPORTED_MODULE_2__.ParseError.UnknownKeyword);
+        }
+        if (!node.setIdentifier(this._parseKeyframeIdent())) {
+            return this.finish(node, _cssErrors__WEBPACK_IMPORTED_MODULE_2__.ParseError.IdentifierExpected, [_cssScanner__WEBPACK_IMPORTED_MODULE_0__.TokenType.CurlyR]);
+        }
+        return this._parseBody(node, this._parseKeyframeSelector.bind(this));
+    };
+    Parser.prototype._parseKeyframeIdent = function () {
+        return this._parseIdent([_cssNodes__WEBPACK_IMPORTED_MODULE_1__.ReferenceType.Keyframe]);
+    };
+    Parser.prototype._parseKeyframeSelector = function () {
+        var node = this.create(_cssNodes__WEBPACK_IMPORTED_MODULE_1__.KeyframeSelector);
+        if (!node.addChild(this._parseIdent()) && !this.accept(_cssScanner__WEBPACK_IMPORTED_MODULE_0__.TokenType.Percentage)) {
+            return null;
+        }
+        while (this.accept(_cssScanner__WEBPACK_IMPORTED_MODULE_0__.TokenType.Comma)) {
+            if (!node.addChild(this._parseIdent()) && !this.accept(_cssScanner__WEBPACK_IMPORTED_MODULE_0__.TokenType.Percentage)) {
+                return this.finish(node, _cssErrors__WEBPACK_IMPORTED_MODULE_2__.ParseError.PercentageExpected);
+            }
+        }
+        return this._parseBody(node, this._parseRuleSetDeclaration.bind(this));
+    };
+    Parser.prototype._tryParseKeyframeSelector = function () {
+        var node = this.create(_cssNodes__WEBPACK_IMPORTED_MODULE_1__.KeyframeSelector);
+        var pos = this.mark();
+        if (!node.addChild(this._parseIdent()) && !this.accept(_cssScanner__WEBPACK_IMPORTED_MODULE_0__.TokenType.Percentage)) {
+            return null;
+        }
+        while (this.accept(_cssScanner__WEBPACK_IMPORTED_MODULE_0__.TokenType.Comma)) {
+            if (!node.addChild(this._parseIdent()) && !this.accept(_cssScanner__WEBPACK_IMPORTED_MODULE_0__.TokenType.Percentage)) {
+                this.restoreAtMark(pos);
+                return null;
+            }
+        }
+        if (!this.peek(_cssScanner__WEBPACK_IMPORTED_MODULE_0__.TokenType.CurlyL)) {
+            this.restoreAtMark(pos);
+            return null;
+        }
+        return this._parseBody(node, this._parseRuleSetDeclaration.bind(this));
+    };
+    Parser.prototype._parseSupports = function (isNested) {
+        if (isNested === void 0) { isNested = false; }
+        // SUPPORTS_SYM S* supports_condition '{' S* ruleset* '}' S*
+        if (!this.peekKeyword('@supports')) {
+            return null;
+        }
+        var node = this.create(_cssNodes__WEBPACK_IMPORTED_MODULE_1__.Supports);
+        this.consumeToken(); // @supports
+        node.addChild(this._parseSupportsCondition());
+        return this._parseBody(node, this._parseSupportsDeclaration.bind(this, isNested));
+    };
+    Parser.prototype._parseSupportsDeclaration = function (isNested) {
+        if (isNested === void 0) { isNested = false; }
+        if (isNested) {
+            // if nested, the body can contain rulesets, but also declarations
+            return this._tryParseRuleset(true)
+                || this._tryToParseDeclaration()
+                || this._parseStylesheetStatement(true);
+        }
+        return this._parseStylesheetStatement(false);
+    };
+    Parser.prototype._parseSupportsCondition = function () {
+        // supports_condition : supports_negation | supports_conjunction | supports_disjunction | supports_condition_in_parens ;
+        // supports_condition_in_parens: ( '(' S* supports_condition S* ')' ) | supports_declaration_condition | general_enclosed ;
+        // supports_negation: NOT S+ supports_condition_in_parens ;
+        // supports_conjunction: supports_condition_in_parens ( S+ AND S+ supports_condition_in_parens )+;
+        // supports_disjunction: supports_condition_in_parens ( S+ OR S+ supports_condition_in_parens )+;
+        // supports_declaration_condition: '(' S* declaration ')';
+        // general_enclosed: ( FUNCTION | '(' ) ( any | unused )* ')' ;
+        var node = this.create(_cssNodes__WEBPACK_IMPORTED_MODULE_1__.SupportsCondition);
+        if (this.acceptIdent('not')) {
+            node.addChild(this._parseSupportsConditionInParens());
+        }
+        else {
+            node.addChild(this._parseSupportsConditionInParens());
+            if (this.peekRegExp(_cssScanner__WEBPACK_IMPORTED_MODULE_0__.TokenType.Ident, /^(and|or)$/i)) {
+                var text = this.token.text.toLowerCase();
+                while (this.acceptIdent(text)) {
+                    node.addChild(this._parseSupportsConditionInParens());
                 }
-            ],
-            "description": "Shorthand for setting 'overflow-x' and 'overflow-y'.",
-            "restrictions": [
-                "enum"
-            ]
-        },
-        {
-            "name": "line-height",
-            "values": [
-                {
-                    "name": "normal",
-                    "description": "Tells user agents to set the computed value to a 'reasonable' value based on the font size of the element."
+            }
+        }
+        return this.finish(node);
+    };
+    Parser.prototype._parseSupportsConditionInParens = function () {
+        var node = this.create(_cssNodes__WEBPACK_IMPORTED_MODULE_1__.SupportsCondition);
+        if (this.accept(_cssScanner__WEBPACK_IMPORTED_MODULE_0__.TokenType.ParenthesisL)) {
+            if (this.prevToken) {
+                node.lParent = this.prevToken.offset;
+            }
+            if (!node.addChild(this._tryToParseDeclaration())) {
+                if (!this._parseSupportsCondition()) {
+                    return this.finish(node, _cssErrors__WEBPACK_IMPORTED_MODULE_2__.ParseError.ConditionExpected);
                 }
-            ],
-            "syntax": "normal | <number> | <length> | <percentage>",
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/line-height"
+            }
+            if (!this.accept(_cssScanner__WEBPACK_IMPORTED_MODULE_0__.TokenType.ParenthesisR)) {
+                return this.finish(node, _cssErrors__WEBPACK_IMPORTED_MODULE_2__.ParseError.RightParenthesisExpected, [_cssScanner__WEBPACK_IMPORTED_MODULE_0__.TokenType.ParenthesisR], []);
+            }
+            if (this.prevToken) {
+                node.rParent = this.prevToken.offset;
+            }
+            return this.finish(node);
+        }
+        else if (this.peek(_cssScanner__WEBPACK_IMPORTED_MODULE_0__.TokenType.Ident)) {
+            var pos = this.mark();
+            this.consumeToken();
+            if (!this.hasWhitespace() && this.accept(_cssScanner__WEBPACK_IMPORTED_MODULE_0__.TokenType.ParenthesisL)) {
+                var openParentCount = 1;
+                while (this.token.type !== _cssScanner__WEBPACK_IMPORTED_MODULE_0__.TokenType.EOF && openParentCount !== 0) {
+                    if (this.token.type === _cssScanner__WEBPACK_IMPORTED_MODULE_0__.TokenType.ParenthesisL) {
+                        openParentCount++;
+                    }
+                    else if (this.token.type === _cssScanner__WEBPACK_IMPORTED_MODULE_0__.TokenType.ParenthesisR) {
+                        openParentCount--;
+                    }
+                    this.consumeToken();
                 }
-            ],
-            "description": "Determines the block-progression dimension of the text content area of an inline box.",
-            "restrictions": [
-                "number",
-                "length",
-                "percentage"
-            ]
-        },
-        {
-            "name": "font-family",
-            "values": [
-                {
-                    "name": "-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif"
-                },
-                {
-                    "name": "Arial, Helvetica, sans-serif"
-                },
-                {
-                    "name": "Cambria, Cochin, Georgia, Times, 'Times New Roman', serif"
-                },
-                {
-                    "name": "'Courier New', Courier, monospace"
-                },
-                {
-                    "name": "cursive"
-                },
-                {
-                    "name": "fantasy"
-                },
-                {
-                    "name": "'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif"
-                },
-                {
-                    "name": "Georgia, 'Times New Roman', Times, serif"
-                },
-                {
-                    "name": "'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif"
-                },
-                {
-                    "name": "Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif"
-                },
-                {
-                    "name": "'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif"
-                },
-                {
-                    "name": "monospace"
-                },
-                {
-                    "name": "sans-serif"
-                },
-                {
-                    "name": "'Segoe UI', Tahoma, Geneva, Verdana, sans-serif"
-                },
-                {
-                    "name": "serif"
-                },
-                {
-                    "name": "'Times New Roman', Times, serif"
-                },
-                {
-                    "name": "'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif"
-                },
-                {
-                    "name": "Verdana, Geneva, Tahoma, sans-serif"
+                return this.finish(node);
+            }
+            else {
+                this.restoreAtMark(pos);
+            }
+        }
+        return this.finish(node, _cssErrors__WEBPACK_IMPORTED_MODULE_2__.ParseError.LeftParenthesisExpected, [], [_cssScanner__WEBPACK_IMPORTED_MODULE_0__.TokenType.ParenthesisL]);
+    };
+    Parser.prototype._parseMediaDeclaration = function (isNested) {
+        if (isNested === void 0) { isNested = false; }
+        if (isNested) {
+            // if nested, the body can contain rulesets, but also declarations
+            return this._tryParseRuleset(true)
+                || this._tryToParseDeclaration()
+                || this._parseStylesheetStatement(true);
+        }
+        return this._parseStylesheetStatement(false);
+    };
+    Parser.prototype._parseMedia = function (isNested) {
+        if (isNested === void 0) { isNested = false; }
+        // MEDIA_SYM S* media_query_list '{' S* ruleset* '}' S*
+        // media_query_list : S* [media_query [ ',' S* media_query ]* ]?
+        if (!this.peekKeyword('@media')) {
+            return null;
+        }
+        var node = this.create(_cssNodes__WEBPACK_IMPORTED_MODULE_1__.Media);
+        this.consumeToken(); // @media
+        if (!node.addChild(this._parseMediaQueryList())) {
+            return this.finish(node, _cssErrors__WEBPACK_IMPORTED_MODULE_2__.ParseError.MediaQueryExpected);
+        }
+        return this._parseBody(node, this._parseMediaDeclaration.bind(this, isNested));
+    };
+    Parser.prototype._parseMediaQueryList = function () {
+        var node = this.create(_cssNodes__WEBPACK_IMPORTED_MODULE_1__.Medialist);
+        if (!node.addChild(this._parseMediaQuery([_cssScanner__WEBPACK_IMPORTED_MODULE_0__.TokenType.CurlyL]))) {
+            return this.finish(node, _cssErrors__WEBPACK_IMPORTED_MODULE_2__.ParseError.MediaQueryExpected);
+        }
+        while (this.accept(_cssScanner__WEBPACK_IMPORTED_MODULE_0__.TokenType.Comma)) {
+            if (!node.addChild(this._parseMediaQuery([_cssScanner__WEBPACK_IMPORTED_MODULE_0__.TokenType.CurlyL]))) {
+                return this.finish(node, _cssErrors__WEBPACK_IMPORTED_MODULE_2__.ParseError.MediaQueryExpected);
+            }
+        }
+        return this.finish(node);
+    };
+    Parser.prototype._parseMediaQuery = function (resyncStopToken) {
+        // http://www.w3.org/TR/css3-mediaqueries/
+        // media_query : [ONLY | NOT]? S* IDENT S* [ AND S* expression ]* | expression [ AND S* expression ]*
+        // expression : '(' S* IDENT S* [ ':' S* expr ]? ')' S*
+        var node = this.create(_cssNodes__WEBPACK_IMPORTED_MODULE_1__.MediaQuery);
+        var parseExpression = true;
+        var hasContent = false;
+        if (!this.peek(_cssScanner__WEBPACK_IMPORTED_MODULE_0__.TokenType.ParenthesisL)) {
+            if (this.acceptIdent('only') || this.acceptIdent('not')) {
+                // optional
+            }
+            if (!node.addChild(this._parseIdent())) {
+                return null;
+            }
+            hasContent = true;
+            parseExpression = this.acceptIdent('and');
+        }
+        while (parseExpression) {
+            // Allow short-circuting for other language constructs.
+            if (node.addChild(this._parseMediaContentStart())) {
+                parseExpression = this.acceptIdent('and');
+                continue;
+            }
+            if (!this.accept(_cssScanner__WEBPACK_IMPORTED_MODULE_0__.TokenType.ParenthesisL)) {
+                if (hasContent) {
+                    return this.finish(node, _cssErrors__WEBPACK_IMPORTED_MODULE_2__.ParseError.LeftParenthesisExpected, [], resyncStopToken);
                 }
-            ],
-            "syntax": "<family-name>",
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/font-family"
+                return null;
+            }
+            if (!node.addChild(this._parseMediaFeatureName())) {
+                return this.finish(node, _cssErrors__WEBPACK_IMPORTED_MODULE_2__.ParseError.IdentifierExpected, [], resyncStopToken);
+            }
+            if (this.accept(_cssScanner__WEBPACK_IMPORTED_MODULE_0__.TokenType.Colon)) {
+                if (!node.addChild(this._parseExpr())) {
+                    return this.finish(node, _cssErrors__WEBPACK_IMPORTED_MODULE_2__.ParseError.TermExpected, [], resyncStopToken);
                 }
-            ],
-            "description": "Specifies a prioritized list of font family names or generic family names. A user agent iterates through the list of family names until it matches an available font that contains a glyph for the character to be rendered.",
-            "restrictions": [
-                "font"
-            ]
-        },
-        {
-            "name": "text-decoration",
-            "values": [
-                {
-                    "name": "dashed",
-                    "description": "Produces a dashed line style."
-                },
-                {
-                    "name": "dotted",
-                    "description": "Produces a dotted line."
-                },
-                {
-                    "name": "double",
-                    "description": "Produces a double line."
-                },
-                {
-                    "name": "line-through",
-                    "description": "Each line of text has a line through the middle."
-                },
-                {
-                    "name": "none",
-                    "description": "Produces no line."
-                },
-                {
-                    "name": "overline",
-                    "description": "Each line of text has a line above it."
-                },
-                {
-                    "name": "solid",
-                    "description": "Produces a solid line."
-                },
-                {
-                    "name": "underline",
-                    "description": "Each line of text is underlined."
-                },
-                {
-                    "name": "wavy",
-                    "description": "Produces a wavy line."
+            }
+            if (!this.accept(_cssScanner__WEBPACK_IMPORTED_MODULE_0__.TokenType.ParenthesisR)) {
+                return this.finish(node, _cssErrors__WEBPACK_IMPORTED_MODULE_2__.ParseError.RightParenthesisExpected, [], resyncStopToken);
+            }
+            parseExpression = this.acceptIdent('and');
+        }
+        return this.finish(node);
+    };
+    Parser.prototype._parseMediaContentStart = function () {
+        return null;
+    };
+    Parser.prototype._parseMediaFeatureName = function () {
+        return this._parseIdent();
+    };
+    Parser.prototype._parseMedium = function () {
+        var node = this.create(_cssNodes__WEBPACK_IMPORTED_MODULE_1__.Node);
+        if (node.addChild(this._parseIdent())) {
+            return this.finish(node);
+        }
+        else {
+            return null;
+        }
+    };
+    Parser.prototype._parsePageDeclaration = function () {
+        return this._parsePageMarginBox() || this._parseRuleSetDeclaration();
+    };
+    Parser.prototype._parsePage = function () {
+        // http://www.w3.org/TR/css3-page/
+        // page_rule : PAGE_SYM S* page_selector_list '{' S* page_body '}' S*
+        // page_body :  /* Can be empty */ declaration? [ ';' S* page_body ]? | page_margin_box page_body
+        if (!this.peekKeyword('@page')) {
+            return null;
+        }
+        var node = this.create(_cssNodes__WEBPACK_IMPORTED_MODULE_1__.Page);
+        this.consumeToken();
+        if (node.addChild(this._parsePageSelector())) {
+            while (this.accept(_cssScanner__WEBPACK_IMPORTED_MODULE_0__.TokenType.Comma)) {
+                if (!node.addChild(this._parsePageSelector())) {
+                    return this.finish(node, _cssErrors__WEBPACK_IMPORTED_MODULE_2__.ParseError.IdentifierExpected);
                 }
-            ],
-            "syntax": "<'text-decoration-line'> || <'text-decoration-style'> || <'text-decoration-color'> || <'text-decoration-thickness'>",
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/text-decoration"
+            }
+        }
+        return this._parseBody(node, this._parsePageDeclaration.bind(this));
+    };
+    Parser.prototype._parsePageMarginBox = function () {
+        // page_margin_box :  margin_sym S* '{' S* declaration? [ ';' S* declaration? ]* '}' S*
+        if (!this.peek(_cssScanner__WEBPACK_IMPORTED_MODULE_0__.TokenType.AtKeyword)) {
+            return null;
+        }
+        var node = this.create(_cssNodes__WEBPACK_IMPORTED_MODULE_1__.PageBoxMarginBox);
+        if (!this.acceptOneKeyword(_languageFacts_facts__WEBPACK_IMPORTED_MODULE_3__.pageBoxDirectives)) {
+            this.markError(node, _cssErrors__WEBPACK_IMPORTED_MODULE_2__.ParseError.UnknownAtRule, [], [_cssScanner__WEBPACK_IMPORTED_MODULE_0__.TokenType.CurlyL]);
+        }
+        return this._parseBody(node, this._parseRuleSetDeclaration.bind(this));
+    };
+    Parser.prototype._parsePageSelector = function () {
+        // page_selector : pseudo_page+ | IDENT pseudo_page*
+        // pseudo_page :  ':' [ "left" | "right" | "first" | "blank" ];
+        if (!this.peek(_cssScanner__WEBPACK_IMPORTED_MODULE_0__.TokenType.Ident) && !this.peek(_cssScanner__WEBPACK_IMPORTED_MODULE_0__.TokenType.Colon)) {
+            return null;
+        }
+        var node = this.create(_cssNodes__WEBPACK_IMPORTED_MODULE_1__.Node);
+        node.addChild(this._parseIdent()); // optional ident
+        if (this.accept(_cssScanner__WEBPACK_IMPORTED_MODULE_0__.TokenType.Colon)) {
+            if (!node.addChild(this._parseIdent())) { // optional ident
+                return this.finish(node, _cssErrors__WEBPACK_IMPORTED_MODULE_2__.ParseError.IdentifierExpected);
+            }
+        }
+        return this.finish(node);
+    };
+    Parser.prototype._parseDocument = function () {
+        // -moz-document is experimental but has been pushed to css4
+        if (!this.peekKeyword('@-moz-document')) {
+            return null;
+        }
+        var node = this.create(_cssNodes__WEBPACK_IMPORTED_MODULE_1__.Document);
+        this.consumeToken(); // @-moz-document
+        this.resync([], [_cssScanner__WEBPACK_IMPORTED_MODULE_0__.TokenType.CurlyL]); // ignore all the rules
+        return this._parseBody(node, this._parseStylesheetStatement.bind(this));
+    };
+    // https://www.w3.org/TR/css-syntax-3/#consume-an-at-rule
+    Parser.prototype._parseUnknownAtRule = function () {
+        if (!this.peek(_cssScanner__WEBPACK_IMPORTED_MODULE_0__.TokenType.AtKeyword)) {
+            return null;
+        }
+        var node = this.create(_cssNodes__WEBPACK_IMPORTED_MODULE_1__.UnknownAtRule);
+        node.addChild(this._parseUnknownAtRuleName());
+        var isTopLevel = function () { return curlyDepth === 0 && parensDepth === 0 && bracketsDepth === 0; };
+        var curlyLCount = 0;
+        var curlyDepth = 0;
+        var parensDepth = 0;
+        var bracketsDepth = 0;
+        done: while (true) {
+            switch (this.token.type) {
+                case _cssScanner__WEBPACK_IMPORTED_MODULE_0__.TokenType.SemiColon:
+                    if (isTopLevel()) {
+                        break done;
+                    }
+                    break;
+                case _cssScanner__WEBPACK_IMPORTED_MODULE_0__.TokenType.EOF:
+                    if (curlyDepth > 0) {
+                        return this.finish(node, _cssErrors__WEBPACK_IMPORTED_MODULE_2__.ParseError.RightCurlyExpected);
+                    }
+                    else if (bracketsDepth > 0) {
+                        return this.finish(node, _cssErrors__WEBPACK_IMPORTED_MODULE_2__.ParseError.RightSquareBracketExpected);
+                    }
+                    else if (parensDepth > 0) {
+                        return this.finish(node, _cssErrors__WEBPACK_IMPORTED_MODULE_2__.ParseError.RightParenthesisExpected);
+                    }
+                    else {
+                        return this.finish(node);
+                    }
+                case _cssScanner__WEBPACK_IMPORTED_MODULE_0__.TokenType.CurlyL:
+                    curlyLCount++;
+                    curlyDepth++;
+                    break;
+                case _cssScanner__WEBPACK_IMPORTED_MODULE_0__.TokenType.CurlyR:
+                    curlyDepth--;
+                    // End of at-rule, consume CurlyR and return node
+                    if (curlyLCount > 0 && curlyDepth === 0) {
+                        this.consumeToken();
+                        if (bracketsDepth > 0) {
+                            return this.finish(node, _cssErrors__WEBPACK_IMPORTED_MODULE_2__.ParseError.RightSquareBracketExpected);
+                        }
+                        else if (parensDepth > 0) {
+                            return this.finish(node, _cssErrors__WEBPACK_IMPORTED_MODULE_2__.ParseError.RightParenthesisExpected);
+                        }
+                        break done;
+                    }
+                    if (curlyDepth < 0) {
+                        // The property value has been terminated without a semicolon, and
+                        // this is the last declaration in the ruleset.
+                        if (parensDepth === 0 && bracketsDepth === 0) {
+                            break done;
+                        }
+                        return this.finish(node, _cssErrors__WEBPACK_IMPORTED_MODULE_2__.ParseError.LeftCurlyExpected);
+                    }
+                    break;
+                case _cssScanner__WEBPACK_IMPORTED_MODULE_0__.TokenType.ParenthesisL:
+                    parensDepth++;
+                    break;
+                case _cssScanner__WEBPACK_IMPORTED_MODULE_0__.TokenType.ParenthesisR:
+                    parensDepth--;
+                    if (parensDepth < 0) {
+                        return this.finish(node, _cssErrors__WEBPACK_IMPORTED_MODULE_2__.ParseError.LeftParenthesisExpected);
+                    }
+                    break;
+                case _cssScanner__WEBPACK_IMPORTED_MODULE_0__.TokenType.BracketL:
+                    bracketsDepth++;
+                    break;
+                case _cssScanner__WEBPACK_IMPORTED_MODULE_0__.TokenType.BracketR:
+                    bracketsDepth--;
+                    if (bracketsDepth < 0) {
+                        return this.finish(node, _cssErrors__WEBPACK_IMPORTED_MODULE_2__.ParseError.LeftSquareBracketExpected);
+                    }
+                    break;
+            }
+            this.consumeToken();
+        }
+        return node;
+    };
+    Parser.prototype._parseUnknownAtRuleName = function () {
+        var node = this.create(_cssNodes__WEBPACK_IMPORTED_MODULE_1__.Node);
+        if (this.accept(_cssScanner__WEBPACK_IMPORTED_MODULE_0__.TokenType.AtKeyword)) {
+            return this.finish(node);
+        }
+        return node;
+    };
+    Parser.prototype._parseOperator = function () {
+        // these are operators for binary expressions
+        if (this.peekDelim('/') ||
+            this.peekDelim('*') ||
+            this.peekDelim('+') ||
+            this.peekDelim('-') ||
+            this.peek(_cssScanner__WEBPACK_IMPORTED_MODULE_0__.TokenType.Dashmatch) ||
+            this.peek(_cssScanner__WEBPACK_IMPORTED_MODULE_0__.TokenType.Includes) ||
+            this.peek(_cssScanner__WEBPACK_IMPORTED_MODULE_0__.TokenType.SubstringOperator) ||
+            this.peek(_cssScanner__WEBPACK_IMPORTED_MODULE_0__.TokenType.PrefixOperator) ||
+            this.peek(_cssScanner__WEBPACK_IMPORTED_MODULE_0__.TokenType.SuffixOperator) ||
+            this.peekDelim('=')) { // doesn't stick to the standard here
+            var node = this.createNode(_cssNodes__WEBPACK_IMPORTED_MODULE_1__.NodeType.Operator);
+            this.consumeToken();
+            return this.finish(node);
+        }
+        else {
+            return null;
+        }
+    };
+    Parser.prototype._parseUnaryOperator = function () {
+        if (!this.peekDelim('+') && !this.peekDelim('-')) {
+            return null;
+        }
+        var node = this.create(_cssNodes__WEBPACK_IMPORTED_MODULE_1__.Node);
+        this.consumeToken();
+        return this.finish(node);
+    };
+    Parser.prototype._parseCombinator = function () {
+        if (this.peekDelim('>')) {
+            var node = this.create(_cssNodes__WEBPACK_IMPORTED_MODULE_1__.Node);
+            this.consumeToken();
+            var mark = this.mark();
+            if (!this.hasWhitespace() && this.acceptDelim('>')) {
+                if (!this.hasWhitespace() && this.acceptDelim('>')) {
+                    node.type = _cssNodes__WEBPACK_IMPORTED_MODULE_1__.NodeType.SelectorCombinatorShadowPiercingDescendant;
+                    return this.finish(node);
                 }
-            ],
-            "description": "Decorations applied to font used for an element's text.",
-            "restrictions": [
-                "enum",
-                "color"
-            ]
-        },
-        {
-            "name": "box-sizing",
-            "values": [
-                {
-                    "name": "border-box",
-                    "description": "The specified width and height (and respective min/max properties) on this element determine the border box of the element."
-                },
-                {
-                    "name": "content-box",
-                    "description": "Behavior of width and height as specified by CSS2.1. The specified width and height (and respective min/max properties) apply to the width and height respectively of the content box of the element."
+                this.restoreAtMark(mark);
+            }
+            node.type = _cssNodes__WEBPACK_IMPORTED_MODULE_1__.NodeType.SelectorCombinatorParent;
+            return this.finish(node);
+        }
+        else if (this.peekDelim('+')) {
+            var node = this.create(_cssNodes__WEBPACK_IMPORTED_MODULE_1__.Node);
+            this.consumeToken();
+            node.type = _cssNodes__WEBPACK_IMPORTED_MODULE_1__.NodeType.SelectorCombinatorSibling;
+            return this.finish(node);
+        }
+        else if (this.peekDelim('~')) {
+            var node = this.create(_cssNodes__WEBPACK_IMPORTED_MODULE_1__.Node);
+            this.consumeToken();
+            node.type = _cssNodes__WEBPACK_IMPORTED_MODULE_1__.NodeType.SelectorCombinatorAllSiblings;
+            return this.finish(node);
+        }
+        else if (this.peekDelim('/')) {
+            var node = this.create(_cssNodes__WEBPACK_IMPORTED_MODULE_1__.Node);
+            this.consumeToken();
+            var mark = this.mark();
+            if (!this.hasWhitespace() && this.acceptIdent('deep') && !this.hasWhitespace() && this.acceptDelim('/')) {
+                node.type = _cssNodes__WEBPACK_IMPORTED_MODULE_1__.NodeType.SelectorCombinatorShadowPiercingDescendant;
+                return this.finish(node);
+            }
+            this.restoreAtMark(mark);
+        }
+        return null;
+    };
+    Parser.prototype._parseSimpleSelector = function () {
+        // simple_selector
+        //  : element_name [ HASH | class | attrib | pseudo ]* | [ HASH | class | attrib | pseudo ]+ ;
+        var node = this.create(_cssNodes__WEBPACK_IMPORTED_MODULE_1__.SimpleSelector);
+        var c = 0;
+        if (node.addChild(this._parseElementName())) {
+            c++;
+        }
+        while ((c === 0 || !this.hasWhitespace()) && node.addChild(this._parseSimpleSelectorBody())) {
+            c++;
+        }
+        return c > 0 ? this.finish(node) : null;
+    };
+    Parser.prototype._parseSimpleSelectorBody = function () {
+        return this._parsePseudo() || this._parseHash() || this._parseClass() || this._parseAttrib();
+    };
+    Parser.prototype._parseSelectorIdent = function () {
+        return this._parseIdent();
+    };
+    Parser.prototype._parseHash = function () {
+        if (!this.peek(_cssScanner__WEBPACK_IMPORTED_MODULE_0__.TokenType.Hash) && !this.peekDelim('#')) {
+            return null;
+        }
+        var node = this.createNode(_cssNodes__WEBPACK_IMPORTED_MODULE_1__.NodeType.IdentifierSelector);
+        if (this.acceptDelim('#')) {
+            if (this.hasWhitespace() || !node.addChild(this._parseSelectorIdent())) {
+                return this.finish(node, _cssErrors__WEBPACK_IMPORTED_MODULE_2__.ParseError.IdentifierExpected);
+            }
+        }
+        else {
+            this.consumeToken(); // TokenType.Hash
+        }
+        return this.finish(node);
+    };
+    Parser.prototype._parseClass = function () {
+        // class: '.' IDENT ;
+        if (!this.peekDelim('.')) {
+            return null;
+        }
+        var node = this.createNode(_cssNodes__WEBPACK_IMPORTED_MODULE_1__.NodeType.ClassSelector);
+        this.consumeToken(); // '.'
+        if (this.hasWhitespace() || !node.addChild(this._parseSelectorIdent())) {
+            return this.finish(node, _cssErrors__WEBPACK_IMPORTED_MODULE_2__.ParseError.IdentifierExpected);
+        }
+        return this.finish(node);
+    };
+    Parser.prototype._parseElementName = function () {
+        // element_name: (ns? '|')? IDENT | '*';
+        var pos = this.mark();
+        var node = this.createNode(_cssNodes__WEBPACK_IMPORTED_MODULE_1__.NodeType.ElementNameSelector);
+        node.addChild(this._parseNamespacePrefix());
+        if (!node.addChild(this._parseSelectorIdent()) && !this.acceptDelim('*')) {
+            this.restoreAtMark(pos);
+            return null;
+        }
+        return this.finish(node);
+    };
+    Parser.prototype._parseNamespacePrefix = function () {
+        var pos = this.mark();
+        var node = this.createNode(_cssNodes__WEBPACK_IMPORTED_MODULE_1__.NodeType.NamespacePrefix);
+        if (!node.addChild(this._parseIdent()) && !this.acceptDelim('*')) {
+            // ns is optional
+        }
+        if (!this.acceptDelim('|')) {
+            this.restoreAtMark(pos);
+            return null;
+        }
+        return this.finish(node);
+    };
+    Parser.prototype._parseAttrib = function () {
+        // attrib : '[' S* IDENT S* [ [ '=' | INCLUDES | DASHMATCH ] S*   [ IDENT | STRING ] S* ]? ']'
+        if (!this.peek(_cssScanner__WEBPACK_IMPORTED_MODULE_0__.TokenType.BracketL)) {
+            return null;
+        }
+        var node = this.create(_cssNodes__WEBPACK_IMPORTED_MODULE_1__.AttributeSelector);
+        this.consumeToken(); // BracketL
+        // Optional attrib namespace
+        node.setNamespacePrefix(this._parseNamespacePrefix());
+        if (!node.setIdentifier(this._parseIdent())) {
+            return this.finish(node, _cssErrors__WEBPACK_IMPORTED_MODULE_2__.ParseError.IdentifierExpected);
+        }
+        if (node.setOperator(this._parseOperator())) {
+            node.setValue(this._parseBinaryExpr());
+            this.acceptIdent('i'); // case insensitive matching
+        }
+        if (!this.accept(_cssScanner__WEBPACK_IMPORTED_MODULE_0__.TokenType.BracketR)) {
+            return this.finish(node, _cssErrors__WEBPACK_IMPORTED_MODULE_2__.ParseError.RightSquareBracketExpected);
+        }
+        return this.finish(node);
+    };
+    Parser.prototype._parsePseudo = function () {
+        var _this = this;
+        // pseudo: ':' [ IDENT | FUNCTION S* [IDENT S*]? ')' ]
+        var node = this._tryParsePseudoIdentifier();
+        if (node) {
+            if (!this.hasWhitespace() && this.accept(_cssScanner__WEBPACK_IMPORTED_MODULE_0__.TokenType.ParenthesisL)) {
+                var tryAsSelector = function () {
+                    var selectors = _this.create(_cssNodes__WEBPACK_IMPORTED_MODULE_1__.Node);
+                    if (!selectors.addChild(_this._parseSelector(false))) {
+                        return null;
+                    }
+                    while (_this.accept(_cssScanner__WEBPACK_IMPORTED_MODULE_0__.TokenType.Comma) && selectors.addChild(_this._parseSelector(false))) {
+                        // loop
+                    }
+                    if (_this.peek(_cssScanner__WEBPACK_IMPORTED_MODULE_0__.TokenType.ParenthesisR)) {
+                        return _this.finish(selectors);
+                    }
+                    return null;
+                };
+                node.addChild(this.try(tryAsSelector) || this._parseBinaryExpr());
+                if (!this.accept(_cssScanner__WEBPACK_IMPORTED_MODULE_0__.TokenType.ParenthesisR)) {
+                    return this.finish(node, _cssErrors__WEBPACK_IMPORTED_MODULE_2__.ParseError.RightParenthesisExpected);
                 }
-            ],
-            "syntax": "content-box | border-box",
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/box-sizing"
+            }
+            return this.finish(node);
+        }
+        return null;
+    };
+    Parser.prototype._tryParsePseudoIdentifier = function () {
+        if (!this.peek(_cssScanner__WEBPACK_IMPORTED_MODULE_0__.TokenType.Colon)) {
+            return null;
+        }
+        var pos = this.mark();
+        var node = this.createNode(_cssNodes__WEBPACK_IMPORTED_MODULE_1__.NodeType.PseudoSelector);
+        this.consumeToken(); // Colon
+        if (this.hasWhitespace()) {
+            this.restoreAtMark(pos);
+            return null;
+        }
+        // optional, support ::
+        if (this.accept(_cssScanner__WEBPACK_IMPORTED_MODULE_0__.TokenType.Colon) && this.hasWhitespace()) {
+            this.markError(node, _cssErrors__WEBPACK_IMPORTED_MODULE_2__.ParseError.IdentifierExpected);
+        }
+        if (!node.addChild(this._parseIdent())) {
+            this.markError(node, _cssErrors__WEBPACK_IMPORTED_MODULE_2__.ParseError.IdentifierExpected);
+        }
+        return node;
+    };
+    Parser.prototype._tryParsePrio = function () {
+        var mark = this.mark();
+        var prio = this._parsePrio();
+        if (prio) {
+            return prio;
+        }
+        this.restoreAtMark(mark);
+        return null;
+    };
+    Parser.prototype._parsePrio = function () {
+        if (!this.peek(_cssScanner__WEBPACK_IMPORTED_MODULE_0__.TokenType.Exclamation)) {
+            return null;
+        }
+        var node = this.createNode(_cssNodes__WEBPACK_IMPORTED_MODULE_1__.NodeType.Prio);
+        if (this.accept(_cssScanner__WEBPACK_IMPORTED_MODULE_0__.TokenType.Exclamation) && this.acceptIdent('important')) {
+            return this.finish(node);
+        }
+        return null;
+    };
+    Parser.prototype._parseExpr = function (stopOnComma) {
+        if (stopOnComma === void 0) { stopOnComma = false; }
+        var node = this.create(_cssNodes__WEBPACK_IMPORTED_MODULE_1__.Expression);
+        if (!node.addChild(this._parseBinaryExpr())) {
+            return null;
+        }
+        while (true) {
+            if (this.peek(_cssScanner__WEBPACK_IMPORTED_MODULE_0__.TokenType.Comma)) { // optional
+                if (stopOnComma) {
+                    return this.finish(node);
                 }
-            ],
-            "description": "Specifies the behavior of the 'width' and 'height' properties.",
-            "restrictions": [
-                "enum"
-            ]
-        },
-        {
-            "name": "z-index",
-            "values": [
-                {
-                    "name": "auto",
-                    "description": "The stack level of the generated box in the current stacking context is 0. The box does not establish a new stacking context unless it is the root element."
-                }
-            ],
-            "syntax": "auto | <integer>",
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/z-index"
-                }
-            ],
-            "description": "For a positioned box, the 'z-index' property specifies the stack level of the box in the current stacking context and whether the box establishes a local stacking context.",
-            "restrictions": [
-                "integer"
-            ]
-        },
-        {
-            "name": "vertical-align",
-            "values": [
-                {
-                    "name": "auto",
-                    "description": "Align the dominant baseline of the parent box with the equivalent, or heuristically reconstructed, baseline of the element inline box."
-                },
-                {
-                    "name": "baseline",
-                    "description": "Align the 'alphabetic' baseline of the element with the 'alphabetic' baseline of the parent element."
-                },
-                {
-                    "name": "bottom",
-                    "description": "Align the after edge of the extended inline box with the after-edge of the line box."
-                },
-                {
-                    "name": "middle",
-                    "description": "Align the 'middle' baseline of the inline element with the middle baseline of the parent."
-                },
-                {
-                    "name": "sub",
-                    "description": "Lower the baseline of the box to the proper position for subscripts of the parent's box. (This value has no effect on the font size of the element's text.)"
-                },
-                {
-                    "name": "super",
-                    "description": "Raise the baseline of the box to the proper position for superscripts of the parent's box. (This value has no effect on the font size of the element's text.)"
-                },
-                {
-                    "name": "text-bottom",
-                    "description": "Align the bottom of the box with the after-edge of the parent element's font."
-                },
-                {
-                    "name": "text-top",
-                    "description": "Align the top of the box with the before-edge of the parent element's font."
-                },
-                {
-                    "name": "top",
-                    "description": "Align the before edge of the extended inline box with the before-edge of the line box."
-                },
-                {
-                    "name": "-webkit-baseline-middle"
-                }
-            ],
-            "syntax": "baseline | sub | super | text-top | text-bottom | middle | top | bottom | <percentage> | <length>",
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/vertical-align"
+                this.consumeToken();
+            }
+            if (!node.addChild(this._parseBinaryExpr())) {
+                break;
+            }
+        }
+        return this.finish(node);
+    };
+    Parser.prototype._parseNamedLine = function () {
+        // https://www.w3.org/TR/css-grid-1/#named-lines
+        if (!this.peek(_cssScanner__WEBPACK_IMPORTED_MODULE_0__.TokenType.BracketL)) {
+            return null;
+        }
+        var node = this.createNode(_cssNodes__WEBPACK_IMPORTED_MODULE_1__.NodeType.GridLine);
+        this.consumeToken();
+        while (node.addChild(this._parseIdent())) {
+            // repeat
+        }
+        if (!this.accept(_cssScanner__WEBPACK_IMPORTED_MODULE_0__.TokenType.BracketR)) {
+            return this.finish(node, _cssErrors__WEBPACK_IMPORTED_MODULE_2__.ParseError.RightSquareBracketExpected);
+        }
+        return this.finish(node);
+    };
+    Parser.prototype._parseBinaryExpr = function (preparsedLeft, preparsedOper) {
+        var node = this.create(_cssNodes__WEBPACK_IMPORTED_MODULE_1__.BinaryExpression);
+        if (!node.setLeft((preparsedLeft || this._parseTerm()))) {
+            return null;
+        }
+        if (!node.setOperator(preparsedOper || this._parseOperator())) {
+            return this.finish(node);
+        }
+        if (!node.setRight(this._parseTerm())) {
+            return this.finish(node, _cssErrors__WEBPACK_IMPORTED_MODULE_2__.ParseError.TermExpected);
+        }
+        // things needed for multiple binary expressions
+        node = this.finish(node);
+        var operator = this._parseOperator();
+        if (operator) {
+            node = this._parseBinaryExpr(node, operator);
+        }
+        return this.finish(node);
+    };
+    Parser.prototype._parseTerm = function () {
+        var node = this.create(_cssNodes__WEBPACK_IMPORTED_MODULE_1__.Term);
+        node.setOperator(this._parseUnaryOperator()); // optional
+        if (node.setExpression(this._parseTermExpression())) {
+            return this.finish(node);
+        }
+        return null;
+    };
+    Parser.prototype._parseTermExpression = function () {
+        return this._parseURILiteral() || // url before function
+            this._parseFunction() || // function before ident
+            this._parseIdent() ||
+            this._parseStringLiteral() ||
+            this._parseNumeric() ||
+            this._parseHexColor() ||
+            this._parseOperation() ||
+            this._parseNamedLine();
+    };
+    Parser.prototype._parseOperation = function () {
+        if (!this.peek(_cssScanner__WEBPACK_IMPORTED_MODULE_0__.TokenType.ParenthesisL)) {
+            return null;
+        }
+        var node = this.create(_cssNodes__WEBPACK_IMPORTED_MODULE_1__.Node);
+        this.consumeToken(); // ParenthesisL
+        node.addChild(this._parseExpr());
+        if (!this.accept(_cssScanner__WEBPACK_IMPORTED_MODULE_0__.TokenType.ParenthesisR)) {
+            return this.finish(node, _cssErrors__WEBPACK_IMPORTED_MODULE_2__.ParseError.RightParenthesisExpected);
+        }
+        return this.finish(node);
+    };
+    Parser.prototype._parseNumeric = function () {
+        if (this.peek(_cssScanner__WEBPACK_IMPORTED_MODULE_0__.TokenType.Num) ||
+            this.peek(_cssScanner__WEBPACK_IMPORTED_MODULE_0__.TokenType.Percentage) ||
+            this.peek(_cssScanner__WEBPACK_IMPORTED_MODULE_0__.TokenType.Resolution) ||
+            this.peek(_cssScanner__WEBPACK_IMPORTED_MODULE_0__.TokenType.Length) ||
+            this.peek(_cssScanner__WEBPACK_IMPORTED_MODULE_0__.TokenType.EMS) ||
+            this.peek(_cssScanner__WEBPACK_IMPORTED_MODULE_0__.TokenType.EXS) ||
+            this.peek(_cssScanner__WEBPACK_IMPORTED_MODULE_0__.TokenType.Angle) ||
+            this.peek(_cssScanner__WEBPACK_IMPORTED_MODULE_0__.TokenType.Time) ||
+            this.peek(_cssScanner__WEBPACK_IMPORTED_MODULE_0__.TokenType.Dimension) ||
+            this.peek(_cssScanner__WEBPACK_IMPORTED_MODULE_0__.TokenType.Freq)) {
+            var node = this.create(_cssNodes__WEBPACK_IMPORTED_MODULE_1__.NumericValue);
+            this.consumeToken();
+            return this.finish(node);
+        }
+        return null;
+    };
+    Parser.prototype._parseStringLiteral = function () {
+        if (!this.peek(_cssScanner__WEBPACK_IMPORTED_MODULE_0__.TokenType.String) && !this.peek(_cssScanner__WEBPACK_IMPORTED_MODULE_0__.TokenType.BadString)) {
+            return null;
+        }
+        var node = this.createNode(_cssNodes__WEBPACK_IMPORTED_MODULE_1__.NodeType.StringLiteral);
+        this.consumeToken();
+        return this.finish(node);
+    };
+    Parser.prototype._parseURILiteral = function () {
+        if (!this.peekRegExp(_cssScanner__WEBPACK_IMPORTED_MODULE_0__.TokenType.Ident, /^url(-prefix)?$/i)) {
+            return null;
+        }
+        var pos = this.mark();
+        var node = this.createNode(_cssNodes__WEBPACK_IMPORTED_MODULE_1__.NodeType.URILiteral);
+        this.accept(_cssScanner__WEBPACK_IMPORTED_MODULE_0__.TokenType.Ident);
+        if (this.hasWhitespace() || !this.peek(_cssScanner__WEBPACK_IMPORTED_MODULE_0__.TokenType.ParenthesisL)) {
+            this.restoreAtMark(pos);
+            return null;
+        }
+        this.scanner.inURL = true;
+        this.consumeToken(); // consume ()
+        node.addChild(this._parseURLArgument()); // argument is optional
+        this.scanner.inURL = false;
+        if (!this.accept(_cssScanner__WEBPACK_IMPORTED_MODULE_0__.TokenType.ParenthesisR)) {
+            return this.finish(node, _cssErrors__WEBPACK_IMPORTED_MODULE_2__.ParseError.RightParenthesisExpected);
+        }
+        return this.finish(node);
+    };
+    Parser.prototype._parseURLArgument = function () {
+        var node = this.create(_cssNodes__WEBPACK_IMPORTED_MODULE_1__.Node);
+        if (!this.accept(_cssScanner__WEBPACK_IMPORTED_MODULE_0__.TokenType.String) && !this.accept(_cssScanner__WEBPACK_IMPORTED_MODULE_0__.TokenType.BadString) && !this.acceptUnquotedString()) {
+            return null;
+        }
+        return this.finish(node);
+    };
+    Parser.prototype._parseIdent = function (referenceTypes) {
+        if (!this.peek(_cssScanner__WEBPACK_IMPORTED_MODULE_0__.TokenType.Ident)) {
+            return null;
+        }
+        var node = this.create(_cssNodes__WEBPACK_IMPORTED_MODULE_1__.Identifier);
+        if (referenceTypes) {
+            node.referenceTypes = referenceTypes;
+        }
+        node.isCustomProperty = this.peekRegExp(_cssScanner__WEBPACK_IMPORTED_MODULE_0__.TokenType.Ident, /^--/);
+        this.consumeToken();
+        return this.finish(node);
+    };
+    Parser.prototype._parseFunction = function () {
+        var pos = this.mark();
+        var node = this.create(_cssNodes__WEBPACK_IMPORTED_MODULE_1__.Function);
+        if (!node.setIdentifier(this._parseFunctionIdentifier())) {
+            return null;
+        }
+        if (this.hasWhitespace() || !this.accept(_cssScanner__WEBPACK_IMPORTED_MODULE_0__.TokenType.ParenthesisL)) {
+            this.restoreAtMark(pos);
+            return null;
+        }
+        if (node.getArguments().addChild(this._parseFunctionArgument())) {
+            while (this.accept(_cssScanner__WEBPACK_IMPORTED_MODULE_0__.TokenType.Comma)) {
+                if (this.peek(_cssScanner__WEBPACK_IMPORTED_MODULE_0__.TokenType.ParenthesisR)) {
+                    break;
                 }
-            ],
-            "description": "Affects the vertical positioning of the inline boxes generated by an inline-level element inside a line box.",
-            "restrictions": [
-                "percentage",
-                "length"
-            ]
-        },
-        {
-            "name": "border-radius",
-            "syntax": "<length-percentage>{1,4} [ / <length-percentage>{1,4} ]?",
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/border-radius"
+                if (!node.getArguments().addChild(this._parseFunctionArgument())) {
+                    this.markError(node, _cssErrors__WEBPACK_IMPORTED_MODULE_2__.ParseError.ExpressionExpected);
                 }
-            ],
-            "description": "Defines the radii of the outer border edge.",
-            "restrictions": [
-                "length",
-                "percentage"
-            ]
-        },
-        {
-            "name": "margin-left",
-            "values": [
-                {
-                    "name": "auto"
+            }
+        }
+        if (!this.accept(_cssScanner__WEBPACK_IMPORTED_MODULE_0__.TokenType.ParenthesisR)) {
+            return this.finish(node, _cssErrors__WEBPACK_IMPORTED_MODULE_2__.ParseError.RightParenthesisExpected);
+        }
+        return this.finish(node);
+    };
+    Parser.prototype._parseFunctionIdentifier = function () {
+        if (!this.peek(_cssScanner__WEBPACK_IMPORTED_MODULE_0__.TokenType.Ident)) {
+            return null;
+        }
+        var node = this.create(_cssNodes__WEBPACK_IMPORTED_MODULE_1__.Identifier);
+        node.referenceTypes = [_cssNodes__WEBPACK_IMPORTED_MODULE_1__.ReferenceType.Function];
+        if (this.acceptIdent('progid')) {
+            // support for IE7 specific filters: 'progid:DXImageTransform.Microsoft.MotionBlur(strength=13, direction=310)'
+            if (this.accept(_cssScanner__WEBPACK_IMPORTED_MODULE_0__.TokenType.Colon)) {
+                while (this.accept(_cssScanner__WEBPACK_IMPORTED_MODULE_0__.TokenType.Ident) && this.acceptDelim('.')) {
+                    // loop
                 }
-            ],
-            "syntax": "<length> | <percentage> | auto",
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/margin-left"
+            }
+            return this.finish(node);
+        }
+        this.consumeToken();
+        return this.finish(node);
+    };
+    Parser.prototype._parseFunctionArgument = function () {
+        var node = this.create(_cssNodes__WEBPACK_IMPORTED_MODULE_1__.FunctionArgument);
+        if (node.setValue(this._parseExpr(true))) {
+            return this.finish(node);
+        }
+        return null;
+    };
+    Parser.prototype._parseHexColor = function () {
+        if (this.peekRegExp(_cssScanner__WEBPACK_IMPORTED_MODULE_0__.TokenType.Hash, /^#([A-Fa-f0-9]{3}|[A-Fa-f0-9]{4}|[A-Fa-f0-9]{6}|[A-Fa-f0-9]{8})$/g)) {
+            var node = this.create(_cssNodes__WEBPACK_IMPORTED_MODULE_1__.HexColorValue);
+            this.consumeToken();
+            return this.finish(node);
+        }
+        else {
+            return null;
+        }
+    };
+    return Parser;
+}());
+
+
+
+/***/ }),
+/* 64 */
+/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
+
+__webpack_require__.r(__webpack_exports__);
+/* harmony export */ __webpack_require__.d(__webpack_exports__, {
+/* harmony export */   "TokenType": () => /* binding */ TokenType,
+/* harmony export */   "MultiLineStream": () => /* binding */ MultiLineStream,
+/* harmony export */   "Scanner": () => /* binding */ Scanner
+/* harmony export */ });
+/*---------------------------------------------------------------------------------------------
+ *  Copyright (c) Microsoft Corporation. All rights reserved.
+ *  Licensed under the MIT License. See License.txt in the project root for license information.
+ *--------------------------------------------------------------------------------------------*/
+
+var TokenType;
+(function (TokenType) {
+    TokenType[TokenType["Ident"] = 0] = "Ident";
+    TokenType[TokenType["AtKeyword"] = 1] = "AtKeyword";
+    TokenType[TokenType["String"] = 2] = "String";
+    TokenType[TokenType["BadString"] = 3] = "BadString";
+    TokenType[TokenType["UnquotedString"] = 4] = "UnquotedString";
+    TokenType[TokenType["Hash"] = 5] = "Hash";
+    TokenType[TokenType["Num"] = 6] = "Num";
+    TokenType[TokenType["Percentage"] = 7] = "Percentage";
+    TokenType[TokenType["Dimension"] = 8] = "Dimension";
+    TokenType[TokenType["UnicodeRange"] = 9] = "UnicodeRange";
+    TokenType[TokenType["CDO"] = 10] = "CDO";
+    TokenType[TokenType["CDC"] = 11] = "CDC";
+    TokenType[TokenType["Colon"] = 12] = "Colon";
+    TokenType[TokenType["SemiColon"] = 13] = "SemiColon";
+    TokenType[TokenType["CurlyL"] = 14] = "CurlyL";
+    TokenType[TokenType["CurlyR"] = 15] = "CurlyR";
+    TokenType[TokenType["ParenthesisL"] = 16] = "ParenthesisL";
+    TokenType[TokenType["ParenthesisR"] = 17] = "ParenthesisR";
+    TokenType[TokenType["BracketL"] = 18] = "BracketL";
+    TokenType[TokenType["BracketR"] = 19] = "BracketR";
+    TokenType[TokenType["Whitespace"] = 20] = "Whitespace";
+    TokenType[TokenType["Includes"] = 21] = "Includes";
+    TokenType[TokenType["Dashmatch"] = 22] = "Dashmatch";
+    TokenType[TokenType["SubstringOperator"] = 23] = "SubstringOperator";
+    TokenType[TokenType["PrefixOperator"] = 24] = "PrefixOperator";
+    TokenType[TokenType["SuffixOperator"] = 25] = "SuffixOperator";
+    TokenType[TokenType["Delim"] = 26] = "Delim";
+    TokenType[TokenType["EMS"] = 27] = "EMS";
+    TokenType[TokenType["EXS"] = 28] = "EXS";
+    TokenType[TokenType["Length"] = 29] = "Length";
+    TokenType[TokenType["Angle"] = 30] = "Angle";
+    TokenType[TokenType["Time"] = 31] = "Time";
+    TokenType[TokenType["Freq"] = 32] = "Freq";
+    TokenType[TokenType["Exclamation"] = 33] = "Exclamation";
+    TokenType[TokenType["Resolution"] = 34] = "Resolution";
+    TokenType[TokenType["Comma"] = 35] = "Comma";
+    TokenType[TokenType["Charset"] = 36] = "Charset";
+    TokenType[TokenType["EscapedJavaScript"] = 37] = "EscapedJavaScript";
+    TokenType[TokenType["BadEscapedJavaScript"] = 38] = "BadEscapedJavaScript";
+    TokenType[TokenType["Comment"] = 39] = "Comment";
+    TokenType[TokenType["SingleLineComment"] = 40] = "SingleLineComment";
+    TokenType[TokenType["EOF"] = 41] = "EOF";
+    TokenType[TokenType["CustomToken"] = 42] = "CustomToken";
+})(TokenType || (TokenType = {}));
+var MultiLineStream = /** @class */ (function () {
+    function MultiLineStream(source) {
+        this.source = source;
+        this.len = source.length;
+        this.position = 0;
+    }
+    MultiLineStream.prototype.substring = function (from, to) {
+        if (to === void 0) { to = this.position; }
+        return this.source.substring(from, to);
+    };
+    MultiLineStream.prototype.eos = function () {
+        return this.len <= this.position;
+    };
+    MultiLineStream.prototype.pos = function () {
+        return this.position;
+    };
+    MultiLineStream.prototype.goBackTo = function (pos) {
+        this.position = pos;
+    };
+    MultiLineStream.prototype.goBack = function (n) {
+        this.position -= n;
+    };
+    MultiLineStream.prototype.advance = function (n) {
+        this.position += n;
+    };
+    MultiLineStream.prototype.nextChar = function () {
+        return this.source.charCodeAt(this.position++) || 0;
+    };
+    MultiLineStream.prototype.peekChar = function (n) {
+        if (n === void 0) { n = 0; }
+        return this.source.charCodeAt(this.position + n) || 0;
+    };
+    MultiLineStream.prototype.lookbackChar = function (n) {
+        if (n === void 0) { n = 0; }
+        return this.source.charCodeAt(this.position - n) || 0;
+    };
+    MultiLineStream.prototype.advanceIfChar = function (ch) {
+        if (ch === this.source.charCodeAt(this.position)) {
+            this.position++;
+            return true;
+        }
+        return false;
+    };
+    MultiLineStream.prototype.advanceIfChars = function (ch) {
+        if (this.position + ch.length > this.source.length) {
+            return false;
+        }
+        var i = 0;
+        for (; i < ch.length; i++) {
+            if (this.source.charCodeAt(this.position + i) !== ch[i]) {
+                return false;
+            }
+        }
+        this.advance(i);
+        return true;
+    };
+    MultiLineStream.prototype.advanceWhileChar = function (condition) {
+        var posNow = this.position;
+        while (this.position < this.len && condition(this.source.charCodeAt(this.position))) {
+            this.position++;
+        }
+        return this.position - posNow;
+    };
+    return MultiLineStream;
+}());
+
+var _a = 'a'.charCodeAt(0);
+var _f = 'f'.charCodeAt(0);
+var _z = 'z'.charCodeAt(0);
+var _A = 'A'.charCodeAt(0);
+var _F = 'F'.charCodeAt(0);
+var _Z = 'Z'.charCodeAt(0);
+var _0 = '0'.charCodeAt(0);
+var _9 = '9'.charCodeAt(0);
+var _TLD = '~'.charCodeAt(0);
+var _HAT = '^'.charCodeAt(0);
+var _EQS = '='.charCodeAt(0);
+var _PIP = '|'.charCodeAt(0);
+var _MIN = '-'.charCodeAt(0);
+var _USC = '_'.charCodeAt(0);
+var _PRC = '%'.charCodeAt(0);
+var _MUL = '*'.charCodeAt(0);
+var _LPA = '('.charCodeAt(0);
+var _RPA = ')'.charCodeAt(0);
+var _LAN = '<'.charCodeAt(0);
+var _RAN = '>'.charCodeAt(0);
+var _ATS = '@'.charCodeAt(0);
+var _HSH = '#'.charCodeAt(0);
+var _DLR = '$'.charCodeAt(0);
+var _BSL = '\\'.charCodeAt(0);
+var _FSL = '/'.charCodeAt(0);
+var _NWL = '\n'.charCodeAt(0);
+var _CAR = '\r'.charCodeAt(0);
+var _LFD = '\f'.charCodeAt(0);
+var _DQO = '"'.charCodeAt(0);
+var _SQO = '\''.charCodeAt(0);
+var _WSP = ' '.charCodeAt(0);
+var _TAB = '\t'.charCodeAt(0);
+var _SEM = ';'.charCodeAt(0);
+var _COL = ':'.charCodeAt(0);
+var _CUL = '{'.charCodeAt(0);
+var _CUR = '}'.charCodeAt(0);
+var _BRL = '['.charCodeAt(0);
+var _BRR = ']'.charCodeAt(0);
+var _CMA = ','.charCodeAt(0);
+var _DOT = '.'.charCodeAt(0);
+var _BNG = '!'.charCodeAt(0);
+var staticTokenTable = {};
+staticTokenTable[_SEM] = TokenType.SemiColon;
+staticTokenTable[_COL] = TokenType.Colon;
+staticTokenTable[_CUL] = TokenType.CurlyL;
+staticTokenTable[_CUR] = TokenType.CurlyR;
+staticTokenTable[_BRR] = TokenType.BracketR;
+staticTokenTable[_BRL] = TokenType.BracketL;
+staticTokenTable[_LPA] = TokenType.ParenthesisL;
+staticTokenTable[_RPA] = TokenType.ParenthesisR;
+staticTokenTable[_CMA] = TokenType.Comma;
+var staticUnitTable = {};
+staticUnitTable['em'] = TokenType.EMS;
+staticUnitTable['ex'] = TokenType.EXS;
+staticUnitTable['px'] = TokenType.Length;
+staticUnitTable['cm'] = TokenType.Length;
+staticUnitTable['mm'] = TokenType.Length;
+staticUnitTable['in'] = TokenType.Length;
+staticUnitTable['pt'] = TokenType.Length;
+staticUnitTable['pc'] = TokenType.Length;
+staticUnitTable['deg'] = TokenType.Angle;
+staticUnitTable['rad'] = TokenType.Angle;
+staticUnitTable['grad'] = TokenType.Angle;
+staticUnitTable['ms'] = TokenType.Time;
+staticUnitTable['s'] = TokenType.Time;
+staticUnitTable['hz'] = TokenType.Freq;
+staticUnitTable['khz'] = TokenType.Freq;
+staticUnitTable['%'] = TokenType.Percentage;
+staticUnitTable['fr'] = TokenType.Percentage;
+staticUnitTable['dpi'] = TokenType.Resolution;
+staticUnitTable['dpcm'] = TokenType.Resolution;
+var Scanner = /** @class */ (function () {
+    function Scanner() {
+        this.stream = new MultiLineStream('');
+        this.ignoreComment = true;
+        this.ignoreWhitespace = true;
+        this.inURL = false;
+    }
+    Scanner.prototype.setSource = function (input) {
+        this.stream = new MultiLineStream(input);
+    };
+    Scanner.prototype.finishToken = function (offset, type, text) {
+        return {
+            offset: offset,
+            len: this.stream.pos() - offset,
+            type: type,
+            text: text || this.stream.substring(offset)
+        };
+    };
+    Scanner.prototype.substring = function (offset, len) {
+        return this.stream.substring(offset, offset + len);
+    };
+    Scanner.prototype.pos = function () {
+        return this.stream.pos();
+    };
+    Scanner.prototype.goBackTo = function (pos) {
+        this.stream.goBackTo(pos);
+    };
+    Scanner.prototype.scanUnquotedString = function () {
+        var offset = this.stream.pos();
+        var content = [];
+        if (this._unquotedString(content)) {
+            return this.finishToken(offset, TokenType.UnquotedString, content.join(''));
+        }
+        return null;
+    };
+    Scanner.prototype.scan = function () {
+        // processes all whitespaces and comments
+        var triviaToken = this.trivia();
+        if (triviaToken !== null) {
+            return triviaToken;
+        }
+        var offset = this.stream.pos();
+        // End of file/input
+        if (this.stream.eos()) {
+            return this.finishToken(offset, TokenType.EOF);
+        }
+        return this.scanNext(offset);
+    };
+    Scanner.prototype.scanNext = function (offset) {
+        // CDO <!--
+        if (this.stream.advanceIfChars([_LAN, _BNG, _MIN, _MIN])) {
+            return this.finishToken(offset, TokenType.CDO);
+        }
+        // CDC -->
+        if (this.stream.advanceIfChars([_MIN, _MIN, _RAN])) {
+            return this.finishToken(offset, TokenType.CDC);
+        }
+        var content = [];
+        if (this.ident(content)) {
+            return this.finishToken(offset, TokenType.Ident, content.join(''));
+        }
+        // at-keyword
+        if (this.stream.advanceIfChar(_ATS)) {
+            content = ['@'];
+            if (this._name(content)) {
+                var keywordText = content.join('');
+                if (keywordText === '@charset') {
+                    return this.finishToken(offset, TokenType.Charset, keywordText);
                 }
-            ],
-            "description": "Shorthand property to set values the thickness of the margin area. If left is omitted, it is the same as right. If bottom is omitted it is the same as top, if right is omitted it is the same as top. Negative values for margin properties are allowed, but there may be implementation-specific limits..",
-            "restrictions": [
-                "length",
-                "percentage"
-            ]
-        },
-        {
-            "name": "cursor",
-            "values": [
-                {
-                    "name": "alias",
-                    "description": "Indicates an alias of/shortcut to something is to be created. Often rendered as an arrow with a small curved arrow next to it."
-                },
-                {
-                    "name": "all-scroll",
-                    "description": "Indicates that the something can be scrolled in any direction. Often rendered as arrows pointing up, down, left, and right with a dot in the middle."
-                },
-                {
-                    "name": "auto",
-                    "description": "The UA determines the cursor to display based on the current context."
-                },
-                {
-                    "name": "cell",
-                    "description": "Indicates that a cell or set of cells may be selected. Often rendered as a thick plus-sign with a dot in the middle."
-                },
-                {
-                    "name": "col-resize",
-                    "description": "Indicates that the item/column can be resized horizontally. Often rendered as arrows pointing left and right with a vertical bar separating them."
-                },
-                {
-                    "name": "context-menu",
-                    "description": "A context menu is available for the object under the cursor. Often rendered as an arrow with a small menu-like graphic next to it."
-                },
-                {
-                    "name": "copy",
-                    "description": "Indicates something is to be copied. Often rendered as an arrow with a small plus sign next to it."
-                },
-                {
-                    "name": "crosshair",
-                    "description": "A simple crosshair (e.g., short line segments resembling a '+' sign). Often used to indicate a two dimensional bitmap selection mode."
-                },
-                {
-                    "name": "default",
-                    "description": "The platform-dependent default cursor. Often rendered as an arrow."
-                },
-                {
-                    "name": "e-resize",
-                    "description": "Indicates that east edge is to be moved."
-                },
-                {
-                    "name": "ew-resize",
-                    "description": "Indicates a bidirectional east-west resize cursor."
-                },
-                {
-                    "name": "grab",
-                    "description": "Indicates that something can be grabbed."
-                },
-                {
-                    "name": "grabbing",
-                    "description": "Indicates that something is being grabbed."
-                },
-                {
-                    "name": "help",
-                    "description": "Help is available for the object under the cursor. Often rendered as a question mark or a balloon."
-                },
-                {
-                    "name": "move",
-                    "description": "Indicates something is to be moved."
-                },
-                {
-                    "name": "-moz-grab",
-                    "description": "Indicates that something can be grabbed."
-                },
-                {
-                    "name": "-moz-grabbing",
-                    "description": "Indicates that something is being grabbed."
-                },
-                {
-                    "name": "-moz-zoom-in",
-                    "description": "Indicates that something can be zoomed (magnified) in."
-                },
-                {
-                    "name": "-moz-zoom-out",
-                    "description": "Indicates that something can be zoomed (magnified) out."
-                },
-                {
-                    "name": "ne-resize",
-                    "description": "Indicates that movement starts from north-east corner."
-                },
-                {
-                    "name": "nesw-resize",
-                    "description": "Indicates a bidirectional north-east/south-west cursor."
-                },
-                {
-                    "name": "no-drop",
-                    "description": "Indicates that the dragged item cannot be dropped at the current cursor location. Often rendered as a hand or pointer with a small circle with a line through it."
-                },
-                {
-                    "name": "none",
-                    "description": "No cursor is rendered for the element."
-                },
-                {
-                    "name": "not-allowed",
-                    "description": "Indicates that the requested action will not be carried out. Often rendered as a circle with a line through it."
-                },
-                {
-                    "name": "n-resize",
-                    "description": "Indicates that north edge is to be moved."
-                },
-                {
-                    "name": "ns-resize",
-                    "description": "Indicates a bidirectional north-south cursor."
-                },
-                {
-                    "name": "nw-resize",
-                    "description": "Indicates that movement starts from north-west corner."
-                },
-                {
-                    "name": "nwse-resize",
-                    "description": "Indicates a bidirectional north-west/south-east cursor."
-                },
-                {
-                    "name": "pointer",
-                    "description": "The cursor is a pointer that indicates a link."
-                },
-                {
-                    "name": "progress",
-                    "description": "A progress indicator. The program is performing some processing, but is different from 'wait' in that the user may still interact with the program. Often rendered as a spinning beach ball, or an arrow with a watch or hourglass."
-                },
-                {
-                    "name": "row-resize",
-                    "description": "Indicates that the item/row can be resized vertically. Often rendered as arrows pointing up and down with a horizontal bar separating them."
-                },
-                {
-                    "name": "se-resize",
-                    "description": "Indicates that movement starts from south-east corner."
-                },
-                {
-                    "name": "s-resize",
-                    "description": "Indicates that south edge is to be moved."
-                },
-                {
-                    "name": "sw-resize",
-                    "description": "Indicates that movement starts from south-west corner."
-                },
-                {
-                    "name": "text",
-                    "description": "Indicates text that may be selected. Often rendered as a vertical I-beam."
-                },
-                {
-                    "name": "vertical-text",
-                    "description": "Indicates vertical-text that may be selected. Often rendered as a horizontal I-beam."
-                },
-                {
-                    "name": "wait",
-                    "description": "Indicates that the program is busy and the user should wait. Often rendered as a watch or hourglass."
-                },
-                {
-                    "name": "-webkit-grab",
-                    "description": "Indicates that something can be grabbed."
-                },
-                {
-                    "name": "-webkit-grabbing",
-                    "description": "Indicates that something is being grabbed."
-                },
-                {
-                    "name": "-webkit-zoom-in",
-                    "description": "Indicates that something can be zoomed (magnified) in."
-                },
-                {
-                    "name": "-webkit-zoom-out",
-                    "description": "Indicates that something can be zoomed (magnified) out."
-                },
-                {
-                    "name": "w-resize",
-                    "description": "Indicates that west edge is to be moved."
-                },
-                {
-                    "name": "zoom-in",
-                    "description": "Indicates that something can be zoomed (magnified) in."
-                },
-                {
-                    "name": "zoom-out",
-                    "description": "Indicates that something can be zoomed (magnified) out."
-                }
-            ],
-            "syntax": "[ [ <url> [ <x> <y> ]? , ]* [ auto | default | none | context-menu | help | pointer | progress | wait | cell | crosshair | text | vertical-text | alias | copy | move | no-drop | not-allowed | e-resize | n-resize | ne-resize | nw-resize | s-resize | se-resize | sw-resize | w-resize | ew-resize | ns-resize | nesw-resize | nwse-resize | col-resize | row-resize | all-scroll | zoom-in | zoom-out | grab | grabbing ] ]",
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/cursor"
-                }
-            ],
-            "description": "Allows control over cursor appearance in an element",
-            "restrictions": [
-                "url",
-                "number",
-                "enum"
-            ]
-        },
-        {
-            "name": "margin-bottom",
-            "values": [
-                {
-                    "name": "auto"
-                }
-            ],
-            "syntax": "<length> | <percentage> | auto",
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/margin-bottom"
-                }
-            ],
-            "description": "Shorthand property to set values the thickness of the margin area. If left is omitted, it is the same as right. If bottom is omitted it is the same as top, if right is omitted it is the same as top. Negative values for margin properties are allowed, but there may be implementation-specific limits..",
-            "restrictions": [
-                "length",
-                "percentage"
-            ]
-        },
-        {
-            "name": "right",
-            "values": [
-                {
-                    "name": "auto",
-                    "description": "For non-replaced elements, the effect of this value depends on which of related properties have the value 'auto' as well"
-                }
-            ],
-            "syntax": "<length> | <percentage> | auto",
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/right"
-                }
-            ],
-            "description": "Specifies how far an absolutely positioned box's right margin edge is offset to the left of the right edge of the box's 'containing block'.",
-            "restrictions": [
-                "length",
-                "percentage"
-            ]
-        },
-        {
-            "name": "margin-right",
-            "values": [
-                {
-                    "name": "auto"
+                return this.finishToken(offset, TokenType.AtKeyword, keywordText);
+            }
+            else {
+                return this.finishToken(offset, TokenType.Delim);
+            }
+        }
+        // hash
+        if (this.stream.advanceIfChar(_HSH)) {
+            content = ['#'];
+            if (this._name(content)) {
+                return this.finishToken(offset, TokenType.Hash, content.join(''));
+            }
+            else {
+                return this.finishToken(offset, TokenType.Delim);
+            }
+        }
+        // Important
+        if (this.stream.advanceIfChar(_BNG)) {
+            return this.finishToken(offset, TokenType.Exclamation);
+        }
+        // Numbers
+        if (this._number()) {
+            var pos = this.stream.pos();
+            content = [this.stream.substring(offset, pos)];
+            if (this.stream.advanceIfChar(_PRC)) {
+                // Percentage 43%
+                return this.finishToken(offset, TokenType.Percentage);
+            }
+            else if (this.ident(content)) {
+                var dim = this.stream.substring(pos).toLowerCase();
+                var tokenType_1 = staticUnitTable[dim];
+                if (typeof tokenType_1 !== 'undefined') {
+                    // Known dimension 43px
+                    return this.finishToken(offset, tokenType_1, content.join(''));
                 }
-            ],
-            "syntax": "<length> | <percentage> | auto",
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/margin-right"
+                else {
+                    // Unknown dimension 43ft
+                    return this.finishToken(offset, TokenType.Dimension, content.join(''));
                 }
-            ],
-            "description": "Shorthand property to set values the thickness of the margin area. If left is omitted, it is the same as right. If bottom is omitted it is the same as top, if right is omitted it is the same as top. Negative values for margin properties are allowed, but there may be implementation-specific limits..",
-            "restrictions": [
-                "length",
-                "percentage"
-            ]
-        },
-        {
-            "name": "padding-left",
-            "syntax": "<length> | <percentage>",
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/padding-left"
+            }
+            return this.finishToken(offset, TokenType.Num);
+        }
+        // String, BadString
+        content = [];
+        var tokenType = this._string(content);
+        if (tokenType !== null) {
+            return this.finishToken(offset, tokenType, content.join(''));
+        }
+        // single character tokens
+        tokenType = staticTokenTable[this.stream.peekChar()];
+        if (typeof tokenType !== 'undefined') {
+            this.stream.advance(1);
+            return this.finishToken(offset, tokenType);
+        }
+        // includes ~=
+        if (this.stream.peekChar(0) === _TLD && this.stream.peekChar(1) === _EQS) {
+            this.stream.advance(2);
+            return this.finishToken(offset, TokenType.Includes);
+        }
+        // DashMatch |=
+        if (this.stream.peekChar(0) === _PIP && this.stream.peekChar(1) === _EQS) {
+            this.stream.advance(2);
+            return this.finishToken(offset, TokenType.Dashmatch);
+        }
+        // Substring operator *=
+        if (this.stream.peekChar(0) === _MUL && this.stream.peekChar(1) === _EQS) {
+            this.stream.advance(2);
+            return this.finishToken(offset, TokenType.SubstringOperator);
+        }
+        // Substring operator ^=
+        if (this.stream.peekChar(0) === _HAT && this.stream.peekChar(1) === _EQS) {
+            this.stream.advance(2);
+            return this.finishToken(offset, TokenType.PrefixOperator);
+        }
+        // Substring operator $=
+        if (this.stream.peekChar(0) === _DLR && this.stream.peekChar(1) === _EQS) {
+            this.stream.advance(2);
+            return this.finishToken(offset, TokenType.SuffixOperator);
+        }
+        // Delim
+        this.stream.nextChar();
+        return this.finishToken(offset, TokenType.Delim);
+    };
+    Scanner.prototype.trivia = function () {
+        while (true) {
+            var offset = this.stream.pos();
+            if (this._whitespace()) {
+                if (!this.ignoreWhitespace) {
+                    return this.finishToken(offset, TokenType.Whitespace);
                 }
-            ],
-            "description": "Shorthand property to set values the thickness of the padding area. If left is omitted, it is the same as right. If bottom is omitted it is the same as top, if right is omitted it is the same as top. The value may not be negative.",
-            "restrictions": [
-                "length",
-                "percentage"
-            ]
-        },
-        {
-            "name": "padding-top",
-            "syntax": "<length> | <percentage>",
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/padding-top"
+            }
+            else if (this.comment()) {
+                if (!this.ignoreComment) {
+                    return this.finishToken(offset, TokenType.Comment);
                 }
-            ],
-            "description": "Shorthand property to set values the thickness of the padding area. If left is omitted, it is the same as right. If bottom is omitted it is the same as top, if right is omitted it is the same as top. The value may not be negative.",
-            "restrictions": [
-                "length",
-                "percentage"
-            ]
-        },
-        {
-            "name": "max-width",
-            "values": [
-                {
-                    "name": "none",
-                    "description": "No limit on the width of the box."
-                },
-                {
-                    "name": "fit-content",
-                    "description": "Use the fit-content inline size or fit-content block size, as appropriate to the writing mode."
-                },
-                {
-                    "name": "max-content",
-                    "description": "Use the max-content inline size or max-content block size, as appropriate to the writing mode."
-                },
-                {
-                    "name": "min-content",
-                    "description": "Use the min-content inline size or min-content block size, as appropriate to the writing mode."
+            }
+            else {
+                return null;
+            }
+        }
+    };
+    Scanner.prototype.comment = function () {
+        if (this.stream.advanceIfChars([_FSL, _MUL])) {
+            var success_1 = false, hot_1 = false;
+            this.stream.advanceWhileChar(function (ch) {
+                if (hot_1 && ch === _FSL) {
+                    success_1 = true;
+                    return false;
                 }
-            ],
-            "syntax": "<viewport-length>",
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/max-width"
+                hot_1 = ch === _MUL;
+                return true;
+            });
+            if (success_1) {
+                this.stream.advance(1);
+            }
+            return true;
+        }
+        return false;
+    };
+    Scanner.prototype._number = function () {
+        var npeek = 0, ch;
+        if (this.stream.peekChar() === _DOT) {
+            npeek = 1;
+        }
+        ch = this.stream.peekChar(npeek);
+        if (ch >= _0 && ch <= _9) {
+            this.stream.advance(npeek + 1);
+            this.stream.advanceWhileChar(function (ch) {
+                return ch >= _0 && ch <= _9 || npeek === 0 && ch === _DOT;
+            });
+            return true;
+        }
+        return false;
+    };
+    Scanner.prototype._newline = function (result) {
+        var ch = this.stream.peekChar();
+        switch (ch) {
+            case _CAR:
+            case _LFD:
+            case _NWL:
+                this.stream.advance(1);
+                result.push(String.fromCharCode(ch));
+                if (ch === _CAR && this.stream.advanceIfChar(_NWL)) {
+                    result.push('\n');
                 }
-            ],
-            "description": "Allows authors to constrain content width to a certain range.",
-            "restrictions": [
-                "length",
-                "percentage"
-            ]
-        },
-        {
-            "name": "bottom",
-            "values": [
-                {
-                    "name": "auto",
-                    "description": "For non-replaced elements, the effect of this value depends on which of related properties have the value 'auto' as well"
+                return true;
+        }
+        return false;
+    };
+    Scanner.prototype._escape = function (result, includeNewLines) {
+        var ch = this.stream.peekChar();
+        if (ch === _BSL) {
+            this.stream.advance(1);
+            ch = this.stream.peekChar();
+            var hexNumCount = 0;
+            while (hexNumCount < 6 && (ch >= _0 && ch <= _9 || ch >= _a && ch <= _f || ch >= _A && ch <= _F)) {
+                this.stream.advance(1);
+                ch = this.stream.peekChar();
+                hexNumCount++;
+            }
+            if (hexNumCount > 0) {
+                try {
+                    var hexVal = parseInt(this.stream.substring(this.stream.pos() - hexNumCount), 16);
+                    if (hexVal) {
+                        result.push(String.fromCharCode(hexVal));
+                    }
                 }
-            ],
-            "syntax": "<length> | <percentage> | auto",
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/bottom"
+                catch (e) {
+                    // ignore
                 }
-            ],
-            "description": "Specifies how far an absolutely positioned box's bottom margin edge is offset above the bottom edge of the box's 'containing block'.",
-            "restrictions": [
-                "length",
-                "percentage"
-            ]
-        },
-        {
-            "name": "background-image",
-            "values": [
-                {
-                    "name": "none",
-                    "description": "Counts as an image layer but draws nothing."
+                // optional whitespace or new line, not part of result text
+                if (ch === _WSP || ch === _TAB) {
+                    this.stream.advance(1);
                 }
-            ],
-            "syntax": "<bg-image>#",
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/background-image"
+                else {
+                    this._newline([]);
                 }
-            ],
-            "description": "Sets the background image(s) of an element.",
-            "restrictions": [
-                "image",
-                "enum"
-            ]
-        },
-        {
-            "name": "content",
-            "values": [
-                {
-                    "name": "attr()",
-                    "description": "The attr(n) function returns as a string the value of attribute n for the subject of the selector."
-                },
-                {
-                    "name": "counter(name)",
-                    "description": "Counters are denoted by identifiers (see the 'counter-increment' and 'counter-reset' properties)."
-                },
-                {
-                    "name": "icon",
-                    "description": "The (pseudo-)element is replaced in its entirety by the resource referenced by its 'icon' property, and treated as a replaced element."
-                },
-                {
-                    "name": "none",
-                    "description": "On elements, this inhibits the children of the element from being rendered as children of this element, as if the element was empty. On pseudo-elements it causes the pseudo-element to have no content."
-                },
-                {
-                    "name": "normal",
-                    "description": "See http://www.w3.org/TR/css3-content/#content for computation rules."
-                },
-                {
-                    "name": "url()"
-                }
-            ],
-            "syntax": "normal | none | [ <content-replacement> | <content-list> ] [/ <string> ]?",
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/content"
+                return true;
+            }
+            if (ch !== _CAR && ch !== _LFD && ch !== _NWL) {
+                this.stream.advance(1);
+                result.push(String.fromCharCode(ch));
+                return true;
+            }
+            else if (includeNewLines) {
+                return this._newline(result);
+            }
+        }
+        return false;
+    };
+    Scanner.prototype._stringChar = function (closeQuote, result) {
+        // not closeQuote, not backslash, not newline
+        var ch = this.stream.peekChar();
+        if (ch !== 0 && ch !== closeQuote && ch !== _BSL && ch !== _CAR && ch !== _LFD && ch !== _NWL) {
+            this.stream.advance(1);
+            result.push(String.fromCharCode(ch));
+            return true;
+        }
+        return false;
+    };
+    Scanner.prototype._string = function (result) {
+        if (this.stream.peekChar() === _SQO || this.stream.peekChar() === _DQO) {
+            var closeQuote = this.stream.nextChar();
+            result.push(String.fromCharCode(closeQuote));
+            while (this._stringChar(closeQuote, result) || this._escape(result, true)) {
+                // loop
+            }
+            if (this.stream.peekChar() === closeQuote) {
+                this.stream.nextChar();
+                result.push(String.fromCharCode(closeQuote));
+                return TokenType.String;
+            }
+            else {
+                return TokenType.BadString;
+            }
+        }
+        return null;
+    };
+    Scanner.prototype._unquotedChar = function (result) {
+        // not closeQuote, not backslash, not newline
+        var ch = this.stream.peekChar();
+        if (ch !== 0 && ch !== _BSL && ch !== _SQO && ch !== _DQO && ch !== _LPA && ch !== _RPA && ch !== _WSP && ch !== _TAB && ch !== _NWL && ch !== _LFD && ch !== _CAR) {
+            this.stream.advance(1);
+            result.push(String.fromCharCode(ch));
+            return true;
+        }
+        return false;
+    };
+    Scanner.prototype._unquotedString = function (result) {
+        var hasContent = false;
+        while (this._unquotedChar(result) || this._escape(result)) {
+            hasContent = true;
+        }
+        return hasContent;
+    };
+    Scanner.prototype._whitespace = function () {
+        var n = this.stream.advanceWhileChar(function (ch) {
+            return ch === _WSP || ch === _TAB || ch === _NWL || ch === _LFD || ch === _CAR;
+        });
+        return n > 0;
+    };
+    Scanner.prototype._name = function (result) {
+        var matched = false;
+        while (this._identChar(result) || this._escape(result)) {
+            matched = true;
+        }
+        return matched;
+    };
+    Scanner.prototype.ident = function (result) {
+        var pos = this.stream.pos();
+        var hasMinus = this._minus(result);
+        if (hasMinus && this._minus(result) /* -- */) {
+            if (this._identFirstChar(result) || this._escape(result)) {
+                while (this._identChar(result) || this._escape(result)) {
+                    // loop
                 }
-            ],
-            "description": "Determines which page-based occurrence of a given element is applied to a counter or string value.",
-            "restrictions": [
-                "string",
-                "url"
-            ]
+                return true;
+            }
+        }
+        else if (this._identFirstChar(result) || this._escape(result)) {
+            while (this._identChar(result) || this._escape(result)) {
+                // loop
+            }
+            return true;
+        }
+        this.stream.goBackTo(pos);
+        return false;
+    };
+    Scanner.prototype._identFirstChar = function (result) {
+        var ch = this.stream.peekChar();
+        if (ch === _USC || // _
+            ch >= _a && ch <= _z || // a-z
+            ch >= _A && ch <= _Z || // A-Z
+            ch >= 0x80 && ch <= 0xFFFF) { // nonascii
+            this.stream.advance(1);
+            result.push(String.fromCharCode(ch));
+            return true;
+        }
+        return false;
+    };
+    Scanner.prototype._minus = function (result) {
+        var ch = this.stream.peekChar();
+        if (ch === _MIN) {
+            this.stream.advance(1);
+            result.push(String.fromCharCode(ch));
+            return true;
+        }
+        return false;
+    };
+    Scanner.prototype._identChar = function (result) {
+        var ch = this.stream.peekChar();
+        if (ch === _USC || // _
+            ch === _MIN || // -
+            ch >= _a && ch <= _z || // a-z
+            ch >= _A && ch <= _Z || // A-Z
+            ch >= _0 && ch <= _9 || // 0/9
+            ch >= 0x80 && ch <= 0xFFFF) { // nonascii
+            this.stream.advance(1);
+            result.push(String.fromCharCode(ch));
+            return true;
+        }
+        return false;
+    };
+    return Scanner;
+}());
+
+
+
+/***/ }),
+/* 65 */
+/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
+
+__webpack_require__.r(__webpack_exports__);
+/* harmony export */ __webpack_require__.d(__webpack_exports__, {
+/* harmony export */   "NodeType": () => /* binding */ NodeType,
+/* harmony export */   "ReferenceType": () => /* binding */ ReferenceType,
+/* harmony export */   "getNodeAtOffset": () => /* binding */ getNodeAtOffset,
+/* harmony export */   "getNodePath": () => /* binding */ getNodePath,
+/* harmony export */   "getParentDeclaration": () => /* binding */ getParentDeclaration,
+/* harmony export */   "Node": () => /* binding */ Node,
+/* harmony export */   "Nodelist": () => /* binding */ Nodelist,
+/* harmony export */   "Identifier": () => /* binding */ Identifier,
+/* harmony export */   "Stylesheet": () => /* binding */ Stylesheet,
+/* harmony export */   "Declarations": () => /* binding */ Declarations,
+/* harmony export */   "BodyDeclaration": () => /* binding */ BodyDeclaration,
+/* harmony export */   "RuleSet": () => /* binding */ RuleSet,
+/* harmony export */   "Selector": () => /* binding */ Selector,
+/* harmony export */   "SimpleSelector": () => /* binding */ SimpleSelector,
+/* harmony export */   "AtApplyRule": () => /* binding */ AtApplyRule,
+/* harmony export */   "AbstractDeclaration": () => /* binding */ AbstractDeclaration,
+/* harmony export */   "CustomPropertyDeclaration": () => /* binding */ CustomPropertyDeclaration,
+/* harmony export */   "CustomPropertySet": () => /* binding */ CustomPropertySet,
+/* harmony export */   "Declaration": () => /* binding */ Declaration,
+/* harmony export */   "Property": () => /* binding */ Property,
+/* harmony export */   "Invocation": () => /* binding */ Invocation,
+/* harmony export */   "Function": () => /* binding */ Function,
+/* harmony export */   "FunctionParameter": () => /* binding */ FunctionParameter,
+/* harmony export */   "FunctionArgument": () => /* binding */ FunctionArgument,
+/* harmony export */   "IfStatement": () => /* binding */ IfStatement,
+/* harmony export */   "ForStatement": () => /* binding */ ForStatement,
+/* harmony export */   "EachStatement": () => /* binding */ EachStatement,
+/* harmony export */   "WhileStatement": () => /* binding */ WhileStatement,
+/* harmony export */   "ElseStatement": () => /* binding */ ElseStatement,
+/* harmony export */   "FunctionDeclaration": () => /* binding */ FunctionDeclaration,
+/* harmony export */   "ViewPort": () => /* binding */ ViewPort,
+/* harmony export */   "FontFace": () => /* binding */ FontFace,
+/* harmony export */   "NestedProperties": () => /* binding */ NestedProperties,
+/* harmony export */   "Keyframe": () => /* binding */ Keyframe,
+/* harmony export */   "KeyframeSelector": () => /* binding */ KeyframeSelector,
+/* harmony export */   "Import": () => /* binding */ Import,
+/* harmony export */   "Use": () => /* binding */ Use,
+/* harmony export */   "ModuleConfiguration": () => /* binding */ ModuleConfiguration,
+/* harmony export */   "Forward": () => /* binding */ Forward,
+/* harmony export */   "ForwardVisibility": () => /* binding */ ForwardVisibility,
+/* harmony export */   "Namespace": () => /* binding */ Namespace,
+/* harmony export */   "Media": () => /* binding */ Media,
+/* harmony export */   "Supports": () => /* binding */ Supports,
+/* harmony export */   "Document": () => /* binding */ Document,
+/* harmony export */   "Medialist": () => /* binding */ Medialist,
+/* harmony export */   "MediaQuery": () => /* binding */ MediaQuery,
+/* harmony export */   "SupportsCondition": () => /* binding */ SupportsCondition,
+/* harmony export */   "Page": () => /* binding */ Page,
+/* harmony export */   "PageBoxMarginBox": () => /* binding */ PageBoxMarginBox,
+/* harmony export */   "Expression": () => /* binding */ Expression,
+/* harmony export */   "BinaryExpression": () => /* binding */ BinaryExpression,
+/* harmony export */   "Term": () => /* binding */ Term,
+/* harmony export */   "AttributeSelector": () => /* binding */ AttributeSelector,
+/* harmony export */   "Operator": () => /* binding */ Operator,
+/* harmony export */   "HexColorValue": () => /* binding */ HexColorValue,
+/* harmony export */   "NumericValue": () => /* binding */ NumericValue,
+/* harmony export */   "VariableDeclaration": () => /* binding */ VariableDeclaration,
+/* harmony export */   "Interpolation": () => /* binding */ Interpolation,
+/* harmony export */   "Variable": () => /* binding */ Variable,
+/* harmony export */   "ExtendsReference": () => /* binding */ ExtendsReference,
+/* harmony export */   "MixinContentReference": () => /* binding */ MixinContentReference,
+/* harmony export */   "MixinContentDeclaration": () => /* binding */ MixinContentDeclaration,
+/* harmony export */   "MixinReference": () => /* binding */ MixinReference,
+/* harmony export */   "MixinDeclaration": () => /* binding */ MixinDeclaration,
+/* harmony export */   "UnknownAtRule": () => /* binding */ UnknownAtRule,
+/* harmony export */   "ListEntry": () => /* binding */ ListEntry,
+/* harmony export */   "LessGuard": () => /* binding */ LessGuard,
+/* harmony export */   "GuardCondition": () => /* binding */ GuardCondition,
+/* harmony export */   "Module": () => /* binding */ Module,
+/* harmony export */   "Level": () => /* binding */ Level,
+/* harmony export */   "Marker": () => /* binding */ Marker,
+/* harmony export */   "ParseErrorCollector": () => /* binding */ ParseErrorCollector
+/* harmony export */ });
+/* harmony import */ var _utils_strings__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(66);
+/*---------------------------------------------------------------------------------------------
+ *  Copyright (c) Microsoft Corporation. All rights reserved.
+ *  Licensed under the MIT License. See License.txt in the project root for license information.
+ *--------------------------------------------------------------------------------------------*/
+
+var __extends = (undefined && undefined.__extends) || (function () {
+    var extendStatics = function (d, b) {
+        extendStatics = Object.setPrototypeOf ||
+            ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
+            function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
+        return extendStatics(d, b);
+    };
+    return function (d, b) {
+        extendStatics(d, b);
+        function __() { this.constructor = d; }
+        d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
+    };
+})();
+
+/// <summary>
+/// Nodes for the css 2.1 specification. See for reference:
+/// http://www.w3.org/TR/CSS21/grammar.html#grammar
+/// </summary>
+var NodeType;
+(function (NodeType) {
+    NodeType[NodeType["Undefined"] = 0] = "Undefined";
+    NodeType[NodeType["Identifier"] = 1] = "Identifier";
+    NodeType[NodeType["Stylesheet"] = 2] = "Stylesheet";
+    NodeType[NodeType["Ruleset"] = 3] = "Ruleset";
+    NodeType[NodeType["Selector"] = 4] = "Selector";
+    NodeType[NodeType["SimpleSelector"] = 5] = "SimpleSelector";
+    NodeType[NodeType["SelectorInterpolation"] = 6] = "SelectorInterpolation";
+    NodeType[NodeType["SelectorCombinator"] = 7] = "SelectorCombinator";
+    NodeType[NodeType["SelectorCombinatorParent"] = 8] = "SelectorCombinatorParent";
+    NodeType[NodeType["SelectorCombinatorSibling"] = 9] = "SelectorCombinatorSibling";
+    NodeType[NodeType["SelectorCombinatorAllSiblings"] = 10] = "SelectorCombinatorAllSiblings";
+    NodeType[NodeType["SelectorCombinatorShadowPiercingDescendant"] = 11] = "SelectorCombinatorShadowPiercingDescendant";
+    NodeType[NodeType["Page"] = 12] = "Page";
+    NodeType[NodeType["PageBoxMarginBox"] = 13] = "PageBoxMarginBox";
+    NodeType[NodeType["ClassSelector"] = 14] = "ClassSelector";
+    NodeType[NodeType["IdentifierSelector"] = 15] = "IdentifierSelector";
+    NodeType[NodeType["ElementNameSelector"] = 16] = "ElementNameSelector";
+    NodeType[NodeType["PseudoSelector"] = 17] = "PseudoSelector";
+    NodeType[NodeType["AttributeSelector"] = 18] = "AttributeSelector";
+    NodeType[NodeType["Declaration"] = 19] = "Declaration";
+    NodeType[NodeType["Declarations"] = 20] = "Declarations";
+    NodeType[NodeType["Property"] = 21] = "Property";
+    NodeType[NodeType["Expression"] = 22] = "Expression";
+    NodeType[NodeType["BinaryExpression"] = 23] = "BinaryExpression";
+    NodeType[NodeType["Term"] = 24] = "Term";
+    NodeType[NodeType["Operator"] = 25] = "Operator";
+    NodeType[NodeType["Value"] = 26] = "Value";
+    NodeType[NodeType["StringLiteral"] = 27] = "StringLiteral";
+    NodeType[NodeType["URILiteral"] = 28] = "URILiteral";
+    NodeType[NodeType["EscapedValue"] = 29] = "EscapedValue";
+    NodeType[NodeType["Function"] = 30] = "Function";
+    NodeType[NodeType["NumericValue"] = 31] = "NumericValue";
+    NodeType[NodeType["HexColorValue"] = 32] = "HexColorValue";
+    NodeType[NodeType["MixinDeclaration"] = 33] = "MixinDeclaration";
+    NodeType[NodeType["MixinReference"] = 34] = "MixinReference";
+    NodeType[NodeType["VariableName"] = 35] = "VariableName";
+    NodeType[NodeType["VariableDeclaration"] = 36] = "VariableDeclaration";
+    NodeType[NodeType["Prio"] = 37] = "Prio";
+    NodeType[NodeType["Interpolation"] = 38] = "Interpolation";
+    NodeType[NodeType["NestedProperties"] = 39] = "NestedProperties";
+    NodeType[NodeType["ExtendsReference"] = 40] = "ExtendsReference";
+    NodeType[NodeType["SelectorPlaceholder"] = 41] = "SelectorPlaceholder";
+    NodeType[NodeType["Debug"] = 42] = "Debug";
+    NodeType[NodeType["If"] = 43] = "If";
+    NodeType[NodeType["Else"] = 44] = "Else";
+    NodeType[NodeType["For"] = 45] = "For";
+    NodeType[NodeType["Each"] = 46] = "Each";
+    NodeType[NodeType["While"] = 47] = "While";
+    NodeType[NodeType["MixinContentReference"] = 48] = "MixinContentReference";
+    NodeType[NodeType["MixinContentDeclaration"] = 49] = "MixinContentDeclaration";
+    NodeType[NodeType["Media"] = 50] = "Media";
+    NodeType[NodeType["Keyframe"] = 51] = "Keyframe";
+    NodeType[NodeType["FontFace"] = 52] = "FontFace";
+    NodeType[NodeType["Import"] = 53] = "Import";
+    NodeType[NodeType["Namespace"] = 54] = "Namespace";
+    NodeType[NodeType["Invocation"] = 55] = "Invocation";
+    NodeType[NodeType["FunctionDeclaration"] = 56] = "FunctionDeclaration";
+    NodeType[NodeType["ReturnStatement"] = 57] = "ReturnStatement";
+    NodeType[NodeType["MediaQuery"] = 58] = "MediaQuery";
+    NodeType[NodeType["FunctionParameter"] = 59] = "FunctionParameter";
+    NodeType[NodeType["FunctionArgument"] = 60] = "FunctionArgument";
+    NodeType[NodeType["KeyframeSelector"] = 61] = "KeyframeSelector";
+    NodeType[NodeType["ViewPort"] = 62] = "ViewPort";
+    NodeType[NodeType["Document"] = 63] = "Document";
+    NodeType[NodeType["AtApplyRule"] = 64] = "AtApplyRule";
+    NodeType[NodeType["CustomPropertyDeclaration"] = 65] = "CustomPropertyDeclaration";
+    NodeType[NodeType["CustomPropertySet"] = 66] = "CustomPropertySet";
+    NodeType[NodeType["ListEntry"] = 67] = "ListEntry";
+    NodeType[NodeType["Supports"] = 68] = "Supports";
+    NodeType[NodeType["SupportsCondition"] = 69] = "SupportsCondition";
+    NodeType[NodeType["NamespacePrefix"] = 70] = "NamespacePrefix";
+    NodeType[NodeType["GridLine"] = 71] = "GridLine";
+    NodeType[NodeType["Plugin"] = 72] = "Plugin";
+    NodeType[NodeType["UnknownAtRule"] = 73] = "UnknownAtRule";
+    NodeType[NodeType["Use"] = 74] = "Use";
+    NodeType[NodeType["ModuleConfiguration"] = 75] = "ModuleConfiguration";
+    NodeType[NodeType["Forward"] = 76] = "Forward";
+    NodeType[NodeType["ForwardVisibility"] = 77] = "ForwardVisibility";
+    NodeType[NodeType["Module"] = 78] = "Module";
+})(NodeType || (NodeType = {}));
+var ReferenceType;
+(function (ReferenceType) {
+    ReferenceType[ReferenceType["Mixin"] = 0] = "Mixin";
+    ReferenceType[ReferenceType["Rule"] = 1] = "Rule";
+    ReferenceType[ReferenceType["Variable"] = 2] = "Variable";
+    ReferenceType[ReferenceType["Function"] = 3] = "Function";
+    ReferenceType[ReferenceType["Keyframe"] = 4] = "Keyframe";
+    ReferenceType[ReferenceType["Unknown"] = 5] = "Unknown";
+    ReferenceType[ReferenceType["Module"] = 6] = "Module";
+    ReferenceType[ReferenceType["Forward"] = 7] = "Forward";
+    ReferenceType[ReferenceType["ForwardVisibility"] = 8] = "ForwardVisibility";
+})(ReferenceType || (ReferenceType = {}));
+function getNodeAtOffset(node, offset) {
+    var candidate = null;
+    if (!node || offset < node.offset || offset > node.end) {
+        return null;
+    }
+    // Find the shortest node at the position
+    node.accept(function (node) {
+        if (node.offset === -1 && node.length === -1) {
+            return true;
+        }
+        if (node.offset <= offset && node.end >= offset) {
+            if (!candidate) {
+                candidate = node;
+            }
+            else if (node.length <= candidate.length) {
+                candidate = node;
+            }
+            return true;
+        }
+        return false;
+    });
+    return candidate;
+}
+function getNodePath(node, offset) {
+    var candidate = getNodeAtOffset(node, offset);
+    var path = [];
+    while (candidate) {
+        path.unshift(candidate);
+        candidate = candidate.parent;
+    }
+    return path;
+}
+function getParentDeclaration(node) {
+    var decl = node.findParent(NodeType.Declaration);
+    var value = decl && decl.getValue();
+    if (value && value.encloses(node)) {
+        return decl;
+    }
+    return null;
+}
+var Node = /** @class */ (function () {
+    function Node(offset, len, nodeType) {
+        if (offset === void 0) { offset = -1; }
+        if (len === void 0) { len = -1; }
+        this.parent = null;
+        this.offset = offset;
+        this.length = len;
+        if (nodeType) {
+            this.nodeType = nodeType;
+        }
+    }
+    Object.defineProperty(Node.prototype, "end", {
+        get: function () { return this.offset + this.length; },
+        enumerable: false,
+        configurable: true
+    });
+    Object.defineProperty(Node.prototype, "type", {
+        get: function () {
+            return this.nodeType || NodeType.Undefined;
         },
-        {
-            "name": "padding-right",
-            "syntax": "<length> | <percentage>",
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/padding-right"
-                }
-            ],
-            "description": "Shorthand property to set values the thickness of the padding area. If left is omitted, it is the same as right. If bottom is omitted it is the same as top, if right is omitted it is the same as top. The value may not be negative.",
-            "restrictions": [
-                "length",
-                "percentage"
-            ]
+        set: function (type) {
+            this.nodeType = type;
         },
-        {
-            "name": "white-space",
-            "values": [
-                {
-                    "name": "normal",
-                    "description": "Sets 'white-space-collapsing' to 'collapse' and 'text-wrap' to 'normal'."
-                },
-                {
-                    "name": "nowrap",
-                    "description": "Sets 'white-space-collapsing' to 'collapse' and 'text-wrap' to 'none'."
-                },
-                {
-                    "name": "pre",
-                    "description": "Sets 'white-space-collapsing' to 'preserve' and 'text-wrap' to 'none'."
-                },
-                {
-                    "name": "pre-line",
-                    "description": "Sets 'white-space-collapsing' to 'preserve-breaks' and 'text-wrap' to 'normal'."
-                },
-                {
-                    "name": "pre-wrap",
-                    "description": "Sets 'white-space-collapsing' to 'preserve' and 'text-wrap' to 'normal'."
-                }
-            ],
-            "syntax": "normal | pre | nowrap | pre-wrap | pre-line | break-spaces",
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/white-space"
+        enumerable: false,
+        configurable: true
+    });
+    Node.prototype.getTextProvider = function () {
+        var node = this;
+        while (node && !node.textProvider) {
+            node = node.parent;
+        }
+        if (node) {
+            return node.textProvider;
+        }
+        return function () { return 'unknown'; };
+    };
+    Node.prototype.getText = function () {
+        return this.getTextProvider()(this.offset, this.length);
+    };
+    Node.prototype.matches = function (str) {
+        return this.length === str.length && this.getTextProvider()(this.offset, this.length) === str;
+    };
+    Node.prototype.startsWith = function (str) {
+        return this.length >= str.length && this.getTextProvider()(this.offset, str.length) === str;
+    };
+    Node.prototype.endsWith = function (str) {
+        return this.length >= str.length && this.getTextProvider()(this.end - str.length, str.length) === str;
+    };
+    Node.prototype.accept = function (visitor) {
+        if (visitor(this) && this.children) {
+            for (var _i = 0, _a = this.children; _i < _a.length; _i++) {
+                var child = _a[_i];
+                child.accept(visitor);
+            }
+        }
+    };
+    Node.prototype.acceptVisitor = function (visitor) {
+        this.accept(visitor.visitNode.bind(visitor));
+    };
+    Node.prototype.adoptChild = function (node, index) {
+        if (index === void 0) { index = -1; }
+        if (node.parent && node.parent.children) {
+            var idx = node.parent.children.indexOf(node);
+            if (idx >= 0) {
+                node.parent.children.splice(idx, 1);
+            }
+        }
+        node.parent = this;
+        var children = this.children;
+        if (!children) {
+            children = this.children = [];
+        }
+        if (index !== -1) {
+            children.splice(index, 0, node);
+        }
+        else {
+            children.push(node);
+        }
+        return node;
+    };
+    Node.prototype.attachTo = function (parent, index) {
+        if (index === void 0) { index = -1; }
+        if (parent) {
+            parent.adoptChild(this, index);
+        }
+        return this;
+    };
+    Node.prototype.collectIssues = function (results) {
+        if (this.issues) {
+            results.push.apply(results, this.issues);
+        }
+    };
+    Node.prototype.addIssue = function (issue) {
+        if (!this.issues) {
+            this.issues = [];
+        }
+        this.issues.push(issue);
+    };
+    Node.prototype.hasIssue = function (rule) {
+        return Array.isArray(this.issues) && this.issues.some(function (i) { return i.getRule() === rule; });
+    };
+    Node.prototype.isErroneous = function (recursive) {
+        if (recursive === void 0) { recursive = false; }
+        if (this.issues && this.issues.length > 0) {
+            return true;
+        }
+        return recursive && Array.isArray(this.children) && this.children.some(function (c) { return c.isErroneous(true); });
+    };
+    Node.prototype.setNode = function (field, node, index) {
+        if (index === void 0) { index = -1; }
+        if (node) {
+            node.attachTo(this, index);
+            this[field] = node;
+            return true;
+        }
+        return false;
+    };
+    Node.prototype.addChild = function (node) {
+        if (node) {
+            if (!this.children) {
+                this.children = [];
+            }
+            node.attachTo(this);
+            this.updateOffsetAndLength(node);
+            return true;
+        }
+        return false;
+    };
+    Node.prototype.updateOffsetAndLength = function (node) {
+        if (node.offset < this.offset || this.offset === -1) {
+            this.offset = node.offset;
+        }
+        var nodeEnd = node.end;
+        if ((nodeEnd > this.end) || this.length === -1) {
+            this.length = nodeEnd - this.offset;
+        }
+    };
+    Node.prototype.hasChildren = function () {
+        return !!this.children && this.children.length > 0;
+    };
+    Node.prototype.getChildren = function () {
+        return this.children ? this.children.slice(0) : [];
+    };
+    Node.prototype.getChild = function (index) {
+        if (this.children && index < this.children.length) {
+            return this.children[index];
+        }
+        return null;
+    };
+    Node.prototype.addChildren = function (nodes) {
+        for (var _i = 0, nodes_1 = nodes; _i < nodes_1.length; _i++) {
+            var node = nodes_1[_i];
+            this.addChild(node);
+        }
+    };
+    Node.prototype.findFirstChildBeforeOffset = function (offset) {
+        if (this.children) {
+            var current = null;
+            for (var i = this.children.length - 1; i >= 0; i--) {
+                // iterate until we find a child that has a start offset smaller than the input offset
+                current = this.children[i];
+                if (current.offset <= offset) {
+                    return current;
                 }
-            ],
-            "description": "Shorthand property for the 'white-space-collapsing' and 'text-wrap' properties.",
-            "restrictions": [
-                "enum"
-            ]
-        },
-        {
-            "name": "padding-bottom",
-            "syntax": "<length> | <percentage>",
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/padding-bottom"
-                }
-            ],
-            "description": "Shorthand property to set values the thickness of the padding area. If left is omitted, it is the same as right. If bottom is omitted it is the same as top, if right is omitted it is the same as top. The value may not be negative.",
-            "restrictions": [
-                "length",
-                "percentage"
-            ]
-        },
-        {
-            "name": "border-bottom",
-            "syntax": "<line-width> || <line-style> || <color>",
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/border-bottom"
-                }
-            ],
-            "description": "Shorthand property for setting border width, style and color.",
-            "restrictions": [
-                "length",
-                "line-width",
-                "line-style",
-                "color"
-            ]
+            }
+        }
+        return null;
+    };
+    Node.prototype.findChildAtOffset = function (offset, goDeep) {
+        var current = this.findFirstChildBeforeOffset(offset);
+        if (current && current.end >= offset) {
+            if (goDeep) {
+                return current.findChildAtOffset(offset, true) || current;
+            }
+            return current;
+        }
+        return null;
+    };
+    Node.prototype.encloses = function (candidate) {
+        return this.offset <= candidate.offset && this.offset + this.length >= candidate.offset + candidate.length;
+    };
+    Node.prototype.getParent = function () {
+        var result = this.parent;
+        while (result instanceof Nodelist) {
+            result = result.parent;
+        }
+        return result;
+    };
+    Node.prototype.findParent = function (type) {
+        var result = this;
+        while (result && result.type !== type) {
+            result = result.parent;
+        }
+        return result;
+    };
+    Node.prototype.findAParent = function () {
+        var types = [];
+        for (var _i = 0; _i < arguments.length; _i++) {
+            types[_i] = arguments[_i];
+        }
+        var result = this;
+        while (result && !types.some(function (t) { return result.type === t; })) {
+            result = result.parent;
+        }
+        return result;
+    };
+    Node.prototype.setData = function (key, value) {
+        if (!this.options) {
+            this.options = {};
+        }
+        this.options[key] = value;
+    };
+    Node.prototype.getData = function (key) {
+        if (!this.options || !this.options.hasOwnProperty(key)) {
+            return null;
+        }
+        return this.options[key];
+    };
+    return Node;
+}());
+
+var Nodelist = /** @class */ (function (_super) {
+    __extends(Nodelist, _super);
+    function Nodelist(parent, index) {
+        if (index === void 0) { index = -1; }
+        var _this = _super.call(this, -1, -1) || this;
+        _this.attachTo(parent, index);
+        _this.offset = -1;
+        _this.length = -1;
+        return _this;
+    }
+    return Nodelist;
+}(Node));
+
+var Identifier = /** @class */ (function (_super) {
+    __extends(Identifier, _super);
+    function Identifier(offset, length) {
+        var _this = _super.call(this, offset, length) || this;
+        _this.isCustomProperty = false;
+        return _this;
+    }
+    Object.defineProperty(Identifier.prototype, "type", {
+        get: function () {
+            return NodeType.Identifier;
         },
-        {
-            "name": "box-shadow",
-            "values": [
-                {
-                    "name": "inset",
-                    "description": "Changes the drop shadow from an outer shadow (one that shadows the box onto the canvas, as if it were lifted above the canvas) to an inner shadow (one that shadows the canvas onto the box, as if the box were cut out of the canvas and shifted behind it)."
-                },
-                {
-                    "name": "none",
-                    "description": "No shadow."
-                }
-            ],
-            "syntax": "none | <shadow>#",
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/box-shadow"
-                }
-            ],
-            "description": "Attaches one or more drop-shadows to the box. The property is a comma-separated list of shadows, each specified by 2-4 length values, an optional color, and an optional 'inset' keyword. Omitted lengths are 0; omitted colors are a user agent chosen color.",
-            "restrictions": [
-                "length",
-                "color",
-                "enum"
-            ]
+        enumerable: false,
+        configurable: true
+    });
+    Identifier.prototype.containsInterpolation = function () {
+        return this.hasChildren();
+    };
+    return Identifier;
+}(Node));
+
+var Stylesheet = /** @class */ (function (_super) {
+    __extends(Stylesheet, _super);
+    function Stylesheet(offset, length) {
+        return _super.call(this, offset, length) || this;
+    }
+    Object.defineProperty(Stylesheet.prototype, "type", {
+        get: function () {
+            return NodeType.Stylesheet;
         },
-        {
-            "name": "transform",
-            "values": [
-                {
-                    "name": "matrix()",
-                    "description": "Specifies a 2D transformation in the form of a transformation matrix of six values. matrix(a,b,c,d,e,f) is equivalent to applying the transformation matrix [a b c d e f]"
-                },
-                {
-                    "name": "matrix3d()",
-                    "description": "Specifies a 3D transformation as a 4x4 homogeneous matrix of 16 values in column-major order."
-                },
-                {
-                    "name": "none"
-                },
-                {
-                    "name": "perspective()",
-                    "description": "Specifies a perspective projection matrix."
-                },
-                {
-                    "name": "rotate()",
-                    "description": "Specifies a 2D rotation by the angle specified in the parameter about the origin of the element, as defined by the transform-origin property."
-                },
-                {
-                    "name": "rotate3d()",
-                    "description": "Specifies a clockwise 3D rotation by the angle specified in last parameter about the [x,y,z] direction vector described by the first 3 parameters."
-                },
-                {
-                    "name": "rotateX('angle')",
-                    "description": "Specifies a clockwise rotation by the given angle about the X axis."
-                },
-                {
-                    "name": "rotateY('angle')",
-                    "description": "Specifies a clockwise rotation by the given angle about the Y axis."
-                },
-                {
-                    "name": "rotateZ('angle')",
-                    "description": "Specifies a clockwise rotation by the given angle about the Z axis."
-                },
-                {
-                    "name": "scale()",
-                    "description": "Specifies a 2D scale operation by the [sx,sy] scaling vector described by the 2 parameters. If the second parameter is not provided, it is takes a value equal to the first."
-                },
-                {
-                    "name": "scale3d()",
-                    "description": "Specifies a 3D scale operation by the [sx,sy,sz] scaling vector described by the 3 parameters."
-                },
-                {
-                    "name": "scaleX()",
-                    "description": "Specifies a scale operation using the [sx,1] scaling vector, where sx is given as the parameter."
-                },
-                {
-                    "name": "scaleY()",
-                    "description": "Specifies a scale operation using the [sy,1] scaling vector, where sy is given as the parameter."
-                },
-                {
-                    "name": "scaleZ()",
-                    "description": "Specifies a scale operation using the [1,1,sz] scaling vector, where sz is given as the parameter."
-                },
-                {
-                    "name": "skew()",
-                    "description": "Specifies a skew transformation along the X and Y axes. The first angle parameter specifies the skew on the X axis. The second angle parameter specifies the skew on the Y axis. If the second parameter is not given then a value of 0 is used for the Y angle (ie: no skew on the Y axis)."
-                },
-                {
-                    "name": "skewX()",
-                    "description": "Specifies a skew transformation along the X axis by the given angle."
-                },
-                {
-                    "name": "skewY()",
-                    "description": "Specifies a skew transformation along the Y axis by the given angle."
-                },
-                {
-                    "name": "translate()",
-                    "description": "Specifies a 2D translation by the vector [tx, ty], where tx is the first translation-value parameter and ty is the optional second translation-value parameter."
-                },
-                {
-                    "name": "translate3d()",
-                    "description": "Specifies a 3D translation by the vector [tx,ty,tz], with tx, ty and tz being the first, second and third translation-value parameters respectively."
-                },
-                {
-                    "name": "translateX()",
-                    "description": "Specifies a translation by the given amount in the X direction."
-                },
-                {
-                    "name": "translateY()",
-                    "description": "Specifies a translation by the given amount in the Y direction."
-                },
-                {
-                    "name": "translateZ()",
-                    "description": "Specifies a translation by the given amount in the Z direction. Note that percentage values are not allowed in the translateZ translation-value, and if present are evaluated as 0."
-                }
-            ],
-            "syntax": "none | <transform-list>",
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/transform"
-                }
-            ],
-            "description": "A two-dimensional transformation is applied to an element through the 'transform' property. This property contains a list of transform functions similar to those allowed by SVG.",
-            "restrictions": [
-                "enum"
-            ]
+        enumerable: false,
+        configurable: true
+    });
+    return Stylesheet;
+}(Node));
+
+var Declarations = /** @class */ (function (_super) {
+    __extends(Declarations, _super);
+    function Declarations(offset, length) {
+        return _super.call(this, offset, length) || this;
+    }
+    Object.defineProperty(Declarations.prototype, "type", {
+        get: function () {
+            return NodeType.Declarations;
         },
-        {
-            "name": "min-height",
-            "values": [
-                {
-                    "name": "auto"
-                },
-                {
-                    "name": "fit-content",
-                    "description": "Use the fit-content inline size or fit-content block size, as appropriate to the writing mode."
-                },
-                {
-                    "name": "max-content",
-                    "description": "Use the max-content inline size or max-content block size, as appropriate to the writing mode."
-                },
-                {
-                    "name": "min-content",
-                    "description": "Use the min-content inline size or min-content block size, as appropriate to the writing mode."
-                }
-            ],
-            "syntax": "<viewport-length>",
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/min-height"
-                }
-            ],
-            "description": "Allows authors to constrain content height to a certain range.",
-            "restrictions": [
-                "length",
-                "percentage"
-            ]
+        enumerable: false,
+        configurable: true
+    });
+    return Declarations;
+}(Node));
+
+var BodyDeclaration = /** @class */ (function (_super) {
+    __extends(BodyDeclaration, _super);
+    function BodyDeclaration(offset, length) {
+        return _super.call(this, offset, length) || this;
+    }
+    BodyDeclaration.prototype.getDeclarations = function () {
+        return this.declarations;
+    };
+    BodyDeclaration.prototype.setDeclarations = function (decls) {
+        return this.setNode('declarations', decls);
+    };
+    return BodyDeclaration;
+}(Node));
+
+var RuleSet = /** @class */ (function (_super) {
+    __extends(RuleSet, _super);
+    function RuleSet(offset, length) {
+        return _super.call(this, offset, length) || this;
+    }
+    Object.defineProperty(RuleSet.prototype, "type", {
+        get: function () {
+            return NodeType.Ruleset;
         },
-        {
-            "name": "visibility",
-            "values": [
-                {
-                    "name": "collapse",
-                    "description": "Table-specific. If used on elements other than rows, row groups, columns, or column groups, 'collapse' has the same meaning as 'hidden'."
-                },
-                {
-                    "name": "hidden",
-                    "description": "The generated box is invisible (fully transparent, nothing is drawn), but still affects layout."
-                },
-                {
-                    "name": "visible",
-                    "description": "The generated box is visible."
-                }
-            ],
-            "syntax": "visible | hidden | collapse",
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/visibility"
-                }
-            ],
-            "description": "Specifies whether the boxes generated by an element are rendered. Invisible boxes still affect layout (set the ‘display’ property to ‘none’ to suppress box generation altogether).",
-            "restrictions": [
-                "enum"
-            ]
+        enumerable: false,
+        configurable: true
+    });
+    RuleSet.prototype.getSelectors = function () {
+        if (!this.selectors) {
+            this.selectors = new Nodelist(this);
+        }
+        return this.selectors;
+    };
+    RuleSet.prototype.isNested = function () {
+        return !!this.parent && this.parent.findParent(NodeType.Declarations) !== null;
+    };
+    return RuleSet;
+}(BodyDeclaration));
+
+var Selector = /** @class */ (function (_super) {
+    __extends(Selector, _super);
+    function Selector(offset, length) {
+        return _super.call(this, offset, length) || this;
+    }
+    Object.defineProperty(Selector.prototype, "type", {
+        get: function () {
+            return NodeType.Selector;
         },
-        {
-            "name": "background-position",
-            "syntax": "<bg-position>#",
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/background-position"
-                }
-            ],
-            "description": "Specifies the initial position of the background image(s) (after any resizing) within their corresponding background positioning area.",
-            "restrictions": [
-                "position",
-                "length",
-                "percentage"
-            ]
+        enumerable: false,
+        configurable: true
+    });
+    return Selector;
+}(Node));
+
+var SimpleSelector = /** @class */ (function (_super) {
+    __extends(SimpleSelector, _super);
+    function SimpleSelector(offset, length) {
+        return _super.call(this, offset, length) || this;
+    }
+    Object.defineProperty(SimpleSelector.prototype, "type", {
+        get: function () {
+            return NodeType.SimpleSelector;
         },
-        {
-            "name": "border-top",
-            "syntax": "<line-width> || <line-style> || <color>",
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/border-top"
-                }
-            ],
-            "description": "Shorthand property for setting border width, style and color",
-            "restrictions": [
-                "length",
-                "line-width",
-                "line-style",
-                "color"
-            ]
+        enumerable: false,
+        configurable: true
+    });
+    return SimpleSelector;
+}(Node));
+
+var AtApplyRule = /** @class */ (function (_super) {
+    __extends(AtApplyRule, _super);
+    function AtApplyRule(offset, length) {
+        return _super.call(this, offset, length) || this;
+    }
+    Object.defineProperty(AtApplyRule.prototype, "type", {
+        get: function () {
+            return NodeType.AtApplyRule;
         },
-        {
-            "name": "min-width",
-            "values": [
-                {
-                    "name": "auto"
-                },
-                {
-                    "name": "fit-content",
-                    "description": "Use the fit-content inline size or fit-content block size, as appropriate to the writing mode."
-                },
-                {
-                    "name": "max-content",
-                    "description": "Use the max-content inline size or max-content block size, as appropriate to the writing mode."
-                },
-                {
-                    "name": "min-content",
-                    "description": "Use the min-content inline size or min-content block size, as appropriate to the writing mode."
-                }
-            ],
-            "syntax": "<viewport-length>",
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/min-width"
-                }
-            ],
-            "description": "Allows authors to constrain content width to a certain range.",
-            "restrictions": [
-                "length",
-                "percentage"
-            ]
+        enumerable: false,
+        configurable: true
+    });
+    AtApplyRule.prototype.setIdentifier = function (node) {
+        return this.setNode('identifier', node, 0);
+    };
+    AtApplyRule.prototype.getIdentifier = function () {
+        return this.identifier;
+    };
+    AtApplyRule.prototype.getName = function () {
+        return this.identifier ? this.identifier.getText() : '';
+    };
+    return AtApplyRule;
+}(Node));
+
+var AbstractDeclaration = /** @class */ (function (_super) {
+    __extends(AbstractDeclaration, _super);
+    function AbstractDeclaration(offset, length) {
+        return _super.call(this, offset, length) || this;
+    }
+    return AbstractDeclaration;
+}(Node));
+
+var CustomPropertyDeclaration = /** @class */ (function (_super) {
+    __extends(CustomPropertyDeclaration, _super);
+    function CustomPropertyDeclaration(offset, length) {
+        return _super.call(this, offset, length) || this;
+    }
+    Object.defineProperty(CustomPropertyDeclaration.prototype, "type", {
+        get: function () {
+            return NodeType.CustomPropertyDeclaration;
         },
-        {
-            "name": "outline",
-            "values": [
-                {
-                    "name": "auto",
-                    "description": "Permits the user agent to render a custom outline style, typically the default platform style."
-                },
-                {
-                    "name": "invert",
-                    "description": "Performs a color inversion on the pixels on the screen."
-                }
-            ],
-            "syntax": "[ <'outline-color'> || <'outline-style'> || <'outline-width'> ]",
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/outline"
-                }
-            ],
-            "description": "Shorthand property for 'outline-style', 'outline-width', and 'outline-color'.",
-            "restrictions": [
-                "length",
-                "line-width",
-                "line-style",
-                "color",
-                "enum"
-            ]
+        enumerable: false,
+        configurable: true
+    });
+    CustomPropertyDeclaration.prototype.setProperty = function (node) {
+        return this.setNode('property', node);
+    };
+    CustomPropertyDeclaration.prototype.getProperty = function () {
+        return this.property;
+    };
+    CustomPropertyDeclaration.prototype.setValue = function (value) {
+        return this.setNode('value', value);
+    };
+    CustomPropertyDeclaration.prototype.getValue = function () {
+        return this.value;
+    };
+    CustomPropertyDeclaration.prototype.setPropertySet = function (value) {
+        return this.setNode('propertySet', value);
+    };
+    CustomPropertyDeclaration.prototype.getPropertySet = function () {
+        return this.propertySet;
+    };
+    return CustomPropertyDeclaration;
+}(AbstractDeclaration));
+
+var CustomPropertySet = /** @class */ (function (_super) {
+    __extends(CustomPropertySet, _super);
+    function CustomPropertySet(offset, length) {
+        return _super.call(this, offset, length) || this;
+    }
+    Object.defineProperty(CustomPropertySet.prototype, "type", {
+        get: function () {
+            return NodeType.CustomPropertySet;
         },
-        {
-            "name": "transition",
-            "values": [
-                {
-                    "name": "all",
-                    "description": "Every property that is able to undergo a transition will do so."
-                },
-                {
-                    "name": "none",
-                    "description": "No property will transition."
-                }
-            ],
-            "syntax": "<single-transition>#",
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/transition"
-                }
-            ],
-            "description": "Shorthand property combines four of the transition properties into a single property.",
-            "restrictions": [
-                "time",
-                "property",
-                "timing-function",
-                "enum"
-            ]
+        enumerable: false,
+        configurable: true
+    });
+    return CustomPropertySet;
+}(BodyDeclaration));
+
+var Declaration = /** @class */ (function (_super) {
+    __extends(Declaration, _super);
+    function Declaration(offset, length) {
+        var _this = _super.call(this, offset, length) || this;
+        _this.property = null;
+        return _this;
+    }
+    Object.defineProperty(Declaration.prototype, "type", {
+        get: function () {
+            return NodeType.Declaration;
         },
-        {
-            "name": "clear",
-            "values": [
-                {
-                    "name": "both",
-                    "description": "The clearance of the generated box is set to the amount necessary to place the top border edge below the bottom outer edge of any right-floating and left-floating boxes that resulted from elements earlier in the source document."
-                },
-                {
-                    "name": "left",
-                    "description": "The clearance of the generated box is set to the amount necessary to place the top border edge below the bottom outer edge of any left-floating boxes that resulted from elements earlier in the source document."
-                },
-                {
-                    "name": "none",
-                    "description": "No constraint on the box's position with respect to floats."
-                },
-                {
-                    "name": "right",
-                    "description": "The clearance of the generated box is set to the amount necessary to place the top border edge below the bottom outer edge of any right-floating boxes that resulted from elements earlier in the source document."
-                }
-            ],
-            "syntax": "none | left | right | both | inline-start | inline-end",
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/clear"
-                }
-            ],
-            "description": "Indicates which sides of an element's box(es) may not be adjacent to an earlier floating box. The 'clear' property does not consider floats inside the element itself or in other block formatting contexts.",
-            "restrictions": [
-                "enum"
-            ]
+        enumerable: false,
+        configurable: true
+    });
+    Declaration.prototype.setProperty = function (node) {
+        return this.setNode('property', node);
+    };
+    Declaration.prototype.getProperty = function () {
+        return this.property;
+    };
+    Declaration.prototype.getFullPropertyName = function () {
+        var propertyName = this.property ? this.property.getName() : 'unknown';
+        if (this.parent instanceof Declarations && this.parent.getParent() instanceof NestedProperties) {
+            var parentDecl = this.parent.getParent().getParent();
+            if (parentDecl instanceof Declaration) {
+                return parentDecl.getFullPropertyName() + propertyName;
+            }
+        }
+        return propertyName;
+    };
+    Declaration.prototype.getNonPrefixedPropertyName = function () {
+        var propertyName = this.getFullPropertyName();
+        if (propertyName && propertyName.charAt(0) === '-') {
+            var vendorPrefixEnd = propertyName.indexOf('-', 1);
+            if (vendorPrefixEnd !== -1) {
+                return propertyName.substring(vendorPrefixEnd + 1);
+            }
+        }
+        return propertyName;
+    };
+    Declaration.prototype.setValue = function (value) {
+        return this.setNode('value', value);
+    };
+    Declaration.prototype.getValue = function () {
+        return this.value;
+    };
+    Declaration.prototype.setNestedProperties = function (value) {
+        return this.setNode('nestedProperties', value);
+    };
+    Declaration.prototype.getNestedProperties = function () {
+        return this.nestedProperties;
+    };
+    return Declaration;
+}(AbstractDeclaration));
+
+var Property = /** @class */ (function (_super) {
+    __extends(Property, _super);
+    function Property(offset, length) {
+        return _super.call(this, offset, length) || this;
+    }
+    Object.defineProperty(Property.prototype, "type", {
+        get: function () {
+            return NodeType.Property;
         },
-        {
-            "name": "border-color",
-            "values": [],
-            "syntax": "<color>{1,4}",
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/border-color"
-                }
-            ],
-            "description": "The color of the border around all four edges of an element.",
-            "restrictions": [
-                "color"
-            ]
+        enumerable: false,
+        configurable: true
+    });
+    Property.prototype.setIdentifier = function (value) {
+        return this.setNode('identifier', value);
+    };
+    Property.prototype.getIdentifier = function () {
+        return this.identifier;
+    };
+    Property.prototype.getName = function () {
+        return (0,_utils_strings__WEBPACK_IMPORTED_MODULE_0__.trim)(this.getText(), /[_\+]+$/); /* +_: less merge */
+    };
+    Property.prototype.isCustomProperty = function () {
+        return !!this.identifier && this.identifier.isCustomProperty;
+    };
+    return Property;
+}(Node));
+
+var Invocation = /** @class */ (function (_super) {
+    __extends(Invocation, _super);
+    function Invocation(offset, length) {
+        return _super.call(this, offset, length) || this;
+    }
+    Object.defineProperty(Invocation.prototype, "type", {
+        get: function () {
+            return NodeType.Invocation;
         },
-        {
-            "name": "background-repeat",
-            "values": [],
-            "syntax": "<repeat-style>#",
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/background-repeat"
-                }
-            ],
-            "description": "Specifies how background images are tiled after they have been sized and positioned.",
-            "restrictions": [
-                "repeat"
-            ]
+        enumerable: false,
+        configurable: true
+    });
+    Invocation.prototype.getArguments = function () {
+        if (!this.arguments) {
+            this.arguments = new Nodelist(this);
+        }
+        return this.arguments;
+    };
+    return Invocation;
+}(Node));
+
+var Function = /** @class */ (function (_super) {
+    __extends(Function, _super);
+    function Function(offset, length) {
+        return _super.call(this, offset, length) || this;
+    }
+    Object.defineProperty(Function.prototype, "type", {
+        get: function () {
+            return NodeType.Function;
         },
-        {
-            "name": "background-size",
-            "values": [
-                {
-                    "name": "auto",
-                    "description": "Resolved by using the image’s intrinsic ratio and the size of the other dimension, or failing that, using the image’s intrinsic size, or failing that, treating it as 100%."
-                },
-                {
-                    "name": "contain",
-                    "description": "Scale the image, while preserving its intrinsic aspect ratio (if any), to the largest size such that both its width and its height can fit inside the background positioning area."
-                },
-                {
-                    "name": "cover",
-                    "description": "Scale the image, while preserving its intrinsic aspect ratio (if any), to the smallest size such that both its width and its height can completely cover the background positioning area."
-                }
-            ],
-            "syntax": "<bg-size>#",
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/background-size"
-                }
-            ],
-            "description": "Specifies the size of the background images.",
-            "restrictions": [
-                "length",
-                "percentage"
-            ]
+        enumerable: false,
+        configurable: true
+    });
+    Function.prototype.setIdentifier = function (node) {
+        return this.setNode('identifier', node, 0);
+    };
+    Function.prototype.getIdentifier = function () {
+        return this.identifier;
+    };
+    Function.prototype.getName = function () {
+        return this.identifier ? this.identifier.getText() : '';
+    };
+    return Function;
+}(Invocation));
+
+var FunctionParameter = /** @class */ (function (_super) {
+    __extends(FunctionParameter, _super);
+    function FunctionParameter(offset, length) {
+        return _super.call(this, offset, length) || this;
+    }
+    Object.defineProperty(FunctionParameter.prototype, "type", {
+        get: function () {
+            return NodeType.FunctionParameter;
         },
-        {
-            "name": "text-transform",
-            "values": [
-                {
-                    "name": "capitalize",
-                    "description": "Puts the first typographic letter unit of each word in titlecase."
-                },
-                {
-                    "name": "lowercase",
-                    "description": "Puts all letters in lowercase."
-                },
-                {
-                    "name": "none",
-                    "description": "No effects."
-                },
-                {
-                    "name": "uppercase",
-                    "description": "Puts all letters in uppercase."
-                }
-            ],
-            "syntax": "none | capitalize | uppercase | lowercase | full-width | full-size-kana",
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/text-transform"
-                }
-            ],
-            "description": "Controls capitalization effects of an element’s text.",
-            "restrictions": [
-                "enum"
-            ]
+        enumerable: false,
+        configurable: true
+    });
+    FunctionParameter.prototype.setIdentifier = function (node) {
+        return this.setNode('identifier', node, 0);
+    };
+    FunctionParameter.prototype.getIdentifier = function () {
+        return this.identifier;
+    };
+    FunctionParameter.prototype.getName = function () {
+        return this.identifier ? this.identifier.getText() : '';
+    };
+    FunctionParameter.prototype.setDefaultValue = function (node) {
+        return this.setNode('defaultValue', node, 0);
+    };
+    FunctionParameter.prototype.getDefaultValue = function () {
+        return this.defaultValue;
+    };
+    return FunctionParameter;
+}(Node));
+
+var FunctionArgument = /** @class */ (function (_super) {
+    __extends(FunctionArgument, _super);
+    function FunctionArgument(offset, length) {
+        return _super.call(this, offset, length) || this;
+    }
+    Object.defineProperty(FunctionArgument.prototype, "type", {
+        get: function () {
+            return NodeType.FunctionArgument;
         },
-        {
-            "name": "max-height",
-            "values": [
-                {
-                    "name": "none",
-                    "description": "No limit on the height of the box."
-                },
-                {
-                    "name": "fit-content",
-                    "description": "Use the fit-content inline size or fit-content block size, as appropriate to the writing mode."
-                },
-                {
-                    "name": "max-content",
-                    "description": "Use the max-content inline size or max-content block size, as appropriate to the writing mode."
-                },
-                {
-                    "name": "min-content",
-                    "description": "Use the min-content inline size or min-content block size, as appropriate to the writing mode."
-                }
-            ],
-            "syntax": "<viewport-length>",
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/max-height"
-                }
-            ],
-            "description": "Allows authors to constrain content height to a certain range.",
-            "restrictions": [
-                "length",
-                "percentage"
-            ]
+        enumerable: false,
+        configurable: true
+    });
+    FunctionArgument.prototype.setIdentifier = function (node) {
+        return this.setNode('identifier', node, 0);
+    };
+    FunctionArgument.prototype.getIdentifier = function () {
+        return this.identifier;
+    };
+    FunctionArgument.prototype.getName = function () {
+        return this.identifier ? this.identifier.getText() : '';
+    };
+    FunctionArgument.prototype.setValue = function (node) {
+        return this.setNode('value', node, 0);
+    };
+    FunctionArgument.prototype.getValue = function () {
+        return this.value;
+    };
+    return FunctionArgument;
+}(Node));
+
+var IfStatement = /** @class */ (function (_super) {
+    __extends(IfStatement, _super);
+    function IfStatement(offset, length) {
+        return _super.call(this, offset, length) || this;
+    }
+    Object.defineProperty(IfStatement.prototype, "type", {
+        get: function () {
+            return NodeType.If;
         },
-        {
-            "name": "list-style",
-            "values": [
-                {
-                    "name": "armenian"
-                },
-                {
-                    "name": "circle",
-                    "description": "A hollow circle."
-                },
-                {
-                    "name": "decimal"
-                },
-                {
-                    "name": "decimal-leading-zero"
-                },
-                {
-                    "name": "disc",
-                    "description": "A filled circle."
-                },
-                {
-                    "name": "georgian"
-                },
-                {
-                    "name": "inside",
-                    "description": "The marker box is outside the principal block box, as described in the section on the ::marker pseudo-element below."
-                },
-                {
-                    "name": "lower-alpha"
-                },
-                {
-                    "name": "lower-greek"
-                },
-                {
-                    "name": "lower-latin"
-                },
-                {
-                    "name": "lower-roman"
-                },
-                {
-                    "name": "none"
-                },
-                {
-                    "name": "outside",
-                    "description": "The ::marker pseudo-element is an inline element placed immediately before all ::before pseudo-elements in the principal block box, after which the element's content flows."
-                },
-                {
-                    "name": "square",
-                    "description": "A filled square."
-                },
-                {
-                    "name": "symbols()",
-                    "description": "Allows a counter style to be defined inline."
-                },
-                {
-                    "name": "upper-alpha"
-                },
-                {
-                    "name": "upper-latin"
-                },
-                {
-                    "name": "upper-roman"
-                },
-                {
-                    "name": "url()"
-                }
-            ],
-            "syntax": "<'list-style-type'> || <'list-style-position'> || <'list-style-image'>",
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/list-style"
-                }
-            ],
-            "description": "Shorthand for setting 'list-style-type', 'list-style-position' and 'list-style-image'",
-            "restrictions": [
-                "image",
-                "enum",
-                "url"
-            ]
+        enumerable: false,
+        configurable: true
+    });
+    IfStatement.prototype.setExpression = function (node) {
+        return this.setNode('expression', node, 0);
+    };
+    IfStatement.prototype.setElseClause = function (elseClause) {
+        return this.setNode('elseClause', elseClause);
+    };
+    return IfStatement;
+}(BodyDeclaration));
+
+var ForStatement = /** @class */ (function (_super) {
+    __extends(ForStatement, _super);
+    function ForStatement(offset, length) {
+        return _super.call(this, offset, length) || this;
+    }
+    Object.defineProperty(ForStatement.prototype, "type", {
+        get: function () {
+            return NodeType.For;
         },
-        {
-            "name": "font-style",
-            "values": [
-                {
-                    "name": "italic",
-                    "description": "Selects a font that is labeled as an 'italic' face, or an 'oblique' face if one is not"
-                },
-                {
-                    "name": "normal",
-                    "description": "Selects a face that is classified as 'normal'."
-                },
-                {
-                    "name": "oblique",
-                    "description": "Selects a font that is labeled as an 'oblique' face, or an 'italic' face if one is not."
-                }
-            ],
-            "syntax": "normal | italic | oblique <angle>{0,2}",
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/font-style"
-                }
-            ],
-            "description": "Allows italic or oblique faces to be selected. Italic forms are generally cursive in nature while oblique faces are typically sloped versions of the regular face.",
-            "restrictions": [
-                "enum"
-            ]
+        enumerable: false,
+        configurable: true
+    });
+    ForStatement.prototype.setVariable = function (node) {
+        return this.setNode('variable', node, 0);
+    };
+    return ForStatement;
+}(BodyDeclaration));
+
+var EachStatement = /** @class */ (function (_super) {
+    __extends(EachStatement, _super);
+    function EachStatement(offset, length) {
+        return _super.call(this, offset, length) || this;
+    }
+    Object.defineProperty(EachStatement.prototype, "type", {
+        get: function () {
+            return NodeType.Each;
         },
-        {
-            "name": "font",
-            "values": [
-                {
-                    "name": "100",
-                    "description": "Thin"
-                },
-                {
-                    "name": "200",
-                    "description": "Extra Light (Ultra Light)"
-                },
-                {
-                    "name": "300",
-                    "description": "Light"
-                },
-                {
-                    "name": "400",
-                    "description": "Normal"
-                },
-                {
-                    "name": "500",
-                    "description": "Medium"
-                },
-                {
-                    "name": "600",
-                    "description": "Semi Bold (Demi Bold)"
-                },
-                {
-                    "name": "700",
-                    "description": "Bold"
-                },
-                {
-                    "name": "800",
-                    "description": "Extra Bold (Ultra Bold)"
-                },
-                {
-                    "name": "900",
-                    "description": "Black (Heavy)"
-                },
-                {
-                    "name": "bold",
-                    "description": "Same as 700"
-                },
-                {
-                    "name": "bolder",
-                    "description": "Specifies the weight of the face bolder than the inherited value."
-                },
-                {
-                    "name": "caption",
-                    "description": "The font used for captioned controls (e.g., buttons, drop-downs, etc.)."
-                },
-                {
-                    "name": "icon",
-                    "description": "The font used to label icons."
-                },
-                {
-                    "name": "italic",
-                    "description": "Selects a font that is labeled 'italic', or, if that is not available, one labeled 'oblique'."
-                },
-                {
-                    "name": "large"
-                },
-                {
-                    "name": "larger"
-                },
-                {
-                    "name": "lighter",
-                    "description": "Specifies the weight of the face lighter than the inherited value."
-                },
-                {
-                    "name": "medium"
-                },
-                {
-                    "name": "menu",
-                    "description": "The font used in menus (e.g., dropdown menus and menu lists)."
-                },
-                {
-                    "name": "message-box",
-                    "description": "The font used in dialog boxes."
-                },
-                {
-                    "name": "normal",
-                    "description": "Specifies a face that is not labeled as a small-caps font."
-                },
-                {
-                    "name": "oblique",
-                    "description": "Selects a font that is labeled 'oblique'."
-                },
-                {
-                    "name": "small"
-                },
-                {
-                    "name": "small-caps",
-                    "description": "Specifies a font that is labeled as a small-caps font. If a genuine small-caps font is not available, user agents should simulate a small-caps font."
-                },
-                {
-                    "name": "small-caption",
-                    "description": "The font used for labeling small controls."
-                },
-                {
-                    "name": "smaller"
-                },
-                {
-                    "name": "status-bar",
-                    "description": "The font used in window status bars."
-                },
-                {
-                    "name": "x-large"
-                },
-                {
-                    "name": "x-small"
-                },
-                {
-                    "name": "xx-large"
-                },
-                {
-                    "name": "xx-small"
-                }
-            ],
-            "syntax": "[ [ <'font-style'> || <font-variant-css21> || <'font-weight'> || <'font-stretch'> ]? <'font-size'> [ / <'line-height'> ]? <'font-family'> ] | caption | icon | menu | message-box | small-caption | status-bar",
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/font"
-                }
-            ],
-            "description": "Shorthand property for setting 'font-style', 'font-variant', 'font-weight', 'font-size', 'line-height', and 'font-family', at the same place in the style sheet. The syntax of this property is based on a traditional typographical shorthand notation to set multiple properties related to fonts.",
-            "restrictions": [
-                "font"
-            ]
+        enumerable: false,
+        configurable: true
+    });
+    EachStatement.prototype.getVariables = function () {
+        if (!this.variables) {
+            this.variables = new Nodelist(this);
+        }
+        return this.variables;
+    };
+    return EachStatement;
+}(BodyDeclaration));
+
+var WhileStatement = /** @class */ (function (_super) {
+    __extends(WhileStatement, _super);
+    function WhileStatement(offset, length) {
+        return _super.call(this, offset, length) || this;
+    }
+    Object.defineProperty(WhileStatement.prototype, "type", {
+        get: function () {
+            return NodeType.While;
         },
-        {
-            "name": "text-overflow",
-            "values": [
-                {
-                    "name": "clip",
-                    "description": "Clip inline content that overflows. Characters may be only partially rendered."
-                },
-                {
-                    "name": "ellipsis",
-                    "description": "Render an ellipsis character (U+2026) to represent clipped inline content."
-                }
-            ],
-            "syntax": "[ clip | ellipsis | <string> ]{1,2}",
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/text-overflow"
-                }
-            ],
-            "description": "Text can overflow for example when it is prevented from wrapping.",
-            "restrictions": [
-                "enum",
-                "string"
-            ]
+        enumerable: false,
+        configurable: true
+    });
+    return WhileStatement;
+}(BodyDeclaration));
+
+var ElseStatement = /** @class */ (function (_super) {
+    __extends(ElseStatement, _super);
+    function ElseStatement(offset, length) {
+        return _super.call(this, offset, length) || this;
+    }
+    Object.defineProperty(ElseStatement.prototype, "type", {
+        get: function () {
+            return NodeType.Else;
         },
-        {
-            "name": "border-left",
-            "syntax": "<line-width> || <line-style> || <color>",
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/border-left"
-                }
-            ],
-            "description": "Shorthand property for setting border width, style and color",
-            "restrictions": [
-                "length",
-                "line-width",
-                "line-style",
-                "color"
-            ]
+        enumerable: false,
+        configurable: true
+    });
+    return ElseStatement;
+}(BodyDeclaration));
+
+var FunctionDeclaration = /** @class */ (function (_super) {
+    __extends(FunctionDeclaration, _super);
+    function FunctionDeclaration(offset, length) {
+        return _super.call(this, offset, length) || this;
+    }
+    Object.defineProperty(FunctionDeclaration.prototype, "type", {
+        get: function () {
+            return NodeType.FunctionDeclaration;
         },
-        {
-            "name": "border-right",
-            "syntax": "<line-width> || <line-style> || <color>",
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/border-right"
-                }
-            ],
-            "description": "Shorthand property for setting border width, style and color",
-            "restrictions": [
-                "length",
-                "line-width",
-                "line-style",
-                "color"
-            ]
+        enumerable: false,
+        configurable: true
+    });
+    FunctionDeclaration.prototype.setIdentifier = function (node) {
+        return this.setNode('identifier', node, 0);
+    };
+    FunctionDeclaration.prototype.getIdentifier = function () {
+        return this.identifier;
+    };
+    FunctionDeclaration.prototype.getName = function () {
+        return this.identifier ? this.identifier.getText() : '';
+    };
+    FunctionDeclaration.prototype.getParameters = function () {
+        if (!this.parameters) {
+            this.parameters = new Nodelist(this);
+        }
+        return this.parameters;
+    };
+    return FunctionDeclaration;
+}(BodyDeclaration));
+
+var ViewPort = /** @class */ (function (_super) {
+    __extends(ViewPort, _super);
+    function ViewPort(offset, length) {
+        return _super.call(this, offset, length) || this;
+    }
+    Object.defineProperty(ViewPort.prototype, "type", {
+        get: function () {
+            return NodeType.ViewPort;
         },
-        {
-            "name": "border-width",
-            "values": [],
-            "syntax": "<line-width>{1,4}",
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/border-width"
-                }
-            ],
-            "description": "Shorthand that sets the four 'border-*-width' properties. If it has four values, they set top, right, bottom and left in that order. If left is missing, it is the same as right; if bottom is missing, it is the same as top; if right is missing, it is the same as top.",
-            "restrictions": [
-                "length",
-                "line-width"
-            ]
+        enumerable: false,
+        configurable: true
+    });
+    return ViewPort;
+}(BodyDeclaration));
+
+var FontFace = /** @class */ (function (_super) {
+    __extends(FontFace, _super);
+    function FontFace(offset, length) {
+        return _super.call(this, offset, length) || this;
+    }
+    Object.defineProperty(FontFace.prototype, "type", {
+        get: function () {
+            return NodeType.FontFace;
         },
-        {
-            "name": "justify-content",
-            "values": [
-                {
-                    "name": "center",
-                    "description": "Flex items are packed toward the center of the line."
-                },
-                {
-                    "name": "start",
-                    "description": "The items are packed flush to each other toward the start edge of the alignment container in the main axis."
-                },
-                {
-                    "name": "end",
-                    "description": "The items are packed flush to each other toward the end edge of the alignment container in the main axis."
-                },
-                {
-                    "name": "left",
-                    "description": "The items are packed flush to each other toward the left edge of the alignment container in the main axis."
-                },
-                {
-                    "name": "right",
-                    "description": "The items are packed flush to each other toward the right edge of the alignment container in the main axis."
-                },
-                {
-                    "name": "safe",
-                    "description": "If the size of the item overflows the alignment container, the item is instead aligned as if the alignment mode were start."
-                },
-                {
-                    "name": "unsafe",
-                    "description": "Regardless of the relative sizes of the item and alignment container, the given alignment value is honored."
-                },
-                {
-                    "name": "stretch",
-                    "description": "If the combined size of the alignment subjects is less than the size of the alignment container, any auto-sized alignment subjects have their size increased equally (not proportionally), while still respecting the constraints imposed by max-height/max-width (or equivalent functionality), so that the combined size exactly fills the alignment container."
-                },
-                {
-                    "name": "space-evenly",
-                    "description": "The items are evenly distributed within the alignment container along the main axis."
-                },
-                {
-                    "name": "flex-end",
-                    "description": "Flex items are packed toward the end of the line."
-                },
-                {
-                    "name": "flex-start",
-                    "description": "Flex items are packed toward the start of the line."
-                },
-                {
-                    "name": "space-around",
-                    "description": "Flex items are evenly distributed in the line, with half-size spaces on either end."
-                },
-                {
-                    "name": "space-between",
-                    "description": "Flex items are evenly distributed in the line."
-                },
-                {
-                    "name": "baseline",
-                    "description": "Specifies participation in first-baseline alignment."
-                },
-                {
-                    "name": "first baseline",
-                    "description": "Specifies participation in first-baseline alignment."
-                },
-                {
-                    "name": "last baseline",
-                    "description": "Specifies participation in last-baseline alignment."
-                }
-            ],
-            "syntax": "normal | <content-distribution> | <overflow-position>? [ <content-position> | left | right ]",
-            "description": "Aligns flex items along the main axis of the current line of the flex container.",
-            "restrictions": [
-                "enum"
-            ]
+        enumerable: false,
+        configurable: true
+    });
+    return FontFace;
+}(BodyDeclaration));
+
+var NestedProperties = /** @class */ (function (_super) {
+    __extends(NestedProperties, _super);
+    function NestedProperties(offset, length) {
+        return _super.call(this, offset, length) || this;
+    }
+    Object.defineProperty(NestedProperties.prototype, "type", {
+        get: function () {
+            return NodeType.NestedProperties;
         },
-        {
-            "name": "align-items",
-            "values": [
-                {
-                    "name": "baseline",
-                    "description": "If the flex item’s inline axis is the same as the cross axis, this value is identical to 'flex-start'. Otherwise, it participates in baseline alignment."
-                },
-                {
-                    "name": "center",
-                    "description": "The flex item’s margin box is centered in the cross axis within the line."
-                },
-                {
-                    "name": "flex-end",
-                    "description": "The cross-end margin edge of the flex item is placed flush with the cross-end edge of the line."
-                },
-                {
-                    "name": "flex-start",
-                    "description": "The cross-start margin edge of the flex item is placed flush with the cross-start edge of the line."
-                },
-                {
-                    "name": "stretch",
-                    "description": "If the cross size property of the flex item computes to auto, and neither of the cross-axis margins are auto, the flex item is stretched."
-                }
-            ],
-            "syntax": "normal | stretch | <baseline-position> | [ <overflow-position>? <self-position> ]",
-            "description": "Aligns flex items along the cross axis of the current line of the flex container.",
-            "restrictions": [
-                "enum"
-            ]
+        enumerable: false,
+        configurable: true
+    });
+    return NestedProperties;
+}(BodyDeclaration));
+
+var Keyframe = /** @class */ (function (_super) {
+    __extends(Keyframe, _super);
+    function Keyframe(offset, length) {
+        return _super.call(this, offset, length) || this;
+    }
+    Object.defineProperty(Keyframe.prototype, "type", {
+        get: function () {
+            return NodeType.Keyframe;
         },
-        {
-            "name": "overflow-y",
-            "values": [
-                {
-                    "name": "auto",
-                    "description": "The behavior of the 'auto' value is UA-dependent, but should cause a scrolling mechanism to be provided for overflowing boxes."
-                },
-                {
-                    "name": "hidden",
-                    "description": "Content is clipped and no scrolling mechanism should be provided to view the content outside the clipping region."
-                },
-                {
-                    "name": "scroll",
-                    "description": "Content is clipped and if the user agent uses a scrolling mechanism that is visible on the screen (such as a scroll bar or a panner), that mechanism should be displayed for a box whether or not any of its content is clipped."
-                },
-                {
-                    "name": "visible",
-                    "description": "Content is not clipped, i.e., it may be rendered outside the content box."
-                }
-            ],
-            "syntax": "visible | hidden | clip | scroll | auto",
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/overflow-y"
-                }
-            ],
-            "description": "Specifies the handling of overflow in the vertical direction.",
-            "restrictions": [
-                "enum"
-            ]
+        enumerable: false,
+        configurable: true
+    });
+    Keyframe.prototype.setKeyword = function (keyword) {
+        return this.setNode('keyword', keyword, 0);
+    };
+    Keyframe.prototype.getKeyword = function () {
+        return this.keyword;
+    };
+    Keyframe.prototype.setIdentifier = function (node) {
+        return this.setNode('identifier', node, 0);
+    };
+    Keyframe.prototype.getIdentifier = function () {
+        return this.identifier;
+    };
+    Keyframe.prototype.getName = function () {
+        return this.identifier ? this.identifier.getText() : '';
+    };
+    return Keyframe;
+}(BodyDeclaration));
+
+var KeyframeSelector = /** @class */ (function (_super) {
+    __extends(KeyframeSelector, _super);
+    function KeyframeSelector(offset, length) {
+        return _super.call(this, offset, length) || this;
+    }
+    Object.defineProperty(KeyframeSelector.prototype, "type", {
+        get: function () {
+            return NodeType.KeyframeSelector;
         },
-        {
-            "name": "pointer-events",
-            "values": [
-                {
-                    "name": "all",
-                    "description": "The given element can be the target element for pointer events whenever the pointer is over either the interior or the perimeter of the element."
-                },
-                {
-                    "name": "fill",
-                    "description": "The given element can be the target element for pointer events whenever the pointer is over the interior of the element."
-                },
-                {
-                    "name": "none",
-                    "description": "The given element does not receive pointer events."
-                },
-                {
-                    "name": "painted",
-                    "description": "The given element can be the target element for pointer events when the pointer is over a \"painted\" area. "
-                },
-                {
-                    "name": "stroke",
-                    "description": "The given element can be the target element for pointer events whenever the pointer is over the perimeter of the element."
-                },
-                {
-                    "name": "visible",
-                    "description": "The given element can be the target element for pointer events when the ‘visibility’ property is set to visible and the pointer is over either the interior or the perimete of the element."
-                },
-                {
-                    "name": "visibleFill",
-                    "description": "The given element can be the target element for pointer events when the ‘visibility’ property is set to visible and when the pointer is over the interior of the element."
-                },
-                {
-                    "name": "visiblePainted",
-                    "description": "The given element can be the target element for pointer events when the ‘visibility’ property is set to visible and when the pointer is over a ‘painted’ area."
-                },
-                {
-                    "name": "visibleStroke",
-                    "description": "The given element can be the target element for pointer events when the ‘visibility’ property is set to visible and when the pointer is over the perimeter of the element."
-                }
-            ],
-            "syntax": "auto | none | visiblePainted | visibleFill | visibleStroke | visible | painted | fill | stroke | all | inherit",
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/pointer-events"
-                }
-            ],
-            "description": "Specifies under what circumstances a given element can be the target element for a pointer event.",
-            "restrictions": [
-                "enum"
-            ]
-        },
-        {
-            "name": "letter-spacing",
-            "values": [
-                {
-                    "name": "normal",
-                    "description": "The spacing is the normal spacing for the current font. It is typically zero-length."
-                }
-            ],
-            "syntax": "normal | <length>",
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/letter-spacing"
-                }
-            ],
-            "description": "Specifies the minimum, maximum, and optimal spacing between grapheme clusters.",
-            "restrictions": [
-                "length"
-            ]
+        enumerable: false,
+        configurable: true
+    });
+    return KeyframeSelector;
+}(BodyDeclaration));
+
+var Import = /** @class */ (function (_super) {
+    __extends(Import, _super);
+    function Import(offset, length) {
+        return _super.call(this, offset, length) || this;
+    }
+    Object.defineProperty(Import.prototype, "type", {
+        get: function () {
+            return NodeType.Import;
         },
-        {
-            "name": "border-style",
-            "values": [],
-            "syntax": "<line-style>{1,4}",
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/border-style"
-                }
-            ],
-            "description": "The style of the border around edges of an element.",
-            "restrictions": [
-                "line-style"
-            ]
+        enumerable: false,
+        configurable: true
+    });
+    Import.prototype.setMedialist = function (node) {
+        if (node) {
+            node.attachTo(this);
+            return true;
+        }
+        return false;
+    };
+    return Import;
+}(Node));
+
+var Use = /** @class */ (function (_super) {
+    __extends(Use, _super);
+    function Use() {
+        return _super !== null && _super.apply(this, arguments) || this;
+    }
+    Object.defineProperty(Use.prototype, "type", {
+        get: function () {
+            return NodeType.Use;
         },
-        {
-            "name": "animation",
-            "values": [
-                {
-                    "name": "alternate",
-                    "description": "The animation cycle iterations that are odd counts are played in the normal direction, and the animation cycle iterations that are even counts are played in a reverse direction."
-                },
-                {
-                    "name": "alternate-reverse",
-                    "description": "The animation cycle iterations that are odd counts are played in the reverse direction, and the animation cycle iterations that are even counts are played in a normal direction."
-                },
-                {
-                    "name": "backwards",
-                    "description": "The beginning property value (as defined in the first @keyframes at-rule) is applied before the animation is displayed, during the period defined by 'animation-delay'."
-                },
-                {
-                    "name": "both",
-                    "description": "Both forwards and backwards fill modes are applied."
-                },
-                {
-                    "name": "forwards",
-                    "description": "The final property value (as defined in the last @keyframes at-rule) is maintained after the animation completes."
-                },
-                {
-                    "name": "infinite",
-                    "description": "Causes the animation to repeat forever."
-                },
-                {
-                    "name": "none",
-                    "description": "No animation is performed"
-                },
-                {
-                    "name": "normal",
-                    "description": "Normal playback."
-                },
-                {
-                    "name": "reverse",
-                    "description": "All iterations of the animation are played in the reverse direction from the way they were specified."
-                }
-            ],
-            "syntax": "<single-animation>#",
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/animation"
-                }
-            ],
-            "description": "Shorthand property combines six of the animation properties into a single property.",
-            "restrictions": [
-                "time",
-                "timing-function",
-                "enum",
-                "identifier",
-                "number"
-            ]
+        enumerable: false,
+        configurable: true
+    });
+    Use.prototype.getParameters = function () {
+        if (!this.parameters) {
+            this.parameters = new Nodelist(this);
+        }
+        return this.parameters;
+    };
+    Use.prototype.setIdentifier = function (node) {
+        return this.setNode('identifier', node, 0);
+    };
+    Use.prototype.getIdentifier = function () {
+        return this.identifier;
+    };
+    return Use;
+}(Node));
+
+var ModuleConfiguration = /** @class */ (function (_super) {
+    __extends(ModuleConfiguration, _super);
+    function ModuleConfiguration() {
+        return _super !== null && _super.apply(this, arguments) || this;
+    }
+    Object.defineProperty(ModuleConfiguration.prototype, "type", {
+        get: function () {
+            return NodeType.ModuleConfiguration;
         },
-        {
-            "name": "overflow-x",
-            "values": [
-                {
-                    "name": "auto",
-                    "description": "The behavior of the 'auto' value is UA-dependent, but should cause a scrolling mechanism to be provided for overflowing boxes."
-                },
-                {
-                    "name": "hidden",
-                    "description": "Content is clipped and no scrolling mechanism should be provided to view the content outside the clipping region."
-                },
-                {
-                    "name": "scroll",
-                    "description": "Content is clipped and if the user agent uses a scrolling mechanism that is visible on the screen (such as a scroll bar or a panner), that mechanism should be displayed for a box whether or not any of its content is clipped."
-                },
-                {
-                    "name": "visible",
-                    "description": "Content is not clipped, i.e., it may be rendered outside the content box."
-                }
-            ],
-            "syntax": "visible | hidden | clip | scroll | auto",
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/overflow-x"
-                }
-            ],
-            "description": "Specifies the handling of overflow in the horizontal direction.",
-            "restrictions": [
-                "enum"
-            ]
+        enumerable: false,
+        configurable: true
+    });
+    ModuleConfiguration.prototype.setIdentifier = function (node) {
+        return this.setNode('identifier', node, 0);
+    };
+    ModuleConfiguration.prototype.getIdentifier = function () {
+        return this.identifier;
+    };
+    ModuleConfiguration.prototype.getName = function () {
+        return this.identifier ? this.identifier.getText() : '';
+    };
+    ModuleConfiguration.prototype.setValue = function (node) {
+        return this.setNode('value', node, 0);
+    };
+    ModuleConfiguration.prototype.getValue = function () {
+        return this.value;
+    };
+    return ModuleConfiguration;
+}(Node));
+
+var Forward = /** @class */ (function (_super) {
+    __extends(Forward, _super);
+    function Forward() {
+        return _super !== null && _super.apply(this, arguments) || this;
+    }
+    Object.defineProperty(Forward.prototype, "type", {
+        get: function () {
+            return NodeType.Forward;
         },
-        {
-            "name": "word-wrap",
-            "values": [
-                {
-                    "name": "break-word",
-                    "description": "An otherwise unbreakable sequence of characters may be broken at an arbitrary point if there are no otherwise-acceptable break points in the line."
-                },
-                {
-                    "name": "normal",
-                    "description": "Lines may break only at allowed break points."
-                }
-            ],
-            "syntax": "normal | break-word",
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/overflow-wrap"
-                }
-            ],
-            "description": "Specifies whether the UA may break within a word to prevent overflow when an otherwise-unbreakable string is too long to fit.",
-            "restrictions": [
-                "enum"
-            ]
+        enumerable: false,
+        configurable: true
+    });
+    Forward.prototype.setIdentifier = function (node) {
+        return this.setNode('identifier', node, 0);
+    };
+    Forward.prototype.getIdentifier = function () {
+        return this.identifier;
+    };
+    return Forward;
+}(Node));
+
+var ForwardVisibility = /** @class */ (function (_super) {
+    __extends(ForwardVisibility, _super);
+    function ForwardVisibility() {
+        return _super !== null && _super.apply(this, arguments) || this;
+    }
+    Object.defineProperty(ForwardVisibility.prototype, "type", {
+        get: function () {
+            return NodeType.ForwardVisibility;
         },
-        {
-            "name": "border-collapse",
-            "values": [
-                {
-                    "name": "collapse",
-                    "description": "Selects the collapsing borders model."
-                },
-                {
-                    "name": "separate",
-                    "description": "Selects the separated borders border model."
-                }
-            ],
-            "syntax": "collapse | separate",
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/border-collapse"
-                }
-            ],
-            "description": "Selects a table's border model.",
-            "restrictions": [
-                "enum"
-            ]
+        enumerable: false,
+        configurable: true
+    });
+    ForwardVisibility.prototype.setIdentifier = function (node) {
+        return this.setNode('identifier', node, 0);
+    };
+    ForwardVisibility.prototype.getIdentifier = function () {
+        return this.identifier;
+    };
+    return ForwardVisibility;
+}(Node));
+
+var Namespace = /** @class */ (function (_super) {
+    __extends(Namespace, _super);
+    function Namespace(offset, length) {
+        return _super.call(this, offset, length) || this;
+    }
+    Object.defineProperty(Namespace.prototype, "type", {
+        get: function () {
+            return NodeType.Namespace;
         },
-        {
-            "name": "flex-direction",
-            "values": [
-                {
-                    "name": "column",
-                    "description": "The flex container’s main axis has the same orientation as the block axis of the current writing mode."
-                },
-                {
-                    "name": "column-reverse",
-                    "description": "Same as 'column', except the main-start and main-end directions are swapped."
-                },
-                {
-                    "name": "row",
-                    "description": "The flex container’s main axis has the same orientation as the inline axis of the current writing mode."
-                },
-                {
-                    "name": "row-reverse",
-                    "description": "Same as 'row', except the main-start and main-end directions are swapped."
-                }
-            ],
-            "syntax": "row | row-reverse | column | column-reverse",
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/flex-direction"
-                }
-            ],
-            "description": "Specifies how flex items are placed in the flex container, by setting the direction of the flex container’s main axis.",
-            "restrictions": [
-                "enum"
-            ]
+        enumerable: false,
+        configurable: true
+    });
+    return Namespace;
+}(Node));
+
+var Media = /** @class */ (function (_super) {
+    __extends(Media, _super);
+    function Media(offset, length) {
+        return _super.call(this, offset, length) || this;
+    }
+    Object.defineProperty(Media.prototype, "type", {
+        get: function () {
+            return NodeType.Media;
         },
-        {
-            "name": "zoom",
-            "browsers": [
-                "E12",
-                "S3.1",
-                "C1",
-                "IE5.5",
-                "O15"
-            ],
-            "values": [
-                {
-                    "name": "normal"
-                }
-            ],
-            "syntax": "auto | <number> | <percentage>",
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/zoom"
-                }
-            ],
-            "description": "Non-standard. Specifies the magnification scale of the object. See 'transform: scale()' for a standards-based alternative.",
-            "restrictions": [
-                "enum",
-                "integer",
-                "number",
-                "percentage"
-            ]
+        enumerable: false,
+        configurable: true
+    });
+    return Media;
+}(BodyDeclaration));
+
+var Supports = /** @class */ (function (_super) {
+    __extends(Supports, _super);
+    function Supports(offset, length) {
+        return _super.call(this, offset, length) || this;
+    }
+    Object.defineProperty(Supports.prototype, "type", {
+        get: function () {
+            return NodeType.Supports;
         },
-        {
-            "name": "flex",
-            "values": [
-                {
-                    "name": "auto",
-                    "description": "Retrieves the value of the main size property as the used 'flex-basis'."
-                },
-                {
-                    "name": "content",
-                    "description": "Indicates automatic sizing, based on the flex item’s content."
-                },
-                {
-                    "name": "none",
-                    "description": "Expands to '0 0 auto'."
-                }
-            ],
-            "syntax": "none | [ <'flex-grow'> <'flex-shrink'>? || <'flex-basis'> ]",
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/flex"
-                }
-            ],
-            "description": "Specifies the components of a flexible length: the flex grow factor and flex shrink factor, and the flex basis.",
-            "restrictions": [
-                "length",
-                "number",
-                "percentage"
-            ]
+        enumerable: false,
+        configurable: true
+    });
+    return Supports;
+}(BodyDeclaration));
+
+var Document = /** @class */ (function (_super) {
+    __extends(Document, _super);
+    function Document(offset, length) {
+        return _super.call(this, offset, length) || this;
+    }
+    Object.defineProperty(Document.prototype, "type", {
+        get: function () {
+            return NodeType.Document;
         },
-        {
-            "name": "text-shadow",
-            "values": [
-                {
-                    "name": "none",
-                    "description": "No shadow."
-                }
-            ],
-            "syntax": "none | <shadow-t>#",
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/text-shadow"
-                }
-            ],
-            "description": "Enables shadow effects to be applied to the text of the element.",
-            "restrictions": [
-                "length",
-                "color"
-            ]
+        enumerable: false,
+        configurable: true
+    });
+    return Document;
+}(BodyDeclaration));
+
+var Medialist = /** @class */ (function (_super) {
+    __extends(Medialist, _super);
+    function Medialist(offset, length) {
+        return _super.call(this, offset, length) || this;
+    }
+    Medialist.prototype.getMediums = function () {
+        if (!this.mediums) {
+            this.mediums = new Nodelist(this);
+        }
+        return this.mediums;
+    };
+    return Medialist;
+}(Node));
+
+var MediaQuery = /** @class */ (function (_super) {
+    __extends(MediaQuery, _super);
+    function MediaQuery(offset, length) {
+        return _super.call(this, offset, length) || this;
+    }
+    Object.defineProperty(MediaQuery.prototype, "type", {
+        get: function () {
+            return NodeType.MediaQuery;
         },
-        {
-            "name": "list-style-type",
-            "values": [
-                {
-                    "name": "armenian",
-                    "description": "Traditional uppercase Armenian numbering."
-                },
-                {
-                    "name": "circle",
-                    "description": "A hollow circle."
-                },
-                {
-                    "name": "decimal",
-                    "description": "Western decimal numbers."
-                },
-                {
-                    "name": "decimal-leading-zero",
-                    "description": "Decimal numbers padded by initial zeros."
-                },
-                {
-                    "name": "disc",
-                    "description": "A filled circle."
-                },
-                {
-                    "name": "georgian",
-                    "description": "Traditional Georgian numbering."
-                },
-                {
-                    "name": "lower-alpha",
-                    "description": "Lowercase ASCII letters."
-                },
-                {
-                    "name": "lower-greek",
-                    "description": "Lowercase classical Greek."
-                },
-                {
-                    "name": "lower-latin",
-                    "description": "Lowercase ASCII letters."
-                },
-                {
-                    "name": "lower-roman",
-                    "description": "Lowercase ASCII Roman numerals."
-                },
-                {
-                    "name": "none",
-                    "description": "No marker"
-                },
-                {
-                    "name": "square",
-                    "description": "A filled square."
-                },
-                {
-                    "name": "symbols()",
-                    "description": "Allows a counter style to be defined inline."
-                },
-                {
-                    "name": "upper-alpha",
-                    "description": "Uppercase ASCII letters."
-                },
-                {
-                    "name": "upper-latin",
-                    "description": "Uppercase ASCII letters."
-                },
-                {
-                    "name": "upper-roman",
-                    "description": "Uppercase ASCII Roman numerals."
-                }
-            ],
-            "syntax": "<counter-style> | <string> | none",
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/list-style-type"
-                }
-            ],
-            "description": "Used to construct the default contents of a list item’s marker",
-            "restrictions": [
-                "enum",
-                "string"
-            ]
-        },
-        {
-            "name": "border-bottom-left-radius",
-            "syntax": "<length-percentage>{1,2}",
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/border-bottom-left-radius"
-                }
-            ],
-            "description": "Defines the radii of the bottom left outer border edge.",
-            "restrictions": [
-                "length",
-                "percentage"
-            ]
-        },
-        {
-            "name": "user-select",
-            "values": [
-                {
-                    "name": "all",
-                    "description": "The content of the element must be selected atomically"
-                },
-                {
-                    "name": "auto"
-                },
-                {
-                    "name": "contain",
-                    "description": "UAs must not allow a selection which is started in this element to be extended outside of this element."
-                },
-                {
-                    "name": "none",
-                    "description": "The UA must not allow selections to be started in this element."
-                },
-                {
-                    "name": "text",
-                    "description": "The element imposes no constraint on the selection."
-                }
-            ],
-            "status": "nonstandard",
-            "syntax": "auto | text | none | contain | all",
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/user-select"
-                }
-            ],
-            "description": "Controls the appearance of selection.",
-            "restrictions": [
-                "enum"
-            ]
+        enumerable: false,
+        configurable: true
+    });
+    return MediaQuery;
+}(Node));
+
+var SupportsCondition = /** @class */ (function (_super) {
+    __extends(SupportsCondition, _super);
+    function SupportsCondition(offset, length) {
+        return _super.call(this, offset, length) || this;
+    }
+    Object.defineProperty(SupportsCondition.prototype, "type", {
+        get: function () {
+            return NodeType.SupportsCondition;
         },
-        {
-            "name": "fill",
-            "values": [
-                {
-                    "name": "url()",
-                    "description": "A URL reference to a paint server element, which is an element that defines a paint server: ‘hatch’, ‘linearGradient’, ‘mesh’, ‘pattern’, ‘radialGradient’ and ‘solidcolor’."
-                },
-                {
-                    "name": "none",
-                    "description": "No paint is applied in this layer."
-                }
-            ],
-            "description": "Paints the interior of the given graphical element.",
-            "restrictions": [
-                "color",
-                "enum",
-                "url"
-            ]
+        enumerable: false,
+        configurable: true
+    });
+    return SupportsCondition;
+}(Node));
+
+var Page = /** @class */ (function (_super) {
+    __extends(Page, _super);
+    function Page(offset, length) {
+        return _super.call(this, offset, length) || this;
+    }
+    Object.defineProperty(Page.prototype, "type", {
+        get: function () {
+            return NodeType.Page;
         },
-        {
-            "name": "transform-origin",
-            "syntax": "[ <length-percentage> | left | center | right | top | bottom ] | [ [ <length-percentage> | left | center | right ] && [ <length-percentage> | top | center | bottom ] ] <length>?",
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/transform-origin"
-                }
-            ],
-            "description": "Establishes the origin of transformation for an element.",
-            "restrictions": [
-                "position",
-                "length",
-                "percentage"
-            ]
+        enumerable: false,
+        configurable: true
+    });
+    return Page;
+}(BodyDeclaration));
+
+var PageBoxMarginBox = /** @class */ (function (_super) {
+    __extends(PageBoxMarginBox, _super);
+    function PageBoxMarginBox(offset, length) {
+        return _super.call(this, offset, length) || this;
+    }
+    Object.defineProperty(PageBoxMarginBox.prototype, "type", {
+        get: function () {
+            return NodeType.PageBoxMarginBox;
         },
-        {
-            "name": "border-top-left-radius",
-            "syntax": "<length-percentage>{1,2}",
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/border-top-left-radius"
-                }
-            ],
-            "description": "Defines the radii of the top left outer border edge.",
-            "restrictions": [
-                "length",
-                "percentage"
-            ]
+        enumerable: false,
+        configurable: true
+    });
+    return PageBoxMarginBox;
+}(BodyDeclaration));
+
+var Expression = /** @class */ (function (_super) {
+    __extends(Expression, _super);
+    function Expression(offset, length) {
+        return _super.call(this, offset, length) || this;
+    }
+    Object.defineProperty(Expression.prototype, "type", {
+        get: function () {
+            return NodeType.Expression;
         },
-        {
-            "name": "text-indent",
-            "values": [],
-            "syntax": "<length-percentage> && hanging? && each-line?",
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/text-indent"
-                }
-            ],
-            "description": "Specifies the indentation applied to lines of inline content in a block. The indentation only affects the first line of inline content in the block unless the 'hanging' keyword is specified, in which case it affects all lines except the first.",
-            "restrictions": [
-                "percentage",
-                "length"
-            ]
+        enumerable: false,
+        configurable: true
+    });
+    return Expression;
+}(Node));
+
+var BinaryExpression = /** @class */ (function (_super) {
+    __extends(BinaryExpression, _super);
+    function BinaryExpression(offset, length) {
+        return _super.call(this, offset, length) || this;
+    }
+    Object.defineProperty(BinaryExpression.prototype, "type", {
+        get: function () {
+            return NodeType.BinaryExpression;
         },
-        {
-            "name": "border-bottom-right-radius",
-            "syntax": "<length-percentage>{1,2}",
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/border-bottom-right-radius"
-                }
-            ],
-            "description": "Defines the radii of the bottom right outer border edge.",
-            "restrictions": [
-                "length",
-                "percentage"
-            ]
+        enumerable: false,
+        configurable: true
+    });
+    BinaryExpression.prototype.setLeft = function (left) {
+        return this.setNode('left', left);
+    };
+    BinaryExpression.prototype.getLeft = function () {
+        return this.left;
+    };
+    BinaryExpression.prototype.setRight = function (right) {
+        return this.setNode('right', right);
+    };
+    BinaryExpression.prototype.getRight = function () {
+        return this.right;
+    };
+    BinaryExpression.prototype.setOperator = function (value) {
+        return this.setNode('operator', value);
+    };
+    BinaryExpression.prototype.getOperator = function () {
+        return this.operator;
+    };
+    return BinaryExpression;
+}(Node));
+
+var Term = /** @class */ (function (_super) {
+    __extends(Term, _super);
+    function Term(offset, length) {
+        return _super.call(this, offset, length) || this;
+    }
+    Object.defineProperty(Term.prototype, "type", {
+        get: function () {
+            return NodeType.Term;
         },
-        {
-            "name": "flex-wrap",
-            "values": [
-                {
-                    "name": "nowrap",
-                    "description": "The flex container is single-line."
-                },
-                {
-                    "name": "wrap",
-                    "description": "The flexbox is multi-line."
-                },
-                {
-                    "name": "wrap-reverse",
-                    "description": "Same as 'wrap', except the cross-start and cross-end directions are swapped."
-                }
-            ],
-            "syntax": "nowrap | wrap | wrap-reverse",
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/flex-wrap"
-                }
-            ],
-            "description": "Controls whether the flex container is single-line or multi-line, and the direction of the cross-axis, which determines the direction new lines are stacked in.",
-            "restrictions": [
-                "enum"
-            ]
+        enumerable: false,
+        configurable: true
+    });
+    Term.prototype.setOperator = function (value) {
+        return this.setNode('operator', value);
+    };
+    Term.prototype.getOperator = function () {
+        return this.operator;
+    };
+    Term.prototype.setExpression = function (value) {
+        return this.setNode('expression', value);
+    };
+    Term.prototype.getExpression = function () {
+        return this.expression;
+    };
+    return Term;
+}(Node));
+
+var AttributeSelector = /** @class */ (function (_super) {
+    __extends(AttributeSelector, _super);
+    function AttributeSelector(offset, length) {
+        return _super.call(this, offset, length) || this;
+    }
+    Object.defineProperty(AttributeSelector.prototype, "type", {
+        get: function () {
+            return NodeType.AttributeSelector;
         },
-        {
-            "name": "border-spacing",
-            "syntax": "<length> <length>?",
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/border-spacing"
-                }
-            ],
-            "description": "The lengths specify the distance that separates adjoining cell borders. If one length is specified, it gives both the horizontal and vertical spacing. If two are specified, the first gives the horizontal spacing and the second the vertical spacing. Lengths may not be negative.",
-            "restrictions": [
-                "length"
-            ]
+        enumerable: false,
+        configurable: true
+    });
+    AttributeSelector.prototype.setNamespacePrefix = function (value) {
+        return this.setNode('namespacePrefix', value);
+    };
+    AttributeSelector.prototype.getNamespacePrefix = function () {
+        return this.namespacePrefix;
+    };
+    AttributeSelector.prototype.setIdentifier = function (value) {
+        return this.setNode('identifier', value);
+    };
+    AttributeSelector.prototype.getIdentifier = function () {
+        return this.identifier;
+    };
+    AttributeSelector.prototype.setOperator = function (operator) {
+        return this.setNode('operator', operator);
+    };
+    AttributeSelector.prototype.getOperator = function () {
+        return this.operator;
+    };
+    AttributeSelector.prototype.setValue = function (value) {
+        return this.setNode('value', value);
+    };
+    AttributeSelector.prototype.getValue = function () {
+        return this.value;
+    };
+    return AttributeSelector;
+}(Node));
+
+var Operator = /** @class */ (function (_super) {
+    __extends(Operator, _super);
+    function Operator(offset, length) {
+        return _super.call(this, offset, length) || this;
+    }
+    Object.defineProperty(Operator.prototype, "type", {
+        get: function () {
+            return NodeType.Operator;
         },
-        {
-            "name": "border-top-right-radius",
-            "syntax": "<length-percentage>{1,2}",
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/border-top-right-radius"
-                }
-            ],
-            "description": "Defines the radii of the top right outer border edge.",
-            "restrictions": [
-                "length",
-                "percentage"
-            ]
+        enumerable: false,
+        configurable: true
+    });
+    return Operator;
+}(Node));
+
+var HexColorValue = /** @class */ (function (_super) {
+    __extends(HexColorValue, _super);
+    function HexColorValue(offset, length) {
+        return _super.call(this, offset, length) || this;
+    }
+    Object.defineProperty(HexColorValue.prototype, "type", {
+        get: function () {
+            return NodeType.HexColorValue;
         },
-        {
-            "name": "clip",
-            "values": [
-                {
-                    "name": "auto",
-                    "description": "The element does not clip."
-                },
-                {
-                    "name": "rect()",
-                    "description": "Specifies offsets from the edges of the border box."
-                }
-            ],
-            "syntax": "<shape> | auto",
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/clip"
-                }
-            ],
-            "description": "Deprecated. Use the 'clip-path' property when support allows. Defines the visible portion of an element’s box.",
-            "restrictions": [
-                "enum"
-            ]
+        enumerable: false,
+        configurable: true
+    });
+    return HexColorValue;
+}(Node));
+
+var _dot = '.'.charCodeAt(0), _0 = '0'.charCodeAt(0), _9 = '9'.charCodeAt(0);
+var NumericValue = /** @class */ (function (_super) {
+    __extends(NumericValue, _super);
+    function NumericValue(offset, length) {
+        return _super.call(this, offset, length) || this;
+    }
+    Object.defineProperty(NumericValue.prototype, "type", {
+        get: function () {
+            return NodeType.NumericValue;
         },
-        {
-            "name": "border-top-color",
-            "syntax": "<color>",
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/border-top-color"
-                }
-            ],
-            "description": "Sets the color of the top border.",
-            "restrictions": [
-                "color"
-            ]
+        enumerable: false,
+        configurable: true
+    });
+    NumericValue.prototype.getValue = function () {
+        var raw = this.getText();
+        var unitIdx = 0;
+        var code;
+        for (var i = 0, len = raw.length; i < len; i++) {
+            code = raw.charCodeAt(i);
+            if (!(_0 <= code && code <= _9 || code === _dot)) {
+                break;
+            }
+            unitIdx += 1;
+        }
+        return {
+            value: raw.substring(0, unitIdx),
+            unit: unitIdx < raw.length ? raw.substring(unitIdx) : undefined
+        };
+    };
+    return NumericValue;
+}(Node));
+
+var VariableDeclaration = /** @class */ (function (_super) {
+    __extends(VariableDeclaration, _super);
+    function VariableDeclaration(offset, length) {
+        var _this = _super.call(this, offset, length) || this;
+        _this.variable = null;
+        _this.value = null;
+        _this.needsSemicolon = true;
+        return _this;
+    }
+    Object.defineProperty(VariableDeclaration.prototype, "type", {
+        get: function () {
+            return NodeType.VariableDeclaration;
         },
-        {
-            "name": "word-break",
-            "values": [
-                {
-                    "name": "break-all",
-                    "description": "Lines may break between any two grapheme clusters for non-CJK scripts."
-                },
-                {
-                    "name": "keep-all",
-                    "description": "Block characters can no longer create implied break points."
-                },
-                {
-                    "name": "normal",
-                    "description": "Breaks non-CJK scripts according to their own rules."
-                }
-            ],
-            "syntax": "normal | break-all | keep-all | break-word",
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/word-break"
-                }
-            ],
-            "description": "Specifies line break opportunities for non-CJK scripts.",
-            "restrictions": [
-                "enum"
-            ]
-        },
-        {
-            "name": "border-bottom-color",
-            "syntax": "<'border-top-color'>",
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/border-bottom-color"
-                }
-            ],
-            "description": "Sets the color of the bottom border.",
-            "restrictions": [
-                "color"
-            ]
+        enumerable: false,
+        configurable: true
+    });
+    VariableDeclaration.prototype.setVariable = function (node) {
+        if (node) {
+            node.attachTo(this);
+            this.variable = node;
+            return true;
+        }
+        return false;
+    };
+    VariableDeclaration.prototype.getVariable = function () {
+        return this.variable;
+    };
+    VariableDeclaration.prototype.getName = function () {
+        return this.variable ? this.variable.getName() : '';
+    };
+    VariableDeclaration.prototype.setValue = function (node) {
+        if (node) {
+            node.attachTo(this);
+            this.value = node;
+            return true;
+        }
+        return false;
+    };
+    VariableDeclaration.prototype.getValue = function () {
+        return this.value;
+    };
+    return VariableDeclaration;
+}(AbstractDeclaration));
+
+var Interpolation = /** @class */ (function (_super) {
+    __extends(Interpolation, _super);
+    // private _interpolations: void; // workaround for https://github.com/Microsoft/TypeScript/issues/18276
+    function Interpolation(offset, length) {
+        return _super.call(this, offset, length) || this;
+    }
+    Object.defineProperty(Interpolation.prototype, "type", {
+        get: function () {
+            return NodeType.Interpolation;
         },
-        {
-            "name": "flex-grow",
-            "syntax": "<number>",
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/flex-grow"
-                }
-            ],
-            "description": "Sets the flex grow factor. Negative numbers are invalid.",
-            "restrictions": [
-                "number"
-            ]
+        enumerable: false,
+        configurable: true
+    });
+    return Interpolation;
+}(Node));
+
+var Variable = /** @class */ (function (_super) {
+    __extends(Variable, _super);
+    function Variable(offset, length) {
+        return _super.call(this, offset, length) || this;
+    }
+    Object.defineProperty(Variable.prototype, "type", {
+        get: function () {
+            return NodeType.VariableName;
         },
-        {
-            "name": "direction",
-            "values": [
-                {
-                    "name": "ltr",
-                    "description": "Left-to-right direction."
-                },
-                {
-                    "name": "rtl",
-                    "description": "Right-to-left direction."
-                }
-            ],
-            "syntax": "ltr | rtl",
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/direction"
-                }
-            ],
-            "description": "Specifies the inline base direction or directionality of any bidi paragraph, embedding, isolate, or override established by the box. Note: for HTML content use the 'dir' attribute and 'bdo' element rather than this property.",
-            "restrictions": [
-                "enum"
-            ]
+        enumerable: false,
+        configurable: true
+    });
+    Variable.prototype.getName = function () {
+        return this.getText();
+    };
+    return Variable;
+}(Node));
+
+var ExtendsReference = /** @class */ (function (_super) {
+    __extends(ExtendsReference, _super);
+    function ExtendsReference(offset, length) {
+        return _super.call(this, offset, length) || this;
+    }
+    Object.defineProperty(ExtendsReference.prototype, "type", {
+        get: function () {
+            return NodeType.ExtendsReference;
         },
-        {
-            "name": "align-self",
-            "values": [
-                {
-                    "name": "auto",
-                    "description": "Computes to the value of 'align-items' on the element’s parent, or 'stretch' if the element has no parent. On absolutely positioned elements, it computes to itself."
-                },
-                {
-                    "name": "baseline",
-                    "description": "If the flex item’s inline axis is the same as the cross axis, this value is identical to 'flex-start'. Otherwise, it participates in baseline alignment."
-                },
-                {
-                    "name": "center",
-                    "description": "The flex item’s margin box is centered in the cross axis within the line."
-                },
-                {
-                    "name": "flex-end",
-                    "description": "The cross-end margin edge of the flex item is placed flush with the cross-end edge of the line."
-                },
-                {
-                    "name": "flex-start",
-                    "description": "The cross-start margin edge of the flex item is placed flush with the cross-start edge of the line."
-                },
-                {
-                    "name": "stretch",
-                    "description": "If the cross size property of the flex item computes to auto, and neither of the cross-axis margins are auto, the flex item is stretched."
-                }
-            ],
-            "syntax": "auto | normal | stretch | <baseline-position> | <overflow-position>? <self-position>",
-            "description": "Allows the default alignment along the cross axis to be overridden for individual flex items.",
-            "restrictions": [
-                "enum"
-            ]
+        enumerable: false,
+        configurable: true
+    });
+    ExtendsReference.prototype.getSelectors = function () {
+        if (!this.selectors) {
+            this.selectors = new Nodelist(this);
+        }
+        return this.selectors;
+    };
+    return ExtendsReference;
+}(Node));
+
+var MixinContentReference = /** @class */ (function (_super) {
+    __extends(MixinContentReference, _super);
+    function MixinContentReference(offset, length) {
+        return _super.call(this, offset, length) || this;
+    }
+    Object.defineProperty(MixinContentReference.prototype, "type", {
+        get: function () {
+            return NodeType.MixinContentReference;
         },
-        {
-            "name": "flex-shrink",
-            "syntax": "<number>",
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/flex-shrink"
-                }
-            ],
-            "description": "Sets the flex shrink factor. Negative numbers are invalid.",
-            "restrictions": [
-                "number"
-            ]
+        enumerable: false,
+        configurable: true
+    });
+    MixinContentReference.prototype.getArguments = function () {
+        if (!this.arguments) {
+            this.arguments = new Nodelist(this);
+        }
+        return this.arguments;
+    };
+    return MixinContentReference;
+}(Node));
+
+var MixinContentDeclaration = /** @class */ (function (_super) {
+    __extends(MixinContentDeclaration, _super);
+    function MixinContentDeclaration(offset, length) {
+        return _super.call(this, offset, length) || this;
+    }
+    Object.defineProperty(MixinContentDeclaration.prototype, "type", {
+        get: function () {
+            return NodeType.MixinContentReference;
         },
-        {
-            "name": "text-rendering",
-            "browsers": [
-                "FF1",
-                "S5",
-                "C4",
-                "O15"
-            ],
-            "values": [
-                {
-                    "name": "auto"
-                },
-                {
-                    "name": "geometricPrecision",
-                    "description": "Indicates that the user agent shall emphasize geometric precision over legibility and rendering speed."
-                },
-                {
-                    "name": "optimizeLegibility",
-                    "description": "Indicates that the user agent shall emphasize legibility over rendering speed and geometric precision."
-                },
-                {
-                    "name": "optimizeSpeed",
-                    "description": "Indicates that the user agent shall emphasize rendering speed over legibility and geometric precision."
-                }
-            ],
-            "syntax": "auto | optimizeSpeed | optimizeLegibility | geometricPrecision",
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/text-rendering"
-                }
-            ],
-            "description": "The creator of SVG content might want to provide a hint to the implementation about what tradeoffs to make as it renders text. The ‘text-rendering’ property provides these hints.",
-            "restrictions": [
-                "enum"
-            ]
+        enumerable: false,
+        configurable: true
+    });
+    MixinContentDeclaration.prototype.getParameters = function () {
+        if (!this.parameters) {
+            this.parameters = new Nodelist(this);
+        }
+        return this.parameters;
+    };
+    return MixinContentDeclaration;
+}(BodyDeclaration));
+
+var MixinReference = /** @class */ (function (_super) {
+    __extends(MixinReference, _super);
+    function MixinReference(offset, length) {
+        return _super.call(this, offset, length) || this;
+    }
+    Object.defineProperty(MixinReference.prototype, "type", {
+        get: function () {
+            return NodeType.MixinReference;
         },
-        {
-            "name": "touch-action",
-            "values": [
-                {
-                    "name": "auto",
-                    "description": "The user agent may determine any permitted touch behaviors for touches that begin on the element."
-                },
-                {
-                    "name": "cross-slide-x"
-                },
-                {
-                    "name": "cross-slide-y"
-                },
-                {
-                    "name": "double-tap-zoom"
-                },
-                {
-                    "name": "manipulation",
-                    "description": "The user agent may consider touches that begin on the element only for the purposes of scrolling and continuous zooming."
-                },
-                {
-                    "name": "none",
-                    "description": "Touches that begin on the element must not trigger default touch behaviors."
-                },
-                {
-                    "name": "pan-x",
-                    "description": "The user agent may consider touches that begin on the element only for the purposes of horizontally scrolling the element’s nearest ancestor with horizontally scrollable content."
-                },
-                {
-                    "name": "pan-y",
-                    "description": "The user agent may consider touches that begin on the element only for the purposes of vertically scrolling the element’s nearest ancestor with vertically scrollable content."
-                },
-                {
-                    "name": "pinch-zoom"
-                }
-            ],
-            "syntax": "auto | none | [ [ pan-x | pan-left | pan-right ] || [ pan-y | pan-up | pan-down ] || pinch-zoom ] | manipulation",
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/touch-action"
-                }
-            ],
-            "description": "Determines whether touch input may trigger default behavior supplied by user agent.",
-            "restrictions": [
-                "enum"
-            ]
+        enumerable: false,
+        configurable: true
+    });
+    MixinReference.prototype.getNamespaces = function () {
+        if (!this.namespaces) {
+            this.namespaces = new Nodelist(this);
+        }
+        return this.namespaces;
+    };
+    MixinReference.prototype.setIdentifier = function (node) {
+        return this.setNode('identifier', node, 0);
+    };
+    MixinReference.prototype.getIdentifier = function () {
+        return this.identifier;
+    };
+    MixinReference.prototype.getName = function () {
+        return this.identifier ? this.identifier.getText() : '';
+    };
+    MixinReference.prototype.getArguments = function () {
+        if (!this.arguments) {
+            this.arguments = new Nodelist(this);
+        }
+        return this.arguments;
+    };
+    MixinReference.prototype.setContent = function (node) {
+        return this.setNode('content', node);
+    };
+    MixinReference.prototype.getContent = function () {
+        return this.content;
+    };
+    return MixinReference;
+}(Node));
+
+var MixinDeclaration = /** @class */ (function (_super) {
+    __extends(MixinDeclaration, _super);
+    function MixinDeclaration(offset, length) {
+        return _super.call(this, offset, length) || this;
+    }
+    Object.defineProperty(MixinDeclaration.prototype, "type", {
+        get: function () {
+            return NodeType.MixinDeclaration;
         },
-        {
-            "name": "background-clip",
-            "syntax": "<box>#",
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/background-clip"
-                }
-            ],
-            "description": "Determines the background painting area.",
-            "restrictions": [
-                "box"
-            ]
+        enumerable: false,
+        configurable: true
+    });
+    MixinDeclaration.prototype.setIdentifier = function (node) {
+        return this.setNode('identifier', node, 0);
+    };
+    MixinDeclaration.prototype.getIdentifier = function () {
+        return this.identifier;
+    };
+    MixinDeclaration.prototype.getName = function () {
+        return this.identifier ? this.identifier.getText() : '';
+    };
+    MixinDeclaration.prototype.getParameters = function () {
+        if (!this.parameters) {
+            this.parameters = new Nodelist(this);
+        }
+        return this.parameters;
+    };
+    MixinDeclaration.prototype.setGuard = function (node) {
+        if (node) {
+            node.attachTo(this);
+            this.guard = node;
+        }
+        return false;
+    };
+    return MixinDeclaration;
+}(BodyDeclaration));
+
+var UnknownAtRule = /** @class */ (function (_super) {
+    __extends(UnknownAtRule, _super);
+    function UnknownAtRule(offset, length) {
+        return _super.call(this, offset, length) || this;
+    }
+    Object.defineProperty(UnknownAtRule.prototype, "type", {
+        get: function () {
+            return NodeType.UnknownAtRule;
         },
-        {
-            "name": "filter",
-            "browsers": [
-                "E12",
-                "FF35",
-                "S9.1",
-                "C53",
-                "O40"
-            ],
-            "values": [
-                {
-                    "name": "none",
-                    "description": "No filter effects are applied."
-                },
-                {
-                    "name": "blur()",
-                    "description": "Applies a Gaussian blur to the input image."
-                },
-                {
-                    "name": "brightness()",
-                    "description": "Applies a linear multiplier to input image, making it appear more or less bright."
-                },
-                {
-                    "name": "contrast()",
-                    "description": "Adjusts the contrast of the input."
-                },
-                {
-                    "name": "drop-shadow()",
-                    "description": "Applies a drop shadow effect to the input image."
-                },
-                {
-                    "name": "grayscale()",
-                    "description": "Converts the input image to grayscale."
-                },
-                {
-                    "name": "hue-rotate()",
-                    "description": "Applies a hue rotation on the input image. "
-                },
-                {
-                    "name": "invert()",
-                    "description": "Inverts the samples in the input image."
-                },
-                {
-                    "name": "opacity()",
-                    "description": "Applies transparency to the samples in the input image."
-                },
-                {
-                    "name": "saturate()",
-                    "description": "Saturates the input image."
-                },
-                {
-                    "name": "sepia()",
-                    "description": "Converts the input image to sepia."
-                },
-                {
-                    "name": "url()",
-                    "browsers": [
-                        "E12",
-                        "FF35",
-                        "S9.1",
-                        "C53",
-                        "O40"
-                    ],
-                    "description": "A filter reference to a <filter> element."
-                }
-            ],
-            "syntax": "none | <filter-function-list>",
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/filter"
-                }
-            ],
-            "description": "Processes an element’s rendering before it is displayed in the document, by applying one or more filter effects.",
-            "restrictions": [
-                "enum",
-                "url"
-            ]
+        enumerable: false,
+        configurable: true
+    });
+    UnknownAtRule.prototype.setAtRuleName = function (atRuleName) {
+        this.atRuleName = atRuleName;
+    };
+    UnknownAtRule.prototype.getAtRuleName = function () {
+        return this.atRuleName;
+    };
+    return UnknownAtRule;
+}(BodyDeclaration));
+
+var ListEntry = /** @class */ (function (_super) {
+    __extends(ListEntry, _super);
+    function ListEntry() {
+        return _super !== null && _super.apply(this, arguments) || this;
+    }
+    Object.defineProperty(ListEntry.prototype, "type", {
+        get: function () {
+            return NodeType.ListEntry;
         },
-        {
-            "name": "src",
-            "values": [
-                {
-                    "name": "url()",
-                    "description": "Reference font by URL"
-                },
-                {
-                    "name": "format()",
-                    "description": "Optional hint describing the format of the font resource."
-                },
-                {
-                    "name": "local()",
-                    "description": "Format-specific string that identifies a locally available copy of a given font."
-                }
-            ],
-            "syntax": "[ <url> [ format( <string># ) ]? | local( <family-name> ) ]#",
-            "description": "@font-face descriptor. Specifies the resource containing font data. It is required, whether the font is downloadable or locally installed.",
-            "restrictions": [
-                "enum",
-                "url",
-                "identifier"
-            ]
+        enumerable: false,
+        configurable: true
+    });
+    ListEntry.prototype.setKey = function (node) {
+        return this.setNode('key', node, 0);
+    };
+    ListEntry.prototype.setValue = function (node) {
+        return this.setNode('value', node, 1);
+    };
+    return ListEntry;
+}(Node));
+
+var LessGuard = /** @class */ (function (_super) {
+    __extends(LessGuard, _super);
+    function LessGuard() {
+        return _super !== null && _super.apply(this, arguments) || this;
+    }
+    LessGuard.prototype.getConditions = function () {
+        if (!this.conditions) {
+            this.conditions = new Nodelist(this);
+        }
+        return this.conditions;
+    };
+    return LessGuard;
+}(Node));
+
+var GuardCondition = /** @class */ (function (_super) {
+    __extends(GuardCondition, _super);
+    function GuardCondition() {
+        return _super !== null && _super.apply(this, arguments) || this;
+    }
+    GuardCondition.prototype.setVariable = function (node) {
+        return this.setNode('variable', node);
+    };
+    return GuardCondition;
+}(Node));
+
+var Module = /** @class */ (function (_super) {
+    __extends(Module, _super);
+    function Module() {
+        return _super !== null && _super.apply(this, arguments) || this;
+    }
+    Object.defineProperty(Module.prototype, "type", {
+        get: function () {
+            return NodeType.Module;
         },
-        {
-            "name": "animation-timing-function",
-            "syntax": "<timing-function>#",
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/animation-timing-function"
+        enumerable: false,
+        configurable: true
+    });
+    Module.prototype.setIdentifier = function (node) {
+        return this.setNode('identifier', node, 0);
+    };
+    Module.prototype.getIdentifier = function () {
+        return this.identifier;
+    };
+    return Module;
+}(Node));
+
+var Level;
+(function (Level) {
+    Level[Level["Ignore"] = 1] = "Ignore";
+    Level[Level["Warning"] = 2] = "Warning";
+    Level[Level["Error"] = 4] = "Error";
+})(Level || (Level = {}));
+var Marker = /** @class */ (function () {
+    function Marker(node, rule, level, message, offset, length) {
+        if (offset === void 0) { offset = node.offset; }
+        if (length === void 0) { length = node.length; }
+        this.node = node;
+        this.rule = rule;
+        this.level = level;
+        this.message = message || rule.message;
+        this.offset = offset;
+        this.length = length;
+    }
+    Marker.prototype.getRule = function () {
+        return this.rule;
+    };
+    Marker.prototype.getLevel = function () {
+        return this.level;
+    };
+    Marker.prototype.getOffset = function () {
+        return this.offset;
+    };
+    Marker.prototype.getLength = function () {
+        return this.length;
+    };
+    Marker.prototype.getNode = function () {
+        return this.node;
+    };
+    Marker.prototype.getMessage = function () {
+        return this.message;
+    };
+    return Marker;
+}());
+
+/*
+export class DefaultVisitor implements IVisitor {
+
+    public visitNode(node:Node):boolean {
+        switch (node.type) {
+            case NodeType.Stylesheet:
+                return this.visitStylesheet(<Stylesheet> node);
+            case NodeType.FontFace:
+                return this.visitFontFace(<FontFace> node);
+            case NodeType.Ruleset:
+                return this.visitRuleSet(<RuleSet> node);
+            case NodeType.Selector:
+                return this.visitSelector(<Selector> node);
+            case NodeType.SimpleSelector:
+                return this.visitSimpleSelector(<SimpleSelector> node);
+            case NodeType.Declaration:
+                return this.visitDeclaration(<Declaration> node);
+            case NodeType.Function:
+                return this.visitFunction(<Function> node);
+            case NodeType.FunctionDeclaration:
+                return this.visitFunctionDeclaration(<FunctionDeclaration> node);
+            case NodeType.FunctionParameter:
+                return this.visitFunctionParameter(<FunctionParameter> node);
+            case NodeType.FunctionArgument:
+                return this.visitFunctionArgument(<FunctionArgument> node);
+            case NodeType.Term:
+                return this.visitTerm(<Term> node);
+            case NodeType.Declaration:
+                return this.visitExpression(<Expression> node);
+            case NodeType.NumericValue:
+                return this.visitNumericValue(<NumericValue> node);
+            case NodeType.Page:
+                return this.visitPage(<Page> node);
+            case NodeType.PageBoxMarginBox:
+                return this.visitPageBoxMarginBox(<PageBoxMarginBox> node);
+            case NodeType.Property:
+                return this.visitProperty(<Property> node);
+            case NodeType.NumericValue:
+                return this.visitNodelist(<Nodelist> node);
+            case NodeType.Import:
+                return this.visitImport(<Import> node);
+            case NodeType.Namespace:
+                return this.visitNamespace(<Namespace> node);
+            case NodeType.Keyframe:
+                return this.visitKeyframe(<Keyframe> node);
+            case NodeType.KeyframeSelector:
+                return this.visitKeyframeSelector(<KeyframeSelector> node);
+            case NodeType.MixinDeclaration:
+                return this.visitMixinDeclaration(<MixinDeclaration> node);
+            case NodeType.MixinReference:
+                return this.visitMixinReference(<MixinReference> node);
+            case NodeType.Variable:
+                return this.visitVariable(<Variable> node);
+            case NodeType.VariableDeclaration:
+                return this.visitVariableDeclaration(<VariableDeclaration> node);
+        }
+        return this.visitUnknownNode(node);
+    }
+
+    public visitFontFace(node:FontFace):boolean {
+        return true;
+    }
+
+    public visitKeyframe(node:Keyframe):boolean {
+        return true;
+    }
+
+    public visitKeyframeSelector(node:KeyframeSelector):boolean {
+        return true;
+    }
+
+    public visitStylesheet(node:Stylesheet):boolean {
+        return true;
+    }
+
+    public visitProperty(Node:Property):boolean {
+        return true;
+    }
+
+    public visitRuleSet(node:RuleSet):boolean {
+        return true;
+    }
+
+    public visitSelector(node:Selector):boolean {
+        return true;
+    }
+
+    public visitSimpleSelector(node:SimpleSelector):boolean {
+        return true;
+    }
+
+    public visitDeclaration(node:Declaration):boolean {
+        return true;
+    }
+
+    public visitFunction(node:Function):boolean {
+        return true;
+    }
+
+    public visitFunctionDeclaration(node:FunctionDeclaration):boolean {
+        return true;
+    }
+
+    public visitInvocation(node:Invocation):boolean {
+        return true;
+    }
+
+    public visitTerm(node:Term):boolean {
+        return true;
+    }
+
+    public visitImport(node:Import):boolean {
+        return true;
+    }
+
+    public visitNamespace(node:Namespace):boolean {
+        return true;
+    }
+
+    public visitExpression(node:Expression):boolean {
+        return true;
+    }
+
+    public visitNumericValue(node:NumericValue):boolean {
+        return true;
+    }
+
+    public visitPage(node:Page):boolean {
+        return true;
+    }
+
+    public visitPageBoxMarginBox(node:PageBoxMarginBox):boolean {
+        return true;
+    }
+
+    public visitNodelist(node:Nodelist):boolean {
+        return true;
+    }
+
+    public visitVariableDeclaration(node:VariableDeclaration):boolean {
+        return true;
+    }
+
+    public visitVariable(node:Variable):boolean {
+        return true;
+    }
+
+    public visitMixinDeclaration(node:MixinDeclaration):boolean {
+        return true;
+    }
+
+    public visitMixinReference(node:MixinReference):boolean {
+        return true;
+    }
+
+    public visitUnknownNode(node:Node):boolean {
+        return true;
+    }
+}
+*/
+var ParseErrorCollector = /** @class */ (function () {
+    function ParseErrorCollector() {
+        this.entries = [];
+    }
+    ParseErrorCollector.entries = function (node) {
+        var visitor = new ParseErrorCollector();
+        node.acceptVisitor(visitor);
+        return visitor.entries;
+    };
+    ParseErrorCollector.prototype.visitNode = function (node) {
+        if (node.isErroneous()) {
+            node.collectIssues(this.entries);
+        }
+        return true;
+    };
+    return ParseErrorCollector;
+}());
+
+
+
+/***/ }),
+/* 66 */
+/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
+
+__webpack_require__.r(__webpack_exports__);
+/* harmony export */ __webpack_require__.d(__webpack_exports__, {
+/* harmony export */   "startsWith": () => /* binding */ startsWith,
+/* harmony export */   "endsWith": () => /* binding */ endsWith,
+/* harmony export */   "difference": () => /* binding */ difference,
+/* harmony export */   "getLimitedString": () => /* binding */ getLimitedString,
+/* harmony export */   "trim": () => /* binding */ trim
+/* harmony export */ });
+/*---------------------------------------------------------------------------------------------
+ *  Copyright (c) Microsoft Corporation. All rights reserved.
+ *  Licensed under the MIT License. See License.txt in the project root for license information.
+ *--------------------------------------------------------------------------------------------*/
+
+function startsWith(haystack, needle) {
+    if (haystack.length < needle.length) {
+        return false;
+    }
+    for (var i = 0; i < needle.length; i++) {
+        if (haystack[i] !== needle[i]) {
+            return false;
+        }
+    }
+    return true;
+}
+/**
+ * Determines if haystack ends with needle.
+ */
+function endsWith(haystack, needle) {
+    var diff = haystack.length - needle.length;
+    if (diff > 0) {
+        return haystack.lastIndexOf(needle) === diff;
+    }
+    else if (diff === 0) {
+        return haystack === needle;
+    }
+    else {
+        return false;
+    }
+}
+/**
+ * Computes the difference score for two strings. More similar strings have a higher score.
+ * We use largest common subsequence dynamic programming approach but penalize in the end for length differences.
+ * Strings that have a large length difference will get a bad default score 0.
+ * Complexity - both time and space O(first.length * second.length)
+ * Dynamic programming LCS computation http://en.wikipedia.org/wiki/Longest_common_subsequence_problem
+ *
+ * @param first a string
+ * @param second a string
+ */
+function difference(first, second, maxLenDelta) {
+    if (maxLenDelta === void 0) { maxLenDelta = 4; }
+    var lengthDifference = Math.abs(first.length - second.length);
+    // We only compute score if length of the currentWord and length of entry.name are similar.
+    if (lengthDifference > maxLenDelta) {
+        return 0;
+    }
+    // Initialize LCS (largest common subsequence) matrix.
+    var LCS = [];
+    var zeroArray = [];
+    var i, j;
+    for (i = 0; i < second.length + 1; ++i) {
+        zeroArray.push(0);
+    }
+    for (i = 0; i < first.length + 1; ++i) {
+        LCS.push(zeroArray);
+    }
+    for (i = 1; i < first.length + 1; ++i) {
+        for (j = 1; j < second.length + 1; ++j) {
+            if (first[i - 1] === second[j - 1]) {
+                LCS[i][j] = LCS[i - 1][j - 1] + 1;
+            }
+            else {
+                LCS[i][j] = Math.max(LCS[i - 1][j], LCS[i][j - 1]);
+            }
+        }
+    }
+    return LCS[first.length][second.length] - Math.sqrt(lengthDifference);
+}
+/**
+ * Limit of string length.
+ */
+function getLimitedString(str, ellipsis) {
+    if (ellipsis === void 0) { ellipsis = true; }
+    if (!str) {
+        return '';
+    }
+    if (str.length < 140) {
+        return str;
+    }
+    return str.slice(0, 140) + (ellipsis ? '\u2026' : '');
+}
+/**
+ * Limit of string length.
+ */
+function trim(str, regexp) {
+    var m = regexp.exec(str);
+    if (m && m[0].length) {
+        return str.substr(0, str.length - m[0].length);
+    }
+    return str;
+}
+
+
+/***/ }),
+/* 67 */
+/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
+
+__webpack_require__.r(__webpack_exports__);
+/* harmony export */ __webpack_require__.d(__webpack_exports__, {
+/* harmony export */   "CSSIssueType": () => /* binding */ CSSIssueType,
+/* harmony export */   "ParseError": () => /* binding */ ParseError
+/* harmony export */ });
+/* harmony import */ var vscode_nls__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(68);
+/*---------------------------------------------------------------------------------------------
+ *  Copyright (c) Microsoft Corporation. All rights reserved.
+ *  Licensed under the MIT License. See License.txt in the project root for license information.
+ *--------------------------------------------------------------------------------------------*/
+
+
+var localize = vscode_nls__WEBPACK_IMPORTED_MODULE_0__.loadMessageBundle();
+var CSSIssueType = /** @class */ (function () {
+    function CSSIssueType(id, message) {
+        this.id = id;
+        this.message = message;
+    }
+    return CSSIssueType;
+}());
+
+var ParseError = {
+    NumberExpected: new CSSIssueType('css-numberexpected', localize('expected.number', "number expected")),
+    ConditionExpected: new CSSIssueType('css-conditionexpected', localize('expected.condt', "condition expected")),
+    RuleOrSelectorExpected: new CSSIssueType('css-ruleorselectorexpected', localize('expected.ruleorselector', "at-rule or selector expected")),
+    DotExpected: new CSSIssueType('css-dotexpected', localize('expected.dot', "dot expected")),
+    ColonExpected: new CSSIssueType('css-colonexpected', localize('expected.colon', "colon expected")),
+    SemiColonExpected: new CSSIssueType('css-semicolonexpected', localize('expected.semicolon', "semi-colon expected")),
+    TermExpected: new CSSIssueType('css-termexpected', localize('expected.term', "term expected")),
+    ExpressionExpected: new CSSIssueType('css-expressionexpected', localize('expected.expression', "expression expected")),
+    OperatorExpected: new CSSIssueType('css-operatorexpected', localize('expected.operator', "operator expected")),
+    IdentifierExpected: new CSSIssueType('css-identifierexpected', localize('expected.ident', "identifier expected")),
+    PercentageExpected: new CSSIssueType('css-percentageexpected', localize('expected.percentage', "percentage expected")),
+    URIOrStringExpected: new CSSIssueType('css-uriorstringexpected', localize('expected.uriorstring', "uri or string expected")),
+    URIExpected: new CSSIssueType('css-uriexpected', localize('expected.uri', "URI expected")),
+    VariableNameExpected: new CSSIssueType('css-varnameexpected', localize('expected.varname', "variable name expected")),
+    VariableValueExpected: new CSSIssueType('css-varvalueexpected', localize('expected.varvalue', "variable value expected")),
+    PropertyValueExpected: new CSSIssueType('css-propertyvalueexpected', localize('expected.propvalue', "property value expected")),
+    LeftCurlyExpected: new CSSIssueType('css-lcurlyexpected', localize('expected.lcurly', "{ expected")),
+    RightCurlyExpected: new CSSIssueType('css-rcurlyexpected', localize('expected.rcurly', "} expected")),
+    LeftSquareBracketExpected: new CSSIssueType('css-rbracketexpected', localize('expected.lsquare', "[ expected")),
+    RightSquareBracketExpected: new CSSIssueType('css-lbracketexpected', localize('expected.rsquare', "] expected")),
+    LeftParenthesisExpected: new CSSIssueType('css-lparentexpected', localize('expected.lparen', "( expected")),
+    RightParenthesisExpected: new CSSIssueType('css-rparentexpected', localize('expected.rparent', ") expected")),
+    CommaExpected: new CSSIssueType('css-commaexpected', localize('expected.comma', "comma expected")),
+    PageDirectiveOrDeclarationExpected: new CSSIssueType('css-pagedirordeclexpected', localize('expected.pagedirordecl', "page directive or declaraton expected")),
+    UnknownAtRule: new CSSIssueType('css-unknownatrule', localize('unknown.atrule', "at-rule unknown")),
+    UnknownKeyword: new CSSIssueType('css-unknownkeyword', localize('unknown.keyword', "unknown keyword")),
+    SelectorExpected: new CSSIssueType('css-selectorexpected', localize('expected.selector', "selector expected")),
+    StringLiteralExpected: new CSSIssueType('css-stringliteralexpected', localize('expected.stringliteral', "string literal expected")),
+    WhitespaceExpected: new CSSIssueType('css-whitespaceexpected', localize('expected.whitespace', "whitespace expected")),
+    MediaQueryExpected: new CSSIssueType('css-mediaqueryexpected', localize('expected.mediaquery', "media query expected")),
+    IdentifierOrWildcardExpected: new CSSIssueType('css-idorwildcardexpected', localize('expected.idorwildcard', "identifier or wildcard expected")),
+    WildcardExpected: new CSSIssueType('css-wildcardexpected', localize('expected.wildcard', "wildcard expected")),
+    IdentifierOrVariableExpected: new CSSIssueType('css-idorvarexpected', localize('expected.idorvar', "identifier or variable expected")),
+};
+
+
+/***/ }),
+/* 68 */
+/***/ ((__unused_webpack_module, exports, __webpack_require__) => {
+
+
+/* --------------------------------------------------------------------------------------------
+ * Copyright (c) Microsoft Corporation. All rights reserved.
+ * Licensed under the MIT License. See License.txt in the project root for license information.
+ * ------------------------------------------------------------------------------------------ */
+Object.defineProperty(exports, "__esModule", ({ value: true }));
+exports.config = exports.loadMessageBundle = void 0;
+var path = __webpack_require__(3);
+var fs = __webpack_require__(54);
+var ral_1 = __webpack_require__(69);
+var common_1 = __webpack_require__(70);
+var common_2 = __webpack_require__(70);
+Object.defineProperty(exports, "MessageFormat", ({ enumerable: true, get: function () { return common_2.MessageFormat; } }));
+Object.defineProperty(exports, "BundleFormat", ({ enumerable: true, get: function () { return common_2.BundleFormat; } }));
+var toString = Object.prototype.toString;
+function isNumber(value) {
+    return toString.call(value) === '[object Number]';
+}
+function isString(value) {
+    return toString.call(value) === '[object String]';
+}
+function isBoolean(value) {
+    return value === true || value === false;
+}
+function readJsonFileSync(filename) {
+    return JSON.parse(fs.readFileSync(filename, 'utf8'));
+}
+var resolvedBundles;
+var options;
+function initializeSettings() {
+    options = { locale: undefined, language: undefined, languagePackSupport: false, cacheLanguageResolution: true, messageFormat: common_1.MessageFormat.bundle };
+    if (isString(process.env.VSCODE_NLS_CONFIG)) {
+        try {
+            var vscodeOptions_1 = JSON.parse(process.env.VSCODE_NLS_CONFIG);
+            var language = void 0;
+            if (vscodeOptions_1.availableLanguages) {
+                var value = vscodeOptions_1.availableLanguages['*'];
+                if (isString(value)) {
+                    language = value;
                 }
-            ],
-            "description": "Describes how the animation will progress over one cycle of its duration.",
-            "restrictions": [
-                "timing-function"
-            ]
-        },
-        {
-            "name": "border-right-color",
-            "syntax": "<color>",
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/border-right-color"
+            }
+            if (isString(vscodeOptions_1.locale)) {
+                options.locale = vscodeOptions_1.locale.toLowerCase();
+            }
+            if (language === undefined) {
+                options.language = options.locale;
+            }
+            else if (language !== 'en') {
+                options.language = language;
+            }
+            if (isBoolean(vscodeOptions_1._languagePackSupport)) {
+                options.languagePackSupport = vscodeOptions_1._languagePackSupport;
+            }
+            if (isString(vscodeOptions_1._cacheRoot)) {
+                options.cacheRoot = vscodeOptions_1._cacheRoot;
+            }
+            if (isString(vscodeOptions_1._languagePackId)) {
+                options.languagePackId = vscodeOptions_1._languagePackId;
+            }
+            if (isString(vscodeOptions_1._translationsConfigFile)) {
+                options.translationsConfigFile = vscodeOptions_1._translationsConfigFile;
+                try {
+                    options.translationsConfig = readJsonFileSync(options.translationsConfigFile);
+                }
+                catch (error) {
+                    // We can't read the translation config file. Mark the cache as corrupted.
+                    if (vscodeOptions_1._corruptedFile) {
+                        var dirname = path.dirname(vscodeOptions_1._corruptedFile);
+                        fs.exists(dirname, function (exists) {
+                            if (exists) {
+                                fs.writeFile(vscodeOptions_1._corruptedFile, 'corrupted', 'utf8', function (err) {
+                                    console.error(err);
+                                });
+                            }
+                        });
+                    }
                 }
-            ],
-            "description": "Sets the color of the right border.",
-            "restrictions": [
-                "color"
-            ]
-        },
-        {
-            "name": "font-variant",
-            "values": [
-                {
-                    "name": "normal",
-                    "description": "Specifies a face that is not labeled as a small-caps font."
-                },
-                {
-                    "name": "small-caps",
-                    "description": "Specifies a font that is labeled as a small-caps font. If a genuine small-caps font is not available, user agents should simulate a small-caps font."
+            }
+        }
+        catch (_a) {
+            // Do nothing.
+        }
+    }
+    common_1.setPseudo(options.locale === 'pseudo');
+    resolvedBundles = Object.create(null);
+}
+initializeSettings();
+function supportsLanguagePack() {
+    return options.languagePackSupport === true && options.cacheRoot !== undefined && options.languagePackId !== undefined && options.translationsConfigFile !== undefined
+        && options.translationsConfig !== undefined;
+}
+function createScopedLocalizeFunction(messages) {
+    return function (key, message) {
+        var args = [];
+        for (var _i = 2; _i < arguments.length; _i++) {
+            args[_i - 2] = arguments[_i];
+        }
+        if (isNumber(key)) {
+            if (key >= messages.length) {
+                console.error("Broken localize call found. Index out of bounds. Stacktrace is\n: " + new Error('').stack);
+                return;
+            }
+            return common_1.format(messages[key], args);
+        }
+        else {
+            if (isString(message)) {
+                console.warn("Message " + message + " didn't get externalized correctly.");
+                return common_1.format(message, args);
+            }
+            else {
+                console.error("Broken localize call found. Stacktrace is\n: " + new Error('').stack);
+            }
+        }
+    };
+}
+function resolveLanguage(file) {
+    var resolvedLanguage;
+    if (options.cacheLanguageResolution && resolvedLanguage) {
+        resolvedLanguage = resolvedLanguage;
+    }
+    else {
+        if (common_1.isPseudo || !options.language) {
+            resolvedLanguage = '.nls.json';
+        }
+        else {
+            var locale = options.language;
+            while (locale) {
+                var candidate = '.nls.' + locale + '.json';
+                if (fs.existsSync(file + candidate)) {
+                    resolvedLanguage = candidate;
+                    break;
                 }
-            ],
-            "syntax": "normal | none | [ <common-lig-values> || <discretionary-lig-values> || <historical-lig-values> || <contextual-alt-values> || stylistic(<feature-value-name>) || historical-forms || styleset(<feature-value-name>#) || character-variant(<feature-value-name>#) || swash(<feature-value-name>) || ornaments(<feature-value-name>) || annotation(<feature-value-name>) || [ small-caps | all-small-caps | petite-caps | all-petite-caps | unicase | titling-caps ] || <numeric-figure-values> || <numeric-spacing-values> || <numeric-fraction-values> || ordinal || slashed-zero || <east-asian-variant-values> || <east-asian-width-values> || ruby ]",
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/font-variant"
-                }
-            ],
-            "description": "Specifies variant representations of the font",
-            "restrictions": [
-                "enum"
-            ]
-        },
-        {
-            "name": "border-left-color",
-            "syntax": "<color>",
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/border-left-color"
-                }
-            ],
-            "description": "Sets the color of the left border.",
-            "restrictions": [
-                "color"
-            ]
-        },
-        {
-            "name": "animation-name",
-            "values": [
-                {
-                    "name": "none",
-                    "description": "No animation is performed"
-                }
-            ],
-            "syntax": "[ none | <keyframes-name> ]#",
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/animation-name"
-                }
-            ],
-            "description": "Defines a list of animations that apply. Each name is used to select the keyframe at-rule that provides the property values for the animation.",
-            "restrictions": [
-                "identifier",
-                "enum"
-            ]
-        },
-        {
-            "name": "animation-duration",
-            "syntax": "<time>#",
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/animation-duration"
-                }
-            ],
-            "description": "Defines the length of time that an animation takes to complete one cycle.",
-            "restrictions": [
-                "time"
-            ]
-        },
-        {
-            "name": "will-change",
-            "browsers": [
-                "FF36",
-                "S9.1",
-                "C36",
-                "O24"
-            ],
-            "values": [
-                {
-                    "name": "auto",
-                    "description": "Expresses no particular intent."
-                },
-                {
-                    "name": "contents",
-                    "description": "Indicates that the author expects to animate or change something about the element’s contents in the near future."
-                },
-                {
-                    "name": "scroll-position",
-                    "description": "Indicates that the author expects to animate or change the scroll position of the element in the near future."
-                }
-            ],
-            "syntax": "auto | <animateable-feature>#",
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/will-change"
-                }
-            ],
-            "description": "Provides a rendering hint to the user agent, stating what kinds of changes the author expects to perform on the element.",
-            "restrictions": [
-                "enum",
-                "identifier"
-            ]
-        },
-        {
-            "name": "stroke",
-            "values": [
-                {
-                    "name": "url()",
-                    "description": "A URL reference to a paint server element, which is an element that defines a paint server: ‘hatch’, ‘linearGradient’, ‘mesh’, ‘pattern’, ‘radialGradient’ and ‘solidcolor’."
-                },
-                {
-                    "name": "none",
-                    "description": "No paint is applied in this layer."
-                }
-            ],
-            "description": "Paints along the outline of the given graphical element.",
-            "restrictions": [
-                "color",
-                "enum",
-                "url"
-            ]
-        },
-        {
-            "name": "transition-property",
-            "values": [
-                {
-                    "name": "all",
-                    "description": "Every property that is able to undergo a transition will do so."
-                },
-                {
-                    "name": "none",
-                    "description": "No property will transition."
-                }
-            ],
-            "syntax": "none | <single-transition-property>#",
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/transition-property"
-                }
-            ],
-            "description": "Specifies the name of the CSS property to which the transition is applied.",
-            "restrictions": [
-                "property"
-            ]
-        },
-        {
-            "name": "table-layout",
-            "values": [
-                {
-                    "name": "auto",
-                    "description": "Use any automatic table layout algorithm."
-                },
-                {
-                    "name": "fixed",
-                    "description": "Use the fixed table layout algorithm."
-                }
-            ],
-            "syntax": "auto | fixed",
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/table-layout"
-                }
-            ],
-            "description": "Controls the algorithm used to lay out the table cells, rows, and columns.",
-            "restrictions": [
-                "enum"
-            ]
-        },
-        {
-            "name": "transition-delay",
-            "syntax": "<time>#",
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/transition-delay"
-                }
-            ],
-            "description": "Defines when the transition will start. It allows a transition to begin execution some period of time from when it is applied.",
-            "restrictions": [
-                "time"
-            ]
-        },
-        {
-            "name": "flex-basis",
-            "values": [
-                {
-                    "name": "auto",
-                    "description": "Retrieves the value of the main size property as the used 'flex-basis'."
-                },
-                {
-                    "name": "content",
-                    "description": "Indicates automatic sizing, based on the flex item’s content."
-                }
-            ],
-            "syntax": "content | <'width'>",
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/flex-basis"
-                }
-            ],
-            "description": "Sets the flex basis.",
-            "restrictions": [
-                "length",
-                "number",
-                "percentage"
-            ]
-        },
-        {
-            "name": "overflow-wrap",
-            "values": [
-                {
-                    "name": "break-word",
-                    "description": "An otherwise unbreakable sequence of characters may be broken at an arbitrary point if there are no otherwise-acceptable break points in the line."
-                },
-                {
-                    "name": "normal",
-                    "description": "Lines may break only at allowed break points."
-                }
-            ],
-            "syntax": "normal | break-word | anywhere",
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/overflow-wrap"
-                }
-            ],
-            "description": "Specifies whether the UA may break within a word to prevent overflow when an otherwise-unbreakable string is too long to fit within the line box.",
-            "restrictions": [
-                "enum"
-            ]
-        },
-        {
-            "name": "border-top-width",
-            "syntax": "<line-width>",
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/border-top-width"
-                }
-            ],
-            "description": "Sets the thickness of the top border.",
-            "restrictions": [
-                "length",
-                "line-width"
-            ]
-        },
-        {
-            "name": "outline-width",
-            "syntax": "<line-width>",
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/outline-width"
-                }
-            ],
-            "description": "Width of the outline.",
-            "restrictions": [
-                "length",
-                "line-width"
-            ]
-        },
-        {
-            "name": "order",
-            "syntax": "<integer>",
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/order"
-                }
-            ],
-            "description": "Controls the order in which children of a flex container appear within the flex container, by assigning them to ordinal groups.",
-            "restrictions": [
-                "integer"
-            ]
-        },
-        {
-            "name": "border-bottom-width",
-            "syntax": "<line-width>",
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/border-bottom-width"
-                }
-            ],
-            "description": "Sets the thickness of the bottom border.",
-            "restrictions": [
-                "length",
-                "line-width"
-            ]
-        },
-        {
-            "name": "animation-fill-mode",
-            "values": [
-                {
-                    "name": "backwards",
-                    "description": "The beginning property value (as defined in the first @keyframes at-rule) is applied before the animation is displayed, during the period defined by 'animation-delay'."
-                },
-                {
-                    "name": "both",
-                    "description": "Both forwards and backwards fill modes are applied."
-                },
-                {
-                    "name": "forwards",
-                    "description": "The final property value (as defined in the last @keyframes at-rule) is maintained after the animation completes."
-                },
-                {
-                    "name": "none",
-                    "description": "There is no change to the property value between the time the animation is applied and the time the animation begins playing or after the animation completes."
-                }
-            ],
-            "syntax": "<single-animation-fill-mode>#",
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/animation-fill-mode"
+                else {
+                    var index = locale.lastIndexOf('-');
+                    if (index > 0) {
+                        locale = locale.substring(0, index);
+                    }
+                    else {
+                        resolvedLanguage = '.nls.json';
+                        locale = null;
+                    }
                 }
-            ],
-            "description": "Defines what values are applied by the animation outside the time it is executing.",
-            "restrictions": [
-                "enum"
-            ]
-        },
-        {
-            "name": "outline-style",
-            "values": [
-                {
-                    "name": "auto",
-                    "description": "Permits the user agent to render a custom outline style, typically the default platform style."
+            }
+        }
+        if (options.cacheLanguageResolution) {
+            resolvedLanguage = resolvedLanguage;
+        }
+    }
+    return file + resolvedLanguage;
+}
+function findInTheBoxBundle(root) {
+    var language = options.language;
+    while (language) {
+        var candidate = path.join(root, "nls.bundle." + language + ".json");
+        if (fs.existsSync(candidate)) {
+            return candidate;
+        }
+        else {
+            var index = language.lastIndexOf('-');
+            if (index > 0) {
+                language = language.substring(0, index);
+            }
+            else {
+                language = undefined;
+            }
+        }
+    }
+    // Test if we can reslove the default bundle.
+    if (language === undefined) {
+        var candidate = path.join(root, 'nls.bundle.json');
+        if (fs.existsSync(candidate)) {
+            return candidate;
+        }
+    }
+    return undefined;
+}
+function mkdir(directory) {
+    try {
+        fs.mkdirSync(directory);
+    }
+    catch (err) {
+        if (err.code === 'EEXIST') {
+            return;
+        }
+        else if (err.code === 'ENOENT') {
+            var parent = path.dirname(directory);
+            if (parent !== directory) {
+                mkdir(parent);
+                fs.mkdirSync(directory);
+            }
+        }
+        else {
+            throw err;
+        }
+    }
+}
+function createDefaultNlsBundle(folder) {
+    var metaData = readJsonFileSync(path.join(folder, 'nls.metadata.json'));
+    var result = Object.create(null);
+    for (var module_1 in metaData) {
+        var entry = metaData[module_1];
+        result[module_1] = entry.messages;
+    }
+    return result;
+}
+function createNLSBundle(header, metaDataPath) {
+    var languagePackLocation = options.translationsConfig[header.id];
+    if (!languagePackLocation) {
+        return undefined;
+    }
+    var languagePack = readJsonFileSync(languagePackLocation).contents;
+    var metaData = readJsonFileSync(path.join(metaDataPath, 'nls.metadata.json'));
+    var result = Object.create(null);
+    for (var module_2 in metaData) {
+        var entry = metaData[module_2];
+        var translations = languagePack[header.outDir + "/" + module_2];
+        if (translations) {
+            var resultMessages = [];
+            for (var i = 0; i < entry.keys.length; i++) {
+                var messageKey = entry.keys[i];
+                var key = isString(messageKey) ? messageKey : messageKey.key;
+                var translatedMessage = translations[key];
+                if (translatedMessage === undefined) {
+                    translatedMessage = entry.messages[i];
+                }
+                resultMessages.push(translatedMessage);
+            }
+            result[module_2] = resultMessages;
+        }
+        else {
+            result[module_2] = entry.messages;
+        }
+    }
+    return result;
+}
+function touch(file) {
+    var d = new Date();
+    fs.utimes(file, d, d, function () {
+        // Do nothing. Ignore
+    });
+}
+function cacheBundle(key, bundle) {
+    resolvedBundles[key] = bundle;
+    return bundle;
+}
+function loadNlsBundleOrCreateFromI18n(header, bundlePath) {
+    var result;
+    var bundle = path.join(options.cacheRoot, header.id + "-" + header.hash + ".json");
+    var useMemoryOnly = false;
+    var writeBundle = false;
+    try {
+        result = JSON.parse(fs.readFileSync(bundle, { encoding: 'utf8', flag: 'r' }));
+        touch(bundle);
+        return result;
+    }
+    catch (err) {
+        if (err.code === 'ENOENT') {
+            writeBundle = true;
+        }
+        else if (err instanceof SyntaxError) {
+            // We have a syntax error. So no valid JSON. Use
+            console.log("Syntax error parsing message bundle: " + err.message + ".");
+            fs.unlink(bundle, function (err) {
+                if (err) {
+                    console.error("Deleting corrupted bundle " + bundle + " failed.");
                 }
-            ],
-            "syntax": "auto | <'border-style'>",
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/outline-style"
+            });
+            useMemoryOnly = true;
+        }
+        else {
+            throw err;
+        }
+    }
+    result = createNLSBundle(header, bundlePath);
+    if (!result || useMemoryOnly) {
+        return result;
+    }
+    if (writeBundle) {
+        try {
+            fs.writeFileSync(bundle, JSON.stringify(result), { encoding: 'utf8', flag: 'wx' });
+        }
+        catch (err) {
+            if (err.code === 'EEXIST') {
+                return result;
+            }
+            throw err;
+        }
+    }
+    return result;
+}
+function loadDefaultNlsBundle(bundlePath) {
+    try {
+        return createDefaultNlsBundle(bundlePath);
+    }
+    catch (err) {
+        console.log("Generating default bundle from meta data failed.", err);
+        return undefined;
+    }
+}
+function loadNlsBundle(header, bundlePath) {
+    var result;
+    // Core decided to use a language pack. Do the same in the extension
+    if (supportsLanguagePack()) {
+        try {
+            result = loadNlsBundleOrCreateFromI18n(header, bundlePath);
+        }
+        catch (err) {
+            console.log("Load or create bundle failed ", err);
+        }
+    }
+    if (!result) {
+        // No language pack found, but core is running in language pack mode
+        // Don't try to use old in the box bundles since the might be stale
+        // Fall right back to the default bundle.
+        if (options.languagePackSupport) {
+            return loadDefaultNlsBundle(bundlePath);
+        }
+        var candidate = findInTheBoxBundle(bundlePath);
+        if (candidate) {
+            try {
+                return readJsonFileSync(candidate);
+            }
+            catch (err) {
+                console.log("Loading in the box message bundle failed.", err);
+            }
+        }
+        result = loadDefaultNlsBundle(bundlePath);
+    }
+    return result;
+}
+function tryFindMetaDataHeaderFile(file) {
+    var result;
+    var dirname = path.dirname(file);
+    while (true) {
+        result = path.join(dirname, 'nls.metadata.header.json');
+        if (fs.existsSync(result)) {
+            break;
+        }
+        var parent = path.dirname(dirname);
+        if (parent === dirname) {
+            result = undefined;
+            break;
+        }
+        else {
+            dirname = parent;
+        }
+    }
+    return result;
+}
+function loadMessageBundle(file) {
+    if (!file) {
+        // No file. We are in dev mode. Return the default
+        // localize function.
+        return common_1.localize;
+    }
+    // Remove extension since we load json files.
+    var ext = path.extname(file);
+    if (ext) {
+        file = file.substr(0, file.length - ext.length);
+    }
+    if (options.messageFormat === common_1.MessageFormat.both || options.messageFormat === common_1.MessageFormat.bundle) {
+        var headerFile = tryFindMetaDataHeaderFile(file);
+        if (headerFile) {
+            var bundlePath = path.dirname(headerFile);
+            var bundle = resolvedBundles[bundlePath];
+            if (bundle === undefined) {
+                try {
+                    var header = JSON.parse(fs.readFileSync(headerFile, 'utf8'));
+                    try {
+                        var nlsBundle = loadNlsBundle(header, bundlePath);
+                        bundle = cacheBundle(bundlePath, nlsBundle ? { header: header, nlsBundle: nlsBundle } : null);
+                    }
+                    catch (err) {
+                        console.error('Failed to load nls bundle', err);
+                        bundle = cacheBundle(bundlePath, null);
+                    }
                 }
-            ],
-            "description": "Style of the outline.",
-            "restrictions": [
-                "line-style",
-                "enum"
-            ]
-        },
-        {
-            "name": "object-fit",
-            "browsers": [
-                "E16",
-                "FF36",
-                "S10",
-                "C31",
-                "O19"
-            ],
-            "values": [
-                {
-                    "name": "contain",
-                    "description": "The replaced content is sized to maintain its aspect ratio while fitting within the element’s content box: its concrete object size is resolved as a contain constraint against the element's used width and height."
-                },
-                {
-                    "name": "cover",
-                    "description": "The replaced content is sized to maintain its aspect ratio while filling the element's entire content box: its concrete object size is resolved as a cover constraint against the element’s used width and height."
-                },
-                {
-                    "name": "fill",
-                    "description": "The replaced content is sized to fill the element’s content box: the object's concrete object size is the element's used width and height."
-                },
-                {
-                    "name": "none",
-                    "description": "The replaced content is not resized to fit inside the element's content box"
-                },
-                {
-                    "name": "scale-down",
-                    "description": "Size the content as if ‘none’ or ‘contain’ were specified, whichever would result in a smaller concrete object size."
+                catch (err) {
+                    console.error('Failed to read header file', err);
+                    bundle = cacheBundle(bundlePath, null);
                 }
-            ],
-            "syntax": "fill | contain | cover | none | scale-down",
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/object-fit"
+            }
+            if (bundle) {
+                var module_3 = file.substr(bundlePath.length + 1).replace(/\\/g, '/');
+                var messages = bundle.nlsBundle[module_3];
+                if (messages === undefined) {
+                    console.error("Messages for file " + file + " not found. See console for details.");
+                    return function () {
+                        return 'Messages not found.';
+                    };
                 }
-            ],
-            "description": "Specifies how the contents of a replaced element should be scaled relative to the box established by its used height and width.",
-            "restrictions": [
-                "enum"
-            ]
-        },
-        {
-            "name": "stroke-width",
-            "description": "Specifies the width of the stroke on the current object.",
-            "restrictions": [
-                "percentage",
-                "length"
-            ]
-        },
-        {
-            "name": "transition-duration",
-            "syntax": "<time>#",
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/transition-duration"
+                return createScopedLocalizeFunction(messages);
+            }
+        }
+    }
+    if (options.messageFormat === common_1.MessageFormat.both || options.messageFormat === common_1.MessageFormat.file) {
+        // Try to load a single file bundle
+        try {
+            var json = readJsonFileSync(resolveLanguage(file));
+            if (Array.isArray(json)) {
+                return createScopedLocalizeFunction(json);
+            }
+            else {
+                if (common_1.isDefined(json.messages) && common_1.isDefined(json.keys)) {
+                    return createScopedLocalizeFunction(json.messages);
                 }
-            ],
-            "description": "Specifies how long the transition from the old value to the new value should take.",
-            "restrictions": [
-                "time"
-            ]
-        },
-        {
-            "name": "animation-delay",
-            "syntax": "<time>#",
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/animation-delay"
+                else {
+                    console.error("String bundle '" + file + "' uses an unsupported format.");
+                    return function () {
+                        return 'File bundle has unsupported format. See console for details';
+                    };
                 }
-            ],
-            "description": "Defines when the animation will start.",
-            "restrictions": [
-                "time"
-            ]
-        },
-        {
-            "name": "outline-offset",
-            "browsers": [
-                "E15",
-                "FF1.5",
-                "S1.2",
-                "C1",
-                "O9.5"
-            ],
-            "syntax": "<length>",
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/outline-offset"
-                }
-            ],
-            "description": "Offset the outline and draw it beyond the border edge.",
-            "restrictions": [
-                "length"
-            ]
-        },
-        {
-            "name": "stroke-dashoffset",
-            "description": "Specifies the distance into the dash pattern to start the dash.",
-            "restrictions": [
-                "percentage",
-                "length"
-            ]
-        },
-        {
-            "name": "backface-visibility",
-            "values": [
-                {
-                    "name": "hidden",
-                    "description": "Back side is hidden."
-                },
-                {
-                    "name": "visible",
-                    "description": "Back side is visible."
-                }
-            ],
-            "syntax": "visible | hidden",
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/backface-visibility"
-                }
-            ],
-            "description": "Determines whether or not the 'back' side of a transformed element is visible when facing the viewer. With an identity transform, the front side of an element faces the viewer.",
-            "restrictions": [
-                "enum"
-            ]
-        },
-        {
-            "name": "border-right-width",
-            "syntax": "<line-width>",
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/border-right-width"
-                }
-            ],
-            "description": "Sets the thickness of the right border.",
-            "restrictions": [
-                "length",
-                "line-width"
-            ]
-        },
-        {
-            "name": "flex-flow",
-            "values": [
-                {
-                    "name": "column",
-                    "description": "The flex container’s main axis has the same orientation as the block axis of the current writing mode."
-                },
-                {
-                    "name": "column-reverse",
-                    "description": "Same as 'column', except the main-start and main-end directions are swapped."
-                },
-                {
-                    "name": "nowrap",
-                    "description": "The flex container is single-line."
-                },
-                {
-                    "name": "row",
-                    "description": "The flex container’s main axis has the same orientation as the inline axis of the current writing mode."
-                },
-                {
-                    "name": "row-reverse",
-                    "description": "Same as 'row', except the main-start and main-end directions are swapped."
-                },
-                {
-                    "name": "wrap",
-                    "description": "The flexbox is multi-line."
-                },
-                {
-                    "name": "wrap-reverse",
-                    "description": "Same as 'wrap', except the cross-start and cross-end directions are swapped."
-                }
-            ],
-            "syntax": "<'flex-direction'> || <'flex-wrap'>",
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/flex-flow"
-                }
-            ],
-            "description": "Specifies how flexbox items are placed in the flexbox.",
-            "restrictions": [
-                "enum"
-            ]
-        },
-        {
-            "name": "word-spacing",
-            "values": [
-                {
-                    "name": "normal",
-                    "description": "No additional spacing is applied. Computes to zero."
-                }
-            ],
-            "syntax": "normal | <length-percentage>",
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/word-spacing"
-                }
-            ],
-            "description": "Specifies additional spacing between “words”.",
-            "restrictions": [
-                "length",
-                "percentage"
-            ]
-        },
-        {
-            "name": "transition-timing-function",
-            "syntax": "<timing-function>#",
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/transition-timing-function"
-                }
-            ],
-            "description": "Describes how the intermediate values used during a transition will be calculated.",
-            "restrictions": [
-                "timing-function"
-            ]
-        },
-        {
-            "name": "resize",
-            "browsers": [
-                "FF4",
-                "S3",
-                "C1",
-                "O12.1"
-            ],
-            "values": [
-                {
-                    "name": "both",
-                    "description": "The UA presents a bidirectional resizing mechanism to allow the user to adjust both the height and the width of the element."
-                },
-                {
-                    "name": "horizontal",
-                    "description": "The UA presents a unidirectional horizontal resizing mechanism to allow the user to adjust only the width of the element."
-                },
-                {
-                    "name": "none",
-                    "description": "The UA does not present a resizing mechanism on the element, and the user is given no direct manipulation mechanism to resize the element."
-                },
-                {
-                    "name": "vertical",
-                    "description": "The UA presents a unidirectional vertical resizing mechanism to allow the user to adjust only the height of the element."
-                }
-            ],
-            "syntax": "none | both | horizontal | vertical | block | inline",
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/resize"
-                }
-            ],
-            "description": "Specifies whether or not an element is resizable by the user, and if so, along which axis/axes.",
-            "restrictions": [
-                "enum"
-            ]
-        },
-        {
-            "name": "unicode-bidi",
-            "values": [
-                {
-                    "name": "bidi-override",
-                    "description": "Inside the element, reordering is strictly in sequence according to the 'direction' property; the implicit part of the bidirectional algorithm is ignored."
-                },
-                {
-                    "name": "embed",
-                    "description": "If the element is inline-level, this value opens an additional level of embedding with respect to the bidirectional algorithm. The direction of this embedding level is given by the 'direction' property."
-                },
-                {
-                    "name": "isolate",
-                    "description": "The contents of the element are considered to be inside a separate, independent paragraph."
-                },
-                {
-                    "name": "isolate-override",
-                    "description": "This combines the isolation behavior of 'isolate' with the directional override behavior of 'bidi-override'"
-                },
-                {
-                    "name": "normal",
-                    "description": "The element does not open an additional level of embedding with respect to the bidirectional algorithm. For inline-level elements, implicit reordering works across element boundaries."
-                },
-                {
-                    "name": "plaintext",
-                    "description": "For the purposes of the Unicode bidirectional algorithm, the base directionality of each bidi paragraph for which the element forms the containing block is determined not by the element's computed 'direction'."
-                }
-            ],
-            "syntax": "normal | embed | isolate | bidi-override | isolate-override | plaintext",
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/unicode-bidi"
-                }
-            ],
-            "description": "The level of embedding with respect to the bidirectional algorithm.",
-            "restrictions": [
-                "enum"
-            ]
-        },
-        {
-            "name": "unicode-range",
-            "values": [
-                {
-                    "name": "U+26",
-                    "description": "Ampersand."
-                },
-                {
-                    "name": "U+20-24F, U+2B0-2FF, U+370-4FF, U+1E00-1EFF, U+2000-20CF, U+2100-23FF, U+2500-26FF, U+E000-F8FF, U+FB00–FB4F",
-                    "description": "WGL4 character set (Pan-European)."
-                },
-                {
-                    "name": "U+20-17F, U+2B0-2FF, U+2000-206F, U+20A0-20CF, U+2100-21FF, U+2600-26FF",
-                    "description": "The Multilingual European Subset No. 1. Latin. Covers ~44 languages."
-                },
-                {
-                    "name": "U+20-2FF, U+370-4FF, U+1E00-20CF, U+2100-23FF, U+2500-26FF, U+FB00-FB4F, U+FFF0-FFFD",
-                    "description": "The Multilingual European Subset No. 2. Latin, Greek, and Cyrillic. Covers ~128 language."
-                },
-                {
-                    "name": "U+20-4FF, U+530-58F, U+10D0-10FF, U+1E00-23FF, U+2440-245F, U+2500-26FF, U+FB00-FB4F, U+FE20-FE2F, U+FFF0-FFFD",
-                    "description": "The Multilingual European Subset No. 3. Covers all characters belonging to European scripts."
-                },
-                {
-                    "name": "U+00-7F",
-                    "description": "Basic Latin (ASCII)."
-                },
-                {
-                    "name": "U+80-FF",
-                    "description": "Latin-1 Supplement. Accented characters for Western European languages, common punctuation characters, multiplication and division signs."
-                },
-                {
-                    "name": "U+100-17F",
-                    "description": "Latin Extended-A. Accented characters for for Czech, Dutch, Polish, and Turkish."
-                },
-                {
-                    "name": "U+180-24F",
-                    "description": "Latin Extended-B. Croatian, Slovenian, Romanian, Non-European and historic latin, Khoisan, Pinyin, Livonian, Sinology."
-                },
-                {
-                    "name": "U+1E00-1EFF",
-                    "description": "Latin Extended Additional. Vietnamese, German captial sharp s, Medievalist, Latin general use."
-                },
-                {
-                    "name": "U+250-2AF",
-                    "description": "International Phonetic Alphabet Extensions."
-                },
-                {
-                    "name": "U+370-3FF",
-                    "description": "Greek and Coptic."
-                },
-                {
-                    "name": "U+1F00-1FFF",
-                    "description": "Greek Extended. Accented characters for polytonic Greek."
-                },
-                {
-                    "name": "U+400-4FF",
-                    "description": "Cyrillic."
-                },
-                {
-                    "name": "U+500-52F",
-                    "description": "Cyrillic Supplement. Extra letters for Komi, Khanty, Chukchi, Mordvin, Kurdish, Aleut, Chuvash, Abkhaz, Azerbaijani, and Orok."
-                },
-                {
-                    "name": "U+00-52F, U+1E00-1FFF, U+2200–22FF",
-                    "description": "Latin, Greek, Cyrillic, some punctuation and symbols."
-                },
-                {
-                    "name": "U+530–58F",
-                    "description": "Armenian."
-                },
-                {
-                    "name": "U+590–5FF",
-                    "description": "Hebrew."
-                },
-                {
-                    "name": "U+600–6FF",
-                    "description": "Arabic."
-                },
-                {
-                    "name": "U+750–77F",
-                    "description": "Arabic Supplement. Additional letters for African languages, Khowar, Torwali, Burushaski, and early Persian."
-                },
-                {
-                    "name": "U+8A0–8FF",
-                    "description": "Arabic Extended-A. Additional letters for African languages, European and Central Asian languages, Rohingya, Tamazight, Arwi, and Koranic annotation signs."
-                },
-                {
-                    "name": "U+700–74F",
-                    "description": "Syriac."
-                },
-                {
-                    "name": "U+900–97F",
-                    "description": "Devanagari."
-                },
-                {
-                    "name": "U+980–9FF",
-                    "description": "Bengali."
-                },
-                {
-                    "name": "U+A00–A7F",
-                    "description": "Gurmukhi."
-                },
-                {
-                    "name": "U+A80–AFF",
-                    "description": "Gujarati."
-                },
-                {
-                    "name": "U+B00–B7F",
-                    "description": "Oriya."
-                },
-                {
-                    "name": "U+B80–BFF",
-                    "description": "Tamil."
-                },
-                {
-                    "name": "U+C00–C7F",
-                    "description": "Telugu."
-                },
-                {
-                    "name": "U+C80–CFF",
-                    "description": "Kannada."
-                },
-                {
-                    "name": "U+D00–D7F",
-                    "description": "Malayalam."
-                },
-                {
-                    "name": "U+D80–DFF",
-                    "description": "Sinhala."
-                },
-                {
-                    "name": "U+118A0–118FF",
-                    "description": "Warang Citi."
-                },
-                {
-                    "name": "U+E00–E7F",
-                    "description": "Thai."
-                },
-                {
-                    "name": "U+1A20–1AAF",
-                    "description": "Tai Tham."
-                },
-                {
-                    "name": "U+AA80–AADF",
-                    "description": "Tai Viet."
-                },
-                {
-                    "name": "U+E80–EFF",
-                    "description": "Lao."
-                },
-                {
-                    "name": "U+F00–FFF",
-                    "description": "Tibetan."
-                },
-                {
-                    "name": "U+1000–109F",
-                    "description": "Myanmar (Burmese)."
-                },
-                {
-                    "name": "U+10A0–10FF",
-                    "description": "Georgian."
-                },
-                {
-                    "name": "U+1200–137F",
-                    "description": "Ethiopic."
-                },
-                {
-                    "name": "U+1380–139F",
-                    "description": "Ethiopic Supplement. Extra Syllables for Sebatbeit, and Tonal marks"
-                },
-                {
-                    "name": "U+2D80–2DDF",
-                    "description": "Ethiopic Extended. Extra Syllables for Me'en, Blin, and Sebatbeit."
-                },
-                {
-                    "name": "U+AB00–AB2F",
-                    "description": "Ethiopic Extended-A. Extra characters for Gamo-Gofa-Dawro, Basketo, and Gumuz."
-                },
-                {
-                    "name": "U+1780–17FF",
-                    "description": "Khmer."
-                },
-                {
-                    "name": "U+1800–18AF",
-                    "description": "Mongolian."
-                },
-                {
-                    "name": "U+1B80–1BBF",
-                    "description": "Sundanese."
-                },
-                {
-                    "name": "U+1CC0–1CCF",
-                    "description": "Sundanese Supplement. Punctuation."
-                },
-                {
-                    "name": "U+4E00–9FD5",
-                    "description": "CJK (Chinese, Japanese, Korean) Unified Ideographs. Most common ideographs for modern Chinese and Japanese."
-                },
-                {
-                    "name": "U+3400–4DB5",
-                    "description": "CJK Unified Ideographs Extension A. Rare ideographs."
-                },
-                {
-                    "name": "U+2F00–2FDF",
-                    "description": "Kangxi Radicals."
-                },
-                {
-                    "name": "U+2E80–2EFF",
-                    "description": "CJK Radicals Supplement. Alternative forms of Kangxi Radicals."
-                },
-                {
-                    "name": "U+1100–11FF",
-                    "description": "Hangul Jamo."
-                },
-                {
-                    "name": "U+AC00–D7AF",
-                    "description": "Hangul Syllables."
-                },
-                {
-                    "name": "U+3040–309F",
-                    "description": "Hiragana."
-                },
-                {
-                    "name": "U+30A0–30FF",
-                    "description": "Katakana."
-                },
-                {
-                    "name": "U+A5, U+4E00-9FFF, U+30??, U+FF00-FF9F",
-                    "description": "Japanese Kanji, Hiragana and Katakana characters plus Yen/Yuan symbol."
-                },
-                {
-                    "name": "U+A4D0–A4FF",
-                    "description": "Lisu."
-                },
-                {
-                    "name": "U+A000–A48F",
-                    "description": "Yi Syllables."
-                },
-                {
-                    "name": "U+A490–A4CF",
-                    "description": "Yi Radicals."
-                },
-                {
-                    "name": "U+2000-206F",
-                    "description": "General Punctuation."
-                },
-                {
-                    "name": "U+3000–303F",
-                    "description": "CJK Symbols and Punctuation."
-                },
-                {
-                    "name": "U+2070–209F",
-                    "description": "Superscripts and Subscripts."
-                },
-                {
-                    "name": "U+20A0–20CF",
-                    "description": "Currency Symbols."
-                },
-                {
-                    "name": "U+2100–214F",
-                    "description": "Letterlike Symbols."
-                },
-                {
-                    "name": "U+2150–218F",
-                    "description": "Number Forms."
-                },
-                {
-                    "name": "U+2190–21FF",
-                    "description": "Arrows."
-                },
-                {
-                    "name": "U+2200–22FF",
-                    "description": "Mathematical Operators."
-                },
-                {
-                    "name": "U+2300–23FF",
-                    "description": "Miscellaneous Technical."
-                },
-                {
-                    "name": "U+E000-F8FF",
-                    "description": "Private Use Area."
-                },
-                {
-                    "name": "U+FB00–FB4F",
-                    "description": "Alphabetic Presentation Forms. Ligatures for latin, Armenian, and Hebrew."
-                },
-                {
-                    "name": "U+FB50–FDFF",
-                    "description": "Arabic Presentation Forms-A. Contextual forms / ligatures for Persian, Urdu, Sindhi, Central Asian languages, etc, Arabic pedagogical symbols, word ligatures."
-                },
-                {
-                    "name": "U+1F600–1F64F",
-                    "description": "Emoji: Emoticons."
-                },
-                {
-                    "name": "U+2600–26FF",
-                    "description": "Emoji: Miscellaneous Symbols."
-                },
-                {
-                    "name": "U+1F300–1F5FF",
-                    "description": "Emoji: Miscellaneous Symbols and Pictographs."
-                },
-                {
-                    "name": "U+1F900–1F9FF",
-                    "description": "Emoji: Supplemental Symbols and Pictographs."
-                },
-                {
-                    "name": "U+1F680–1F6FF",
-                    "description": "Emoji: Transport and Map Symbols."
-                }
-            ],
-            "syntax": "<unicode-range>#",
-            "description": "@font-face descriptor. Defines the set of Unicode codepoints that may be supported by the font face for which it is declared.",
-            "restrictions": [
-                "unicode-range"
-            ]
-        },
-        {
-            "name": "stroke-dasharray",
-            "values": [
-                {
-                    "name": "none",
-                    "description": "Indicates that no dashing is used."
-                }
-            ],
-            "description": "Controls the pattern of dashes and gaps used to stroke paths.",
-            "restrictions": [
-                "length",
-                "percentage",
-                "number",
-                "enum"
-            ]
-        },
-        {
-            "name": "animation-iteration-count",
-            "values": [
-                {
-                    "name": "infinite",
-                    "description": "Causes the animation to repeat forever."
-                }
-            ],
-            "syntax": "<single-animation-iteration-count>#",
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/animation-iteration-count"
-                }
-            ],
-            "description": "Defines the number of times an animation cycle is played. The default value is one, meaning the animation will play from beginning to end once.",
-            "restrictions": [
-                "number",
-                "enum"
-            ]
-        },
-        {
-            "name": "image-rendering",
-            "browsers": [
-                "FF3.6",
-                "S6",
-                "C13",
-                "O15"
-            ],
-            "values": [
-                {
-                    "name": "auto",
-                    "description": "The image should be scaled with an algorithm that maximizes the appearance of the image."
-                },
-                {
-                    "name": "crisp-edges",
-                    "description": "The image must be scaled with an algorithm that preserves contrast and edges in the image, and which does not smooth colors or introduce blur to the image in the process."
-                },
-                {
-                    "name": "-moz-crisp-edges",
-                    "browsers": [
-                        "FF3.6",
-                        "S6",
-                        "C13",
-                        "O15"
-                    ]
-                },
-                {
-                    "name": "optimizeQuality",
-                    "description": "Deprecated."
-                },
-                {
-                    "name": "optimizeSpeed",
-                    "description": "Deprecated."
-                },
-                {
-                    "name": "pixelated",
-                    "description": "When scaling the image up, the 'nearest neighbor' or similar algorithm must be used, so that the image appears to be simply composed of very large pixels."
-                }
-            ],
-            "syntax": "auto | crisp-edges | pixelated",
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/image-rendering"
-                }
-            ],
-            "description": "Provides a hint to the user-agent about what aspects of an image are most important to preserve when the image is scaled, to aid the user-agent in the choice of an appropriate scaling algorithm.",
-            "restrictions": [
-                "enum"
-            ]
-        },
-        {
-            "name": "border-left-width",
-            "syntax": "<line-width>",
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/border-left-width"
-                }
-            ],
-            "description": "Sets the thickness of the left border.",
-            "restrictions": [
-                "length",
-                "line-width"
-            ]
-        },
-        {
-            "name": "align-content",
-            "values": [
-                {
-                    "name": "center",
-                    "description": "Lines are packed toward the center of the flex container."
-                },
-                {
-                    "name": "flex-end",
-                    "description": "Lines are packed toward the end of the flex container."
-                },
-                {
-                    "name": "flex-start",
-                    "description": "Lines are packed toward the start of the flex container."
-                },
-                {
-                    "name": "space-around",
-                    "description": "Lines are evenly distributed in the flex container, with half-size spaces on either end."
-                },
-                {
-                    "name": "space-between",
-                    "description": "Lines are evenly distributed in the flex container."
-                },
-                {
-                    "name": "stretch",
-                    "description": "Lines stretch to take up the remaining space."
-                }
-            ],
-            "syntax": "normal | <baseline-position> | <content-distribution> | <overflow-position>? <content-position>",
-            "description": "Aligns a flex container’s lines within the flex container when there is extra space in the cross-axis, similar to how 'justify-content' aligns individual items within the main-axis.",
-            "restrictions": [
-                "enum"
-            ]
-        },
-        {
-            "name": "border-bottom-style",
-            "syntax": "<line-style>",
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/border-bottom-style"
-                }
-            ],
-            "description": "Sets the style of the bottom border.",
-            "restrictions": [
-                "line-style"
-            ]
-        },
-        {
-            "name": "perspective",
-            "values": [
-                {
-                    "name": "none",
-                    "description": "No perspective transform is applied."
-                }
-            ],
-            "syntax": "none | <length>",
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/perspective"
-                }
-            ],
-            "description": "Applies the same transform as the perspective(<number>) transform function, except that it applies only to the positioned or transformed children of the element, not to the transform on the element itself.",
-            "restrictions": [
-                "length",
-                "enum"
-            ]
-        },
-        {
-            "name": "border-top-style",
-            "syntax": "<line-style>",
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/border-top-style"
-                }
-            ],
-            "description": "Sets the style of the top border.",
-            "restrictions": [
-                "line-style"
-            ]
-        },
-        {
-            "name": "text-size-adjust",
-            "status": "experimental",
-            "syntax": "none | auto | <percentage>",
-            "browsers": [
-                "E12",
-                "C54",
-                "O41"
-            ],
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/text-size-adjust"
-                }
-            ],
-            "description": "The text-size-adjust CSS property controls the text inflation algorithm used on some smartphones and tablets. Other browsers will ignore this property."
-        },
-        {
-            "name": "transform-style",
-            "browsers": [
-                "E12",
-                "FF16",
-                "S9",
-                "C36",
-                "O15"
-            ],
-            "values": [
-                {
-                    "name": "flat",
-                    "description": "All children of this element are rendered flattened into the 2D plane of the element."
-                },
-                {
-                    "name": "preserve-3d",
-                    "browsers": [
-                        "E12",
-                        "FF16",
-                        "S9",
-                        "C36",
-                        "O15"
-                    ],
-                    "description": "Flattening is not performed, so children maintain their position in 3D space."
-                }
-            ],
-            "syntax": "flat | preserve-3d",
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/transform-style"
-                }
-            ],
-            "description": "Defines how nested elements are rendered in 3D space.",
-            "restrictions": [
-                "enum"
-            ]
-        },
-        {
-            "name": "grid-template-columns",
-            "browsers": [
-                "E16",
-                "FF52",
-                "S10.1",
-                "C57",
-                "O44"
-            ],
-            "values": [
-                {
-                    "name": "none",
-                    "description": "There is no explicit grid; any rows/columns will be implicitly generated."
-                },
-                {
-                    "name": "min-content",
-                    "description": "Represents the largest min-content contribution of the grid items occupying the grid track."
-                },
-                {
-                    "name": "max-content",
-                    "description": "Represents the largest max-content contribution of the grid items occupying the grid track."
-                },
-                {
-                    "name": "auto",
-                    "description": "As a maximum, identical to 'max-content'. As a minimum, represents the largest minimum size (as specified by min-width/min-height) of the grid items occupying the grid track."
-                },
-                {
-                    "name": "subgrid",
-                    "description": "Indicates that the grid will align to its parent grid in that axis."
-                },
-                {
-                    "name": "minmax()",
-                    "description": "Defines a size range greater than or equal to min and less than or equal to max."
-                },
-                {
-                    "name": "repeat()",
-                    "description": "Represents a repeated fragment of the track list, allowing a large number of columns or rows that exhibit a recurring pattern to be written in a more compact form."
-                }
-            ],
-            "syntax": "none | <track-list> | <auto-track-list> | subgrid <line-name-list>?",
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/grid-template-columns"
-                }
-            ],
-            "description": "specifies, as a space-separated track list, the line names and track sizing functions of the grid.",
-            "restrictions": [
-                "identifier",
-                "length",
-                "percentage",
-                "enum"
-            ]
-        },
-        {
-            "name": "list-style-position",
-            "values": [
-                {
-                    "name": "inside",
-                    "description": "The marker box is outside the principal block box, as described in the section on the ::marker pseudo-element below."
-                },
-                {
-                    "name": "outside",
-                    "description": "The ::marker pseudo-element is an inline element placed immediately before all ::before pseudo-elements in the principal block box, after which the element's content flows."
-                }
-            ],
-            "syntax": "inside | outside",
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/list-style-position"
-                }
-            ],
-            "description": "Specifies the position of the '::marker' pseudo-element's box in the list item.",
-            "restrictions": [
-                "enum"
-            ]
-        },
-        {
-            "name": "animation-direction",
-            "values": [
-                {
-                    "name": "alternate",
-                    "description": "The animation cycle iterations that are odd counts are played in the normal direction, and the animation cycle iterations that are even counts are played in a reverse direction."
-                },
-                {
-                    "name": "alternate-reverse",
-                    "description": "The animation cycle iterations that are odd counts are played in the reverse direction, and the animation cycle iterations that are even counts are played in a normal direction."
-                },
-                {
-                    "name": "normal",
-                    "description": "Normal playback."
-                },
-                {
-                    "name": "reverse",
-                    "description": "All iterations of the animation are played in the reverse direction from the way they were specified."
-                }
-            ],
-            "syntax": "<single-animation-direction>#",
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/animation-direction"
-                }
-            ],
-            "description": "Defines whether or not the animation should play in reverse on alternate cycles.",
-            "restrictions": [
-                "enum"
-            ]
-        },
-        {
-            "name": "animation-play-state",
-            "values": [
-                {
-                    "name": "paused",
-                    "description": "A running animation will be paused."
-                },
-                {
-                    "name": "running",
-                    "description": "Resume playback of a paused animation."
-                }
-            ],
-            "syntax": "<single-animation-play-state>#",
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/animation-play-state"
-                }
-            ],
-            "description": "Defines whether the animation is running or paused.",
-            "restrictions": [
-                "enum"
-            ]
-        },
-        {
-            "name": "hyphens",
-            "values": [
-                {
-                    "name": "auto",
-                    "description": "Conditional hyphenation characters inside a word, if present, take priority over automatic resources when determining hyphenation points within the word."
-                },
-                {
-                    "name": "manual",
-                    "description": "Words are only broken at line breaks where there are characters inside the word that suggest line break opportunities"
-                },
-                {
-                    "name": "none",
-                    "description": "Words are not broken at line breaks, even if characters inside the word suggest line break points."
-                }
-            ],
-            "syntax": "none | manual | auto",
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/hyphens"
-                }
-            ],
-            "description": "Controls whether hyphenation is allowed to create more break opportunities within a line of text.",
-            "restrictions": [
-                "enum"
-            ]
-        },
-        {
-            "name": "quotes",
-            "values": [
-                {
-                    "name": "none",
-                    "description": "The 'open-quote' and 'close-quote' values of the 'content' property produce no quotations marks, as if they were 'no-open-quote' and 'no-close-quote' respectively."
-                }
-            ],
-            "syntax": "none | auto | [ <string> <string> ]+",
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/quotes"
-                }
-            ],
-            "description": "Specifies quotation marks for any number of embedded quotations.",
-            "restrictions": [
-                "string"
-            ]
-        },
-        {
-            "name": "background-origin",
-            "syntax": "<box>#",
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/background-origin"
-                }
-            ],
-            "description": "For elements rendered as a single box, specifies the background positioning area. For elements rendered as multiple boxes (e.g., inline boxes on several lines, boxes on several pages) specifies which boxes 'box-decoration-break' operates on to determine the background positioning area(s).",
-            "restrictions": [
-                "box"
-            ]
-        },
-        {
-            "name": "background-attachment",
-            "values": [
-                {
-                    "name": "fixed",
-                    "description": "The background is fixed with regard to the viewport. In paged media where there is no viewport, a 'fixed' background is fixed with respect to the page box and therefore replicated on every page."
-                },
-                {
-                    "name": "local",
-                    "description": "The background is fixed with regard to the element’s contents: if the element has a scrolling mechanism, the background scrolls with the element’s contents."
-                },
-                {
-                    "name": "scroll",
-                    "description": "The background is fixed with regard to the element itself and does not scroll with its contents. (It is effectively attached to the element’s border.)"
-                }
-            ],
-            "syntax": "<attachment>#",
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/background-attachment"
-                }
-            ],
-            "description": "Specifies whether the background images are fixed with regard to the viewport ('fixed') or scroll along with the element ('scroll') or its contents ('local').",
-            "restrictions": [
-                "enum"
-            ]
-        },
-        {
-            "name": "background-position-x",
-            "values": [
-                {
-                    "name": "center",
-                    "description": "Equivalent to '50%' ('left 50%') for the horizontal position if the horizontal position is not otherwise specified, or '50%' ('top 50%') for the vertical position if it is."
-                },
-                {
-                    "name": "left",
-                    "description": "Equivalent to '0%' for the horizontal position if one or two values are given, otherwise specifies the left edge as the origin for the next offset."
-                },
-                {
-                    "name": "right",
-                    "description": "Equivalent to '100%' for the horizontal position if one or two values are given, otherwise specifies the right edge as the origin for the next offset."
-                }
-            ],
-            "status": "experimental",
-            "syntax": "[ center | [ left | right | x-start | x-end ]? <length-percentage>? ]#",
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/background-position-x"
-                }
-            ],
-            "description": "If background images have been specified, this property specifies their initial position (after any resizing) within their corresponding background positioning area.",
-            "restrictions": [
-                "length",
-                "percentage"
-            ]
-        },
-        {
-            "name": "background-position-y",
-            "values": [
-                {
-                    "name": "bottom",
-                    "description": "Equivalent to '100%' for the vertical position if one or two values are given, otherwise specifies the bottom edge as the origin for the next offset."
-                },
-                {
-                    "name": "center",
-                    "description": "Equivalent to '50%' ('left 50%') for the horizontal position if the horizontal position is not otherwise specified, or '50%' ('top 50%') for the vertical position if it is."
-                },
-                {
-                    "name": "top",
-                    "description": "Equivalent to '0%' for the vertical position if one or two values are given, otherwise specifies the top edge as the origin for the next offset."
-                }
-            ],
-            "status": "experimental",
-            "syntax": "[ center | [ top | bottom | y-start | y-end ]? <length-percentage>? ]#",
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/background-position-y"
-                }
-            ],
-            "description": "If background images have been specified, this property specifies their initial position (after any resizing) within their corresponding background positioning area.",
-            "restrictions": [
-                "length",
-                "percentage"
-            ]
-        },
-        {
-            "name": "font-feature-settings",
-            "values": [
-                {
-                    "name": "\"aalt\"",
-                    "description": "Access All Alternates."
-                },
-                {
-                    "name": "\"abvf\"",
-                    "description": "Above-base Forms. Required in Khmer script."
-                },
-                {
-                    "name": "\"abvm\"",
-                    "description": "Above-base Mark Positioning. Required in Indic scripts."
-                },
-                {
-                    "name": "\"abvs\"",
-                    "description": "Above-base Substitutions. Required in Indic scripts."
-                },
-                {
-                    "name": "\"afrc\"",
-                    "description": "Alternative Fractions."
-                },
-                {
-                    "name": "\"akhn\"",
-                    "description": "Akhand. Required in most Indic scripts."
-                },
-                {
-                    "name": "\"blwf\"",
-                    "description": "Below-base Form. Required in a number of Indic scripts."
-                },
-                {
-                    "name": "\"blwm\"",
-                    "description": "Below-base Mark Positioning. Required in Indic scripts."
-                },
-                {
-                    "name": "\"blws\"",
-                    "description": "Below-base Substitutions. Required in Indic scripts."
-                },
-                {
-                    "name": "\"calt\"",
-                    "description": "Contextual Alternates."
-                },
-                {
-                    "name": "\"case\"",
-                    "description": "Case-Sensitive Forms. Applies only to European scripts; particularly prominent in Spanish-language setting."
-                },
-                {
-                    "name": "\"ccmp\"",
-                    "description": "Glyph Composition/Decomposition."
-                },
-                {
-                    "name": "\"cfar\"",
-                    "description": "Conjunct Form After Ro. Required in Khmer scripts."
-                },
-                {
-                    "name": "\"cjct\"",
-                    "description": "Conjunct Forms. Required in Indic scripts that show similarity to Devanagari."
-                },
-                {
-                    "name": "\"clig\"",
-                    "description": "Contextual Ligatures."
-                },
-                {
-                    "name": "\"cpct\"",
-                    "description": "Centered CJK Punctuation. Used primarily in Chinese fonts."
-                },
-                {
-                    "name": "\"cpsp\"",
-                    "description": "Capital Spacing. Should not be used in connecting scripts (e.g. most Arabic)."
-                },
-                {
-                    "name": "\"cswh\"",
-                    "description": "Contextual Swash."
-                },
-                {
-                    "name": "\"curs\"",
-                    "description": "Cursive Positioning. Can be used in any cursive script."
-                },
-                {
-                    "name": "\"c2pc\"",
-                    "description": "Petite Capitals From Capitals. Applies only to bicameral scripts."
-                },
-                {
-                    "name": "\"c2sc\"",
-                    "description": "Small Capitals From Capitals. Applies only to bicameral scripts."
-                },
-                {
-                    "name": "\"dist\"",
-                    "description": "Distances. Required in Indic scripts."
-                },
-                {
-                    "name": "\"dlig\"",
-                    "description": "Discretionary ligatures."
-                },
-                {
-                    "name": "\"dnom\"",
-                    "description": "Denominators."
-                },
-                {
-                    "name": "\"dtls\"",
-                    "description": "Dotless Forms. Applied to math formula layout."
-                },
-                {
-                    "name": "\"expt\"",
-                    "description": "Expert Forms. Applies only to Japanese."
-                },
-                {
-                    "name": "\"falt\"",
-                    "description": "Final Glyph on Line Alternates. Can be used in any cursive script."
-                },
-                {
-                    "name": "\"fin2\"",
-                    "description": "Terminal Form #2. Used only with the Syriac script."
-                },
-                {
-                    "name": "\"fin3\"",
-                    "description": "Terminal Form #3. Used only with the Syriac script."
-                },
-                {
-                    "name": "\"fina\"",
-                    "description": "Terminal Forms. Can be used in any alphabetic script."
-                },
-                {
-                    "name": "\"flac\"",
-                    "description": "Flattened ascent forms. Applied to math formula layout."
-                },
-                {
-                    "name": "\"frac\"",
-                    "description": "Fractions."
-                },
-                {
-                    "name": "\"fwid\"",
-                    "description": "Full Widths. Applies to any script which can use monospaced forms."
-                },
-                {
-                    "name": "\"half\"",
-                    "description": "Half Forms. Required in Indic scripts that show similarity to Devanagari."
-                },
-                {
-                    "name": "\"haln\"",
-                    "description": "Halant Forms. Required in Indic scripts."
-                },
-                {
-                    "name": "\"halt\"",
-                    "description": "Alternate Half Widths. Used only in CJKV fonts."
-                },
-                {
-                    "name": "\"hist\"",
-                    "description": "Historical Forms."
-                },
-                {
-                    "name": "\"hkna\"",
-                    "description": "Horizontal Kana Alternates. Applies only to fonts that support kana (hiragana and katakana)."
-                },
-                {
-                    "name": "\"hlig\"",
-                    "description": "Historical Ligatures."
-                },
-                {
-                    "name": "\"hngl\"",
-                    "description": "Hangul. Korean only."
-                },
-                {
-                    "name": "\"hojo\"",
-                    "description": "Hojo Kanji Forms (JIS X 0212-1990 Kanji Forms). Used only with Kanji script."
-                },
-                {
-                    "name": "\"hwid\"",
-                    "description": "Half Widths. Generally used only in CJKV fonts."
-                },
-                {
-                    "name": "\"init\"",
-                    "description": "Initial Forms. Can be used in any alphabetic script."
-                },
-                {
-                    "name": "\"isol\"",
-                    "description": "Isolated Forms. Can be used in any cursive script."
-                },
-                {
-                    "name": "\"ital\"",
-                    "description": "Italics. Applies mostly to Latin; note that many non-Latin fonts contain Latin as well."
-                },
-                {
-                    "name": "\"jalt\"",
-                    "description": "Justification Alternates. Can be used in any cursive script."
-                },
-                {
-                    "name": "\"jp78\"",
-                    "description": "JIS78 Forms. Applies only to Japanese."
-                },
-                {
-                    "name": "\"jp83\"",
-                    "description": "JIS83 Forms. Applies only to Japanese."
-                },
-                {
-                    "name": "\"jp90\"",
-                    "description": "JIS90 Forms. Applies only to Japanese."
-                },
-                {
-                    "name": "\"jp04\"",
-                    "description": "JIS2004 Forms. Applies only to Japanese."
-                },
-                {
-                    "name": "\"kern\"",
-                    "description": "Kerning."
-                },
-                {
-                    "name": "\"lfbd\"",
-                    "description": "Left Bounds."
-                },
-                {
-                    "name": "\"liga\"",
-                    "description": "Standard Ligatures."
-                },
-                {
-                    "name": "\"ljmo\"",
-                    "description": "Leading Jamo Forms. Required for Hangul script when Ancient Hangul writing system is supported."
-                },
-                {
-                    "name": "\"lnum\"",
-                    "description": "Lining Figures."
-                },
-                {
-                    "name": "\"locl\"",
-                    "description": "Localized Forms."
-                },
-                {
-                    "name": "\"ltra\"",
-                    "description": "Left-to-right glyph alternates."
-                },
-                {
-                    "name": "\"ltrm\"",
-                    "description": "Left-to-right mirrored forms."
-                },
-                {
-                    "name": "\"mark\"",
-                    "description": "Mark Positioning."
-                },
-                {
-                    "name": "\"med2\"",
-                    "description": "Medial Form #2. Used only with the Syriac script."
-                },
-                {
-                    "name": "\"medi\"",
-                    "description": "Medial Forms."
-                },
-                {
-                    "name": "\"mgrk\"",
-                    "description": "Mathematical Greek."
-                },
-                {
-                    "name": "\"mkmk\"",
-                    "description": "Mark to Mark Positioning."
-                },
-                {
-                    "name": "\"nalt\"",
-                    "description": "Alternate Annotation Forms."
-                },
-                {
-                    "name": "\"nlck\"",
-                    "description": "NLC Kanji Forms. Used only with Kanji script."
-                },
-                {
-                    "name": "\"nukt\"",
-                    "description": "Nukta Forms. Required in Indic scripts.."
-                },
-                {
-                    "name": "\"numr\"",
-                    "description": "Numerators."
-                },
-                {
-                    "name": "\"onum\"",
-                    "description": "Oldstyle Figures."
-                },
-                {
-                    "name": "\"opbd\"",
-                    "description": "Optical Bounds."
-                },
-                {
-                    "name": "\"ordn\"",
-                    "description": "Ordinals. Applies mostly to Latin script."
-                },
-                {
-                    "name": "\"ornm\"",
-                    "description": "Ornaments."
-                },
-                {
-                    "name": "\"palt\"",
-                    "description": "Proportional Alternate Widths. Used mostly in CJKV fonts."
-                },
-                {
-                    "name": "\"pcap\"",
-                    "description": "Petite Capitals."
-                },
-                {
-                    "name": "\"pkna\"",
-                    "description": "Proportional Kana. Generally used only in Japanese fonts."
-                },
-                {
-                    "name": "\"pnum\"",
-                    "description": "Proportional Figures."
-                },
-                {
-                    "name": "\"pref\"",
-                    "description": "Pre-base Forms. Required in Khmer and Myanmar (Burmese) scripts and southern Indic scripts that may display a pre-base form of Ra."
-                },
-                {
-                    "name": "\"pres\"",
-                    "description": "Pre-base Substitutions. Required in Indic scripts."
-                },
-                {
-                    "name": "\"pstf\"",
-                    "description": "Post-base Forms. Required in scripts of south and southeast Asia that have post-base forms for consonants eg: Gurmukhi, Malayalam, Khmer."
-                },
-                {
-                    "name": "\"psts\"",
-                    "description": "Post-base Substitutions."
-                },
-                {
-                    "name": "\"pwid\"",
-                    "description": "Proportional Widths."
-                },
-                {
-                    "name": "\"qwid\"",
-                    "description": "Quarter Widths. Generally used only in CJKV fonts."
-                },
-                {
-                    "name": "\"rand\"",
-                    "description": "Randomize."
-                },
-                {
-                    "name": "\"rclt\"",
-                    "description": "Required Contextual Alternates. May apply to any script, but is especially important for many styles of Arabic."
-                },
-                {
-                    "name": "\"rlig\"",
-                    "description": "Required Ligatures. Applies to Arabic and Syriac. May apply to some other scripts."
-                },
-                {
-                    "name": "\"rkrf\"",
-                    "description": "Rakar Forms. Required in Devanagari and Gujarati scripts."
-                },
-                {
-                    "name": "\"rphf\"",
-                    "description": "Reph Form. Required in Indic scripts. E.g. Devanagari, Kannada."
-                },
-                {
-                    "name": "\"rtbd\"",
-                    "description": "Right Bounds."
-                },
-                {
-                    "name": "\"rtla\"",
-                    "description": "Right-to-left alternates."
-                },
-                {
-                    "name": "\"rtlm\"",
-                    "description": "Right-to-left mirrored forms."
-                },
-                {
-                    "name": "\"ruby\"",
-                    "description": "Ruby Notation Forms. Applies only to Japanese."
-                },
-                {
-                    "name": "\"salt\"",
-                    "description": "Stylistic Alternates."
-                },
-                {
-                    "name": "\"sinf\"",
-                    "description": "Scientific Inferiors."
-                },
-                {
-                    "name": "\"size\"",
-                    "description": "Optical size."
-                },
-                {
-                    "name": "\"smcp\"",
-                    "description": "Small Capitals. Applies only to bicameral scripts."
-                },
-                {
-                    "name": "\"smpl\"",
-                    "description": "Simplified Forms. Applies only to Chinese and Japanese."
-                },
-                {
-                    "name": "\"ssty\"",
-                    "description": "Math script style alternates."
-                },
-                {
-                    "name": "\"stch\"",
-                    "description": "Stretching Glyph Decomposition."
-                },
-                {
-                    "name": "\"subs\"",
-                    "description": "Subscript."
-                },
-                {
-                    "name": "\"sups\"",
-                    "description": "Superscript."
-                },
-                {
-                    "name": "\"swsh\"",
-                    "description": "Swash. Does not apply to ideographic scripts."
-                },
-                {
-                    "name": "\"titl\"",
-                    "description": "Titling."
-                },
-                {
-                    "name": "\"tjmo\"",
-                    "description": "Trailing Jamo Forms. Required for Hangul script when Ancient Hangul writing system is supported."
-                },
-                {
-                    "name": "\"tnam\"",
-                    "description": "Traditional Name Forms. Applies only to Japanese."
-                },
-                {
-                    "name": "\"tnum\"",
-                    "description": "Tabular Figures."
-                },
-                {
-                    "name": "\"trad\"",
-                    "description": "Traditional Forms. Applies only to Chinese and Japanese."
-                },
-                {
-                    "name": "\"twid\"",
-                    "description": "Third Widths. Generally used only in CJKV fonts."
-                },
-                {
-                    "name": "\"unic\"",
-                    "description": "Unicase."
-                },
-                {
-                    "name": "\"valt\"",
-                    "description": "Alternate Vertical Metrics. Applies only to scripts with vertical writing modes."
-                },
-                {
-                    "name": "\"vatu\"",
-                    "description": "Vattu Variants. Used for Indic scripts. E.g. Devanagari."
-                },
-                {
-                    "name": "\"vert\"",
-                    "description": "Vertical Alternates. Applies only to scripts with vertical writing modes."
-                },
-                {
-                    "name": "\"vhal\"",
-                    "description": "Alternate Vertical Half Metrics. Used only in CJKV fonts."
-                },
-                {
-                    "name": "\"vjmo\"",
-                    "description": "Vowel Jamo Forms. Required for Hangul script when Ancient Hangul writing system is supported."
-                },
-                {
-                    "name": "\"vkna\"",
-                    "description": "Vertical Kana Alternates. Applies only to fonts that support kana (hiragana and katakana)."
-                },
-                {
-                    "name": "\"vkrn\"",
-                    "description": "Vertical Kerning."
-                },
-                {
-                    "name": "\"vpal\"",
-                    "description": "Proportional Alternate Vertical Metrics. Used mostly in CJKV fonts."
-                },
-                {
-                    "name": "\"vrt2\"",
-                    "description": "Vertical Alternates and Rotation. Applies only to scripts with vertical writing modes."
-                },
-                {
-                    "name": "\"zero\"",
-                    "description": "Slashed Zero."
-                },
-                {
-                    "name": "normal",
-                    "description": "No change in glyph substitution or positioning occurs."
-                },
-                {
-                    "name": "off",
-                    "description": "Disable feature."
-                },
-                {
-                    "name": "on",
-                    "description": "Enable feature."
-                }
-            ],
-            "syntax": "normal | <feature-tag-value>#",
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/font-feature-settings"
-                }
-            ],
-            "description": "Provides low-level control over OpenType font features. It is intended as a way of providing access to font features that are not widely used but are needed for a particular use case.",
-            "restrictions": [
-                "string",
-                "integer"
-            ]
-        },
-        {
-            "name": "border-left-style",
-            "syntax": "<line-style>",
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/border-left-style"
-                }
-            ],
-            "description": "Sets the style of the left border.",
-            "restrictions": [
-                "line-style"
-            ]
-        },
-        {
-            "name": "font-stretch",
-            "values": [
-                {
-                    "name": "condensed"
-                },
-                {
-                    "name": "expanded"
-                },
-                {
-                    "name": "extra-condensed"
-                },
-                {
-                    "name": "extra-expanded"
-                },
-                {
-                    "name": "narrower",
-                    "description": "Indicates a narrower value relative to the width of the parent element."
-                },
-                {
-                    "name": "normal"
-                },
-                {
-                    "name": "semi-condensed"
-                },
-                {
-                    "name": "semi-expanded"
-                },
-                {
-                    "name": "ultra-condensed"
-                },
-                {
-                    "name": "ultra-expanded"
-                },
-                {
-                    "name": "wider",
-                    "description": "Indicates a wider value relative to the width of the parent element."
-                }
-            ],
-            "syntax": "<font-stretch-absolute>{1,2}",
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/font-stretch"
-                }
-            ],
-            "description": "Selects a normal, condensed, or expanded face from a font family.",
-            "restrictions": [
-                "enum"
-            ]
-        },
-        {
-            "name": "outline-color",
-            "values": [
-                {
-                    "name": "invert",
-                    "description": "Performs a color inversion on the pixels on the screen."
-                }
-            ],
-            "syntax": "<color> | invert",
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/outline-color"
-                }
-            ],
-            "description": "The color of the outline.",
-            "restrictions": [
-                "enum",
-                "color"
-            ]
-        },
-        {
-            "name": "border-right-style",
-            "syntax": "<line-style>",
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/border-right-style"
-                }
-            ],
-            "description": "Sets the style of the right border.",
-            "restrictions": [
-                "line-style"
-            ]
-        },
-        {
-            "name": "clip-path",
-            "values": [
-                {
-                    "name": "none",
-                    "description": "No clipping path gets created."
-                },
-                {
-                    "name": "url()",
-                    "description": "References a <clipPath> element to create a clipping path."
-                }
-            ],
-            "syntax": "<clip-source> | [ <basic-shape> || <geometry-box> ] | none",
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/clip-path"
-                }
-            ],
-            "description": "Specifies a clipping path where everything inside the path is visible and everything outside is clipped out.",
-            "restrictions": [
-                "url",
-                "shape",
-                "geometry-box",
-                "enum"
-            ]
-        },
-        {
-            "name": "list-style-image",
-            "values": [
-                {
-                    "name": "none",
-                    "description": "The default contents of the of the list item’s marker are given by 'list-style-type' instead."
-                }
-            ],
-            "syntax": "<url> | none",
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/list-style-image"
-                }
-            ],
-            "description": "Sets the image that will be used as the list item marker. When the image is available, it will replace the marker set with the 'list-style-type' marker.",
-            "restrictions": [
-                "image"
-            ]
-        },
-        {
-            "name": "counter-increment",
-            "values": [
-                {
-                    "name": "none",
-                    "description": "This element does not alter the value of any counters."
-                }
-            ],
-            "syntax": "[ <custom-ident> <integer>? ]+ | none",
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/counter-increment"
-                }
-            ],
-            "description": "Manipulate the value of existing counters.",
-            "restrictions": [
-                "identifier",
-                "integer"
-            ]
-        },
-        {
-            "name": "counter-reset",
-            "values": [
-                {
-                    "name": "none",
-                    "description": "The counter is not modified."
-                }
-            ],
-            "syntax": "[ <custom-ident> <integer>? ]+ | none",
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/counter-reset"
-                }
-            ],
-            "description": "Property accepts one or more names of counters (identifiers), each one optionally followed by an integer. The integer gives the value that the counter is set to on each occurrence of the element.",
-            "restrictions": [
-                "identifier",
-                "integer"
-            ]
-        },
-        {
-            "name": "font-display",
-            "status": "experimental",
-            "syntax": "[ auto | block | swap | fallback | optional ]",
-            "description": "The font-display descriptor determines how a font face is displayed based on whether and when it is downloaded and ready to use."
-        },
-        {
-            "name": "border-image",
-            "values": [
-                {
-                    "name": "auto",
-                    "description": "If 'auto' is specified then the border image width is the intrinsic width or height (whichever is applicable) of the corresponding image slice. If the image does not have the required intrinsic dimension then the corresponding border-width is used instead."
-                },
-                {
-                    "name": "fill",
-                    "description": "Causes the middle part of the border-image to be preserved."
-                },
-                {
-                    "name": "none",
-                    "description": "Use the border styles."
-                },
-                {
-                    "name": "repeat",
-                    "description": "The image is tiled (repeated) to fill the area."
-                },
-                {
-                    "name": "round",
-                    "description": "The image is tiled (repeated) to fill the area. If it does not fill the area with a whole number of tiles, the image is rescaled so that it does."
-                },
-                {
-                    "name": "space",
-                    "description": "The image is tiled (repeated) to fill the area. If it does not fill the area with a whole number of tiles, the extra space is distributed around the tiles."
-                },
-                {
-                    "name": "stretch",
-                    "description": "The image is stretched to fill the area."
-                },
-                {
-                    "name": "url()"
-                }
-            ],
-            "syntax": "<'border-image-source'> || <'border-image-slice'> [ / <'border-image-width'> | / <'border-image-width'>? / <'border-image-outset'> ]? || <'border-image-repeat'>",
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/border-image"
-                }
-            ],
-            "description": "Shorthand property for setting 'border-image-source', 'border-image-slice', 'border-image-width', 'border-image-outset' and 'border-image-repeat'. Omitted values are set to their initial values.",
-            "restrictions": [
-                "length",
-                "percentage",
-                "number",
-                "url",
-                "enum"
-            ]
-        },
-        {
-            "name": "column-count",
-            "values": [
-                {
-                    "name": "auto",
-                    "description": "Determines the number of columns by the 'column-width' property and the element width."
-                }
-            ],
-            "syntax": "<integer> | auto",
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/column-count"
-                }
-            ],
-            "description": "Describes the optimal number of columns into which the content of the element will be flowed.",
-            "restrictions": [
-                "integer",
-                "enum"
-            ]
-        },
-        {
-            "name": "column-gap",
-            "values": [
-                {
-                    "name": "normal",
-                    "description": "User agent specific and typically equivalent to 1em."
-                }
-            ],
-            "syntax": "normal | <length-percentage>",
-            "description": "Sets the gap between columns. If there is a column rule between columns, it will appear in the middle of the gap.",
-            "restrictions": [
-                "length",
-                "enum"
-            ]
-        },
-        {
-            "name": "text-decoration-color",
-            "browsers": [
-                "FF36",
-                "S12.1",
-                "C57",
-                "O44"
-            ],
-            "syntax": "<color>",
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/text-decoration-color"
-                }
-            ],
-            "description": "Specifies the color of text decoration (underlines overlines, and line-throughs) set on the element with text-decoration-line.",
-            "restrictions": [
-                "color"
-            ]
-        },
-        {
-            "name": "all",
-            "browsers": [
-                "FF27",
-                "S9.1",
-                "C37",
-                "O24"
-            ],
-            "values": [],
-            "syntax": "initial | inherit | unset | revert",
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/all"
-                }
-            ],
-            "description": "Shorthand that resets all properties except 'direction' and 'unicode-bidi'.",
-            "restrictions": [
-                "enum"
-            ]
-        },
-        {
-            "name": "object-position",
-            "browsers": [
-                "E16",
-                "FF36",
-                "S10",
-                "C31",
-                "O19"
-            ],
-            "syntax": "<position>",
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/object-position"
-                }
-            ],
-            "description": "Determines the alignment of the replaced element inside its box.",
-            "restrictions": [
-                "position",
-                "length",
-                "percentage"
-            ]
-        },
-        {
-            "name": "page-break-inside",
-            "values": [
-                {
-                    "name": "auto",
-                    "description": "Neither force nor forbid a page break inside the generated box."
-                },
-                {
-                    "name": "avoid",
-                    "description": "Avoid a page break inside the generated box."
-                }
-            ],
-            "syntax": "auto | avoid",
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/page-break-inside"
-                }
-            ],
-            "description": "Defines rules for page breaks inside an element.",
-            "restrictions": [
-                "enum"
-            ]
-        },
-        {
-            "name": "stroke-linecap",
-            "values": [
-                {
-                    "name": "butt",
-                    "description": "Indicates that the stroke for each subpath does not extend beyond its two endpoints."
-                },
-                {
-                    "name": "round",
-                    "description": "Indicates that at each end of each subpath, the shape representing the stroke will be extended by a half circle with a radius equal to the stroke width."
-                },
-                {
-                    "name": "square",
-                    "description": "Indicates that at the end of each subpath, the shape representing the stroke will be extended by a rectangle with the same width as the stroke width and whose length is half of the stroke width."
-                }
-            ],
-            "description": "Specifies the shape to be used at the end of open subpaths when they are stroked.",
-            "restrictions": [
-                "enum"
-            ]
-        },
-        {
-            "name": "size",
-            "browsers": [
-                "C",
-                "O8"
-            ],
-            "restrictions": [
-                "length"
-            ]
-        },
-        {
-            "name": "empty-cells",
-            "values": [
-                {
-                    "name": "hide",
-                    "description": "No borders or backgrounds are drawn around/behind empty cells."
-                },
-                {
-                    "name": "-moz-show-background"
-                },
-                {
-                    "name": "show",
-                    "description": "Borders and backgrounds are drawn around/behind empty cells (like normal cells)."
-                }
-            ],
-            "syntax": "show | hide",
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/empty-cells"
-                }
-            ],
-            "description": "In the separated borders model, this property controls the rendering of borders and backgrounds around cells that have no visible content.",
-            "restrictions": [
-                "enum"
-            ]
-        },
-        {
-            "name": "page-break-after",
-            "values": [
-                {
-                    "name": "always",
-                    "description": "Always force a page break after the generated box."
-                },
-                {
-                    "name": "auto",
-                    "description": "Neither force nor forbid a page break after generated box."
-                },
-                {
-                    "name": "avoid",
-                    "description": "Avoid a page break after the generated box."
-                },
-                {
-                    "name": "left",
-                    "description": "Force one or two page breaks after the generated box so that the next page is formatted as a left page."
-                },
-                {
-                    "name": "right",
-                    "description": "Force one or two page breaks after the generated box so that the next page is formatted as a right page."
-                }
-            ],
-            "syntax": "auto | always | avoid | left | right | recto | verso",
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/page-break-after"
-                }
-            ],
-            "description": "Defines rules for page breaks after an element.",
-            "restrictions": [
-                "enum"
-            ]
-        },
-        {
-            "name": "fill-opacity",
-            "description": "Specifies the opacity of the painting operation used to paint the interior the current object.",
-            "restrictions": [
-                "number(0-1)"
-            ]
-        },
-        {
-            "name": "grid-gap",
-            "browsers": [
-                "FF52",
-                "C57",
-                "S10.1",
-                "O44"
-            ],
-            "status": "obsolete",
-            "syntax": "<'grid-row-gap'> <'grid-column-gap'>?",
-            "description": "Shorthand that specifies the gutters between grid columns and grid rows in one declaration. Replaced by 'gap' property.",
-            "restrictions": [
-                "length"
-            ]
-        },
-        {
-            "name": "margin-block-end",
-            "browsers": [
-                "FF41",
-                "S12.1",
-                "C69",
-                "O56"
-            ],
-            "values": [
-                {
-                    "name": "auto"
-                }
-            ],
-            "syntax": "<'margin-left'>",
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/margin-block-end"
-                }
-            ],
-            "description": "Logical 'margin-bottom'. Mapping depends on the parent element’s 'writing-mode', 'direction', and 'text-orientation'.",
-            "restrictions": [
-                "length",
-                "percentage"
-            ]
-        },
-        {
-            "name": "contain",
-            "browsers": [
-                "FF69",
-                "C52",
-                "O40"
-            ],
-            "values": [
-                {
-                    "name": "none",
-                    "description": "Indicates that the property has no effect."
-                },
-                {
-                    "name": "strict",
-                    "description": "Turns on all forms of containment for the element."
-                },
-                {
-                    "name": "content",
-                    "description": "All containment rules except size are applied to the element."
-                },
-                {
-                    "name": "size",
-                    "description": "For properties that can have effects on more than just an element and its descendants, those effects don't escape the containing element."
-                },
-                {
-                    "name": "layout",
-                    "description": "Turns on layout containment for the element."
-                },
-                {
-                    "name": "style",
-                    "description": "Turns on style containment for the element."
-                },
-                {
-                    "name": "paint",
-                    "description": "Turns on paint containment for the element."
-                }
-            ],
-            "status": "experimental",
-            "syntax": "none | strict | content | [ size || layout || style || paint ]",
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/contain"
-                }
-            ],
-            "description": "Indicates that an element and its contents are, as much as possible, independent of the rest of the document tree.",
-            "restrictions": [
-                "enum"
-            ]
-        },
-        {
-            "name": "padding-inline-start",
-            "browsers": [
-                "FF41",
-                "S12.1",
-                "C69",
-                "O56"
-            ],
-            "syntax": "<'padding-left'>",
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/padding-inline-start"
-                }
-            ],
-            "description": "Logical 'padding-left'. Mapping depends on the parent element’s 'writing-mode', 'direction', and 'text-orientation'.",
-            "restrictions": [
-                "length",
-                "percentage"
-            ]
-        },
-        {
-            "name": "margin-inline-start",
-            "browsers": [
-                "FF41",
-                "S12.1",
-                "C69",
-                "O56"
-            ],
-            "values": [
-                {
-                    "name": "auto"
-                }
-            ],
-            "syntax": "<'margin-left'>",
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/margin-inline-start"
-                }
-            ],
-            "description": "Logical 'margin-left'. Mapping depends on the parent element’s 'writing-mode', 'direction', and 'text-orientation'.",
-            "restrictions": [
-                "length",
-                "percentage"
-            ]
-        },
-        {
-            "name": "margin-inline-end",
-            "browsers": [
-                "FF41",
-                "S12.1",
-                "C69",
-                "O56"
-            ],
-            "values": [
-                {
-                    "name": "auto"
-                }
-            ],
-            "syntax": "<'margin-left'>",
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/margin-inline-end"
-                }
-            ],
-            "description": "Logical 'margin-right'. Mapping depends on the parent element’s 'writing-mode', 'direction', and 'text-orientation'.",
-            "restrictions": [
-                "length",
-                "percentage"
-            ]
-        },
-        {
-            "name": "grid-template-rows",
-            "browsers": [
-                "E16",
-                "FF52",
-                "S10.1",
-                "C57",
-                "O44"
-            ],
-            "values": [
-                {
-                    "name": "none",
-                    "description": "There is no explicit grid; any rows/columns will be implicitly generated."
-                },
-                {
-                    "name": "min-content",
-                    "description": "Represents the largest min-content contribution of the grid items occupying the grid track."
-                },
-                {
-                    "name": "max-content",
-                    "description": "Represents the largest max-content contribution of the grid items occupying the grid track."
-                },
-                {
-                    "name": "auto",
-                    "description": "As a maximum, identical to 'max-content'. As a minimum, represents the largest minimum size (as specified by min-width/min-height) of the grid items occupying the grid track."
-                },
-                {
-                    "name": "subgrid",
-                    "description": "Indicates that the grid will align to its parent grid in that axis."
-                },
-                {
-                    "name": "minmax()",
-                    "description": "Defines a size range greater than or equal to min and less than or equal to max."
-                },
-                {
-                    "name": "repeat()",
-                    "description": "Represents a repeated fragment of the track list, allowing a large number of columns or rows that exhibit a recurring pattern to be written in a more compact form."
-                }
-            ],
-            "syntax": "none | <track-list> | <auto-track-list> | subgrid <line-name-list>?",
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/grid-template-rows"
-                }
-            ],
-            "description": "specifies, as a space-separated track list, the line names and track sizing functions of the grid.",
-            "restrictions": [
-                "identifier",
-                "length",
-                "percentage",
-                "string",
-                "enum"
-            ]
-        },
-        {
-            "name": "padding-inline-end",
-            "browsers": [
-                "FF41",
-                "S12.1",
-                "C69",
-                "O56"
-            ],
-            "syntax": "<'padding-left'>",
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/padding-inline-end"
-                }
-            ],
-            "description": "Logical 'padding-right'. Mapping depends on the parent element’s 'writing-mode', 'direction', and 'text-orientation'.",
-            "restrictions": [
-                "length",
-                "percentage"
-            ]
-        },
-        {
-            "name": "stroke-opacity",
-            "description": "Specifies the opacity of the painting operation used to stroke the current object.",
-            "restrictions": [
-                "number(0-1)"
-            ]
-        },
-        {
-            "name": "orphans",
-            "browsers": [
-                "E12",
-                "S1.3",
-                "C25",
-                "IE8",
-                "O9.2"
-            ],
-            "syntax": "<integer>",
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/orphans"
-                }
-            ],
-            "description": "Specifies the minimum number of line boxes in a block container that must be left in a fragment before a fragmentation break.",
-            "restrictions": [
-                "integer"
-            ]
-        },
-        {
-            "name": "shape-outside",
-            "browsers": [
-                "FF62",
-                "S10.1",
-                "C37",
-                "O24"
-            ],
-            "values": [
-                {
-                    "name": "margin-box",
-                    "description": "The background is painted within (clipped to) the margin box."
-                },
-                {
-                    "name": "none",
-                    "description": "The float area is unaffected."
-                }
-            ],
-            "syntax": "none | <shape-box> || <basic-shape> | <image>",
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/shape-outside"
-                }
-            ],
-            "description": "Specifies an orthogonal rotation to be applied to an image before it is laid out.",
-            "restrictions": [
-                "image",
-                "box",
-                "shape",
-                "enum"
-            ]
-        },
-        {
-            "name": "caption-side",
-            "values": [
-                {
-                    "name": "bottom",
-                    "description": "Positions the caption box below the table box."
-                },
-                {
-                    "name": "top",
-                    "description": "Positions the caption box above the table box."
-                }
-            ],
-            "syntax": "top | bottom | block-start | block-end | inline-start | inline-end",
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/caption-side"
-                }
-            ],
-            "description": "Specifies the position of the caption box with respect to the table box.",
-            "restrictions": [
-                "enum"
-            ]
-        },
-        {
-            "name": "widows",
-            "browsers": [
-                "E12",
-                "S1.3",
-                "C25",
-                "IE8",
-                "O9.2"
-            ],
-            "syntax": "<integer>",
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/widows"
-                }
-            ],
-            "description": "Specifies the minimum number of line boxes of a block container that must be left in a fragment after a break.",
-            "restrictions": [
-                "integer"
-            ]
-        },
-        {
-            "name": "grid-column",
-            "browsers": [
-                "E16",
-                "FF52",
-                "S10.1",
-                "C57",
-                "O44"
-            ],
-            "values": [
-                {
-                    "name": "auto",
-                    "description": "The property contributes nothing to the grid item’s placement, indicating auto-placement, an automatic span, or a default span of one."
-                },
-                {
-                    "name": "span",
-                    "description": "Contributes a grid span to the grid item’s placement such that the corresponding edge of the grid item’s grid area is N lines from its opposite edge."
-                }
-            ],
-            "syntax": "<grid-line> [ / <grid-line> ]?",
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/grid-column"
-                }
-            ],
-            "description": "Shorthand for 'grid-column-start' and 'grid-column-end'.",
-            "restrictions": [
-                "identifier",
-                "integer",
-                "enum"
-            ]
-        },
-        {
-            "name": "perspective-origin",
-            "syntax": "<position>",
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/perspective-origin"
-                }
-            ],
-            "description": "Establishes the origin for the perspective property. It effectively sets the X and Y position at which the viewer appears to be looking at the children of the element.",
-            "restrictions": [
-                "position",
-                "percentage",
-                "length"
-            ]
-        },
-        {
-            "name": "column-width",
-            "values": [
-                {
-                    "name": "auto",
-                    "description": "The width depends on the values of other properties."
-                }
-            ],
-            "syntax": "<length> | auto",
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/column-width"
-                }
-            ],
-            "description": "Describes the width of columns in multicol elements.",
-            "restrictions": [
-                "length",
-                "enum"
-            ]
-        },
-        {
-            "name": "mix-blend-mode",
-            "browsers": [
-                "FF32",
-                "S8",
-                "C41",
-                "O28"
-            ],
-            "values": [
-                {
-                    "name": "normal",
-                    "description": "Default attribute which specifies no blending"
-                },
-                {
-                    "name": "multiply",
-                    "description": "The source color is multiplied by the destination color and replaces the destination."
-                },
-                {
-                    "name": "screen",
-                    "description": "Multiplies the complements of the backdrop and source color values, then complements the result."
-                },
-                {
-                    "name": "overlay",
-                    "description": "Multiplies or screens the colors, depending on the backdrop color value."
-                },
-                {
-                    "name": "darken",
-                    "description": "Selects the darker of the backdrop and source colors."
-                },
-                {
-                    "name": "lighten",
-                    "description": "Selects the lighter of the backdrop and source colors."
-                },
-                {
-                    "name": "color-dodge",
-                    "description": "Brightens the backdrop color to reflect the source color."
-                },
-                {
-                    "name": "color-burn",
-                    "description": "Darkens the backdrop color to reflect the source color."
-                },
-                {
-                    "name": "hard-light",
-                    "description": "Multiplies or screens the colors, depending on the source color value."
-                },
-                {
-                    "name": "soft-light",
-                    "description": "Darkens or lightens the colors, depending on the source color value."
-                },
-                {
-                    "name": "difference",
-                    "description": "Subtracts the darker of the two constituent colors from the lighter color.."
-                },
-                {
-                    "name": "exclusion",
-                    "description": "Produces an effect similar to that of the Difference mode but lower in contrast."
-                },
-                {
-                    "name": "hue",
-                    "browsers": [
-                        "FF32",
-                        "S8",
-                        "C41",
-                        "O28"
-                    ],
-                    "description": "Creates a color with the hue of the source color and the saturation and luminosity of the backdrop color."
-                },
-                {
-                    "name": "saturation",
-                    "browsers": [
-                        "FF32",
-                        "S8",
-                        "C41",
-                        "O28"
-                    ],
-                    "description": "Creates a color with the saturation of the source color and the hue and luminosity of the backdrop color."
-                },
-                {
-                    "name": "color",
-                    "browsers": [
-                        "FF32",
-                        "S8",
-                        "C41",
-                        "O28"
-                    ],
-                    "description": "Creates a color with the hue and saturation of the source color and the luminosity of the backdrop color."
-                },
-                {
-                    "name": "luminosity",
-                    "browsers": [
-                        "FF32",
-                        "S8",
-                        "C41",
-                        "O28"
-                    ],
-                    "description": "Creates a color with the luminosity of the source color and the hue and saturation of the backdrop color."
-                }
-            ],
-            "syntax": "<blend-mode>",
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/mix-blend-mode"
-                }
-            ],
-            "description": "Defines the formula that must be used to mix the colors with the backdrop.",
-            "restrictions": [
-                "enum"
-            ]
-        },
-        {
-            "name": "grid-auto-rows",
-            "values": [
-                {
-                    "name": "min-content",
-                    "description": "Represents the largest min-content contribution of the grid items occupying the grid track."
-                },
-                {
-                    "name": "max-content",
-                    "description": "Represents the largest max-content contribution of the grid items occupying the grid track."
-                },
-                {
-                    "name": "auto",
-                    "description": "As a maximum, identical to 'max-content'. As a minimum, represents the largest minimum size (as specified by min-width/min-height) of the grid items occupying the grid track."
-                },
-                {
-                    "name": "minmax()",
-                    "description": "Defines a size range greater than or equal to min and less than or equal to max."
-                }
-            ],
-            "syntax": "<track-size>+",
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/grid-auto-rows"
-                }
-            ],
-            "description": "Specifies the size of implicitly created rows.",
-            "restrictions": [
-                "length",
-                "percentage"
-            ]
-        },
-        {
-            "name": "font-variant-ligatures",
-            "browsers": [
-                "FF34",
-                "S9.1",
-                "C34",
-                "O21"
-            ],
-            "values": [
-                {
-                    "name": "additional-ligatures",
-                    "description": "Enables display of additional ligatures."
-                },
-                {
-                    "name": "common-ligatures",
-                    "description": "Enables display of common ligatures."
-                },
-                {
-                    "name": "contextual",
-                    "browsers": [
-                        "FF34",
-                        "S9.1",
-                        "C34",
-                        "O21"
-                    ],
-                    "description": "Enables display of contextual alternates."
-                },
-                {
-                    "name": "discretionary-ligatures",
-                    "description": "Enables display of discretionary ligatures."
-                },
-                {
-                    "name": "historical-ligatures",
-                    "description": "Enables display of historical ligatures."
-                },
-                {
-                    "name": "no-additional-ligatures",
-                    "description": "Disables display of additional ligatures."
-                },
-                {
-                    "name": "no-common-ligatures",
-                    "description": "Disables display of common ligatures."
-                },
-                {
-                    "name": "no-contextual",
-                    "browsers": [
-                        "FF34",
-                        "S9.1",
-                        "C34",
-                        "O21"
-                    ],
-                    "description": "Disables display of contextual alternates."
-                },
-                {
-                    "name": "no-discretionary-ligatures",
-                    "description": "Disables display of discretionary ligatures."
-                },
-                {
-                    "name": "no-historical-ligatures",
-                    "description": "Disables display of historical ligatures."
-                },
-                {
-                    "name": "none",
-                    "browsers": [
-                        "FF34",
-                        "S9.1",
-                        "C34",
-                        "O21"
-                    ],
-                    "description": "Disables all ligatures."
-                },
-                {
-                    "name": "normal",
-                    "description": "Implies that the defaults set by the font are used."
-                }
-            ],
-            "syntax": "normal | none | [ <common-lig-values> || <discretionary-lig-values> || <historical-lig-values> || <contextual-alt-values> ]",
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/font-variant-ligatures"
-                }
-            ],
-            "description": "Specifies control over which ligatures are enabled or disabled. A value of ‘normal’ implies that the defaults set by the font are used.",
-            "restrictions": [
-                "enum"
-            ]
-        },
-        {
-            "name": "scroll-behavior",
-            "browsers": [
-                "FF36",
-                "C61",
-                "O48"
-            ],
-            "values": [
-                {
-                    "name": "auto",
-                    "description": "Scrolls in an instant fashion."
-                },
-                {
-                    "name": "smooth",
-                    "description": "Scrolls in a smooth fashion using a user-agent-defined timing function and time period."
-                }
-            ],
-            "syntax": "auto | smooth",
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/scroll-behavior"
-                }
-            ],
-            "description": "Specifies the scrolling behavior for a scrolling box, when scrolling happens due to navigation or CSSOM scrolling APIs.",
-            "restrictions": [
-                "enum"
-            ]
-        },
-        {
-            "name": "text-decoration-skip",
-            "status": "experimental",
-            "syntax": "none | [ objects || [ spaces | [ leading-spaces || trailing-spaces ] ] || edges || box-decoration ]",
-            "browsers": [
-                "S12.1",
-                "C57",
-                "O44"
-            ],
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/text-decoration-skip"
-                }
-            ],
-            "description": "The text-decoration-skip CSS property specifies what parts of the element’s content any text decoration affecting the element must skip over. It controls all text decoration lines drawn by the element and also any text decoration lines drawn by its ancestors."
-        },
-        {
-            "name": "columns",
-            "values": [
-                {
-                    "name": "auto",
-                    "description": "The width depends on the values of other properties."
-                }
-            ],
-            "syntax": "<'column-width'> || <'column-count'>",
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/columns"
-                }
-            ],
-            "description": "A shorthand property which sets both 'column-width' and 'column-count'.",
-            "restrictions": [
-                "length",
-                "integer",
-                "enum"
-            ]
-        },
-        {
-            "name": "column-rule",
-            "syntax": "<'column-rule-width'> || <'column-rule-style'> || <'column-rule-color'>",
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/column-rule"
-                }
-            ],
-            "description": "Shorthand for setting 'column-rule-width', 'column-rule-style', and 'column-rule-color' at the same place in the style sheet. Omitted values are set to their initial values.",
-            "restrictions": [
-                "length",
-                "line-width",
-                "line-style",
-                "color"
-            ]
-        },
-        {
-            "name": "line-break",
-            "values": [
-                {
-                    "name": "auto",
-                    "description": "The UA determines the set of line-breaking restrictions to use for CJK scripts, and it may vary the restrictions based on the length of the line; e.g., use a less restrictive set of line-break rules for short lines."
-                },
-                {
-                    "name": "loose",
-                    "description": "Breaks text using the least restrictive set of line-breaking rules. Typically used for short lines, such as in newspapers."
-                },
-                {
-                    "name": "normal",
-                    "description": "Breaks text using the most common set of line-breaking rules."
-                },
-                {
-                    "name": "strict",
-                    "description": "Breaks CJK scripts using a more restrictive set of line-breaking rules than 'normal'."
-                }
-            ],
-            "syntax": "auto | loose | normal | strict | anywhere",
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/line-break"
-                }
-            ],
-            "description": "Specifies what set of line breaking restrictions are in effect within the element.",
-            "restrictions": [
-                "enum"
-            ]
-        },
-        {
-            "name": "text-align-last",
-            "browsers": [
-                "E12",
-                "FF49",
-                "C47",
-                "IE5.5",
-                "O"
-            ],
-            "values": [
-                {
-                    "name": "auto",
-                    "description": "Content on the affected line is aligned per 'text-align' unless 'text-align' is set to 'justify', in which case it is 'start-aligned'."
-                },
-                {
-                    "name": "center",
-                    "description": "The inline contents are centered within the line box."
-                },
-                {
-                    "name": "justify",
-                    "description": "The text is justified according to the method specified by the 'text-justify' property."
-                },
-                {
-                    "name": "left",
-                    "description": "The inline contents are aligned to the left edge of the line box. In vertical text, 'left' aligns to the edge of the line box that would be the start edge for left-to-right text."
-                },
-                {
-                    "name": "right",
-                    "description": "The inline contents are aligned to the right edge of the line box. In vertical text, 'right' aligns to the edge of the line box that would be the end edge for left-to-right text."
-                }
-            ],
-            "syntax": "auto | start | end | left | right | center | justify",
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/text-align-last"
-                }
-            ],
-            "description": "Describes how the last line of a block or a line right before a forced line break is aligned when 'text-align' is set to 'justify'.",
-            "restrictions": [
-                "enum"
-            ]
-        },
-        {
-            "name": "border-image-width",
-            "values": [
-                {
-                    "name": "auto",
-                    "description": "The border image width is the intrinsic width or height (whichever is applicable) of the corresponding image slice. If the image does not have the required intrinsic dimension then the corresponding border-width is used instead."
-                }
-            ],
-            "syntax": "[ <length-percentage> | <number> | auto ]{1,4}",
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/border-image-width"
-                }
-            ],
-            "description": "The four values of 'border-image-width' specify offsets that are used to divide the border image area into nine parts. They represent inward distances from the top, right, bottom, and left sides of the area, respectively.",
-            "restrictions": [
-                "length",
-                "percentage",
-                "number"
-            ]
-        },
-        {
-            "name": "stroke-miterlimit",
-            "description": "When two line segments meet at a sharp angle and miter joins have been specified for 'stroke-linejoin', it is possible for the miter to extend far beyond the thickness of the line stroking the path.",
-            "restrictions": [
-                "number"
-            ]
-        },
-        {
-            "name": "border-image-repeat",
-            "values": [
-                {
-                    "name": "repeat",
-                    "description": "The image is tiled (repeated) to fill the area."
-                },
-                {
-                    "name": "round",
-                    "description": "The image is tiled (repeated) to fill the area. If it does not fill the area with a whole number of tiles, the image is rescaled so that it does."
-                },
-                {
-                    "name": "space",
-                    "description": "The image is tiled (repeated) to fill the area. If it does not fill the area with a whole number of tiles, the extra space is distributed around the tiles."
-                },
-                {
-                    "name": "stretch",
-                    "description": "The image is stretched to fill the area."
-                }
-            ],
-            "syntax": "[ stretch | repeat | round | space ]{1,2}",
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/border-image-repeat"
-                }
-            ],
-            "description": "Specifies how the images for the sides and the middle part of the border image are scaled and tiled. If the second keyword is absent, it is assumed to be the same as the first.",
-            "restrictions": [
-                "enum"
-            ]
-        },
-        {
-            "name": "grid-column-gap",
-            "browsers": [
-                "FF52",
-                "C57",
-                "S10.1",
-                "O44"
-            ],
-            "status": "obsolete",
-            "syntax": "<length-percentage>",
-            "description": "Specifies the gutters between grid columns. Replaced by 'column-gap' property.",
-            "restrictions": [
-                "length"
-            ]
-        },
-        {
-            "name": "border-image-slice",
-            "values": [
-                {
-                    "name": "fill",
-                    "description": "Causes the middle part of the border-image to be preserved."
-                }
-            ],
-            "syntax": "<number-percentage>{1,4} && fill?",
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/border-image-slice"
-                }
-            ],
-            "description": "Specifies inward offsets from the top, right, bottom, and left edges of the image, dividing it into nine regions: four corners, four edges and a middle.",
-            "restrictions": [
-                "number",
-                "percentage"
-            ]
-        },
-        {
-            "name": "justify-self",
-            "browsers": [
-                "E16",
-                "FF45",
-                "S10.1",
-                "C57",
-                "O44"
-            ],
-            "values": [
-                {
-                    "name": "auto"
-                },
-                {
-                    "name": "normal"
-                },
-                {
-                    "name": "end"
-                },
-                {
-                    "name": "start"
-                },
-                {
-                    "name": "flex-end",
-                    "description": "\"Flex items are packed toward the end of the line.\""
-                },
-                {
-                    "name": "flex-start",
-                    "description": "\"Flex items are packed toward the start of the line.\""
-                },
-                {
-                    "name": "self-end",
-                    "description": "The item is packed flush to the edge of the alignment container of the end side of the item, in the appropriate axis."
-                },
-                {
-                    "name": "self-start",
-                    "description": "The item is packed flush to the edge of the alignment container of the start side of the item, in the appropriate axis.."
-                },
-                {
-                    "name": "center",
-                    "description": "The items are packed flush to each other toward the center of the of the alignment container."
-                },
-                {
-                    "name": "left"
-                },
-                {
-                    "name": "right"
-                },
-                {
-                    "name": "baseline"
-                },
-                {
-                    "name": "first baseline"
-                },
-                {
-                    "name": "last baseline"
-                },
-                {
-                    "name": "stretch",
-                    "description": "If the cross size property of the flex item computes to auto, and neither of the cross-axis margins are auto, the flex item is stretched."
-                },
-                {
-                    "name": "save"
-                },
-                {
-                    "name": "unsave"
-                }
-            ],
-            "syntax": "auto | normal | stretch | <baseline-position> | <overflow-position>? [ <self-position> | left | right ]",
-            "description": "Defines the way of justifying a box inside its container along the appropriate axis.",
-            "restrictions": [
-                "enum"
-            ]
-        },
-        {
-            "name": "fill-rule",
-            "values": [
-                {
-                    "name": "evenodd",
-                    "description": "Determines the ‘insideness’ of a point on the canvas by drawing a ray from that point to infinity in any direction and counting the number of path segments from the given shape that the ray crosses."
-                },
-                {
-                    "name": "nonzero",
-                    "description": "Determines the ‘insideness’ of a point on the canvas by drawing a ray from that point to infinity in any direction and then examining the places where a segment of the shape crosses the ray."
-                }
-            ],
-            "description": "Indicates the algorithm (or winding rule) which is to be used to determine what parts of the canvas are included inside the shape.",
-            "restrictions": [
-                "enum"
-            ]
-        },
-        {
-            "name": "border-image-outset",
-            "syntax": "[ <length> | <number> ]{1,4}",
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/border-image-outset"
-                }
-            ],
-            "description": "The values specify the amount by which the border image area extends beyond the border box on the top, right, bottom, and left sides respectively. If the fourth value is absent, it is the same as the second. If the third one is also absent, it is the same as the first. If the second one is also absent, it is the same as the first. Numbers represent multiples of the corresponding border-width.",
-            "restrictions": [
-                "length",
-                "number"
-            ]
-        },
-        {
-            "name": "justify-items",
-            "values": [
-                {
-                    "name": "auto"
-                },
-                {
-                    "name": "normal"
-                },
-                {
-                    "name": "end"
-                },
-                {
-                    "name": "start"
-                },
-                {
-                    "name": "flex-end",
-                    "description": "\"Flex items are packed toward the end of the line.\""
-                },
-                {
-                    "name": "flex-start",
-                    "description": "\"Flex items are packed toward the start of the line.\""
-                },
-                {
-                    "name": "self-end",
-                    "description": "The item is packed flush to the edge of the alignment container of the end side of the item, in the appropriate axis."
-                },
-                {
-                    "name": "self-start",
-                    "description": "The item is packed flush to the edge of the alignment container of the start side of the item, in the appropriate axis.."
-                },
-                {
-                    "name": "center",
-                    "description": "The items are packed flush to each other toward the center of the of the alignment container."
-                },
-                {
-                    "name": "left"
-                },
-                {
-                    "name": "right"
-                },
-                {
-                    "name": "baseline"
-                },
-                {
-                    "name": "first baseline"
-                },
-                {
-                    "name": "last baseline"
-                },
-                {
-                    "name": "stretch",
-                    "description": "If the cross size property of the flex item computes to auto, and neither of the cross-axis margins are auto, the flex item is stretched."
-                },
-                {
-                    "name": "save"
-                },
-                {
-                    "name": "unsave"
-                },
-                {
-                    "name": "legacy"
-                }
-            ],
-            "syntax": "normal | stretch | <baseline-position> | <overflow-position>? [ <self-position> | left | right ] | legacy | legacy && [ left | right | center ]",
-            "description": "Defines the default justify-self for all items of the box, giving them the default way of justifying each box along the appropriate axis",
-            "restrictions": [
-                "enum"
-            ]
-        },
-        {
-            "name": "break-inside",
-            "values": [
-                {
-                    "name": "auto",
-                    "description": "Impose no additional breaking constraints within the box."
-                },
-                {
-                    "name": "avoid",
-                    "description": "Avoid breaks within the box."
-                },
-                {
-                    "name": "avoid-column",
-                    "description": "Avoid a column break within the box."
-                },
-                {
-                    "name": "avoid-page",
-                    "description": "Avoid a page break within the box."
-                }
-            ],
-            "syntax": "auto | avoid | avoid-page | avoid-column | avoid-region",
-            "description": "Describes the page/column/region break behavior inside the principal box.",
-            "restrictions": [
-                "enum"
-            ]
-        },
-        {
-            "name": "scroll-snap-type",
-            "values": [
-                {
-                    "name": "none",
-                    "description": "The visual viewport of this scroll container must ignore snap points, if any, when scrolled."
-                },
-                {
-                    "name": "mandatory",
-                    "description": "The visual viewport of this scroll container is guaranteed to rest on a snap point when there are no active scrolling operations."
-                },
-                {
-                    "name": "proximity",
-                    "description": "The visual viewport of this scroll container may come to rest on a snap point at the termination of a scroll at the discretion of the UA given the parameters of the scroll."
-                }
-            ],
-            "syntax": "none | [ x | y | block | inline | both ] [ mandatory | proximity ]?",
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/scroll-snap-type"
-                }
-            ],
-            "description": "Defines how strictly snap points are enforced on the scroll container.",
-            "restrictions": [
-                "enum"
-            ]
-        },
-        {
-            "name": "text-decoration-line",
-            "browsers": [
-                "FF36",
-                "S12.1",
-                "C57",
-                "O"
-            ],
-            "values": [
-                {
-                    "name": "line-through",
-                    "description": "Each line of text has a line through the middle."
-                },
-                {
-                    "name": "none",
-                    "description": "Neither produces nor inhibits text decoration."
-                },
-                {
-                    "name": "overline",
-                    "description": "Each line of text has a line above it."
-                },
-                {
-                    "name": "underline",
-                    "description": "Each line of text is underlined."
-                }
-            ],
-            "syntax": "none | [ underline || overline || line-through || blink ] | spelling-error | grammar-error",
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/text-decoration-line"
-                }
-            ],
-            "description": "Specifies what line decorations, if any, are added to the element.",
-            "restrictions": [
-                "enum"
-            ]
-        },
-        {
-            "name": "scroll-snap-align",
-            "syntax": "[ none | start | end | center ]{1,2}",
-            "browsers": [
-                "FF68",
-                "S11",
-                "C69",
-                "O56"
-            ],
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/scroll-snap-align"
-                }
-            ],
-            "description": "The scroll-snap-align property specifies the box’s snap position as an alignment of its snap area (as the alignment subject) within its snap container’s snapport (as the alignment container). The two values specify the snapping alignment in the block axis and inline axis, respectively. If only one value is specified, the second value defaults to the same value."
-        },
-        {
-            "name": "grid-row",
-            "browsers": [
-                "E16",
-                "FF52",
-                "S10.1",
-                "C57",
-                "O44"
-            ],
-            "values": [
-                {
-                    "name": "auto",
-                    "description": "The property contributes nothing to the grid item’s placement, indicating auto-placement, an automatic span, or a default span of one."
-                },
-                {
-                    "name": "span",
-                    "description": "Contributes a grid span to the grid item’s placement such that the corresponding edge of the grid item’s grid area is N lines from its opposite edge."
-                }
-            ],
-            "syntax": "<grid-line> [ / <grid-line> ]?",
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/grid-row"
-                }
-            ],
-            "description": "Shorthand for 'grid-row-start' and 'grid-row-end'.",
-            "restrictions": [
-                "identifier",
-                "integer",
-                "enum"
-            ]
-        },
-        {
-            "name": "caret-color",
-            "browsers": [
-                "FF53",
-                "S11.1",
-                "C57",
-                "O44"
-            ],
-            "values": [
-                {
-                    "name": "auto",
-                    "description": "The user agent selects an appropriate color for the caret. This is generally currentcolor, but the user agent may choose a different color to ensure good visibility and contrast with the surrounding content, taking into account the value of currentcolor, the background, shadows, and other factors."
-                }
-            ],
-            "syntax": "auto | <color>",
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/caret-color"
-                }
-            ],
-            "description": "Controls the color of the text insertion indicator.",
-            "restrictions": [
-                "color",
-                "enum"
-            ]
-        },
-        {
-            "name": "stroke-linejoin",
-            "values": [
-                {
-                    "name": "bevel",
-                    "description": "Indicates that a bevelled corner is to be used to join path segments."
-                },
-                {
-                    "name": "miter",
-                    "description": "Indicates that a sharp corner is to be used to join path segments."
-                },
-                {
-                    "name": "round",
-                    "description": "Indicates that a round corner is to be used to join path segments."
-                }
-            ],
-            "description": "Specifies the shape to be used at the corners of paths or basic shapes when they are stroked.",
-            "restrictions": [
-                "enum"
-            ]
-        },
-        {
-            "name": "grid-area",
-            "browsers": [
-                "E16",
-                "FF52",
-                "S10.1",
-                "C57",
-                "O44"
-            ],
-            "values": [
-                {
-                    "name": "auto",
-                    "description": "The property contributes nothing to the grid item’s placement, indicating auto-placement, an automatic span, or a default span of one."
-                },
-                {
-                    "name": "span",
-                    "description": "Contributes a grid span to the grid item’s placement such that the corresponding edge of the grid item’s grid area is N lines from its opposite edge."
-                }
-            ],
-            "syntax": "<grid-line> [ / <grid-line> ]{0,3}",
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/grid-area"
-                }
-            ],
-            "description": "Determine a grid item’s size and location within the grid by contributing a line, a span, or nothing (automatic) to its grid placement. Shorthand for 'grid-row-start', 'grid-column-start', 'grid-row-end', and 'grid-column-end'.",
-            "restrictions": [
-                "identifier",
-                "integer"
-            ]
-        },
-        {
-            "name": "column-fill",
-            "values": [
-                {
-                    "name": "auto",
-                    "description": "Fills columns sequentially."
-                },
-                {
-                    "name": "balance",
-                    "description": "Balance content equally between columns, if possible."
-                }
-            ],
-            "syntax": "auto | balance | balance-all",
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/column-fill"
-                }
-            ],
-            "description": "In continuous media, this property will only be consulted if the length of columns has been constrained. Otherwise, columns will automatically be balanced.",
-            "restrictions": [
-                "enum"
-            ]
-        },
-        {
-            "name": "tab-size",
-            "browsers": [
-                "FF4",
-                "S6.1",
-                "C21",
-                "O15"
-            ],
-            "syntax": "<integer> | <length>",
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/tab-size"
-                }
-            ],
-            "description": "Determines the width of the tab character (U+0009), in space characters (U+0020), when rendered.",
-            "restrictions": [
-                "integer",
-                "length"
-            ]
-        },
-        {
-            "name": "overflow-anchor",
-            "status": "experimental",
-            "syntax": "auto | none",
-            "browsers": [
-                "FF66",
-                "C56",
-                "O43"
-            ],
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/overflow-anchor"
-                }
-            ],
-            "description": "The overflow-anchor CSS property provides a way to opt out browser scroll anchoring behavior which adjusts scroll position to minimize content shifts."
-        },
-        {
-            "name": "border-image-source",
-            "values": [
-                {
-                    "name": "none",
-                    "description": "Use the border styles."
-                }
-            ],
-            "syntax": "none | <image>",
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/border-image-source"
-                }
-            ],
-            "description": "Specifies an image to use instead of the border styles given by the 'border-style' properties and as an additional background layer for the element. If the value is 'none' or if the image cannot be displayed, the border styles will be used.",
-            "restrictions": [
-                "image"
-            ]
-        },
-        {
-            "name": "grid-template-areas",
-            "browsers": [
-                "E16",
-                "FF52",
-                "S10.1",
-                "C57",
-                "O44"
-            ],
-            "values": [
-                {
-                    "name": "none",
-                    "description": "The grid container doesn’t define any named grid areas."
-                }
-            ],
-            "syntax": "none | <string>+",
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/grid-template-areas"
-                }
-            ],
-            "description": "Specifies named grid areas, which are not associated with any particular grid item, but can be referenced from the grid-placement properties.",
-            "restrictions": [
-                "string"
-            ]
-        },
-        {
-            "name": "font-kerning",
-            "browsers": [
-                "FF32",
-                "S7",
-                "C32",
-                "O19"
-            ],
-            "values": [
-                {
-                    "name": "auto",
-                    "description": "Specifies that kerning is applied at the discretion of the user agent."
-                },
-                {
-                    "name": "none",
-                    "description": "Specifies that kerning is not applied."
-                },
-                {
-                    "name": "normal",
-                    "description": "Specifies that kerning is applied."
-                }
-            ],
-            "syntax": "auto | normal | none",
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/font-kerning"
-                }
-            ],
-            "description": "Kerning is the contextual adjustment of inter-glyph spacing. This property controls metric kerning, kerning that utilizes adjustment data contained in the font.",
-            "restrictions": [
-                "enum"
-            ]
-        },
-        {
-            "name": "page-break-before",
-            "values": [
-                {
-                    "name": "always",
-                    "description": "Always force a page break before the generated box."
-                },
-                {
-                    "name": "auto",
-                    "description": "Neither force nor forbid a page break before the generated box."
-                },
-                {
-                    "name": "avoid",
-                    "description": "Avoid a page break before the generated box."
-                },
-                {
-                    "name": "left",
-                    "description": "Force one or two page breaks before the generated box so that the next page is formatted as a left page."
-                },
-                {
-                    "name": "right",
-                    "description": "Force one or two page breaks before the generated box so that the next page is formatted as a right page."
-                }
-            ],
-            "syntax": "auto | always | avoid | left | right | recto | verso",
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/page-break-before"
-                }
-            ],
-            "description": "Defines rules for page breaks before an element.",
-            "restrictions": [
-                "enum"
-            ]
-        },
-        {
-            "name": "text-decoration-style",
-            "browsers": [
-                "FF36",
-                "S12.1",
-                "C57",
-                "O44"
-            ],
-            "values": [
-                {
-                    "name": "dashed",
-                    "description": "Produces a dashed line style."
-                },
-                {
-                    "name": "dotted",
-                    "description": "Produces a dotted line."
-                },
-                {
-                    "name": "double",
-                    "description": "Produces a double line."
-                },
-                {
-                    "name": "none",
-                    "description": "Produces no line."
-                },
-                {
-                    "name": "solid",
-                    "description": "Produces a solid line."
-                },
-                {
-                    "name": "wavy",
-                    "description": "Produces a wavy line."
-                }
-            ],
-            "syntax": "solid | double | dotted | dashed | wavy",
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/text-decoration-style"
-                }
-            ],
-            "description": "Specifies the line style for underline, line-through and overline text decoration.",
-            "restrictions": [
-                "enum"
-            ]
-        },
-        {
-            "name": "grid-row-gap",
-            "browsers": [
-                "FF52",
-                "C57",
-                "S10.1",
-                "O44"
-            ],
-            "status": "obsolete",
-            "syntax": "<length-percentage>",
-            "description": "Specifies the gutters between grid rows. Replaced by 'row-gap' property.",
-            "restrictions": [
-                "length"
-            ]
-        },
-        {
-            "name": "backdrop-filter",
-            "status": "experimental",
-            "syntax": "none | <filter-function-list>",
-            "browsers": [
-                "E17",
-                "FF70",
-                "S9",
-                "C76",
-                "O34"
-            ],
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/backdrop-filter"
-                }
-            ],
-            "description": "The backdrop-filter CSS property lets you apply graphical effects such as blurring or color shifting to the area behind an element. Because it applies to everything behind the element, to see the effect you must make the element or its background at least partially transparent."
-        },
-        {
-            "name": "grid-auto-flow",
-            "browsers": [
-                "E16",
-                "FF52",
-                "S10.1",
-                "C57",
-                "O44"
-            ],
-            "values": [
-                {
-                    "name": "row",
-                    "description": "The auto-placement algorithm places items by filling each row in turn, adding new rows as necessary."
-                },
-                {
-                    "name": "column",
-                    "description": "The auto-placement algorithm places items by filling each column in turn, adding new columns as necessary."
-                },
-                {
-                    "name": "dense",
-                    "description": "If specified, the auto-placement algorithm uses a “dense” packing algorithm, which attempts to fill in holes earlier in the grid if smaller items come up later."
-                }
-            ],
-            "syntax": "[ row | column ] || dense",
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/grid-auto-flow"
-                }
-            ],
-            "description": "Controls how the auto-placement algorithm works, specifying exactly how auto-placed items get flowed into the grid.",
-            "restrictions": [
-                "enum"
-            ]
-        },
-        {
-            "name": "grid-column-start",
-            "browsers": [
-                "E16",
-                "FF52",
-                "S10.1",
-                "C57",
-                "O44"
-            ],
-            "values": [
-                {
-                    "name": "auto",
-                    "description": "The property contributes nothing to the grid item’s placement, indicating auto-placement, an automatic span, or a default span of one."
-                },
-                {
-                    "name": "span",
-                    "description": "Contributes a grid span to the grid item’s placement such that the corresponding edge of the grid item’s grid area is N lines from its opposite edge."
-                }
-            ],
-            "syntax": "<grid-line>",
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/grid-column-start"
-                }
-            ],
-            "description": "Determine a grid item’s size and location within the grid by contributing a line, a span, or nothing (automatic) to its grid placement.",
-            "restrictions": [
-                "identifier",
-                "integer",
-                "enum"
-            ]
-        },
-        {
-            "name": "column-rule-color",
-            "syntax": "<color>",
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/column-rule-color"
-                }
-            ],
-            "description": "Sets the color of the column rule",
-            "restrictions": [
-                "color"
-            ]
-        },
-        {
-            "name": "isolation",
-            "browsers": [
-                "FF36",
-                "S8",
-                "C41",
-                "O30"
-            ],
-            "values": [
-                {
-                    "name": "auto",
-                    "description": "Elements are not isolated unless an operation is applied that causes the creation of a stacking context."
-                },
-                {
-                    "name": "isolate",
-                    "description": "In CSS will turn the element into a stacking context."
-                }
-            ],
-            "syntax": "auto | isolate",
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/isolation"
-                }
-            ],
-            "description": "In CSS setting to 'isolate' will turn the element into a stacking context. In SVG, it defines whether an element is isolated or not.",
-            "restrictions": [
-                "enum"
-            ]
-        },
-        {
-            "name": "column-rule-style",
-            "syntax": "<'border-style'>",
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/column-rule-style"
-                }
-            ],
-            "description": "Sets the style of the rule between columns of an element.",
-            "restrictions": [
-                "line-style"
-            ]
-        },
-        {
-            "name": "stop-color",
-            "description": "Indicates what color to use at that gradient stop.",
-            "restrictions": [
-                "color"
-            ]
-        },
-        {
-            "name": "clip-rule",
-            "browsers": [
-                "E",
-                "C5",
-                "FF3",
-                "IE10",
-                "O9",
-                "S6"
-            ],
-            "values": [
-                {
-                    "name": "evenodd",
-                    "description": "Determines the ‘insideness’ of a point on the canvas by drawing a ray from that point to infinity in any direction and counting the number of path segments from the given shape that the ray crosses."
-                },
-                {
-                    "name": "nonzero",
-                    "description": "Determines the ‘insideness’ of a point on the canvas by drawing a ray from that point to infinity in any direction and then examining the places where a segment of the shape crosses the ray."
-                }
-            ],
-            "description": "Indicates the algorithm which is to be used to determine what parts of the canvas are included inside the shape.",
-            "restrictions": [
-                "enum"
-            ]
-        },
-        {
-            "name": "background-blend-mode",
-            "browsers": [
-                "FF30",
-                "S8",
-                "C35",
-                "O22"
-            ],
-            "values": [
-                {
-                    "name": "normal",
-                    "description": "Default attribute which specifies no blending"
-                },
-                {
-                    "name": "multiply",
-                    "description": "The source color is multiplied by the destination color and replaces the destination."
-                },
-                {
-                    "name": "screen",
-                    "description": "Multiplies the complements of the backdrop and source color values, then complements the result."
-                },
-                {
-                    "name": "overlay",
-                    "description": "Multiplies or screens the colors, depending on the backdrop color value."
-                },
-                {
-                    "name": "darken",
-                    "description": "Selects the darker of the backdrop and source colors."
-                },
-                {
-                    "name": "lighten",
-                    "description": "Selects the lighter of the backdrop and source colors."
-                },
-                {
-                    "name": "color-dodge",
-                    "description": "Brightens the backdrop color to reflect the source color."
-                },
-                {
-                    "name": "color-burn",
-                    "description": "Darkens the backdrop color to reflect the source color."
-                },
-                {
-                    "name": "hard-light",
-                    "description": "Multiplies or screens the colors, depending on the source color value."
-                },
-                {
-                    "name": "soft-light",
-                    "description": "Darkens or lightens the colors, depending on the source color value."
-                },
-                {
-                    "name": "difference",
-                    "description": "Subtracts the darker of the two constituent colors from the lighter color.."
-                },
-                {
-                    "name": "exclusion",
-                    "description": "Produces an effect similar to that of the Difference mode but lower in contrast."
-                },
-                {
-                    "name": "hue",
-                    "browsers": [
-                        "FF30",
-                        "S8",
-                        "C35",
-                        "O22"
-                    ],
-                    "description": "Creates a color with the hue of the source color and the saturation and luminosity of the backdrop color."
-                },
-                {
-                    "name": "saturation",
-                    "browsers": [
-                        "FF30",
-                        "S8",
-                        "C35",
-                        "O22"
-                    ],
-                    "description": "Creates a color with the saturation of the source color and the hue and luminosity of the backdrop color."
-                },
-                {
-                    "name": "color",
-                    "browsers": [
-                        "FF30",
-                        "S8",
-                        "C35",
-                        "O22"
-                    ],
-                    "description": "Creates a color with the hue and saturation of the source color and the luminosity of the backdrop color."
-                },
-                {
-                    "name": "luminosity",
-                    "browsers": [
-                        "FF30",
-                        "S8",
-                        "C35",
-                        "O22"
-                    ],
-                    "description": "Creates a color with the luminosity of the source color and the hue and saturation of the backdrop color."
-                }
-            ],
-            "syntax": "<blend-mode>#",
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/background-blend-mode"
-                }
-            ],
-            "description": "Defines the blending mode of each background layer.",
-            "restrictions": [
-                "enum"
-            ]
-        },
-        {
-            "name": "font-variant-numeric",
-            "browsers": [
-                "FF34",
-                "S9.1",
-                "C52",
-                "O39"
-            ],
-            "values": [
-                {
-                    "name": "diagonal-fractions",
-                    "description": "Enables display of lining diagonal fractions."
-                },
-                {
-                    "name": "lining-nums",
-                    "description": "Enables display of lining numerals."
-                },
-                {
-                    "name": "normal",
-                    "description": "None of the features are enabled."
-                },
-                {
-                    "name": "oldstyle-nums",
-                    "description": "Enables display of old-style numerals."
-                },
-                {
-                    "name": "ordinal",
-                    "description": "Enables display of letter forms used with ordinal numbers."
-                },
-                {
-                    "name": "proportional-nums",
-                    "description": "Enables display of proportional numerals."
-                },
-                {
-                    "name": "slashed-zero",
-                    "description": "Enables display of slashed zeros."
-                },
-                {
-                    "name": "stacked-fractions",
-                    "description": "Enables display of lining stacked fractions."
-                },
-                {
-                    "name": "tabular-nums",
-                    "description": "Enables display of tabular numerals."
-                }
-            ],
-            "syntax": "normal | [ <numeric-figure-values> || <numeric-spacing-values> || <numeric-fraction-values> || ordinal || slashed-zero ]",
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/font-variant-numeric"
-                }
-            ],
-            "description": "Specifies control over numerical forms.",
-            "restrictions": [
-                "enum"
-            ]
-        },
-        {
-            "name": "grid-column-end",
-            "browsers": [
-                "E16",
-                "FF52",
-                "S10.1",
-                "C57",
-                "O44"
-            ],
-            "values": [
-                {
-                    "name": "auto",
-                    "description": "The property contributes nothing to the grid item’s placement, indicating auto-placement, an automatic span, or a default span of one."
-                },
-                {
-                    "name": "span",
-                    "description": "Contributes a grid span to the grid item’s placement such that the corresponding edge of the grid item’s grid area is N lines from its opposite edge."
-                }
-            ],
-            "syntax": "<grid-line>",
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/grid-column-end"
-                }
-            ],
-            "description": "Determine a grid item’s size and location within the grid by contributing a line, a span, or nothing (automatic) to its grid placement.",
-            "restrictions": [
-                "identifier",
-                "integer",
-                "enum"
-            ]
-        },
-        {
-            "name": "margin-block-start",
-            "browsers": [
-                "FF41",
-                "S12.1",
-                "C69",
-                "O56"
-            ],
-            "values": [
-                {
-                    "name": "auto"
-                }
-            ],
-            "syntax": "<'margin-left'>",
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/margin-block-start"
-                }
-            ],
-            "description": "Logical 'margin-top'. Mapping depends on the parent element’s 'writing-mode', 'direction', and 'text-orientation'.",
-            "restrictions": [
-                "length",
-                "percentage"
-            ]
-        },
-        {
-            "name": "writing-mode",
-            "values": [
-                {
-                    "name": "horizontal-tb",
-                    "description": "Top-to-bottom block flow direction. The writing mode is horizontal."
-                },
-                {
-                    "name": "sideways-lr",
-                    "description": "Left-to-right block flow direction. The writing mode is vertical, while the typographic mode is horizontal."
-                },
-                {
-                    "name": "sideways-rl",
-                    "description": "Right-to-left block flow direction. The writing mode is vertical, while the typographic mode is horizontal."
-                },
-                {
-                    "name": "vertical-lr",
-                    "description": "Left-to-right block flow direction. The writing mode is vertical."
-                },
-                {
-                    "name": "vertical-rl",
-                    "description": "Right-to-left block flow direction. The writing mode is vertical."
-                }
-            ],
-            "syntax": "horizontal-tb | vertical-rl | vertical-lr | sideways-rl | sideways-lr",
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/writing-mode"
-                }
-            ],
-            "description": "This is a shorthand property for both 'direction' and 'block-progression'.",
-            "restrictions": [
-                "enum"
-            ]
-        },
-        {
-            "name": "shape-rendering",
-            "values": [
-                {
-                    "name": "auto",
-                    "description": "Suppresses aural rendering."
-                },
-                {
-                    "name": "crispEdges",
-                    "description": "Emphasize the contrast between clean edges of artwork over rendering speed and geometric precision."
-                },
-                {
-                    "name": "geometricPrecision",
-                    "description": "Emphasize geometric precision over speed and crisp edges."
-                },
-                {
-                    "name": "optimizeSpeed",
-                    "description": "Emphasize rendering speed over geometric precision and crisp edges."
-                }
-            ],
-            "description": "Provides hints about what tradeoffs to make as it renders vector graphics elements such as <path> elements and basic shapes such as circles and rectangles.",
-            "restrictions": [
-                "enum"
-            ]
-        },
-        {
-            "name": "grid-row-start",
-            "browsers": [
-                "E16",
-                "FF52",
-                "S10.1",
-                "C57",
-                "O44"
-            ],
-            "values": [
-                {
-                    "name": "auto",
-                    "description": "The property contributes nothing to the grid item’s placement, indicating auto-placement, an automatic span, or a default span of one."
-                },
-                {
-                    "name": "span",
-                    "description": "Contributes a grid span to the grid item’s placement such that the corresponding edge of the grid item’s grid area is N lines from its opposite edge."
-                }
-            ],
-            "syntax": "<grid-line>",
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/grid-row-start"
-                }
-            ],
-            "description": "Determine a grid item’s size and location within the grid by contributing a line, a span, or nothing (automatic) to its grid placement.",
-            "restrictions": [
-                "identifier",
-                "integer",
-                "enum"
-            ]
-        },
-        {
-            "name": "grid-auto-columns",
-            "values": [
-                {
-                    "name": "min-content",
-                    "description": "Represents the largest min-content contribution of the grid items occupying the grid track."
-                },
-                {
-                    "name": "max-content",
-                    "description": "Represents the largest max-content contribution of the grid items occupying the grid track."
-                },
-                {
-                    "name": "auto",
-                    "description": "As a maximum, identical to 'max-content'. As a minimum, represents the largest minimum size (as specified by min-width/min-height) of the grid items occupying the grid track."
-                },
-                {
-                    "name": "minmax()",
-                    "description": "Defines a size range greater than or equal to min and less than or equal to max."
-                }
-            ],
-            "syntax": "<track-size>+",
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/grid-auto-columns"
-                }
-            ],
-            "description": "Specifies the size of implicitly created columns.",
-            "restrictions": [
-                "length",
-                "percentage"
-            ]
-        },
-        {
-            "name": "break-after",
-            "values": [
-                {
-                    "name": "always",
-                    "description": "Always force a page break before/after the generated box."
-                },
-                {
-                    "name": "auto",
-                    "description": "Neither force nor forbid a page/column break before/after the principal box."
-                },
-                {
-                    "name": "avoid",
-                    "description": "Avoid a break before/after the principal box."
-                },
-                {
-                    "name": "avoid-column",
-                    "description": "Avoid a column break before/after the principal box."
-                },
-                {
-                    "name": "avoid-page",
-                    "description": "Avoid a page break before/after the principal box."
-                },
-                {
-                    "name": "column",
-                    "description": "Always force a column break before/after the principal box."
-                },
-                {
-                    "name": "left",
-                    "description": "Force one or two page breaks before/after the generated box so that the next page is formatted as a left page."
-                },
-                {
-                    "name": "page",
-                    "description": "Always force a page break before/after the principal box."
-                },
-                {
-                    "name": "right",
-                    "description": "Force one or two page breaks before/after the generated box so that the next page is formatted as a right page."
-                }
-            ],
-            "syntax": "auto | avoid | always | all | avoid-page | page | left | right | recto | verso | avoid-column | column | avoid-region | region",
-            "description": "Describes the page/column/region break behavior after the generated box.",
-            "restrictions": [
-                "enum"
-            ]
-        },
-        {
-            "name": "text-decoration-skip-ink",
-            "status": "experimental",
-            "syntax": "auto | none",
-            "browsers": [
-                "FF70",
-                "C64",
-                "O50"
-            ],
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/text-decoration-skip-ink"
-                }
-            ],
-            "description": "The text-decoration-skip-ink CSS property specifies how overlines and underlines are drawn when they pass over glyph ascenders and descenders."
-        },
-        {
-            "name": "grid-row-end",
-            "browsers": [
-                "E16",
-                "FF52",
-                "S10.1",
-                "C57",
-                "O44"
-            ],
-            "values": [
-                {
-                    "name": "auto",
-                    "description": "The property contributes nothing to the grid item’s placement, indicating auto-placement, an automatic span, or a default span of one."
-                },
-                {
-                    "name": "span",
-                    "description": "Contributes a grid span to the grid item’s placement such that the corresponding edge of the grid item’s grid area is N lines from its opposite edge."
-                }
-            ],
-            "syntax": "<grid-line>",
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/grid-row-end"
-                }
-            ],
-            "description": "Determine a grid item’s size and location within the grid by contributing a line, a span, or nothing (automatic) to its grid placement.",
-            "restrictions": [
-                "identifier",
-                "integer",
-                "enum"
-            ]
-        },
-        {
-            "name": "break-before",
-            "values": [
-                {
-                    "name": "always",
-                    "description": "Always force a page break before/after the generated box."
-                },
-                {
-                    "name": "auto",
-                    "description": "Neither force nor forbid a page/column break before/after the principal box."
-                },
-                {
-                    "name": "avoid",
-                    "description": "Avoid a break before/after the principal box."
-                },
-                {
-                    "name": "avoid-column",
-                    "description": "Avoid a column break before/after the principal box."
-                },
-                {
-                    "name": "avoid-page",
-                    "description": "Avoid a page break before/after the principal box."
-                },
-                {
-                    "name": "column",
-                    "description": "Always force a column break before/after the principal box."
-                },
-                {
-                    "name": "left",
-                    "description": "Force one or two page breaks before/after the generated box so that the next page is formatted as a left page."
-                },
-                {
-                    "name": "page",
-                    "description": "Always force a page break before/after the principal box."
-                },
-                {
-                    "name": "right",
-                    "description": "Force one or two page breaks before/after the generated box so that the next page is formatted as a right page."
-                }
-            ],
-            "syntax": "auto | avoid | always | all | avoid-page | page | left | right | recto | verso | avoid-column | column | avoid-region | region",
-            "description": "Describes the page/column/region break behavior before the generated box.",
-            "restrictions": [
-                "enum"
-            ]
-        },
-        {
-            "name": "font-variant-caps",
-            "browsers": [
-                "FF34",
-                "C52",
-                "O39"
-            ],
-            "values": [
-                {
-                    "name": "all-petite-caps",
-                    "description": "Enables display of petite capitals for both upper and lowercase letters."
-                },
-                {
-                    "name": "all-small-caps",
-                    "description": "Enables display of small capitals for both upper and lowercase letters."
-                },
-                {
-                    "name": "normal",
-                    "description": "None of the features are enabled."
-                },
-                {
-                    "name": "petite-caps",
-                    "description": "Enables display of petite capitals."
-                },
-                {
-                    "name": "small-caps",
-                    "description": "Enables display of small capitals. Small-caps glyphs typically use the form of uppercase letters but are reduced to the size of lowercase letters."
-                },
-                {
-                    "name": "titling-caps",
-                    "description": "Enables display of titling capitals."
-                },
-                {
-                    "name": "unicase",
-                    "description": "Enables display of mixture of small capitals for uppercase letters with normal lowercase letters."
-                }
-            ],
-            "syntax": "normal | small-caps | all-small-caps | petite-caps | all-petite-caps | unicase | titling-caps",
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/font-variant-caps"
-                }
-            ],
-            "description": "Specifies control over capitalized forms.",
-            "restrictions": [
-                "enum"
-            ]
-        },
-        {
-            "name": "stop-opacity",
-            "description": "Defines the opacity of a given gradient stop.",
-            "restrictions": [
-                "number(0-1)"
-            ]
-        },
-        {
-            "name": "column-span",
-            "values": [
-                {
-                    "name": "all",
-                    "description": "The element spans across all columns. Content in the normal flow that appears before the element is automatically balanced across all columns before the element appear."
-                },
-                {
-                    "name": "none",
-                    "description": "The element does not span multiple columns."
-                }
-            ],
-            "syntax": "none | all",
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/column-span"
-                }
-            ],
-            "description": "Describes the page/column break behavior after the generated box.",
-            "restrictions": [
-                "enum"
-            ]
-        },
-        {
-            "name": "text-anchor",
-            "values": [
-                {
-                    "name": "end",
-                    "description": "The rendered characters are aligned such that the end of the resulting rendered text is at the initial current text position."
-                },
-                {
-                    "name": "middle",
-                    "description": "The rendered characters are aligned such that the geometric middle of the resulting rendered text is at the initial current text position."
-                },
-                {
-                    "name": "start",
-                    "description": "The rendered characters are aligned such that the start of the resulting rendered text is at the initial current text position."
-                }
-            ],
-            "description": "Used to align (start-, middle- or end-alignment) a string of text relative to a given point.",
-            "restrictions": [
-                "enum"
-            ]
-        },
-        {
-            "name": "column-rule-width",
-            "syntax": "<'border-width'>",
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/column-rule-width"
-                }
-            ],
-            "description": "Sets the width of the rule between columns. Negative values are not allowed.",
-            "restrictions": [
-                "length",
-                "line-width"
-            ]
-        },
-        {
-            "name": "mask",
-            "syntax": "<mask-layer>#",
-            "browsers": [
-                "E12",
-                "FF2",
-                "S3.2",
-                "C1",
-                "O15"
-            ],
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/mask"
-                }
-            ],
-            "description": "The mask CSS property alters the visibility of an element by either partially or fully hiding it. This is accomplished by either masking or clipping the image at specific points."
-        },
-        {
-            "name": "text-underline-position",
-            "browsers": [
-                "E12",
-                "C33",
-                "IE6",
-                "O20"
-            ],
-            "values": [
-                {
-                    "name": "above"
-                },
-                {
-                    "name": "auto",
-                    "description": "The user agent may use any algorithm to determine the underline’s position. In horizontal line layout, the underline should be aligned as for alphabetic. In vertical line layout, if the language is set to Japanese or Korean, the underline should be aligned as for over."
-                },
-                {
-                    "name": "below",
-                    "description": "The underline is aligned with the under edge of the element’s content box."
-                }
-            ],
-            "syntax": "auto | [ under || [ left | right ] ]",
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/text-underline-position"
-                }
-            ],
-            "description": "Sets the position of an underline specified on the same element: it does not affect underlines specified by ancestor elements. This property is typically used in vertical writing contexts such as in Japanese documents where it often desired to have the underline appear 'over' (to the right of) the affected run of text",
-            "restrictions": [
-                "enum"
-            ]
-        },
-        {
-            "name": "mask-type",
-            "browsers": [
-                "FF35",
-                "S6.1",
-                "C24",
-                "O15"
-            ],
-            "values": [
-                {
-                    "name": "alpha",
-                    "description": "Indicates that the alpha values of the mask should be used."
-                },
-                {
-                    "name": "luminance",
-                    "description": "Indicates that the luminance values of the mask should be used."
-                }
-            ],
-            "syntax": "luminance | alpha",
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/mask-type"
-                }
-            ],
-            "description": "Defines whether the content of the <mask> element is treated as as luminance mask or alpha mask.",
-            "restrictions": [
-                "enum"
-            ]
-        },
-        {
-            "name": "font-variant-east-asian",
-            "browsers": [
-                "FF34",
-                "C63",
-                "O50"
-            ],
-            "values": [
-                {
-                    "name": "full-width",
-                    "description": "Enables rendering of full-width variants."
-                },
-                {
-                    "name": "jis04",
-                    "description": "Enables rendering of JIS04 forms."
-                },
-                {
-                    "name": "jis78",
-                    "description": "Enables rendering of JIS78 forms."
-                },
-                {
-                    "name": "jis83",
-                    "description": "Enables rendering of JIS83 forms."
-                },
-                {
-                    "name": "jis90",
-                    "description": "Enables rendering of JIS90 forms."
-                },
-                {
-                    "name": "normal",
-                    "description": "None of the features are enabled."
-                },
-                {
-                    "name": "proportional-width",
-                    "description": "Enables rendering of proportionally-spaced variants."
-                },
-                {
-                    "name": "ruby",
-                    "description": "Enables display of ruby variant glyphs."
-                },
-                {
-                    "name": "simplified",
-                    "description": "Enables rendering of simplified forms."
-                },
-                {
-                    "name": "traditional",
-                    "description": "Enables rendering of traditional forms."
-                }
-            ],
-            "syntax": "normal | [ <east-asian-variant-values> || <east-asian-width-values> || ruby ]",
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/font-variant-east-asian"
-                }
-            ],
-            "description": "Allows control of glyph substitute and positioning in East Asian text.",
-            "restrictions": [
-                "enum"
-            ]
-        },
-        {
-            "name": "border-inline-end-width",
-            "browsers": [
-                "FF41",
-                "S12.1",
-                "C69",
-                "O56"
-            ],
-            "syntax": "<'border-top-width'>",
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/border-inline-end-width"
-                }
-            ],
-            "description": "Logical 'border-right-width'. Mapping depends on the parent element’s 'writing-mode', 'direction', and 'text-orientation'.",
-            "restrictions": [
-                "length",
-                "line-width"
-            ]
-        },
-        {
-            "name": "border-inline-start-width",
-            "browsers": [
-                "FF41",
-                "S12.1",
-                "C69",
-                "O56"
-            ],
-            "syntax": "<'border-top-width'>",
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/border-inline-start-width"
-                }
-            ],
-            "description": "Logical 'border-left-width'. Mapping depends on the parent element’s 'writing-mode', 'direction', and 'text-orientation'.",
-            "restrictions": [
-                "length",
-                "line-width"
-            ]
-        },
-        {
-            "name": "text-orientation",
-            "browsers": [
-                "FF41",
-                "S5.1",
-                "C48",
-                "O15"
-            ],
-            "values": [
-                {
-                    "name": "sideways",
-                    "browsers": [
-                        "FF41",
-                        "S5.1",
-                        "C48",
-                        "O15"
-                    ],
-                    "description": "This value is equivalent to 'sideways-right' in 'vertical-rl' writing mode and equivalent to 'sideways-left' in 'vertical-lr' writing mode."
-                },
-                {
-                    "name": "sideways-right",
-                    "browsers": [
-                        "FF41",
-                        "S5.1",
-                        "C48",
-                        "O15"
-                    ],
-                    "description": "In vertical writing modes, this causes text to be set as if in a horizontal layout, but rotated 90° clockwise."
-                },
-                {
-                    "name": "upright",
-                    "description": "In vertical writing modes, characters from horizontal-only scripts are rendered upright, i.e. in their standard horizontal orientation."
-                }
-            ],
-            "syntax": "mixed | upright | sideways",
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/text-orientation"
-                }
-            ],
-            "description": "Specifies the orientation of text within a line.",
-            "restrictions": [
-                "enum"
-            ]
-        },
-        {
-            "name": "shape-margin",
-            "browsers": [
-                "FF62",
-                "S10.1",
-                "C37",
-                "O24"
-            ],
-            "syntax": "<length-percentage>",
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/shape-margin"
-                }
-            ],
-            "description": "Adds a margin to a 'shape-outside'. This defines a new shape that is the smallest contour that includes all the points that are the 'shape-margin' distance outward in the perpendicular direction from a point on the underlying shape.",
-            "restrictions": [
-                "url",
-                "length",
-                "percentage"
-            ]
-        },
-        {
-            "name": "shape-image-threshold",
-            "browsers": [
-                "FF62",
-                "S10.1",
-                "C37",
-                "O24"
-            ],
-            "syntax": "<alpha-value>",
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/shape-image-threshold"
-                }
-            ],
-            "description": "Defines the alpha channel threshold used to extract the shape using an image. A value of 0.5 means that the shape will enclose all the pixels that are more than 50% opaque.",
-            "restrictions": [
-                "number"
-            ]
-        },
-        {
-            "name": "min-inline-size",
-            "browsers": [
-                "FF41",
-                "S12.1",
-                "C57",
-                "O44"
-            ],
-            "syntax": "<'min-width'>",
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/min-inline-size"
-                }
-            ],
-            "description": "Logical 'min-height'. Mapping depends on the element’s 'writing-mode'.",
-            "restrictions": [
-                "length",
-                "percentage"
-            ]
-        },
-        {
-            "name": "inline-size",
-            "browsers": [
-                "FF41",
-                "S12.1",
-                "C57",
-                "O44"
-            ],
-            "values": [
-                {
-                    "name": "auto",
-                    "description": "Depends on the values of other properties."
-                }
-            ],
-            "syntax": "<'width'>",
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/inline-size"
-                }
-            ],
-            "description": "Logical 'height'. Mapping depends on the element’s 'writing-mode'.",
-            "restrictions": [
-                "length",
-                "percentage"
-            ]
-        },
-        {
-            "name": "text-combine-upright",
-            "syntax": "none | all | [ digits <integer>? ]",
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/text-combine-upright"
-                }
-            ],
-            "description": "The text-combine-upright CSS property specifies the combination of multiple characters into the space of a single character. If the combined text is wider than 1em, the user agent must fit the contents within 1em. The resulting composition is treated as a single upright glyph for layout and decoration. This property only has an effect in vertical writing modes.\n\nThis is used to produce an effect that is known as tate-chū-yoko (縦中横) in Japanese, or as 直書橫向 in Chinese."
-        },
-        {
-            "name": "block-size",
-            "browsers": [
-                "FF41",
-                "S12.1",
-                "C57",
-                "O44"
-            ],
-            "values": [
-                {
-                    "name": "auto",
-                    "description": "Depends on the values of other properties."
-                }
-            ],
-            "syntax": "<'width'>",
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/block-size"
-                }
-            ],
-            "description": "Logical 'width'. Mapping depends on the element’s 'writing-mode'.",
-            "restrictions": [
-                "length",
-                "percentage"
-            ]
-        },
-        {
-            "name": "min-block-size",
-            "browsers": [
-                "FF41",
-                "S12.1",
-                "C57",
-                "O44"
-            ],
-            "syntax": "<'min-width'>",
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/min-block-size"
-                }
-            ],
-            "description": "Logical 'min-width'. Mapping depends on the element’s 'writing-mode'.",
-            "restrictions": [
-                "length",
-                "percentage"
-            ]
-        },
-        {
-            "name": "padding-block-start",
-            "browsers": [
-                "FF41",
-                "S12.1",
-                "C69",
-                "O56"
-            ],
-            "syntax": "<'padding-left'>",
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/padding-block-start"
-                }
-            ],
-            "description": "Logical 'padding-top'. Mapping depends on the parent element’s 'writing-mode', 'direction', and 'text-orientation'.",
-            "restrictions": [
-                "length",
-                "percentage"
-            ]
-        },
-        {
-            "name": "padding-block-end",
-            "browsers": [
-                "FF41",
-                "S12.1",
-                "C69",
-                "O56"
-            ],
-            "syntax": "<'padding-left'>",
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/padding-block-end"
-                }
-            ],
-            "description": "Logical 'padding-bottom'. Mapping depends on the parent element’s 'writing-mode', 'direction', and 'text-orientation'.",
-            "restrictions": [
-                "length",
-                "percentage"
-            ]
-        },
-        {
-            "name": "border-inline-start-color",
-            "browsers": [
-                "FF41",
-                "S12.1",
-                "C69",
-                "O56"
-            ],
-            "syntax": "<'border-top-color'>",
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/border-inline-start-color"
-                }
-            ],
-            "description": "Logical 'border-left-color'. Mapping depends on the parent element’s 'writing-mode', 'direction', and 'text-orientation'.",
-            "restrictions": [
-                "color"
-            ]
-        },
-        {
-            "name": "border-inline-end-color",
-            "browsers": [
-                "FF41",
-                "S12.1",
-                "C69",
-                "O56"
-            ],
-            "syntax": "<'border-top-color'>",
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/border-inline-end-color"
-                }
-            ],
-            "description": "Logical 'border-right-color'. Mapping depends on the parent element’s 'writing-mode', 'direction', and 'text-orientation'.",
-            "restrictions": [
-                "color"
-            ]
-        },
-        {
-            "name": "border-inline-end-style",
-            "browsers": [
-                "FF41",
-                "S12.1",
-                "C69",
-                "O56"
-            ],
-            "syntax": "<'border-top-style'>",
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/border-inline-end-style"
-                }
-            ],
-            "description": "Logical 'border-right-style'. Mapping depends on the parent element’s 'writing-mode', 'direction', and 'text-orientation'.",
-            "restrictions": [
-                "line-style"
-            ]
-        },
-        {
-            "name": "border-inline-start-style",
-            "browsers": [
-                "FF41",
-                "S12.1",
-                "C69",
-                "O56"
-            ],
-            "syntax": "<'border-top-style'>",
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/border-inline-start-style"
-                }
-            ],
-            "description": "Logical 'border-left-style'. Mapping depends on the parent element’s 'writing-mode', 'direction', and 'text-orientation'.",
-            "restrictions": [
-                "line-style"
-            ]
-        },
-        {
-            "name": "border-block-end-style",
-            "browsers": [
-                "FF41",
-                "S12.1",
-                "C69",
-                "O56"
-            ],
-            "syntax": "<'border-top-style'>",
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/border-block-end-style"
-                }
-            ],
-            "description": "Logical 'border-bottom-style'. Mapping depends on the parent element’s 'writing-mode', 'direction', and 'text-orientation'.",
-            "restrictions": [
-                "line-style"
-            ]
-        },
-        {
-            "name": "border-block-end-color",
-            "browsers": [
-                "FF41",
-                "S12.1",
-                "C69",
-                "O56"
-            ],
-            "syntax": "<'border-top-color'>",
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/border-block-end-color"
-                }
-            ],
-            "description": "Logical 'border-bottom-color'. Mapping depends on the parent element’s 'writing-mode', 'direction', and 'text-orientation'.",
-            "restrictions": [
-                "color"
-            ]
-        },
-        {
-            "name": "border-block-start-style",
-            "browsers": [
-                "FF41",
-                "S12.1",
-                "C69",
-                "O56"
-            ],
-            "syntax": "<'border-top-style'>",
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/border-block-start-style"
-                }
-            ],
-            "description": "Logical 'border-top-style'. Mapping depends on the parent element’s 'writing-mode', 'direction', and 'text-orientation'.",
-            "restrictions": [
-                "line-style"
-            ]
-        },
-        {
-            "name": "border-block-start-color",
-            "browsers": [
-                "FF41",
-                "S12.1",
-                "C69",
-                "O56"
-            ],
-            "syntax": "<'border-top-color'>",
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/border-block-start-color"
-                }
-            ],
-            "description": "Logical 'border-top-color'. Mapping depends on the parent element’s 'writing-mode', 'direction', and 'text-orientation'.",
-            "restrictions": [
-                "color"
-            ]
-        },
-        {
-            "name": "border-block-start-width",
-            "browsers": [
-                "FF41",
-                "S12.1",
-                "C69",
-                "O56"
-            ],
-            "syntax": "<'border-top-width'>",
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/border-block-start-width"
-                }
-            ],
-            "description": "Logical 'border-top-width'. Mapping depends on the parent element’s 'writing-mode', 'direction', and 'text-orientation'.",
-            "restrictions": [
-                "length",
-                "line-width"
-            ]
-        },
-        {
-            "name": "border-block-end-width",
-            "browsers": [
-                "FF41",
-                "S12.1",
-                "C69",
-                "O56"
-            ],
-            "syntax": "<'border-top-width'>",
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/border-block-end-width"
-                }
-            ],
-            "description": "Logical 'border-bottom-width'. Mapping depends on the parent element’s 'writing-mode', 'direction', and 'text-orientation'.",
-            "restrictions": [
-                "length",
-                "line-width"
-            ]
-        },
-        {
-            "name": "row-gap",
-            "syntax": "normal | <length-percentage>",
-            "browsers": [
-                "E16",
-                "FF63",
-                "S10.1",
-                "C66",
-                "O53"
-            ],
-            "description": "The row-gap CSS property specifies the gutter between grid rows."
-        },
-        {
-            "name": "grid-template",
-            "browsers": [
-                "E16",
-                "FF52",
-                "S10.1",
-                "C57",
-                "O44"
-            ],
-            "values": [
-                {
-                    "name": "none",
-                    "description": "Sets all three properties to their initial values."
-                },
-                {
-                    "name": "min-content",
-                    "description": "Represents the largest min-content contribution of the grid items occupying the grid track."
-                },
-                {
-                    "name": "max-content",
-                    "description": "Represents the largest max-content contribution of the grid items occupying the grid track."
-                },
-                {
-                    "name": "auto",
-                    "description": "As a maximum, identical to 'max-content'. As a minimum, represents the largest minimum size (as specified by min-width/min-height) of the grid items occupying the grid track."
-                },
-                {
-                    "name": "subgrid",
-                    "description": "Sets 'grid-template-rows' and 'grid-template-columns' to 'subgrid', and 'grid-template-areas' to its initial value."
-                },
-                {
-                    "name": "minmax()",
-                    "description": "Defines a size range greater than or equal to min and less than or equal to max."
-                },
-                {
-                    "name": "repeat()",
-                    "description": "Represents a repeated fragment of the track list, allowing a large number of columns or rows that exhibit a recurring pattern to be written in a more compact form."
-                }
-            ],
-            "syntax": "none | [ <'grid-template-rows'> / <'grid-template-columns'> ] | [ <line-names>? <string> <track-size>? <line-names>? ]+ [ / <explicit-track-list> ]?",
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/grid-template"
-                }
-            ],
-            "description": "Shorthand for setting grid-template-columns, grid-template-rows, and grid-template-areas in a single declaration.",
-            "restrictions": [
-                "identifier",
-                "length",
-                "percentage",
-                "string",
-                "enum"
-            ]
-        },
-        {
-            "name": "color-interpolation-filters",
-            "browsers": [
-                "E",
-                "C5",
-                "FF3",
-                "IE10",
-                "O9",
-                "S6"
-            ],
-            "values": [
-                {
-                    "name": "auto",
-                    "description": "Color operations are not required to occur in a particular color space."
-                },
-                {
-                    "name": "linearRGB",
-                    "description": "Color operations should occur in the linearized RGB color space."
-                },
-                {
-                    "name": "sRGB",
-                    "description": "Color operations should occur in the sRGB color space."
-                }
-            ],
-            "description": "Specifies the color space for imaging operations performed via filter effects.",
-            "restrictions": [
-                "enum"
-            ]
-        },
-        {
-            "name": "paint-order",
-            "browsers": [
-                "E17",
-                "FF60",
-                "S8",
-                "C35",
-                "O22"
-            ],
-            "values": [
-                {
-                    "name": "fill"
-                },
-                {
-                    "name": "markers"
-                },
-                {
-                    "name": "normal",
-                    "description": "The element is painted with the standard order of painting operations: the 'fill' is painted first, then its 'stroke' and finally its markers."
-                },
-                {
-                    "name": "stroke"
-                }
-            ],
-            "status": "experimental",
-            "syntax": "normal | [ fill || stroke || markers ]",
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/paint-order"
-                }
-            ],
-            "description": "Controls the order that the three paint operations that shapes and text are rendered with: their fill, their stroke and any markers they might have.",
-            "restrictions": [
-                "enum"
-            ]
-        },
-        {
-            "name": "flood-color",
-            "browsers": [
-                "E",
-                "C5",
-                "FF3",
-                "IE10",
-                "O9",
-                "S6"
-            ],
-            "description": "Indicates what color to use to flood the current filter primitive subregion.",
-            "restrictions": [
-                "color"
-            ]
-        },
-        {
-            "name": "flood-opacity",
-            "browsers": [
-                "E",
-                "C5",
-                "FF3",
-                "IE10",
-                "O9",
-                "S6"
-            ],
-            "description": "Indicates what opacity to use to flood the current filter primitive subregion.",
-            "restrictions": [
-                "number(0-1)",
-                "percentage"
-            ]
-        },
-        {
-            "name": "scroll-snap-stop",
-            "syntax": "normal | always",
-            "browsers": [
-                "C75",
-                "O62"
-            ],
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/scroll-snap-stop"
-                }
-            ],
-            "description": "The scroll-snap-stop CSS property defines whether the scroll container is allowed to \"pass over\" possible snap positions."
-        },
-        {
-            "name": "lighting-color",
-            "browsers": [
-                "E",
-                "C5",
-                "FF3",
-                "IE10",
-                "O9",
-                "S6"
-            ],
-            "description": "Defines the color of the light source for filter primitives 'feDiffuseLighting' and 'feSpecularLighting'.",
-            "restrictions": [
-                "color"
-            ]
-        },
-        {
-            "name": "scroll-padding-left",
-            "syntax": "auto | <length-percentage>",
-            "browsers": [
-                "FF68",
-                "S11",
-                "C69",
-                "O56"
-            ],
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/scroll-padding-left"
-                }
-            ],
-            "description": "The scroll-padding-left property defines offsets for the left of the optimal viewing region of the scrollport: the region used as the target region for placing things in view of the user. This allows the author to exclude regions of the scrollport that are obscured by other content (such as fixed-positioned toolbars or sidebars) or simply to put more breathing room between a targeted element and the edges of the scrollport."
-        },
-        {
-            "name": "marker-end",
-            "values": [
-                {
-                    "name": "none",
-                    "description": "Indicates that no marker symbol will be drawn at the given vertex or vertices."
-                },
-                {
-                    "name": "url()",
-                    "description": "Indicates that the <marker> element referenced will be used."
-                }
-            ],
-            "description": "Specifies the marker that will be drawn at the last vertices of the given markable element.",
-            "restrictions": [
-                "url"
-            ]
-        },
-        {
-            "name": "marker-start",
-            "values": [
-                {
-                    "name": "none",
-                    "description": "Indicates that no marker symbol will be drawn at the given vertex or vertices."
-                },
-                {
-                    "name": "url()",
-                    "description": "Indicates that the <marker> element referenced will be used."
-                }
-            ],
-            "description": "Specifies the marker that will be drawn at the first vertices of the given markable element.",
-            "restrictions": [
-                "url"
-            ]
-        },
-        {
-            "name": "marker-mid",
-            "values": [
-                {
-                    "name": "none",
-                    "description": "Indicates that no marker symbol will be drawn at the given vertex or vertices."
-                },
-                {
-                    "name": "url()",
-                    "description": "Indicates that the <marker> element referenced will be used."
-                }
-            ],
-            "description": "Specifies the marker that will be drawn at all vertices except the first and last.",
-            "restrictions": [
-                "url"
-            ]
-        },
-        {
-            "name": "offset-distance",
-            "status": "experimental",
-            "syntax": "<length-percentage>",
-            "browsers": [
-                "FF69",
-                "C55",
-                "O42"
-            ],
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/offset-distance"
-                }
-            ],
-            "description": "The offset-distance CSS property specifies a position along an offset-path."
-        },
-        {
-            "name": "place-content",
-            "syntax": "<'align-content'> <'justify-content'>?",
-            "browsers": [
-                "FF53",
-                "S9",
-                "C59",
-                "O"
-            ],
-            "description": "The place-content CSS shorthand property sets both the align-content and justify-content properties."
-        },
-        {
-            "name": "font-variation-settings",
-            "syntax": "normal | [ <string> <number> ]#",
-            "browsers": [
-                "E17",
-                "FF62",
-                "S11",
-                "C62",
-                "O49"
-            ],
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/font-variation-settings"
-                }
-            ],
-            "description": "The font-variation-settings CSS property provides low-level control over OpenType or TrueType font variations, by specifying the four letter axis names of the features you want to vary, along with their variation values."
-        },
-        {
-            "name": "offset-path",
-            "status": "experimental",
-            "syntax": "none | ray( [ <angle> && <size>? && contain? ] ) | <path()> | <url> | [ <basic-shape> || <geometry-box> ]",
-            "browsers": [
-                "FF63",
-                "C55",
-                "O45"
-            ],
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/offset-path"
-                }
-            ],
-            "description": "The offset-path CSS property specifies the offset path where the element gets positioned. The exact element’s position on the offset path is determined by the offset-distance property. An offset path is either a specified path with one or multiple sub-paths or the geometry of a not-styled basic shape. Each shape or path must define an initial position for the computed value of \"0\" for offset-distance and an initial direction which specifies the rotation of the object to the initial position.\n\nIn this specification, a direction (or rotation) of 0 degrees is equivalent to the direction of the positive x-axis in the object’s local coordinate system. In other words, a rotation of 0 degree points to the right side of the UA if the object and its ancestors have no transformation applied."
-        },
-        {
-            "name": "offset-rotate",
-            "status": "experimental",
-            "syntax": "[ auto | reverse ] || <angle>",
-            "browsers": [
-                "FF69",
-                "C56",
-                "O43"
-            ],
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/offset-rotate"
-                }
-            ],
-            "description": "The offset-rotate CSS property defines the direction of the element while positioning along the offset path."
-        },
-        {
-            "name": "max-inline-size",
-            "browsers": [
-                "FF41",
-                "S10.1",
-                "C57",
-                "O44"
-            ],
-            "values": [
-                {
-                    "name": "none",
-                    "description": "No limit on the height of the box."
-                }
-            ],
-            "status": "experimental",
-            "syntax": "<'max-width'>",
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/max-inline-size"
-                }
-            ],
-            "description": "Logical 'max-height'. Mapping depends on the element’s 'writing-mode'.",
-            "restrictions": [
-                "length",
-                "percentage"
-            ]
-        },
-        {
-            "name": "max-block-size",
-            "browsers": [
-                "FF41",
-                "S12.1",
-                "C57",
-                "O44"
-            ],
-            "values": [
-                {
-                    "name": "none",
-                    "description": "No limit on the width of the box."
-                }
-            ],
-            "status": "experimental",
-            "syntax": "<'max-width'>",
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/max-block-size"
-                }
-            ],
-            "description": "Logical 'max-width'. Mapping depends on the element’s 'writing-mode'.",
-            "restrictions": [
-                "length",
-                "percentage"
-            ]
-        },
-        {
-            "name": "scroll-padding",
-            "syntax": "[ auto | <length-percentage> ]{1,4}",
-            "browsers": [
-                "FF68",
-                "S11",
-                "C69",
-                "O56"
-            ],
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/scroll-padding"
-                }
-            ],
-            "description": "The scroll-padding property is a shorthand property which sets all of the scroll-padding longhands, assigning values much like the padding property does for the padding-* longhands."
-        },
-        {
-            "name": "transform-box",
-            "syntax": "border-box | fill-box | view-box",
-            "browsers": [
-                "FF55",
-                "S11",
-                "C64",
-                "O51"
-            ],
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/transform-box"
-                }
-            ],
-            "description": "The transform-box CSS property defines the layout box to which the transform and transform-origin properties relate."
-        },
-        {
-            "name": "scroll-padding-top",
-            "syntax": "auto | <length-percentage>",
-            "browsers": [
-                "FF68",
-                "S11",
-                "C69",
-                "O56"
-            ],
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/scroll-padding-top"
-                }
-            ],
-            "description": "The scroll-padding-top property defines offsets for the top of the optimal viewing region of the scrollport: the region used as the target region for placing things in view of the user. This allows the author to exclude regions of the scrollport that are obscured by other content (such as fixed-positioned toolbars or sidebars) or simply to put more breathing room between a targeted element and the edges of the scrollport."
-        },
-        {
-            "name": "gap",
-            "syntax": "<'row-gap'> <'column-gap'>?",
-            "browsers": [
-                "E16",
-                "FF63",
-                "S10.1",
-                "C66",
-                "O53"
-            ],
-            "description": "The gap CSS property is a shorthand property for row-gap and column-gap specifying the gutters between grid rows and columns."
-        },
-        {
-            "name": "scroll-padding-right",
-            "syntax": "auto | <length-percentage>",
-            "browsers": [
-                "FF68",
-                "S11",
-                "C69",
-                "O56"
-            ],
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/scroll-padding-right"
-                }
-            ],
-            "description": "The scroll-padding-right property defines offsets for the right of the optimal viewing region of the scrollport: the region used as the target region for placing things in view of the user. This allows the author to exclude regions of the scrollport that are obscured by other content (such as fixed-positioned toolbars or sidebars) or simply to put more breathing room between a targeted element and the edges of the scrollport."
-        },
-        {
-            "name": "marker",
-            "values": [
-                {
-                    "name": "none",
-                    "description": "Indicates that no marker symbol will be drawn at the given vertex or vertices."
-                },
-                {
-                    "name": "url()",
-                    "description": "Indicates that the <marker> element referenced will be used."
-                }
-            ],
-            "description": "Specifies the marker symbol that shall be used for all points on the sets the value for all vertices on the given ‘path’ element or basic shape.",
-            "restrictions": [
-                "url"
-            ]
-        },
-        {
-            "name": "scroll-padding-bottom",
-            "syntax": "auto | <length-percentage>",
-            "browsers": [
-                "FF68",
-                "S11",
-                "C69",
-                "O56"
-            ],
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/scroll-padding-bottom"
-                }
-            ],
-            "description": "The scroll-padding-bottom property defines offsets for the bottom of the optimal viewing region of the scrollport: the region used as the target region for placing things in view of the user. This allows the author to exclude regions of the scrollport that are obscured by other content (such as fixed-positioned toolbars or sidebars) or simply to put more breathing room between a targeted element and the edges of the scrollport."
-        },
-        {
-            "name": "scroll-padding-inline-start",
-            "syntax": "auto | <length-percentage>",
-            "browsers": [
-                "FF68",
-                "S11",
-                "C69",
-                "O56"
-            ],
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/scroll-padding-inline-start"
-                }
-            ],
-            "description": "The scroll-padding-inline-start property defines offsets for the start edge in the inline dimension of the optimal viewing region of the scrollport: the region used as the target region for placing things in view of the user. This allows the author to exclude regions of the scrollport that are obscured by other content (such as fixed-positioned toolbars or sidebars) or simply to put more breathing room between a targeted element and the edges of the scrollport."
-        },
-        {
-            "name": "scroll-padding-block-start",
-            "syntax": "auto | <length-percentage>",
-            "browsers": [
-                "FF68",
-                "S11",
-                "C69",
-                "O56"
-            ],
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/scroll-padding-block-start"
-                }
-            ],
-            "description": "The scroll-padding-block-start property defines offsets for the start edge in the block dimension of the optimal viewing region of the scrollport: the region used as the target region for placing things in view of the user. This allows the author to exclude regions of the scrollport that are obscured by other content (such as fixed-positioned toolbars or sidebars) or simply to put more breathing room between a targeted element and the edges of the scrollport."
-        },
-        {
-            "name": "scroll-padding-inline-end",
-            "syntax": "auto | <length-percentage>",
-            "browsers": [
-                "FF68",
-                "S11",
-                "C69",
-                "O56"
-            ],
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/scroll-padding-inline-end"
-                }
-            ],
-            "description": "The scroll-padding-inline-end property defines offsets for the end edge in the inline dimension of the optimal viewing region of the scrollport: the region used as the target region for placing things in view of the user. This allows the author to exclude regions of the scrollport that are obscured by other content (such as fixed-positioned toolbars or sidebars) or simply to put more breathing room between a targeted element and the edges of the scrollport."
-        },
-        {
-            "name": "scroll-padding-block-end",
-            "syntax": "auto | <length-percentage>",
-            "browsers": [
-                "FF68",
-                "S11",
-                "C69",
-                "O56"
-            ],
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/scroll-padding-block-end"
-                }
-            ],
-            "description": "The scroll-padding-block-end property defines offsets for the end edge in the block dimension of the optimal viewing region of the scrollport: the region used as the target region for placing things in view of the user. This allows the author to exclude regions of the scrollport that are obscured by other content (such as fixed-positioned toolbars or sidebars) or simply to put more breathing room between a targeted element and the edges of the scrollport."
-        },
-        {
-            "name": "place-self",
-            "syntax": "<'align-self'> <'justify-self'>?",
-            "browsers": [
-                "FF45",
-                "C59",
-                "O46"
-            ],
-            "description": "The place-self CSS property is a shorthand property sets both the align-self and justify-self properties. The first value is the align-self property value, the second the justify-self one. If the second value is not present, the first value is also used for it."
-        },
-        {
-            "name": "grid",
-            "browsers": [
-                "E16",
-                "FF52",
-                "S10.1",
-                "C57",
-                "O44"
-            ],
-            "syntax": "<'grid-template'> | <'grid-template-rows'> / [ auto-flow && dense? ] <'grid-auto-columns'>? | [ auto-flow && dense? ] <'grid-auto-rows'>? / <'grid-template-columns'>",
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/grid"
-                }
-            ],
-            "description": "The grid CSS property is a shorthand property that sets all of the explicit grid properties ('grid-template-rows', 'grid-template-columns', and 'grid-template-areas'), and all the implicit grid properties ('grid-auto-rows', 'grid-auto-columns', and 'grid-auto-flow'), in a single declaration.",
-            "restrictions": [
-                "identifier",
-                "length",
-                "percentage",
-                "string",
-                "enum"
-            ]
-        },
-        {
-            "name": "place-items",
-            "syntax": "<'align-items'> <'justify-items'>?",
-            "browsers": [
-                "FF45",
-                "S11",
-                "C59",
-                "O46"
-            ],
-            "description": "The CSS place-items shorthand property sets both the align-items and justify-items properties. The first value is the align-items property value, the second the justify-items one. If the second value is not present, the first value is also used for it."
-        },
-        {
-            "name": "font-optical-sizing",
-            "syntax": "auto | none",
-            "browsers": [
-                "E17",
-                "FF62",
-                "S11",
-                "C79"
-            ],
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/font-optical-sizing"
-                }
-            ],
-            "description": "The font-optical-sizing CSS property allows developers to control whether browsers render text with slightly differing visual representations to optimize viewing at different sizes, or not. This only works for fonts that have an optical size variation axis."
-        },
-        {
-            "name": "border-block-start",
-            "browsers": [
-                "FF41",
-                "S12.1",
-                "C69",
-                "O56"
-            ],
-            "syntax": "<'border-top-width'> || <'border-top-style'> || <'color'>",
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/border-block-start"
-                }
-            ],
-            "description": "Logical 'border-top'. Mapping depends on the parent element’s 'writing-mode', 'direction', and 'text-orientation'.",
-            "restrictions": [
-                "length",
-                "line-width",
-                "line-style",
-                "color"
-            ]
-        },
-        {
-            "name": "border-block-end",
-            "browsers": [
-                "FF41",
-                "S12.1",
-                "C69",
-                "O56"
-            ],
-            "syntax": "<'border-top-width'> || <'border-top-style'> || <'color'>",
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/border-block-end"
-                }
-            ],
-            "description": "Logical 'border-bottom'. Mapping depends on the parent element’s 'writing-mode', 'direction', and 'text-orientation'.",
-            "restrictions": [
-                "length",
-                "line-width",
-                "line-style",
-                "color"
-            ]
-        },
-        {
-            "name": "border-inline-start",
-            "browsers": [
-                "FF41",
-                "S12.1",
-                "C69",
-                "O56"
-            ],
-            "syntax": "<'border-top-width'> || <'border-top-style'> || <'color'>",
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/border-inline-start"
-                }
-            ],
-            "description": "Logical 'border-left'. Mapping depends on the parent element’s 'writing-mode', 'direction', and 'text-orientation'.",
-            "restrictions": [
-                "length",
-                "line-width",
-                "line-style",
-                "color"
-            ]
-        },
-        {
-            "name": "offset",
-            "status": "experimental",
-            "syntax": "[ <'offset-position'>? [ <'offset-path'> [ <'offset-distance'> || <'offset-rotate'> ]? ]? ]! [ / <'offset-anchor'> ]?",
-            "browsers": [
-                "FF71",
-                "C55",
-                "O42"
-            ],
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/offset"
-                }
-            ],
-            "description": "The offset CSS property is a shorthand property for animating an element along a defined path."
-        },
-        {
-            "name": "border-inline-end",
-            "browsers": [
-                "FF41",
-                "S12.1",
-                "C69",
-                "O56"
-            ],
-            "syntax": "<'border-top-width'> || <'border-top-style'> || <'color'>",
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/border-inline-end"
-                }
-            ],
-            "description": "Logical 'border-right'. Mapping depends on the parent element’s 'writing-mode', 'direction', and 'text-orientation'.",
-            "restrictions": [
-                "length",
-                "line-width",
-                "line-style",
-                "color"
-            ]
-        },
-        {
-            "name": "scroll-padding-block",
-            "syntax": "[ auto | <length-percentage> ]{1,2}",
-            "browsers": [
-                "FF68",
-                "C69",
-                "O56"
-            ],
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/scroll-padding-block"
-                }
-            ],
-            "description": "The scroll-padding-block property is a shorthand property which sets the scroll-padding longhands for the block dimension."
-        },
-        {
-            "name": "scroll-padding-inline",
-            "syntax": "[ auto | <length-percentage> ]{1,2}",
-            "browsers": [
-                "FF68",
-                "C69",
-                "O56"
-            ],
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/scroll-padding-inline"
-                }
-            ],
-            "description": "The scroll-padding-inline property is a shorthand property which sets the scroll-padding longhands for the inline dimension."
-        },
-        {
-            "name": "motion",
-            "browsers": [
-                "C46",
-                "O33"
-            ],
-            "values": [
-                {
-                    "name": "none",
-                    "description": "No motion path gets created."
-                },
-                {
-                    "name": "path()",
-                    "description": "Defines an SVG path as a string, with optional 'fill-rule' as the first argument."
-                },
-                {
-                    "name": "auto",
-                    "description": "Indicates that the object is rotated by the angle of the direction of the motion path."
-                },
-                {
-                    "name": "reverse",
-                    "description": "Indicates that the object is rotated by the angle of the direction of the motion path plus 180 degrees."
-                }
-            ],
-            "description": "Shorthand property for setting 'motion-path', 'motion-offset' and 'motion-rotation'.",
-            "restrictions": [
-                "url",
-                "length",
-                "percentage",
-                "angle",
-                "shape",
-                "geometry-box",
-                "enum"
-            ]
-        },
-        {
-            "name": "margin-inline",
-            "syntax": "<'margin-left'>{1,2}",
-            "browsers": [
-                "FF66",
-                "C69",
-                "O56"
-            ],
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/margin-inline"
-                }
-            ],
-            "description": "The margin-inline CSS property defines the logical inline start and end margins of an element, which maps to physical margins depending on the element's writing mode, directionality, and text orientation."
-        },
-        {
-            "name": "padding-block",
-            "syntax": "<'padding-left'>{1,2}",
-            "browsers": [
-                "FF66",
-                "C69",
-                "O56"
-            ],
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/padding-block"
-                }
-            ],
-            "description": "The padding-block CSS property defines the logical block start and end padding of an element, which maps to physical padding properties depending on the element's writing mode, directionality, and text orientation."
-        },
-        {
-            "name": "padding-inline",
-            "syntax": "<'padding-left'>{1,2}",
-            "browsers": [
-                "FF66",
-                "C69",
-                "O56"
-            ],
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/padding-inline"
-                }
-            ],
-            "description": "The padding-inline CSS property defines the logical inline start and end padding of an element, which maps to physical padding properties depending on the element's writing mode, directionality, and text orientation."
-        },
-        {
-            "name": "font-size-adjust",
-            "browsers": [
-                "FF40",
-                "C54",
-                "O41"
-            ],
-            "values": [
-                {
-                    "name": "none",
-                    "description": "Do not preserve the font’s x-height."
-                }
-            ],
-            "syntax": "none | <number>",
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/font-size-adjust"
-                }
-            ],
-            "description": "Preserves the readability of text when font fallback occurs by adjusting the font-size so that the x-height is the same regardless of the font used.",
-            "restrictions": [
-                "number"
-            ]
-        },
-        {
-            "name": "motion-path",
-            "browsers": [
-                "C46",
-                "O33"
-            ],
-            "values": [
-                {
-                    "name": "none",
-                    "description": "No motion path gets created."
-                },
-                {
-                    "name": "path()",
-                    "description": "Defines an SVG path as a string, with optional 'fill-rule' as the first argument."
-                }
-            ],
-            "description": "Specifies the motion path the element gets positioned at.",
-            "restrictions": [
-                "url",
-                "shape",
-                "geometry-box",
-                "enum"
-            ]
-        },
-        {
-            "name": "text-justify",
-            "browsers": [
-                "E12",
-                "FF55",
-                "C32",
-                "IE11",
-                "O19"
-            ],
-            "values": [
-                {
-                    "name": "auto",
-                    "description": "The UA determines the justification algorithm to follow, based on a balance between performance and adequate presentation quality."
-                },
-                {
-                    "name": "distribute",
-                    "description": "Justification primarily changes spacing both at word separators and at grapheme cluster boundaries in all scripts except those in the connected and cursive groups. This value is sometimes used in e.g. Japanese, often with the 'text-align-last' property."
-                },
-                {
-                    "name": "distribute-all-lines"
-                },
-                {
-                    "name": "inter-cluster",
-                    "description": "Justification primarily changes spacing at word separators and at grapheme cluster boundaries in clustered scripts. This value is typically used for Southeast Asian scripts such as Thai."
-                },
-                {
-                    "name": "inter-ideograph",
-                    "description": "Justification primarily changes spacing at word separators and at inter-graphemic boundaries in scripts that use no word spaces. This value is typically used for CJK languages."
-                },
-                {
-                    "name": "inter-word",
-                    "description": "Justification primarily changes spacing at word separators. This value is typically used for languages that separate words using spaces, like English or (sometimes) Korean."
-                },
-                {
-                    "name": "kashida",
-                    "description": "Justification primarily stretches Arabic and related scripts through the use of kashida or other calligraphic elongation."
-                },
-                {
-                    "name": "newspaper"
-                }
-            ],
-            "syntax": "auto | inter-character | inter-word | none",
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/text-justify"
-                }
-            ],
-            "description": "Selects the justification algorithm used when 'text-align' is set to 'justify'. The property applies to block containers, but the UA may (but is not required to) also support it on inline elements.",
-            "restrictions": [
-                "enum"
-            ]
-        },
-        {
-            "name": "motion-offset",
-            "browsers": [
-                "C46",
-                "O33"
-            ],
-            "description": "A distance that describes the position along the specified motion path.",
-            "restrictions": [
-                "length",
-                "percentage"
-            ]
-        },
-        {
-            "name": "inset-block-start",
-            "syntax": "<'top'>",
-            "browsers": [
-                "FF63",
-                "C69",
-                "O56"
-            ],
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/inset-block-start"
-                }
-            ],
-            "description": "The inset-block-start CSS property defines the logical block start offset of an element, which maps to a physical offset depending on the element's writing mode, directionality, and text orientation. It corresponds to the top, right, bottom, or left property depending on the values defined for writing-mode, direction, and text-orientation."
-        },
-        {
-            "name": "inset",
-            "syntax": "<'top'>{1,4}",
-            "browsers": [
-                "FF66"
-            ],
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/inset"
-                }
-            ],
-            "description": "The inset CSS property defines the logical block and inline start and end offsets of an element, which map to physical offsets depending on the element's writing mode, directionality, and text orientation. It corresponds to the top and bottom, or right and left properties depending on the values defined for writing-mode, direction, and text-orientation."
-        },
-        {
-            "name": "inset-inline-start",
-            "syntax": "<'top'>",
-            "browsers": [
-                "FF63",
-                "C69",
-                "O56"
-            ],
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/inset-inline-start"
-                }
-            ],
-            "description": "The inset-inline-start CSS property defines the logical inline start inset of an element, which maps to a physical offset depending on the element's writing mode, directionality, and text orientation. It corresponds to the top, right, bottom, or left property depending on the values defined for writing-mode, direction, and text-orientation."
-        },
-        {
-            "name": "inset-inline-end",
-            "syntax": "<'top'>",
-            "browsers": [
-                "FF63",
-                "C69",
-                "O56"
-            ],
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/inset-inline-end"
-                }
-            ],
-            "description": "The inset-inline-end CSS property defines the logical inline end inset of an element, which maps to a physical inset depending on the element's writing mode, directionality, and text orientation. It corresponds to the top, right, bottom, or left property depending on the values defined for writing-mode, direction, and text-orientation."
-        },
-        {
-            "name": "scale",
-            "syntax": "none | <number>{1,3}",
-            "browsers": [
-                "FF60"
-            ],
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/scale"
-                }
-            ],
-            "description": "The scale CSS property allows you to specify scale transforms individually and independently of the transform property. This maps better to typical user interface usage, and saves having to remember the exact order of transform functions to specify in the transform value."
-        },
-        {
-            "name": "translate",
-            "syntax": "none | <length-percentage> [ <length-percentage> <length>? ]?",
-            "browsers": [
-                "FF60"
-            ],
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/translate"
-                }
-            ],
-            "description": "The translate CSS property allows you to specify translation transforms individually and independently of the transform property. This maps better to typical user interface usage, and saves having to remember the exact order of transform functions to specify in the transform value."
-        },
-        {
-            "name": "rotate",
-            "syntax": "none | <angle> | [ x | y | z | <number>{3} ] && <angle>",
-            "browsers": [
-                "FF60"
-            ],
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/rotate"
-                }
-            ],
-            "description": "The rotate CSS property allows you to specify rotation transforms individually and independently of the transform property. This maps better to typical user interface usage, and saves having to remember the exact order of transform functions to specify in the transform value."
-        },
-        {
-            "name": "offset-anchor",
-            "status": "experimental",
-            "syntax": "auto | <position>",
-            "browsers": [
-                "FF70",
-                "C79"
-            ],
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/offset-anchor"
-                }
-            ],
-            "description": "Defines an anchor point of the box positioned along the path. The anchor point specifies the point of the box which is to be considered as the point that is moved along the path."
-        },
-        {
-            "name": "offset-position",
-            "status": "experimental",
-            "syntax": "auto | <position>",
-            "description": "Specifies the initial position of the offset path. If position is specified with static, offset-position would be ignored."
-        },
-        {
-            "name": "margin-block",
-            "syntax": "<'margin-left'>{1,2}",
-            "browsers": [
-                "FF66",
-                "C69",
-                "O56"
-            ],
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/margin-block"
-                }
-            ],
-            "description": "The margin-block CSS property defines the logical block start and end margins of an element, which maps to physical margins depending on the element's writing mode, directionality, and text orientation."
-        },
-        {
-            "name": "user-zoom",
-            "syntax": "zoom | fixed",
-            "description": "The user-zoom CSS descriptor controls whether or not the user can change the zoom factor of a document defined by @viewport."
-        },
-        {
-            "name": "min-zoom",
-            "syntax": "auto | <number> | <percentage>",
-            "description": "The min-zoom CSS descriptor sets the minimum zoom factor of a document defined by the @viewport at-rule. The browser will not zoom out any further than this, whether automatically or at the user's request.\n\nA zoom factor of 1.0 or 100% corresponds to no zooming. Larger values are zoomed in. Smaller values are zoomed out."
-        },
-        {
-            "name": "inset-block-end",
-            "syntax": "<'top'>",
-            "browsers": [
-                "FF63",
-                "C69",
-                "O56"
-            ],
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/inset-block-end"
-                }
-            ],
-            "description": "The inset-block-end CSS property defines the logical block end offset of an element, which maps to a physical offset depending on the element's writing mode, directionality, and text orientation. It corresponds to the top, right, bottom, or left property depending on the values defined for writing-mode, direction, and text-orientation."
-        },
-        {
-            "name": "enable-background",
-            "values": [
-                {
-                    "name": "accumulate",
-                    "description": "If the ancestor container element has a property of new, then all graphics elements within the current container are rendered both on the parent's background image and onto the target."
-                },
-                {
-                    "name": "new",
-                    "description": "Create a new background image canvas. All children of the current container element can access the background, and they will be rendered onto both the parent's background image canvas in addition to the target device."
-                }
-            ],
-            "description": "Deprecated. Use 'isolation' property instead when support allows. Specifies how the accumulation of the background image is managed.",
-            "restrictions": [
-                "integer",
-                "length",
-                "percentage",
-                "enum"
-            ]
-        },
-        {
-            "name": "glyph-orientation-horizontal",
-            "description": "Controls glyph orientation when the inline-progression-direction is horizontal.",
-            "restrictions": [
-                "angle",
-                "number"
-            ]
-        },
-        {
-            "name": "glyph-orientation-vertical",
-            "values": [
-                {
-                    "name": "auto",
-                    "description": "Sets the orientation based on the fullwidth or non-fullwidth characters and the most common orientation."
-                }
-            ],
-            "description": "Controls glyph orientation when the inline-progression-direction is vertical.",
-            "restrictions": [
-                "angle",
-                "number",
-                "enum"
-            ]
-        },
-        {
-            "name": "kerning",
-            "values": [
-                {
-                    "name": "auto",
-                    "description": "Indicates that the user agent should adjust inter-glyph spacing based on kerning tables that are included in the font that will be used."
-                }
-            ],
-            "description": "Indicates whether the user agent should adjust inter-glyph spacing based on kerning tables that are included in the relevant font or instead disable auto-kerning and set inter-character spacing to a specific length.",
-            "restrictions": [
-                "length",
-                "enum"
-            ]
-        },
-        {
-            "name": "image-orientation",
-            "browsers": [
-                "FF26"
-            ],
-            "values": [
-                {
-                    "name": "flip",
-                    "description": "After rotating by the precededing angle, the image is flipped horizontally. Defaults to 0deg if the angle is ommitted."
-                },
-                {
-                    "name": "from-image",
-                    "description": "If the image has an orientation specified in its metadata, such as EXIF, this value computes to the angle that the metadata specifies is necessary to correctly orient the image."
-                }
-            ],
-            "syntax": "from-image | <angle> | [ <angle>? flip ]",
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/image-orientation"
-                }
-            ],
-            "description": "Specifies an orthogonal rotation to be applied to an image before it is laid out.",
-            "restrictions": [
-                "angle"
-            ]
-        },
-        {
-            "name": "image-resolution",
-            "status": "experimental",
-            "syntax": "[ from-image || <resolution> ] && snap?",
-            "description": "The image-resolution property specifies the intrinsic resolution of all raster images used in or on the element. It affects both content images (e.g. replaced elements and generated content) and decorative images (such as background-image). The intrinsic resolution of an image is used to determine the image’s intrinsic dimensions."
-        },
-        {
-            "name": "max-zoom",
-            "syntax": "auto | <number> | <percentage>",
-            "description": "The max-zoom CSS descriptor sets the maximum zoom factor of a document defined by the @viewport at-rule. The browser will not zoom in any further than this, whether automatically or at the user's request.\n\nA zoom factor of 1.0 or 100% corresponds to no zooming. Larger values are zoomed in. Smaller values are zoomed out."
-        },
-        {
-            "name": "orientation",
-            "syntax": "auto | portrait | landscape",
-            "description": "The orientation CSS @media media feature can be used to apply styles based on the orientation of the viewport (or the page box, for paged media)."
-        },
-        {
-            "name": "motion-rotation",
-            "browsers": [
-                "C46",
-                "O33"
-            ],
-            "values": [
-                {
-                    "name": "auto",
-                    "description": "Indicates that the object is rotated by the angle of the direction of the motion path."
-                },
-                {
-                    "name": "reverse",
-                    "description": "Indicates that the object is rotated by the angle of the direction of the motion path plus 180 degrees."
-                }
-            ],
-            "description": "Defines the direction of the element while positioning along the motion path.",
-            "restrictions": [
-                "angle"
-            ]
-        },
-        {
-            "name": "scroll-snap-points-x",
-            "browsers": [
-                "FF39",
-                "S9"
-            ],
-            "values": [
-                {
-                    "name": "none",
-                    "description": "No snap points are defined by this scroll container."
-                },
-                {
-                    "name": "repeat()",
-                    "description": "Defines an interval at which snap points are defined, starting from the container’s relevant start edge."
-                }
-            ],
-            "status": "obsolete",
-            "syntax": "none | repeat( <length-percentage> )",
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/scroll-snap-points-x"
-                }
-            ],
-            "description": "Defines the positioning of snap points along the x axis of the scroll container it is applied to.",
-            "restrictions": [
-                "enum"
-            ]
-        },
-        {
-            "name": "scroll-snap-points-y",
-            "browsers": [
-                "FF39",
-                "S9"
-            ],
-            "values": [
-                {
-                    "name": "none",
-                    "description": "No snap points are defined by this scroll container."
-                },
-                {
-                    "name": "repeat()",
-                    "description": "Defines an interval at which snap points are defined, starting from the container’s relevant start edge."
-                }
-            ],
-            "status": "obsolete",
-            "syntax": "none | repeat( <length-percentage> )",
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/scroll-snap-points-y"
-                }
-            ],
-            "description": "Defines the positioning of snap points along the y axis of the scroll container it is applied to.",
-            "restrictions": [
-                "enum"
-            ]
-        },
-        {
-            "name": "scroll-snap-coordinate",
-            "browsers": [
-                "FF39"
-            ],
-            "values": [
-                {
-                    "name": "none",
-                    "description": "Specifies that this element does not contribute a snap point."
-                }
-            ],
-            "status": "obsolete",
-            "syntax": "none | <position>#",
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/scroll-snap-coordinate"
-                }
-            ],
-            "description": "Defines the x and y coordinate within the element which will align with the nearest ancestor scroll container’s snap-destination for the respective axis.",
-            "restrictions": [
-                "position",
-                "length",
-                "percentage",
-                "enum"
-            ]
-        },
-        {
-            "name": "scroll-snap-destination",
-            "browsers": [
-                "FF39"
-            ],
-            "status": "obsolete",
-            "syntax": "<position>",
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/scroll-snap-destination"
-                }
-            ],
-            "description": "Define the x and y coordinate within the scroll container’s visual viewport which element snap points will align with.",
-            "restrictions": [
-                "position",
-                "length",
-                "percentage"
-            ]
-        },
-        {
-            "name": "border-block-color",
-            "syntax": "<'border-top-color'>{1,2}",
-            "browsers": [
-                "FF66",
-                "C69",
-                "O56"
-            ],
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/border-block-color"
-                }
-            ],
-            "description": "The border-block-color CSS property defines the color of the logical block borders of an element, which maps to a physical border color depending on the element's writing mode, directionality, and text orientation. It corresponds to the border-top-color and border-bottom-color, or border-right-color and border-left-color property depending on the values defined for writing-mode, direction, and text-orientation."
-        },
-        {
-            "name": "border-block-style",
-            "syntax": "<'border-top-style'>",
-            "browsers": [
-                "FF66",
-                "C69",
-                "O56"
-            ],
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/border-block-style"
-                }
-            ],
-            "description": "The border-block-style CSS property defines the style of the logical block borders of an element, which maps to a physical border style depending on the element's writing mode, directionality, and text orientation. It corresponds to the border-top-style and border-bottom-style, or border-left-style and border-right-style properties depending on the values defined for writing-mode, direction, and text-orientation."
-        },
-        {
-            "name": "border-block-width",
-            "syntax": "<'border-top-width'>",
-            "browsers": [
-                "FF66",
-                "C69",
-                "O56"
-            ],
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/border-block-width"
-                }
-            ],
-            "description": "The border-block-width CSS property defines the width of the logical block borders of an element, which maps to a physical border width depending on the element's writing mode, directionality, and text orientation. It corresponds to the border-top-width and border-bottom-width, or border-left-width, and border-right-width property depending on the values defined for writing-mode, direction, and text-orientation."
-        },
-        {
-            "name": "border-inline-color",
-            "syntax": "<'border-top-color'>{1,2}",
-            "browsers": [
-                "FF66",
-                "C69",
-                "O56"
-            ],
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/border-inline-color"
-                }
-            ],
-            "description": "The border-inline-color CSS property defines the color of the logical inline borders of an element, which maps to a physical border color depending on the element's writing mode, directionality, and text orientation. It corresponds to the border-top-color and border-bottom-color, or border-right-color and border-left-color property depending on the values defined for writing-mode, direction, and text-orientation."
-        },
-        {
-            "name": "border-inline-style",
-            "syntax": "<'border-top-style'>",
-            "browsers": [
-                "FF66",
-                "C69",
-                "O56"
-            ],
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/border-inline-style"
-                }
-            ],
-            "description": "The border-inline-style CSS property defines the style of the logical inline borders of an element, which maps to a physical border style depending on the element's writing mode, directionality, and text orientation. It corresponds to the border-top-style and border-bottom-style, or border-left-style and border-right-style properties depending on the values defined for writing-mode, direction, and text-orientation."
-        },
-        {
-            "name": "border-inline-width",
-            "syntax": "<'border-top-width'>",
-            "browsers": [
-                "FF66",
-                "C69",
-                "O56"
-            ],
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/border-inline-width"
-                }
-            ],
-            "description": "The border-inline-width CSS property defines the width of the logical inline borders of an element, which maps to a physical border width depending on the element's writing mode, directionality, and text orientation. It corresponds to the border-top-width and border-bottom-width, or border-left-width, and border-right-width property depending on the values defined for writing-mode, direction, and text-orientation."
-        },
-        {
-            "name": "border-block",
-            "syntax": "<'border-top-width'> || <'border-top-style'> || <'color'>",
-            "browsers": [
-                "FF66",
-                "C69",
-                "O56"
-            ],
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/border-block"
-                }
-            ],
-            "description": "The border-block CSS property is a shorthand property for setting the individual logical block border property values in a single place in the style sheet."
-        },
-        {
-            "name": "border-inline",
-            "syntax": "<'border-top-width'> || <'border-top-style'> || <'color'>",
-            "browsers": [
-                "FF66",
-                "C69",
-                "O56"
-            ],
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/border-inline"
-                }
-            ],
-            "description": "The border-inline CSS property is a shorthand property for setting the individual logical inline border property values in a single place in the style sheet."
-        },
-        {
-            "name": "inset-block",
-            "syntax": "<'top'>{1,2}",
-            "browsers": [
-                "FF63",
-                "C69",
-                "O56"
-            ],
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/inset-block"
-                }
-            ],
-            "description": "The inset-block CSS property defines the logical block start and end offsets of an element, which maps to physical offsets depending on the element's writing mode, directionality, and text orientation. It corresponds to the top and bottom, or right and left properties depending on the values defined for writing-mode, direction, and text-orientation."
-        },
-        {
-            "name": "inset-inline",
-            "syntax": "<'top'>{1,2}",
-            "browsers": [
-                "FF63",
-                "C69",
-                "O56"
-            ],
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/inset-inline"
-                }
-            ],
-            "description": "The inset-inline CSS property defines the logical block start and end offsets of an element, which maps to physical offsets depending on the element's writing mode, directionality, and text orientation. It corresponds to the top and bottom, or right and left properties depending on the values defined for writing-mode, direction, and text-orientation."
-        },
-        {
-            "name": "additive-symbols",
-            "browsers": [
-                "FF33"
-            ],
-            "syntax": "[ <integer> && <symbol> ]#",
-            "description": "@counter-style descriptor. Specifies the symbols used by the marker-construction algorithm specified by the system descriptor. Needs to be specified if the counter system is 'additive'.",
-            "restrictions": [
-                "integer",
-                "string",
-                "image",
-                "identifier"
-            ]
-        },
-        {
-            "name": "alt",
-            "browsers": [
-                "S9"
-            ],
-            "values": [],
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/alt"
-                }
-            ],
-            "description": "Provides alternative text for assistive technology to replace the generated content of a ::before or ::after element.",
-            "restrictions": [
-                "string",
-                "enum"
-            ]
-        },
-        {
-            "name": "behavior",
-            "browsers": [
-                "IE6"
-            ],
-            "description": "IE only. Used to extend behaviors of the browser.",
-            "restrictions": [
-                "url"
-            ]
-        },
-        {
-            "name": "box-decoration-break",
-            "browsers": [
-                "FF32",
-                "S6.1",
-                "C22",
-                "O15"
-            ],
-            "values": [
-                {
-                    "name": "clone",
-                    "description": "Each box is independently wrapped with the border and padding."
-                },
-                {
-                    "name": "slice",
-                    "description": "The effect is as though the element were rendered with no breaks present, and then sliced by the breaks afterward."
-                }
-            ],
-            "syntax": "slice | clone",
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/box-decoration-break"
-                }
-            ],
-            "description": "Specifies whether individual boxes are treated as broken pieces of one continuous box, or whether each box is individually wrapped with the border and padding.",
-            "restrictions": [
-                "enum"
-            ]
-        },
-        {
-            "name": "fallback",
-            "browsers": [
-                "FF33"
-            ],
-            "syntax": "<counter-style-name>",
-            "description": "@counter-style descriptor. Specifies a fallback counter style to be used when the current counter style can’t create a representation for a given counter value.",
-            "restrictions": [
-                "identifier"
-            ]
-        },
-        {
-            "name": "font-language-override",
-            "browsers": [
-                "FF34"
-            ],
-            "values": [
-                {
-                    "name": "normal",
-                    "description": "Implies that when rendering with OpenType fonts the language of the document is used to infer the OpenType language system, used to select language specific features when rendering."
-                }
-            ],
-            "syntax": "normal | <string>",
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/font-language-override"
-                }
-            ],
-            "description": "The value of 'normal' implies that when rendering with OpenType fonts the language of the document is used to infer the OpenType language system, used to select language specific features when rendering.",
-            "restrictions": [
-                "string"
-            ]
-        },
-        {
-            "name": "font-synthesis",
-            "browsers": [
-                "FF34",
-                "S9"
-            ],
-            "values": [
-                {
-                    "name": "none",
-                    "description": "Disallow all synthetic faces."
-                },
-                {
-                    "name": "style",
-                    "description": "Allow synthetic italic faces."
-                },
-                {
-                    "name": "weight",
-                    "description": "Allow synthetic bold faces."
-                }
-            ],
-            "syntax": "none | [ weight || style ]",
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/font-synthesis"
-                }
-            ],
-            "description": "Controls whether user agents are allowed to synthesize bold or oblique font faces when a font family lacks bold or italic faces.",
-            "restrictions": [
-                "enum"
-            ]
-        },
-        {
-            "name": "font-variant-alternates",
-            "browsers": [
-                "FF34"
-            ],
-            "values": [
-                {
-                    "name": "annotation()",
-                    "description": "Enables display of alternate annotation forms."
-                },
-                {
-                    "name": "character-variant()",
-                    "description": "Enables display of specific character variants."
-                },
-                {
-                    "name": "historical-forms",
-                    "description": "Enables display of historical forms."
-                },
-                {
-                    "name": "normal",
-                    "description": "None of the features are enabled."
-                },
-                {
-                    "name": "ornaments()",
-                    "description": "Enables replacement of default glyphs with ornaments, if provided in the font."
-                },
-                {
-                    "name": "styleset()",
-                    "description": "Enables display with stylistic sets."
-                },
-                {
-                    "name": "stylistic()",
-                    "description": "Enables display of stylistic alternates."
-                },
-                {
-                    "name": "swash()",
-                    "description": "Enables display of swash glyphs."
-                }
-            ],
-            "syntax": "normal | [ stylistic( <feature-value-name> ) || historical-forms || styleset( <feature-value-name># ) || character-variant( <feature-value-name># ) || swash( <feature-value-name> ) || ornaments( <feature-value-name> ) || annotation( <feature-value-name> ) ]",
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/font-variant-alternates"
-                }
-            ],
-            "description": "For any given character, fonts can provide a variety of alternate glyphs in addition to the default glyph for that character. This property provides control over the selection of these alternate glyphs.",
-            "restrictions": [
-                "enum"
-            ]
-        },
-        {
-            "name": "font-variant-position",
-            "browsers": [
-                "FF34"
-            ],
-            "values": [
-                {
-                    "name": "normal",
-                    "description": "None of the features are enabled."
-                },
-                {
-                    "name": "sub",
-                    "description": "Enables display of subscript variants (OpenType feature: subs)."
-                },
-                {
-                    "name": "super",
-                    "description": "Enables display of superscript variants (OpenType feature: sups)."
-                }
-            ],
-            "syntax": "normal | sub | super",
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/font-variant-position"
-                }
-            ],
-            "description": "Specifies the vertical position",
-            "restrictions": [
-                "enum"
-            ]
-        },
-        {
-            "name": "ime-mode",
-            "browsers": [
-                "E12",
-                "FF3",
-                "IE5"
-            ],
-            "values": [
-                {
-                    "name": "active",
-                    "description": "The input method editor is initially active; text entry is performed using it unless the user specifically dismisses it."
-                },
-                {
-                    "name": "auto",
-                    "description": "No change is made to the current input method editor state. This is the default."
-                },
-                {
-                    "name": "disabled",
-                    "description": "The input method editor is disabled and may not be activated by the user."
-                },
-                {
-                    "name": "inactive",
-                    "description": "The input method editor is initially inactive, but the user may activate it if they wish."
-                },
-                {
-                    "name": "normal",
-                    "description": "The IME state should be normal; this value can be used in a user style sheet to override the page setting."
-                }
-            ],
-            "status": "obsolete",
-            "syntax": "auto | normal | active | inactive | disabled",
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/ime-mode"
-                }
-            ],
-            "description": "Controls the state of the input method editor for text fields.",
-            "restrictions": [
-                "enum"
-            ]
-        },
-        {
-            "name": "mask-image",
-            "browsers": [
-                "E16",
-                "FF53",
-                "S4",
-                "C1",
-                "O15"
-            ],
-            "values": [
-                {
-                    "name": "none",
-                    "description": "Counts as a transparent black image layer."
-                },
-                {
-                    "name": "url()",
-                    "description": "Reference to a <mask element or to a CSS image."
-                }
-            ],
-            "syntax": "<mask-reference>#",
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/mask-image"
-                }
-            ],
-            "description": "Sets the mask layer image of an element.",
-            "restrictions": [
-                "url",
-                "image",
-                "enum"
-            ]
-        },
-        {
-            "name": "mask-mode",
-            "browsers": [
-                "FF53"
-            ],
-            "values": [
-                {
-                    "name": "alpha",
-                    "description": "Alpha values of the mask layer image should be used as the mask values."
-                },
-                {
-                    "name": "auto",
-                    "description": "Use alpha values if 'mask-image' is an image, luminance if a <mask> element or a CSS image."
-                },
-                {
-                    "name": "luminance",
-                    "description": "Luminance values of the mask layer image should be used as the mask values."
-                }
-            ],
-            "syntax": "<masking-mode>#",
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/mask-mode"
-                }
-            ],
-            "description": "Indicates whether the mask layer image is treated as luminance mask or alpha mask.",
-            "restrictions": [
-                "url",
-                "image",
-                "enum"
-            ]
-        },
-        {
-            "name": "mask-origin",
-            "browsers": [
-                "FF53",
-                "S4",
-                "C1",
-                "O15"
-            ],
-            "syntax": "<geometry-box>#",
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/mask-origin"
-                }
-            ],
-            "description": "Specifies the mask positioning area.",
-            "restrictions": [
-                "geometry-box",
-                "enum"
-            ]
-        },
-        {
-            "name": "mask-position",
-            "browsers": [
-                "E18",
-                "FF53",
-                "S3.2",
-                "C1",
-                "O15"
-            ],
-            "syntax": "<position>#",
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/mask-position"
-                }
-            ],
-            "description": "Specifies how mask layer images are positioned.",
-            "restrictions": [
-                "position",
-                "length",
-                "percentage"
-            ]
-        },
-        {
-            "name": "mask-repeat",
-            "browsers": [
-                "E18",
-                "FF53",
-                "S3.2",
-                "C1",
-                "O15"
-            ],
-            "syntax": "<repeat-style>#",
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/mask-repeat"
-                }
-            ],
-            "description": "Specifies how mask layer images are tiled after they have been sized and positioned.",
-            "restrictions": [
-                "repeat"
-            ]
-        },
-        {
-            "name": "mask-size",
-            "browsers": [
-                "E18",
-                "FF53",
-                "S4",
-                "C4",
-                "O15"
-            ],
-            "values": [
-                {
-                    "name": "auto",
-                    "description": "Resolved by using the image’s intrinsic ratio and the size of the other dimension, or failing that, using the image’s intrinsic size, or failing that, treating it as 100%."
-                },
-                {
-                    "name": "contain",
-                    "description": "Scale the image, while preserving its intrinsic aspect ratio (if any), to the largest size such that both its width and its height can fit inside the background positioning area."
-                },
-                {
-                    "name": "cover",
-                    "description": "Scale the image, while preserving its intrinsic aspect ratio (if any), to the smallest size such that both its width and its height can completely cover the background positioning area."
-                }
-            ],
-            "syntax": "<bg-size>#",
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/mask-size"
-                }
-            ],
-            "description": "Specifies the size of the mask layer images.",
-            "restrictions": [
-                "length",
-                "percentage",
-                "enum"
-            ]
-        },
-        {
-            "name": "-moz-animation",
-            "browsers": [
-                "FF9"
-            ],
-            "values": [
-                {
-                    "name": "alternate",
-                    "description": "The animation cycle iterations that are odd counts are played in the normal direction, and the animation cycle iterations that are even counts are played in a reverse direction."
-                },
-                {
-                    "name": "alternate-reverse",
-                    "description": "The animation cycle iterations that are odd counts are played in the reverse direction, and the animation cycle iterations that are even counts are played in a normal direction."
-                },
-                {
-                    "name": "backwards",
-                    "description": "The beginning property value (as defined in the first @keyframes at-rule) is applied before the animation is displayed, during the period defined by 'animation-delay'."
-                },
-                {
-                    "name": "both",
-                    "description": "Both forwards and backwards fill modes are applied."
-                },
-                {
-                    "name": "forwards",
-                    "description": "The final property value (as defined in the last @keyframes at-rule) is maintained after the animation completes."
-                },
-                {
-                    "name": "infinite",
-                    "description": "Causes the animation to repeat forever."
-                },
-                {
-                    "name": "none",
-                    "description": "No animation is performed"
-                },
-                {
-                    "name": "normal",
-                    "description": "Normal playback."
-                },
-                {
-                    "name": "reverse",
-                    "description": "All iterations of the animation are played in the reverse direction from the way they were specified."
-                }
-            ],
-            "description": "Shorthand property combines six of the animation properties into a single property.",
-            "restrictions": [
-                "time",
-                "enum",
-                "timing-function",
-                "identifier",
-                "number"
-            ]
-        },
-        {
-            "name": "-moz-animation-delay",
-            "browsers": [
-                "FF9"
-            ],
-            "description": "Defines when the animation will start.",
-            "restrictions": [
-                "time"
-            ]
-        },
-        {
-            "name": "-moz-animation-direction",
-            "browsers": [
-                "FF9"
-            ],
-            "values": [
-                {
-                    "name": "alternate",
-                    "description": "The animation cycle iterations that are odd counts are played in the normal direction, and the animation cycle iterations that are even counts are played in a reverse direction."
-                },
-                {
-                    "name": "alternate-reverse",
-                    "description": "The animation cycle iterations that are odd counts are played in the reverse direction, and the animation cycle iterations that are even counts are played in a normal direction."
-                },
-                {
-                    "name": "normal",
-                    "description": "Normal playback."
-                },
-                {
-                    "name": "reverse",
-                    "description": "All iterations of the animation are played in the reverse direction from the way they were specified."
-                }
-            ],
-            "description": "Defines whether or not the animation should play in reverse on alternate cycles.",
-            "restrictions": [
-                "enum"
-            ]
-        },
-        {
-            "name": "-moz-animation-duration",
-            "browsers": [
-                "FF9"
-            ],
-            "description": "Defines the length of time that an animation takes to complete one cycle.",
-            "restrictions": [
-                "time"
-            ]
-        },
-        {
-            "name": "-moz-animation-iteration-count",
-            "browsers": [
-                "FF9"
-            ],
-            "values": [
-                {
-                    "name": "infinite",
-                    "description": "Causes the animation to repeat forever."
-                }
-            ],
-            "description": "Defines the number of times an animation cycle is played. The default value is one, meaning the animation will play from beginning to end once.",
-            "restrictions": [
-                "number",
-                "enum"
-            ]
-        },
-        {
-            "name": "-moz-animation-name",
-            "browsers": [
-                "FF9"
-            ],
-            "values": [
-                {
-                    "name": "none",
-                    "description": "No animation is performed"
-                }
-            ],
-            "description": "Defines a list of animations that apply. Each name is used to select the keyframe at-rule that provides the property values for the animation.",
-            "restrictions": [
-                "identifier",
-                "enum"
-            ]
-        },
-        {
-            "name": "-moz-animation-play-state",
-            "browsers": [
-                "FF9"
-            ],
-            "values": [
-                {
-                    "name": "paused",
-                    "description": "A running animation will be paused."
-                },
-                {
-                    "name": "running",
-                    "description": "Resume playback of a paused animation."
-                }
-            ],
-            "description": "Defines whether the animation is running or paused.",
-            "restrictions": [
-                "enum"
-            ]
-        },
-        {
-            "name": "-moz-animation-timing-function",
-            "browsers": [
-                "FF9"
-            ],
-            "description": "Describes how the animation will progress over one cycle of its duration. See the 'transition-timing-function'.",
-            "restrictions": [
-                "timing-function"
-            ]
-        },
-        {
-            "name": "-moz-appearance",
-            "browsers": [
-                "FF1"
-            ],
-            "values": [
-                {
-                    "name": "button"
-                },
-                {
-                    "name": "button-arrow-down"
-                },
-                {
-                    "name": "button-arrow-next"
-                },
-                {
-                    "name": "button-arrow-previous"
-                },
-                {
-                    "name": "button-arrow-up"
-                },
-                {
-                    "name": "button-bevel"
-                },
-                {
-                    "name": "checkbox"
-                },
-                {
-                    "name": "checkbox-container"
-                },
-                {
-                    "name": "checkbox-label"
-                },
-                {
-                    "name": "dialog"
-                },
-                {
-                    "name": "groupbox"
-                },
-                {
-                    "name": "listbox"
-                },
-                {
-                    "name": "menuarrow"
-                },
-                {
-                    "name": "menuimage"
-                },
-                {
-                    "name": "menuitem"
-                },
-                {
-                    "name": "menuitemtext"
-                },
-                {
-                    "name": "menulist"
-                },
-                {
-                    "name": "menulist-button"
-                },
-                {
-                    "name": "menulist-text"
-                },
-                {
-                    "name": "menulist-textfield"
-                },
-                {
-                    "name": "menupopup"
-                },
-                {
-                    "name": "menuradio"
-                },
-                {
-                    "name": "menuseparator"
-                },
-                {
-                    "name": "-moz-mac-unified-toolbar"
-                },
-                {
-                    "name": "-moz-win-borderless-glass"
-                },
-                {
-                    "name": "-moz-win-browsertabbar-toolbox"
-                },
-                {
-                    "name": "-moz-win-communications-toolbox"
-                },
-                {
-                    "name": "-moz-win-glass"
-                },
-                {
-                    "name": "-moz-win-media-toolbox"
-                },
-                {
-                    "name": "none"
-                },
-                {
-                    "name": "progressbar"
-                },
-                {
-                    "name": "progresschunk"
-                },
-                {
-                    "name": "radio"
-                },
-                {
-                    "name": "radio-container"
-                },
-                {
-                    "name": "radio-label"
-                },
-                {
-                    "name": "radiomenuitem"
-                },
-                {
-                    "name": "resizer"
-                },
-                {
-                    "name": "resizerpanel"
-                },
-                {
-                    "name": "scrollbarbutton-down"
-                },
-                {
-                    "name": "scrollbarbutton-left"
-                },
-                {
-                    "name": "scrollbarbutton-right"
-                },
-                {
-                    "name": "scrollbarbutton-up"
-                },
-                {
-                    "name": "scrollbar-small"
-                },
-                {
-                    "name": "scrollbartrack-horizontal"
-                },
-                {
-                    "name": "scrollbartrack-vertical"
-                },
-                {
-                    "name": "separator"
-                },
-                {
-                    "name": "spinner"
-                },
-                {
-                    "name": "spinner-downbutton"
-                },
-                {
-                    "name": "spinner-textfield"
-                },
-                {
-                    "name": "spinner-upbutton"
-                },
-                {
-                    "name": "statusbar"
-                },
-                {
-                    "name": "statusbarpanel"
-                },
-                {
-                    "name": "tab"
-                },
-                {
-                    "name": "tabpanels"
-                },
-                {
-                    "name": "tab-scroll-arrow-back"
-                },
-                {
-                    "name": "tab-scroll-arrow-forward"
-                },
-                {
-                    "name": "textfield"
-                },
-                {
-                    "name": "textfield-multiline"
-                },
-                {
-                    "name": "toolbar"
-                },
-                {
-                    "name": "toolbox"
-                },
-                {
-                    "name": "tooltip"
-                },
-                {
-                    "name": "treeheadercell"
-                },
-                {
-                    "name": "treeheadersortarrow"
-                },
-                {
-                    "name": "treeitem"
-                },
-                {
-                    "name": "treetwistyopen"
-                },
-                {
-                    "name": "treeview"
-                },
-                {
-                    "name": "treewisty"
-                },
-                {
-                    "name": "window"
-                }
-            ],
-            "status": "nonstandard",
-            "syntax": "none | button | button-arrow-down | button-arrow-next | button-arrow-previous | button-arrow-up | button-bevel | button-focus | caret | checkbox | checkbox-container | checkbox-label | checkmenuitem | dualbutton | groupbox | listbox | listitem | menuarrow | menubar | menucheckbox | menuimage | menuitem | menuitemtext | menulist | menulist-button | menulist-text | menulist-textfield | menupopup | menuradio | menuseparator | meterbar | meterchunk | progressbar | progressbar-vertical | progresschunk | progresschunk-vertical | radio | radio-container | radio-label | radiomenuitem | range | range-thumb | resizer | resizerpanel | scale-horizontal | scalethumbend | scalethumb-horizontal | scalethumbstart | scalethumbtick | scalethumb-vertical | scale-vertical | scrollbarbutton-down | scrollbarbutton-left | scrollbarbutton-right | scrollbarbutton-up | scrollbarthumb-horizontal | scrollbarthumb-vertical | scrollbartrack-horizontal | scrollbartrack-vertical | searchfield | separator | sheet | spinner | spinner-downbutton | spinner-textfield | spinner-upbutton | splitter | statusbar | statusbarpanel | tab | tabpanel | tabpanels | tab-scroll-arrow-back | tab-scroll-arrow-forward | textfield | textfield-multiline | toolbar | toolbarbutton | toolbarbutton-dropdown | toolbargripper | toolbox | tooltip | treeheader | treeheadercell | treeheadersortarrow | treeitem | treeline | treetwisty | treetwistyopen | treeview | -moz-mac-unified-toolbar | -moz-win-borderless-glass | -moz-win-browsertabbar-toolbox | -moz-win-communicationstext | -moz-win-communications-toolbox | -moz-win-exclude-glass | -moz-win-glass | -moz-win-mediatext | -moz-win-media-toolbox | -moz-window-button-box | -moz-window-button-box-maximized | -moz-window-button-close | -moz-window-button-maximize | -moz-window-button-minimize | -moz-window-button-restore | -moz-window-frame-bottom | -moz-window-frame-left | -moz-window-frame-right | -moz-window-titlebar | -moz-window-titlebar-maximized",
-            "description": "Used in Gecko (Firefox) to display an element using a platform-native styling based on the operating system's theme.",
-            "restrictions": [
-                "enum"
-            ]
-        },
-        {
-            "name": "-moz-backface-visibility",
-            "browsers": [
-                "FF10"
-            ],
-            "values": [
-                {
-                    "name": "hidden"
-                },
-                {
-                    "name": "visible"
-                }
-            ],
-            "description": "Determines whether or not the 'back' side of a transformed element is visible when facing the viewer. With an identity transform, the front side of an element faces the viewer.",
-            "restrictions": [
-                "enum"
-            ]
-        },
-        {
-            "name": "-moz-background-clip",
-            "browsers": [
-                "FF1-3.6"
-            ],
-            "values": [
-                {
-                    "name": "padding"
-                }
-            ],
-            "description": "Determines the background painting area.",
-            "restrictions": [
-                "box",
-                "enum"
-            ]
-        },
-        {
-            "name": "-moz-background-inline-policy",
-            "browsers": [
-                "FF1"
-            ],
-            "values": [
-                {
-                    "name": "bounding-box"
-                },
-                {
-                    "name": "continuous"
-                },
-                {
-                    "name": "each-box"
-                }
-            ],
-            "description": "In Gecko-based applications like Firefox, the -moz-background-inline-policy CSS property specifies how the background image of an inline element is determined when the content of the inline element wraps onto multiple lines. The choice of position has significant effects on repetition.",
-            "restrictions": [
-                "enum"
-            ]
-        },
-        {
-            "name": "-moz-background-origin",
-            "browsers": [
-                "FF1"
-            ],
-            "description": "For elements rendered as a single box, specifies the background positioning area. For elements rendered as multiple boxes (e.g., inline boxes on several lines, boxes on several pages) specifies which boxes 'box-decoration-break' operates on to determine the background positioning area(s).",
-            "restrictions": [
-                "box"
-            ]
-        },
-        {
-            "name": "-moz-border-bottom-colors",
-            "browsers": [
-                "FF1"
-            ],
-            "status": "nonstandard",
-            "syntax": "<color>+ | none",
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/-moz-border-bottom-colors"
-                }
-            ],
-            "description": "Sets a list of colors for the bottom border.",
-            "restrictions": [
-                "color"
-            ]
-        },
-        {
-            "name": "-moz-border-image",
-            "browsers": [
-                "FF3.6"
-            ],
-            "values": [
-                {
-                    "name": "auto",
-                    "description": "If 'auto' is specified then the border image width is the intrinsic width or height (whichever is applicable) of the corresponding image slice. If the image does not have the required intrinsic dimension then the corresponding border-width is used instead."
-                },
-                {
-                    "name": "fill",
-                    "description": "Causes the middle part of the border-image to be preserved."
-                },
-                {
-                    "name": "none"
-                },
-                {
-                    "name": "repeat",
-                    "description": "The image is tiled (repeated) to fill the area."
-                },
-                {
-                    "name": "round",
-                    "description": "The image is tiled (repeated) to fill the area. If it does not fill the area with a whole number of tiles, the image is rescaled so that it does."
-                },
-                {
-                    "name": "space",
-                    "description": "The image is tiled (repeated) to fill the area. If it does not fill the area with a whole number of tiles, the extra space is distributed around the tiles."
-                },
-                {
-                    "name": "stretch",
-                    "description": "The image is stretched to fill the area."
-                },
-                {
-                    "name": "url()"
-                }
-            ],
-            "description": "Shorthand property for setting 'border-image-source', 'border-image-slice', 'border-image-width', 'border-image-outset' and 'border-image-repeat'. Omitted values are set to their initial values.",
-            "restrictions": [
-                "length",
-                "percentage",
-                "number",
-                "url",
-                "enum"
-            ]
-        },
-        {
-            "name": "-moz-border-left-colors",
-            "browsers": [
-                "FF1"
-            ],
-            "status": "nonstandard",
-            "syntax": "<color>+ | none",
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/-moz-border-left-colors"
-                }
-            ],
-            "description": "Sets a list of colors for the bottom border.",
-            "restrictions": [
-                "color"
-            ]
-        },
-        {
-            "name": "-moz-border-right-colors",
-            "browsers": [
-                "FF1"
-            ],
-            "status": "nonstandard",
-            "syntax": "<color>+ | none",
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/-moz-border-right-colors"
-                }
-            ],
-            "description": "Sets a list of colors for the bottom border.",
-            "restrictions": [
-                "color"
-            ]
-        },
-        {
-            "name": "-moz-border-top-colors",
-            "browsers": [
-                "FF1"
-            ],
-            "status": "nonstandard",
-            "syntax": "<color>+ | none",
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/-moz-border-top-colors"
-                }
-            ],
-            "description": "Ske Firefox, -moz-border-bottom-colors sets a list of colors for the bottom border.",
-            "restrictions": [
-                "color"
-            ]
-        },
-        {
-            "name": "-moz-box-align",
-            "browsers": [
-                "FF1"
-            ],
-            "values": [
-                {
-                    "name": "baseline",
-                    "description": "If this box orientation is inline-axis or horizontal, all children are placed with their baselines aligned, and extra space placed before or after as necessary. For block flows, the baseline of the first non-empty line box located within the element is used. For tables, the baseline of the first cell is used."
-                },
-                {
-                    "name": "center",
-                    "description": "Any extra space is divided evenly, with half placed above the child and the other half placed after the child."
-                },
-                {
-                    "name": "end",
-                    "description": "For normal direction boxes, the bottom edge of each child is placed along the bottom of the box. Extra space is placed above the element. For reverse direction boxes, the top edge of each child is placed along the top of the box. Extra space is placed below the element."
-                },
-                {
-                    "name": "start",
-                    "description": "For normal direction boxes, the top edge of each child is placed along the top of the box. Extra space is placed below the element. For reverse direction boxes, the bottom edge of each child is placed along the bottom of the box. Extra space is placed above the element."
-                },
-                {
-                    "name": "stretch",
-                    "description": "The height of each child is adjusted to that of the containing block."
-                }
-            ],
-            "description": "Specifies how a XUL box aligns its contents across (perpendicular to) the direction of its layout. The effect of this is only visible if there is extra space in the box.",
-            "restrictions": [
-                "enum"
-            ]
-        },
-        {
-            "name": "-moz-box-direction",
-            "browsers": [
-                "FF1"
-            ],
-            "values": [
-                {
-                    "name": "normal",
-                    "description": "A box with a computed value of horizontal for box-orient displays its children from left to right. A box with a computed value of vertical displays its children from top to bottom."
-                },
-                {
-                    "name": "reverse",
-                    "description": "A box with a computed value of horizontal for box-orient displays its children from right to left. A box with a computed value of vertical displays its children from bottom to top."
-                }
-            ],
-            "description": "Specifies whether a box lays out its contents normally (from the top or left edge), or in reverse (from the bottom or right edge).",
-            "restrictions": [
-                "enum"
-            ]
-        },
-        {
-            "name": "-moz-box-flex",
-            "browsers": [
-                "FF1"
-            ],
-            "description": "Specifies how a box grows to fill the box that contains it, in the direction of the containing box's layout.",
-            "restrictions": [
-                "number"
-            ]
-        },
-        {
-            "name": "-moz-box-flexgroup",
-            "browsers": [
-                "FF1"
-            ],
-            "description": "Flexible elements can be assigned to flex groups using the 'box-flex-group' property.",
-            "restrictions": [
-                "integer"
-            ]
-        },
-        {
-            "name": "-moz-box-ordinal-group",
-            "browsers": [
-                "FF1"
-            ],
-            "description": "Indicates the ordinal group the element belongs to. Elements with a lower ordinal group are displayed before those with a higher ordinal group.",
-            "restrictions": [
-                "integer"
-            ]
-        },
-        {
-            "name": "-moz-box-orient",
-            "browsers": [
-                "FF1"
-            ],
-            "values": [
-                {
-                    "name": "block-axis",
-                    "description": "Elements are oriented along the box's axis."
-                },
-                {
-                    "name": "horizontal",
-                    "description": "The box displays its children from left to right in a horizontal line."
-                },
-                {
-                    "name": "inline-axis",
-                    "description": "Elements are oriented vertically."
-                },
-                {
-                    "name": "vertical",
-                    "description": "The box displays its children from stacked from top to bottom vertically."
-                }
-            ],
-            "description": "In Mozilla applications, -moz-box-orient specifies whether a box lays out its contents horizontally or vertically.",
-            "restrictions": [
-                "enum"
-            ]
-        },
-        {
-            "name": "-moz-box-pack",
-            "browsers": [
-                "FF1"
-            ],
-            "values": [
-                {
-                    "name": "center",
-                    "description": "The extra space is divided evenly, with half placed before the first child and the other half placed after the last child."
-                },
-                {
-                    "name": "end",
-                    "description": "For normal direction boxes, the right edge of the last child is placed at the right side, with all extra space placed before the first child. For reverse direction boxes, the left edge of the first child is placed at the left side, with all extra space placed after the last child."
-                },
-                {
-                    "name": "justify",
-                    "description": "The space is divided evenly in-between each child, with none of the extra space placed before the first child or after the last child. If there is only one child, treat the pack value as if it were start."
-                },
-                {
-                    "name": "start",
-                    "description": "For normal direction boxes, the left edge of the first child is placed at the left side, with all extra space placed after the last child. For reverse direction boxes, the right edge of the last child is placed at the right side, with all extra space placed before the first child."
-                }
-            ],
-            "description": "Specifies how a box packs its contents in the direction of its layout. The effect of this is only visible if there is extra space in the box.",
-            "restrictions": [
-                "enum"
-            ]
-        },
-        {
-            "name": "-moz-box-sizing",
-            "browsers": [
-                "FF1"
-            ],
-            "values": [
-                {
-                    "name": "border-box",
-                    "description": "The specified width and height (and respective min/max properties) on this element determine the border box of the element."
-                },
-                {
-                    "name": "content-box",
-                    "description": "Behavior of width and height as specified by CSS2.1. The specified width and height (and respective min/max properties) apply to the width and height respectively of the content box of the element."
-                },
-                {
-                    "name": "padding-box",
-                    "description": "The specified width and height (and respective min/max properties) on this element determine the padding box of the element."
-                }
-            ],
-            "description": "Box Model addition in CSS3.",
-            "restrictions": [
-                "enum"
-            ]
-        },
-        {
-            "name": "-moz-column-count",
-            "browsers": [
-                "FF3.5"
-            ],
-            "values": [
-                {
-                    "name": "auto",
-                    "description": "Determines the number of columns by the 'column-width' property and the element width."
-                }
-            ],
-            "description": "Describes the optimal number of columns into which the content of the element will be flowed.",
-            "restrictions": [
-                "integer"
-            ]
-        },
-        {
-            "name": "-moz-column-gap",
-            "browsers": [
-                "FF3.5"
-            ],
-            "values": [
-                {
-                    "name": "normal",
-                    "description": "User agent specific and typically equivalent to 1em."
-                }
-            ],
-            "description": "Sets the gap between columns. If there is a column rule between columns, it will appear in the middle of the gap.",
-            "restrictions": [
-                "length"
-            ]
-        },
-        {
-            "name": "-moz-column-rule",
-            "browsers": [
-                "FF3.5"
-            ],
-            "description": "Shorthand for setting 'column-rule-width', 'column-rule-style', and 'column-rule-color' at the same place in the style sheet. Omitted values are set to their initial values.",
-            "restrictions": [
-                "length",
-                "line-width",
-                "line-style",
-                "color"
-            ]
-        },
-        {
-            "name": "-moz-column-rule-color",
-            "browsers": [
-                "FF3.5"
-            ],
-            "description": "Sets the color of the column rule",
-            "restrictions": [
-                "color"
-            ]
-        },
-        {
-            "name": "-moz-column-rule-style",
-            "browsers": [
-                "FF3.5"
-            ],
-            "description": "Sets the style of the rule between columns of an element.",
-            "restrictions": [
-                "line-style"
-            ]
-        },
-        {
-            "name": "-moz-column-rule-width",
-            "browsers": [
-                "FF3.5"
-            ],
-            "description": "Sets the width of the rule between columns. Negative values are not allowed.",
-            "restrictions": [
-                "length",
-                "line-width"
-            ]
-        },
-        {
-            "name": "-moz-columns",
-            "browsers": [
-                "FF9"
-            ],
-            "values": [
-                {
-                    "name": "auto",
-                    "description": "The width depends on the values of other properties."
-                }
-            ],
-            "description": "A shorthand property which sets both 'column-width' and 'column-count'.",
-            "restrictions": [
-                "length",
-                "integer"
-            ]
-        },
-        {
-            "name": "-moz-column-width",
-            "browsers": [
-                "FF3.5"
-            ],
-            "values": [
-                {
-                    "name": "auto",
-                    "description": "The width depends on the values of other properties."
-                }
-            ],
-            "description": "This property describes the width of columns in multicol elements.",
-            "restrictions": [
-                "length"
-            ]
-        },
-        {
-            "name": "-moz-font-feature-settings",
-            "browsers": [
-                "FF4"
-            ],
-            "values": [
-                {
-                    "name": "\"c2cs\""
-                },
-                {
-                    "name": "\"dlig\""
-                },
-                {
-                    "name": "\"kern\""
-                },
-                {
-                    "name": "\"liga\""
-                },
-                {
-                    "name": "\"lnum\""
-                },
-                {
-                    "name": "\"onum\""
-                },
-                {
-                    "name": "\"smcp\""
-                },
-                {
-                    "name": "\"swsh\""
-                },
-                {
-                    "name": "\"tnum\""
-                },
-                {
-                    "name": "normal",
-                    "description": "No change in glyph substitution or positioning occurs."
-                },
-                {
-                    "name": "off",
-                    "browsers": [
-                        "FF4"
-                    ]
-                },
-                {
-                    "name": "on",
-                    "browsers": [
-                        "FF4"
-                    ]
-                }
-            ],
-            "description": "Provides low-level control over OpenType font features. It is intended as a way of providing access to font features that are not widely used but are needed for a particular use case.",
-            "restrictions": [
-                "string",
-                "integer"
-            ]
-        },
-        {
-            "name": "-moz-hyphens",
-            "browsers": [
-                "FF9"
-            ],
-            "values": [
-                {
-                    "name": "auto",
-                    "description": "Conditional hyphenation characters inside a word, if present, take priority over automatic resources when determining hyphenation points within the word."
-                },
-                {
-                    "name": "manual",
-                    "description": "Words are only broken at line breaks where there are characters inside the word that suggest line break opportunities"
-                },
-                {
-                    "name": "none",
-                    "description": "Words are not broken at line breaks, even if characters inside the word suggest line break points."
-                }
-            ],
-            "description": "Controls whether hyphenation is allowed to create more break opportunities within a line of text.",
-            "restrictions": [
-                "enum"
-            ]
-        },
-        {
-            "name": "-moz-perspective",
-            "browsers": [
-                "FF10"
-            ],
-            "values": [
-                {
-                    "name": "none",
-                    "description": "No perspective transform is applied."
-                }
-            ],
-            "description": "Applies the same transform as the perspective(<number>) transform function, except that it applies only to the positioned or transformed children of the element, not to the transform on the element itself.",
-            "restrictions": [
-                "length"
-            ]
-        },
-        {
-            "name": "-moz-perspective-origin",
-            "browsers": [
-                "FF10"
-            ],
-            "description": "Establishes the origin for the perspective property. It effectively sets the X and Y position at which the viewer appears to be looking at the children of the element.",
-            "restrictions": [
-                "position",
-                "percentage",
-                "length"
-            ]
-        },
-        {
-            "name": "-moz-text-align-last",
-            "browsers": [
-                "FF12"
-            ],
-            "values": [
-                {
-                    "name": "auto"
-                },
-                {
-                    "name": "center",
-                    "description": "The inline contents are centered within the line box."
-                },
-                {
-                    "name": "justify",
-                    "description": "The text is justified according to the method specified by the 'text-justify' property."
-                },
-                {
-                    "name": "left",
-                    "description": "The inline contents are aligned to the left edge of the line box. In vertical text, 'left' aligns to the edge of the line box that would be the start edge for left-to-right text."
-                },
-                {
-                    "name": "right",
-                    "description": "The inline contents are aligned to the right edge of the line box. In vertical text, 'right' aligns to the edge of the line box that would be the end edge for left-to-right text."
-                }
-            ],
-            "description": "Describes how the last line of a block or a line right before a forced line break is aligned when 'text-align' is set to 'justify'.",
-            "restrictions": [
-                "enum"
-            ]
-        },
-        {
-            "name": "-moz-text-decoration-color",
-            "browsers": [
-                "FF6"
-            ],
-            "description": "Specifies the color of text decoration (underlines overlines, and line-throughs) set on the element with text-decoration-line.",
-            "restrictions": [
-                "color"
-            ]
-        },
-        {
-            "name": "-moz-text-decoration-line",
-            "browsers": [
-                "FF6"
-            ],
-            "values": [
-                {
-                    "name": "line-through",
-                    "description": "Each line of text has a line through the middle."
-                },
-                {
-                    "name": "none",
-                    "description": "Neither produces nor inhibits text decoration."
-                },
-                {
-                    "name": "overline",
-                    "description": "Each line of text has a line above it."
-                },
-                {
-                    "name": "underline",
-                    "description": "Each line of text is underlined."
-                }
-            ],
-            "description": "Specifies what line decorations, if any, are added to the element.",
-            "restrictions": [
-                "enum"
-            ]
-        },
-        {
-            "name": "-moz-text-decoration-style",
-            "browsers": [
-                "FF6"
-            ],
-            "values": [
-                {
-                    "name": "dashed",
-                    "description": "Produces a dashed line style."
-                },
-                {
-                    "name": "dotted",
-                    "description": "Produces a dotted line."
-                },
-                {
-                    "name": "double",
-                    "description": "Produces a double line."
-                },
-                {
-                    "name": "none",
-                    "description": "Produces no line."
-                },
-                {
-                    "name": "solid",
-                    "description": "Produces a solid line."
-                },
-                {
-                    "name": "wavy",
-                    "description": "Produces a wavy line."
-                }
-            ],
-            "description": "Specifies the line style for underline, line-through and overline text decoration.",
-            "restrictions": [
-                "enum"
-            ]
-        },
-        {
-            "name": "-moz-text-size-adjust",
-            "browsers": [
-                "FF"
-            ],
-            "values": [
-                {
-                    "name": "auto",
-                    "description": "Renderers must use the default size adjustment when displaying on a small device."
-                },
-                {
-                    "name": "none",
-                    "description": "Renderers must not do size adjustment when displaying on a small device."
-                }
-            ],
-            "description": "Specifies a size adjustment for displaying text content in mobile browsers.",
-            "restrictions": [
-                "enum",
-                "percentage"
-            ]
-        },
-        {
-            "name": "-moz-transform",
-            "browsers": [
-                "FF3.5"
-            ],
-            "values": [
-                {
-                    "name": "matrix()",
-                    "description": "Specifies a 2D transformation in the form of a transformation matrix of six values. matrix(a,b,c,d,e,f) is equivalent to applying the transformation matrix [a b c d e f]"
-                },
-                {
-                    "name": "matrix3d()",
-                    "description": "Specifies a 3D transformation as a 4x4 homogeneous matrix of 16 values in column-major order."
-                },
-                {
-                    "name": "none"
-                },
-                {
-                    "name": "perspective",
-                    "description": "Specifies a perspective projection matrix."
-                },
-                {
-                    "name": "rotate()",
-                    "description": "Specifies a 2D rotation by the angle specified in the parameter about the origin of the element, as defined by the transform-origin property."
-                },
-                {
-                    "name": "rotate3d()",
-                    "description": "Specifies a clockwise 3D rotation by the angle specified in last parameter about the [x,y,z] direction vector described by the first 3 parameters."
-                },
-                {
-                    "name": "rotateX('angle')",
-                    "description": "Specifies a clockwise rotation by the given angle about the X axis."
-                },
-                {
-                    "name": "rotateY('angle')",
-                    "description": "Specifies a clockwise rotation by the given angle about the Y axis."
-                },
-                {
-                    "name": "rotateZ('angle')",
-                    "description": "Specifies a clockwise rotation by the given angle about the Z axis."
-                },
-                {
-                    "name": "scale()",
-                    "description": "Specifies a 2D scale operation by the [sx,sy] scaling vector described by the 2 parameters. If the second parameter is not provided, it is takes a value equal to the first."
-                },
-                {
-                    "name": "scale3d()",
-                    "description": "Specifies a 3D scale operation by the [sx,sy,sz] scaling vector described by the 3 parameters."
-                },
-                {
-                    "name": "scaleX()",
-                    "description": "Specifies a scale operation using the [sx,1] scaling vector, where sx is given as the parameter."
-                },
-                {
-                    "name": "scaleY()",
-                    "description": "Specifies a scale operation using the [sy,1] scaling vector, where sy is given as the parameter."
-                },
-                {
-                    "name": "scaleZ()",
-                    "description": "Specifies a scale operation using the [1,1,sz] scaling vector, where sz is given as the parameter."
-                },
-                {
-                    "name": "skew()",
-                    "description": "Specifies a skew transformation along the X and Y axes. The first angle parameter specifies the skew on the X axis. The second angle parameter specifies the skew on the Y axis. If the second parameter is not given then a value of 0 is used for the Y angle (ie: no skew on the Y axis)."
-                },
-                {
-                    "name": "skewX()",
-                    "description": "Specifies a skew transformation along the X axis by the given angle."
-                },
-                {
-                    "name": "skewY()",
-                    "description": "Specifies a skew transformation along the Y axis by the given angle."
-                },
-                {
-                    "name": "translate()",
-                    "description": "Specifies a 2D translation by the vector [tx, ty], where tx is the first translation-value parameter and ty is the optional second translation-value parameter."
-                },
-                {
-                    "name": "translate3d()",
-                    "description": "Specifies a 3D translation by the vector [tx,ty,tz], with tx, ty and tz being the first, second and third translation-value parameters respectively."
-                },
-                {
-                    "name": "translateX()",
-                    "description": "Specifies a translation by the given amount in the X direction."
-                },
-                {
-                    "name": "translateY()",
-                    "description": "Specifies a translation by the given amount in the Y direction."
-                },
-                {
-                    "name": "translateZ()",
-                    "description": "Specifies a translation by the given amount in the Z direction. Note that percentage values are not allowed in the translateZ translation-value, and if present are evaluated as 0."
-                }
-            ],
-            "description": "A two-dimensional transformation is applied to an element through the 'transform' property. This property contains a list of transform functions similar to those allowed by SVG.",
-            "restrictions": [
-                "enum"
-            ]
-        },
-        {
-            "name": "-moz-transform-origin",
-            "browsers": [
-                "FF3.5"
-            ],
-            "description": "Establishes the origin of transformation for an element.",
-            "restrictions": [
-                "position",
-                "length",
-                "percentage"
-            ]
-        },
-        {
-            "name": "-moz-transition",
-            "browsers": [
-                "FF4"
-            ],
-            "values": [
-                {
-                    "name": "all",
-                    "description": "Every property that is able to undergo a transition will do so."
-                },
-                {
-                    "name": "none",
-                    "description": "No property will transition."
-                }
-            ],
-            "description": "Shorthand property combines four of the transition properties into a single property.",
-            "restrictions": [
-                "time",
-                "property",
-                "timing-function",
-                "enum"
-            ]
-        },
-        {
-            "name": "-moz-transition-delay",
-            "browsers": [
-                "FF4"
-            ],
-            "description": "Defines when the transition will start. It allows a transition to begin execution some period of time from when it is applied.",
-            "restrictions": [
-                "time"
-            ]
-        },
-        {
-            "name": "-moz-transition-duration",
-            "browsers": [
-                "FF4"
-            ],
-            "description": "Specifies how long the transition from the old value to the new value should take.",
-            "restrictions": [
-                "time"
-            ]
-        },
-        {
-            "name": "-moz-transition-property",
-            "browsers": [
-                "FF4"
-            ],
-            "values": [
-                {
-                    "name": "all",
-                    "description": "Every property that is able to undergo a transition will do so."
-                },
-                {
-                    "name": "none",
-                    "description": "No property will transition."
-                }
-            ],
-            "description": "Specifies the name of the CSS property to which the transition is applied.",
-            "restrictions": [
-                "property"
-            ]
-        },
-        {
-            "name": "-moz-transition-timing-function",
-            "browsers": [
-                "FF4"
-            ],
-            "description": "Describes how the intermediate values used during a transition will be calculated.",
-            "restrictions": [
-                "timing-function"
-            ]
-        },
-        {
-            "name": "-moz-user-focus",
-            "browsers": [
-                "FF1"
-            ],
-            "values": [
-                {
-                    "name": "ignore"
-                },
-                {
-                    "name": "normal"
-                }
-            ],
-            "status": "nonstandard",
-            "syntax": "ignore | normal | select-after | select-before | select-menu | select-same | select-all | none",
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/-moz-user-focus"
-                }
-            ],
-            "description": "Used to indicate whether the element can have focus."
-        },
-        {
-            "name": "-moz-user-select",
-            "browsers": [
-                "FF1.5"
-            ],
-            "values": [
-                {
-                    "name": "all"
-                },
-                {
-                    "name": "element"
-                },
-                {
-                    "name": "elements"
-                },
-                {
-                    "name": "-moz-all"
-                },
-                {
-                    "name": "-moz-none"
-                },
-                {
-                    "name": "none"
-                },
-                {
-                    "name": "text"
-                },
-                {
-                    "name": "toggle"
-                }
-            ],
-            "description": "Controls the appearance of selection.",
-            "restrictions": [
-                "enum"
-            ]
-        },
-        {
-            "name": "-ms-accelerator",
-            "browsers": [
-                "E",
-                "IE10"
-            ],
-            "values": [
-                {
-                    "name": "false",
-                    "description": "The element does not contain an accelerator key sequence."
-                },
-                {
-                    "name": "true",
-                    "description": "The element contains an accelerator key sequence."
-                }
-            ],
-            "status": "nonstandard",
-            "syntax": "false | true",
-            "description": "IE only. Has the ability to turn off its system underlines for accelerator keys until the ALT key is pressed",
-            "restrictions": [
-                "enum"
-            ]
-        },
-        {
-            "name": "-ms-behavior",
-            "browsers": [
-                "IE8"
-            ],
-            "description": "IE only. Used to extend behaviors of the browser",
-            "restrictions": [
-                "url"
-            ]
-        },
-        {
-            "name": "-ms-block-progression",
-            "browsers": [
-                "IE8"
-            ],
-            "values": [
-                {
-                    "name": "bt",
-                    "description": "Bottom-to-top block flow. Layout is horizontal."
-                },
-                {
-                    "name": "lr",
-                    "description": "Left-to-right direction. The flow orientation is vertical."
-                },
-                {
-                    "name": "rl",
-                    "description": "Right-to-left direction. The flow orientation is vertical."
-                },
-                {
-                    "name": "tb",
-                    "description": "Top-to-bottom direction. The flow orientation is horizontal."
-                }
-            ],
-            "status": "nonstandard",
-            "syntax": "tb | rl | bt | lr",
-            "description": "Sets the block-progression value and the flow orientation",
-            "restrictions": [
-                "enum"
-            ]
-        },
-        {
-            "name": "-ms-content-zoom-chaining",
-            "browsers": [
-                "E",
-                "IE10"
-            ],
-            "values": [
-                {
-                    "name": "chained",
-                    "description": "The nearest zoomable parent element begins zooming when the user hits a zoom limit during a manipulation. No bounce effect is shown."
-                },
-                {
-                    "name": "none",
-                    "description": "A bounce effect is shown when the user hits a zoom limit during a manipulation."
-                }
-            ],
-            "status": "nonstandard",
-            "syntax": "none | chained",
-            "description": "Specifies the zoom behavior that occurs when a user hits the zoom limit during a manipulation."
-        },
-        {
-            "name": "-ms-content-zooming",
-            "browsers": [
-                "E",
-                "IE10"
-            ],
-            "values": [
-                {
-                    "name": "none",
-                    "description": "The element is not zoomable."
-                },
-                {
-                    "name": "zoom",
-                    "description": "The element is zoomable."
-                }
-            ],
-            "status": "nonstandard",
-            "syntax": "none | zoom",
-            "description": "Specifies whether zooming is enabled.",
-            "restrictions": [
-                "enum"
-            ]
-        },
-        {
-            "name": "-ms-content-zoom-limit",
-            "browsers": [
-                "E",
-                "IE10"
-            ],
-            "status": "nonstandard",
-            "syntax": "<'-ms-content-zoom-limit-min'> <'-ms-content-zoom-limit-max'>",
-            "description": "Shorthand property for the -ms-content-zoom-limit-min and -ms-content-zoom-limit-max properties.",
-            "restrictions": [
-                "percentage"
-            ]
-        },
-        {
-            "name": "-ms-content-zoom-limit-max",
-            "browsers": [
-                "E",
-                "IE10"
-            ],
-            "status": "nonstandard",
-            "syntax": "<percentage>",
-            "description": "Specifies the maximum zoom factor.",
-            "restrictions": [
-                "percentage"
-            ]
-        },
-        {
-            "name": "-ms-content-zoom-limit-min",
-            "browsers": [
-                "E",
-                "IE10"
-            ],
-            "status": "nonstandard",
-            "syntax": "<percentage>",
-            "description": "Specifies the minimum zoom factor.",
-            "restrictions": [
-                "percentage"
-            ]
-        },
-        {
-            "name": "-ms-content-zoom-snap",
-            "browsers": [
-                "E",
-                "IE10"
-            ],
-            "values": [
-                {
-                    "name": "mandatory",
-                    "description": "Indicates that the motion of the content after the contact is picked up is always adjusted so that it lands on a snap-point."
-                },
-                {
-                    "name": "none",
-                    "description": "Indicates that zooming is unaffected by any defined snap-points."
-                },
-                {
-                    "name": "proximity",
-                    "description": "Indicates that the motion of the content after the contact is picked up may be adjusted if the content would normally stop \"close enough\" to a snap-point."
-                },
-                {
-                    "name": "snapInterval(100%, 100%)",
-                    "description": "Specifies where the snap-points will be placed."
-                },
-                {
-                    "name": "snapList()",
-                    "description": "Specifies the position of individual snap-points as a comma-separated list of zoom factors."
-                }
-            ],
-            "status": "nonstandard",
-            "syntax": "<'-ms-content-zoom-snap-type'> || <'-ms-content-zoom-snap-points'>",
-            "description": "Shorthand property for the -ms-content-zoom-snap-type and -ms-content-zoom-snap-points properties."
-        },
-        {
-            "name": "-ms-content-zoom-snap-points",
-            "browsers": [
-                "E",
-                "IE10"
-            ],
-            "values": [
-                {
-                    "name": "snapInterval(100%, 100%)",
-                    "description": "Specifies where the snap-points will be placed."
-                },
-                {
-                    "name": "snapList()",
-                    "description": "Specifies the position of individual snap-points as a comma-separated list of zoom factors."
-                }
-            ],
-            "status": "nonstandard",
-            "syntax": "snapInterval( <percentage>, <percentage> ) | snapList( <percentage># )",
-            "description": "Defines where zoom snap-points are located."
-        },
-        {
-            "name": "-ms-content-zoom-snap-type",
-            "browsers": [
-                "E",
-                "IE10"
-            ],
-            "values": [
-                {
-                    "name": "mandatory",
-                    "description": "Indicates that the motion of the content after the contact is picked up is always adjusted so that it lands on a snap-point."
-                },
-                {
-                    "name": "none",
-                    "description": "Indicates that zooming is unaffected by any defined snap-points."
-                },
-                {
-                    "name": "proximity",
-                    "description": "Indicates that the motion of the content after the contact is picked up may be adjusted if the content would normally stop \"close enough\" to a snap-point."
-                }
-            ],
-            "status": "nonstandard",
-            "syntax": "none | proximity | mandatory",
-            "description": "Specifies how zooming is affected by defined snap-points.",
-            "restrictions": [
-                "enum"
-            ]
-        },
-        {
-            "name": "-ms-filter",
-            "browsers": [
-                "IE8-9"
-            ],
-            "status": "nonstandard",
-            "syntax": "<string>",
-            "description": "IE only. Used to produce visual effects.",
-            "restrictions": [
-                "string"
-            ]
-        },
-        {
-            "name": "-ms-flex",
-            "browsers": [
-                "IE10"
-            ],
-            "values": [
-                {
-                    "name": "auto",
-                    "description": "Retrieves the value of the main size property as the used 'flex-basis'."
-                },
-                {
-                    "name": "none",
-                    "description": "Expands to '0 0 auto'."
-                }
-            ],
-            "description": "specifies the parameters of a flexible length: the positive and negative flexibility, and the preferred size.",
-            "restrictions": [
-                "length",
-                "number",
-                "percentage"
-            ]
-        },
-        {
-            "name": "-ms-flex-align",
-            "browsers": [
-                "IE10"
-            ],
-            "values": [
-                {
-                    "name": "baseline",
-                    "description": "If the flex item’s inline axis is the same as the cross axis, this value is identical to 'flex-start'. Otherwise, it participates in baseline alignment."
-                },
-                {
-                    "name": "center",
-                    "description": "The flex item’s margin box is centered in the cross axis within the line."
-                },
-                {
-                    "name": "end",
-                    "description": "The cross-end margin edge of the flex item is placed flush with the cross-end edge of the line."
-                },
-                {
-                    "name": "start",
-                    "description": "The cross-start margin edge of the flexbox item is placed flush with the cross-start edge of the line."
-                },
-                {
-                    "name": "stretch",
-                    "description": "If the cross size property of the flexbox item is anything other than 'auto', this value is identical to 'start'."
-                }
-            ],
-            "description": "Aligns flex items along the cross axis of the current line of the flex container.",
-            "restrictions": [
-                "enum"
-            ]
-        },
-        {
-            "name": "-ms-flex-direction",
-            "browsers": [
-                "IE10"
-            ],
-            "values": [
-                {
-                    "name": "column",
-                    "description": "The flex container’s main axis has the same orientation as the block axis of the current writing mode."
-                },
-                {
-                    "name": "column-reverse",
-                    "description": "Same as 'column', except the main-start and main-end directions are swapped."
-                },
-                {
-                    "name": "row",
-                    "description": "The flex container’s main axis has the same orientation as the inline axis of the current writing mode."
-                },
-                {
-                    "name": "row-reverse",
-                    "description": "Same as 'row', except the main-start and main-end directions are swapped."
-                }
-            ],
-            "description": "Specifies how flex items are placed in the flex container, by setting the direction of the flex container’s main axis.",
-            "restrictions": [
-                "enum"
-            ]
-        },
-        {
-            "name": "-ms-flex-flow",
-            "browsers": [
-                "IE10"
-            ],
-            "values": [
-                {
-                    "name": "column",
-                    "description": "The flex container’s main axis has the same orientation as the block axis of the current writing mode."
-                },
-                {
-                    "name": "column-reverse",
-                    "description": "Same as 'column', except the main-start and main-end directions are swapped."
-                },
-                {
-                    "name": "nowrap",
-                    "description": "The flex container is single-line."
-                },
-                {
-                    "name": "row",
-                    "description": "The flex container’s main axis has the same orientation as the inline axis of the current writing mode."
-                },
-                {
-                    "name": "wrap",
-                    "description": "The flexbox is multi-line."
-                },
-                {
-                    "name": "wrap-reverse",
-                    "description": "Same as 'wrap', except the cross-start and cross-end directions are swapped."
-                }
-            ],
-            "description": "Specifies how flexbox items are placed in the flexbox.",
-            "restrictions": [
-                "enum"
-            ]
-        },
-        {
-            "name": "-ms-flex-item-align",
-            "browsers": [
-                "IE10"
-            ],
-            "values": [
-                {
-                    "name": "auto",
-                    "description": "Computes to the value of 'align-items' on the element’s parent, or 'stretch' if the element has no parent. On absolutely positioned elements, it computes to itself."
-                },
-                {
-                    "name": "baseline",
-                    "description": "If the flex item’s inline axis is the same as the cross axis, this value is identical to 'flex-start'. Otherwise, it participates in baseline alignment."
-                },
-                {
-                    "name": "center",
-                    "description": "The flex item’s margin box is centered in the cross axis within the line."
-                },
-                {
-                    "name": "end",
-                    "description": "The cross-end margin edge of the flex item is placed flush with the cross-end edge of the line."
-                },
-                {
-                    "name": "start",
-                    "description": "The cross-start margin edge of the flex item is placed flush with the cross-start edge of the line."
-                },
-                {
-                    "name": "stretch",
-                    "description": "If the cross size property of the flex item computes to auto, and neither of the cross-axis margins are auto, the flex item is stretched."
-                }
-            ],
-            "description": "Allows the default alignment along the cross axis to be overridden for individual flex items.",
-            "restrictions": [
-                "enum"
-            ]
-        },
-        {
-            "name": "-ms-flex-line-pack",
-            "browsers": [
-                "IE10"
-            ],
-            "values": [
-                {
-                    "name": "center",
-                    "description": "Lines are packed toward the center of the flex container."
-                },
-                {
-                    "name": "distribute",
-                    "description": "Lines are evenly distributed in the flex container, with half-size spaces on either end."
-                },
-                {
-                    "name": "end",
-                    "description": "Lines are packed toward the end of the flex container."
-                },
-                {
-                    "name": "justify",
-                    "description": "Lines are evenly distributed in the flex container."
-                },
-                {
-                    "name": "start",
-                    "description": "Lines are packed toward the start of the flex container."
-                },
-                {
-                    "name": "stretch",
-                    "description": "Lines stretch to take up the remaining space."
-                }
-            ],
-            "description": "Aligns a flex container’s lines within the flex container when there is extra space in the cross-axis, similar to how 'justify-content' aligns individual items within the main-axis.",
-            "restrictions": [
-                "enum"
-            ]
-        },
-        {
-            "name": "-ms-flex-order",
-            "browsers": [
-                "IE10"
-            ],
-            "description": "Controls the order in which children of a flex container appear within the flex container, by assigning them to ordinal groups.",
-            "restrictions": [
-                "integer"
-            ]
-        },
-        {
-            "name": "-ms-flex-pack",
-            "browsers": [
-                "IE10"
-            ],
-            "values": [
-                {
-                    "name": "center",
-                    "description": "Flex items are packed toward the center of the line."
-                },
-                {
-                    "name": "distribute",
-                    "description": "Flex items are evenly distributed in the line, with half-size spaces on either end."
-                },
-                {
-                    "name": "end",
-                    "description": "Flex items are packed toward the end of the line."
-                },
-                {
-                    "name": "justify",
-                    "description": "Flex items are evenly distributed in the line."
-                },
-                {
-                    "name": "start",
-                    "description": "Flex items are packed toward the start of the line."
-                }
-            ],
-            "description": "Aligns flex items along the main axis of the current line of the flex container.",
-            "restrictions": [
-                "enum"
-            ]
-        },
-        {
-            "name": "-ms-flex-wrap",
-            "browsers": [
-                "IE10"
-            ],
-            "values": [
-                {
-                    "name": "nowrap",
-                    "description": "The flex container is single-line."
-                },
-                {
-                    "name": "wrap",
-                    "description": "The flexbox is multi-line."
-                },
-                {
-                    "name": "wrap-reverse",
-                    "description": "Same as 'wrap', except the cross-start and cross-end directions are swapped."
-                }
-            ],
-            "description": "Controls whether the flex container is single-line or multi-line, and the direction of the cross-axis, which determines the direction new lines are stacked in.",
-            "restrictions": [
-                "enum"
-            ]
-        },
-        {
-            "name": "-ms-flow-from",
-            "browsers": [
-                "E",
-                "IE10"
-            ],
-            "values": [
-                {
-                    "name": "none",
-                    "description": "The block container is not a CSS Region."
-                }
-            ],
-            "status": "nonstandard",
-            "syntax": "[ none | <custom-ident> ]#",
-            "description": "Makes a block container a region and associates it with a named flow.",
-            "restrictions": [
-                "identifier"
-            ]
-        },
-        {
-            "name": "-ms-flow-into",
-            "browsers": [
-                "E",
-                "IE10"
-            ],
-            "values": [
-                {
-                    "name": "none",
-                    "description": "The element is not moved to a named flow and normal CSS processing takes place."
-                }
-            ],
-            "status": "nonstandard",
-            "syntax": "[ none | <custom-ident> ]#",
-            "description": "Places an element or its contents into a named flow.",
-            "restrictions": [
-                "identifier"
-            ]
-        },
-        {
-            "name": "-ms-grid-column",
-            "browsers": [
-                "E",
-                "IE10"
-            ],
-            "values": [
-                {
-                    "name": "auto"
-                },
-                {
-                    "name": "end"
-                },
-                {
-                    "name": "start"
-                }
-            ],
-            "description": "Used to place grid items and explicitly defined grid cells in the Grid.",
-            "restrictions": [
-                "integer",
-                "string",
-                "enum"
-            ]
-        },
-        {
-            "name": "-ms-grid-column-align",
-            "browsers": [
-                "E",
-                "IE10"
-            ],
-            "values": [
-                {
-                    "name": "center",
-                    "description": "Places the center of the Grid Item's margin box at the center of the Grid Item's column."
-                },
-                {
-                    "name": "end",
-                    "description": "Aligns the end edge of the Grid Item's margin box to the end edge of the Grid Item's column."
-                },
-                {
-                    "name": "start",
-                    "description": "Aligns the starting edge of the Grid Item's margin box to the starting edge of the Grid Item's column."
-                },
-                {
-                    "name": "stretch",
-                    "description": "Ensures that the Grid Item's margin box is equal to the size of the Grid Item's column."
-                }
-            ],
-            "description": "Aligns the columns in a grid.",
-            "restrictions": [
-                "enum"
-            ]
-        },
-        {
-            "name": "-ms-grid-columns",
-            "browsers": [
-                "E",
-                "IE10"
-            ],
-            "description": "Lays out the columns of the grid."
-        },
-        {
-            "name": "-ms-grid-column-span",
-            "browsers": [
-                "E",
-                "IE10"
-            ],
-            "description": "Specifies the number of columns to span.",
-            "restrictions": [
-                "integer"
-            ]
-        },
-        {
-            "name": "-ms-grid-layer",
-            "browsers": [
-                "E",
-                "IE10"
-            ],
-            "description": "Grid-layer is similar in concept to z-index, but avoids overloading the meaning of the z-index property, which is applicable only to positioned elements.",
-            "restrictions": [
-                "integer"
-            ]
-        },
-        {
-            "name": "-ms-grid-row",
-            "browsers": [
-                "E",
-                "IE10"
-            ],
-            "values": [
-                {
-                    "name": "auto"
-                },
-                {
-                    "name": "end"
-                },
-                {
-                    "name": "start"
-                }
-            ],
-            "description": "grid-row is used to place grid items and explicitly defined grid cells in the Grid.",
-            "restrictions": [
-                "integer",
-                "string",
-                "enum"
-            ]
-        },
-        {
-            "name": "-ms-grid-row-align",
-            "browsers": [
-                "E",
-                "IE10"
-            ],
-            "values": [
-                {
-                    "name": "center",
-                    "description": "Places the center of the Grid Item's margin box at the center of the Grid Item's row."
-                },
-                {
-                    "name": "end",
-                    "description": "Aligns the end edge of the Grid Item's margin box to the end edge of the Grid Item's row."
-                },
-                {
-                    "name": "start",
-                    "description": "Aligns the starting edge of the Grid Item's margin box to the starting edge of the Grid Item's row."
-                },
-                {
-                    "name": "stretch",
-                    "description": "Ensures that the Grid Item's margin box is equal to the size of the Grid Item's row."
-                }
-            ],
-            "description": "Aligns the rows in a grid.",
-            "restrictions": [
-                "enum"
-            ]
-        },
-        {
-            "name": "-ms-grid-rows",
-            "browsers": [
-                "E",
-                "IE10"
-            ],
-            "description": "Lays out the columns of the grid."
-        },
-        {
-            "name": "-ms-grid-row-span",
-            "browsers": [
-                "E",
-                "IE10"
-            ],
-            "description": "Specifies the number of rows to span.",
-            "restrictions": [
-                "integer"
-            ]
-        },
-        {
-            "name": "-ms-high-contrast-adjust",
-            "browsers": [
-                "E",
-                "IE10"
-            ],
-            "values": [
-                {
-                    "name": "auto",
-                    "description": "Properties will be adjusted as applicable."
-                },
-                {
-                    "name": "none",
-                    "description": "No adjustments will be applied."
-                }
-            ],
-            "status": "nonstandard",
-            "syntax": "auto | none",
-            "description": "Specifies if properties should be adjusted in high contrast mode.",
-            "restrictions": [
-                "enum"
-            ]
-        },
-        {
-            "name": "-ms-hyphenate-limit-chars",
-            "browsers": [
-                "E",
-                "IE10"
-            ],
-            "values": [
-                {
-                    "name": "auto",
-                    "description": "The user agent chooses a value that adapts to the current layout."
-                }
-            ],
-            "status": "nonstandard",
-            "syntax": "auto | <integer>{1,3}",
-            "description": "Specifies the minimum number of characters in a hyphenated word.",
-            "restrictions": [
-                "integer"
-            ]
-        },
-        {
-            "name": "-ms-hyphenate-limit-lines",
-            "browsers": [
-                "E",
-                "IE10"
-            ],
-            "values": [
-                {
-                    "name": "no-limit",
-                    "description": "There is no limit."
-                }
-            ],
-            "status": "nonstandard",
-            "syntax": "no-limit | <integer>",
-            "description": "Indicates the maximum number of successive hyphenated lines in an element.",
-            "restrictions": [
-                "integer"
-            ]
-        },
-        {
-            "name": "-ms-hyphenate-limit-zone",
-            "browsers": [
-                "E",
-                "IE10"
-            ],
-            "status": "nonstandard",
-            "syntax": "<percentage> | <length>",
-            "description": "Specifies the maximum amount of unfilled space (before justification) that may be left in the line box before hyphenation is triggered to pull part of a word from the next line back up into the current line.",
-            "restrictions": [
-                "percentage",
-                "length"
-            ]
-        },
-        {
-            "name": "-ms-hyphens",
-            "browsers": [
-                "E",
-                "IE10"
-            ],
-            "values": [
-                {
-                    "name": "auto",
-                    "description": "Conditional hyphenation characters inside a word, if present, take priority over automatic resources when determining hyphenation points within the word."
-                },
-                {
-                    "name": "manual",
-                    "description": "Words are only broken at line breaks where there are characters inside the word that suggest line break opportunities"
-                },
-                {
-                    "name": "none",
-                    "description": "Words are not broken at line breaks, even if characters inside the word suggest line break points."
-                }
-            ],
-            "description": "Controls whether hyphenation is allowed to create more break opportunities within a line of text.",
-            "restrictions": [
-                "enum"
-            ]
-        },
-        {
-            "name": "-ms-ime-mode",
-            "browsers": [
-                "IE10"
-            ],
-            "values": [
-                {
-                    "name": "active",
-                    "description": "The input method editor is initially active; text entry is performed using it unless the user specifically dismisses it."
-                },
-                {
-                    "name": "auto",
-                    "description": "No change is made to the current input method editor state. This is the default."
-                },
-                {
-                    "name": "disabled",
-                    "description": "The input method editor is disabled and may not be activated by the user."
-                },
-                {
-                    "name": "inactive",
-                    "description": "The input method editor is initially inactive, but the user may activate it if they wish."
-                },
-                {
-                    "name": "normal",
-                    "description": "The IME state should be normal; this value can be used in a user style sheet to override the page setting."
-                }
-            ],
-            "description": "Controls the state of the input method editor for text fields.",
-            "restrictions": [
-                "enum"
-            ]
-        },
-        {
-            "name": "-ms-interpolation-mode",
-            "browsers": [
-                "IE7"
-            ],
-            "values": [
-                {
-                    "name": "bicubic"
-                },
-                {
-                    "name": "nearest-neighbor"
-                }
-            ],
-            "description": "Gets or sets the interpolation (resampling) method used to stretch images.",
-            "restrictions": [
-                "enum"
-            ]
-        },
-        {
-            "name": "-ms-layout-grid",
-            "browsers": [
-                "E",
-                "IE10"
-            ],
-            "values": [
-                {
-                    "name": "char",
-                    "description": "Any of the range of character values available to the -ms-layout-grid-char property."
-                },
-                {
-                    "name": "line",
-                    "description": "Any of the range of line values available to the -ms-layout-grid-line property."
-                },
-                {
-                    "name": "mode",
-                    "description": "Any of the range of mode values available to the -ms-layout-grid-mode property."
-                },
-                {
-                    "name": "type",
-                    "description": "Any of the range of type values available to the -ms-layout-grid-type property."
-                }
-            ],
-            "description": "Sets or retrieves the composite document grid properties that specify the layout of text characters."
-        },
-        {
-            "name": "-ms-layout-grid-char",
-            "browsers": [
-                "E",
-                "IE10"
-            ],
-            "values": [
-                {
-                    "name": "auto",
-                    "description": "Largest character in the font of the element is used to set the character grid."
-                },
-                {
-                    "name": "none",
-                    "description": "Default. No character grid is set."
-                }
-            ],
-            "description": "Sets or retrieves the size of the character grid used for rendering the text content of an element.",
-            "restrictions": [
-                "enum",
-                "length",
-                "percentage"
-            ]
-        },
-        {
-            "name": "-ms-layout-grid-line",
-            "browsers": [
-                "E",
-                "IE10"
-            ],
-            "values": [
-                {
-                    "name": "auto",
-                    "description": "Largest character in the font of the element is used to set the character grid."
-                },
-                {
-                    "name": "none",
-                    "description": "Default. No grid line is set."
-                }
-            ],
-            "description": "Sets or retrieves the gridline value used for rendering the text content of an element.",
-            "restrictions": [
-                "length"
-            ]
-        },
-        {
-            "name": "-ms-layout-grid-mode",
-            "browsers": [
-                "E",
-                "IE10"
-            ],
-            "values": [
-                {
-                    "name": "both",
-                    "description": "Default. Both the char and line grid modes are enabled. This setting is necessary to fully enable the layout grid on an element."
-                },
-                {
-                    "name": "char",
-                    "description": "Only a character grid is used. This is recommended for use with block-level elements, such as a blockquote, where the line grid is intended to be disabled."
-                },
-                {
-                    "name": "line",
-                    "description": "Only a line grid is used. This is recommended for use with inline elements, such as a span, to disable the horizontal grid on runs of text that act as a single entity in the grid layout."
-                },
-                {
-                    "name": "none",
-                    "description": "No grid is used."
-                }
-            ],
-            "description": "Gets or sets whether the text layout grid uses two dimensions.",
-            "restrictions": [
-                "enum"
-            ]
-        },
-        {
-            "name": "-ms-layout-grid-type",
-            "browsers": [
-                "E",
-                "IE10"
-            ],
-            "values": [
-                {
-                    "name": "fixed",
-                    "description": "Grid used for monospaced layout. All noncursive characters are treated as equal; every character is centered within a single grid space by default."
-                },
-                {
-                    "name": "loose",
-                    "description": "Default. Grid used for Japanese and Korean characters."
-                },
-                {
-                    "name": "strict",
-                    "description": "Grid used for Chinese, as well as Japanese (Genko) and Korean characters. Only the ideographs, kanas, and wide characters are snapped to the grid."
-                }
-            ],
-            "description": "Sets or retrieves the type of grid used for rendering the text content of an element.",
-            "restrictions": [
-                "enum"
-            ]
-        },
-        {
-            "name": "-ms-line-break",
-            "browsers": [
-                "E",
-                "IE10"
-            ],
-            "values": [
-                {
-                    "name": "auto",
-                    "description": "The UA determines the set of line-breaking restrictions to use for CJK scripts, and it may vary the restrictions based on the length of the line; e.g., use a less restrictive set of line-break rules for short lines."
-                },
-                {
-                    "name": "keep-all",
-                    "description": "Sequences of CJK characters can no longer break on implied break points. This option should only be used where the presence of word separator characters still creates line-breaking opportunities, as in Korean."
-                },
-                {
-                    "name": "newspaper",
-                    "description": "Breaks CJK scripts using the least restrictive set of line-breaking rules. Typically used for short lines, such as in newspapers."
-                },
-                {
-                    "name": "normal",
-                    "description": "Breaks CJK scripts using a normal set of line-breaking rules."
-                },
-                {
-                    "name": "strict",
-                    "description": "Breaks CJK scripts using a more restrictive set of line-breaking rules than 'normal'."
-                }
-            ],
-            "description": "Specifies what set of line breaking restrictions are in effect within the element.",
-            "restrictions": [
-                "enum"
-            ]
-        },
-        {
-            "name": "-ms-overflow-style",
-            "browsers": [
-                "E",
-                "IE10"
-            ],
-            "values": [
-                {
-                    "name": "auto",
-                    "description": "No preference, UA should use the first scrolling method in the list that it supports."
-                },
-                {
-                    "name": "-ms-autohiding-scrollbar",
-                    "description": "Indicates the element displays auto-hiding scrollbars during mouse interactions and panning indicators during touch and keyboard interactions."
-                },
-                {
-                    "name": "none",
-                    "description": "Indicates the element does not display scrollbars or panning indicators, even when its content overflows."
-                },
-                {
-                    "name": "scrollbar",
-                    "description": "Scrollbars are typically narrow strips inserted on one or two edges of an element and which often have arrows to click on and a \"thumb\" to drag up and down (or left and right) to move the contents of the element."
-                }
-            ],
-            "status": "nonstandard",
-            "syntax": "auto | none | scrollbar | -ms-autohiding-scrollbar",
-            "description": "Specify whether content is clipped when it overflows the element's content area.",
-            "restrictions": [
-                "enum"
-            ]
-        },
-        {
-            "name": "-ms-perspective",
-            "browsers": [
-                "IE10"
-            ],
-            "values": [
-                {
-                    "name": "none",
-                    "description": "No perspective transform is applied."
-                }
-            ],
-            "description": "Applies the same transform as the perspective(<number>) transform function, except that it applies only to the positioned or transformed children of the element, not to the transform on the element itself.",
-            "restrictions": [
-                "length"
-            ]
-        },
-        {
-            "name": "-ms-perspective-origin",
-            "browsers": [
-                "IE10"
-            ],
-            "description": "Establishes the origin for the perspective property. It effectively sets the X and Y position at which the viewer appears to be looking at the children of the element.",
-            "restrictions": [
-                "position",
-                "percentage",
-                "length"
-            ]
-        },
-        {
-            "name": "-ms-perspective-origin-x",
-            "browsers": [
-                "IE10"
-            ],
-            "description": "Establishes the origin for the perspective property. It effectively sets the X  position at which the viewer appears to be looking at the children of the element.",
-            "restrictions": [
-                "position",
-                "percentage",
-                "length"
-            ]
-        },
-        {
-            "name": "-ms-perspective-origin-y",
-            "browsers": [
-                "IE10"
-            ],
-            "description": "Establishes the origin for the perspective property. It effectively sets the Y position at which the viewer appears to be looking at the children of the element.",
-            "restrictions": [
-                "position",
-                "percentage",
-                "length"
-            ]
-        },
-        {
-            "name": "-ms-progress-appearance",
-            "browsers": [
-                "IE10"
-            ],
-            "values": [
-                {
-                    "name": "bar"
-                },
-                {
-                    "name": "ring"
-                }
-            ],
-            "description": "Gets or sets a value that specifies whether a progress control displays as a bar or a ring.",
-            "restrictions": [
-                "enum"
-            ]
-        },
-        {
-            "name": "-ms-scrollbar-3dlight-color",
-            "browsers": [
-                "IE8"
-            ],
-            "status": "nonstandard",
-            "syntax": "<color>",
-            "description": "Determines the color of the top and left edges of the scroll box and scroll arrows of a scroll bar.",
-            "restrictions": [
-                "color"
-            ]
-        },
-        {
-            "name": "-ms-scrollbar-arrow-color",
-            "browsers": [
-                "IE8"
-            ],
-            "status": "nonstandard",
-            "syntax": "<color>",
-            "description": "Determines the color of the arrow elements of a scroll arrow.",
-            "restrictions": [
-                "color"
-            ]
-        },
-        {
-            "name": "-ms-scrollbar-base-color",
-            "browsers": [
-                "IE8"
-            ],
-            "status": "nonstandard",
-            "syntax": "<color>",
-            "description": "Determines the color of the main elements of a scroll bar, which include the scroll box, track, and scroll arrows.",
-            "restrictions": [
-                "color"
-            ]
-        },
-        {
-            "name": "-ms-scrollbar-darkshadow-color",
-            "browsers": [
-                "IE8"
-            ],
-            "status": "nonstandard",
-            "syntax": "<color>",
-            "description": "Determines the color of the gutter of a scroll bar.",
-            "restrictions": [
-                "color"
-            ]
-        },
-        {
-            "name": "-ms-scrollbar-face-color",
-            "browsers": [
-                "IE8"
-            ],
-            "status": "nonstandard",
-            "syntax": "<color>",
-            "description": "Determines the color of the scroll box and scroll arrows of a scroll bar.",
-            "restrictions": [
-                "color"
-            ]
-        },
-        {
-            "name": "-ms-scrollbar-highlight-color",
-            "browsers": [
-                "IE8"
-            ],
-            "status": "nonstandard",
-            "syntax": "<color>",
-            "description": "Determines the color of the top and left edges of the scroll box and scroll arrows of a scroll bar.",
-            "restrictions": [
-                "color"
-            ]
-        },
-        {
-            "name": "-ms-scrollbar-shadow-color",
-            "browsers": [
-                "IE8"
-            ],
-            "status": "nonstandard",
-            "syntax": "<color>",
-            "description": "Determines the color of the bottom and right edges of the scroll box and scroll arrows of a scroll bar.",
-            "restrictions": [
-                "color"
-            ]
-        },
-        {
-            "name": "-ms-scrollbar-track-color",
-            "browsers": [
-                "IE8"
-            ],
-            "status": "nonstandard",
-            "syntax": "<color>",
-            "description": "Determines the color of the track element of a scroll bar.",
-            "restrictions": [
-                "color"
-            ]
-        },
-        {
-            "name": "-ms-scroll-chaining",
-            "browsers": [
-                "E",
-                "IE10"
-            ],
-            "values": [
-                {
-                    "name": "chained"
-                },
-                {
-                    "name": "none"
-                }
-            ],
-            "status": "nonstandard",
-            "syntax": "chained | none",
-            "description": "Gets or sets a value that indicates the scrolling behavior that occurs when a user hits the content boundary during a manipulation.",
-            "restrictions": [
-                "enum",
-                "length"
-            ]
-        },
-        {
-            "name": "-ms-scroll-limit",
-            "browsers": [
-                "E",
-                "IE10"
-            ],
-            "values": [
-                {
-                    "name": "auto"
-                }
-            ],
-            "status": "nonstandard",
-            "syntax": "<'-ms-scroll-limit-x-min'> <'-ms-scroll-limit-y-min'> <'-ms-scroll-limit-x-max'> <'-ms-scroll-limit-y-max'>",
-            "description": "Gets or sets a shorthand value that sets values for the -ms-scroll-limit-x-min, -ms-scroll-limit-y-min, -ms-scroll-limit-x-max, and -ms-scroll-limit-y-max properties.",
-            "restrictions": [
-                "length"
-            ]
-        },
-        {
-            "name": "-ms-scroll-limit-x-max",
-            "browsers": [
-                "E",
-                "IE10"
-            ],
-            "values": [
-                {
-                    "name": "auto"
-                }
-            ],
-            "status": "nonstandard",
-            "syntax": "auto | <length>",
-            "description": "Gets or sets a value that specifies the maximum value for the scrollLeft property.",
-            "restrictions": [
-                "length"
-            ]
-        },
-        {
-            "name": "-ms-scroll-limit-x-min",
-            "browsers": [
-                "E",
-                "IE10"
-            ],
-            "status": "nonstandard",
-            "syntax": "<length>",
-            "description": "Gets or sets a value that specifies the minimum value for the scrollLeft property.",
-            "restrictions": [
-                "length"
-            ]
-        },
-        {
-            "name": "-ms-scroll-limit-y-max",
-            "browsers": [
-                "E",
-                "IE10"
-            ],
-            "values": [
-                {
-                    "name": "auto"
-                }
-            ],
-            "status": "nonstandard",
-            "syntax": "auto | <length>",
-            "description": "Gets or sets a value that specifies the maximum value for the scrollTop property.",
-            "restrictions": [
-                "length"
-            ]
-        },
-        {
-            "name": "-ms-scroll-limit-y-min",
-            "browsers": [
-                "E",
-                "IE10"
-            ],
-            "status": "nonstandard",
-            "syntax": "<length>",
-            "description": "Gets or sets a value that specifies the minimum value for the scrollTop property.",
-            "restrictions": [
-                "length"
-            ]
-        },
-        {
-            "name": "-ms-scroll-rails",
-            "browsers": [
-                "E",
-                "IE10"
-            ],
-            "values": [
-                {
-                    "name": "none"
-                },
-                {
-                    "name": "railed"
-                }
-            ],
-            "status": "nonstandard",
-            "syntax": "none | railed",
-            "description": "Gets or sets a value that indicates whether or not small motions perpendicular to the primary axis of motion will result in either changes to both the scrollTop and scrollLeft properties or a change to the primary axis (for instance, either the scrollTop or scrollLeft properties will change, but not both).",
-            "restrictions": [
-                "enum",
-                "length"
-            ]
-        },
-        {
-            "name": "-ms-scroll-snap-points-x",
-            "browsers": [
-                "E",
-                "IE10"
-            ],
-            "values": [
-                {
-                    "name": "snapInterval(100%, 100%)"
-                },
-                {
-                    "name": "snapList()"
-                }
-            ],
-            "status": "nonstandard",
-            "syntax": "snapInterval( <length-percentage>, <length-percentage> ) | snapList( <length-percentage># )",
-            "description": "Gets or sets a value that defines where snap-points will be located along the x-axis.",
-            "restrictions": [
-                "enum"
-            ]
-        },
-        {
-            "name": "-ms-scroll-snap-points-y",
-            "browsers": [
-                "E",
-                "IE10"
-            ],
-            "values": [
-                {
-                    "name": "snapInterval(100%, 100%)"
-                },
-                {
-                    "name": "snapList()"
-                }
-            ],
-            "status": "nonstandard",
-            "syntax": "snapInterval( <length-percentage>, <length-percentage> ) | snapList( <length-percentage># )",
-            "description": "Gets or sets a value that defines where snap-points will be located along the y-axis.",
-            "restrictions": [
-                "enum"
-            ]
-        },
-        {
-            "name": "-ms-scroll-snap-type",
-            "browsers": [
-                "E",
-                "IE10"
-            ],
-            "values": [
-                {
-                    "name": "none",
-                    "description": "The visual viewport of this scroll container must ignore snap points, if any, when scrolled."
-                },
-                {
-                    "name": "mandatory",
-                    "description": "The visual viewport of this scroll container is guaranteed to rest on a snap point when there are no active scrolling operations."
-                },
-                {
-                    "name": "proximity",
-                    "description": "The visual viewport of this scroll container may come to rest on a snap point at the termination of a scroll at the discretion of the UA given the parameters of the scroll."
-                }
-            ],
-            "status": "nonstandard",
-            "syntax": "none | proximity | mandatory",
-            "description": "Gets or sets a value that defines what type of snap-point should be used for the current element. There are two type of snap-points, with the primary difference being whether or not the user is guaranteed to always stop on a snap-point.",
-            "restrictions": [
-                "enum"
-            ]
-        },
-        {
-            "name": "-ms-scroll-snap-x",
-            "browsers": [
-                "E",
-                "IE10"
-            ],
-            "values": [
-                {
-                    "name": "mandatory"
-                },
-                {
-                    "name": "none"
-                },
-                {
-                    "name": "proximity"
-                },
-                {
-                    "name": "snapInterval(100%, 100%)"
-                },
-                {
-                    "name": "snapList()"
-                }
-            ],
-            "status": "nonstandard",
-            "syntax": "<'-ms-scroll-snap-type'> <'-ms-scroll-snap-points-x'>",
-            "description": "Gets or sets a shorthand value that sets values for the -ms-scroll-snap-type and -ms-scroll-snap-points-x properties.",
-            "restrictions": [
-                "enum"
-            ]
-        },
-        {
-            "name": "-ms-scroll-snap-y",
-            "browsers": [
-                "E",
-                "IE10"
-            ],
-            "values": [
-                {
-                    "name": "mandatory"
-                },
-                {
-                    "name": "none"
-                },
-                {
-                    "name": "proximity"
-                },
-                {
-                    "name": "snapInterval(100%, 100%)"
-                },
-                {
-                    "name": "snapList()"
-                }
-            ],
-            "status": "nonstandard",
-            "syntax": "<'-ms-scroll-snap-type'> <'-ms-scroll-snap-points-y'>",
-            "description": "Gets or sets a shorthand value that sets values for the -ms-scroll-snap-type and -ms-scroll-snap-points-y properties.",
-            "restrictions": [
-                "enum"
-            ]
-        },
-        {
-            "name": "-ms-scroll-translation",
-            "browsers": [
-                "E",
-                "IE10"
-            ],
-            "values": [
-                {
-                    "name": "none"
-                },
-                {
-                    "name": "vertical-to-horizontal"
-                }
-            ],
-            "status": "nonstandard",
-            "syntax": "none | vertical-to-horizontal",
-            "description": "Gets or sets a value that specifies whether vertical-to-horizontal scroll wheel translation occurs on the specified element.",
-            "restrictions": [
-                "enum"
-            ]
-        },
-        {
-            "name": "-ms-text-align-last",
-            "browsers": [
-                "E",
-                "IE8"
-            ],
-            "values": [
-                {
-                    "name": "auto"
-                },
-                {
-                    "name": "center",
-                    "description": "The inline contents are centered within the line box."
-                },
-                {
-                    "name": "justify",
-                    "description": "The text is justified according to the method specified by the 'text-justify' property."
-                },
-                {
-                    "name": "left",
-                    "description": "The inline contents are aligned to the left edge of the line box. In vertical text, 'left' aligns to the edge of the line box that would be the start edge for left-to-right text."
-                },
-                {
-                    "name": "right",
-                    "description": "The inline contents are aligned to the right edge of the line box. In vertical text, 'right' aligns to the edge of the line box that would be the end edge for left-to-right text."
-                }
-            ],
-            "description": "Describes how the last line of a block or a line right before a forced line break is aligned when 'text-align' is set to 'justify'.",
-            "restrictions": [
-                "enum"
-            ]
-        },
-        {
-            "name": "-ms-text-autospace",
-            "browsers": [
-                "E",
-                "IE8"
-            ],
-            "values": [
-                {
-                    "name": "ideograph-alpha",
-                    "description": "Creates 1/4em extra spacing between runs of ideographic letters and non-ideographic letters, such as Latin-based, Cyrillic, Greek, Arabic or Hebrew."
-                },
-                {
-                    "name": "ideograph-numeric",
-                    "description": "Creates 1/4em extra spacing between runs of ideographic letters and numeric glyphs."
-                },
-                {
-                    "name": "ideograph-parenthesis",
-                    "description": "Creates extra spacing between normal (non wide) parenthesis and ideographs."
-                },
-                {
-                    "name": "ideograph-space",
-                    "description": "Extends the width of the space character while surrounded by ideographs."
-                },
-                {
-                    "name": "none",
-                    "description": "No extra space is created."
-                },
-                {
-                    "name": "punctuation",
-                    "description": "Creates extra non-breaking spacing around punctuation as required by language-specific typographic conventions."
-                }
-            ],
-            "status": "nonstandard",
-            "syntax": "none | ideograph-alpha | ideograph-numeric | ideograph-parenthesis | ideograph-space",
-            "description": "Determines whether or not a full-width punctuation mark character should be trimmed if it appears at the beginning of a line, so that its 'ink' lines up with the first glyph in the line above and below.",
-            "restrictions": [
-                "enum"
-            ]
-        },
-        {
-            "name": "-ms-text-combine-horizontal",
-            "browsers": [
-                "E",
-                "IE11"
-            ],
-            "values": [
-                {
-                    "name": "all",
-                    "description": "Attempt to typeset horizontally all consecutive characters within the box such that they take up the space of a single character within the vertical line box."
-                },
-                {
-                    "name": "digits",
-                    "description": "Attempt to typeset horizontally each maximal sequence of consecutive ASCII digits (U+0030–U+0039) that has as many or fewer characters than the specified integer such that it takes up the space of a single character within the vertical line box."
-                },
-                {
-                    "name": "none",
-                    "description": "No special processing."
-                }
-            ],
-            "description": "This property specifies the combination of multiple characters into the space of a single character.",
-            "restrictions": [
-                "enum",
-                "integer"
-            ]
-        },
-        {
-            "name": "-ms-text-justify",
-            "browsers": [
-                "E",
-                "IE8"
-            ],
-            "values": [
-                {
-                    "name": "auto",
-                    "description": "The UA determines the justification algorithm to follow, based on a balance between performance and adequate presentation quality."
-                },
-                {
-                    "name": "distribute",
-                    "description": "Justification primarily changes spacing both at word separators and at grapheme cluster boundaries in all scripts except those in the connected and cursive groups. This value is sometimes used in e.g. Japanese, often with the 'text-align-last' property."
-                },
-                {
-                    "name": "inter-cluster",
-                    "description": "Justification primarily changes spacing at word separators and at grapheme cluster boundaries in clustered scripts. This value is typically used for Southeast Asian scripts such as Thai."
-                },
-                {
-                    "name": "inter-ideograph",
-                    "description": "Justification primarily changes spacing at word separators and at inter-graphemic boundaries in scripts that use no word spaces. This value is typically used for CJK languages."
-                },
-                {
-                    "name": "inter-word",
-                    "description": "Justification primarily changes spacing at word separators. This value is typically used for languages that separate words using spaces, like English or (sometimes) Korean."
-                },
-                {
-                    "name": "kashida",
-                    "description": "Justification primarily stretches Arabic and related scripts through the use of kashida or other calligraphic elongation."
-                }
-            ],
-            "description": "Selects the justification algorithm used when 'text-align' is set to 'justify'. The property applies to block containers, but the UA may (but is not required to) also support it on inline elements.",
-            "restrictions": [
-                "enum"
-            ]
-        },
-        {
-            "name": "-ms-text-kashida-space",
-            "browsers": [
-                "E",
-                "IE10"
-            ],
-            "description": "Sets or retrieves the ratio of kashida expansion to white space expansion when justifying lines of text in the object.",
-            "restrictions": [
-                "percentage"
-            ]
-        },
-        {
-            "name": "-ms-text-overflow",
-            "browsers": [
-                "IE10"
-            ],
-            "values": [
-                {
-                    "name": "clip",
-                    "description": "Clip inline content that overflows. Characters may be only partially rendered."
-                },
-                {
-                    "name": "ellipsis",
-                    "description": "Render an ellipsis character (U+2026) to represent clipped inline content."
-                }
-            ],
-            "description": "Text can overflow for example when it is prevented from wrapping",
-            "restrictions": [
-                "enum"
-            ]
-        },
-        {
-            "name": "-ms-text-size-adjust",
-            "browsers": [
-                "E",
-                "IE10"
-            ],
-            "values": [
-                {
-                    "name": "auto",
-                    "description": "Renderers must use the default size adjustment when displaying on a small device."
-                },
-                {
-                    "name": "none",
-                    "description": "Renderers must not do size adjustment when displaying on a small device."
-                }
-            ],
-            "description": "Specifies a size adjustment for displaying text content in mobile browsers.",
-            "restrictions": [
-                "enum",
-                "percentage"
-            ]
-        },
-        {
-            "name": "-ms-text-underline-position",
-            "browsers": [
-                "E",
-                "IE10"
-            ],
-            "values": [
-                {
-                    "name": "alphabetic",
-                    "description": "The underline is aligned with the alphabetic baseline. In this case the underline is likely to cross some descenders."
-                },
-                {
-                    "name": "auto",
-                    "description": "The user agent may use any algorithm to determine the underline's position. In horizontal line layout, the underline should be aligned as for alphabetic. In vertical line layout, if the language is set to Japanese or Korean, the underline should be aligned as for over."
-                },
-                {
-                    "name": "over",
-                    "description": "The underline is aligned with the 'top' (right in vertical writing) edge of the element's em-box. In this mode, an overline also switches sides."
-                },
-                {
-                    "name": "under",
-                    "description": "The underline is aligned with the 'bottom' (left in vertical writing) edge of the element's em-box. In this case the underline usually does not cross the descenders. This is sometimes called 'accounting' underline."
-                }
-            ],
-            "description": "Sets the position of an underline specified on the same element: it does not affect underlines specified by ancestor elements.This property is typically used in vertical writing contexts such as in Japanese documents where it often desired to have the underline appear 'over' (to the right of) the affected run of text",
-            "restrictions": [
-                "enum"
-            ]
-        },
-        {
-            "name": "-ms-touch-action",
-            "browsers": [
-                "IE10"
-            ],
-            "values": [
-                {
-                    "name": "auto",
-                    "description": "The element is a passive element, with several exceptions."
-                },
-                {
-                    "name": "double-tap-zoom",
-                    "description": "The element will zoom on double-tap."
-                },
-                {
-                    "name": "manipulation",
-                    "description": "The element is a manipulation-causing element."
-                },
-                {
-                    "name": "none",
-                    "description": "The element is a manipulation-blocking element."
-                },
-                {
-                    "name": "pan-x",
-                    "description": "The element permits touch-driven panning on the horizontal axis. The touch pan is performed on the nearest ancestor with horizontally scrollable content."
-                },
-                {
-                    "name": "pan-y",
-                    "description": "The element permits touch-driven panning on the vertical axis. The touch pan is performed on the nearest ancestor with vertically scrollable content."
-                },
-                {
-                    "name": "pinch-zoom",
-                    "description": "The element permits pinch-zooming. The pinch-zoom is performed on the nearest ancestor with zoomable content."
-                }
-            ],
-            "description": "Gets or sets a value that indicates whether and how a given region can be manipulated by the user.",
-            "restrictions": [
-                "enum"
-            ]
-        },
-        {
-            "name": "-ms-touch-select",
-            "browsers": [
-                "E",
-                "IE10"
-            ],
-            "values": [
-                {
-                    "name": "grippers",
-                    "description": "Grippers are always on."
-                },
-                {
-                    "name": "none",
-                    "description": "Grippers are always off."
-                }
-            ],
-            "status": "nonstandard",
-            "syntax": "grippers | none",
-            "description": "Gets or sets a value that toggles the 'gripper' visual elements that enable touch text selection.",
-            "restrictions": [
-                "enum"
-            ]
-        },
-        {
-            "name": "-ms-transform",
-            "browsers": [
-                "IE9-9"
-            ],
-            "values": [
-                {
-                    "name": "matrix()",
-                    "description": "Specifies a 2D transformation in the form of a transformation matrix of six values. matrix(a,b,c,d,e,f) is equivalent to applying the transformation matrix [a b c d e f]"
-                },
-                {
-                    "name": "matrix3d()",
-                    "description": "Specifies a 3D transformation as a 4x4 homogeneous matrix of 16 values in column-major order."
-                },
-                {
-                    "name": "none"
-                },
-                {
-                    "name": "rotate()",
-                    "description": "Specifies a 2D rotation by the angle specified in the parameter about the origin of the element, as defined by the transform-origin property."
-                },
-                {
-                    "name": "rotate3d()",
-                    "description": "Specifies a clockwise 3D rotation by the angle specified in last parameter about the [x,y,z] direction vector described by the first 3 parameters."
-                },
-                {
-                    "name": "rotateX('angle')",
-                    "description": "Specifies a clockwise rotation by the given angle about the X axis."
-                },
-                {
-                    "name": "rotateY('angle')",
-                    "description": "Specifies a clockwise rotation by the given angle about the Y axis."
-                },
-                {
-                    "name": "rotateZ('angle')",
-                    "description": "Specifies a clockwise rotation by the given angle about the Z axis."
-                },
-                {
-                    "name": "scale()",
-                    "description": "Specifies a 2D scale operation by the [sx,sy] scaling vector described by the 2 parameters. If the second parameter is not provided, it is takes a value equal to the first."
-                },
-                {
-                    "name": "scale3d()",
-                    "description": "Specifies a 3D scale operation by the [sx,sy,sz] scaling vector described by the 3 parameters."
-                },
-                {
-                    "name": "scaleX()",
-                    "description": "Specifies a scale operation using the [sx,1] scaling vector, where sx is given as the parameter."
-                },
-                {
-                    "name": "scaleY()",
-                    "description": "Specifies a scale operation using the [sy,1] scaling vector, where sy is given as the parameter."
-                },
-                {
-                    "name": "scaleZ()",
-                    "description": "Specifies a scale operation using the [1,1,sz] scaling vector, where sz is given as the parameter."
-                },
-                {
-                    "name": "skew()",
-                    "description": "Specifies a skew transformation along the X and Y axes. The first angle parameter specifies the skew on the X axis. The second angle parameter specifies the skew on the Y axis. If the second parameter is not given then a value of 0 is used for the Y angle (ie: no skew on the Y axis)."
-                },
-                {
-                    "name": "skewX()",
-                    "description": "Specifies a skew transformation along the X axis by the given angle."
-                },
-                {
-                    "name": "skewY()",
-                    "description": "Specifies a skew transformation along the Y axis by the given angle."
-                },
-                {
-                    "name": "translate()",
-                    "description": "Specifies a 2D translation by the vector [tx, ty], where tx is the first translation-value parameter and ty is the optional second translation-value parameter."
-                },
-                {
-                    "name": "translate3d()",
-                    "description": "Specifies a 3D translation by the vector [tx,ty,tz], with tx, ty and tz being the first, second and third translation-value parameters respectively."
-                },
-                {
-                    "name": "translateX()",
-                    "description": "Specifies a translation by the given amount in the X direction."
-                },
-                {
-                    "name": "translateY()",
-                    "description": "Specifies a translation by the given amount in the Y direction."
-                },
-                {
-                    "name": "translateZ()",
-                    "description": "Specifies a translation by the given amount in the Z direction. Note that percentage values are not allowed in the translateZ translation-value, and if present are evaluated as 0."
-                }
-            ],
-            "description": "A two-dimensional transformation is applied to an element through the 'transform' property. This property contains a list of transform functions similar to those allowed by SVG.",
-            "restrictions": [
-                "enum"
-            ]
-        },
-        {
-            "name": "-ms-transform-origin",
-            "browsers": [
-                "IE9-9"
-            ],
-            "description": "Establishes the origin of transformation for an element.",
-            "restrictions": [
-                "position",
-                "length",
-                "percentage"
-            ]
-        },
-        {
-            "name": "-ms-transform-origin-x",
-            "browsers": [
-                "IE10"
-            ],
-            "description": "The x coordinate of the origin for transforms applied to an element with respect to its border box.",
-            "restrictions": [
-                "length",
-                "percentage"
-            ]
-        },
-        {
-            "name": "-ms-transform-origin-y",
-            "browsers": [
-                "IE10"
-            ],
-            "description": "The y coordinate of the origin for transforms applied to an element with respect to its border box.",
-            "restrictions": [
-                "length",
-                "percentage"
-            ]
-        },
-        {
-            "name": "-ms-transform-origin-z",
-            "browsers": [
-                "IE10"
-            ],
-            "description": "The z coordinate of the origin for transforms applied to an element with respect to its border box.",
-            "restrictions": [
-                "length",
-                "percentage"
-            ]
-        },
-        {
-            "name": "-ms-user-select",
-            "browsers": [
-                "E",
-                "IE10"
-            ],
-            "values": [
-                {
-                    "name": "element"
-                },
-                {
-                    "name": "none"
-                },
-                {
-                    "name": "text"
-                }
-            ],
-            "status": "nonstandard",
-            "syntax": "none | element | text",
-            "description": "Controls the appearance of selection.",
-            "restrictions": [
-                "enum"
-            ]
-        },
-        {
-            "name": "-ms-word-break",
-            "browsers": [
-                "IE8"
-            ],
-            "values": [
-                {
-                    "name": "break-all",
-                    "description": "Lines may break between any two grapheme clusters for non-CJK scripts."
-                },
-                {
-                    "name": "keep-all",
-                    "description": "Block characters can no longer create implied break points."
-                },
-                {
-                    "name": "normal",
-                    "description": "Breaks non-CJK scripts according to their own rules."
-                }
-            ],
-            "description": "Specifies line break opportunities for non-CJK scripts.",
-            "restrictions": [
-                "enum"
-            ]
-        },
-        {
-            "name": "-ms-word-wrap",
-            "browsers": [
-                "IE8"
-            ],
-            "values": [
-                {
-                    "name": "break-word",
-                    "description": "An unbreakable 'word' may be broken at an arbitrary point if there are no otherwise-acceptable break points in the line."
-                },
-                {
-                    "name": "normal",
-                    "description": "Lines may break only at allowed break points."
-                }
-            ],
-            "description": "Specifies whether the UA may break within a word to prevent overflow when an otherwise-unbreakable string is too long to fit.",
-            "restrictions": [
-                "enum"
-            ]
-        },
-        {
-            "name": "-ms-wrap-flow",
-            "browsers": [
-                "E",
-                "IE10"
-            ],
-            "values": [
-                {
-                    "name": "auto",
-                    "description": "For floats an exclusion is created, for all other elements an exclusion is not created."
-                },
-                {
-                    "name": "both",
-                    "description": "Inline flow content can flow on all sides of the exclusion."
-                },
-                {
-                    "name": "clear",
-                    "description": "Inline flow content can only wrap on top and bottom of the exclusion and must leave the areas to the start and end edges of the exclusion box empty."
-                },
-                {
-                    "name": "end",
-                    "description": "Inline flow content can wrap on the end side of the exclusion area but must leave the area to the start edge of the exclusion area empty."
-                },
-                {
-                    "name": "maximum",
-                    "description": "Inline flow content can wrap on the side of the exclusion with the largest available space for the given line, and must leave the other side of the exclusion empty."
-                },
-                {
-                    "name": "minimum",
-                    "description": "Inline flow content can flow around the edge of the exclusion with the smallest available space within the flow content’s containing block, and must leave the other edge of the exclusion empty."
-                },
-                {
-                    "name": "start",
-                    "description": "Inline flow content can wrap on the start edge of the exclusion area but must leave the area to end edge of the exclusion area empty."
-                }
-            ],
-            "status": "nonstandard",
-            "syntax": "auto | both | start | end | maximum | clear",
-            "description": "An element becomes an exclusion when its 'wrap-flow' property has a computed value other than 'auto'.",
-            "restrictions": [
-                "enum"
-            ]
-        },
-        {
-            "name": "-ms-wrap-margin",
-            "browsers": [
-                "E",
-                "IE10"
-            ],
-            "status": "nonstandard",
-            "syntax": "<length>",
-            "description": "Gets or sets a value that is used to offset the inner wrap shape from other shapes.",
-            "restrictions": [
-                "length",
-                "percentage"
-            ]
-        },
-        {
-            "name": "-ms-wrap-through",
-            "browsers": [
-                "E",
-                "IE10"
-            ],
-            "values": [
-                {
-                    "name": "none",
-                    "description": "The exclusion element does not inherit its parent node's wrapping context. Its descendants are only subject to exclusion shapes defined inside the element."
-                },
-                {
-                    "name": "wrap",
-                    "description": "The exclusion element inherits its parent node's wrapping context. Its descendant inline content wraps around exclusions defined outside the element."
-                }
-            ],
-            "status": "nonstandard",
-            "syntax": "wrap | none",
-            "description": "Specifies if an element inherits its parent wrapping context. In other words if it is subject to the exclusions defined outside the element.",
-            "restrictions": [
-                "enum"
-            ]
-        },
-        {
-            "name": "-ms-writing-mode",
-            "browsers": [
-                "IE8"
-            ],
-            "values": [
-                {
-                    "name": "bt-lr"
-                },
-                {
-                    "name": "bt-rl"
-                },
-                {
-                    "name": "lr-bt"
-                },
-                {
-                    "name": "lr-tb"
-                },
-                {
-                    "name": "rl-bt"
-                },
-                {
-                    "name": "rl-tb"
-                },
-                {
-                    "name": "tb-lr"
-                },
-                {
-                    "name": "tb-rl"
-                }
-            ],
-            "description": "Shorthand property for both 'direction' and 'block-progression'.",
-            "restrictions": [
-                "enum"
-            ]
-        },
-        {
-            "name": "-ms-zoom",
-            "browsers": [
-                "IE8"
-            ],
-            "values": [
-                {
-                    "name": "normal"
-                }
-            ],
-            "description": "Sets or retrieves the magnification scale of the object.",
-            "restrictions": [
-                "enum",
-                "integer",
-                "number",
-                "percentage"
-            ]
-        },
-        {
-            "name": "-ms-zoom-animation",
-            "browsers": [
-                "IE10"
-            ],
-            "values": [
-                {
-                    "name": "default"
-                },
-                {
-                    "name": "none"
-                }
-            ],
-            "description": "Gets or sets a value that indicates whether an animation is used when zooming.",
-            "restrictions": [
-                "enum"
-            ]
-        },
-        {
-            "name": "nav-down",
-            "browsers": [
-                "O9.5"
-            ],
-            "values": [
-                {
-                    "name": "auto",
-                    "description": "The user agent automatically determines which element to navigate the focus to in response to directional navigational input."
-                },
-                {
-                    "name": "current",
-                    "description": "Indicates that the user agent should target the frame that the element is in."
-                },
-                {
-                    "name": "root",
-                    "description": "Indicates that the user agent should target the full window."
-                }
-            ],
-            "description": "Provides an way to control directional focus navigation.",
-            "restrictions": [
-                "enum",
-                "identifier",
-                "string"
-            ]
-        },
-        {
-            "name": "nav-index",
-            "browsers": [
-                "O9.5"
-            ],
-            "values": [
-                {
-                    "name": "auto",
-                    "description": "The element's sequential navigation order is assigned automatically by the user agent."
-                }
-            ],
-            "description": "Provides an input-method-neutral way of specifying the sequential navigation order (also known as 'tabbing order').",
-            "restrictions": [
-                "number"
-            ]
-        },
-        {
-            "name": "nav-left",
-            "browsers": [
-                "O9.5"
-            ],
-            "values": [
-                {
-                    "name": "auto",
-                    "description": "The user agent automatically determines which element to navigate the focus to in response to directional navigational input."
-                },
-                {
-                    "name": "current",
-                    "description": "Indicates that the user agent should target the frame that the element is in."
-                },
-                {
-                    "name": "root",
-                    "description": "Indicates that the user agent should target the full window."
-                }
-            ],
-            "description": "Provides an way to control directional focus navigation.",
-            "restrictions": [
-                "enum",
-                "identifier",
-                "string"
-            ]
-        },
-        {
-            "name": "nav-right",
-            "browsers": [
-                "O9.5"
-            ],
-            "values": [
-                {
-                    "name": "auto",
-                    "description": "The user agent automatically determines which element to navigate the focus to in response to directional navigational input."
-                },
-                {
-                    "name": "current",
-                    "description": "Indicates that the user agent should target the frame that the element is in."
-                },
-                {
-                    "name": "root",
-                    "description": "Indicates that the user agent should target the full window."
-                }
-            ],
-            "description": "Provides an way to control directional focus navigation.",
-            "restrictions": [
-                "enum",
-                "identifier",
-                "string"
-            ]
-        },
-        {
-            "name": "nav-up",
-            "browsers": [
-                "O9.5"
-            ],
-            "values": [
-                {
-                    "name": "auto",
-                    "description": "The user agent automatically determines which element to navigate the focus to in response to directional navigational input."
-                },
-                {
-                    "name": "current",
-                    "description": "Indicates that the user agent should target the frame that the element is in."
-                },
-                {
-                    "name": "root",
-                    "description": "Indicates that the user agent should target the full window."
-                }
-            ],
-            "description": "Provides an way to control directional focus navigation.",
-            "restrictions": [
-                "enum",
-                "identifier",
-                "string"
-            ]
-        },
-        {
-            "name": "negative",
-            "browsers": [
-                "FF33"
-            ],
-            "syntax": "<symbol> <symbol>?",
-            "description": "@counter-style descriptor. Defines how to alter the representation when the counter value is negative.",
-            "restrictions": [
-                "image",
-                "identifier",
-                "string"
-            ]
-        },
-        {
-            "name": "-o-animation",
-            "browsers": [
-                "O12"
-            ],
-            "values": [
-                {
-                    "name": "alternate",
-                    "description": "The animation cycle iterations that are odd counts are played in the normal direction, and the animation cycle iterations that are even counts are played in a reverse direction."
-                },
-                {
-                    "name": "alternate-reverse",
-                    "description": "The animation cycle iterations that are odd counts are played in the reverse direction, and the animation cycle iterations that are even counts are played in a normal direction."
-                },
-                {
-                    "name": "backwards",
-                    "description": "The beginning property value (as defined in the first @keyframes at-rule) is applied before the animation is displayed, during the period defined by 'animation-delay'."
-                },
-                {
-                    "name": "both",
-                    "description": "Both forwards and backwards fill modes are applied."
-                },
-                {
-                    "name": "forwards",
-                    "description": "The final property value (as defined in the last @keyframes at-rule) is maintained after the animation completes."
-                },
-                {
-                    "name": "infinite",
-                    "description": "Causes the animation to repeat forever."
-                },
-                {
-                    "name": "none",
-                    "description": "No animation is performed"
-                },
-                {
-                    "name": "normal",
-                    "description": "Normal playback."
-                },
-                {
-                    "name": "reverse",
-                    "description": "All iterations of the animation are played in the reverse direction from the way they were specified."
-                }
-            ],
-            "description": "Shorthand property combines six of the animation properties into a single property.",
-            "restrictions": [
-                "time",
-                "enum",
-                "timing-function",
-                "identifier",
-                "number"
-            ]
-        },
-        {
-            "name": "-o-animation-delay",
-            "browsers": [
-                "O12"
-            ],
-            "description": "Defines when the animation will start.",
-            "restrictions": [
-                "time"
-            ]
-        },
-        {
-            "name": "-o-animation-direction",
-            "browsers": [
-                "O12"
-            ],
-            "values": [
-                {
-                    "name": "alternate",
-                    "description": "The animation cycle iterations that are odd counts are played in the normal direction, and the animation cycle iterations that are even counts are played in a reverse direction."
-                },
-                {
-                    "name": "alternate-reverse",
-                    "description": "The animation cycle iterations that are odd counts are played in the reverse direction, and the animation cycle iterations that are even counts are played in a normal direction."
-                },
-                {
-                    "name": "normal",
-                    "description": "Normal playback."
-                },
-                {
-                    "name": "reverse",
-                    "description": "All iterations of the animation are played in the reverse direction from the way they were specified."
-                }
-            ],
-            "description": "Defines whether or not the animation should play in reverse on alternate cycles.",
-            "restrictions": [
-                "enum"
-            ]
-        },
-        {
-            "name": "-o-animation-duration",
-            "browsers": [
-                "O12"
-            ],
-            "description": "Defines the length of time that an animation takes to complete one cycle.",
-            "restrictions": [
-                "time"
-            ]
-        },
-        {
-            "name": "-o-animation-fill-mode",
-            "browsers": [
-                "O12"
-            ],
-            "values": [
-                {
-                    "name": "backwards",
-                    "description": "The beginning property value (as defined in the first @keyframes at-rule) is applied before the animation is displayed, during the period defined by 'animation-delay'."
-                },
-                {
-                    "name": "both",
-                    "description": "Both forwards and backwards fill modes are applied."
-                },
-                {
-                    "name": "forwards",
-                    "description": "The final property value (as defined in the last @keyframes at-rule) is maintained after the animation completes."
-                },
-                {
-                    "name": "none",
-                    "description": "There is no change to the property value between the time the animation is applied and the time the animation begins playing or after the animation completes."
-                }
-            ],
-            "description": "Defines what values are applied by the animation outside the time it is executing.",
-            "restrictions": [
-                "enum"
-            ]
-        },
-        {
-            "name": "-o-animation-iteration-count",
-            "browsers": [
-                "O12"
-            ],
-            "values": [
-                {
-                    "name": "infinite",
-                    "description": "Causes the animation to repeat forever."
-                }
-            ],
-            "description": "Defines the number of times an animation cycle is played. The default value is one, meaning the animation will play from beginning to end once.",
-            "restrictions": [
-                "number",
-                "enum"
-            ]
-        },
-        {
-            "name": "-o-animation-name",
-            "browsers": [
-                "O12"
-            ],
-            "values": [
-                {
-                    "name": "none",
-                    "description": "No animation is performed"
-                }
-            ],
-            "description": "Defines a list of animations that apply. Each name is used to select the keyframe at-rule that provides the property values for the animation.",
-            "restrictions": [
-                "identifier",
-                "enum"
-            ]
-        },
-        {
-            "name": "-o-animation-play-state",
-            "browsers": [
-                "O12"
-            ],
-            "values": [
-                {
-                    "name": "paused",
-                    "description": "A running animation will be paused."
-                },
-                {
-                    "name": "running",
-                    "description": "Resume playback of a paused animation."
-                }
-            ],
-            "description": "Defines whether the animation is running or paused.",
-            "restrictions": [
-                "enum"
-            ]
-        },
-        {
-            "name": "-o-animation-timing-function",
-            "browsers": [
-                "O12"
-            ],
-            "description": "Describes how the animation will progress over one cycle of its duration. See the 'transition-timing-function'.",
-            "restrictions": [
-                "timing-function"
-            ]
-        },
-        {
-            "name": "-o-border-image",
-            "browsers": [
-                "O11.6"
-            ],
-            "values": [
-                {
-                    "name": "auto",
-                    "description": "If 'auto' is specified then the border image width is the intrinsic width or height (whichever is applicable) of the corresponding image slice. If the image does not have the required intrinsic dimension then the corresponding border-width is used instead."
-                },
-                {
-                    "name": "fill",
-                    "description": "Causes the middle part of the border-image to be preserved."
-                },
-                {
-                    "name": "none"
-                },
-                {
-                    "name": "repeat",
-                    "description": "The image is tiled (repeated) to fill the area."
-                },
-                {
-                    "name": "round",
-                    "description": "The image is tiled (repeated) to fill the area. If it does not fill the area with a whole number of tiles, the image is rescaled so that it does."
-                },
-                {
-                    "name": "space",
-                    "description": "The image is tiled (repeated) to fill the area. If it does not fill the area with a whole number of tiles, the extra space is distributed around the tiles."
-                },
-                {
-                    "name": "stretch",
-                    "description": "The image is stretched to fill the area."
-                }
-            ],
-            "description": "Shorthand property for setting 'border-image-source', 'border-image-slice', 'border-image-width', 'border-image-outset' and 'border-image-repeat'. Omitted values are set to their initial values.",
-            "restrictions": [
-                "length",
-                "percentage",
-                "number",
-                "image",
-                "enum"
-            ]
-        },
-        {
-            "name": "-o-object-fit",
-            "browsers": [
-                "O10.6"
-            ],
-            "values": [
-                {
-                    "name": "contain",
-                    "description": "The replaced content is sized to maintain its aspect ratio while fitting within the element’s content box: its concrete object size is resolved as a contain constraint against the element's used width and height."
-                },
-                {
-                    "name": "cover",
-                    "description": "The replaced content is sized to maintain its aspect ratio while filling the element's entire content box: its concrete object size is resolved as a cover constraint against the element’s used width and height."
-                },
-                {
-                    "name": "fill",
-                    "description": "The replaced content is sized to fill the element’s content box: the object's concrete object size is the element's used width and height."
-                },
-                {
-                    "name": "none",
-                    "description": "The replaced content is not resized to fit inside the element's content box"
-                },
-                {
-                    "name": "scale-down",
-                    "description": "Size the content as if ‘none’ or ‘contain’ were specified, whichever would result in a smaller concrete object size."
-                }
-            ],
-            "description": "Specifies how the contents of a replaced element should be scaled relative to the box established by its used height and width.",
-            "restrictions": [
-                "enum"
-            ]
-        },
-        {
-            "name": "-o-object-position",
-            "browsers": [
-                "O10.6"
-            ],
-            "description": "Determines the alignment of the replaced element inside its box.",
-            "restrictions": [
-                "position",
-                "length",
-                "percentage"
-            ]
-        },
-        {
-            "name": "-o-table-baseline",
-            "browsers": [
-                "O9.6"
-            ],
-            "description": "Determines which row of a inline-table should be used as baseline of inline-table.",
-            "restrictions": [
-                "integer"
-            ]
-        },
-        {
-            "name": "-o-tab-size",
-            "browsers": [
-                "O10.6"
-            ],
-            "description": "This property determines the width of the tab character (U+0009), in space characters (U+0020), when rendered.",
-            "restrictions": [
-                "integer",
-                "length"
-            ]
-        },
-        {
-            "name": "-o-text-overflow",
-            "browsers": [
-                "O10"
-            ],
-            "values": [
-                {
-                    "name": "clip",
-                    "description": "Clip inline content that overflows. Characters may be only partially rendered."
-                },
-                {
-                    "name": "ellipsis",
-                    "description": "Render an ellipsis character (U+2026) to represent clipped inline content."
-                }
-            ],
-            "description": "Text can overflow for example when it is prevented from wrapping",
-            "restrictions": [
-                "enum"
-            ]
-        },
-        {
-            "name": "-o-transform",
-            "browsers": [
-                "O10.5"
-            ],
-            "values": [
-                {
-                    "name": "matrix()",
-                    "description": "Specifies a 2D transformation in the form of a transformation matrix of six values. matrix(a,b,c,d,e,f) is equivalent to applying the transformation matrix [a b c d e f]"
-                },
-                {
-                    "name": "matrix3d()",
-                    "description": "Specifies a 3D transformation as a 4x4 homogeneous matrix of 16 values in column-major order."
-                },
-                {
-                    "name": "none"
-                },
-                {
-                    "name": "rotate()",
-                    "description": "Specifies a 2D rotation by the angle specified in the parameter about the origin of the element, as defined by the transform-origin property."
-                },
-                {
-                    "name": "rotate3d()",
-                    "description": "Specifies a clockwise 3D rotation by the angle specified in last parameter about the [x,y,z] direction vector described by the first 3 parameters."
-                },
-                {
-                    "name": "rotateX('angle')",
-                    "description": "Specifies a clockwise rotation by the given angle about the X axis."
-                },
-                {
-                    "name": "rotateY('angle')",
-                    "description": "Specifies a clockwise rotation by the given angle about the Y axis."
-                },
-                {
-                    "name": "rotateZ('angle')",
-                    "description": "Specifies a clockwise rotation by the given angle about the Z axis."
-                },
-                {
-                    "name": "scale()",
-                    "description": "Specifies a 2D scale operation by the [sx,sy] scaling vector described by the 2 parameters. If the second parameter is not provided, it is takes a value equal to the first."
-                },
-                {
-                    "name": "scale3d()",
-                    "description": "Specifies a 3D scale operation by the [sx,sy,sz] scaling vector described by the 3 parameters."
-                },
-                {
-                    "name": "scaleX()",
-                    "description": "Specifies a scale operation using the [sx,1] scaling vector, where sx is given as the parameter."
-                },
-                {
-                    "name": "scaleY()",
-                    "description": "Specifies a scale operation using the [sy,1] scaling vector, where sy is given as the parameter."
-                },
-                {
-                    "name": "scaleZ()",
-                    "description": "Specifies a scale operation using the [1,1,sz] scaling vector, where sz is given as the parameter."
-                },
-                {
-                    "name": "skew()",
-                    "description": "Specifies a skew transformation along the X and Y axes. The first angle parameter specifies the skew on the X axis. The second angle parameter specifies the skew on the Y axis. If the second parameter is not given then a value of 0 is used for the Y angle (ie: no skew on the Y axis)."
-                },
-                {
-                    "name": "skewX()",
-                    "description": "Specifies a skew transformation along the X axis by the given angle."
-                },
-                {
-                    "name": "skewY()",
-                    "description": "Specifies a skew transformation along the Y axis by the given angle."
-                },
-                {
-                    "name": "translate()",
-                    "description": "Specifies a 2D translation by the vector [tx, ty], where tx is the first translation-value parameter and ty is the optional second translation-value parameter."
-                },
-                {
-                    "name": "translate3d()",
-                    "description": "Specifies a 3D translation by the vector [tx,ty,tz], with tx, ty and tz being the first, second and third translation-value parameters respectively."
-                },
-                {
-                    "name": "translateX()",
-                    "description": "Specifies a translation by the given amount in the X direction."
-                },
-                {
-                    "name": "translateY()",
-                    "description": "Specifies a translation by the given amount in the Y direction."
-                },
-                {
-                    "name": "translateZ()",
-                    "description": "Specifies a translation by the given amount in the Z direction. Note that percentage values are not allowed in the translateZ translation-value, and if present are evaluated as 0."
-                }
-            ],
-            "description": "A two-dimensional transformation is applied to an element through the 'transform' property. This property contains a list of transform functions similar to those allowed by SVG.",
-            "restrictions": [
-                "enum"
-            ]
-        },
-        {
-            "name": "-o-transform-origin",
-            "browsers": [
-                "O10.5"
-            ],
-            "description": "Establishes the origin of transformation for an element.",
-            "restrictions": [
-                "positon",
-                "length",
-                "percentage"
-            ]
-        },
-        {
-            "name": "-o-transition",
-            "browsers": [
-                "O11.5"
-            ],
-            "values": [
-                {
-                    "name": "all",
-                    "description": "Every property that is able to undergo a transition will do so."
-                },
-                {
-                    "name": "none",
-                    "description": "No property will transition."
-                }
-            ],
-            "description": "Shorthand property combines four of the transition properties into a single property.",
-            "restrictions": [
-                "time",
-                "property",
-                "timing-function",
-                "enum"
-            ]
-        },
-        {
-            "name": "-o-transition-delay",
-            "browsers": [
-                "O11.5"
-            ],
-            "description": "Defines when the transition will start. It allows a transition to begin execution some period of time from when it is applied.",
-            "restrictions": [
-                "time"
-            ]
-        },
-        {
-            "name": "-o-transition-duration",
-            "browsers": [
-                "O11.5"
-            ],
-            "description": "Specifies how long the transition from the old value to the new value should take.",
-            "restrictions": [
-                "time"
-            ]
-        },
-        {
-            "name": "-o-transition-property",
-            "browsers": [
-                "O11.5"
-            ],
-            "values": [
-                {
-                    "name": "all",
-                    "description": "Every property that is able to undergo a transition will do so."
-                },
-                {
-                    "name": "none",
-                    "description": "No property will transition."
-                }
-            ],
-            "description": "Specifies the name of the CSS property to which the transition is applied.",
-            "restrictions": [
-                "property"
-            ]
-        },
-        {
-            "name": "-o-transition-timing-function",
-            "browsers": [
-                "O11.5"
-            ],
-            "description": "Describes how the intermediate values used during a transition will be calculated.",
-            "restrictions": [
-                "timing-function"
-            ]
-        },
-        {
-            "name": "offset-block-end",
-            "browsers": [
-                "FF41"
-            ],
-            "values": [
-                {
-                    "name": "auto",
-                    "description": "For non-replaced elements, the effect of this value depends on which of related properties have the value 'auto' as well."
-                }
-            ],
-            "description": "Logical 'bottom'. Mapping depends on the parent element’s 'writing-mode', 'direction', and 'text-orientation'.",
-            "restrictions": [
-                "length",
-                "percentage"
-            ]
-        },
-        {
-            "name": "offset-block-start",
-            "browsers": [
-                "FF41"
-            ],
-            "values": [
-                {
-                    "name": "auto",
-                    "description": "For non-replaced elements, the effect of this value depends on which of related properties have the value 'auto' as well."
-                }
-            ],
-            "description": "Logical 'top'. Mapping depends on the parent element’s 'writing-mode', 'direction', and 'text-orientation'.",
-            "restrictions": [
-                "length",
-                "percentage"
-            ]
-        },
-        {
-            "name": "offset-inline-end",
-            "browsers": [
-                "FF41"
-            ],
-            "values": [
-                {
-                    "name": "auto",
-                    "description": "For non-replaced elements, the effect of this value depends on which of related properties have the value 'auto' as well."
-                }
-            ],
-            "description": "Logical 'right'. Mapping depends on the parent element’s 'writing-mode', 'direction', and 'text-orientation'.",
-            "restrictions": [
-                "length",
-                "percentage"
-            ]
-        },
-        {
-            "name": "offset-inline-start",
-            "browsers": [
-                "FF41"
-            ],
-            "values": [
-                {
-                    "name": "auto",
-                    "description": "For non-replaced elements, the effect of this value depends on which of related properties have the value 'auto' as well."
-                }
-            ],
-            "description": "Logical 'left'. Mapping depends on the parent element’s 'writing-mode', 'direction', and 'text-orientation'.",
-            "restrictions": [
-                "length",
-                "percentage"
-            ]
-        },
-        {
-            "name": "pad",
-            "browsers": [
-                "FF33"
-            ],
-            "syntax": "<integer> && <symbol>",
-            "description": "@counter-style descriptor. Specifies a “fixed-width” counter style, where representations shorter than the pad value are padded with a particular <symbol>",
-            "restrictions": [
-                "integer",
-                "image",
-                "string",
-                "identifier"
-            ]
-        },
-        {
-            "name": "prefix",
-            "browsers": [
-                "FF33"
-            ],
-            "syntax": "<symbol>",
-            "description": "@counter-style descriptor. Specifies a <symbol> that is prepended to the marker representation.",
-            "restrictions": [
-                "image",
-                "string",
-                "identifier"
-            ]
-        },
-        {
-            "name": "range",
-            "browsers": [
-                "FF33"
-            ],
-            "values": [
-                {
-                    "name": "auto",
-                    "description": "The range depends on the counter system."
-                },
-                {
-                    "name": "infinite",
-                    "description": "If used as the first value in a range, it represents negative infinity; if used as the second value, it represents positive infinity."
-                }
-            ],
-            "syntax": "[ [ <integer> | infinite ]{2} ]# | auto",
-            "description": "@counter-style descriptor. Defines the ranges over which the counter style is defined.",
-            "restrictions": [
-                "integer",
-                "enum"
-            ]
-        },
-        {
-            "name": "ruby-align",
-            "browsers": [
-                "FF38"
-            ],
-            "values": [
-                {
-                    "name": "auto",
-                    "browsers": [
-                        "FF38"
-                    ],
-                    "description": "The user agent determines how the ruby contents are aligned. This is the initial value."
-                },
-                {
-                    "name": "center",
-                    "description": "The ruby content is centered within its box."
-                },
-                {
-                    "name": "distribute-letter",
-                    "browsers": [
-                        "FF38"
-                    ],
-                    "description": "If the width of the ruby text is smaller than that of the base, then the ruby text contents are evenly distributed across the width of the base, with the first and last ruby text glyphs lining up with the corresponding first and last base glyphs. If the width of the ruby text is at least the width of the base, then the letters of the base are evenly distributed across the width of the ruby text."
-                },
-                {
-                    "name": "distribute-space",
-                    "browsers": [
-                        "FF38"
-                    ],
-                    "description": "If the width of the ruby text is smaller than that of the base, then the ruby text contents are evenly distributed across the width of the base, with a certain amount of white space preceding the first and following the last character in the ruby text. That amount of white space is normally equal to half the amount of inter-character space of the ruby text."
-                },
-                {
-                    "name": "left",
-                    "description": "The ruby text content is aligned with the start edge of the base."
-                },
-                {
-                    "name": "line-edge",
-                    "browsers": [
-                        "FF38"
-                    ],
-                    "description": "If the ruby text is not adjacent to a line edge, it is aligned as in 'auto'. If it is adjacent to a line edge, then it is still aligned as in auto, but the side of the ruby text that touches the end of the line is lined up with the corresponding edge of the base."
-                },
-                {
-                    "name": "right",
-                    "browsers": [
-                        "FF38"
-                    ],
-                    "description": "The ruby text content is aligned with the end edge of the base."
-                },
-                {
-                    "name": "start",
-                    "browsers": [
-                        "FF38"
-                    ],
-                    "description": "The ruby text content is aligned with the start edge of the base."
-                },
-                {
-                    "name": "space-between",
-                    "browsers": [
-                        "FF38"
-                    ],
-                    "description": "The ruby content expands as defined for normal text justification (as defined by 'text-justify'),"
-                },
-                {
-                    "name": "space-around",
-                    "browsers": [
-                        "FF38"
-                    ],
-                    "description": "As for 'space-between' except that there exists an extra justification opportunities whose space is distributed half before and half after the ruby content."
-                }
-            ],
-            "status": "experimental",
-            "syntax": "start | center | space-between | space-around",
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/ruby-align"
-                }
-            ],
-            "description": "Specifies how text is distributed within the various ruby boxes when their contents do not exactly fill their respective boxes.",
-            "restrictions": [
-                "enum"
-            ]
-        },
-        {
-            "name": "ruby-overhang",
-            "browsers": [
-                "FF10",
-                "IE5"
-            ],
-            "values": [
-                {
-                    "name": "auto",
-                    "description": "The ruby text can overhang text adjacent to the base on either side. This is the initial value."
-                },
-                {
-                    "name": "end",
-                    "description": "The ruby text can overhang the text that follows it."
-                },
-                {
-                    "name": "none",
-                    "description": "The ruby text cannot overhang any text adjacent to its base, only its own base."
-                },
-                {
-                    "name": "start",
-                    "description": "The ruby text can overhang the text that precedes it."
-                }
-            ],
-            "description": "Determines whether, and on which side, ruby text is allowed to partially overhang any adjacent text in addition to its own base, when the ruby text is wider than the ruby base.",
-            "restrictions": [
-                "enum"
-            ]
-        },
-        {
-            "name": "ruby-position",
-            "browsers": [
-                "E12",
-                "FF38"
-            ],
-            "values": [
-                {
-                    "name": "after",
-                    "description": "The ruby text appears after the base. This is a relatively rare setting used in ideographic East Asian writing systems, most easily found in educational text."
-                },
-                {
-                    "name": "before",
-                    "description": "The ruby text appears before the base. This is the most common setting used in ideographic East Asian writing systems."
-                },
-                {
-                    "name": "inline"
-                },
-                {
-                    "name": "right",
-                    "description": "The ruby text appears on the right of the base. Unlike 'before' and 'after', this value is not relative to the text flow direction."
-                }
-            ],
-            "status": "experimental",
-            "syntax": "over | under | inter-character",
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/ruby-position"
-                }
-            ],
-            "description": "Used by the parent of elements with display: ruby-text to control the position of the ruby text with respect to its base.",
-            "restrictions": [
-                "enum"
-            ]
-        },
-        {
-            "name": "ruby-span",
-            "browsers": [
-                "FF10"
-            ],
-            "values": [
-                {
-                    "name": "attr(x)",
-                    "description": "The value of attribute 'x' is a string value. The string value is evaluated as a <number> to determine the number of ruby base elements to be spanned by the annotation element."
-                },
-                {
-                    "name": "none",
-                    "description": "No spanning. The computed value is '1'."
-                }
-            ],
-            "description": "Determines whether, and on which side, ruby text is allowed to partially overhang any adjacent text in addition to its own base, when the ruby text is wider than the ruby base.",
-            "restrictions": [
-                "enum"
-            ]
-        },
-        {
-            "name": "scrollbar-3dlight-color",
-            "browsers": [
-                "IE5"
-            ],
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/scrollbar-3dlight-color"
-                }
-            ],
-            "description": "Determines the color of the top and left edges of the scroll box and scroll arrows of a scroll bar.",
-            "restrictions": [
-                "color"
-            ]
-        },
-        {
-            "name": "scrollbar-arrow-color",
-            "browsers": [
-                "IE5"
-            ],
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/scrollbar-arrow-color"
-                }
-            ],
-            "description": "Determines the color of the arrow elements of a scroll arrow.",
-            "restrictions": [
-                "color"
-            ]
-        },
-        {
-            "name": "scrollbar-base-color",
-            "browsers": [
-                "IE5"
-            ],
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/scrollbar-base-color"
-                }
-            ],
-            "description": "Determines the color of the main elements of a scroll bar, which include the scroll box, track, and scroll arrows.",
-            "restrictions": [
-                "color"
-            ]
-        },
-        {
-            "name": "scrollbar-darkshadow-color",
-            "browsers": [
-                "IE5"
-            ],
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/scrollbar-darkshadow-color"
-                }
-            ],
-            "description": "Determines the color of the gutter of a scroll bar.",
-            "restrictions": [
-                "color"
-            ]
-        },
-        {
-            "name": "scrollbar-face-color",
-            "browsers": [
-                "IE5"
-            ],
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/scrollbar-face-color"
-                }
-            ],
-            "description": "Determines the color of the scroll box and scroll arrows of a scroll bar.",
-            "restrictions": [
-                "color"
-            ]
-        },
-        {
-            "name": "scrollbar-highlight-color",
-            "browsers": [
-                "IE5"
-            ],
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/scrollbar-highlight-color"
-                }
-            ],
-            "description": "Determines the color of the top and left edges of the scroll box and scroll arrows of a scroll bar.",
-            "restrictions": [
-                "color"
-            ]
-        },
-        {
-            "name": "scrollbar-shadow-color",
-            "browsers": [
-                "IE5"
-            ],
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/scrollbar-shadow-color"
-                }
-            ],
-            "description": "Determines the color of the bottom and right edges of the scroll box and scroll arrows of a scroll bar.",
-            "restrictions": [
-                "color"
-            ]
-        },
-        {
-            "name": "scrollbar-track-color",
-            "browsers": [
-                "IE5"
-            ],
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/scrollbar-track-color"
-                }
-            ],
-            "description": "Determines the color of the track element of a scroll bar.",
-            "restrictions": [
-                "color"
-            ]
-        },
-        {
-            "name": "suffix",
-            "browsers": [
-                "FF33"
-            ],
-            "syntax": "<symbol>",
-            "description": "@counter-style descriptor. Specifies a <symbol> that is appended to the marker representation.",
-            "restrictions": [
-                "image",
-                "string",
-                "identifier"
-            ]
-        },
-        {
-            "name": "system",
-            "browsers": [
-                "FF33"
-            ],
-            "values": [
-                {
-                    "name": "additive",
-                    "description": "Represents “sign-value” numbering systems, which, rather than using reusing digits in different positions to change their value, define additional digits with much larger values, so that the value of the number can be obtained by adding all the digits together."
-                },
-                {
-                    "name": "alphabetic",
-                    "description": "Interprets the list of counter symbols as digits to an alphabetic numbering system, similar to the default lower-alpha counter style, which wraps from \"a\", \"b\", \"c\", to \"aa\", \"ab\", \"ac\"."
-                },
-                {
-                    "name": "cyclic",
-                    "description": "Cycles repeatedly through its provided symbols, looping back to the beginning when it reaches the end of the list."
-                },
-                {
-                    "name": "extends",
-                    "description": "Use the algorithm of another counter style, but alter other aspects."
-                },
-                {
-                    "name": "fixed",
-                    "description": "Runs through its list of counter symbols once, then falls back."
-                },
-                {
-                    "name": "numeric",
-                    "description": "interprets the list of counter symbols as digits to a \"place-value\" numbering system, similar to the default 'decimal' counter style."
-                },
-                {
-                    "name": "symbolic",
-                    "description": "Cycles repeatedly through its provided symbols, doubling, tripling, etc. the symbols on each successive pass through the list."
-                }
-            ],
-            "syntax": "cyclic | numeric | alphabetic | symbolic | additive | [ fixed <integer>? ] | [ extends <counter-style-name> ]",
-            "description": "@counter-style descriptor. Specifies which algorithm will be used to construct the counter’s representation based on the counter value.",
-            "restrictions": [
-                "enum",
-                "integer"
-            ]
-        },
-        {
-            "name": "symbols",
-            "browsers": [
-                "FF33"
-            ],
-            "syntax": "<symbol>+",
-            "description": "@counter-style descriptor. Specifies the symbols used by the marker-construction algorithm specified by the system descriptor.",
-            "restrictions": [
-                "image",
-                "string",
-                "identifier"
-            ]
-        },
-        {
-            "name": "-webkit-animation",
-            "browsers": [
-                "C",
-                "S5"
-            ],
-            "values": [
-                {
-                    "name": "alternate",
-                    "description": "The animation cycle iterations that are odd counts are played in the normal direction, and the animation cycle iterations that are even counts are played in a reverse direction."
-                },
-                {
-                    "name": "alternate-reverse",
-                    "description": "The animation cycle iterations that are odd counts are played in the reverse direction, and the animation cycle iterations that are even counts are played in a normal direction."
-                },
-                {
-                    "name": "backwards",
-                    "description": "The beginning property value (as defined in the first @keyframes at-rule) is applied before the animation is displayed, during the period defined by 'animation-delay'."
-                },
-                {
-                    "name": "both",
-                    "description": "Both forwards and backwards fill modes are applied."
-                },
-                {
-                    "name": "forwards",
-                    "description": "The final property value (as defined in the last @keyframes at-rule) is maintained after the animation completes."
-                },
-                {
-                    "name": "infinite",
-                    "description": "Causes the animation to repeat forever."
-                },
-                {
-                    "name": "none",
-                    "description": "No animation is performed"
-                },
-                {
-                    "name": "normal",
-                    "description": "Normal playback."
-                },
-                {
-                    "name": "reverse",
-                    "description": "All iterations of the animation are played in the reverse direction from the way they were specified."
-                }
-            ],
-            "description": "Shorthand property combines six of the animation properties into a single property.",
-            "restrictions": [
-                "time",
-                "enum",
-                "timing-function",
-                "identifier",
-                "number"
-            ]
-        },
-        {
-            "name": "-webkit-animation-delay",
-            "browsers": [
-                "C",
-                "S5"
-            ],
-            "description": "Defines when the animation will start.",
-            "restrictions": [
-                "time"
-            ]
-        },
-        {
-            "name": "-webkit-animation-direction",
-            "browsers": [
-                "C",
-                "S5"
-            ],
-            "values": [
-                {
-                    "name": "alternate",
-                    "description": "The animation cycle iterations that are odd counts are played in the normal direction, and the animation cycle iterations that are even counts are played in a reverse direction."
-                },
-                {
-                    "name": "alternate-reverse",
-                    "description": "The animation cycle iterations that are odd counts are played in the reverse direction, and the animation cycle iterations that are even counts are played in a normal direction."
-                },
-                {
-                    "name": "normal",
-                    "description": "Normal playback."
-                },
-                {
-                    "name": "reverse",
-                    "description": "All iterations of the animation are played in the reverse direction from the way they were specified."
-                }
-            ],
-            "description": "Defines whether or not the animation should play in reverse on alternate cycles.",
-            "restrictions": [
-                "enum"
-            ]
-        },
-        {
-            "name": "-webkit-animation-duration",
-            "browsers": [
-                "C",
-                "S5"
-            ],
-            "description": "Defines the length of time that an animation takes to complete one cycle.",
-            "restrictions": [
-                "time"
-            ]
-        },
-        {
-            "name": "-webkit-animation-fill-mode",
-            "browsers": [
-                "C",
-                "S5"
-            ],
-            "values": [
-                {
-                    "name": "backwards",
-                    "description": "The beginning property value (as defined in the first @keyframes at-rule) is applied before the animation is displayed, during the period defined by 'animation-delay'."
-                },
-                {
-                    "name": "both",
-                    "description": "Both forwards and backwards fill modes are applied."
-                },
-                {
-                    "name": "forwards",
-                    "description": "The final property value (as defined in the last @keyframes at-rule) is maintained after the animation completes."
-                },
-                {
-                    "name": "none",
-                    "description": "There is no change to the property value between the time the animation is applied and the time the animation begins playing or after the animation completes."
-                }
-            ],
-            "description": "Defines what values are applied by the animation outside the time it is executing.",
-            "restrictions": [
-                "enum"
-            ]
-        },
-        {
-            "name": "-webkit-animation-iteration-count",
-            "browsers": [
-                "C",
-                "S5"
-            ],
-            "values": [
-                {
-                    "name": "infinite",
-                    "description": "Causes the animation to repeat forever."
-                }
-            ],
-            "description": "Defines the number of times an animation cycle is played. The default value is one, meaning the animation will play from beginning to end once.",
-            "restrictions": [
-                "number",
-                "enum"
-            ]
-        },
-        {
-            "name": "-webkit-animation-name",
-            "browsers": [
-                "C",
-                "S5"
-            ],
-            "values": [
-                {
-                    "name": "none",
-                    "description": "No animation is performed"
-                }
-            ],
-            "description": "Defines a list of animations that apply. Each name is used to select the keyframe at-rule that provides the property values for the animation.",
-            "restrictions": [
-                "identifier",
-                "enum"
-            ]
-        },
-        {
-            "name": "-webkit-animation-play-state",
-            "browsers": [
-                "C",
-                "S5"
-            ],
-            "values": [
-                {
-                    "name": "paused",
-                    "description": "A running animation will be paused."
-                },
-                {
-                    "name": "running",
-                    "description": "Resume playback of a paused animation."
-                }
-            ],
-            "description": "Defines whether the animation is running or paused.",
-            "restrictions": [
-                "enum"
-            ]
-        },
-        {
-            "name": "-webkit-animation-timing-function",
-            "browsers": [
-                "C",
-                "S5"
-            ],
-            "description": "Describes how the animation will progress over one cycle of its duration. See the 'transition-timing-function'.",
-            "restrictions": [
-                "timing-function"
-            ]
-        },
-        {
-            "name": "-webkit-appearance",
-            "browsers": [
-                "C",
-                "S3"
-            ],
-            "values": [
-                {
-                    "name": "button"
-                },
-                {
-                    "name": "button-bevel"
-                },
-                {
-                    "name": "caps-lock-indicator"
-                },
-                {
-                    "name": "caret"
-                },
-                {
-                    "name": "checkbox"
-                },
-                {
-                    "name": "default-button"
-                },
-                {
-                    "name": "listbox"
-                },
-                {
-                    "name": "listitem"
-                },
-                {
-                    "name": "media-fullscreen-button"
-                },
-                {
-                    "name": "media-mute-button"
-                },
-                {
-                    "name": "media-play-button"
-                },
-                {
-                    "name": "media-seek-back-button"
-                },
-                {
-                    "name": "media-seek-forward-button"
-                },
-                {
-                    "name": "media-slider"
-                },
-                {
-                    "name": "media-sliderthumb"
-                },
-                {
-                    "name": "menulist"
-                },
-                {
-                    "name": "menulist-button"
-                },
-                {
-                    "name": "menulist-text"
-                },
-                {
-                    "name": "menulist-textfield"
-                },
-                {
-                    "name": "none"
-                },
-                {
-                    "name": "push-button"
-                },
-                {
-                    "name": "radio"
-                },
-                {
-                    "name": "scrollbarbutton-down"
-                },
-                {
-                    "name": "scrollbarbutton-left"
-                },
-                {
-                    "name": "scrollbarbutton-right"
-                },
-                {
-                    "name": "scrollbarbutton-up"
-                },
-                {
-                    "name": "scrollbargripper-horizontal"
-                },
-                {
-                    "name": "scrollbargripper-vertical"
-                },
-                {
-                    "name": "scrollbarthumb-horizontal"
-                },
-                {
-                    "name": "scrollbarthumb-vertical"
-                },
-                {
-                    "name": "scrollbartrack-horizontal"
-                },
-                {
-                    "name": "scrollbartrack-vertical"
-                },
-                {
-                    "name": "searchfield"
-                },
-                {
-                    "name": "searchfield-cancel-button"
-                },
-                {
-                    "name": "searchfield-decoration"
-                },
-                {
-                    "name": "searchfield-results-button"
-                },
-                {
-                    "name": "searchfield-results-decoration"
-                },
-                {
-                    "name": "slider-horizontal"
-                },
-                {
-                    "name": "sliderthumb-horizontal"
-                },
-                {
-                    "name": "sliderthumb-vertical"
-                },
-                {
-                    "name": "slider-vertical"
-                },
-                {
-                    "name": "square-button"
-                },
-                {
-                    "name": "textarea"
-                },
-                {
-                    "name": "textfield"
-                }
-            ],
-            "status": "nonstandard",
-            "syntax": "none | button | button-bevel | caret | checkbox | default-button | inner-spin-button | listbox | listitem | media-controls-background | media-controls-fullscreen-background | media-current-time-display | media-enter-fullscreen-button | media-exit-fullscreen-button | media-fullscreen-button | media-mute-button | media-overlay-play-button | media-play-button | media-seek-back-button | media-seek-forward-button | media-slider | media-sliderthumb | media-time-remaining-display | media-toggle-closed-captions-button | media-volume-slider | media-volume-slider-container | media-volume-sliderthumb | menulist | menulist-button | menulist-text | menulist-textfield | meter | progress-bar | progress-bar-value | push-button | radio | searchfield | searchfield-cancel-button | searchfield-decoration | searchfield-results-button | searchfield-results-decoration | slider-horizontal | slider-vertical | sliderthumb-horizontal | sliderthumb-vertical | square-button | textarea | textfield",
-            "description": "Changes the appearance of buttons and other controls to resemble native controls.",
-            "restrictions": [
-                "enum"
-            ]
-        },
-        {
-            "name": "-webkit-backdrop-filter",
-            "browsers": [
-                "S9"
-            ],
-            "values": [
-                {
-                    "name": "none",
-                    "description": "No filter effects are applied."
-                },
-                {
-                    "name": "blur()",
-                    "description": "Applies a Gaussian blur to the input image."
-                },
-                {
-                    "name": "brightness()",
-                    "description": "Applies a linear multiplier to input image, making it appear more or less bright."
-                },
-                {
-                    "name": "contrast()",
-                    "description": "Adjusts the contrast of the input."
-                },
-                {
-                    "name": "drop-shadow()",
-                    "description": "Applies a drop shadow effect to the input image."
-                },
-                {
-                    "name": "grayscale()",
-                    "description": "Converts the input image to grayscale."
-                },
-                {
-                    "name": "hue-rotate()",
-                    "description": "Applies a hue rotation on the input image. "
-                },
-                {
-                    "name": "invert()",
-                    "description": "Inverts the samples in the input image."
-                },
-                {
-                    "name": "opacity()",
-                    "description": "Applies transparency to the samples in the input image."
-                },
-                {
-                    "name": "saturate()",
-                    "description": "Saturates the input image."
-                },
-                {
-                    "name": "sepia()",
-                    "description": "Converts the input image to sepia."
-                },
-                {
-                    "name": "url()",
-                    "description": "A filter reference to a <filter> element."
-                }
-            ],
-            "description": "Applies a filter effect where the first filter in the list takes the element's background image as the input image.",
-            "restrictions": [
-                "enum",
-                "url"
-            ]
-        },
-        {
-            "name": "-webkit-backface-visibility",
-            "browsers": [
-                "C",
-                "S5"
-            ],
-            "values": [
-                {
-                    "name": "hidden"
-                },
-                {
-                    "name": "visible"
-                }
-            ],
-            "description": "Determines whether or not the 'back' side of a transformed element is visible when facing the viewer. With an identity transform, the front side of an element faces the viewer.",
-            "restrictions": [
-                "enum"
-            ]
-        },
-        {
-            "name": "-webkit-background-clip",
-            "browsers": [
-                "C",
-                "S3"
-            ],
-            "description": "Determines the background painting area.",
-            "restrictions": [
-                "box"
-            ]
-        },
-        {
-            "name": "-webkit-background-composite",
-            "browsers": [
-                "C",
-                "S3"
-            ],
-            "values": [
-                {
-                    "name": "border"
-                },
-                {
-                    "name": "padding"
-                }
-            ],
-            "restrictions": [
-                "enum"
-            ]
-        },
-        {
-            "name": "-webkit-background-origin",
-            "browsers": [
-                "C",
-                "S3"
-            ],
-            "description": "For elements rendered as a single box, specifies the background positioning area. For elements rendered as multiple boxes (e.g., inline boxes on several lines, boxes on several pages) specifies which boxes 'box-decoration-break' operates on to determine the background positioning area(s).",
-            "restrictions": [
-                "box"
-            ]
-        },
-        {
-            "name": "-webkit-border-image",
-            "browsers": [
-                "C",
-                "S5"
-            ],
-            "values": [
-                {
-                    "name": "auto",
-                    "description": "If 'auto' is specified then the border image width is the intrinsic width or height (whichever is applicable) of the corresponding image slice. If the image does not have the required intrinsic dimension then the corresponding border-width is used instead."
-                },
-                {
-                    "name": "fill",
-                    "description": "Causes the middle part of the border-image to be preserved."
-                },
-                {
-                    "name": "none"
-                },
-                {
-                    "name": "repeat",
-                    "description": "The image is tiled (repeated) to fill the area."
-                },
-                {
-                    "name": "round",
-                    "description": "The image is tiled (repeated) to fill the area. If it does not fill the area with a whole number of tiles, the image is rescaled so that it does."
-                },
-                {
-                    "name": "space",
-                    "description": "The image is tiled (repeated) to fill the area. If it does not fill the area with a whole number of tiles, the extra space is distributed around the tiles."
-                },
-                {
-                    "name": "stretch",
-                    "description": "The image is stretched to fill the area."
-                },
-                {
-                    "name": "url()"
-                }
-            ],
-            "description": "Shorthand property for setting 'border-image-source', 'border-image-slice', 'border-image-width', 'border-image-outset' and 'border-image-repeat'. Omitted values are set to their initial values.",
-            "restrictions": [
-                "length",
-                "percentage",
-                "number",
-                "url",
-                "enum"
-            ]
-        },
-        {
-            "name": "-webkit-box-align",
-            "browsers": [
-                "C",
-                "S3"
-            ],
-            "values": [
-                {
-                    "name": "baseline",
-                    "description": "If this box orientation is inline-axis or horizontal, all children are placed with their baselines aligned, and extra space placed before or after as necessary. For block flows, the baseline of the first non-empty line box located within the element is used. For tables, the baseline of the first cell is used."
-                },
-                {
-                    "name": "center",
-                    "description": "Any extra space is divided evenly, with half placed above the child and the other half placed after the child."
-                },
-                {
-                    "name": "end",
-                    "description": "For normal direction boxes, the bottom edge of each child is placed along the bottom of the box. Extra space is placed above the element. For reverse direction boxes, the top edge of each child is placed along the top of the box. Extra space is placed below the element."
-                },
-                {
-                    "name": "start",
-                    "description": "For normal direction boxes, the top edge of each child is placed along the top of the box. Extra space is placed below the element. For reverse direction boxes, the bottom edge of each child is placed along the bottom of the box. Extra space is placed above the element."
-                },
-                {
-                    "name": "stretch",
-                    "description": "The height of each child is adjusted to that of the containing block."
-                }
-            ],
-            "description": "Specifies the alignment of nested elements within an outer flexible box element.",
-            "restrictions": [
-                "enum"
-            ]
-        },
-        {
-            "name": "-webkit-box-direction",
-            "browsers": [
-                "C",
-                "S3"
-            ],
-            "values": [
-                {
-                    "name": "normal",
-                    "description": "A box with a computed value of horizontal for box-orient displays its children from left to right. A box with a computed value of vertical displays its children from top to bottom."
-                },
-                {
-                    "name": "reverse",
-                    "description": "A box with a computed value of horizontal for box-orient displays its children from right to left. A box with a computed value of vertical displays its children from bottom to top."
-                }
-            ],
-            "description": "In webkit applications, -webkit-box-direction specifies whether a box lays out its contents normally (from the top or left edge), or in reverse (from the bottom or right edge).",
-            "restrictions": [
-                "enum"
-            ]
-        },
-        {
-            "name": "-webkit-box-flex",
-            "browsers": [
-                "C",
-                "S3"
-            ],
-            "description": "Specifies an element's flexibility.",
-            "restrictions": [
-                "number"
-            ]
-        },
-        {
-            "name": "-webkit-box-flex-group",
-            "browsers": [
-                "C",
-                "S3"
-            ],
-            "description": "Flexible elements can be assigned to flex groups using the 'box-flex-group' property.",
-            "restrictions": [
-                "integer"
-            ]
-        },
-        {
-            "name": "-webkit-box-ordinal-group",
-            "browsers": [
-                "C",
-                "S3"
-            ],
-            "description": "Indicates the ordinal group the element belongs to. Elements with a lower ordinal group are displayed before those with a higher ordinal group.",
-            "restrictions": [
-                "integer"
-            ]
-        },
-        {
-            "name": "-webkit-box-orient",
-            "browsers": [
-                "C",
-                "S3"
-            ],
-            "values": [
-                {
-                    "name": "block-axis",
-                    "description": "Elements are oriented along the box's axis."
-                },
-                {
-                    "name": "horizontal",
-                    "description": "The box displays its children from left to right in a horizontal line."
-                },
-                {
-                    "name": "inline-axis",
-                    "description": "Elements are oriented vertically."
-                },
-                {
-                    "name": "vertical",
-                    "description": "The box displays its children from stacked from top to bottom vertically."
-                }
-            ],
-            "description": "In webkit applications, -webkit-box-orient specifies whether a box lays out its contents horizontally or vertically.",
-            "restrictions": [
-                "enum"
-            ]
-        },
-        {
-            "name": "-webkit-box-pack",
-            "browsers": [
-                "C",
-                "S3"
-            ],
-            "values": [
-                {
-                    "name": "center",
-                    "description": "The extra space is divided evenly, with half placed before the first child and the other half placed after the last child."
-                },
-                {
-                    "name": "end",
-                    "description": "For normal direction boxes, the right edge of the last child is placed at the right side, with all extra space placed before the first child. For reverse direction boxes, the left edge of the first child is placed at the left side, with all extra space placed after the last child."
-                },
-                {
-                    "name": "justify",
-                    "description": "The space is divided evenly in-between each child, with none of the extra space placed before the first child or after the last child. If there is only one child, treat the pack value as if it were start."
-                },
-                {
-                    "name": "start",
-                    "description": "For normal direction boxes, the left edge of the first child is placed at the left side, with all extra space placed after the last child. For reverse direction boxes, the right edge of the last child is placed at the right side, with all extra space placed before the first child."
-                }
-            ],
-            "description": "Specifies alignment of child elements within the current element in the direction of orientation.",
-            "restrictions": [
-                "enum"
-            ]
-        },
-        {
-            "name": "-webkit-box-reflect",
-            "browsers": [
-                "S4",
-                "C4",
-                "O15"
-            ],
-            "values": [
-                {
-                    "name": "above",
-                    "description": "The reflection appears above the border box."
-                },
-                {
-                    "name": "below",
-                    "description": "The reflection appears below the border box."
-                },
-                {
-                    "name": "left",
-                    "description": "The reflection appears to the left of the border box."
-                },
-                {
-                    "name": "right",
-                    "description": "The reflection appears to the right of the border box."
-                }
-            ],
-            "status": "nonstandard",
-            "syntax": "[ above | below | right | left ]? <length>? <image>?",
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/-webkit-box-reflect"
-                }
-            ],
-            "description": "Defines a reflection of a border box."
-        },
-        {
-            "name": "-webkit-box-sizing",
-            "browsers": [
-                "C",
-                "S3"
-            ],
-            "values": [
-                {
-                    "name": "border-box",
-                    "description": "The specified width and height (and respective min/max properties) on this element determine the border box of the element."
-                },
-                {
-                    "name": "content-box",
-                    "description": "Behavior of width and height as specified by CSS2.1. The specified width and height (and respective min/max properties) apply to the width and height respectively of the content box of the element."
-                }
-            ],
-            "description": "Box Model addition in CSS3.",
-            "restrictions": [
-                "enum"
-            ]
-        },
-        {
-            "name": "-webkit-break-after",
-            "browsers": [
-                "S7"
-            ],
-            "values": [
-                {
-                    "name": "always",
-                    "description": "Always force a page break before/after the generated box."
-                },
-                {
-                    "name": "auto",
-                    "description": "Neither force nor forbid a page/column break before/after the generated box."
-                },
-                {
-                    "name": "avoid",
-                    "description": "Avoid a page/column break before/after the generated box."
-                },
-                {
-                    "name": "avoid-column",
-                    "description": "Avoid a column break before/after the generated box."
-                },
-                {
-                    "name": "avoid-page",
-                    "description": "Avoid a page break before/after the generated box."
-                },
-                {
-                    "name": "avoid-region"
-                },
-                {
-                    "name": "column",
-                    "description": "Always force a column break before/after the generated box."
-                },
-                {
-                    "name": "left",
-                    "description": "Force one or two page breaks before/after the generated box so that the next page is formatted as a left page."
-                },
-                {
-                    "name": "page",
-                    "description": "Always force a page break before/after the generated box."
-                },
-                {
-                    "name": "region"
-                },
-                {
-                    "name": "right",
-                    "description": "Force one or two page breaks before/after the generated box so that the next page is formatted as a right page."
-                }
-            ],
-            "description": "Describes the page/column break behavior before the generated box.",
-            "restrictions": [
-                "enum"
-            ]
-        },
-        {
-            "name": "-webkit-break-before",
-            "browsers": [
-                "S7"
-            ],
-            "values": [
-                {
-                    "name": "always",
-                    "description": "Always force a page break before/after the generated box."
-                },
-                {
-                    "name": "auto",
-                    "description": "Neither force nor forbid a page/column break before/after the generated box."
-                },
-                {
-                    "name": "avoid",
-                    "description": "Avoid a page/column break before/after the generated box."
-                },
-                {
-                    "name": "avoid-column",
-                    "description": "Avoid a column break before/after the generated box."
-                },
-                {
-                    "name": "avoid-page",
-                    "description": "Avoid a page break before/after the generated box."
-                },
-                {
-                    "name": "avoid-region"
-                },
-                {
-                    "name": "column",
-                    "description": "Always force a column break before/after the generated box."
-                },
-                {
-                    "name": "left",
-                    "description": "Force one or two page breaks before/after the generated box so that the next page is formatted as a left page."
-                },
-                {
-                    "name": "page",
-                    "description": "Always force a page break before/after the generated box."
-                },
-                {
-                    "name": "region"
-                },
-                {
-                    "name": "right",
-                    "description": "Force one or two page breaks before/after the generated box so that the next page is formatted as a right page."
-                }
-            ],
-            "description": "Describes the page/column break behavior before the generated box.",
-            "restrictions": [
-                "enum"
-            ]
-        },
-        {
-            "name": "-webkit-break-inside",
-            "browsers": [
-                "S7"
-            ],
-            "values": [
-                {
-                    "name": "auto",
-                    "description": "Neither force nor forbid a page/column break inside the generated box."
-                },
-                {
-                    "name": "avoid",
-                    "description": "Avoid a page/column break inside the generated box."
-                },
-                {
-                    "name": "avoid-column",
-                    "description": "Avoid a column break inside the generated box."
-                },
-                {
-                    "name": "avoid-page",
-                    "description": "Avoid a page break inside the generated box."
-                },
-                {
-                    "name": "avoid-region"
-                }
-            ],
-            "description": "Describes the page/column break behavior inside the generated box.",
-            "restrictions": [
-                "enum"
-            ]
-        },
-        {
-            "name": "-webkit-column-break-after",
-            "browsers": [
-                "C",
-                "S3"
-            ],
-            "values": [
-                {
-                    "name": "always",
-                    "description": "Always force a page break before/after the generated box."
-                },
-                {
-                    "name": "auto",
-                    "description": "Neither force nor forbid a page/column break before/after the generated box."
-                },
-                {
-                    "name": "avoid",
-                    "description": "Avoid a page/column break before/after the generated box."
-                },
-                {
-                    "name": "avoid-column",
-                    "description": "Avoid a column break before/after the generated box."
-                },
-                {
-                    "name": "avoid-page",
-                    "description": "Avoid a page break before/after the generated box."
-                },
-                {
-                    "name": "avoid-region"
-                },
-                {
-                    "name": "column",
-                    "description": "Always force a column break before/after the generated box."
-                },
-                {
-                    "name": "left",
-                    "description": "Force one or two page breaks before/after the generated box so that the next page is formatted as a left page."
-                },
-                {
-                    "name": "page",
-                    "description": "Always force a page break before/after the generated box."
-                },
-                {
-                    "name": "region"
-                },
-                {
-                    "name": "right",
-                    "description": "Force one or two page breaks before/after the generated box so that the next page is formatted as a right page."
-                }
-            ],
-            "description": "Describes the page/column break behavior before the generated box.",
-            "restrictions": [
-                "enum"
-            ]
-        },
-        {
-            "name": "-webkit-column-break-before",
-            "browsers": [
-                "C",
-                "S3"
-            ],
-            "values": [
-                {
-                    "name": "always",
-                    "description": "Always force a page break before/after the generated box."
-                },
-                {
-                    "name": "auto",
-                    "description": "Neither force nor forbid a page/column break before/after the generated box."
-                },
-                {
-                    "name": "avoid",
-                    "description": "Avoid a page/column break before/after the generated box."
-                },
-                {
-                    "name": "avoid-column",
-                    "description": "Avoid a column break before/after the generated box."
-                },
-                {
-                    "name": "avoid-page",
-                    "description": "Avoid a page break before/after the generated box."
-                },
-                {
-                    "name": "avoid-region"
-                },
-                {
-                    "name": "column",
-                    "description": "Always force a column break before/after the generated box."
-                },
-                {
-                    "name": "left",
-                    "description": "Force one or two page breaks before/after the generated box so that the next page is formatted as a left page."
-                },
-                {
-                    "name": "page",
-                    "description": "Always force a page break before/after the generated box."
-                },
-                {
-                    "name": "region"
-                },
-                {
-                    "name": "right",
-                    "description": "Force one or two page breaks before/after the generated box so that the next page is formatted as a right page."
-                }
-            ],
-            "description": "Describes the page/column break behavior before the generated box.",
-            "restrictions": [
-                "enum"
-            ]
-        },
-        {
-            "name": "-webkit-column-break-inside",
-            "browsers": [
-                "C",
-                "S3"
-            ],
-            "values": [
-                {
-                    "name": "auto",
-                    "description": "Neither force nor forbid a page/column break inside the generated box."
-                },
-                {
-                    "name": "avoid",
-                    "description": "Avoid a page/column break inside the generated box."
-                },
-                {
-                    "name": "avoid-column",
-                    "description": "Avoid a column break inside the generated box."
-                },
-                {
-                    "name": "avoid-page",
-                    "description": "Avoid a page break inside the generated box."
-                },
-                {
-                    "name": "avoid-region"
-                }
-            ],
-            "description": "Describes the page/column break behavior inside the generated box.",
-            "restrictions": [
-                "enum"
-            ]
-        },
-        {
-            "name": "-webkit-column-count",
-            "browsers": [
-                "C",
-                "S3"
-            ],
-            "values": [
-                {
-                    "name": "auto",
-                    "description": "Determines the number of columns by the 'column-width' property and the element width."
-                }
-            ],
-            "description": "Describes the optimal number of columns into which the content of the element will be flowed.",
-            "restrictions": [
-                "integer"
-            ]
-        },
-        {
-            "name": "-webkit-column-gap",
-            "browsers": [
-                "C",
-                "S3"
-            ],
-            "values": [
-                {
-                    "name": "normal",
-                    "description": "User agent specific and typically equivalent to 1em."
-                }
-            ],
-            "description": "Sets the gap between columns. If there is a column rule between columns, it will appear in the middle of the gap.",
-            "restrictions": [
-                "length"
-            ]
-        },
-        {
-            "name": "-webkit-column-rule",
-            "browsers": [
-                "C",
-                "S3"
-            ],
-            "description": "This property is a shorthand for setting 'column-rule-width', 'column-rule-style', and 'column-rule-color' at the same place in the style sheet. Omitted values are set to their initial values.",
-            "restrictions": [
-                "length",
-                "line-width",
-                "line-style",
-                "color"
-            ]
-        },
-        {
-            "name": "-webkit-column-rule-color",
-            "browsers": [
-                "C",
-                "S3"
-            ],
-            "description": "Sets the color of the column rule",
-            "restrictions": [
-                "color"
-            ]
-        },
-        {
-            "name": "-webkit-column-rule-style",
-            "browsers": [
-                "C",
-                "S3"
-            ],
-            "description": "Sets the style of the rule between columns of an element.",
-            "restrictions": [
-                "line-style"
-            ]
-        },
-        {
-            "name": "-webkit-column-rule-width",
-            "browsers": [
-                "C",
-                "S3"
-            ],
-            "description": "Sets the width of the rule between columns. Negative values are not allowed.",
-            "restrictions": [
-                "length",
-                "line-width"
-            ]
-        },
-        {
-            "name": "-webkit-columns",
-            "browsers": [
-                "C",
-                "S3"
-            ],
-            "values": [
-                {
-                    "name": "auto",
-                    "description": "The width depends on the values of other properties."
-                }
-            ],
-            "description": "A shorthand property which sets both 'column-width' and 'column-count'.",
-            "restrictions": [
-                "length",
-                "integer"
-            ]
-        },
-        {
-            "name": "-webkit-column-span",
-            "browsers": [
-                "C",
-                "S3"
-            ],
-            "values": [
-                {
-                    "name": "all",
-                    "description": "The element spans across all columns. Content in the normal flow that appears before the element is automatically balanced across all columns before the element appear."
-                },
-                {
-                    "name": "none",
-                    "description": "The element does not span multiple columns."
-                }
-            ],
-            "description": "Describes the page/column break behavior after the generated box.",
-            "restrictions": [
-                "enum"
-            ]
-        },
-        {
-            "name": "-webkit-column-width",
-            "browsers": [
-                "C",
-                "S3"
-            ],
-            "values": [
-                {
-                    "name": "auto",
-                    "description": "The width depends on the values of other properties."
-                }
-            ],
-            "description": "This property describes the width of columns in multicol elements.",
-            "restrictions": [
-                "length"
-            ]
-        },
-        {
-            "name": "-webkit-filter",
-            "browsers": [
-                "C18",
-                "O15",
-                "S6"
-            ],
-            "values": [
-                {
-                    "name": "none",
-                    "description": "No filter effects are applied."
-                },
-                {
-                    "name": "blur()",
-                    "description": "Applies a Gaussian blur to the input image."
-                },
-                {
-                    "name": "brightness()",
-                    "description": "Applies a linear multiplier to input image, making it appear more or less bright."
-                },
-                {
-                    "name": "contrast()",
-                    "description": "Adjusts the contrast of the input."
-                },
-                {
-                    "name": "drop-shadow()",
-                    "description": "Applies a drop shadow effect to the input image."
-                },
-                {
-                    "name": "grayscale()",
-                    "description": "Converts the input image to grayscale."
-                },
-                {
-                    "name": "hue-rotate()",
-                    "description": "Applies a hue rotation on the input image. "
-                },
-                {
-                    "name": "invert()",
-                    "description": "Inverts the samples in the input image."
-                },
-                {
-                    "name": "opacity()",
-                    "description": "Applies transparency to the samples in the input image."
-                },
-                {
-                    "name": "saturate()",
-                    "description": "Saturates the input image."
-                },
-                {
-                    "name": "sepia()",
-                    "description": "Converts the input image to sepia."
-                },
-                {
-                    "name": "url()",
-                    "description": "A filter reference to a <filter> element."
-                }
-            ],
-            "description": "Processes an element’s rendering before it is displayed in the document, by applying one or more filter effects.",
-            "restrictions": [
-                "enum",
-                "url"
-            ]
-        },
-        {
-            "name": "-webkit-flow-from",
-            "browsers": [
-                "S6.1"
-            ],
-            "values": [
-                {
-                    "name": "none",
-                    "description": "The block container is not a CSS Region."
-                }
-            ],
-            "description": "Makes a block container a region and associates it with a named flow.",
-            "restrictions": [
-                "identifier"
-            ]
-        },
-        {
-            "name": "-webkit-flow-into",
-            "browsers": [
-                "S6.1"
-            ],
-            "values": [
-                {
-                    "name": "none",
-                    "description": "The element is not moved to a named flow and normal CSS processing takes place."
-                }
-            ],
-            "description": "Places an element or its contents into a named flow.",
-            "restrictions": [
-                "identifier"
-            ]
-        },
-        {
-            "name": "-webkit-font-feature-settings",
-            "browsers": [
-                "C16"
-            ],
-            "values": [
-                {
-                    "name": "\"c2cs\""
-                },
-                {
-                    "name": "\"dlig\""
-                },
-                {
-                    "name": "\"kern\""
-                },
-                {
-                    "name": "\"liga\""
-                },
-                {
-                    "name": "\"lnum\""
-                },
-                {
-                    "name": "\"onum\""
-                },
-                {
-                    "name": "\"smcp\""
-                },
-                {
-                    "name": "\"swsh\""
-                },
-                {
-                    "name": "\"tnum\""
-                },
-                {
-                    "name": "normal",
-                    "description": "No change in glyph substitution or positioning occurs."
-                },
-                {
-                    "name": "off"
-                },
-                {
-                    "name": "on"
-                }
-            ],
-            "description": "This property provides low-level control over OpenType font features. It is intended as a way of providing access to font features that are not widely used but are needed for a particular use case.",
-            "restrictions": [
-                "string",
-                "integer"
-            ]
-        },
-        {
-            "name": "-webkit-hyphens",
-            "browsers": [
-                "S5.1"
-            ],
-            "values": [
-                {
-                    "name": "auto",
-                    "description": "Conditional hyphenation characters inside a word, if present, take priority over automatic resources when determining hyphenation points within the word."
-                },
-                {
-                    "name": "manual",
-                    "description": "Words are only broken at line breaks where there are characters inside the word that suggest line break opportunities"
-                },
-                {
-                    "name": "none",
-                    "description": "Words are not broken at line breaks, even if characters inside the word suggest line break points."
-                }
-            ],
-            "description": "Controls whether hyphenation is allowed to create more break opportunities within a line of text.",
-            "restrictions": [
-                "enum"
-            ]
-        },
-        {
-            "name": "-webkit-line-break",
-            "browsers": [
-                "C",
-                "S3"
-            ],
-            "values": [
-                {
-                    "name": "after-white-space"
-                },
-                {
-                    "name": "normal"
-                }
-            ],
-            "description": "Specifies line-breaking rules for CJK (Chinese, Japanese, and Korean) text."
-        },
-        {
-            "name": "-webkit-margin-bottom-collapse",
-            "browsers": [
-                "C",
-                "S3"
-            ],
-            "values": [
-                {
-                    "name": "collapse"
-                },
-                {
-                    "name": "discard"
-                },
-                {
-                    "name": "separate"
-                }
-            ],
-            "restrictions": [
-                "enum"
-            ]
-        },
-        {
-            "name": "-webkit-margin-collapse",
-            "browsers": [
-                "C",
-                "S3"
-            ],
-            "values": [
-                {
-                    "name": "collapse"
-                },
-                {
-                    "name": "discard"
-                },
-                {
-                    "name": "separate"
-                }
-            ],
-            "restrictions": [
-                "enum"
-            ]
-        },
-        {
-            "name": "-webkit-margin-start",
-            "browsers": [
-                "C",
-                "S3"
-            ],
-            "values": [
-                {
-                    "name": "auto"
-                }
-            ],
-            "restrictions": [
-                "percentage",
-                "length"
-            ]
-        },
-        {
-            "name": "-webkit-margin-top-collapse",
-            "browsers": [
-                "C",
-                "S3"
-            ],
-            "values": [
-                {
-                    "name": "collapse"
-                },
-                {
-                    "name": "discard"
-                },
-                {
-                    "name": "separate"
-                }
-            ],
-            "restrictions": [
-                "enum"
-            ]
-        },
-        {
-            "name": "-webkit-mask-clip",
-            "browsers": [
-                "C",
-                "O15",
-                "S4"
-            ],
-            "status": "nonstandard",
-            "syntax": "[ <box> | border | padding | content | text ]#",
-            "description": "Determines the mask painting area, which determines the area that is affected by the mask.",
-            "restrictions": [
-                "box"
-            ]
-        },
-        {
-            "name": "-webkit-mask-image",
-            "browsers": [
-                "C",
-                "O15",
-                "S4"
-            ],
-            "values": [
-                {
-                    "name": "none",
-                    "description": "Counts as a transparent black image layer."
-                },
-                {
-                    "name": "url()",
-                    "description": "Reference to a <mask element or to a CSS image."
-                }
-            ],
-            "status": "nonstandard",
-            "syntax": "<mask-reference>#",
-            "description": "Sets the mask layer image of an element.",
-            "restrictions": [
-                "url",
-                "image",
-                "enum"
-            ]
-        },
-        {
-            "name": "-webkit-mask-origin",
-            "browsers": [
-                "C",
-                "O15",
-                "S4"
-            ],
-            "status": "nonstandard",
-            "syntax": "[ <box> | border | padding | content ]#",
-            "description": "Specifies the mask positioning area.",
-            "restrictions": [
-                "box"
-            ]
-        },
-        {
-            "name": "-webkit-mask-repeat",
-            "browsers": [
-                "C",
-                "O15",
-                "S4"
-            ],
-            "status": "nonstandard",
-            "syntax": "<repeat-style>#",
-            "description": "Specifies how mask layer images are tiled after they have been sized and positioned.",
-            "restrictions": [
-                "repeat"
-            ]
-        },
-        {
-            "name": "-webkit-mask-size",
-            "browsers": [
-                "C",
-                "O15",
-                "S4"
-            ],
-            "values": [
-                {
-                    "name": "auto",
-                    "description": "Resolved by using the image’s intrinsic ratio and the size of the other dimension, or failing that, using the image’s intrinsic size, or failing that, treating it as 100%."
-                },
-                {
-                    "name": "contain",
-                    "description": "Scale the image, while preserving its intrinsic aspect ratio (if any), to the largest size such that both its width and its height can fit inside the background positioning area."
-                },
-                {
-                    "name": "cover",
-                    "description": "Scale the image, while preserving its intrinsic aspect ratio (if any), to the smallest size such that both its width and its height can completely cover the background positioning area."
-                }
-            ],
-            "status": "nonstandard",
-            "syntax": "<bg-size>#",
-            "description": "Specifies the size of the mask layer images.",
-            "restrictions": [
-                "length",
-                "percentage",
-                "enum"
-            ]
-        },
-        {
-            "name": "-webkit-nbsp-mode",
-            "browsers": [
-                "C",
-                "S3"
-            ],
-            "values": [
-                {
-                    "name": "normal"
-                },
-                {
-                    "name": "space"
-                }
-            ],
-            "description": "Defines the behavior of nonbreaking spaces within text."
-        },
-        {
-            "name": "-webkit-overflow-scrolling",
-            "browsers": [
-                "C",
-                "S5"
-            ],
-            "values": [
-                {
-                    "name": "auto"
-                },
-                {
-                    "name": "touch"
-                }
-            ],
-            "status": "nonstandard",
-            "syntax": "auto | touch",
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/-webkit-overflow-scrolling"
-                }
-            ],
-            "description": "Specifies whether to use native-style scrolling in an overflow:scroll element."
-        },
-        {
-            "name": "-webkit-padding-start",
-            "browsers": [
-                "C",
-                "S3"
-            ],
-            "restrictions": [
-                "percentage",
-                "length"
-            ]
-        },
-        {
-            "name": "-webkit-perspective",
-            "browsers": [
-                "C",
-                "S4"
-            ],
-            "values": [
-                {
-                    "name": "none",
-                    "description": "No perspective transform is applied."
-                }
-            ],
-            "description": "Applies the same transform as the perspective(<number>) transform function, except that it applies only to the positioned or transformed children of the element, not to the transform on the element itself.",
-            "restrictions": [
-                "length"
-            ]
-        },
-        {
-            "name": "-webkit-perspective-origin",
-            "browsers": [
-                "C",
-                "S4"
-            ],
-            "description": "Establishes the origin for the perspective property. It effectively sets the X and Y position at which the viewer appears to be looking at the children of the element.",
-            "restrictions": [
-                "position",
-                "percentage",
-                "length"
-            ]
-        },
-        {
-            "name": "-webkit-region-fragment",
-            "browsers": [
-                "S7"
-            ],
-            "values": [
-                {
-                    "name": "auto",
-                    "description": "Content flows as it would in a regular content box."
-                },
-                {
-                    "name": "break",
-                    "description": "If the content fits within the CSS Region, then this property has no effect."
-                }
-            ],
-            "description": "The 'region-fragment' property controls the behavior of the last region associated with a named flow.",
-            "restrictions": [
-                "enum"
-            ]
-        },
-        {
-            "name": "-webkit-tap-highlight-color",
-            "browsers": [
-                "E",
-                "C",
-                "S3.1"
-            ],
-            "status": "nonstandard",
-            "syntax": "<color>",
-            "restrictions": [
-                "color"
-            ]
-        },
-        {
-            "name": "-webkit-text-fill-color",
-            "browsers": [
-                "E12",
-                "FF49",
-                "S3",
-                "C1",
-                "O15"
-            ],
-            "status": "nonstandard",
-            "syntax": "<color>",
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/-webkit-text-fill-color"
-                }
-            ],
-            "restrictions": [
-                "color"
-            ]
-        },
-        {
-            "name": "-webkit-text-size-adjust",
-            "browsers": [
-                "E",
-                "C",
-                "S3"
-            ],
-            "values": [
-                {
-                    "name": "auto",
-                    "description": "Renderers must use the default size adjustment when displaying on a small device."
-                },
-                {
-                    "name": "none",
-                    "description": "Renderers must not do size adjustment when displaying on a small device."
-                }
-            ],
-            "description": "Specifies a size adjustment for displaying text content in mobile browsers.",
-            "restrictions": [
-                "percentage"
-            ]
-        },
-        {
-            "name": "-webkit-text-stroke",
-            "browsers": [
-                "E15",
-                "FF49",
-                "S3",
-                "C4",
-                "O15"
-            ],
-            "status": "nonstandard",
-            "syntax": "<length> || <color>",
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/-webkit-text-stroke"
-                }
-            ],
-            "restrictions": [
-                "length",
-                "line-width",
-                "color",
-                "percentage"
-            ]
-        },
-        {
-            "name": "-webkit-text-stroke-color",
-            "browsers": [
-                "E15",
-                "FF49",
-                "S3",
-                "C1",
-                "O15"
-            ],
-            "status": "nonstandard",
-            "syntax": "<color>",
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/-webkit-text-stroke-color"
-                }
-            ],
-            "restrictions": [
-                "color"
-            ]
-        },
-        {
-            "name": "-webkit-text-stroke-width",
-            "browsers": [
-                "E15",
-                "FF49",
-                "S3",
-                "C1",
-                "O15"
-            ],
-            "status": "nonstandard",
-            "syntax": "<length>",
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/-webkit-text-stroke-width"
-                }
-            ],
-            "restrictions": [
-                "length",
-                "line-width",
-                "percentage"
-            ]
-        },
-        {
-            "name": "-webkit-touch-callout",
-            "browsers": [
-                "S3"
-            ],
-            "values": [
-                {
-                    "name": "none"
-                }
-            ],
-            "status": "nonstandard",
-            "syntax": "default | none",
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/-webkit-touch-callout"
-                }
-            ],
-            "restrictions": [
-                "enum"
-            ]
-        },
-        {
-            "name": "-webkit-transform",
-            "browsers": [
-                "C",
-                "O12",
-                "S3.1"
-            ],
-            "values": [
-                {
-                    "name": "matrix()",
-                    "description": "Specifies a 2D transformation in the form of a transformation matrix of six values. matrix(a,b,c,d,e,f) is equivalent to applying the transformation matrix [a b c d e f]"
-                },
-                {
-                    "name": "matrix3d()",
-                    "description": "Specifies a 3D transformation as a 4x4 homogeneous matrix of 16 values in column-major order."
-                },
-                {
-                    "name": "none"
-                },
-                {
-                    "name": "perspective()",
-                    "description": "Specifies a perspective projection matrix."
-                },
-                {
-                    "name": "rotate()",
-                    "description": "Specifies a 2D rotation by the angle specified in the parameter about the origin of the element, as defined by the transform-origin property."
-                },
-                {
-                    "name": "rotate3d()",
-                    "description": "Specifies a clockwise 3D rotation by the angle specified in last parameter about the [x,y,z] direction vector described by the first 3 parameters."
-                },
-                {
-                    "name": "rotateX('angle')",
-                    "description": "Specifies a clockwise rotation by the given angle about the X axis."
-                },
-                {
-                    "name": "rotateY('angle')",
-                    "description": "Specifies a clockwise rotation by the given angle about the Y axis."
-                },
-                {
-                    "name": "rotateZ('angle')",
-                    "description": "Specifies a clockwise rotation by the given angle about the Z axis."
-                },
-                {
-                    "name": "scale()",
-                    "description": "Specifies a 2D scale operation by the [sx,sy] scaling vector described by the 2 parameters. If the second parameter is not provided, it is takes a value equal to the first."
-                },
-                {
-                    "name": "scale3d()",
-                    "description": "Specifies a 3D scale operation by the [sx,sy,sz] scaling vector described by the 3 parameters."
-                },
-                {
-                    "name": "scaleX()",
-                    "description": "Specifies a scale operation using the [sx,1] scaling vector, where sx is given as the parameter."
-                },
-                {
-                    "name": "scaleY()",
-                    "description": "Specifies a scale operation using the [sy,1] scaling vector, where sy is given as the parameter."
-                },
-                {
-                    "name": "scaleZ()",
-                    "description": "Specifies a scale operation using the [1,1,sz] scaling vector, where sz is given as the parameter."
-                },
-                {
-                    "name": "skew()",
-                    "description": "Specifies a skew transformation along the X and Y axes. The first angle parameter specifies the skew on the X axis. The second angle parameter specifies the skew on the Y axis. If the second parameter is not given then a value of 0 is used for the Y angle (ie: no skew on the Y axis)."
-                },
-                {
-                    "name": "skewX()",
-                    "description": "Specifies a skew transformation along the X axis by the given angle."
-                },
-                {
-                    "name": "skewY()",
-                    "description": "Specifies a skew transformation along the Y axis by the given angle."
-                },
-                {
-                    "name": "translate()",
-                    "description": "Specifies a 2D translation by the vector [tx, ty], where tx is the first translation-value parameter and ty is the optional second translation-value parameter."
-                },
-                {
-                    "name": "translate3d()",
-                    "description": "Specifies a 3D translation by the vector [tx,ty,tz], with tx, ty and tz being the first, second and third translation-value parameters respectively."
-                },
-                {
-                    "name": "translateX()",
-                    "description": "Specifies a translation by the given amount in the X direction."
-                },
-                {
-                    "name": "translateY()",
-                    "description": "Specifies a translation by the given amount in the Y direction."
-                },
-                {
-                    "name": "translateZ()",
-                    "description": "Specifies a translation by the given amount in the Z direction. Note that percentage values are not allowed in the translateZ translation-value, and if present are evaluated as 0."
-                }
-            ],
-            "description": "A two-dimensional transformation is applied to an element through the 'transform' property. This property contains a list of transform functions similar to those allowed by SVG.",
-            "restrictions": [
-                "enum"
-            ]
-        },
-        {
-            "name": "-webkit-transform-origin",
-            "browsers": [
-                "C",
-                "O15",
-                "S3.1"
-            ],
-            "description": "Establishes the origin of transformation for an element.",
-            "restrictions": [
-                "position",
-                "length",
-                "percentage"
-            ]
-        },
-        {
-            "name": "-webkit-transform-origin-x",
-            "browsers": [
-                "C",
-                "S3.1"
-            ],
-            "description": "The x coordinate of the origin for transforms applied to an element with respect to its border box.",
-            "restrictions": [
-                "length",
-                "percentage"
-            ]
-        },
-        {
-            "name": "-webkit-transform-origin-y",
-            "browsers": [
-                "C",
-                "S3.1"
-            ],
-            "description": "The y coordinate of the origin for transforms applied to an element with respect to its border box.",
-            "restrictions": [
-                "length",
-                "percentage"
-            ]
-        },
-        {
-            "name": "-webkit-transform-origin-z",
-            "browsers": [
-                "C",
-                "S4"
-            ],
-            "description": "The z coordinate of the origin for transforms applied to an element with respect to its border box.",
-            "restrictions": [
-                "length",
-                "percentage"
-            ]
-        },
-        {
-            "name": "-webkit-transform-style",
-            "browsers": [
-                "C",
-                "S4"
-            ],
-            "values": [
-                {
-                    "name": "flat",
-                    "description": "All children of this element are rendered flattened into the 2D plane of the element."
-                }
-            ],
-            "description": "Defines how nested elements are rendered in 3D space.",
-            "restrictions": [
-                "enum"
-            ]
-        },
-        {
-            "name": "-webkit-transition",
-            "browsers": [
-                "C",
-                "O12",
-                "S5"
-            ],
-            "values": [
-                {
-                    "name": "all",
-                    "description": "Every property that is able to undergo a transition will do so."
-                },
-                {
-                    "name": "none",
-                    "description": "No property will transition."
-                }
-            ],
-            "description": "Shorthand property combines four of the transition properties into a single property.",
-            "restrictions": [
-                "time",
-                "property",
-                "timing-function",
-                "enum"
-            ]
-        },
-        {
-            "name": "-webkit-transition-delay",
-            "browsers": [
-                "C",
-                "O12",
-                "S5"
-            ],
-            "description": "Defines when the transition will start. It allows a transition to begin execution some period of time from when it is applied.",
-            "restrictions": [
-                "time"
-            ]
-        },
-        {
-            "name": "-webkit-transition-duration",
-            "browsers": [
-                "C",
-                "O12",
-                "S5"
-            ],
-            "description": "Specifies how long the transition from the old value to the new value should take.",
-            "restrictions": [
-                "time"
-            ]
-        },
-        {
-            "name": "-webkit-transition-property",
-            "browsers": [
-                "C",
-                "O12",
-                "S5"
-            ],
-            "values": [
-                {
-                    "name": "all",
-                    "description": "Every property that is able to undergo a transition will do so."
-                },
-                {
-                    "name": "none",
-                    "description": "No property will transition."
-                }
-            ],
-            "description": "Specifies the name of the CSS property to which the transition is applied.",
-            "restrictions": [
-                "property"
-            ]
-        },
-        {
-            "name": "-webkit-transition-timing-function",
-            "browsers": [
-                "C",
-                "O12",
-                "S5"
-            ],
-            "description": "Describes how the intermediate values used during a transition will be calculated.",
-            "restrictions": [
-                "timing-function"
-            ]
-        },
-        {
-            "name": "-webkit-user-drag",
-            "browsers": [
-                "S3"
-            ],
-            "values": [
-                {
-                    "name": "auto"
-                },
-                {
-                    "name": "element"
-                },
-                {
-                    "name": "none"
-                }
-            ],
-            "restrictions": [
-                "enum"
-            ]
-        },
-        {
-            "name": "-webkit-user-modify",
-            "browsers": [
-                "C",
-                "S3"
-            ],
-            "values": [
-                {
-                    "name": "read-only"
-                },
-                {
-                    "name": "read-write"
-                },
-                {
-                    "name": "read-write-plaintext-only"
-                }
-            ],
-            "status": "nonstandard",
-            "syntax": "read-only | read-write | read-write-plaintext-only",
-            "description": "Determines whether a user can edit the content of an element.",
-            "restrictions": [
-                "enum"
-            ]
-        },
-        {
-            "name": "-webkit-user-select",
-            "browsers": [
-                "C",
-                "S3"
-            ],
-            "values": [
-                {
-                    "name": "auto"
-                },
-                {
-                    "name": "none"
-                },
-                {
-                    "name": "text"
-                }
-            ],
-            "description": "Controls the appearance of selection.",
-            "restrictions": [
-                "enum"
-            ]
-        },
-        {
-            "name": "-ms-ime-align",
-            "status": "nonstandard",
-            "syntax": "auto | after",
-            "description": "Aligns the Input Method Editor (IME) candidate window box relative to the element on which the IME composition is active."
-        },
-        {
-            "name": "-moz-binding",
-            "status": "nonstandard",
-            "syntax": "<url> | none",
-            "browsers": [
-                "FF1"
-            ],
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/-moz-binding"
-                }
-            ],
-            "description": "The -moz-binding CSS property is used by Mozilla-based applications to attach an XBL binding to a DOM element."
-        },
-        {
-            "name": "-moz-context-properties",
-            "status": "nonstandard",
-            "syntax": "none | [ fill | fill-opacity | stroke | stroke-opacity ]#",
-            "browsers": [
-                "FF55"
-            ],
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/-moz-context-properties"
-                }
-            ],
-            "description": "If you reference an SVG image in a webpage (such as with the <img> element or as a background image), the SVG image can coordinate with the embedding element (its context) to have the image adopt property values set on the embedding element. To do this the embedding element needs to list the properties that are to be made available to the image by listing them as values of the -moz-context-properties property, and the image needs to opt in to using those properties by using values such as the context-fill value.\n\nThis feature is available since Firefox 55, but is only currently supported with SVG images loaded via chrome:// or resource:// URLs. To experiment with the feature in SVG on the Web it is necessary to set the svg.context-properties.content.enabled pref to true."
-        },
-        {
-            "name": "-moz-float-edge",
-            "status": "nonstandard",
-            "syntax": "border-box | content-box | margin-box | padding-box",
-            "description": "The non-standard -moz-float-edge CSS property specifies whether the height and width properties of the element include the margin, border, or padding thickness."
-        },
-        {
-            "name": "-moz-force-broken-image-icon",
-            "status": "nonstandard",
-            "syntax": "<integer>",
-            "description": "The -moz-force-broken-image-icon extended CSS property can be used to force the broken image icon to be shown even when a broken image has an alt attribute."
-        },
-        {
-            "name": "-moz-image-region",
-            "status": "nonstandard",
-            "syntax": "<shape> | auto",
-            "browsers": [
-                "FF1"
-            ],
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/-moz-image-region"
-                }
-            ],
-            "description": "For certain XUL elements and pseudo-elements that use an image from the list-style-image property, this property specifies a region of the image that is used in place of the whole image. This allows elements to use different pieces of the same image to improve performance."
-        },
-        {
-            "name": "-moz-orient",
-            "status": "nonstandard",
-            "syntax": "inline | block | horizontal | vertical",
-            "browsers": [
-                "FF6"
-            ],
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/-moz-orient"
-                }
-            ],
-            "description": "The -moz-orient CSS property specifies the orientation of the element to which it's applied."
-        },
-        {
-            "name": "-moz-outline-radius",
-            "status": "nonstandard",
-            "syntax": "<outline-radius>{1,4} [ / <outline-radius>{1,4} ]?",
-            "browsers": [
-                "FF1.5"
-            ],
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/-moz-outline-radius"
-                }
-            ],
-            "description": "In Mozilla applications like Firefox, the -moz-outline-radius CSS property can be used to give an element's outline rounded corners."
-        },
-        {
-            "name": "-moz-outline-radius-bottomleft",
-            "status": "nonstandard",
-            "syntax": "<outline-radius>",
-            "description": "In Mozilla applications, the -moz-outline-radius-bottomleft CSS property can be used to round the bottom-left corner of an element's outline."
-        },
-        {
-            "name": "-moz-outline-radius-bottomright",
-            "status": "nonstandard",
-            "syntax": "<outline-radius>",
-            "description": "In Mozilla applications, the -moz-outline-radius-bottomright CSS property can be used to round the bottom-right corner of an element's outline."
-        },
-        {
-            "name": "-moz-outline-radius-topleft",
-            "status": "nonstandard",
-            "syntax": "<outline-radius>",
-            "description": "In Mozilla applications, the -moz-outline-radius-topleft CSS property can be used to round the top-left corner of an element's outline."
-        },
-        {
-            "name": "-moz-outline-radius-topright",
-            "status": "nonstandard",
-            "syntax": "<outline-radius>",
-            "description": "In Mozilla applications, the -moz-outline-radius-topright CSS property can be used to round the top-right corner of an element's outline."
-        },
-        {
-            "name": "-moz-stack-sizing",
-            "status": "nonstandard",
-            "syntax": "ignore | stretch-to-fit",
-            "description": "-moz-stack-sizing is an extended CSS property. Normally, a stack will change its size so that all of its child elements are completely visible. For example, moving a child of the stack far to the right will widen the stack so the child remains visible."
-        },
-        {
-            "name": "-moz-text-blink",
-            "status": "nonstandard",
-            "syntax": "none | blink",
-            "browsers": [
-                "FF6"
-            ],
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/-moz-text-blink"
-                }
-            ],
-            "description": "The -moz-text-blink non-standard Mozilla CSS extension specifies the blink mode."
-        },
-        {
-            "name": "-moz-user-input",
-            "status": "nonstandard",
-            "syntax": "auto | none | enabled | disabled",
-            "browsers": [
-                "FF1"
-            ],
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/-moz-user-input"
-                }
-            ],
-            "description": "In Mozilla applications, -moz-user-input determines if an element will accept user input."
-        },
-        {
-            "name": "-moz-user-modify",
-            "status": "nonstandard",
-            "syntax": "read-only | read-write | write-only",
-            "description": "The -moz-user-modify property has no effect. It was originally planned to determine whether or not the content of an element can be edited by a user."
-        },
-        {
-            "name": "-moz-window-dragging",
-            "status": "nonstandard",
-            "syntax": "drag | no-drag",
-            "description": "The -moz-window-dragging CSS property specifies whether a window is draggable or not. It only works in Chrome code, and only on Mac OS X."
-        },
-        {
-            "name": "-moz-window-shadow",
-            "status": "nonstandard",
-            "syntax": "default | menu | tooltip | sheet | none",
-            "browsers": [
-                "FF3.5"
-            ],
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/-moz-window-shadow"
-                }
-            ],
-            "description": "The -moz-window-shadow CSS property specifies whether a window will have a shadow. It only works on Mac OS X."
-        },
-        {
-            "name": "-webkit-border-before",
-            "status": "nonstandard",
-            "syntax": "<'border-width'> || <'border-style'> || <'color'>",
-            "browsers": [
-                "S5.1",
-                "C8",
-                "O15"
-            ],
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/-webkit-border-before"
-                }
-            ],
-            "description": "The -webkit-border-before CSS property is a shorthand property for setting the individual logical block start border property values in a single place in the style sheet."
-        },
-        {
-            "name": "-webkit-border-before-color",
-            "status": "nonstandard",
-            "syntax": "<'color'>",
-            "description": "The -webkit-border-before-color CSS property sets the color of the individual logical block start border in a single place in the style sheet."
-        },
-        {
-            "name": "-webkit-border-before-style",
-            "status": "nonstandard",
-            "syntax": "<'border-style'>",
-            "description": "The -webkit-border-before-style CSS property sets the style of the individual logical block start border in a single place in the style sheet."
-        },
-        {
-            "name": "-webkit-border-before-width",
-            "status": "nonstandard",
-            "syntax": "<'border-width'>",
-            "description": "The -webkit-border-before-width CSS property sets the width of the individual logical block start border in a single place in the style sheet."
-        },
-        {
-            "name": "-webkit-line-clamp",
-            "syntax": "none | <integer>",
-            "browsers": [
-                "E17",
-                "FF68",
-                "S5",
-                "C6",
-                "O15"
-            ],
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/-webkit-line-clamp"
-                }
-            ],
-            "description": "The -webkit-line-clamp CSS property allows limiting of the contents of a block container to the specified number of lines."
-        },
-        {
-            "name": "-webkit-mask",
-            "status": "nonstandard",
-            "syntax": "[ <mask-reference> || <position> [ / <bg-size> ]? || <repeat-style> || [ <box> | border | padding | content | text ] || [ <box> | border | padding | content ] ]#",
-            "description": "The mask CSS property alters the visibility of an element by either partially or fully hiding it. This is accomplished by either masking or clipping the image at specific points."
-        },
-        {
-            "name": "-webkit-mask-attachment",
-            "status": "nonstandard",
-            "syntax": "<attachment>#",
-            "browsers": [
-                "S4",
-                "C1"
-            ],
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/-webkit-mask-attachment"
-                }
-            ],
-            "description": "If a -webkit-mask-image is specified, -webkit-mask-attachment determines whether the mask image's position is fixed within the viewport, or scrolls along with its containing block."
-        },
-        {
-            "name": "-webkit-mask-composite",
-            "status": "nonstandard",
-            "syntax": "<composite-style>#",
-            "browsers": [
-                "E18",
-                "FF53",
-                "S3.2",
-                "C1",
-                "O15"
-            ],
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/-webkit-mask-composite"
-                }
-            ],
-            "description": "The -webkit-mask-composite property specifies the manner in which multiple mask images applied to the same element are composited with one another. Mask images are composited in the opposite order that they are declared with the -webkit-mask-image property."
-        },
-        {
-            "name": "-webkit-mask-position",
-            "status": "nonstandard",
-            "syntax": "<position>#",
-            "description": "The mask-position CSS property sets the initial position, relative to the mask position layer defined by mask-origin, for each defined mask image."
-        },
-        {
-            "name": "-webkit-mask-position-x",
-            "status": "nonstandard",
-            "syntax": "[ <length-percentage> | left | center | right ]#",
-            "browsers": [
-                "E18",
-                "FF49",
-                "S3.2",
-                "C1",
-                "O15"
-            ],
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/-webkit-mask-position-x"
-                }
-            ],
-            "description": "The -webkit-mask-position-x CSS property sets the initial horizontal position of a mask image."
-        },
-        {
-            "name": "-webkit-mask-position-y",
-            "status": "nonstandard",
-            "syntax": "[ <length-percentage> | top | center | bottom ]#",
-            "browsers": [
-                "E18",
-                "FF49",
-                "S3.2",
-                "C1",
-                "O15"
-            ],
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/-webkit-mask-position-y"
-                }
-            ],
-            "description": "The -webkit-mask-position-y CSS property sets the initial vertical position of a mask image."
-        },
-        {
-            "name": "-webkit-mask-repeat-x",
-            "status": "nonstandard",
-            "syntax": "repeat | no-repeat | space | round",
-            "browsers": [
-                "E18",
-                "S5",
-                "C3",
-                "O15"
-            ],
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/-webkit-mask-repeat-x"
-                }
-            ],
-            "description": "The -webkit-mask-repeat-x property specifies whether and how a mask image is repeated (tiled) horizontally."
-        },
-        {
-            "name": "-webkit-mask-repeat-y",
-            "status": "nonstandard",
-            "syntax": "repeat | no-repeat | space | round",
-            "browsers": [
-                "E18",
-                "S5",
-                "C3",
-                "O15"
-            ],
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/-webkit-mask-repeat-y"
-                }
-            ],
-            "description": "The -webkit-mask-repeat-y property specifies whether and how a mask image is repeated (tiled) vertically."
-        },
-        {
-            "name": "appearance",
-            "status": "experimental",
-            "syntax": "none | auto | button | textfield | <compat>",
-            "browsers": [
-                "E12",
-                "FF1",
-                "S3",
-                "C1",
-                "O15"
-            ],
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/appearance"
-                }
-            ],
-            "description": "Changes the appearance of buttons and other controls to resemble native controls."
-        },
-        {
-            "name": "aspect-ratio",
-            "status": "experimental",
-            "syntax": "auto | <ratio>",
-            "description": ""
-        },
-        {
-            "name": "azimuth",
-            "status": "obsolete",
-            "syntax": "<angle> | [ [ left-side | far-left | left | center-left | center | center-right | right | far-right | right-side ] || behind ] | leftwards | rightwards",
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/azimuth"
-                }
-            ],
-            "description": "In combination with elevation, the azimuth CSS property enables different audio sources to be positioned spatially for aural presentation. This is important in that it provides a natural way to tell several voices apart, as each can be positioned to originate at a different location on the sound stage. Stereo output produce a lateral sound stage, while binaural headphones and multi-speaker setups allow for a fully three-dimensional stage."
-        },
-        {
-            "name": "border-end-end-radius",
-            "syntax": "<length-percentage>{1,2}",
-            "browsers": [
-                "FF66"
-            ],
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/border-end-end-radius"
-                }
-            ],
-            "description": "The border-end-end-radius CSS property defines a logical border radius on an element, which maps to a physical border radius that depends on on the element's writing-mode, direction, and text-orientation."
-        },
-        {
-            "name": "border-end-start-radius",
-            "syntax": "<length-percentage>{1,2}",
-            "browsers": [
-                "FF66"
-            ],
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/border-end-start-radius"
-                }
-            ],
-            "description": "The border-end-start-radius CSS property defines a logical border radius on an element, which maps to a physical border radius depending on the element's writing-mode, direction, and text-orientation."
-        },
-        {
-            "name": "border-start-end-radius",
-            "syntax": "<length-percentage>{1,2}",
-            "browsers": [
-                "FF66"
-            ],
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/border-start-end-radius"
-                }
-            ],
-            "description": "The border-start-end-radius CSS property defines a logical border radius on an element, which maps to a physical border radius depending on the element's writing-mode, direction, and text-orientation."
-        },
-        {
-            "name": "border-start-start-radius",
-            "syntax": "<length-percentage>{1,2}",
-            "browsers": [
-                "FF66"
-            ],
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/border-start-start-radius"
-                }
-            ],
-            "description": "The border-start-start-radius CSS property defines a logical border radius on an element, which maps to a physical border radius that depends on the element's writing-mode, direction, and text-orientation."
-        },
-        {
-            "name": "box-align",
-            "status": "nonstandard",
-            "syntax": "start | center | end | baseline | stretch",
-            "browsers": [
-                "E12",
-                "FF1",
-                "S3",
-                "C1",
-                "O"
-            ],
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/box-align"
-                }
-            ],
-            "description": "The box-align CSS property specifies how an element aligns its contents across its layout in a perpendicular direction. The effect of the property is only visible if there is extra space in the box."
-        },
-        {
-            "name": "box-direction",
-            "status": "nonstandard",
-            "syntax": "normal | reverse | inherit",
-            "browsers": [
-                "E12",
-                "FF1",
-                "S3",
-                "C1",
-                "O"
-            ],
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/box-direction"
-                }
-            ],
-            "description": "The box-direction CSS property specifies whether a box lays out its contents normally (from the top or left edge), or in reverse (from the bottom or right edge)."
-        },
-        {
-            "name": "box-flex",
-            "status": "nonstandard",
-            "syntax": "<number>",
-            "browsers": [
-                "E12",
-                "FF1",
-                "S3",
-                "C1",
-                "O"
-            ],
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/box-flex"
-                }
-            ],
-            "description": "The -moz-box-flex and -webkit-box-flex CSS properties specify how a -moz-box or -webkit-box grows to fill the box that contains it, in the direction of the containing box's layout."
-        },
-        {
-            "name": "box-flex-group",
-            "status": "nonstandard",
-            "syntax": "<integer>",
-            "browsers": [
-                "S3",
-                "C1",
-                "O"
-            ],
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/box-flex-group"
-                }
-            ],
-            "description": "The box-flex-group CSS property assigns the flexbox's child elements to a flex group."
-        },
-        {
-            "name": "box-lines",
-            "status": "nonstandard",
-            "syntax": "single | multiple",
-            "browsers": [
-                "S3",
-                "C1",
-                "O"
-            ],
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/box-lines"
-                }
-            ],
-            "description": "The box-lines CSS property determines whether the box may have a single or multiple lines (rows for horizontally oriented boxes, columns for vertically oriented boxes)."
-        },
-        {
-            "name": "box-ordinal-group",
-            "status": "nonstandard",
-            "syntax": "<integer>",
-            "browsers": [
-                "E12",
-                "FF1",
-                "S3",
-                "C1",
-                "O"
-            ],
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/box-ordinal-group"
-                }
-            ],
-            "description": "The box-ordinal-group CSS property assigns the flexbox's child elements to an ordinal group."
-        },
-        {
-            "name": "box-orient",
-            "status": "nonstandard",
-            "syntax": "horizontal | vertical | inline-axis | block-axis | inherit",
-            "browsers": [
-                "E12",
-                "FF1",
-                "S3",
-                "C1",
-                "O"
-            ],
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/box-orient"
-                }
-            ],
-            "description": "The box-orient CSS property specifies whether an element lays out its contents horizontally or vertically."
-        },
-        {
-            "name": "box-pack",
-            "status": "nonstandard",
-            "syntax": "start | center | end | justify",
-            "browsers": [
-                "E12",
-                "FF1",
-                "S3",
-                "C1",
-                "O"
-            ],
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/box-pack"
-                }
-            ],
-            "description": "The -moz-box-pack and -webkit-box-pack CSS properties specify how a -moz-box or -webkit-box packs its contents in the direction of its layout. The effect of this is only visible if there is extra space in the box."
-        },
-        {
-            "name": "color-adjust",
-            "syntax": "economy | exact",
-            "browsers": [
-                "FF48",
-                "S6",
-                "C49",
-                "O15"
-            ],
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/color-adjust"
-                }
-            ],
-            "description": "The color-adjust property is a non-standard CSS extension that can be used to force printing of background colors and images in browsers based on the WebKit engine."
-        },
-        {
-            "name": "counter-set",
-            "syntax": "[ <custom-ident> <integer>? ]+ | none",
-            "browsers": [
-                "FF68"
-            ],
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/counter-set"
-                }
-            ],
-            "description": "The counter-set CSS property sets a CSS counter to a given value. It manipulates the value of existing counters, and will only create new counters if there isn't already a counter of the given name on the element."
-        },
-        {
-            "name": "hanging-punctuation",
-            "syntax": "none | [ first || [ force-end | allow-end ] || last ]",
-            "browsers": [
-                "S10"
-            ],
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/hanging-punctuation"
-                }
-            ],
-            "description": "The hanging-punctuation CSS property specifies whether a punctuation mark should hang at the start or end of a line of text. Hanging punctuation may be placed outside the line box."
-        },
-        {
-            "name": "initial-letter",
-            "status": "experimental",
-            "syntax": "normal | [ <number> <integer>? ]",
-            "browsers": [
-                "S9"
-            ],
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/initial-letter"
-                }
-            ],
-            "description": "The initial-letter CSS property specifies styling for dropped, raised, and sunken initial letters."
-        },
-        {
-            "name": "initial-letter-align",
-            "status": "experimental",
-            "syntax": "[ auto | alphabetic | hanging | ideographic ]",
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/initial-letter-align"
-                }
-            ],
-            "description": "The initial-letter-align CSS property specifies the alignment of initial letters within a paragraph."
-        },
-        {
-            "name": "line-clamp",
-            "status": "experimental",
-            "syntax": "none | <integer>",
-            "description": "The line-clamp property allows limiting the contents of a block container to the specified number of lines; remaining content is fragmented away and neither rendered nor measured. Optionally, it also allows inserting content into the last line box to indicate the continuity of truncated/interrupted content."
-        },
-        {
-            "name": "line-height-step",
-            "status": "experimental",
-            "syntax": "<length>",
-            "browsers": [
-                "C60",
-                "O47"
-            ],
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/line-height-step"
-                }
-            ],
-            "description": "The line-height-step CSS property defines the step units for line box heights. When the step unit is positive, line box heights are rounded up to the closest multiple of the unit. Negative values are invalid."
-        },
-        {
-            "name": "mask-border",
-            "status": "experimental",
-            "syntax": "<'mask-border-source'> || <'mask-border-slice'> [ / <'mask-border-width'>? [ / <'mask-border-outset'> ]? ]? || <'mask-border-repeat'> || <'mask-border-mode'>",
-            "description": "The mask-border CSS property lets you create a mask along the edge of an element's border.\n\nThis property is a shorthand for mask-border-source, mask-border-slice, mask-border-width, mask-border-outset, mask-border-repeat, and mask-border-mode. As with all shorthand properties, any omitted sub-values will be set to their initial value."
-        },
-        {
-            "name": "mask-border-mode",
-            "status": "experimental",
-            "syntax": "luminance | alpha",
-            "description": "The mask-border-mode CSS property specifies the blending mode used in a mask border."
-        },
-        {
-            "name": "mask-border-outset",
-            "status": "experimental",
-            "syntax": "[ <length> | <number> ]{1,4}",
-            "description": "The mask-border-outset CSS property specifies the distance by which an element's mask border is set out from its border box."
-        },
-        {
-            "name": "mask-border-repeat",
-            "status": "experimental",
-            "syntax": "[ stretch | repeat | round | space ]{1,2}",
-            "description": "The mask-border-repeat CSS property defines how the edge regions of a source image are adjusted to fit the dimensions of an element's mask border."
-        },
-        {
-            "name": "mask-border-slice",
-            "status": "experimental",
-            "syntax": "<number-percentage>{1,4} fill?",
-            "description": "The mask-border-slice CSS property divides the image specified by mask-border-source into regions. These regions are used to form the components of an element's mask border."
-        },
-        {
-            "name": "mask-border-source",
-            "status": "experimental",
-            "syntax": "none | <image>",
-            "description": "The mask-border-source CSS property specifies the source image used to create an element's mask border.\n\nThe mask-border-slice property is used to divide the source image into regions, which are then dynamically applied to the final mask border."
-        },
-        {
-            "name": "mask-border-width",
-            "status": "experimental",
-            "syntax": "[ <length-percentage> | <number> | auto ]{1,4}",
-            "description": "The mask-border-width CSS property specifies the width of an element's mask border."
-        },
-        {
-            "name": "mask-clip",
-            "syntax": "[ <geometry-box> | no-clip ]#",
-            "browsers": [
-                "FF53",
-                "S4",
-                "C1",
-                "O15"
-            ],
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/mask-clip"
-                }
-            ],
-            "description": "The mask-clip CSS property determines the area, which is affected by a mask. The painted content of an element must be restricted to this area."
-        },
-        {
-            "name": "mask-composite",
-            "syntax": "<compositing-operator>#",
-            "browsers": [
-                "E18",
-                "FF53"
-            ],
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/mask-composite"
-                }
-            ],
-            "description": "The mask-composite CSS property represents a compositing operation used on the current mask layer with the mask layers below it."
-        },
-        {
-            "name": "max-lines",
-            "status": "experimental",
-            "syntax": "none | <integer>",
-            "description": "The max-liens property forces a break after a set number of lines"
-        },
-        {
-            "name": "overflow-block",
-            "status": "experimental",
-            "syntax": "visible | hidden | clip | scroll | auto",
-            "browsers": [
-                "FF69"
-            ],
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/overflow-block"
-                }
-            ],
-            "description": "The overflow-block CSS media feature can be used to test how the output device handles content that overflows the initial containing block along the block axis."
-        },
-        {
-            "name": "overflow-clip-box",
-            "status": "nonstandard",
-            "syntax": "padding-box | content-box",
-            "browsers": [
-                "FF29"
-            ],
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Mozilla/CSS/overflow-clip-box"
-                }
-            ],
-            "description": "The overflow-clip-box CSS property specifies relative to which box the clipping happens when there is an overflow. It is short hand for the overflow-clip-box-inline and overflow-clip-box-block properties."
-        },
-        {
-            "name": "overflow-inline",
-            "status": "experimental",
-            "syntax": "visible | hidden | clip | scroll | auto",
-            "browsers": [
-                "FF69"
-            ],
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/overflow-inline"
-                }
-            ],
-            "description": "The overflow-inline CSS media feature can be used to test how the output device handles content that overflows the initial containing block along the inline axis."
-        },
-        {
-            "name": "overscroll-behavior",
-            "status": "nonstandard",
-            "syntax": "[ contain | none | auto ]{1,2}",
-            "browsers": [
-                "E18",
-                "FF59",
-                "C63",
-                "O50"
-            ],
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/overscroll-behavior"
-                }
-            ],
-            "description": "The overscroll-behavior CSS property is shorthand for the overscroll-behavior-x and overscroll-behavior-y properties, which allow you to control the browser's scroll overflow behavior — what happens when the boundary of a scrolling area is reached."
-        },
-        {
-            "name": "overscroll-behavior-x",
-            "status": "nonstandard",
-            "syntax": "contain | none | auto",
-            "browsers": [
-                "E18",
-                "FF59",
-                "C63",
-                "O50"
-            ],
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/overscroll-behavior-x"
-                }
-            ],
-            "description": "The overscroll-behavior-x CSS property is allows you to control the browser's scroll overflow behavior — what happens when the boundary of a scrolling area is reached — in the x axis direction."
-        },
-        {
-            "name": "overscroll-behavior-y",
-            "status": "nonstandard",
-            "syntax": "contain | none | auto",
-            "browsers": [
-                "E18",
-                "FF59",
-                "C63",
-                "O50"
-            ],
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/overscroll-behavior-y"
-                }
-            ],
-            "description": "The overscroll-behavior-y CSS property is allows you to control the browser's scroll overflow behavior — what happens when the boundary of a scrolling area is reached — in the y axis direction."
-        },
-        {
-            "name": "ruby-merge",
-            "status": "experimental",
-            "syntax": "separate | collapse | auto",
-            "description": "This property controls how ruby annotation boxes should be rendered when there are more than one in a ruby container box: whether each pair should be kept separate, the annotations should be collapsed and rendered as a group, or the separation should be determined based on the space available."
-        },
-        {
-            "name": "scrollbar-color",
-            "syntax": "auto | dark | light | <color>{2}",
-            "browsers": [
-                "FF64"
-            ],
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/scrollbar-color"
-                }
-            ],
-            "description": "The scrollbar-color CSS property sets the color of the scrollbar track and thumb."
-        },
-        {
-            "name": "scrollbar-width",
-            "syntax": "auto | thin | none",
-            "browsers": [
-                "FF64"
-            ],
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/scrollbar-width"
-                }
-            ],
-            "description": "The scrollbar-width property allows the author to set the maximum thickness of an element’s scrollbars when they are shown. "
-        },
-        {
-            "name": "scroll-margin",
-            "syntax": "<length>{1,4}",
-            "browsers": [
-                "FF68",
-                "S11",
-                "C69",
-                "O56"
-            ],
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/scroll-margin"
-                }
-            ],
-            "description": "The scroll-margin property is a shorthand property which sets all of the scroll-margin longhands, assigning values much like the margin property does for the margin-* longhands."
-        },
-        {
-            "name": "scroll-margin-block",
-            "syntax": "<length>{1,2}",
-            "browsers": [
-                "FF68",
-                "C69",
-                "O56"
-            ],
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/scroll-margin-block"
-                }
-            ],
-            "description": "The scroll-margin-block property is a shorthand property which sets the scroll-margin longhands in the block dimension."
-        },
-        {
-            "name": "scroll-margin-block-start",
-            "syntax": "<length>",
-            "browsers": [
-                "FF68",
-                "S11",
-                "C69",
-                "O56"
-            ],
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/scroll-margin-block-start"
-                }
-            ],
-            "description": "The scroll-margin-block-start property defines the margin of the scroll snap area at the start of the block dimension that is used for snapping this box to the snapport. The scroll snap area is determined by taking the transformed border box, finding its rectangular bounding box (axis-aligned in the scroll container’s coordinate space), then adding the specified outsets."
-        },
-        {
-            "name": "scroll-margin-block-end",
-            "syntax": "<length>",
-            "browsers": [
-                "FF68",
-                "S11",
-                "C69",
-                "O56"
-            ],
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/scroll-margin-block-end"
-                }
-            ],
-            "description": "The scroll-margin-block-end property defines the margin of the scroll snap area at the end of the block dimension that is used for snapping this box to the snapport. The scroll snap area is determined by taking the transformed border box, finding its rectangular bounding box (axis-aligned in the scroll container’s coordinate space), then adding the specified outsets."
-        },
-        {
-            "name": "scroll-margin-bottom",
-            "syntax": "<length>",
-            "browsers": [
-                "FF68",
-                "S11",
-                "C69",
-                "O56"
-            ],
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/scroll-margin-bottom"
-                }
-            ],
-            "description": "The scroll-margin-bottom property defines the bottom margin of the scroll snap area that is used for snapping this box to the snapport. The scroll snap area is determined by taking the transformed border box, finding its rectangular bounding box (axis-aligned in the scroll container’s coordinate space), then adding the specified outsets."
-        },
-        {
-            "name": "scroll-margin-inline",
-            "syntax": "<length>{1,2}",
-            "browsers": [
-                "FF68"
-            ],
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/scroll-margin-inline"
-                }
-            ],
-            "description": "The scroll-margin-inline property is a shorthand property which sets the scroll-margin longhands in the inline dimension."
-        },
-        {
-            "name": "scroll-margin-inline-start",
-            "syntax": "<length>",
-            "browsers": [
-                "FF68",
-                "S11",
-                "C69",
-                "O56"
-            ],
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/scroll-margin-inline-start"
-                }
-            ],
-            "description": "The scroll-margin-inline-start property defines the margin of the scroll snap area at the start of the inline dimension that is used for snapping this box to the snapport. The scroll snap area is determined by taking the transformed border box, finding its rectangular bounding box (axis-aligned in the scroll container’s coordinate space), then adding the specified outsets."
-        },
-        {
-            "name": "scroll-margin-inline-end",
-            "syntax": "<length>",
-            "browsers": [
-                "FF68",
-                "S11",
-                "C69",
-                "O56"
-            ],
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/scroll-margin-inline-end"
-                }
-            ],
-            "description": "The scroll-margin-inline-end property defines the margin of the scroll snap area at the end of the inline dimension that is used for snapping this box to the snapport. The scroll snap area is determined by taking the transformed border box, finding its rectangular bounding box (axis-aligned in the scroll container’s coordinate space), then adding the specified outsets."
-        },
-        {
-            "name": "scroll-margin-left",
-            "syntax": "<length>",
-            "browsers": [
-                "FF68",
-                "S11",
-                "C69",
-                "O56"
-            ],
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/scroll-margin-left"
-                }
-            ],
-            "description": "The scroll-margin-left property defines the left margin of the scroll snap area that is used for snapping this box to the snapport. The scroll snap area is determined by taking the transformed border box, finding its rectangular bounding box (axis-aligned in the scroll container’s coordinate space), then adding the specified outsets."
-        },
-        {
-            "name": "scroll-margin-right",
-            "syntax": "<length>",
-            "browsers": [
-                "FF68",
-                "S11",
-                "C69",
-                "O56"
-            ],
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/scroll-margin-right"
-                }
-            ],
-            "description": "The scroll-margin-right property defines the right margin of the scroll snap area that is used for snapping this box to the snapport. The scroll snap area is determined by taking the transformed border box, finding its rectangular bounding box (axis-aligned in the scroll container’s coordinate space), then adding the specified outsets."
-        },
-        {
-            "name": "scroll-margin-top",
-            "syntax": "<length>",
-            "browsers": [
-                "FF68",
-                "S11",
-                "C69",
-                "O56"
-            ],
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/scroll-margin-top"
-                }
-            ],
-            "description": "The scroll-margin-top property defines the top margin of the scroll snap area that is used for snapping this box to the snapport. The scroll snap area is determined by taking the transformed border box, finding its rectangular bounding box (axis-aligned in the scroll container’s coordinate space), then adding the specified outsets."
-        },
-        {
-            "name": "scroll-snap-type-x",
-            "status": "obsolete",
-            "syntax": "none | mandatory | proximity",
-            "browsers": [
-                "FF39",
-                "S9"
-            ],
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/scroll-snap-type-x"
-                }
-            ],
-            "description": "The scroll-snap-type-x CSS property defines how strictly snap points are enforced on the horizontal axis of the scroll container in case there is one.\n\nSpecifying any precise animations or physics used to enforce those snap points is not covered by this property but instead left up to the user agent."
-        },
-        {
-            "name": "scroll-snap-type-y",
-            "status": "obsolete",
-            "syntax": "none | mandatory | proximity",
-            "browsers": [
-                "FF39"
-            ],
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/scroll-snap-type-y"
-                }
-            ],
-            "description": "The scroll-snap-type-y CSS property defines how strictly snap points are enforced on the vertical axis of the scroll container in case there is one.\n\nSpecifying any precise animations or physics used to enforce those snap points is not covered by this property but instead left up to the user agent."
-        },
-        {
-            "name": "text-decoration-thickness",
-            "syntax": "auto | from-font | <length>",
-            "browsers": [
-                "FF70",
-                "S12.1"
-            ],
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/text-decoration-thickness"
-                }
-            ],
-            "description": "The text-decoration-thickness CSS property sets the thickness, or width, of the decoration line that is used on text in an element, such as a line-through, underline, or overline."
-        },
-        {
-            "name": "text-emphasis",
-            "syntax": "<'text-emphasis-style'> || <'text-emphasis-color'>",
-            "browsers": [
-                "FF46",
-                "S6.1",
-                "C25",
-                "O15"
-            ],
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/text-emphasis"
-                }
-            ],
-            "description": "The text-emphasis CSS property is a shorthand property for setting text-emphasis-style and text-emphasis-color in one declaration. This property will apply the specified emphasis mark to each character of the element's text, except separator characters, like spaces,  and control characters."
-        },
-        {
-            "name": "text-emphasis-color",
-            "syntax": "<color>",
-            "browsers": [
-                "FF46",
-                "S6.1",
-                "C25",
-                "O15"
-            ],
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/text-emphasis-color"
-                }
-            ],
-            "description": "The text-emphasis-color CSS property defines the color used to draw emphasis marks on text being rendered in the HTML document. This value can also be set and reset using the text-emphasis shorthand."
-        },
-        {
-            "name": "text-emphasis-position",
-            "syntax": "[ over | under ] && [ right | left ]",
-            "browsers": [
-                "FF46",
-                "S6.1",
-                "C25",
-                "O15"
-            ],
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/text-emphasis-position"
-                }
-            ],
-            "description": "The text-emphasis-position CSS property describes where emphasis marks are drawn at. The effect of emphasis marks on the line height is the same as for ruby text: if there isn't enough place, the line height is increased."
-        },
-        {
-            "name": "text-emphasis-style",
-            "syntax": "none | [ [ filled | open ] || [ dot | circle | double-circle | triangle | sesame ] ] | <string>",
-            "browsers": [
-                "FF46",
-                "S6.1",
-                "C25",
-                "O15"
-            ],
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/text-emphasis-style"
-                }
-            ],
-            "description": "The text-emphasis-style CSS property defines the type of emphasis used. It can also be set, and reset, using the text-emphasis shorthand."
-        },
-        {
-            "name": "text-underline-offset",
-            "syntax": "auto | from-font | <length>",
-            "browsers": [
-                "FF70",
-                "S12.1"
-            ],
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/text-underline-offset"
-                }
-            ],
-            "description": "The text-underline-offset CSS property sets the offset distance of an underline text decoration line (applied using text-decoration) from its original position."
-        },
-        {
-            "name": "speak-as",
-            "syntax": "auto | bullets | numbers | words | spell-out | <counter-style-name>",
-            "description": "The speak-as descriptor specifies how a counter symbol constructed with a given @counter-style will be represented in the spoken form. For example, an author can specify a counter symbol to be either spoken as its numerical value or just represented with an audio cue."
-        },
-        {
-            "name": "bleed",
-            "status": "experimental",
-            "syntax": "auto | <length>",
-            "description": "The bleed CSS at-rule descriptor, used with the @page at-rule, specifies the extent of the page bleed area outside the page box. This property only has effect if crop marks are enabled using the marks property."
-        },
-        {
-            "name": "marks",
-            "status": "experimental",
-            "syntax": "none | [ crop || cross ]",
-            "description": "The marks CSS at-rule descriptor, used with the @page at-rule, adds crop and/or cross marks to the presentation of the document. Crop marks indicate where the page should be cut. Cross marks are used to align sheets."
-        }
-    ],
-    "atDirectives": [
-        {
-            "name": "@charset",
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/@charset"
-                }
-            ],
-            "description": "Defines character set of the document."
-        },
-        {
-            "name": "@counter-style",
-            "browsers": [
-                "FF33"
-            ],
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/@counter-style"
-                }
-            ],
-            "description": "Defines a custom counter style."
-        },
-        {
-            "name": "@font-face",
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/@font-face"
-                }
-            ],
-            "description": "Allows for linking to fonts that are automatically activated when needed. This permits authors to work around the limitation of 'web-safe' fonts, allowing for consistent rendering independent of the fonts available in a given user's environment."
-        },
-        {
-            "name": "@font-feature-values",
-            "browsers": [
-                "FF34",
-                "S9.1"
-            ],
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/@font-feature-values"
-                }
-            ],
-            "description": "Defines named values for the indices used to select alternate glyphs for a given font family."
-        },
-        {
-            "name": "@import",
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/@import"
-                }
-            ],
-            "description": "Includes content of another file."
-        },
-        {
-            "name": "@keyframes",
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/@keyframes"
-                }
-            ],
-            "description": "Defines set of animation key frames."
-        },
-        {
-            "name": "@media",
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/@media"
-                }
-            ],
-            "description": "Defines a stylesheet for a particular media type."
-        },
-        {
-            "name": "@-moz-document",
-            "browsers": [
-                "FF1.8"
-            ],
-            "description": "Gecko-specific at-rule that restricts the style rules contained within it based on the URL of the document."
-        },
-        {
-            "name": "@-moz-keyframes",
-            "browsers": [
-                "FF5"
-            ],
-            "description": "Defines set of animation key frames."
-        },
-        {
-            "name": "@-ms-viewport",
-            "browsers": [
-                "E",
-                "IE10"
-            ],
-            "description": "Specifies the size, zoom factor, and orientation of the viewport."
-        },
-        {
-            "name": "@namespace",
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/@namespace"
-                }
-            ],
-            "description": "Declares a prefix and associates it with a namespace name."
-        },
-        {
-            "name": "@-o-keyframes",
-            "browsers": [
-                "O12"
-            ],
-            "description": "Defines set of animation key frames."
-        },
-        {
-            "name": "@-o-viewport",
-            "browsers": [
-                "O11"
-            ],
-            "description": "Specifies the size, zoom factor, and orientation of the viewport."
-        },
-        {
-            "name": "@page",
-            "browsers": [
-                "E12",
-                "FF19",
-                "C2",
-                "IE8",
-                "O6"
-            ],
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/@page"
-                }
-            ],
-            "description": "Directive defines various page parameters."
-        },
-        {
-            "name": "@supports",
-            "browsers": [
-                "E12",
-                "FF22",
-                "S9",
-                "C28",
-                "O12.1"
-            ],
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/@supports"
-                }
-            ],
-            "description": "A conditional group rule whose condition tests whether the user agent supports CSS property:value pairs."
-        },
-        {
-            "name": "@-webkit-keyframes",
-            "browsers": [
-                "C",
-                "S4"
-            ],
-            "description": "Defines set of animation key frames."
-        }
-    ],
-    "pseudoClasses": [
-        {
-            "name": ":active",
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/:active"
-                }
-            ],
-            "description": "Applies while an element is being activated by the user. For example, between the times the user presses the mouse button and releases it."
-        },
-        {
-            "name": ":any-link",
-            "browsers": [
-                "FF50",
-                "S9",
-                "C65",
-                "O52"
-            ],
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/:any-link"
-                }
-            ],
-            "description": "Represents an element that acts as the source anchor of a hyperlink. Applies to both visited and unvisited links."
-        },
-        {
-            "name": ":checked",
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/:checked"
-                }
-            ],
-            "description": "Radio and checkbox elements can be toggled by the user. Some menu items are 'checked' when the user selects them. When such elements are toggled 'on' the :checked pseudo-class applies."
-        },
-        {
-            "name": ":corner-present",
-            "browsers": [
-                "C",
-                "S5"
-            ],
-            "description": "Non-standard. Indicates whether or not a scrollbar corner is present."
-        },
-        {
-            "name": ":decrement",
-            "browsers": [
-                "C",
-                "S5"
-            ],
-            "description": "Non-standard. Applies to buttons and track pieces. Indicates whether or not the button or track piece will decrement the view’s position when used."
-        },
-        {
-            "name": ":default",
-            "browsers": [
-                "FF4",
-                "S5",
-                "C10",
-                "O10"
-            ],
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/:default"
-                }
-            ],
-            "description": "Applies to the one or more UI elements that are the default among a set of similar elements. Typically applies to context menu items, buttons, and select lists/menus."
-        },
-        {
-            "name": ":disabled",
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/:disabled"
-                }
-            ],
-            "description": "Represents user interface elements that are in a disabled state; such elements have a corresponding enabled state."
-        },
-        {
-            "name": ":double-button",
-            "browsers": [
-                "C",
-                "S5"
-            ],
-            "description": "Non-standard. Applies to buttons and track pieces. Applies when both buttons are displayed together at the same end of the scrollbar."
-        },
-        {
-            "name": ":empty",
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/:empty"
-                }
-            ],
-            "description": "Represents an element that has no children at all."
-        },
-        {
-            "name": ":enabled",
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/:enabled"
-                }
-            ],
-            "description": "Represents user interface elements that are in an enabled state; such elements have a corresponding disabled state."
-        },
-        {
-            "name": ":end",
-            "browsers": [
-                "C",
-                "S5"
-            ],
-            "description": "Non-standard. Applies to buttons and track pieces. Indicates whether the object is placed after the thumb."
-        },
-        {
-            "name": ":first",
-            "browsers": [
-                "E12",
-                "S6",
-                "C18",
-                "IE8",
-                "O9.2"
-            ],
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/:first"
-                }
-            ],
-            "description": "When printing double-sided documents, the page boxes on left and right pages may be different. This can be expressed through CSS pseudo-classes defined in the  page context."
-        },
-        {
-            "name": ":first-child",
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/:first-child"
-                }
-            ],
-            "description": "Same as :nth-child(1). Represents an element that is the first child of some other element."
-        },
-        {
-            "name": ":first-of-type",
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/:first-of-type"
-                }
-            ],
-            "description": "Same as :nth-of-type(1). Represents an element that is the first sibling of its type in the list of children of its parent element."
-        },
-        {
-            "name": ":focus",
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/:focus"
-                }
-            ],
-            "description": "Applies while an element has the focus (accepts keyboard or mouse events, or other forms of input)."
-        },
-        {
-            "name": ":fullscreen",
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/:fullscreen"
-                }
-            ],
-            "description": "Matches any element that has its fullscreen flag set."
-        },
-        {
-            "name": ":future",
-            "browsers": [
-                "C",
-                "O16",
-                "S6"
-            ],
-            "description": "Represents any element that is defined to occur entirely after a :current element."
-        },
-        {
-            "name": ":horizontal",
-            "browsers": [
-                "C",
-                "S5"
-            ],
-            "description": "Non-standard. Applies to any scrollbar pieces that have a horizontal orientation."
-        },
-        {
-            "name": ":host",
-            "browsers": [
-                "FF63",
-                "S10",
-                "C54",
-                "O41"
-            ],
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/:host"
-                }
-            ],
-            "description": "When evaluated in the context of a shadow tree, matches the shadow tree’s host element."
-        },
-        {
-            "name": ":host()",
-            "browsers": [
-                "C35",
-                "O22"
-            ],
-            "description": "When evaluated in the context of a shadow tree, it matches the shadow tree’s host element if the host element, in its normal context, matches the selector argument."
-        },
-        {
-            "name": ":host-context()",
-            "browsers": [
-                "C35",
-                "O22"
-            ],
-            "description": "Tests whether there is an ancestor, outside the shadow tree, which matches a particular selector."
-        },
-        {
-            "name": ":hover",
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/:hover"
-                }
-            ],
-            "description": "Applies while the user designates an element with a pointing device, but does not necessarily activate it. For example, a visual user agent could apply this pseudo-class when the cursor (mouse pointer) hovers over a box generated by the element."
-        },
-        {
-            "name": ":increment",
-            "browsers": [
-                "C",
-                "S5"
-            ],
-            "description": "Non-standard. Applies to buttons and track pieces. Indicates whether or not the button or track piece will increment the view’s position when used."
-        },
-        {
-            "name": ":indeterminate",
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/:indeterminate"
-                }
-            ],
-            "description": "Applies to UI elements whose value is in an indeterminate state."
-        },
-        {
-            "name": ":in-range",
-            "browsers": [
-                "E13",
-                "FF29",
-                "S5.1",
-                "C10",
-                "O11"
-            ],
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/:in-range"
-                }
-            ],
-            "description": "Used in conjunction with the min and max attributes, whether on a range input, a number field, or any other types that accept those attributes."
-        },
-        {
-            "name": ":invalid",
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/:invalid"
-                }
-            ],
-            "description": "An element is :valid or :invalid when it is, respectively, valid or invalid with respect to data validity semantics defined by a different specification."
-        },
-        {
-            "name": ":lang()",
-            "browsers": [
-                "E",
-                "C",
-                "FF1",
-                "IE8",
-                "O8",
-                "S3"
-            ],
-            "description": "Represents an element that is in language specified."
-        },
-        {
-            "name": ":last-child",
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/:last-child"
-                }
-            ],
-            "description": "Same as :nth-last-child(1). Represents an element that is the last child of some other element."
-        },
-        {
-            "name": ":last-of-type",
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/:last-of-type"
-                }
-            ],
-            "description": "Same as :nth-last-of-type(1). Represents an element that is the last sibling of its type in the list of children of its parent element."
-        },
-        {
-            "name": ":left",
-            "browsers": [
-                "E12",
-                "S5.1",
-                "C6",
-                "IE8",
-                "O9.2"
-            ],
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/:left"
-                }
-            ],
-            "description": "When printing double-sided documents, the page boxes on left and right pages may be different. This can be expressed through CSS pseudo-classes defined in the  page context."
-        },
-        {
-            "name": ":link",
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/:link"
-                }
-            ],
-            "description": "Applies to links that have not yet been visited."
-        },
-        {
-            "name": ":matches()",
-            "browsers": [
-                "S9"
-            ],
-            "description": "Takes a selector list as its argument. It represents an element that is represented by its argument."
-        },
-        {
-            "name": ":-moz-any()",
-            "browsers": [
-                "FF4"
-            ],
-            "description": "Represents an element that is represented by the selector list passed as its argument. Standardized as :matches()."
-        },
-        {
-            "name": ":-moz-any-link",
-            "browsers": [
-                "FF1"
-            ],
-            "description": "Represents an element that acts as the source anchor of a hyperlink. Applies to both visited and unvisited links."
-        },
-        {
-            "name": ":-moz-broken",
-            "browsers": [
-                "FF3"
-            ],
-            "description": "Non-standard. Matches elements representing broken images."
-        },
-        {
-            "name": ":-moz-drag-over",
-            "browsers": [
-                "FF1"
-            ],
-            "description": "Non-standard. Matches elements when a drag-over event applies to it."
-        },
-        {
-            "name": ":-moz-first-node",
-            "browsers": [
-                "FF1"
-            ],
-            "description": "Non-standard. Represents an element that is the first child node of some other element."
-        },
-        {
-            "name": ":-moz-focusring",
-            "browsers": [
-                "FF4"
-            ],
-            "description": "Non-standard. Matches an element that has focus and focus ring drawing is enabled in the browser."
-        },
-        {
-            "name": ":-moz-full-screen",
-            "browsers": [
-                "FF9"
-            ],
-            "description": "Matches any element that has its fullscreen flag set. Standardized as :fullscreen."
-        },
-        {
-            "name": ":-moz-last-node",
-            "browsers": [
-                "FF1"
-            ],
-            "description": "Non-standard. Represents an element that is the last child node of some other element."
-        },
-        {
-            "name": ":-moz-loading",
-            "browsers": [
-                "FF3"
-            ],
-            "description": "Non-standard. Matches elements, such as images, that haven’t started loading yet."
-        },
-        {
-            "name": ":-moz-only-whitespace",
-            "browsers": [
-                "FF1"
-            ],
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/:-moz-only-whitespace"
-                }
-            ],
-            "description": "The same as :empty, except that it additionally matches elements that only contain code points affected by whitespace processing. Standardized as :blank."
-        },
-        {
-            "name": ":-moz-placeholder",
-            "browsers": [
-                "FF4"
-            ],
-            "description": "Deprecated. Represents placeholder text in an input field. Use ::-moz-placeholder for Firefox 19+."
-        },
-        {
-            "name": ":-moz-submit-invalid",
-            "browsers": [
-                "FF4"
-            ],
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/:-moz-submit-invalid"
-                }
-            ],
-            "description": "Non-standard. Represents any submit button when the contents of the associated form are not valid."
-        },
-        {
-            "name": ":-moz-suppressed",
-            "browsers": [
-                "FF3"
-            ],
-            "description": "Non-standard. Matches elements representing images that have been blocked from loading."
-        },
-        {
-            "name": ":-moz-ui-invalid",
-            "browsers": [
-                "FF4"
-            ],
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/:-moz-ui-invalid"
-                }
-            ],
-            "description": "Non-standard. Represents any validated form element whose value isn't valid "
-        },
-        {
-            "name": ":-moz-ui-valid",
-            "browsers": [
-                "FF4"
-            ],
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/:-moz-ui-valid"
-                }
-            ],
-            "description": "Non-standard. Represents any validated form element whose value is valid "
-        },
-        {
-            "name": ":-moz-user-disabled",
-            "browsers": [
-                "FF3"
-            ],
-            "description": "Non-standard. Matches elements representing images that have been disabled due to the user’s preferences."
-        },
-        {
-            "name": ":-moz-window-inactive",
-            "browsers": [
-                "FF4"
-            ],
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/:-moz-window-inactive"
-                }
-            ],
-            "description": "Non-standard. Matches elements in an inactive window."
-        },
-        {
-            "name": ":-ms-fullscreen",
-            "browsers": [
-                "IE11"
-            ],
-            "description": "Matches any element that has its fullscreen flag set."
-        },
-        {
-            "name": ":-ms-input-placeholder",
-            "browsers": [
-                "IE10"
-            ],
-            "description": "Represents placeholder text in an input field. Note: for Edge use the pseudo-element ::-ms-input-placeholder. Standardized as ::placeholder."
-        },
-        {
-            "name": ":-ms-keyboard-active",
-            "browsers": [
-                "IE10"
-            ],
-            "description": "Windows Store apps only. Applies one or more styles to an element when it has focus and the user presses the space bar."
-        },
-        {
-            "name": ":-ms-lang()",
-            "browsers": [
-                "E",
-                "IE10"
-            ],
-            "description": "Represents an element that is in the language specified. Accepts a comma separated list of language tokens."
-        },
-        {
-            "name": ":no-button",
-            "browsers": [
-                "C",
-                "S5"
-            ],
-            "description": "Non-standard. Applies to track pieces. Applies when there is no button at that end of the track."
-        },
-        {
-            "name": ":not()",
-            "browsers": [
-                "E",
-                "C",
-                "FF1",
-                "IE9",
-                "O9.5",
-                "S2"
-            ],
-            "description": "The negation pseudo-class, :not(X), is a functional notation taking a simple selector (excluding the negation pseudo-class itself) as an argument. It represents an element that is not represented by its argument."
-        },
-        {
-            "name": ":nth-child()",
-            "browsers": [
-                "E",
-                "C",
-                "FF3.5",
-                "IE9",
-                "O9.5",
-                "S3.1"
-            ],
-            "description": "Represents an element that has an+b-1 siblings before it in the document tree, for any positive integer or zero value of n, and has a parent element."
-        },
-        {
-            "name": ":nth-last-child()",
-            "browsers": [
-                "E",
-                "C",
-                "FF3.5",
-                "IE9",
-                "O9.5",
-                "S3.1"
-            ],
-            "description": "Represents an element that has an+b-1 siblings after it in the document tree, for any positive integer or zero value of n, and has a parent element."
-        },
-        {
-            "name": ":nth-last-of-type()",
-            "browsers": [
-                "E",
-                "C",
-                "FF3.5",
-                "IE9",
-                "O9.5",
-                "S3.1"
-            ],
-            "description": "Represents an element that has an+b-1 siblings with the same expanded element name after it in the document tree, for any zero or positive integer value of n, and has a parent element."
-        },
-        {
-            "name": ":nth-of-type()",
-            "browsers": [
-                "E",
-                "C",
-                "FF3.5",
-                "IE9",
-                "O9.5",
-                "S3.1"
-            ],
-            "description": "Represents an element that has an+b-1 siblings with the same expanded element name before it in the document tree, for any zero or positive integer value of n, and has a parent element."
-        },
-        {
-            "name": ":only-child",
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/:only-child"
-                }
-            ],
-            "description": "Represents an element that has a parent element and whose parent element has no other element children. Same as :first-child:last-child or :nth-child(1):nth-last-child(1), but with a lower specificity."
-        },
-        {
-            "name": ":only-of-type",
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/:only-of-type"
-                }
-            ],
-            "description": "Matches every element that is the only child of its type, of its parent. Same as :first-of-type:last-of-type or :nth-of-type(1):nth-last-of-type(1), but with a lower specificity."
-        },
-        {
-            "name": ":optional",
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/:optional"
-                }
-            ],
-            "description": "A form element is :required or :optional if a value for it is, respectively, required or optional before the form it belongs to is submitted. Elements that are not form elements are neither required nor optional."
-        },
-        {
-            "name": ":out-of-range",
-            "browsers": [
-                "E13",
-                "FF29",
-                "S5.1",
-                "C10",
-                "O11"
-            ],
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/:out-of-range"
-                }
-            ],
-            "description": "Used in conjunction with the min and max attributes, whether on a range input, a number field, or any other types that accept those attributes."
-        },
-        {
-            "name": ":past",
-            "browsers": [
-                "C",
-                "O16",
-                "S6"
-            ],
-            "description": "Represents any element that is defined to occur entirely prior to a :current element."
-        },
-        {
-            "name": ":read-only",
-            "browsers": [
-                "E13",
-                "FF1.5",
-                "S4",
-                "C1",
-                "O"
-            ],
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/:read-only"
-                }
-            ],
-            "description": "An element whose contents are not user-alterable is :read-only. However, elements whose contents are user-alterable (such as text input fields) are considered to be in a :read-write state. In typical documents, most elements are :read-only."
-        },
-        {
-            "name": ":read-write",
-            "browsers": [
-                "E13",
-                "FF1.5",
-                "S4",
-                "C1",
-                "O"
-            ],
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/:read-write"
-                }
-            ],
-            "description": "An element whose contents are not user-alterable is :read-only. However, elements whose contents are user-alterable (such as text input fields) are considered to be in a :read-write state. In typical documents, most elements are :read-only."
-        },
-        {
-            "name": ":required",
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/:required"
-                }
-            ],
-            "description": "A form element is :required or :optional if a value for it is, respectively, required or optional before the form it belongs to is submitted. Elements that are not form elements are neither required nor optional."
-        },
-        {
-            "name": ":right",
-            "browsers": [
-                "E12",
-                "S5.1",
-                "C6",
-                "IE8",
-                "O9.2"
-            ],
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/:right"
-                }
-            ],
-            "description": "When printing double-sided documents, the page boxes on left and right pages may be different. This can be expressed through CSS pseudo-classes defined in the  page context."
-        },
-        {
-            "name": ":root",
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/:root"
-                }
-            ],
-            "description": "Represents an element that is the root of the document. In HTML 4, this is always the HTML element."
-        },
-        {
-            "name": ":scope",
-            "browsers": [
-                "FF32",
-                "S7",
-                "C27",
-                "O15"
-            ],
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/:scope"
-                }
-            ],
-            "description": "Represents any element that is in the contextual reference element set."
-        },
-        {
-            "name": ":single-button",
-            "browsers": [
-                "C",
-                "S5"
-            ],
-            "description": "Non-standard. Applies to buttons and track pieces. Applies when both buttons are displayed separately at either end of the scrollbar."
-        },
-        {
-            "name": ":start",
-            "browsers": [
-                "C",
-                "S5"
-            ],
-            "description": "Non-standard. Applies to buttons and track pieces. Indicates whether the object is placed before the thumb."
-        },
-        {
-            "name": ":target",
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/:target"
-                }
-            ],
-            "description": "Some URIs refer to a location within a resource. This kind of URI ends with a 'number sign' (#) followed by an anchor identifier (called the fragment identifier)."
-        },
-        {
-            "name": ":valid",
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/:valid"
-                }
-            ],
-            "description": "An element is :valid or :invalid when it is, respectively, valid or invalid with respect to data validity semantics defined by a different specification."
-        },
-        {
-            "name": ":vertical",
-            "browsers": [
-                "C",
-                "S5"
-            ],
-            "description": "Non-standard. Applies to any scrollbar pieces that have a vertical orientation."
-        },
-        {
-            "name": ":visited",
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/:visited"
-                }
-            ],
-            "description": "Applies once the link has been visited by the user."
-        },
-        {
-            "name": ":-webkit-any()",
-            "browsers": [
-                "C",
-                "S5"
-            ],
-            "description": "Represents an element that is represented by the selector list passed as its argument. Standardized as :matches()."
-        },
-        {
-            "name": ":-webkit-full-screen",
-            "browsers": [
-                "C",
-                "S6"
-            ],
-            "description": "Matches any element that has its fullscreen flag set. Standardized as :fullscreen."
-        },
-        {
-            "name": ":window-inactive",
-            "browsers": [
-                "C",
-                "S3"
-            ],
-            "description": "Non-standard. Applies to all scrollbar pieces. Indicates whether or not the window containing the scrollbar is currently active."
-        },
-        {
-            "name": ":blank",
-            "status": "experimental",
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/:blank"
-                }
-            ],
-            "description": "The :blank CSS pseudo-class selects empty user input elements (eg. <input> or <textarea>)."
-        },
-        {
-            "name": ":defined",
-            "status": "experimental",
-            "browsers": [
-                "FF63",
-                "S10",
-                "C54",
-                "O41"
-            ],
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/:defined"
-                }
-            ],
-            "description": "The :defined CSS pseudo-class represents any element that has been defined. This includes any standard element built in to the browser, and custom elements that have been successfully defined (i.e. with the CustomElementRegistry.define() method)."
-        },
-        {
-            "name": ":dir",
-            "browsers": [
-                "FF49"
-            ],
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/:dir"
-                }
-            ],
-            "description": "The :dir() CSS pseudo-class matches elements based on the directionality of the text contained in them."
-        },
-        {
-            "name": ":focus-visible",
-            "status": "experimental",
-            "browsers": [
-                "FF4",
-                "C67",
-                "O54"
-            ],
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/:focus-visible"
-                }
-            ],
-            "description": "The :focus-visible pseudo-class applies while an element matches the :focus pseudo-class and the UA determines via heuristics that the focus should be made evident on the element."
-        },
-        {
-            "name": ":focus-within",
-            "status": "experimental",
-            "browsers": [
-                "FF52",
-                "S10.1",
-                "C60",
-                "O47"
-            ],
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/:focus-within"
-                }
-            ],
-            "description": "The :focus-within pseudo-class applies to any element for which the :focus pseudo class applies as well as to an element whose descendant in the flat tree (including non-element nodes, such as text nodes) matches the conditions for matching :focus."
-        },
-        {
-            "name": ":has",
-            "status": "experimental",
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/:has"
-                }
-            ],
-            "description": ":The :has() CSS pseudo-class represents an element if any of the selectors passed as parameters (relative to the :scope of the given element), match at least one element."
-        },
-        {
-            "name": ":is",
-            "status": "experimental",
-            "browsers": [
-                "FF4",
-                "S9",
-                "C68",
-                "O55"
-            ],
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/:is"
-                }
-            ],
-            "description": "The :is() CSS pseudo-class function takes a selector list as its argument, and selects any element that can be selected by one of the selectors in that list. This is useful for writing large selectors in a more compact form."
-        },
-        {
-            "name": ":placeholder-shown",
-            "status": "experimental",
-            "browsers": [
-                "FF51",
-                "S9",
-                "C47",
-                "IE10",
-                "O34"
-            ],
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/:placeholder-shown"
-                }
-            ],
-            "description": "The :placeholder-shown CSS pseudo-class represents any <input> or <textarea> element that is currently displaying placeholder text."
-        },
-        {
-            "name": ":where",
-            "status": "experimental",
-            "description": "The :where() CSS pseudo-class function takes a selector list as its argument, and selects any element that can be selected by one of the selectors in that list."
-        }
-    ],
-    "pseudoElements": [
-        {
-            "name": "::after",
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/::after"
-                }
-            ],
-            "description": "Represents a styleable child pseudo-element immediately after the originating element’s actual content."
-        },
-        {
-            "name": "::backdrop",
-            "browsers": [
-                "E12",
-                "FF47",
-                "C37",
-                "IE11",
-                "O24"
-            ],
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/::backdrop"
-                }
-            ],
-            "description": "Used to create a backdrop that hides the underlying document for an element in a top layer (such as an element that is displayed fullscreen)."
-        },
-        {
-            "name": "::before",
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/::before"
-                }
-            ],
-            "description": "Represents a styleable child pseudo-element immediately before the originating element’s actual content."
-        },
-        {
-            "name": "::content",
-            "browsers": [
-                "C35",
-                "O22"
-            ],
-            "description": "Deprecated. Matches the distribution list itself, on elements that have one. Use ::slotted for forward compatibility."
-        },
-        {
-            "name": "::cue",
-            "browsers": [
-                "FF55",
-                "S6.1",
-                "C26",
-                "O15"
-            ],
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/::cue"
-                }
-            ]
-        },
-        {
-            "name": "::cue()",
-            "browsers": [
-                "C",
-                "O16",
-                "S6"
-            ]
-        },
-        {
-            "name": "::cue-region",
-            "browsers": [
-                "C",
-                "O16",
-                "S6"
-            ]
-        },
-        {
-            "name": "::cue-region()",
-            "browsers": [
-                "C",
-                "O16",
-                "S6"
-            ]
-        },
-        {
-            "name": "::first-letter",
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/::first-letter"
-                }
-            ],
-            "description": "Represents the first letter of an element, if it is not preceded by any other content (such as images or inline tables) on its line."
-        },
-        {
-            "name": "::first-line",
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/::first-line"
-                }
-            ],
-            "description": "Describes the contents of the first formatted line of its originating element."
-        },
-        {
-            "name": "::-moz-focus-inner",
-            "browsers": [
-                "FF4"
-            ]
-        },
-        {
-            "name": "::-moz-focus-outer",
-            "browsers": [
-                "FF4"
-            ]
-        },
-        {
-            "name": "::-moz-list-bullet",
-            "browsers": [
-                "FF1"
-            ],
-            "description": "Used to style the bullet of a list element. Similar to the standardized ::marker."
-        },
-        {
-            "name": "::-moz-list-number",
-            "browsers": [
-                "FF1"
-            ],
-            "description": "Used to style the numbers of a list element. Similar to the standardized ::marker."
-        },
-        {
-            "name": "::-moz-placeholder",
-            "browsers": [
-                "FF19"
-            ],
-            "description": "Represents placeholder text in an input field"
-        },
-        {
-            "name": "::-moz-progress-bar",
-            "browsers": [
-                "FF9"
-            ],
-            "description": "Represents the bar portion of a progress bar."
-        },
-        {
-            "name": "::-moz-selection",
-            "browsers": [
-                "FF1"
-            ],
-            "description": "Represents the portion of a document that has been highlighted by the user."
-        },
-        {
-            "name": "::-ms-backdrop",
-            "browsers": [
-                "IE11"
-            ],
-            "description": "Used to create a backdrop that hides the underlying document for an element in a top layer (such as an element that is displayed fullscreen)."
-        },
-        {
-            "name": "::-ms-browse",
-            "browsers": [
-                "E12",
-                "IE10"
-            ],
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/::-ms-browse"
-                }
-            ],
-            "description": "Represents the browse button of an input type=file control."
-        },
-        {
-            "name": "::-ms-check",
-            "browsers": [
-                "E12",
-                "IE10"
-            ],
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/::-ms-check"
-                }
-            ],
-            "description": "Represents the check of a checkbox or radio button input control."
-        },
-        {
-            "name": "::-ms-clear",
-            "browsers": [
-                "E12",
-                "IE10"
-            ],
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/::-ms-clear"
-                }
-            ],
-            "description": "Represents the clear button of a text input control"
-        },
-        {
-            "name": "::-ms-expand",
-            "browsers": [
-                "E",
-                "IE10"
-            ],
-            "description": "Represents the drop-down button of a select control."
-        },
-        {
-            "name": "::-ms-fill",
-            "browsers": [
-                "E12",
-                "IE10"
-            ],
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/::-ms-fill"
-                }
-            ],
-            "description": "Represents the bar portion of a progress bar."
-        },
-        {
-            "name": "::-ms-fill-lower",
-            "browsers": [
-                "E12",
-                "IE10"
-            ],
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/::-ms-fill-lower"
-                }
-            ],
-            "description": "Represents the portion of the slider track from its smallest value up to the value currently selected by the thumb. In a left-to-right layout, this is the portion of the slider track to the left of the thumb."
-        },
-        {
-            "name": "::-ms-fill-upper",
-            "browsers": [
-                "E12",
-                "IE10"
-            ],
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/::-ms-fill-upper"
-                }
-            ],
-            "description": "Represents the portion of the slider track from the value currently selected by the thumb up to the slider's largest value. In a left-to-right layout, this is the portion of the slider track to the right of the thumb."
-        },
-        {
-            "name": "::-ms-reveal",
-            "browsers": [
-                "E12",
-                "IE10"
-            ],
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/::-ms-reveal"
-                }
-            ],
-            "description": "Represents the password reveal button of an input type=password control."
-        },
-        {
-            "name": "::-ms-thumb",
-            "browsers": [
-                "E",
-                "IE10"
-            ],
-            "description": "Represents the portion of range input control (also known as a slider control) that the user drags."
-        },
-        {
-            "name": "::-ms-ticks-after",
-            "browsers": [
-                "E",
-                "IE10"
-            ],
-            "description": "Represents the tick marks of a slider that begin just after the thumb and continue up to the slider's largest value. In a left-to-right layout, these are the ticks to the right of the thumb."
-        },
-        {
-            "name": "::-ms-ticks-before",
-            "browsers": [
-                "E",
-                "IE10"
-            ],
-            "description": "Represents the tick marks of a slider that represent its smallest values up to the value currently selected by the thumb. In a left-to-right layout, these are the ticks to the left of the thumb."
-        },
-        {
-            "name": "::-ms-tooltip",
-            "browsers": [
-                "E",
-                "IE10"
-            ],
-            "description": "Represents the tooltip of a slider (input type=range)."
-        },
-        {
-            "name": "::-ms-track",
-            "browsers": [
-                "E",
-                "IE10"
-            ],
-            "description": "Represents the track of a slider."
-        },
-        {
-            "name": "::-ms-value",
-            "browsers": [
-                "E16",
-                "IE10"
-            ],
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/::-ms-value"
-                }
-            ],
-            "description": "Represents the content of a text or password input control, or a select control."
-        },
-        {
-            "name": "::selection",
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/::selection"
-                }
-            ],
-            "description": "Represents the portion of a document that has been highlighted by the user."
-        },
-        {
-            "name": "::shadow",
-            "browsers": [
-                "C35",
-                "O22"
-            ],
-            "description": "Matches the shadow root if an element has a shadow tree."
-        },
-        {
-            "name": "::-webkit-file-upload-button",
-            "browsers": [
-                "S3",
-                "C1",
-                "O15"
-            ],
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/::-webkit-file-upload-button"
-                }
-            ]
-        },
-        {
-            "name": "::-webkit-inner-spin-button",
-            "browsers": [
-                "S4.1",
-                "C6",
-                "O15"
-            ],
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/::-webkit-inner-spin-button"
-                }
-            ]
-        },
-        {
-            "name": "::-webkit-input-placeholder",
-            "browsers": [
-                "C",
-                "S4"
-            ]
-        },
-        {
-            "name": "::-webkit-keygen-select",
-            "browsers": [
-                "C",
-                "O",
-                "S6"
-            ]
-        },
-        {
-            "name": "::-webkit-meter-bar",
-            "browsers": [
-                "S5.1",
-                "C12",
-                "O15"
-            ],
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/::-webkit-meter-bar"
-                }
-            ]
-        },
-        {
-            "name": "::-webkit-meter-even-less-good-value",
-            "browsers": [
-                "S5.1",
-                "C12",
-                "O15"
-            ],
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/::-webkit-meter-even-less-good-value"
-                }
-            ]
-        },
-        {
-            "name": "::-webkit-meter-optimum-value",
-            "browsers": [
-                "S5.1",
-                "C12",
-                "O15"
-            ],
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/::-webkit-meter-optimum-value"
-                }
-            ]
-        },
-        {
-            "name": "::-webkit-meter-suboptimal-value",
-            "browsers": [
-                "E13",
-                "C",
-                "O15",
-                "S6"
-            ]
-        },
-        {
-            "name": "::-webkit-outer-spin-button",
-            "browsers": [
-                "S4.1",
-                "C6"
-            ],
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/::-webkit-outer-spin-button"
-                }
-            ]
-        },
-        {
-            "name": "::-webkit-progress-bar",
-            "browsers": [
-                "S6.1",
-                "C25",
-                "O15"
-            ],
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/::-webkit-progress-bar"
-                }
-            ]
-        },
-        {
-            "name": "::-webkit-progress-inner-element",
-            "browsers": [
-                "S6.1",
-                "C23",
-                "O15"
-            ],
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/::-webkit-progress-inner-element"
-                }
-            ]
-        },
-        {
-            "name": "::-webkit-progress-value",
-            "browsers": [
-                "S6.1",
-                "C25",
-                "O15"
-            ],
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/::-webkit-progress-value"
-                }
-            ]
-        },
-        {
-            "name": "::-webkit-resizer",
-            "browsers": [
-                "S4",
-                "C2",
-                "O15"
-            ],
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/::-webkit-resizer"
-                }
-            ]
-        },
-        {
-            "name": "::-webkit-scrollbar",
-            "browsers": [
-                "S4",
-                "C2",
-                "O15"
-            ],
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/::-webkit-scrollbar"
-                }
-            ]
-        },
-        {
-            "name": "::-webkit-scrollbar-button",
-            "browsers": [
-                "S4",
-                "C2",
-                "O15"
-            ],
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/::-webkit-scrollbar-button"
-                }
-            ]
-        },
-        {
-            "name": "::-webkit-scrollbar-corner",
-            "browsers": [
-                "S4",
-                "C2",
-                "O15"
-            ],
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/::-webkit-scrollbar-corner"
-                }
-            ]
-        },
-        {
-            "name": "::-webkit-scrollbar-thumb",
-            "browsers": [
-                "S4",
-                "C2",
-                "O15"
-            ],
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/::-webkit-scrollbar-thumb"
-                }
-            ]
-        },
-        {
-            "name": "::-webkit-scrollbar-track",
-            "browsers": [
-                "S4",
-                "C2",
-                "O15"
-            ],
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/::-webkit-scrollbar-track"
-                }
-            ]
-        },
-        {
-            "name": "::-webkit-scrollbar-track-piece",
-            "browsers": [
-                "S4",
-                "C2",
-                "O15"
-            ],
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/::-webkit-scrollbar-track-piece"
-                }
-            ]
-        },
-        {
-            "name": "::-webkit-search-cancel-button",
-            "browsers": [
-                "S3",
-                "C1",
-                "O15"
-            ],
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/::-webkit-search-cancel-button"
-                }
-            ]
-        },
-        {
-            "name": "::-webkit-search-decoration",
-            "browsers": [
-                "C",
-                "S4"
-            ]
-        },
-        {
-            "name": "::-webkit-search-results-button",
-            "browsers": [
-                "S3",
-                "C1",
-                "O15"
-            ],
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/::-webkit-search-results-button"
-                }
-            ]
-        },
-        {
-            "name": "::-webkit-search-results-decoration",
-            "browsers": [
-                "C",
-                "S4"
-            ]
-        },
-        {
-            "name": "::-webkit-slider-runnable-track",
-            "browsers": [
-                "C",
-                "O",
-                "S6"
-            ]
-        },
-        {
-            "name": "::-webkit-slider-thumb",
-            "browsers": [
-                "C",
-                "O",
-                "S6"
-            ]
-        },
-        {
-            "name": "::-webkit-textfield-decoration-container",
-            "browsers": [
-                "C",
-                "O",
-                "S6"
-            ]
-        },
-        {
-            "name": "::-webkit-validation-bubble",
-            "browsers": [
-                "C",
-                "O",
-                "S6"
-            ]
-        },
-        {
-            "name": "::-webkit-validation-bubble-arrow",
-            "browsers": [
-                "C",
-                "O",
-                "S6"
-            ]
-        },
-        {
-            "name": "::-webkit-validation-bubble-arrow-clipper",
-            "browsers": [
-                "C",
-                "O",
-                "S6"
-            ]
-        },
-        {
-            "name": "::-webkit-validation-bubble-heading",
-            "browsers": [
-                "C",
-                "O",
-                "S6"
-            ]
-        },
-        {
-            "name": "::-webkit-validation-bubble-message",
-            "browsers": [
-                "C",
-                "O",
-                "S6"
-            ]
-        },
-        {
-            "name": "::-webkit-validation-bubble-text-block",
-            "browsers": [
-                "C",
-                "O",
-                "S6"
-            ]
-        },
-        {
-            "name": "::-moz-range-progress",
-            "status": "nonstandard",
-            "browsers": [
-                "FF22"
-            ],
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/::-moz-range-progress"
-                }
-            ],
-            "description": "The ::-moz-range-progress CSS pseudo-element is a Mozilla extension that represents the lower portion of the track (i.e., groove) in which the indicator slides in an <input> of type=\"range\". This portion corresponds to values lower than the value currently selected by the thumb (i.e., virtual knob)."
-        },
-        {
-            "name": "::-moz-range-thumb",
-            "status": "nonstandard",
-            "browsers": [
-                "FF21"
-            ],
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/::-moz-range-thumb"
-                }
-            ],
-            "description": "The ::-moz-range-thumb CSS pseudo-element is a Mozilla extension that represents the thumb (i.e., virtual knob) of an <input> of type=\"range\". The user can move the thumb along the input's track to alter its numerical value."
-        },
-        {
-            "name": "::-moz-range-track",
-            "status": "nonstandard",
-            "browsers": [
-                "FF21"
-            ],
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/::-moz-range-track"
-                }
-            ],
-            "description": "The ::-moz-range-track CSS pseudo-element is a Mozilla extension that represents the track (i.e., groove) in which the indicator slides in an <input> of type=\"range\"."
-        },
-        {
-            "name": "::-webkit-progress-inner-value",
-            "status": "nonstandard",
-            "description": "The ::-webkit-progress-value CSS pseudo-element represents the filled-in portion of the bar of a <progress> element. It is a child of the ::-webkit-progress-bar pseudo-element.\n\nIn order to let ::-webkit-progress-value take effect, -webkit-appearance needs to be set to none on the <progress> element."
-        },
-        {
-            "name": "::grammar-error",
-            "status": "experimental",
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/::grammar-error"
-                }
-            ],
-            "description": "The ::grammar-error CSS pseudo-element represents a text segment which the user agent has flagged as grammatically incorrect."
-        },
-        {
-            "name": "::marker",
-            "browsers": [
-                "FF68",
-                "C80"
-            ],
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/::marker"
-                }
-            ],
-            "description": "The ::marker CSS pseudo-element selects the marker box of a list item, which typically contains a bullet or number. It works on any element or pseudo-element set to display: list-item, such as the <li> and <summary> elements."
-        },
-        {
-            "name": "::part",
-            "status": "experimental",
-            "browsers": [
-                "FF69",
-                "C73",
-                "O60"
-            ],
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/::part"
-                }
-            ],
-            "description": "The ::part CSS pseudo-element represents any element within a shadow tree that has a matching part attribute."
-        },
-        {
-            "name": "::placeholder",
-            "browsers": [
-                "E12",
-                "FF51",
-                "S10.1",
-                "C57",
-                "O44"
-            ],
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/::placeholder"
-                }
-            ],
-            "description": "The ::placeholder CSS pseudo-element represents the placeholder text of a form element."
-        },
-        {
-            "name": "::slotted",
-            "browsers": [
-                "FF63",
-                "S10",
-                "C50",
-                "O37"
-            ],
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/::slotted"
-                }
-            ],
-            "description": "The :slotted() CSS pseudo-element represents any element that has been placed into a slot inside an HTML template."
-        },
-        {
-            "name": "::spelling-error",
-            "status": "experimental",
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/CSS/::spelling-error"
-                }
-            ],
-            "description": "The ::spelling-error CSS pseudo-element represents a text segment which the user agent has flagged as incorrectly spelled."
-        }
-    ]
-};
-
-
-/***/ }),
-/* 80 */
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
-
-"use strict";
-__webpack_require__.r(__webpack_exports__);
-/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "CSSDataManager", function() { return CSSDataManager; });
-/* harmony import */ var _utils_objects__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(81);
-/*---------------------------------------------------------------------------------------------
- *  Copyright (c) Microsoft Corporation. All rights reserved.
- *  Licensed under the MIT License. See License.txt in the project root for license information.
- *--------------------------------------------------------------------------------------------*/
-
-
-var CSSDataManager = /** @class */ (function () {
-    function CSSDataManager(dataProviders) {
-        this.dataProviders = dataProviders;
-        this._propertySet = {};
-        this._atDirectiveSet = {};
-        this._pseudoClassSet = {};
-        this._pseudoElementSet = {};
-        this._properties = [];
-        this._atDirectives = [];
-        this._pseudoClasses = [];
-        this._pseudoElements = [];
-        this.collectData();
-    }
-    CSSDataManager.prototype.addDataProviders = function (providers) {
-        this.dataProviders = this.dataProviders.concat(providers);
-        this.collectData();
-    };
-    /**
-     * Collect all data  & handle duplicates
-     */
-    CSSDataManager.prototype.collectData = function () {
-        var _this = this;
-        this.dataProviders.forEach(function (provider) {
-            provider.provideProperties().forEach(function (p) {
-                if (!_this._propertySet[p.name]) {
-                    _this._propertySet[p.name] = p;
-                }
-            });
-            provider.provideAtDirectives().forEach(function (p) {
-                if (!_this._atDirectiveSet[p.name]) {
-                    _this._atDirectiveSet[p.name] = p;
-                }
-            });
-            provider.providePseudoClasses().forEach(function (p) {
-                if (!_this._pseudoClassSet[p.name]) {
-                    _this._pseudoClassSet[p.name] = p;
-                }
-            });
-            provider.providePseudoElements().forEach(function (p) {
-                if (!_this._pseudoElementSet[p.name]) {
-                    _this._pseudoElementSet[p.name] = p;
-                }
-            });
-        });
-        this._properties = _utils_objects__WEBPACK_IMPORTED_MODULE_0__["values"](this._propertySet);
-        this._atDirectives = _utils_objects__WEBPACK_IMPORTED_MODULE_0__["values"](this._atDirectiveSet);
-        this._pseudoClasses = _utils_objects__WEBPACK_IMPORTED_MODULE_0__["values"](this._pseudoClassSet);
-        this._pseudoElements = _utils_objects__WEBPACK_IMPORTED_MODULE_0__["values"](this._pseudoElementSet);
-    };
-    CSSDataManager.prototype.getProperty = function (name) { return this._propertySet[name]; };
-    CSSDataManager.prototype.getAtDirective = function (name) { return this._atDirectiveSet[name]; };
-    CSSDataManager.prototype.getPseudoClass = function (name) { return this._pseudoClassSet[name]; };
-    CSSDataManager.prototype.getPseudoElement = function (name) { return this._pseudoElementSet[name]; };
-    CSSDataManager.prototype.getProperties = function () {
-        return this._properties;
-    };
-    CSSDataManager.prototype.getAtDirectives = function () {
-        return this._atDirectives;
-    };
-    CSSDataManager.prototype.getPseudoClasses = function () {
-        return this._pseudoClasses;
-    };
-    CSSDataManager.prototype.getPseudoElements = function () {
-        return this._pseudoElements;
-    };
-    CSSDataManager.prototype.isKnownProperty = function (name) {
-        return name.toLowerCase() in this._propertySet;
-    };
-    CSSDataManager.prototype.isStandardProperty = function (name) {
-        return this.isKnownProperty(name) &&
-            (!this._propertySet[name.toLowerCase()].status || this._propertySet[name.toLowerCase()].status === 'standard');
-    };
-    return CSSDataManager;
-}());
-
-
-
-/***/ }),
-/* 81 */
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
-
-"use strict";
-__webpack_require__.r(__webpack_exports__);
-/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "values", function() { return values; });
-/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "isDefined", function() { return isDefined; });
-/*---------------------------------------------------------------------------------------------
- *  Copyright (c) Microsoft Corporation. All rights reserved.
- *  Licensed under the MIT License. See License.txt in the project root for license information.
- *--------------------------------------------------------------------------------------------*/
-
-function values(obj) {
-    return Object.keys(obj).map(function (key) { return obj[key]; });
-}
-function isDefined(obj) {
-    return typeof obj !== 'undefined';
-}
-
-
-/***/ }),
-/* 82 */
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
-
-"use strict";
-__webpack_require__.r(__webpack_exports__);
-/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "CSSDataProvider", function() { return CSSDataProvider; });
-/*---------------------------------------------------------------------------------------------
- *  Copyright (c) Microsoft Corporation. All rights reserved.
- *  Licensed under the MIT License. See License.txt in the project root for license information.
- *--------------------------------------------------------------------------------------------*/
-
-var CSSDataProvider = /** @class */ (function () {
-    /**
-     * Currently, unversioned data uses the V1 implementation
-     * In the future when the provider handles multiple versions of HTML custom data,
-     * use the latest implementation for unversioned data
-     */
-    function CSSDataProvider(data) {
-        this._properties = [];
-        this._atDirectives = [];
-        this._pseudoClasses = [];
-        this._pseudoElements = [];
-        this.addData(data);
-    }
-    CSSDataProvider.prototype.provideProperties = function () {
-        return this._properties;
-    };
-    CSSDataProvider.prototype.provideAtDirectives = function () {
-        return this._atDirectives;
-    };
-    CSSDataProvider.prototype.providePseudoClasses = function () {
-        return this._pseudoClasses;
-    };
-    CSSDataProvider.prototype.providePseudoElements = function () {
-        return this._pseudoElements;
-    };
-    CSSDataProvider.prototype.addData = function (data) {
-        if (data.properties) {
-            this._properties = this._properties.concat(data.properties);
-        }
-        if (data.atDirectives) {
-            this._atDirectives = this._atDirectives.concat(data.atDirectives);
-        }
-        if (data.pseudoClasses) {
-            this._pseudoClasses = this._pseudoClasses.concat(data.pseudoClasses);
-        }
-        if (data.pseudoElements) {
-            this._pseudoElements = this._pseudoElements.concat(data.pseudoElements);
-        }
-    };
-    return CSSDataProvider;
-}());
-
-
-
-/***/ }),
-/* 83 */
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
-
-"use strict";
-__webpack_require__.r(__webpack_exports__);
-/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "browserNames", function() { return browserNames; });
-/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "getEntryDescription", function() { return getEntryDescription; });
-/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "getBrowserLabel", function() { return getBrowserLabel; });
-/*---------------------------------------------------------------------------------------------
- *  Copyright (c) Microsoft Corporation. All rights reserved.
- *  Licensed under the MIT License. See License.txt in the project root for license information.
- *--------------------------------------------------------------------------------------------*/
-
-var browserNames = {
-    E: 'Edge',
-    FF: 'Firefox',
-    S: 'Safari',
-    C: 'Chrome',
-    IE: 'IE',
-    O: 'Opera'
-};
-function getEntryStatus(status) {
-    switch (status) {
-        case 'experimental':
-            return '⚠️ Property is experimental. Be cautious when using it.️\n\n';
-        case 'nonstandard':
-            return '🚨️ Property is nonstandard. Avoid using it.\n\n';
-        case 'obsolete':
-            return '🚨️️️ Property is obsolete. Avoid using it.\n\n';
-        default:
-            return '';
-    }
-}
-function getEntryDescription(entry, doesSupportMarkdown) {
-    var result;
-    if (doesSupportMarkdown) {
-        result = {
-            kind: 'markdown',
-            value: getEntryMarkdownDescription(entry)
-        };
-    }
-    else {
-        result = {
-            kind: 'plaintext',
-            value: getEntryStringDescription(entry)
-        };
-    }
-    if (result.value === '') {
-        return undefined;
-    }
-    return result;
-}
-function getEntryStringDescription(entry) {
-    if (!entry.description || entry.description === '') {
-        return '';
-    }
-    if (typeof entry.description !== 'string') {
-        return entry.description.value;
-    }
-    var result = '';
-    if (entry.status) {
-        result += getEntryStatus(entry.status);
-    }
-    result += entry.description;
-    var browserLabel = getBrowserLabel(entry.browsers);
-    if (browserLabel) {
-        result += '\n(' + browserLabel + ')';
-    }
-    if ('syntax' in entry) {
-        result += "\n\nSyntax: " + entry.syntax;
-    }
-    if (entry.references && entry.references.length > 0) {
-        result += '\n\n';
-        result += entry.references.map(function (r) {
-            return r.name + ": " + r.url;
-        }).join(' | ');
-    }
-    return result;
-}
-function getEntryMarkdownDescription(entry) {
-    if (!entry.description || entry.description === '') {
-        return '';
-    }
-    var result = '';
-    if (entry.status) {
-        result += getEntryStatus(entry.status);
-    }
-    if (typeof entry.description === 'string') {
-        result += entry.description;
-    }
-    else {
-        result = entry.description.value;
-    }
-    var browserLabel = getBrowserLabel(entry.browsers);
-    if (browserLabel) {
-        result += '\n\n(' + browserLabel + ')';
-    }
-    if ('syntax' in entry) {
-        result += "\n\nSyntax: " + entry.syntax;
-    }
-    if (entry.references && entry.references.length > 0) {
-        result += '\n\n';
-        result += entry.references.map(function (r) {
-            return "[" + r.name + "](" + r.url + ")";
-        }).join(' | ');
-    }
-    return result;
-}
-/**
- * Input is like `["E12","FF49","C47","IE","O"]`
- * Output is like `Edge 12, Firefox 49, Chrome 47, IE, Opera`
- */
-function getBrowserLabel(browsers) {
-    if (browsers === void 0) { browsers = []; }
-    if (browsers.length === 0) {
-        return null;
-    }
-    return browsers
-        .map(function (b) {
-        var result = '';
-        var matches = b.match(/([A-Z]+)(\d+)?/);
-        var name = matches[1];
-        var version = matches[2];
-        if (name in browserNames) {
-            result += browserNames[name];
-        }
-        if (version) {
-            result += ' ' + version;
-        }
-        return result;
-    })
-        .join(', ');
-}
-
-
-/***/ }),
-/* 84 */
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
-
-"use strict";
-__webpack_require__.r(__webpack_exports__);
-/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "colorFunctions", function() { return colorFunctions; });
-/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "colors", function() { return colors; });
-/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "colorKeywords", function() { return colorKeywords; });
-/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "isColorConstructor", function() { return isColorConstructor; });
-/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "isColorValue", function() { return isColorValue; });
-/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "hexDigit", function() { return hexDigit; });
-/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "colorFromHex", function() { return colorFromHex; });
-/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "colorFrom256RGB", function() { return colorFrom256RGB; });
-/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "colorFromHSL", function() { return colorFromHSL; });
-/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "hslFromColor", function() { return hslFromColor; });
-/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "getColorValue", function() { return getColorValue; });
-/* harmony import */ var _parser_cssNodes__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(75);
-/* harmony import */ var vscode_nls__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(77);
-/* harmony import */ var vscode_nls__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(vscode_nls__WEBPACK_IMPORTED_MODULE_1__);
-/*---------------------------------------------------------------------------------------------
- *  Copyright (c) Microsoft Corporation. All rights reserved.
- *  Licensed under the MIT License. See License.txt in the project root for license information.
- *--------------------------------------------------------------------------------------------*/
-
-
-var localize = vscode_nls__WEBPACK_IMPORTED_MODULE_1__["loadMessageBundle"]();
-var colorFunctions = [
-    { func: 'rgb($red, $green, $blue)', desc: localize('css.builtin.rgb', 'Creates a Color from red, green, and blue values.') },
-    { func: 'rgba($red, $green, $blue, $alpha)', desc: localize('css.builtin.rgba', 'Creates a Color from red, green, blue, and alpha values.') },
-    { func: 'hsl($hue, $saturation, $lightness)', desc: localize('css.builtin.hsl', 'Creates a Color from hue, saturation, and lightness values.') },
-    { func: 'hsla($hue, $saturation, $lightness, $alpha)', desc: localize('css.builtin.hsla', 'Creates a Color from hue, saturation, lightness, and alpha values.') }
-];
-var colors = {
-    aliceblue: '#f0f8ff',
-    antiquewhite: '#faebd7',
-    aqua: '#00ffff',
-    aquamarine: '#7fffd4',
-    azure: '#f0ffff',
-    beige: '#f5f5dc',
-    bisque: '#ffe4c4',
-    black: '#000000',
-    blanchedalmond: '#ffebcd',
-    blue: '#0000ff',
-    blueviolet: '#8a2be2',
-    brown: '#a52a2a',
-    burlywood: '#deb887',
-    cadetblue: '#5f9ea0',
-    chartreuse: '#7fff00',
-    chocolate: '#d2691e',
-    coral: '#ff7f50',
-    cornflowerblue: '#6495ed',
-    cornsilk: '#fff8dc',
-    crimson: '#dc143c',
-    cyan: '#00ffff',
-    darkblue: '#00008b',
-    darkcyan: '#008b8b',
-    darkgoldenrod: '#b8860b',
-    darkgray: '#a9a9a9',
-    darkgrey: '#a9a9a9',
-    darkgreen: '#006400',
-    darkkhaki: '#bdb76b',
-    darkmagenta: '#8b008b',
-    darkolivegreen: '#556b2f',
-    darkorange: '#ff8c00',
-    darkorchid: '#9932cc',
-    darkred: '#8b0000',
-    darksalmon: '#e9967a',
-    darkseagreen: '#8fbc8f',
-    darkslateblue: '#483d8b',
-    darkslategray: '#2f4f4f',
-    darkslategrey: '#2f4f4f',
-    darkturquoise: '#00ced1',
-    darkviolet: '#9400d3',
-    deeppink: '#ff1493',
-    deepskyblue: '#00bfff',
-    dimgray: '#696969',
-    dimgrey: '#696969',
-    dodgerblue: '#1e90ff',
-    firebrick: '#b22222',
-    floralwhite: '#fffaf0',
-    forestgreen: '#228b22',
-    fuchsia: '#ff00ff',
-    gainsboro: '#dcdcdc',
-    ghostwhite: '#f8f8ff',
-    gold: '#ffd700',
-    goldenrod: '#daa520',
-    gray: '#808080',
-    grey: '#808080',
-    green: '#008000',
-    greenyellow: '#adff2f',
-    honeydew: '#f0fff0',
-    hotpink: '#ff69b4',
-    indianred: '#cd5c5c',
-    indigo: '#4b0082',
-    ivory: '#fffff0',
-    khaki: '#f0e68c',
-    lavender: '#e6e6fa',
-    lavenderblush: '#fff0f5',
-    lawngreen: '#7cfc00',
-    lemonchiffon: '#fffacd',
-    lightblue: '#add8e6',
-    lightcoral: '#f08080',
-    lightcyan: '#e0ffff',
-    lightgoldenrodyellow: '#fafad2',
-    lightgray: '#d3d3d3',
-    lightgrey: '#d3d3d3',
-    lightgreen: '#90ee90',
-    lightpink: '#ffb6c1',
-    lightsalmon: '#ffa07a',
-    lightseagreen: '#20b2aa',
-    lightskyblue: '#87cefa',
-    lightslategray: '#778899',
-    lightslategrey: '#778899',
-    lightsteelblue: '#b0c4de',
-    lightyellow: '#ffffe0',
-    lime: '#00ff00',
-    limegreen: '#32cd32',
-    linen: '#faf0e6',
-    magenta: '#ff00ff',
-    maroon: '#800000',
-    mediumaquamarine: '#66cdaa',
-    mediumblue: '#0000cd',
-    mediumorchid: '#ba55d3',
-    mediumpurple: '#9370d8',
-    mediumseagreen: '#3cb371',
-    mediumslateblue: '#7b68ee',
-    mediumspringgreen: '#00fa9a',
-    mediumturquoise: '#48d1cc',
-    mediumvioletred: '#c71585',
-    midnightblue: '#191970',
-    mintcream: '#f5fffa',
-    mistyrose: '#ffe4e1',
-    moccasin: '#ffe4b5',
-    navajowhite: '#ffdead',
-    navy: '#000080',
-    oldlace: '#fdf5e6',
-    olive: '#808000',
-    olivedrab: '#6b8e23',
-    orange: '#ffa500',
-    orangered: '#ff4500',
-    orchid: '#da70d6',
-    palegoldenrod: '#eee8aa',
-    palegreen: '#98fb98',
-    paleturquoise: '#afeeee',
-    palevioletred: '#d87093',
-    papayawhip: '#ffefd5',
-    peachpuff: '#ffdab9',
-    peru: '#cd853f',
-    pink: '#ffc0cb',
-    plum: '#dda0dd',
-    powderblue: '#b0e0e6',
-    purple: '#800080',
-    red: '#ff0000',
-    rebeccapurple: '#663399',
-    rosybrown: '#bc8f8f',
-    royalblue: '#4169e1',
-    saddlebrown: '#8b4513',
-    salmon: '#fa8072',
-    sandybrown: '#f4a460',
-    seagreen: '#2e8b57',
-    seashell: '#fff5ee',
-    sienna: '#a0522d',
-    silver: '#c0c0c0',
-    skyblue: '#87ceeb',
-    slateblue: '#6a5acd',
-    slategray: '#708090',
-    slategrey: '#708090',
-    snow: '#fffafa',
-    springgreen: '#00ff7f',
-    steelblue: '#4682b4',
-    tan: '#d2b48c',
-    teal: '#008080',
-    thistle: '#d8bfd8',
-    tomato: '#ff6347',
-    turquoise: '#40e0d0',
-    violet: '#ee82ee',
-    wheat: '#f5deb3',
-    white: '#ffffff',
-    whitesmoke: '#f5f5f5',
-    yellow: '#ffff00',
-    yellowgreen: '#9acd32'
-};
-var colorKeywords = {
-    'currentColor': 'The value of the \'color\' property. The computed value of the \'currentColor\' keyword is the computed value of the \'color\' property. If the \'currentColor\' keyword is set on the \'color\' property itself, it is treated as \'color:inherit\' at parse time.',
-    'transparent': 'Fully transparent. This keyword can be considered a shorthand for rgba(0,0,0,0) which is its computed value.',
-};
-function getNumericValue(node, factor) {
-    var val = node.getText();
-    var m = val.match(/^([-+]?[0-9]*\.?[0-9]+)(%?)$/);
-    if (m) {
-        if (m[2]) {
-            factor = 100.0;
-        }
-        var result = parseFloat(m[1]) / factor;
-        if (result >= 0 && result <= 1) {
-            return result;
-        }
-    }
-    throw new Error();
-}
-function getAngle(node) {
-    var val = node.getText();
-    var m = val.match(/^([-+]?[0-9]*\.?[0-9]+)(deg)?$/);
-    if (m) {
-        return parseFloat(val) % 360;
-    }
-    throw new Error();
-}
-function isColorConstructor(node) {
-    var name = node.getName();
-    if (!name) {
-        return false;
-    }
-    return /^(rgb|rgba|hsl|hsla)$/gi.test(name);
-}
-/**
- * Returns true if the node is a color value - either
- * defined a hex number, as rgb or rgba function, or
- * as color name.
- */
-function isColorValue(node) {
-    if (node.type === _parser_cssNodes__WEBPACK_IMPORTED_MODULE_0__["NodeType"].HexColorValue) {
-        return true;
-    }
-    else if (node.type === _parser_cssNodes__WEBPACK_IMPORTED_MODULE_0__["NodeType"].Function) {
-        return isColorConstructor(node);
-    }
-    else if (node.type === _parser_cssNodes__WEBPACK_IMPORTED_MODULE_0__["NodeType"].Identifier) {
-        if (node.parent && node.parent.type !== _parser_cssNodes__WEBPACK_IMPORTED_MODULE_0__["NodeType"].Term) {
-            return false;
-        }
-        var candidateColor = node.getText().toLowerCase();
-        if (candidateColor === 'none') {
-            return false;
-        }
-        if (colors[candidateColor]) {
-            return true;
-        }
-    }
-    return false;
-}
-var Digit0 = 48;
-var Digit9 = 57;
-var A = 65;
-var F = 70;
-var a = 97;
-var f = 102;
-function hexDigit(charCode) {
-    if (charCode < Digit0) {
-        return 0;
-    }
-    if (charCode <= Digit9) {
-        return charCode - Digit0;
-    }
-    if (charCode < a) {
-        charCode += (a - A);
-    }
-    if (charCode >= a && charCode <= f) {
-        return charCode - a + 10;
-    }
-    return 0;
-}
-function colorFromHex(text) {
-    if (text[0] !== '#') {
-        return null;
-    }
-    switch (text.length) {
-        case 4:
-            return {
-                red: (hexDigit(text.charCodeAt(1)) * 0x11) / 255.0,
-                green: (hexDigit(text.charCodeAt(2)) * 0x11) / 255.0,
-                blue: (hexDigit(text.charCodeAt(3)) * 0x11) / 255.0,
-                alpha: 1
-            };
-        case 5:
-            return {
-                red: (hexDigit(text.charCodeAt(1)) * 0x11) / 255.0,
-                green: (hexDigit(text.charCodeAt(2)) * 0x11) / 255.0,
-                blue: (hexDigit(text.charCodeAt(3)) * 0x11) / 255.0,
-                alpha: (hexDigit(text.charCodeAt(4)) * 0x11) / 255.0,
-            };
-        case 7:
-            return {
-                red: (hexDigit(text.charCodeAt(1)) * 0x10 + hexDigit(text.charCodeAt(2))) / 255.0,
-                green: (hexDigit(text.charCodeAt(3)) * 0x10 + hexDigit(text.charCodeAt(4))) / 255.0,
-                blue: (hexDigit(text.charCodeAt(5)) * 0x10 + hexDigit(text.charCodeAt(6))) / 255.0,
-                alpha: 1
-            };
-        case 9:
-            return {
-                red: (hexDigit(text.charCodeAt(1)) * 0x10 + hexDigit(text.charCodeAt(2))) / 255.0,
-                green: (hexDigit(text.charCodeAt(3)) * 0x10 + hexDigit(text.charCodeAt(4))) / 255.0,
-                blue: (hexDigit(text.charCodeAt(5)) * 0x10 + hexDigit(text.charCodeAt(6))) / 255.0,
-                alpha: (hexDigit(text.charCodeAt(7)) * 0x10 + hexDigit(text.charCodeAt(8))) / 255.0
-            };
-    }
-    return null;
-}
-function colorFrom256RGB(red, green, blue, alpha) {
-    if (alpha === void 0) { alpha = 1.0; }
-    return {
-        red: red / 255.0,
-        green: green / 255.0,
-        blue: blue / 255.0,
-        alpha: alpha
-    };
-}
-function colorFromHSL(hue, sat, light, alpha) {
-    if (alpha === void 0) { alpha = 1.0; }
-    hue = hue / 60.0;
-    if (sat === 0) {
-        return { red: light, green: light, blue: light, alpha: alpha };
-    }
-    else {
-        var hueToRgb = function (t1, t2, hue) {
-            while (hue < 0) {
-                hue += 6;
-            }
-            while (hue >= 6) {
-                hue -= 6;
-            }
-            if (hue < 1) {
-                return (t2 - t1) * hue + t1;
-            }
-            if (hue < 3) {
-                return t2;
-            }
-            if (hue < 4) {
-                return (t2 - t1) * (4 - hue) + t1;
-            }
-            return t1;
-        };
-        var t2 = light <= 0.5 ? (light * (sat + 1)) : (light + sat - (light * sat));
-        var t1 = light * 2 - t2;
-        return { red: hueToRgb(t1, t2, hue + 2), green: hueToRgb(t1, t2, hue), blue: hueToRgb(t1, t2, hue - 2), alpha: alpha };
-    }
-}
-function hslFromColor(rgba) {
-    var r = rgba.red;
-    var g = rgba.green;
-    var b = rgba.blue;
-    var a = rgba.alpha;
-    var max = Math.max(r, g, b);
-    var min = Math.min(r, g, b);
-    var h = 0;
-    var s = 0;
-    var l = (min + max) / 2;
-    var chroma = max - min;
-    if (chroma > 0) {
-        s = Math.min((l <= 0.5 ? chroma / (2 * l) : chroma / (2 - (2 * l))), 1);
-        switch (max) {
-            case r:
-                h = (g - b) / chroma + (g < b ? 6 : 0);
-                break;
-            case g:
-                h = (b - r) / chroma + 2;
-                break;
-            case b:
-                h = (r - g) / chroma + 4;
-                break;
-        }
-        h *= 60;
-        h = Math.round(h);
-    }
-    return { h: h, s: s, l: l, a: a };
-}
-function getColorValue(node) {
-    if (node.type === _parser_cssNodes__WEBPACK_IMPORTED_MODULE_0__["NodeType"].HexColorValue) {
-        var text = node.getText();
-        return colorFromHex(text);
-    }
-    else if (node.type === _parser_cssNodes__WEBPACK_IMPORTED_MODULE_0__["NodeType"].Function) {
-        var functionNode = node;
-        var name = functionNode.getName();
-        var colorValues = functionNode.getArguments().getChildren();
-        if (!name || colorValues.length < 3 || colorValues.length > 4) {
-            return null;
-        }
-        try {
-            var alpha = colorValues.length === 4 ? getNumericValue(colorValues[3], 1) : 1;
-            if (name === 'rgb' || name === 'rgba') {
-                return {
-                    red: getNumericValue(colorValues[0], 255.0),
-                    green: getNumericValue(colorValues[1], 255.0),
-                    blue: getNumericValue(colorValues[2], 255.0),
-                    alpha: alpha
-                };
-            }
-            else if (name === 'hsl' || name === 'hsla') {
-                var h = getAngle(colorValues[0]);
-                var s = getNumericValue(colorValues[1], 100.0);
-                var l = getNumericValue(colorValues[2], 100.0);
-                return colorFromHSL(h, s, l, alpha);
-            }
-        }
-        catch (e) {
-            // parse error on numeric value
-            return null;
-        }
-    }
-    else if (node.type === _parser_cssNodes__WEBPACK_IMPORTED_MODULE_0__["NodeType"].Identifier) {
-        if (node.parent && node.parent.type !== _parser_cssNodes__WEBPACK_IMPORTED_MODULE_0__["NodeType"].Term) {
-            return null;
-        }
-        var term = node.parent;
-        if (term && term.parent && term.parent.type === _parser_cssNodes__WEBPACK_IMPORTED_MODULE_0__["NodeType"].BinaryExpression) {
-            var expression = term.parent;
-            if (expression.parent && expression.parent.type === _parser_cssNodes__WEBPACK_IMPORTED_MODULE_0__["NodeType"].ListEntry && expression.parent.key === expression) {
-                return null;
-            }
-        }
-        var candidateColor = node.getText().toLowerCase();
-        if (candidateColor === 'none') {
-            return null;
-        }
-        var colorHex = colors[candidateColor];
-        if (colorHex) {
-            return colorFromHex(colorHex);
-        }
-    }
-    return null;
-}
-
-
-/***/ }),
-/* 85 */
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
-
-"use strict";
-__webpack_require__.r(__webpack_exports__);
-/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "positionKeywords", function() { return positionKeywords; });
-/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "repeatStyleKeywords", function() { return repeatStyleKeywords; });
-/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "lineStyleKeywords", function() { return lineStyleKeywords; });
-/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "lineWidthKeywords", function() { return lineWidthKeywords; });
-/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "boxKeywords", function() { return boxKeywords; });
-/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "geometryBoxKeywords", function() { return geometryBoxKeywords; });
-/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "cssWideKeywords", function() { return cssWideKeywords; });
-/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "imageFunctions", function() { return imageFunctions; });
-/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "transitionTimingFunctions", function() { return transitionTimingFunctions; });
-/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "basicShapeFunctions", function() { return basicShapeFunctions; });
-/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "units", function() { return units; });
-/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "html5Tags", function() { return html5Tags; });
-/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "svgElements", function() { return svgElements; });
-/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "pageBoxDirectives", function() { return pageBoxDirectives; });
-/*---------------------------------------------------------------------------------------------
- *  Copyright (c) Microsoft Corporation. All rights reserved.
- *  Licensed under the MIT License. See License.txt in the project root for license information.
- *--------------------------------------------------------------------------------------------*/
-
-var positionKeywords = {
-    'bottom': 'Computes to ‘100%’ for the vertical position if one or two values are given, otherwise specifies the bottom edge as the origin for the next offset.',
-    'center': 'Computes to ‘50%’ (‘left 50%’) for the horizontal position if the horizontal position is not otherwise specified, or ‘50%’ (‘top 50%’) for the vertical position if it is.',
-    'left': 'Computes to ‘0%’ for the horizontal position if one or two values are given, otherwise specifies the left edge as the origin for the next offset.',
-    'right': 'Computes to ‘100%’ for the horizontal position if one or two values are given, otherwise specifies the right edge as the origin for the next offset.',
-    'top': 'Computes to ‘0%’ for the vertical position if one or two values are given, otherwise specifies the top edge as the origin for the next offset.'
-};
-var repeatStyleKeywords = {
-    'no-repeat': 'Placed once and not repeated in this direction.',
-    'repeat': 'Repeated in this direction as often as needed to cover the background painting area.',
-    'repeat-x': 'Computes to ‘repeat no-repeat’.',
-    'repeat-y': 'Computes to ‘no-repeat repeat’.',
-    'round': 'Repeated as often as will fit within the background positioning area. If it doesn’t fit a whole number of times, it is rescaled so that it does.',
-    'space': 'Repeated as often as will fit within the background positioning area without being clipped and then the images are spaced out to fill the area.'
-};
-var lineStyleKeywords = {
-    'dashed': 'A series of square-ended dashes.',
-    'dotted': 'A series of round dots.',
-    'double': 'Two parallel solid lines with some space between them.',
-    'groove': 'Looks as if it were carved in the canvas.',
-    'hidden': 'Same as ‘none’, but has different behavior in the border conflict resolution rules for border-collapsed tables.',
-    'inset': 'Looks as if the content on the inside of the border is sunken into the canvas.',
-    'none': 'No border. Color and width are ignored.',
-    'outset': 'Looks as if the content on the inside of the border is coming out of the canvas.',
-    'ridge': 'Looks as if it were coming out of the canvas.',
-    'solid': 'A single line segment.'
-};
-var lineWidthKeywords = ['medium', 'thick', 'thin'];
-var boxKeywords = {
-    'border-box': 'The background is painted within (clipped to) the border box.',
-    'content-box': 'The background is painted within (clipped to) the content box.',
-    'padding-box': 'The background is painted within (clipped to) the padding box.'
-};
-var geometryBoxKeywords = {
-    'margin-box': 'Uses the margin box as reference box.',
-    'fill-box': 'Uses the object bounding box as reference box.',
-    'stroke-box': 'Uses the stroke bounding box as reference box.',
-    'view-box': 'Uses the nearest SVG viewport as reference box.'
-};
-var cssWideKeywords = {
-    'initial': 'Represents the value specified as the property’s initial value.',
-    'inherit': 'Represents the computed value of the property on the element’s parent.',
-    'unset': 'Acts as either `inherit` or `initial`, depending on whether the property is inherited or not.'
-};
-var imageFunctions = {
-    'url()': 'Reference an image file by URL',
-    'image()': 'Provide image fallbacks and annotations.',
-    '-webkit-image-set()': 'Provide multiple resolutions. Remember to use unprefixed image-set() in addition.',
-    'image-set()': 'Provide multiple resolutions of an image and const the UA decide which is most appropriate in a given situation.',
-    '-moz-element()': 'Use an element in the document as an image. Remember to use unprefixed element() in addition.',
-    'element()': 'Use an element in the document as an image.',
-    'cross-fade()': 'Indicates the two images to be combined and how far along in the transition the combination is.',
-    '-webkit-gradient()': 'Deprecated. Use modern linear-gradient() or radial-gradient() instead.',
-    '-webkit-linear-gradient()': 'Linear gradient. Remember to use unprefixed version in addition.',
-    '-moz-linear-gradient()': 'Linear gradient. Remember to use unprefixed version in addition.',
-    '-o-linear-gradient()': 'Linear gradient. Remember to use unprefixed version in addition.',
-    'linear-gradient()': 'A linear gradient is created by specifying a straight gradient line, and then several colors placed along that line.',
-    '-webkit-repeating-linear-gradient()': 'Repeating Linear gradient. Remember to use unprefixed version in addition.',
-    '-moz-repeating-linear-gradient()': 'Repeating Linear gradient. Remember to use unprefixed version in addition.',
-    '-o-repeating-linear-gradient()': 'Repeating Linear gradient. Remember to use unprefixed version in addition.',
-    'repeating-linear-gradient()': 'Same as linear-gradient, except the color-stops are repeated infinitely in both directions, with their positions shifted by multiples of the difference between the last specified color-stop’s position and the first specified color-stop’s position.',
-    '-webkit-radial-gradient()': 'Radial gradient. Remember to use unprefixed version in addition.',
-    '-moz-radial-gradient()': 'Radial gradient. Remember to use unprefixed version in addition.',
-    'radial-gradient()': 'Colors emerge from a single point and smoothly spread outward in a circular or elliptical shape.',
-    '-webkit-repeating-radial-gradient()': 'Repeating radial gradient. Remember to use unprefixed version in addition.',
-    '-moz-repeating-radial-gradient()': 'Repeating radial gradient. Remember to use unprefixed version in addition.',
-    'repeating-radial-gradient()': 'Same as radial-gradient, except the color-stops are repeated infinitely in both directions, with their positions shifted by multiples of the difference between the last specified color-stop’s position and the first specified color-stop’s position.'
-};
-var transitionTimingFunctions = {
-    'ease': 'Equivalent to cubic-bezier(0.25, 0.1, 0.25, 1.0).',
-    'ease-in': 'Equivalent to cubic-bezier(0.42, 0, 1.0, 1.0).',
-    'ease-in-out': 'Equivalent to cubic-bezier(0.42, 0, 0.58, 1.0).',
-    'ease-out': 'Equivalent to cubic-bezier(0, 0, 0.58, 1.0).',
-    'linear': 'Equivalent to cubic-bezier(0.0, 0.0, 1.0, 1.0).',
-    'step-end': 'Equivalent to steps(1, end).',
-    'step-start': 'Equivalent to steps(1, start).',
-    'steps()': 'The first parameter specifies the number of intervals in the function. The second parameter, which is optional, is either the value “start” or “end”.',
-    'cubic-bezier()': 'Specifies a cubic-bezier curve. The four values specify points P1 and P2  of the curve as (x1, y1, x2, y2).',
-    'cubic-bezier(0.6, -0.28, 0.735, 0.045)': 'Ease-in Back. Overshoots.',
-    'cubic-bezier(0.68, -0.55, 0.265, 1.55)': 'Ease-in-out Back. Overshoots.',
-    'cubic-bezier(0.175, 0.885, 0.32, 1.275)': 'Ease-out Back. Overshoots.',
-    'cubic-bezier(0.6, 0.04, 0.98, 0.335)': 'Ease-in Circular. Based on half circle.',
-    'cubic-bezier(0.785, 0.135, 0.15, 0.86)': 'Ease-in-out Circular. Based on half circle.',
-    'cubic-bezier(0.075, 0.82, 0.165, 1)': 'Ease-out Circular. Based on half circle.',
-    'cubic-bezier(0.55, 0.055, 0.675, 0.19)': 'Ease-in Cubic. Based on power of three.',
-    'cubic-bezier(0.645, 0.045, 0.355, 1)': 'Ease-in-out Cubic. Based on power of three.',
-    'cubic-bezier(0.215, 0.610, 0.355, 1)': 'Ease-out Cubic. Based on power of three.',
-    'cubic-bezier(0.95, 0.05, 0.795, 0.035)': 'Ease-in Exponential. Based on two to the power ten.',
-    'cubic-bezier(1, 0, 0, 1)': 'Ease-in-out Exponential. Based on two to the power ten.',
-    'cubic-bezier(0.19, 1, 0.22, 1)': 'Ease-out Exponential. Based on two to the power ten.',
-    'cubic-bezier(0.47, 0, 0.745, 0.715)': 'Ease-in Sine.',
-    'cubic-bezier(0.445, 0.05, 0.55, 0.95)': 'Ease-in-out Sine.',
-    'cubic-bezier(0.39, 0.575, 0.565, 1)': 'Ease-out Sine.',
-    'cubic-bezier(0.55, 0.085, 0.68, 0.53)': 'Ease-in Quadratic. Based on power of two.',
-    'cubic-bezier(0.455, 0.03, 0.515, 0.955)': 'Ease-in-out Quadratic. Based on power of two.',
-    'cubic-bezier(0.25, 0.46, 0.45, 0.94)': 'Ease-out Quadratic. Based on power of two.',
-    'cubic-bezier(0.895, 0.03, 0.685, 0.22)': 'Ease-in Quartic. Based on power of four.',
-    'cubic-bezier(0.77, 0, 0.175, 1)': 'Ease-in-out Quartic. Based on power of four.',
-    'cubic-bezier(0.165, 0.84, 0.44, 1)': 'Ease-out Quartic. Based on power of four.',
-    'cubic-bezier(0.755, 0.05, 0.855, 0.06)': 'Ease-in Quintic. Based on power of five.',
-    'cubic-bezier(0.86, 0, 0.07, 1)': 'Ease-in-out Quintic. Based on power of five.',
-    'cubic-bezier(0.23, 1, 0.320, 1)': 'Ease-out Quintic. Based on power of five.'
-};
-var basicShapeFunctions = {
-    'circle()': 'Defines a circle.',
-    'ellipse()': 'Defines an ellipse.',
-    'inset()': 'Defines an inset rectangle.',
-    'polygon()': 'Defines a polygon.'
-};
-var units = {
-    'length': ['em', 'rem', 'ex', 'px', 'cm', 'mm', 'in', 'pt', 'pc', 'ch', 'vw', 'vh', 'vmin', 'vmax'],
-    'angle': ['deg', 'rad', 'grad', 'turn'],
-    'time': ['ms', 's'],
-    'frequency': ['Hz', 'kHz'],
-    'resolution': ['dpi', 'dpcm', 'dppx'],
-    'percentage': ['%', 'fr']
-};
-var html5Tags = ['a', 'abbr', 'address', 'area', 'article', 'aside', 'audio', 'b', 'base', 'bdi', 'bdo', 'blockquote', 'body', 'br', 'button', 'canvas', 'caption',
-    'cite', 'code', 'col', 'colgroup', 'data', 'datalist', 'dd', 'del', 'details', 'dfn', 'dialog', 'div', 'dl', 'dt', 'em', 'embed', 'fieldset', 'figcaption', 'figure', 'footer',
-    'form', 'h1', 'h2', 'h3', 'h4', 'h5', 'h6', 'head', 'header', 'hgroup', 'hr', 'html', 'i', 'iframe', 'img', 'input', 'ins', 'kbd', 'keygen', 'label', 'legend', 'li', 'link',
-    'main', 'map', 'mark', 'menu', 'menuitem', 'meta', 'meter', 'nav', 'noscript', 'object', 'ol', 'optgroup', 'option', 'output', 'p', 'param', 'picture', 'pre', 'progress', 'q',
-    'rb', 'rp', 'rt', 'rtc', 'ruby', 's', 'samp', 'script', 'section', 'select', 'small', 'source', 'span', 'strong', 'style', 'sub', 'summary', 'sup', 'table', 'tbody', 'td',
-    'template', 'textarea', 'tfoot', 'th', 'thead', 'time', 'title', 'tr', 'track', 'u', 'ul', 'const', 'video', 'wbr'];
-var svgElements = ['circle', 'clipPath', 'cursor', 'defs', 'desc', 'ellipse', 'feBlend', 'feColorMatrix', 'feComponentTransfer', 'feComposite', 'feConvolveMatrix', 'feDiffuseLighting',
-    'feDisplacementMap', 'feDistantLight', 'feDropShadow', 'feFlood', 'feFuncA', 'feFuncB', 'feFuncG', 'feFuncR', 'feGaussianBlur', 'feImage', 'feMerge', 'feMergeNode', 'feMorphology',
-    'feOffset', 'fePointLight', 'feSpecularLighting', 'feSpotLight', 'feTile', 'feTurbulence', 'filter', 'foreignObject', 'g', 'hatch', 'hatchpath', 'image', 'line', 'linearGradient',
-    'marker', 'mask', 'mesh', 'meshpatch', 'meshrow', 'metadata', 'mpath', 'path', 'pattern', 'polygon', 'polyline', 'radialGradient', 'rect', 'set', 'solidcolor', 'stop', 'svg', 'switch',
-    'symbol', 'text', 'textPath', 'tspan', 'use', 'view'];
-var pageBoxDirectives = [
-    '@bottom-center', '@bottom-left', '@bottom-left-corner', '@bottom-right', '@bottom-right-corner',
-    '@left-bottom', '@left-middle', '@left-top', '@right-bottom', '@right-middle', '@right-top',
-    '@top-center', '@top-left', '@top-left-corner', '@top-right', '@top-right-corner'
-];
-
-
-/***/ }),
-/* 86 */
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
-
-"use strict";
-__webpack_require__.r(__webpack_exports__);
-/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "CSSCompletion", function() { return CSSCompletion; });
-/* harmony import */ var _parser_cssNodes__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(75);
-/* harmony import */ var _parser_cssSymbolScope__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(87);
-/* harmony import */ var _languageFacts_facts__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(78);
-/* harmony import */ var _utils_strings__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(89);
-/* harmony import */ var _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(90);
-/* harmony import */ var vscode_nls__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(77);
-/* harmony import */ var vscode_nls__WEBPACK_IMPORTED_MODULE_5___default = /*#__PURE__*/__webpack_require__.n(vscode_nls__WEBPACK_IMPORTED_MODULE_5__);
-/* harmony import */ var _utils_objects__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(81);
-/*---------------------------------------------------------------------------------------------
- *  Copyright (c) Microsoft Corporation. All rights reserved.
- *  Licensed under the MIT License. See License.txt in the project root for license information.
- *--------------------------------------------------------------------------------------------*/
-
-
-
-
-
-
-
-
-var localize = vscode_nls__WEBPACK_IMPORTED_MODULE_5__["loadMessageBundle"]();
-var SnippetFormat = _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_4__["InsertTextFormat"].Snippet;
-var SortTexts;
-(function (SortTexts) {
-    // char code 32, comes before everything
-    SortTexts["Enums"] = " ";
-    SortTexts["Normal"] = "d";
-    SortTexts["VendorPrefixed"] = "x";
-    SortTexts["Term"] = "y";
-    SortTexts["Variable"] = "z";
-})(SortTexts || (SortTexts = {}));
-var CSSCompletion = /** @class */ (function () {
-    function CSSCompletion(variablePrefix, clientCapabilities) {
-        if (variablePrefix === void 0) { variablePrefix = null; }
-        this.variablePrefix = variablePrefix;
-        this.clientCapabilities = clientCapabilities;
-        this.completionParticipants = [];
-        this.valueTypes = [
-            _parser_cssNodes__WEBPACK_IMPORTED_MODULE_0__["NodeType"].Identifier, _parser_cssNodes__WEBPACK_IMPORTED_MODULE_0__["NodeType"].Value, _parser_cssNodes__WEBPACK_IMPORTED_MODULE_0__["NodeType"].StringLiteral, _parser_cssNodes__WEBPACK_IMPORTED_MODULE_0__["NodeType"].URILiteral, _parser_cssNodes__WEBPACK_IMPORTED_MODULE_0__["NodeType"].NumericValue,
-            _parser_cssNodes__WEBPACK_IMPORTED_MODULE_0__["NodeType"].HexColorValue, _parser_cssNodes__WEBPACK_IMPORTED_MODULE_0__["NodeType"].VariableName, _parser_cssNodes__WEBPACK_IMPORTED_MODULE_0__["NodeType"].Prio
-        ];
-    }
-    CSSCompletion.prototype.configure = function (settings) {
-        this.settings = settings;
-    };
-    CSSCompletion.prototype.getSymbolContext = function () {
-        if (!this.symbolContext) {
-            this.symbolContext = new _parser_cssSymbolScope__WEBPACK_IMPORTED_MODULE_1__["Symbols"](this.styleSheet);
-        }
-        return this.symbolContext;
-    };
-    CSSCompletion.prototype.setCompletionParticipants = function (registeredCompletionParticipants) {
-        this.completionParticipants = registeredCompletionParticipants || [];
-    };
-    CSSCompletion.prototype.doComplete = function (document, position, styleSheet) {
-        this.offset = document.offsetAt(position);
-        this.position = position;
-        this.currentWord = getCurrentWord(document, this.offset);
-        this.defaultReplaceRange = _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_4__["Range"].create(_cssLanguageTypes__WEBPACK_IMPORTED_MODULE_4__["Position"].create(this.position.line, this.position.character - this.currentWord.length), this.position);
-        this.textDocument = document;
-        this.styleSheet = styleSheet;
-        try {
-            var result = { isIncomplete: false, items: [] };
-            this.nodePath = _parser_cssNodes__WEBPACK_IMPORTED_MODULE_0__["getNodePath"](this.styleSheet, this.offset);
-            for (var i = this.nodePath.length - 1; i >= 0; i--) {
-                var node = this.nodePath[i];
-                if (node instanceof _parser_cssNodes__WEBPACK_IMPORTED_MODULE_0__["Property"]) {
-                    this.getCompletionsForDeclarationProperty(node.getParent(), result);
-                }
-                else if (node instanceof _parser_cssNodes__WEBPACK_IMPORTED_MODULE_0__["Expression"]) {
-                    if (node.parent instanceof _parser_cssNodes__WEBPACK_IMPORTED_MODULE_0__["Interpolation"]) {
-                        this.getVariableProposals(null, result);
-                    }
-                    else {
-                        this.getCompletionsForExpression(node, result);
-                    }
-                }
-                else if (node instanceof _parser_cssNodes__WEBPACK_IMPORTED_MODULE_0__["SimpleSelector"]) {
-                    var parentRef = node.findAParent(_parser_cssNodes__WEBPACK_IMPORTED_MODULE_0__["NodeType"].ExtendsReference, _parser_cssNodes__WEBPACK_IMPORTED_MODULE_0__["NodeType"].Ruleset);
-                    if (parentRef) {
-                        if (parentRef.type === _parser_cssNodes__WEBPACK_IMPORTED_MODULE_0__["NodeType"].ExtendsReference) {
-                            this.getCompletionsForExtendsReference(parentRef, node, result);
-                        }
-                        else {
-                            var parentRuleSet = parentRef;
-                            this.getCompletionsForSelector(parentRuleSet, parentRuleSet && parentRuleSet.isNested(), result);
-                        }
-                    }
-                }
-                else if (node instanceof _parser_cssNodes__WEBPACK_IMPORTED_MODULE_0__["FunctionArgument"]) {
-                    this.getCompletionsForFunctionArgument(node, node.getParent(), result);
-                }
-                else if (node instanceof _parser_cssNodes__WEBPACK_IMPORTED_MODULE_0__["Declarations"]) {
-                    this.getCompletionsForDeclarations(node, result);
-                }
-                else if (node instanceof _parser_cssNodes__WEBPACK_IMPORTED_MODULE_0__["VariableDeclaration"]) {
-                    this.getCompletionsForVariableDeclaration(node, result);
-                }
-                else if (node instanceof _parser_cssNodes__WEBPACK_IMPORTED_MODULE_0__["RuleSet"]) {
-                    this.getCompletionsForRuleSet(node, result);
-                }
-                else if (node instanceof _parser_cssNodes__WEBPACK_IMPORTED_MODULE_0__["Interpolation"]) {
-                    this.getCompletionsForInterpolation(node, result);
-                }
-                else if (node instanceof _parser_cssNodes__WEBPACK_IMPORTED_MODULE_0__["FunctionDeclaration"]) {
-                    this.getCompletionsForFunctionDeclaration(node, result);
-                }
-                else if (node instanceof _parser_cssNodes__WEBPACK_IMPORTED_MODULE_0__["MixinReference"]) {
-                    this.getCompletionsForMixinReference(node, result);
-                }
-                else if (node instanceof _parser_cssNodes__WEBPACK_IMPORTED_MODULE_0__["Function"]) {
-                    this.getCompletionsForFunctionArgument(null, node, result);
-                }
-                else if (node instanceof _parser_cssNodes__WEBPACK_IMPORTED_MODULE_0__["Supports"]) {
-                    this.getCompletionsForSupports(node, result);
-                }
-                else if (node instanceof _parser_cssNodes__WEBPACK_IMPORTED_MODULE_0__["SupportsCondition"]) {
-                    this.getCompletionsForSupportsCondition(node, result);
-                }
-                else if (node instanceof _parser_cssNodes__WEBPACK_IMPORTED_MODULE_0__["ExtendsReference"]) {
-                    this.getCompletionsForExtendsReference(node, null, result);
-                }
-                else if (node.type === _parser_cssNodes__WEBPACK_IMPORTED_MODULE_0__["NodeType"].URILiteral) {
-                    this.getCompletionForUriLiteralValue(node, result);
-                }
-                else if (node.parent === null) {
-                    this.getCompletionForTopLevel(result);
-                }
-                else if (node.type === _parser_cssNodes__WEBPACK_IMPORTED_MODULE_0__["NodeType"].StringLiteral && this.isImportPathParent(node.parent.type)) {
-                    this.getCompletionForImportPath(node, result);
-                    // } else if (node instanceof nodes.Variable) {
-                    // this.getCompletionsForVariableDeclaration()
-                }
-                else {
-                    continue;
-                }
-                if (result.items.length > 0 || this.offset > node.offset) {
-                    return this.finalize(result);
-                }
-            }
-            this.getCompletionsForStylesheet(result);
-            if (result.items.length === 0) {
-                if (this.variablePrefix && this.currentWord.indexOf(this.variablePrefix) === 0) {
-                    this.getVariableProposals(null, result);
-                }
-            }
-            return this.finalize(result);
-        }
-        finally {
-            // don't hold on any state, clear symbolContext
-            this.position = null;
-            this.currentWord = null;
-            this.textDocument = null;
-            this.styleSheet = null;
-            this.symbolContext = null;
-            this.defaultReplaceRange = null;
-            this.nodePath = null;
-        }
-    };
-    CSSCompletion.prototype.isImportPathParent = function (type) {
-        return type === _parser_cssNodes__WEBPACK_IMPORTED_MODULE_0__["NodeType"].Import;
-    };
-    CSSCompletion.prototype.finalize = function (result) {
-        var needsSortText = result.items.some(function (i) { return !!i.sortText || i.label[0] === '-'; });
-        if (needsSortText) {
-            result.items.forEach(function (item, index) {
-                if (!item.sortText) {
-                    if (item.label[0] === '-') {
-                        item.sortText = SortTexts.VendorPrefixed + '_' + computeRankNumber(index);
-                    }
-                    else {
-                        item.sortText = SortTexts.Normal + '_' + computeRankNumber(index);
-                    }
-                }
-                else {
-                    if (item.label[0] === '-') {
-                        item.sortText += SortTexts.VendorPrefixed + '_' + computeRankNumber(index);
-                    }
-                    else {
-                        item.sortText += SortTexts.Normal + '_' + computeRankNumber(index);
-                    }
-                }
-            });
-        }
-        return result;
-    };
-    CSSCompletion.prototype.findInNodePath = function () {
-        var types = [];
-        for (var _i = 0; _i < arguments.length; _i++) {
-            types[_i] = arguments[_i];
-        }
-        for (var i = this.nodePath.length - 1; i >= 0; i--) {
-            var node = this.nodePath[i];
-            if (types.indexOf(node.type) !== -1) {
-                return node;
-            }
-        }
-        return null;
-    };
-    CSSCompletion.prototype.getCompletionsForDeclarationProperty = function (declaration, result) {
-        return this.getPropertyProposals(declaration, result);
-    };
-    CSSCompletion.prototype.getPropertyProposals = function (declaration, result) {
-        var _this = this;
-        var triggerPropertyValueCompletion = this.isTriggerPropertyValueCompletionEnabled;
-        var completePropertyWithSemicolon = this.isCompletePropertyWithSemicolonEnabled;
-        var properties = _languageFacts_facts__WEBPACK_IMPORTED_MODULE_2__["cssDataManager"].getProperties();
-        properties.forEach(function (entry) {
-            var range;
-            var insertText;
-            var retrigger = false;
-            if (declaration) {
-                range = _this.getCompletionRange(declaration.getProperty());
-                insertText = entry.name;
-                if (!Object(_utils_objects__WEBPACK_IMPORTED_MODULE_6__["isDefined"])(declaration.colonPosition)) {
-                    insertText += ': ';
-                    retrigger = true;
-                }
-            }
-            else {
-                range = _this.getCompletionRange(null);
-                insertText = entry.name + ': ';
-                retrigger = true;
-            }
-            // Empty .selector { | } case
-            if (!declaration && completePropertyWithSemicolon) {
-                insertText += '$0;';
-            }
-            // Cases such as .selector { p; } or .selector { p:; }
-            if (declaration && !declaration.semicolonPosition) {
-                if (completePropertyWithSemicolon && _this.offset >= _this.textDocument.offsetAt(range.end)) {
-                    insertText += '$0;';
-                }
-            }
-            var item = {
-                label: entry.name,
-                documentation: _languageFacts_facts__WEBPACK_IMPORTED_MODULE_2__["getEntryDescription"](entry, _this.doesSupportMarkdown()),
-                tags: isDeprecated(entry) ? [_cssLanguageTypes__WEBPACK_IMPORTED_MODULE_4__["CompletionItemTag"].Deprecated] : [],
-                textEdit: _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_4__["TextEdit"].replace(range, insertText),
-                insertTextFormat: _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_4__["InsertTextFormat"].Snippet,
-                kind: _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_4__["CompletionItemKind"].Property
-            };
-            if (!entry.restrictions) {
-                retrigger = false;
-            }
-            if (triggerPropertyValueCompletion && retrigger) {
-                item.command = {
-                    title: 'Suggest',
-                    command: 'editor.action.triggerSuggest'
-                };
-            }
-            if (_utils_strings__WEBPACK_IMPORTED_MODULE_3__["startsWith"](entry.name, '-')) {
-                item.sortText = SortTexts.VendorPrefixed;
-            }
-            result.items.push(item);
-        });
-        this.completionParticipants.forEach(function (participant) {
-            if (participant.onCssProperty) {
-                participant.onCssProperty({
-                    propertyName: _this.currentWord,
-                    range: _this.defaultReplaceRange
-                });
-            }
-        });
-        return result;
-    };
-    Object.defineProperty(CSSCompletion.prototype, "isTriggerPropertyValueCompletionEnabled", {
-        get: function () {
-            if (!this.settings ||
-                !this.settings.completion ||
-                this.settings.completion.triggerPropertyValueCompletion === undefined) {
-                return true;
-            }
-            return this.settings.completion.triggerPropertyValueCompletion;
-        },
-        enumerable: true,
-        configurable: true
-    });
-    Object.defineProperty(CSSCompletion.prototype, "isCompletePropertyWithSemicolonEnabled", {
-        get: function () {
-            if (!this.settings ||
-                !this.settings.completion ||
-                this.settings.completion.completePropertyWithSemicolon === undefined) {
-                return true;
-            }
-            return this.settings.completion.completePropertyWithSemicolon;
-        },
-        enumerable: true,
-        configurable: true
-    });
-    CSSCompletion.prototype.getCompletionsForDeclarationValue = function (node, result) {
-        var _this = this;
-        var propertyName = node.getFullPropertyName();
-        var entry = _languageFacts_facts__WEBPACK_IMPORTED_MODULE_2__["cssDataManager"].getProperty(propertyName);
-        var existingNode = node.getValue() || null;
-        while (existingNode && existingNode.hasChildren()) {
-            existingNode = existingNode.findChildAtOffset(this.offset, false);
-        }
-        this.completionParticipants.forEach(function (participant) {
-            if (participant.onCssPropertyValue) {
-                participant.onCssPropertyValue({
-                    propertyName: propertyName,
-                    propertyValue: _this.currentWord,
-                    range: _this.getCompletionRange(existingNode)
-                });
-            }
-        });
-        if (entry) {
-            if (entry.restrictions) {
-                for (var _i = 0, _a = entry.restrictions; _i < _a.length; _i++) {
-                    var restriction = _a[_i];
-                    switch (restriction) {
-                        case 'color':
-                            this.getColorProposals(entry, existingNode, result);
-                            break;
-                        case 'position':
-                            this.getPositionProposals(entry, existingNode, result);
-                            break;
-                        case 'repeat':
-                            this.getRepeatStyleProposals(entry, existingNode, result);
-                            break;
-                        case 'line-style':
-                            this.getLineStyleProposals(entry, existingNode, result);
-                            break;
-                        case 'line-width':
-                            this.getLineWidthProposals(entry, existingNode, result);
-                            break;
-                        case 'geometry-box':
-                            this.getGeometryBoxProposals(entry, existingNode, result);
-                            break;
-                        case 'box':
-                            this.getBoxProposals(entry, existingNode, result);
-                            break;
-                        case 'image':
-                            this.getImageProposals(entry, existingNode, result);
-                            break;
-                        case 'timing-function':
-                            this.getTimingFunctionProposals(entry, existingNode, result);
-                            break;
-                        case 'shape':
-                            this.getBasicShapeProposals(entry, existingNode, result);
-                            break;
-                    }
-                }
-            }
-            this.getValueEnumProposals(entry, existingNode, result);
-            this.getCSSWideKeywordProposals(entry, existingNode, result);
-            this.getUnitProposals(entry, existingNode, result);
-        }
-        else {
-            var existingValues = collectValues(this.styleSheet, node);
-            for (var _b = 0, _c = existingValues.getEntries(); _b < _c.length; _b++) {
-                var existingValue = _c[_b];
-                result.items.push({
-                    label: existingValue,
-                    textEdit: _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_4__["TextEdit"].replace(this.getCompletionRange(existingNode), existingValue),
-                    kind: _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_4__["CompletionItemKind"].Value
-                });
-            }
-        }
-        this.getVariableProposals(existingNode, result);
-        this.getTermProposals(entry, existingNode, result);
-        return result;
-    };
-    CSSCompletion.prototype.getValueEnumProposals = function (entry, existingNode, result) {
-        if (entry.values) {
-            for (var _i = 0, _a = entry.values; _i < _a.length; _i++) {
-                var value = _a[_i];
-                var insertString = value.name;
-                var insertTextFormat = void 0;
-                if (_utils_strings__WEBPACK_IMPORTED_MODULE_3__["endsWith"](insertString, ')')) {
-                    var from = insertString.lastIndexOf('(');
-                    if (from !== -1) {
-                        insertString = insertString.substr(0, from) + '($1)';
-                        insertTextFormat = SnippetFormat;
-                    }
-                }
-                var item = {
-                    label: value.name,
-                    documentation: _languageFacts_facts__WEBPACK_IMPORTED_MODULE_2__["getEntryDescription"](value, this.doesSupportMarkdown()),
-                    tags: isDeprecated(entry) ? [_cssLanguageTypes__WEBPACK_IMPORTED_MODULE_4__["CompletionItemTag"].Deprecated] : [],
-                    textEdit: _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_4__["TextEdit"].replace(this.getCompletionRange(existingNode), insertString),
-                    sortText: SortTexts.Enums,
-                    kind: _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_4__["CompletionItemKind"].Value,
-                    insertTextFormat: insertTextFormat
-                };
-                result.items.push(item);
-            }
-        }
-        return result;
-    };
-    CSSCompletion.prototype.getCSSWideKeywordProposals = function (entry, existingNode, result) {
-        for (var keywords in _languageFacts_facts__WEBPACK_IMPORTED_MODULE_2__["cssWideKeywords"]) {
-            result.items.push({
-                label: keywords,
-                documentation: _languageFacts_facts__WEBPACK_IMPORTED_MODULE_2__["cssWideKeywords"][keywords],
-                textEdit: _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_4__["TextEdit"].replace(this.getCompletionRange(existingNode), keywords),
-                kind: _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_4__["CompletionItemKind"].Value
-            });
-        }
-        return result;
-    };
-    CSSCompletion.prototype.getCompletionsForInterpolation = function (node, result) {
-        if (this.offset >= node.offset + 2) {
-            this.getVariableProposals(null, result);
-        }
-        return result;
-    };
-    CSSCompletion.prototype.getVariableProposals = function (existingNode, result) {
-        var symbols = this.getSymbolContext().findSymbolsAtOffset(this.offset, _parser_cssNodes__WEBPACK_IMPORTED_MODULE_0__["ReferenceType"].Variable);
-        for (var _i = 0, symbols_1 = symbols; _i < symbols_1.length; _i++) {
-            var symbol = symbols_1[_i];
-            var insertText = _utils_strings__WEBPACK_IMPORTED_MODULE_3__["startsWith"](symbol.name, '--') ? "var(" + symbol.name + ")" : symbol.name;
-            var completionItem = {
-                label: symbol.name,
-                documentation: symbol.value ? _utils_strings__WEBPACK_IMPORTED_MODULE_3__["getLimitedString"](symbol.value) : symbol.value,
-                textEdit: _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_4__["TextEdit"].replace(this.getCompletionRange(existingNode), insertText),
-                kind: _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_4__["CompletionItemKind"].Variable,
-                sortText: SortTexts.Variable
-            };
-            if (typeof completionItem.documentation === 'string' && isColorString(completionItem.documentation)) {
-                completionItem.kind = _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_4__["CompletionItemKind"].Color;
-            }
-            if (symbol.node.type === _parser_cssNodes__WEBPACK_IMPORTED_MODULE_0__["NodeType"].FunctionParameter) {
-                var mixinNode = (symbol.node.getParent());
-                if (mixinNode.type === _parser_cssNodes__WEBPACK_IMPORTED_MODULE_0__["NodeType"].MixinDeclaration) {
-                    completionItem.detail = localize('completion.argument', 'argument from \'{0}\'', mixinNode.getName());
-                }
-            }
-            result.items.push(completionItem);
-        }
-        return result;
-    };
-    CSSCompletion.prototype.getVariableProposalsForCSSVarFunction = function (result) {
-        var symbols = this.getSymbolContext().findSymbolsAtOffset(this.offset, _parser_cssNodes__WEBPACK_IMPORTED_MODULE_0__["ReferenceType"].Variable);
-        symbols = symbols.filter(function (symbol) {
-            return _utils_strings__WEBPACK_IMPORTED_MODULE_3__["startsWith"](symbol.name, '--');
-        });
-        for (var _i = 0, symbols_2 = symbols; _i < symbols_2.length; _i++) {
-            var symbol = symbols_2[_i];
-            var completionItem = {
-                label: symbol.name,
-                documentation: symbol.value ? _utils_strings__WEBPACK_IMPORTED_MODULE_3__["getLimitedString"](symbol.value) : symbol.value,
-                textEdit: _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_4__["TextEdit"].replace(this.getCompletionRange(null), symbol.name),
-                kind: _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_4__["CompletionItemKind"].Variable
-            };
-            if (typeof completionItem.documentation === 'string' && isColorString(completionItem.documentation)) {
-                completionItem.kind = _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_4__["CompletionItemKind"].Color;
-            }
-            result.items.push(completionItem);
-        }
-        return result;
-    };
-    CSSCompletion.prototype.getUnitProposals = function (entry, existingNode, result) {
-        var currentWord = '0';
-        if (this.currentWord.length > 0) {
-            var numMatch = this.currentWord.match(/^-?\d[\.\d+]*/);
-            if (numMatch) {
-                currentWord = numMatch[0];
-                result.isIncomplete = currentWord.length === this.currentWord.length;
-            }
-        }
-        else if (this.currentWord.length === 0) {
-            result.isIncomplete = true;
-        }
-        if (existingNode && existingNode.parent && existingNode.parent.type === _parser_cssNodes__WEBPACK_IMPORTED_MODULE_0__["NodeType"].Term) {
-            existingNode = existingNode.getParent(); // include the unary operator
-        }
-        if (entry.restrictions) {
-            for (var _i = 0, _a = entry.restrictions; _i < _a.length; _i++) {
-                var restriction = _a[_i];
-                var units = _languageFacts_facts__WEBPACK_IMPORTED_MODULE_2__["units"][restriction];
-                if (units) {
-                    for (var _b = 0, units_1 = units; _b < units_1.length; _b++) {
-                        var unit = units_1[_b];
-                        var insertText = currentWord + unit;
-                        result.items.push({
-                            label: insertText,
-                            textEdit: _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_4__["TextEdit"].replace(this.getCompletionRange(existingNode), insertText),
-                            kind: _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_4__["CompletionItemKind"].Unit
-                        });
-                    }
-                }
-            }
-        }
-        return result;
-    };
-    CSSCompletion.prototype.getCompletionRange = function (existingNode) {
-        if (existingNode && existingNode.offset <= this.offset && this.offset <= existingNode.end) {
-            var end = existingNode.end !== -1 ? this.textDocument.positionAt(existingNode.end) : this.position;
-            var start = this.textDocument.positionAt(existingNode.offset);
-            if (start.line === end.line) {
-                return _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_4__["Range"].create(start, end); // multi line edits are not allowed
-            }
-        }
-        return this.defaultReplaceRange;
-    };
-    CSSCompletion.prototype.getColorProposals = function (entry, existingNode, result) {
-        for (var color in _languageFacts_facts__WEBPACK_IMPORTED_MODULE_2__["colors"]) {
-            result.items.push({
-                label: color,
-                documentation: _languageFacts_facts__WEBPACK_IMPORTED_MODULE_2__["colors"][color],
-                textEdit: _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_4__["TextEdit"].replace(this.getCompletionRange(existingNode), color),
-                kind: _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_4__["CompletionItemKind"].Color
-            });
-        }
-        for (var color in _languageFacts_facts__WEBPACK_IMPORTED_MODULE_2__["colorKeywords"]) {
-            result.items.push({
-                label: color,
-                documentation: _languageFacts_facts__WEBPACK_IMPORTED_MODULE_2__["colorKeywords"][color],
-                textEdit: _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_4__["TextEdit"].replace(this.getCompletionRange(existingNode), color),
-                kind: _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_4__["CompletionItemKind"].Value
-            });
-        }
-        var colorValues = new Set();
-        this.styleSheet.acceptVisitor(new ColorValueCollector(colorValues, this.offset));
-        for (var _i = 0, _a = colorValues.getEntries(); _i < _a.length; _i++) {
-            var color = _a[_i];
-            result.items.push({
-                label: color,
-                textEdit: _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_4__["TextEdit"].replace(this.getCompletionRange(existingNode), color),
-                kind: _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_4__["CompletionItemKind"].Color
-            });
-        }
-        var _loop_1 = function (p) {
-            var tabStop = 1;
-            var replaceFunction = function (_match, p1) { return '${' + tabStop++ + ':' + p1 + '}'; };
-            var insertText = p.func.replace(/\[?\$(\w+)\]?/g, replaceFunction);
-            result.items.push({
-                label: p.func.substr(0, p.func.indexOf('(')),
-                detail: p.func,
-                documentation: p.desc,
-                textEdit: _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_4__["TextEdit"].replace(this_1.getCompletionRange(existingNode), insertText),
-                insertTextFormat: SnippetFormat,
-                kind: _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_4__["CompletionItemKind"].Function
-            });
-        };
-        var this_1 = this;
-        for (var _b = 0, _c = _languageFacts_facts__WEBPACK_IMPORTED_MODULE_2__["colorFunctions"]; _b < _c.length; _b++) {
-            var p = _c[_b];
-            _loop_1(p);
-        }
-        return result;
-    };
-    CSSCompletion.prototype.getPositionProposals = function (entry, existingNode, result) {
-        for (var position in _languageFacts_facts__WEBPACK_IMPORTED_MODULE_2__["positionKeywords"]) {
-            result.items.push({
-                label: position,
-                documentation: _languageFacts_facts__WEBPACK_IMPORTED_MODULE_2__["positionKeywords"][position],
-                textEdit: _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_4__["TextEdit"].replace(this.getCompletionRange(existingNode), position),
-                kind: _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_4__["CompletionItemKind"].Value
-            });
-        }
-        return result;
-    };
-    CSSCompletion.prototype.getRepeatStyleProposals = function (entry, existingNode, result) {
-        for (var repeat in _languageFacts_facts__WEBPACK_IMPORTED_MODULE_2__["repeatStyleKeywords"]) {
-            result.items.push({
-                label: repeat,
-                documentation: _languageFacts_facts__WEBPACK_IMPORTED_MODULE_2__["repeatStyleKeywords"][repeat],
-                textEdit: _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_4__["TextEdit"].replace(this.getCompletionRange(existingNode), repeat),
-                kind: _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_4__["CompletionItemKind"].Value
-            });
-        }
-        return result;
-    };
-    CSSCompletion.prototype.getLineStyleProposals = function (entry, existingNode, result) {
-        for (var lineStyle in _languageFacts_facts__WEBPACK_IMPORTED_MODULE_2__["lineStyleKeywords"]) {
-            result.items.push({
-                label: lineStyle,
-                documentation: _languageFacts_facts__WEBPACK_IMPORTED_MODULE_2__["lineStyleKeywords"][lineStyle],
-                textEdit: _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_4__["TextEdit"].replace(this.getCompletionRange(existingNode), lineStyle),
-                kind: _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_4__["CompletionItemKind"].Value
-            });
-        }
-        return result;
-    };
-    CSSCompletion.prototype.getLineWidthProposals = function (entry, existingNode, result) {
-        for (var _i = 0, _a = _languageFacts_facts__WEBPACK_IMPORTED_MODULE_2__["lineWidthKeywords"]; _i < _a.length; _i++) {
-            var lineWidth = _a[_i];
-            result.items.push({
-                label: lineWidth,
-                textEdit: _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_4__["TextEdit"].replace(this.getCompletionRange(existingNode), lineWidth),
-                kind: _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_4__["CompletionItemKind"].Value
-            });
-        }
-        return result;
-    };
-    CSSCompletion.prototype.getGeometryBoxProposals = function (entry, existingNode, result) {
-        for (var box in _languageFacts_facts__WEBPACK_IMPORTED_MODULE_2__["geometryBoxKeywords"]) {
-            result.items.push({
-                label: box,
-                documentation: _languageFacts_facts__WEBPACK_IMPORTED_MODULE_2__["geometryBoxKeywords"][box],
-                textEdit: _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_4__["TextEdit"].replace(this.getCompletionRange(existingNode), box),
-                kind: _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_4__["CompletionItemKind"].Value
-            });
-        }
-        return result;
-    };
-    CSSCompletion.prototype.getBoxProposals = function (entry, existingNode, result) {
-        for (var box in _languageFacts_facts__WEBPACK_IMPORTED_MODULE_2__["boxKeywords"]) {
-            result.items.push({
-                label: box,
-                documentation: _languageFacts_facts__WEBPACK_IMPORTED_MODULE_2__["boxKeywords"][box],
-                textEdit: _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_4__["TextEdit"].replace(this.getCompletionRange(existingNode), box),
-                kind: _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_4__["CompletionItemKind"].Value
-            });
-        }
-        return result;
-    };
-    CSSCompletion.prototype.getImageProposals = function (entry, existingNode, result) {
-        for (var image in _languageFacts_facts__WEBPACK_IMPORTED_MODULE_2__["imageFunctions"]) {
-            var insertText = moveCursorInsideParenthesis(image);
-            result.items.push({
-                label: image,
-                documentation: _languageFacts_facts__WEBPACK_IMPORTED_MODULE_2__["imageFunctions"][image],
-                textEdit: _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_4__["TextEdit"].replace(this.getCompletionRange(existingNode), insertText),
-                kind: _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_4__["CompletionItemKind"].Function,
-                insertTextFormat: image !== insertText ? SnippetFormat : void 0
-            });
-        }
-        return result;
-    };
-    CSSCompletion.prototype.getTimingFunctionProposals = function (entry, existingNode, result) {
-        for (var timing in _languageFacts_facts__WEBPACK_IMPORTED_MODULE_2__["transitionTimingFunctions"]) {
-            var insertText = moveCursorInsideParenthesis(timing);
-            result.items.push({
-                label: timing,
-                documentation: _languageFacts_facts__WEBPACK_IMPORTED_MODULE_2__["transitionTimingFunctions"][timing],
-                textEdit: _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_4__["TextEdit"].replace(this.getCompletionRange(existingNode), insertText),
-                kind: _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_4__["CompletionItemKind"].Function,
-                insertTextFormat: timing !== insertText ? SnippetFormat : void 0
-            });
-        }
-        return result;
-    };
-    CSSCompletion.prototype.getBasicShapeProposals = function (entry, existingNode, result) {
-        for (var shape in _languageFacts_facts__WEBPACK_IMPORTED_MODULE_2__["basicShapeFunctions"]) {
-            var insertText = moveCursorInsideParenthesis(shape);
-            result.items.push({
-                label: shape,
-                documentation: _languageFacts_facts__WEBPACK_IMPORTED_MODULE_2__["basicShapeFunctions"][shape],
-                textEdit: _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_4__["TextEdit"].replace(this.getCompletionRange(existingNode), insertText),
-                kind: _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_4__["CompletionItemKind"].Function,
-                insertTextFormat: shape !== insertText ? SnippetFormat : void 0
-            });
-        }
-        return result;
-    };
-    CSSCompletion.prototype.getCompletionsForStylesheet = function (result) {
-        var node = this.styleSheet.findFirstChildBeforeOffset(this.offset);
-        if (!node) {
-            return this.getCompletionForTopLevel(result);
-        }
-        if (node instanceof _parser_cssNodes__WEBPACK_IMPORTED_MODULE_0__["RuleSet"]) {
-            return this.getCompletionsForRuleSet(node, result);
-        }
-        if (node instanceof _parser_cssNodes__WEBPACK_IMPORTED_MODULE_0__["Supports"]) {
-            return this.getCompletionsForSupports(node, result);
-        }
-        return result;
-    };
-    CSSCompletion.prototype.getCompletionForTopLevel = function (result) {
-        var _this = this;
-        _languageFacts_facts__WEBPACK_IMPORTED_MODULE_2__["cssDataManager"].getAtDirectives().forEach(function (entry) {
-            result.items.push({
-                label: entry.name,
-                textEdit: _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_4__["TextEdit"].replace(_this.getCompletionRange(null), entry.name),
-                documentation: _languageFacts_facts__WEBPACK_IMPORTED_MODULE_2__["getEntryDescription"](entry, _this.doesSupportMarkdown()),
-                tags: isDeprecated(entry) ? [_cssLanguageTypes__WEBPACK_IMPORTED_MODULE_4__["CompletionItemTag"].Deprecated] : [],
-                kind: _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_4__["CompletionItemKind"].Keyword
-            });
-        });
-        this.getCompletionsForSelector(null, false, result);
-        return result;
-    };
-    CSSCompletion.prototype.getCompletionsForRuleSet = function (ruleSet, result) {
-        var declarations = ruleSet.getDeclarations();
-        var isAfter = declarations && declarations.endsWith('}') && this.offset >= declarations.end;
-        if (isAfter) {
-            return this.getCompletionForTopLevel(result);
-        }
-        var isInSelectors = !declarations || this.offset <= declarations.offset;
-        if (isInSelectors) {
-            return this.getCompletionsForSelector(ruleSet, ruleSet.isNested(), result);
-        }
-        return this.getCompletionsForDeclarations(ruleSet.getDeclarations(), result);
-    };
-    CSSCompletion.prototype.getCompletionsForSelector = function (ruleSet, isNested, result) {
-        var _this = this;
-        var existingNode = this.findInNodePath(_parser_cssNodes__WEBPACK_IMPORTED_MODULE_0__["NodeType"].PseudoSelector, _parser_cssNodes__WEBPACK_IMPORTED_MODULE_0__["NodeType"].IdentifierSelector, _parser_cssNodes__WEBPACK_IMPORTED_MODULE_0__["NodeType"].ClassSelector, _parser_cssNodes__WEBPACK_IMPORTED_MODULE_0__["NodeType"].ElementNameSelector);
-        if (!existingNode && this.offset - this.currentWord.length > 0 && this.textDocument.getText()[this.offset - this.currentWord.length - 1] === ':') {
-            // after the ':' of a pseudo selector, no node generated for just ':'
-            this.currentWord = ':' + this.currentWord;
-            this.defaultReplaceRange = _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_4__["Range"].create(_cssLanguageTypes__WEBPACK_IMPORTED_MODULE_4__["Position"].create(this.position.line, this.position.character - this.currentWord.length), this.position);
-        }
-        var pseudoClasses = _languageFacts_facts__WEBPACK_IMPORTED_MODULE_2__["cssDataManager"].getPseudoClasses();
-        pseudoClasses.forEach(function (entry) {
-            var insertText = moveCursorInsideParenthesis(entry.name);
-            var item = {
-                label: entry.name,
-                textEdit: _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_4__["TextEdit"].replace(_this.getCompletionRange(existingNode), insertText),
-                documentation: _languageFacts_facts__WEBPACK_IMPORTED_MODULE_2__["getEntryDescription"](entry, _this.doesSupportMarkdown()),
-                tags: isDeprecated(entry) ? [_cssLanguageTypes__WEBPACK_IMPORTED_MODULE_4__["CompletionItemTag"].Deprecated] : [],
-                kind: _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_4__["CompletionItemKind"].Function,
-                insertTextFormat: entry.name !== insertText ? SnippetFormat : void 0
-            };
-            if (_utils_strings__WEBPACK_IMPORTED_MODULE_3__["startsWith"](entry.name, ':-')) {
-                item.sortText = SortTexts.VendorPrefixed;
-            }
-            result.items.push(item);
-        });
-        var pseudoElements = _languageFacts_facts__WEBPACK_IMPORTED_MODULE_2__["cssDataManager"].getPseudoElements();
-        pseudoElements.forEach(function (entry) {
-            var insertText = moveCursorInsideParenthesis(entry.name);
-            var item = {
-                label: entry.name,
-                textEdit: _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_4__["TextEdit"].replace(_this.getCompletionRange(existingNode), insertText),
-                documentation: _languageFacts_facts__WEBPACK_IMPORTED_MODULE_2__["getEntryDescription"](entry, _this.doesSupportMarkdown()),
-                tags: isDeprecated(entry) ? [_cssLanguageTypes__WEBPACK_IMPORTED_MODULE_4__["CompletionItemTag"].Deprecated] : [],
-                kind: _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_4__["CompletionItemKind"].Function,
-                insertTextFormat: entry.name !== insertText ? SnippetFormat : void 0
-            };
-            if (_utils_strings__WEBPACK_IMPORTED_MODULE_3__["startsWith"](entry.name, '::-')) {
-                item.sortText = SortTexts.VendorPrefixed;
-            }
-            result.items.push(item);
-        });
-        if (!isNested) { // show html tags only for top level
-            for (var _i = 0, _a = _languageFacts_facts__WEBPACK_IMPORTED_MODULE_2__["html5Tags"]; _i < _a.length; _i++) {
-                var entry = _a[_i];
-                result.items.push({
-                    label: entry,
-                    textEdit: _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_4__["TextEdit"].replace(this.getCompletionRange(existingNode), entry),
-                    kind: _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_4__["CompletionItemKind"].Keyword
-                });
-            }
-            for (var _b = 0, _c = _languageFacts_facts__WEBPACK_IMPORTED_MODULE_2__["svgElements"]; _b < _c.length; _b++) {
-                var entry = _c[_b];
-                result.items.push({
-                    label: entry,
-                    textEdit: _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_4__["TextEdit"].replace(this.getCompletionRange(existingNode), entry),
-                    kind: _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_4__["CompletionItemKind"].Keyword
-                });
-            }
-        }
-        var visited = {};
-        visited[this.currentWord] = true;
-        var docText = this.textDocument.getText();
-        this.styleSheet.accept(function (n) {
-            if (n.type === _parser_cssNodes__WEBPACK_IMPORTED_MODULE_0__["NodeType"].SimpleSelector && n.length > 0) {
-                var selector = docText.substr(n.offset, n.length);
-                if (selector.charAt(0) === '.' && !visited[selector]) {
-                    visited[selector] = true;
-                    result.items.push({
-                        label: selector,
-                        textEdit: _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_4__["TextEdit"].replace(_this.getCompletionRange(existingNode), selector),
-                        kind: _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_4__["CompletionItemKind"].Keyword
-                    });
-                }
-                return false;
-            }
-            return true;
-        });
-        if (ruleSet && ruleSet.isNested()) {
-            var selector = ruleSet.getSelectors().findFirstChildBeforeOffset(this.offset);
-            if (selector && ruleSet.getSelectors().getChildren().indexOf(selector) === 0) {
-                this.getPropertyProposals(null, result);
-            }
-        }
-        return result;
-    };
-    CSSCompletion.prototype.getCompletionsForDeclarations = function (declarations, result) {
-        if (!declarations || this.offset === declarations.offset) { // incomplete nodes
-            return result;
-        }
-        var node = declarations.findFirstChildBeforeOffset(this.offset);
-        if (!node) {
-            return this.getCompletionsForDeclarationProperty(null, result);
-        }
-        if (node instanceof _parser_cssNodes__WEBPACK_IMPORTED_MODULE_0__["AbstractDeclaration"]) {
-            var declaration = node;
-            if (!Object(_utils_objects__WEBPACK_IMPORTED_MODULE_6__["isDefined"])(declaration.colonPosition) || this.offset <= declaration.colonPosition) {
-                // complete property
-                return this.getCompletionsForDeclarationProperty(declaration, result);
-            }
-            else if ((Object(_utils_objects__WEBPACK_IMPORTED_MODULE_6__["isDefined"])(declaration.semicolonPosition) && declaration.semicolonPosition < this.offset)) {
-                if (this.offset === declaration.semicolonPosition + 1) {
-                    return result; // don't show new properties right after semicolon (see Bug 15421:[intellisense] [css] Be less aggressive when manually typing CSS)
-                }
-                // complete next property
-                return this.getCompletionsForDeclarationProperty(null, result);
-            }
-            if (declaration instanceof _parser_cssNodes__WEBPACK_IMPORTED_MODULE_0__["Declaration"]) {
-                // complete value
-                return this.getCompletionsForDeclarationValue(declaration, result);
-            }
-        }
-        else if (node instanceof _parser_cssNodes__WEBPACK_IMPORTED_MODULE_0__["ExtendsReference"]) {
-            this.getCompletionsForExtendsReference(node, null, result);
-        }
-        else if (this.currentWord && this.currentWord[0] === '@') {
-            this.getCompletionsForDeclarationProperty(null, result);
-        }
-        return result;
-    };
-    CSSCompletion.prototype.getCompletionsForVariableDeclaration = function (declaration, result) {
-        if (this.offset && Object(_utils_objects__WEBPACK_IMPORTED_MODULE_6__["isDefined"])(declaration.colonPosition) && this.offset > declaration.colonPosition) {
-            this.getVariableProposals(declaration.getValue(), result);
-        }
-        return result;
-    };
-    CSSCompletion.prototype.getCompletionsForExpression = function (expression, result) {
-        var parent = expression.getParent();
-        if (parent instanceof _parser_cssNodes__WEBPACK_IMPORTED_MODULE_0__["FunctionArgument"]) {
-            this.getCompletionsForFunctionArgument(parent, parent.getParent(), result);
-            return result;
-        }
-        var declaration = expression.findParent(_parser_cssNodes__WEBPACK_IMPORTED_MODULE_0__["NodeType"].Declaration);
-        if (!declaration) {
-            this.getTermProposals(null, null, result);
-            return result;
-        }
-        var node = expression.findChildAtOffset(this.offset, true);
-        if (!node) {
-            return this.getCompletionsForDeclarationValue(declaration, result);
-        }
-        if (node instanceof _parser_cssNodes__WEBPACK_IMPORTED_MODULE_0__["NumericValue"] || node instanceof _parser_cssNodes__WEBPACK_IMPORTED_MODULE_0__["Identifier"]) {
-            return this.getCompletionsForDeclarationValue(declaration, result);
-        }
-        return result;
-    };
-    CSSCompletion.prototype.getCompletionsForFunctionArgument = function (arg, func, result) {
-        var identifier = func.getIdentifier();
-        if (identifier && identifier.matches('var')) {
-            if (!func.getArguments().hasChildren() || func.getArguments().getChild(0) === arg) {
-                this.getVariableProposalsForCSSVarFunction(result);
-            }
-        }
-        return result;
-    };
-    CSSCompletion.prototype.getCompletionsForFunctionDeclaration = function (decl, result) {
-        var declarations = decl.getDeclarations();
-        if (declarations && this.offset > declarations.offset && this.offset < declarations.end) {
-            this.getTermProposals(null, null, result);
-        }
-        return result;
-    };
-    CSSCompletion.prototype.getCompletionsForMixinReference = function (ref, result) {
-        var allMixins = this.getSymbolContext().findSymbolsAtOffset(this.offset, _parser_cssNodes__WEBPACK_IMPORTED_MODULE_0__["ReferenceType"].Mixin);
-        for (var _i = 0, allMixins_1 = allMixins; _i < allMixins_1.length; _i++) {
-            var mixinSymbol = allMixins_1[_i];
-            if (mixinSymbol.node instanceof _parser_cssNodes__WEBPACK_IMPORTED_MODULE_0__["MixinDeclaration"]) {
-                result.items.push(this.makeTermProposal(mixinSymbol, mixinSymbol.node.getParameters(), null));
-            }
-        }
-        return result;
-    };
-    CSSCompletion.prototype.getTermProposals = function (entry, existingNode, result) {
-        var allFunctions = this.getSymbolContext().findSymbolsAtOffset(this.offset, _parser_cssNodes__WEBPACK_IMPORTED_MODULE_0__["ReferenceType"].Function);
-        for (var _i = 0, allFunctions_1 = allFunctions; _i < allFunctions_1.length; _i++) {
-            var functionSymbol = allFunctions_1[_i];
-            if (functionSymbol.node instanceof _parser_cssNodes__WEBPACK_IMPORTED_MODULE_0__["FunctionDeclaration"]) {
-                result.items.push(this.makeTermProposal(functionSymbol, functionSymbol.node.getParameters(), existingNode));
-            }
-        }
-        return result;
-    };
-    CSSCompletion.prototype.makeTermProposal = function (symbol, parameters, existingNode) {
-        var decl = symbol.node;
-        var params = parameters.getChildren().map(function (c) {
-            return (c instanceof _parser_cssNodes__WEBPACK_IMPORTED_MODULE_0__["FunctionParameter"]) ? c.getName() : c.getText();
-        });
-        var insertText = symbol.name + '(' + params.map(function (p, index) { return '${' + (index + 1) + ':' + p + '}'; }).join(', ') + ')';
-        return {
-            label: symbol.name,
-            detail: symbol.name + '(' + params.join(', ') + ')',
-            textEdit: _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_4__["TextEdit"].replace(this.getCompletionRange(existingNode), insertText),
-            insertTextFormat: SnippetFormat,
-            kind: _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_4__["CompletionItemKind"].Function,
-            sortText: SortTexts.Term
-        };
-    };
-    CSSCompletion.prototype.getCompletionsForSupportsCondition = function (supportsCondition, result) {
-        var child = supportsCondition.findFirstChildBeforeOffset(this.offset);
-        if (child) {
-            if (child instanceof _parser_cssNodes__WEBPACK_IMPORTED_MODULE_0__["Declaration"]) {
-                if (!Object(_utils_objects__WEBPACK_IMPORTED_MODULE_6__["isDefined"])(child.colonPosition) || this.offset <= child.colonPosition) {
-                    return this.getCompletionsForDeclarationProperty(child, result);
-                }
-                else {
-                    return this.getCompletionsForDeclarationValue(child, result);
-                }
-            }
-            else if (child instanceof _parser_cssNodes__WEBPACK_IMPORTED_MODULE_0__["SupportsCondition"]) {
-                return this.getCompletionsForSupportsCondition(child, result);
-            }
-        }
-        if (Object(_utils_objects__WEBPACK_IMPORTED_MODULE_6__["isDefined"])(supportsCondition.lParent) && this.offset > supportsCondition.lParent && (!Object(_utils_objects__WEBPACK_IMPORTED_MODULE_6__["isDefined"])(supportsCondition.rParent) || this.offset <= supportsCondition.rParent)) {
-            return this.getCompletionsForDeclarationProperty(null, result);
-        }
-        return result;
-    };
-    CSSCompletion.prototype.getCompletionsForSupports = function (supports, result) {
-        var declarations = supports.getDeclarations();
-        var inInCondition = !declarations || this.offset <= declarations.offset;
-        if (inInCondition) {
-            var child = supports.findFirstChildBeforeOffset(this.offset);
-            if (child instanceof _parser_cssNodes__WEBPACK_IMPORTED_MODULE_0__["SupportsCondition"]) {
-                return this.getCompletionsForSupportsCondition(child, result);
-            }
-            return result;
-        }
-        return this.getCompletionForTopLevel(result);
-    };
-    CSSCompletion.prototype.getCompletionsForExtendsReference = function (extendsRef, existingNode, result) {
-        return result;
-    };
-    CSSCompletion.prototype.getCompletionForUriLiteralValue = function (uriLiteralNode, result) {
-        var uriValue;
-        var position;
-        var range;
-        // No children, empty value
-        if (!uriLiteralNode.hasChildren()) {
-            uriValue = '';
-            position = this.position;
-            var emptyURIValuePosition = this.textDocument.positionAt(uriLiteralNode.offset + 'url('.length);
-            range = _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_4__["Range"].create(emptyURIValuePosition, emptyURIValuePosition);
-        }
-        else {
-            var uriValueNode = uriLiteralNode.getChild(0);
-            uriValue = uriValueNode.getText();
-            position = this.position;
-            range = this.getCompletionRange(uriValueNode);
-        }
-        this.completionParticipants.forEach(function (participant) {
-            if (participant.onCssURILiteralValue) {
-                participant.onCssURILiteralValue({
-                    uriValue: uriValue,
-                    position: position,
-                    range: range
-                });
-            }
-        });
-        return result;
-    };
-    CSSCompletion.prototype.getCompletionForImportPath = function (importPathNode, result) {
-        var _this = this;
-        this.completionParticipants.forEach(function (participant) {
-            if (participant.onCssImportPath) {
-                participant.onCssImportPath({
-                    pathValue: importPathNode.getText(),
-                    position: _this.position,
-                    range: _this.getCompletionRange(importPathNode)
-                });
-            }
-        });
-        return result;
-    };
-    CSSCompletion.prototype.doesSupportMarkdown = function () {
-        if (!Object(_utils_objects__WEBPACK_IMPORTED_MODULE_6__["isDefined"])(this.supportsMarkdown)) {
-            if (!Object(_utils_objects__WEBPACK_IMPORTED_MODULE_6__["isDefined"])(this.clientCapabilities)) {
-                this.supportsMarkdown = true;
-                return this.supportsMarkdown;
-            }
-            var completion = this.clientCapabilities.textDocument && this.clientCapabilities.textDocument.completion;
-            this.supportsMarkdown = completion && completion.completionItem && Array.isArray(completion.completionItem.documentationFormat) && completion.completionItem.documentationFormat.indexOf(_cssLanguageTypes__WEBPACK_IMPORTED_MODULE_4__["MarkupKind"].Markdown) !== -1;
-        }
-        return this.supportsMarkdown;
-    };
-    return CSSCompletion;
-}());
-
-function isDeprecated(entry) {
-    if (entry.status && (entry.status === 'nonstandard' || entry.status === 'obsolete')) {
-        return true;
-    }
-    return false;
-}
-/**
- * Rank number should all be same length strings
- */
-function computeRankNumber(n) {
-    var nstr = n.toString();
-    switch (nstr.length) {
-        case 4:
-            return nstr;
-        case 3:
-            return '0' + nstr;
-        case 2:
-            return '00' + nstr;
-        case 1:
-            return '000' + nstr;
-        default:
-            return '0000';
-    }
-}
-var Set = /** @class */ (function () {
-    function Set() {
-        this.entries = {};
-    }
-    Set.prototype.add = function (entry) {
-        this.entries[entry] = true;
-    };
-    Set.prototype.getEntries = function () {
-        return Object.keys(this.entries);
-    };
-    return Set;
-}());
-function moveCursorInsideParenthesis(text) {
-    return text.replace(/\(\)$/, "($1)");
-}
-function collectValues(styleSheet, declaration) {
-    var fullPropertyName = declaration.getFullPropertyName();
-    var entries = new Set();
-    function visitValue(node) {
-        if (node instanceof _parser_cssNodes__WEBPACK_IMPORTED_MODULE_0__["Identifier"] || node instanceof _parser_cssNodes__WEBPACK_IMPORTED_MODULE_0__["NumericValue"] || node instanceof _parser_cssNodes__WEBPACK_IMPORTED_MODULE_0__["HexColorValue"]) {
-            entries.add(node.getText());
-        }
-        return true;
-    }
-    function matchesProperty(decl) {
-        var propertyName = decl.getFullPropertyName();
-        return fullPropertyName === propertyName;
-    }
-    function vistNode(node) {
-        if (node instanceof _parser_cssNodes__WEBPACK_IMPORTED_MODULE_0__["Declaration"] && node !== declaration) {
-            if (matchesProperty(node)) {
-                var value = node.getValue();
-                if (value) {
-                    value.accept(visitValue);
-                }
-            }
-        }
-        return true;
-    }
-    styleSheet.accept(vistNode);
-    return entries;
-}
-var ColorValueCollector = /** @class */ (function () {
-    function ColorValueCollector(entries, currentOffset) {
-        this.entries = entries;
-        this.currentOffset = currentOffset;
-        // nothing to do
-    }
-    ColorValueCollector.prototype.visitNode = function (node) {
-        if (node instanceof _parser_cssNodes__WEBPACK_IMPORTED_MODULE_0__["HexColorValue"] || (node instanceof _parser_cssNodes__WEBPACK_IMPORTED_MODULE_0__["Function"] && _languageFacts_facts__WEBPACK_IMPORTED_MODULE_2__["isColorConstructor"](node))) {
-            if (this.currentOffset < node.offset || node.end < this.currentOffset) {
-                this.entries.add(node.getText());
-            }
-        }
-        return true;
-    };
-    return ColorValueCollector;
-}());
-function getCurrentWord(document, offset) {
-    var i = offset - 1;
-    var text = document.getText();
-    while (i >= 0 && ' \t\n\r":{[()]},*>+'.indexOf(text.charAt(i)) === -1) {
-        i--;
-    }
-    return text.substring(i + 1, offset);
-}
-function isColorString(s) {
-    // From https://stackoverflow.com/questions/8027423/how-to-check-if-a-string-is-a-valid-hex-color-representation/8027444
-    return (s.toLowerCase() in _languageFacts_facts__WEBPACK_IMPORTED_MODULE_2__["colors"]) || /(^#[0-9A-F]{6}$)|(^#[0-9A-F]{3}$)/i.test(s);
-}
-
-
-/***/ }),
-/* 87 */
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
-
-"use strict";
-__webpack_require__.r(__webpack_exports__);
-/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Scope", function() { return Scope; });
-/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "GlobalScope", function() { return GlobalScope; });
-/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Symbol", function() { return Symbol; });
-/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ScopeBuilder", function() { return ScopeBuilder; });
-/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Symbols", function() { return Symbols; });
-/* harmony import */ var _cssNodes__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(75);
-/* harmony import */ var _utils_arrays__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(88);
-/*---------------------------------------------------------------------------------------------
- *  Copyright (c) Microsoft Corporation. All rights reserved.
- *  Licensed under the MIT License. See License.txt in the project root for license information.
- *--------------------------------------------------------------------------------------------*/
-
-var __extends = (undefined && undefined.__extends) || (function () {
-    var extendStatics = function (d, b) {
-        extendStatics = Object.setPrototypeOf ||
-            ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
-            function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
-        return extendStatics(d, b);
-    };
-    return function (d, b) {
-        extendStatics(d, b);
-        function __() { this.constructor = d; }
-        d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
-    };
-})();
-
-
-var Scope = /** @class */ (function () {
-    function Scope(offset, length) {
-        this.offset = offset;
-        this.length = length;
-        this.symbols = [];
-        this.parent = null;
-        this.children = [];
-    }
-    Scope.prototype.addChild = function (scope) {
-        this.children.push(scope);
-        scope.setParent(this);
-    };
-    Scope.prototype.setParent = function (scope) {
-        this.parent = scope;
-    };
-    Scope.prototype.findScope = function (offset, length) {
-        if (length === void 0) { length = 0; }
-        if (this.offset <= offset && this.offset + this.length > offset + length || this.offset === offset && this.length === length) {
-            return this.findInScope(offset, length);
-        }
-        return null;
-    };
-    Scope.prototype.findInScope = function (offset, length) {
-        if (length === void 0) { length = 0; }
-        // find the first scope child that has an offset larger than offset + length
-        var end = offset + length;
-        var idx = Object(_utils_arrays__WEBPACK_IMPORTED_MODULE_1__["findFirst"])(this.children, function (s) { return s.offset > end; });
-        if (idx === 0) {
-            // all scopes have offsets larger than our end
-            return this;
-        }
-        var res = this.children[idx - 1];
-        if (res.offset <= offset && res.offset + res.length >= offset + length) {
-            return res.findInScope(offset, length);
-        }
-        return this;
-    };
-    Scope.prototype.addSymbol = function (symbol) {
-        this.symbols.push(symbol);
-    };
-    Scope.prototype.getSymbol = function (name, type) {
-        for (var index = 0; index < this.symbols.length; index++) {
-            var symbol = this.symbols[index];
-            if (symbol.name === name && symbol.type === type) {
-                return symbol;
-            }
-        }
-        return null;
-    };
-    Scope.prototype.getSymbols = function () {
-        return this.symbols;
-    };
-    return Scope;
-}());
-
-var GlobalScope = /** @class */ (function (_super) {
-    __extends(GlobalScope, _super);
-    function GlobalScope() {
-        return _super.call(this, 0, Number.MAX_VALUE) || this;
-    }
-    return GlobalScope;
-}(Scope));
-
-var Symbol = /** @class */ (function () {
-    function Symbol(name, value, node, type) {
-        this.name = name;
-        this.value = value;
-        this.node = node;
-        this.type = type;
-    }
-    return Symbol;
-}());
-
-var ScopeBuilder = /** @class */ (function () {
-    function ScopeBuilder(scope) {
-        this.scope = scope;
-    }
-    ScopeBuilder.prototype.addSymbol = function (node, name, value, type) {
-        if (node.offset !== -1) {
-            var current = this.scope.findScope(node.offset, node.length);
-            if (current) {
-                current.addSymbol(new Symbol(name, value, node, type));
-            }
-        }
-    };
-    ScopeBuilder.prototype.addScope = function (node) {
-        if (node.offset !== -1) {
-            var current = this.scope.findScope(node.offset, node.length);
-            if (current && (current.offset !== node.offset || current.length !== node.length)) { // scope already known?
-                var newScope = new Scope(node.offset, node.length);
-                current.addChild(newScope);
-                return newScope;
-            }
-            return current;
-        }
-        return null;
-    };
-    ScopeBuilder.prototype.addSymbolToChildScope = function (scopeNode, node, name, value, type) {
-        if (scopeNode && scopeNode.offset !== -1) {
-            var current = this.addScope(scopeNode); // create the scope or gets the existing one
-            if (current) {
-                current.addSymbol(new Symbol(name, value, node, type));
-            }
-        }
-    };
-    ScopeBuilder.prototype.visitNode = function (node) {
-        switch (node.type) {
-            case _cssNodes__WEBPACK_IMPORTED_MODULE_0__["NodeType"].Keyframe:
-                this.addSymbol(node, node.getName(), void 0, _cssNodes__WEBPACK_IMPORTED_MODULE_0__["ReferenceType"].Keyframe);
-                return true;
-            case _cssNodes__WEBPACK_IMPORTED_MODULE_0__["NodeType"].CustomPropertyDeclaration:
-                return this.visitCustomPropertyDeclarationNode(node);
-            case _cssNodes__WEBPACK_IMPORTED_MODULE_0__["NodeType"].VariableDeclaration:
-                return this.visitVariableDeclarationNode(node);
-            case _cssNodes__WEBPACK_IMPORTED_MODULE_0__["NodeType"].Ruleset:
-                return this.visitRuleSet(node);
-            case _cssNodes__WEBPACK_IMPORTED_MODULE_0__["NodeType"].MixinDeclaration:
-                this.addSymbol(node, node.getName(), void 0, _cssNodes__WEBPACK_IMPORTED_MODULE_0__["ReferenceType"].Mixin);
-                return true;
-            case _cssNodes__WEBPACK_IMPORTED_MODULE_0__["NodeType"].FunctionDeclaration:
-                this.addSymbol(node, node.getName(), void 0, _cssNodes__WEBPACK_IMPORTED_MODULE_0__["ReferenceType"].Function);
-                return true;
-            case _cssNodes__WEBPACK_IMPORTED_MODULE_0__["NodeType"].FunctionParameter: {
-                return this.visitFunctionParameterNode(node);
-            }
-            case _cssNodes__WEBPACK_IMPORTED_MODULE_0__["NodeType"].Declarations:
-                this.addScope(node);
-                return true;
-            case _cssNodes__WEBPACK_IMPORTED_MODULE_0__["NodeType"].For:
-                var forNode = node;
-                var scopeNode = forNode.getDeclarations();
-                if (scopeNode && forNode.variable) {
-                    this.addSymbolToChildScope(scopeNode, forNode.variable, forNode.variable.getName(), void 0, _cssNodes__WEBPACK_IMPORTED_MODULE_0__["ReferenceType"].Variable);
-                }
-                return true;
-            case _cssNodes__WEBPACK_IMPORTED_MODULE_0__["NodeType"].Each: {
-                var eachNode = node;
-                var scopeNode_1 = eachNode.getDeclarations();
-                if (scopeNode_1) {
-                    var variables = eachNode.getVariables().getChildren();
-                    for (var _i = 0, variables_1 = variables; _i < variables_1.length; _i++) {
-                        var variable = variables_1[_i];
-                        this.addSymbolToChildScope(scopeNode_1, variable, variable.getName(), void 0, _cssNodes__WEBPACK_IMPORTED_MODULE_0__["ReferenceType"].Variable);
-                    }
-                }
-                return true;
-            }
-        }
-        return true;
-    };
-    ScopeBuilder.prototype.visitRuleSet = function (node) {
-        var current = this.scope.findScope(node.offset, node.length);
-        if (current) {
-            for (var _i = 0, _a = node.getSelectors().getChildren(); _i < _a.length; _i++) {
-                var child = _a[_i];
-                if (child instanceof _cssNodes__WEBPACK_IMPORTED_MODULE_0__["Selector"]) {
-                    if (child.getChildren().length === 1) { // only selectors with a single element can be extended
-                        current.addSymbol(new Symbol(child.getChild(0).getText(), void 0, child, _cssNodes__WEBPACK_IMPORTED_MODULE_0__["ReferenceType"].Rule));
-                    }
-                }
-            }
-        }
-        return true;
-    };
-    ScopeBuilder.prototype.visitVariableDeclarationNode = function (node) {
-        var value = node.getValue() ? node.getValue().getText() : void 0;
-        this.addSymbol(node, node.getName(), value, _cssNodes__WEBPACK_IMPORTED_MODULE_0__["ReferenceType"].Variable);
-        return true;
-    };
-    ScopeBuilder.prototype.visitFunctionParameterNode = function (node) {
-        // parameters are part of the body scope
-        var scopeNode = node.getParent().getDeclarations();
-        if (scopeNode) {
-            var valueNode = node.getDefaultValue();
-            var value = valueNode ? valueNode.getText() : void 0;
-            this.addSymbolToChildScope(scopeNode, node, node.getName(), value, _cssNodes__WEBPACK_IMPORTED_MODULE_0__["ReferenceType"].Variable);
-        }
-        return true;
-    };
-    ScopeBuilder.prototype.visitCustomPropertyDeclarationNode = function (node) {
-        var value = node.getValue() ? node.getValue().getText() : '';
-        this.addCSSVariable(node.getProperty(), node.getProperty().getName(), value, _cssNodes__WEBPACK_IMPORTED_MODULE_0__["ReferenceType"].Variable);
-        return true;
-    };
-    ScopeBuilder.prototype.addCSSVariable = function (node, name, value, type) {
-        if (node.offset !== -1) {
-            this.scope.addSymbol(new Symbol(name, value, node, type));
-        }
-    };
-    return ScopeBuilder;
-}());
-
-var Symbols = /** @class */ (function () {
-    function Symbols(node) {
-        this.global = new GlobalScope();
-        node.acceptVisitor(new ScopeBuilder(this.global));
-    }
-    Symbols.prototype.findSymbolsAtOffset = function (offset, referenceType) {
-        var scope = this.global.findScope(offset, 0);
-        var result = [];
-        var names = {};
-        while (scope) {
-            var symbols = scope.getSymbols();
-            for (var i = 0; i < symbols.length; i++) {
-                var symbol = symbols[i];
-                if (symbol.type === referenceType && !names[symbol.name]) {
-                    result.push(symbol);
-                    names[symbol.name] = true;
-                }
-            }
-            scope = scope.parent;
-        }
-        return result;
-    };
-    Symbols.prototype.internalFindSymbol = function (node, referenceTypes) {
-        var scopeNode = node;
-        if (node.parent instanceof _cssNodes__WEBPACK_IMPORTED_MODULE_0__["FunctionParameter"] && node.parent.getParent() instanceof _cssNodes__WEBPACK_IMPORTED_MODULE_0__["BodyDeclaration"]) {
-            scopeNode = node.parent.getParent().getDeclarations();
-        }
-        if (node.parent instanceof _cssNodes__WEBPACK_IMPORTED_MODULE_0__["FunctionArgument"] && node.parent.getParent() instanceof _cssNodes__WEBPACK_IMPORTED_MODULE_0__["Function"]) {
-            var funcId = node.parent.getParent().getIdentifier();
-            if (funcId) {
-                var functionSymbol = this.internalFindSymbol(funcId, [_cssNodes__WEBPACK_IMPORTED_MODULE_0__["ReferenceType"].Function]);
-                if (functionSymbol) {
-                    scopeNode = functionSymbol.node.getDeclarations();
-                }
-            }
-        }
-        if (!scopeNode) {
-            return null;
-        }
-        var name = node.getText();
-        var scope = this.global.findScope(scopeNode.offset, scopeNode.length);
-        while (scope) {
-            for (var index = 0; index < referenceTypes.length; index++) {
-                var type = referenceTypes[index];
-                var symbol = scope.getSymbol(name, type);
-                if (symbol) {
-                    return symbol;
-                }
-            }
-            scope = scope.parent;
-        }
-        return null;
-    };
-    Symbols.prototype.evaluateReferenceTypes = function (node) {
-        if (node instanceof _cssNodes__WEBPACK_IMPORTED_MODULE_0__["Identifier"]) {
-            var referenceTypes = node.referenceTypes;
-            if (referenceTypes) {
-                return referenceTypes;
-            }
-            else {
-                if (node.isCustomProperty) {
-                    return [_cssNodes__WEBPACK_IMPORTED_MODULE_0__["ReferenceType"].Variable];
-                }
-                // are a reference to a keyframe?
-                var decl = _cssNodes__WEBPACK_IMPORTED_MODULE_0__["getParentDeclaration"](node);
-                if (decl) {
-                    var propertyName = decl.getNonPrefixedPropertyName();
-                    if ((propertyName === 'animation' || propertyName === 'animation-name')
-                        && decl.getValue() && decl.getValue().offset === node.offset) {
-                        return [_cssNodes__WEBPACK_IMPORTED_MODULE_0__["ReferenceType"].Keyframe];
-                    }
-                }
-            }
-        }
-        else if (node instanceof _cssNodes__WEBPACK_IMPORTED_MODULE_0__["Variable"]) {
-            return [_cssNodes__WEBPACK_IMPORTED_MODULE_0__["ReferenceType"].Variable];
-        }
-        var selector = node.findAParent(_cssNodes__WEBPACK_IMPORTED_MODULE_0__["NodeType"].Selector, _cssNodes__WEBPACK_IMPORTED_MODULE_0__["NodeType"].ExtendsReference);
-        if (selector) {
-            return [_cssNodes__WEBPACK_IMPORTED_MODULE_0__["ReferenceType"].Rule];
-        }
-        return null;
-    };
-    Symbols.prototype.findSymbolFromNode = function (node) {
-        if (!node) {
-            return null;
-        }
-        while (node.type === _cssNodes__WEBPACK_IMPORTED_MODULE_0__["NodeType"].Interpolation) {
-            node = node.getParent();
-        }
-        var referenceTypes = this.evaluateReferenceTypes(node);
-        if (referenceTypes) {
-            return this.internalFindSymbol(node, referenceTypes);
-        }
-        return null;
-    };
-    Symbols.prototype.matchesSymbol = function (node, symbol) {
-        if (!node) {
-            return false;
-        }
-        while (node.type === _cssNodes__WEBPACK_IMPORTED_MODULE_0__["NodeType"].Interpolation) {
-            node = node.getParent();
-        }
-        if (!node.matches(symbol.name)) {
-            return false;
-        }
-        var referenceTypes = this.evaluateReferenceTypes(node);
-        if (!referenceTypes || referenceTypes.indexOf(symbol.type) === -1) {
-            return false;
-        }
-        var nodeSymbol = this.internalFindSymbol(node, referenceTypes);
-        return nodeSymbol === symbol;
-    };
-    Symbols.prototype.findSymbol = function (name, type, offset) {
-        var scope = this.global.findScope(offset);
-        while (scope) {
-            var symbol = scope.getSymbol(name, type);
-            if (symbol) {
-                return symbol;
-            }
-            scope = scope.parent;
-        }
-        return null;
-    };
-    return Symbols;
-}());
-
-
-
-/***/ }),
-/* 88 */
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
-
-"use strict";
-__webpack_require__.r(__webpack_exports__);
-/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "findFirst", function() { return findFirst; });
-/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "includes", function() { return includes; });
-/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "union", function() { return union; });
-/*---------------------------------------------------------------------------------------------
- *  Copyright (c) Microsoft Corporation. All rights reserved.
- *  Licensed under the MIT License. See License.txt in the project root for license information.
- *--------------------------------------------------------------------------------------------*/
-
-/**
- * Takes a sorted array and a function p. The array is sorted in such a way that all elements where p(x) is false
- * are located before all elements where p(x) is true.
- * @returns the least x for which p(x) is true or array.length if no element fullfills the given function.
- */
-function findFirst(array, p) {
-    var low = 0, high = array.length;
-    if (high === 0) {
-        return 0; // no children
-    }
-    while (low < high) {
-        var mid = Math.floor((low + high) / 2);
-        if (p(array[mid])) {
-            high = mid;
-        }
-        else {
-            low = mid + 1;
-        }
-    }
-    return low;
-}
-function includes(array, item) {
-    return array.indexOf(item) !== -1;
-}
-function union() {
-    var arrays = [];
-    for (var _i = 0; _i < arguments.length; _i++) {
-        arrays[_i] = arguments[_i];
-    }
-    var result = [];
-    for (var _a = 0, arrays_1 = arrays; _a < arrays_1.length; _a++) {
-        var array = arrays_1[_a];
-        for (var _b = 0, array_1 = array; _b < array_1.length; _b++) {
-            var item = array_1[_b];
-            if (!includes(result, item)) {
-                result.push(item);
-            }
-        }
-    }
-    return result;
-}
-
-
-/***/ }),
-/* 89 */
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
-
-"use strict";
-__webpack_require__.r(__webpack_exports__);
-/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "startsWith", function() { return startsWith; });
-/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "endsWith", function() { return endsWith; });
-/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "difference", function() { return difference; });
-/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "getLimitedString", function() { return getLimitedString; });
-/*---------------------------------------------------------------------------------------------
- *  Copyright (c) Microsoft Corporation. All rights reserved.
- *  Licensed under the MIT License. See License.txt in the project root for license information.
- *--------------------------------------------------------------------------------------------*/
-
-function startsWith(haystack, needle) {
-    if (haystack.length < needle.length) {
-        return false;
-    }
-    for (var i = 0; i < needle.length; i++) {
-        if (haystack[i] !== needle[i]) {
-            return false;
-        }
-    }
-    return true;
-}
-/**
- * Determines if haystack ends with needle.
- */
-function endsWith(haystack, needle) {
-    var diff = haystack.length - needle.length;
-    if (diff > 0) {
-        return haystack.lastIndexOf(needle) === diff;
-    }
-    else if (diff === 0) {
-        return haystack === needle;
-    }
-    else {
-        return false;
-    }
-}
-/**
- * Computes the difference score for two strings. More similar strings have a higher score.
- * We use largest common subsequence dynamic programming approach but penalize in the end for length differences.
- * Strings that have a large length difference will get a bad default score 0.
- * Complexity - both time and space O(first.length * second.length)
- * Dynamic programming LCS computation http://en.wikipedia.org/wiki/Longest_common_subsequence_problem
- *
- * @param first a string
- * @param second a string
- */
-function difference(first, second, maxLenDelta) {
-    if (maxLenDelta === void 0) { maxLenDelta = 4; }
-    var lengthDifference = Math.abs(first.length - second.length);
-    // We only compute score if length of the currentWord and length of entry.name are similar.
-    if (lengthDifference > maxLenDelta) {
-        return 0;
-    }
-    // Initialize LCS (largest common subsequence) matrix.
-    var LCS = [];
-    var zeroArray = [];
-    var i, j;
-    for (i = 0; i < second.length + 1; ++i) {
-        zeroArray.push(0);
-    }
-    for (i = 0; i < first.length + 1; ++i) {
-        LCS.push(zeroArray);
-    }
-    for (i = 1; i < first.length + 1; ++i) {
-        for (j = 1; j < second.length + 1; ++j) {
-            if (first[i - 1] === second[j - 1]) {
-                LCS[i][j] = LCS[i - 1][j - 1] + 1;
-            }
-            else {
-                LCS[i][j] = Math.max(LCS[i - 1][j], LCS[i][j - 1]);
-            }
-        }
-    }
-    return LCS[first.length][second.length] - Math.sqrt(lengthDifference);
-}
-/**
- * Limit of string length.
- */
-function getLimitedString(str, ellipsis) {
-    if (ellipsis === void 0) { ellipsis = true; }
-    if (!str) {
-        return '';
-    }
-    if (str.length < 140) {
-        return str;
-    }
-    return str.slice(0, 140) + (ellipsis ? '\u2026' : '');
-}
-
-
-/***/ }),
-/* 90 */
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
-
-"use strict";
-__webpack_require__.r(__webpack_exports__);
-/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ClientCapabilities", function() { return ClientCapabilities; });
-/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "FileType", function() { return FileType; });
-/* harmony import */ var vscode_languageserver_types__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(45);
-/* harmony import */ var vscode_languageserver_textdocument__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(91);
-/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "TextDocument", function() { return vscode_languageserver_textdocument__WEBPACK_IMPORTED_MODULE_1__["TextDocument"]; });
-
-/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "Position", function() { return vscode_languageserver_types__WEBPACK_IMPORTED_MODULE_0__["Position"]; });
-
-/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "Range", function() { return vscode_languageserver_types__WEBPACK_IMPORTED_MODULE_0__["Range"]; });
-
-/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "Location", function() { return vscode_languageserver_types__WEBPACK_IMPORTED_MODULE_0__["Location"]; });
-
-/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "LocationLink", function() { return vscode_languageserver_types__WEBPACK_IMPORTED_MODULE_0__["LocationLink"]; });
-
-/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "Color", function() { return vscode_languageserver_types__WEBPACK_IMPORTED_MODULE_0__["Color"]; });
-
-/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "ColorInformation", function() { return vscode_languageserver_types__WEBPACK_IMPORTED_MODULE_0__["ColorInformation"]; });
-
-/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "ColorPresentation", function() { return vscode_languageserver_types__WEBPACK_IMPORTED_MODULE_0__["ColorPresentation"]; });
-
-/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "FoldingRangeKind", function() { return vscode_languageserver_types__WEBPACK_IMPORTED_MODULE_0__["FoldingRangeKind"]; });
-
-/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "FoldingRange", function() { return vscode_languageserver_types__WEBPACK_IMPORTED_MODULE_0__["FoldingRange"]; });
-
-/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "DiagnosticRelatedInformation", function() { return vscode_languageserver_types__WEBPACK_IMPORTED_MODULE_0__["DiagnosticRelatedInformation"]; });
-
-/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "DiagnosticSeverity", function() { return vscode_languageserver_types__WEBPACK_IMPORTED_MODULE_0__["DiagnosticSeverity"]; });
-
-/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "DiagnosticTag", function() { return vscode_languageserver_types__WEBPACK_IMPORTED_MODULE_0__["DiagnosticTag"]; });
-
-/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "Diagnostic", function() { return vscode_languageserver_types__WEBPACK_IMPORTED_MODULE_0__["Diagnostic"]; });
-
-/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "Command", function() { return vscode_languageserver_types__WEBPACK_IMPORTED_MODULE_0__["Command"]; });
-
-/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "TextEdit", function() { return vscode_languageserver_types__WEBPACK_IMPORTED_MODULE_0__["TextEdit"]; });
-
-/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "TextDocumentEdit", function() { return vscode_languageserver_types__WEBPACK_IMPORTED_MODULE_0__["TextDocumentEdit"]; });
-
-/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "CreateFile", function() { return vscode_languageserver_types__WEBPACK_IMPORTED_MODULE_0__["CreateFile"]; });
-
-/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "RenameFile", function() { return vscode_languageserver_types__WEBPACK_IMPORTED_MODULE_0__["RenameFile"]; });
-
-/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "DeleteFile", function() { return vscode_languageserver_types__WEBPACK_IMPORTED_MODULE_0__["DeleteFile"]; });
-
-/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "WorkspaceEdit", function() { return vscode_languageserver_types__WEBPACK_IMPORTED_MODULE_0__["WorkspaceEdit"]; });
-
-/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "WorkspaceChange", function() { return vscode_languageserver_types__WEBPACK_IMPORTED_MODULE_0__["WorkspaceChange"]; });
-
-/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "TextDocumentIdentifier", function() { return vscode_languageserver_types__WEBPACK_IMPORTED_MODULE_0__["TextDocumentIdentifier"]; });
-
-/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "VersionedTextDocumentIdentifier", function() { return vscode_languageserver_types__WEBPACK_IMPORTED_MODULE_0__["VersionedTextDocumentIdentifier"]; });
-
-/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "TextDocumentItem", function() { return vscode_languageserver_types__WEBPACK_IMPORTED_MODULE_0__["TextDocumentItem"]; });
-
-/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "MarkupKind", function() { return vscode_languageserver_types__WEBPACK_IMPORTED_MODULE_0__["MarkupKind"]; });
-
-/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "MarkupContent", function() { return vscode_languageserver_types__WEBPACK_IMPORTED_MODULE_0__["MarkupContent"]; });
-
-/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "CompletionItemKind", function() { return vscode_languageserver_types__WEBPACK_IMPORTED_MODULE_0__["CompletionItemKind"]; });
-
-/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "InsertTextFormat", function() { return vscode_languageserver_types__WEBPACK_IMPORTED_MODULE_0__["InsertTextFormat"]; });
-
-/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "CompletionItemTag", function() { return vscode_languageserver_types__WEBPACK_IMPORTED_MODULE_0__["CompletionItemTag"]; });
-
-/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "CompletionItem", function() { return vscode_languageserver_types__WEBPACK_IMPORTED_MODULE_0__["CompletionItem"]; });
-
-/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "CompletionList", function() { return vscode_languageserver_types__WEBPACK_IMPORTED_MODULE_0__["CompletionList"]; });
-
-/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "MarkedString", function() { return vscode_languageserver_types__WEBPACK_IMPORTED_MODULE_0__["MarkedString"]; });
-
-/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "Hover", function() { return vscode_languageserver_types__WEBPACK_IMPORTED_MODULE_0__["Hover"]; });
-
-/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "ParameterInformation", function() { return vscode_languageserver_types__WEBPACK_IMPORTED_MODULE_0__["ParameterInformation"]; });
-
-/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "SignatureInformation", function() { return vscode_languageserver_types__WEBPACK_IMPORTED_MODULE_0__["SignatureInformation"]; });
-
-/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "DocumentHighlightKind", function() { return vscode_languageserver_types__WEBPACK_IMPORTED_MODULE_0__["DocumentHighlightKind"]; });
-
-/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "DocumentHighlight", function() { return vscode_languageserver_types__WEBPACK_IMPORTED_MODULE_0__["DocumentHighlight"]; });
-
-/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "SymbolKind", function() { return vscode_languageserver_types__WEBPACK_IMPORTED_MODULE_0__["SymbolKind"]; });
-
-/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "SymbolTag", function() { return vscode_languageserver_types__WEBPACK_IMPORTED_MODULE_0__["SymbolTag"]; });
-
-/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "SymbolInformation", function() { return vscode_languageserver_types__WEBPACK_IMPORTED_MODULE_0__["SymbolInformation"]; });
-
-/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "DocumentSymbol", function() { return vscode_languageserver_types__WEBPACK_IMPORTED_MODULE_0__["DocumentSymbol"]; });
-
-/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "CodeActionKind", function() { return vscode_languageserver_types__WEBPACK_IMPORTED_MODULE_0__["CodeActionKind"]; });
-
-/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "CodeActionContext", function() { return vscode_languageserver_types__WEBPACK_IMPORTED_MODULE_0__["CodeActionContext"]; });
-
-/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "CodeAction", function() { return vscode_languageserver_types__WEBPACK_IMPORTED_MODULE_0__["CodeAction"]; });
-
-/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "CodeLens", function() { return vscode_languageserver_types__WEBPACK_IMPORTED_MODULE_0__["CodeLens"]; });
-
-/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "FormattingOptions", function() { return vscode_languageserver_types__WEBPACK_IMPORTED_MODULE_0__["FormattingOptions"]; });
-
-/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "DocumentLink", function() { return vscode_languageserver_types__WEBPACK_IMPORTED_MODULE_0__["DocumentLink"]; });
-
-/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "SelectionRange", function() { return vscode_languageserver_types__WEBPACK_IMPORTED_MODULE_0__["SelectionRange"]; });
-
-/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "EOL", function() { return vscode_languageserver_types__WEBPACK_IMPORTED_MODULE_0__["EOL"]; });
-
-/*---------------------------------------------------------------------------------------------
- *  Copyright (c) Microsoft Corporation. All rights reserved.
- *  Licensed under the MIT License. See License.txt in the project root for license information.
- *--------------------------------------------------------------------------------------------*/
-
-
-
-
-var ClientCapabilities;
-(function (ClientCapabilities) {
-    ClientCapabilities.LATEST = {
-        textDocument: {
-            completion: {
-                completionItem: {
-                    documentationFormat: [vscode_languageserver_types__WEBPACK_IMPORTED_MODULE_0__["MarkupKind"].Markdown, vscode_languageserver_types__WEBPACK_IMPORTED_MODULE_0__["MarkupKind"].PlainText]
-                }
-            },
-            hover: {
-                contentFormat: [vscode_languageserver_types__WEBPACK_IMPORTED_MODULE_0__["MarkupKind"].Markdown, vscode_languageserver_types__WEBPACK_IMPORTED_MODULE_0__["MarkupKind"].PlainText]
-            }
-        }
-    };
-})(ClientCapabilities || (ClientCapabilities = {}));
-var FileType;
-(function (FileType) {
-    /**
-     * The file type is unknown.
-     */
-    FileType[FileType["Unknown"] = 0] = "Unknown";
-    /**
-     * A regular file.
-     */
-    FileType[FileType["File"] = 1] = "File";
-    /**
-     * A directory.
-     */
-    FileType[FileType["Directory"] = 2] = "Directory";
-    /**
-     * A symbolic link to a file.
-     */
-    FileType[FileType["SymbolicLink"] = 64] = "SymbolicLink";
-})(FileType || (FileType = {}));
-
-
-/***/ }),
-/* 91 */
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
-
-"use strict";
-__webpack_require__.r(__webpack_exports__);
-/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "TextDocument", function() { return TextDocument; });
-/* --------------------------------------------------------------------------------------------
- * Copyright (c) Microsoft Corporation. All rights reserved.
- * Licensed under the MIT License. See License.txt in the project root for license information.
- * ------------------------------------------------------------------------------------------ */
-
-var FullTextDocument = /** @class */ (function () {
-    function FullTextDocument(uri, languageId, version, content) {
-        this._uri = uri;
-        this._languageId = languageId;
-        this._version = version;
-        this._content = content;
-        this._lineOffsets = undefined;
-    }
-    Object.defineProperty(FullTextDocument.prototype, "uri", {
-        get: function () {
-            return this._uri;
-        },
-        enumerable: true,
-        configurable: true
-    });
-    Object.defineProperty(FullTextDocument.prototype, "languageId", {
-        get: function () {
-            return this._languageId;
-        },
-        enumerable: true,
-        configurable: true
-    });
-    Object.defineProperty(FullTextDocument.prototype, "version", {
-        get: function () {
-            return this._version;
-        },
-        enumerable: true,
-        configurable: true
-    });
-    FullTextDocument.prototype.getText = function (range) {
-        if (range) {
-            var start = this.offsetAt(range.start);
-            var end = this.offsetAt(range.end);
-            return this._content.substring(start, end);
-        }
-        return this._content;
-    };
-    FullTextDocument.prototype.update = function (changes, version) {
-        for (var _i = 0, changes_1 = changes; _i < changes_1.length; _i++) {
-            var change = changes_1[_i];
-            if (FullTextDocument.isIncremental(change)) {
-                // makes sure start is before end
-                var range = getWellformedRange(change.range);
-                // update content
-                var startOffset = this.offsetAt(range.start);
-                var endOffset = this.offsetAt(range.end);
-                this._content = this._content.substring(0, startOffset) + change.text + this._content.substring(endOffset, this._content.length);
-                // update the offsets
-                var startLine = Math.max(range.start.line, 0);
-                var endLine = Math.max(range.end.line, 0);
-                var lineOffsets = this._lineOffsets;
-                var addedLineOffsets = computeLineOffsets(change.text, false, startOffset);
-                if (endLine - startLine === addedLineOffsets.length) {
-                    for (var i = 0, len = addedLineOffsets.length; i < len; i++) {
-                        lineOffsets[i + startLine + 1] = addedLineOffsets[i];
-                    }
-                }
-                else {
-                    if (addedLineOffsets.length < 10000) {
-                        lineOffsets.splice.apply(lineOffsets, [startLine + 1, endLine - startLine].concat(addedLineOffsets));
-                    }
-                    else { // avoid too many arguments for splice
-                        this._lineOffsets = lineOffsets = lineOffsets.slice(0, startLine + 1).concat(addedLineOffsets, lineOffsets.slice(endLine + 1));
-                    }
-                }
-                var diff = change.text.length - (endOffset - startOffset);
-                if (diff !== 0) {
-                    for (var i = startLine + 1 + addedLineOffsets.length, len = lineOffsets.length; i < len; i++) {
-                        lineOffsets[i] = lineOffsets[i] + diff;
-                    }
-                }
-            }
-            else if (FullTextDocument.isFull(change)) {
-                this._content = change.text;
-                this._lineOffsets = undefined;
-            }
-            else {
-                throw new Error('Unknown change event received');
-            }
-        }
-        this._version = version;
-    };
-    FullTextDocument.prototype.getLineOffsets = function () {
-        if (this._lineOffsets === undefined) {
-            this._lineOffsets = computeLineOffsets(this._content, true);
-        }
-        return this._lineOffsets;
-    };
-    FullTextDocument.prototype.positionAt = function (offset) {
-        offset = Math.max(Math.min(offset, this._content.length), 0);
-        var lineOffsets = this.getLineOffsets();
-        var low = 0, high = lineOffsets.length;
-        if (high === 0) {
-            return { line: 0, character: offset };
-        }
-        while (low < high) {
-            var mid = Math.floor((low + high) / 2);
-            if (lineOffsets[mid] > offset) {
-                high = mid;
-            }
-            else {
-                low = mid + 1;
-            }
-        }
-        // low is the least x for which the line offset is larger than the current offset
-        // or array.length if no line offset is larger than the current offset
-        var line = low - 1;
-        return { line: line, character: offset - lineOffsets[line] };
-    };
-    FullTextDocument.prototype.offsetAt = function (position) {
-        var lineOffsets = this.getLineOffsets();
-        if (position.line >= lineOffsets.length) {
-            return this._content.length;
-        }
-        else if (position.line < 0) {
-            return 0;
-        }
-        var lineOffset = lineOffsets[position.line];
-        var nextLineOffset = (position.line + 1 < lineOffsets.length) ? lineOffsets[position.line + 1] : this._content.length;
-        return Math.max(Math.min(lineOffset + position.character, nextLineOffset), lineOffset);
-    };
-    Object.defineProperty(FullTextDocument.prototype, "lineCount", {
-        get: function () {
-            return this.getLineOffsets().length;
-        },
-        enumerable: true,
-        configurable: true
-    });
-    FullTextDocument.isIncremental = function (event) {
-        var candidate = event;
-        return candidate !== undefined && candidate !== null &&
-            typeof candidate.text === 'string' && candidate.range !== undefined &&
-            (candidate.rangeLength === undefined || typeof candidate.rangeLength === 'number');
-    };
-    FullTextDocument.isFull = function (event) {
-        var candidate = event;
-        return candidate !== undefined && candidate !== null &&
-            typeof candidate.text === 'string' && candidate.range === undefined && candidate.rangeLength === undefined;
-    };
-    return FullTextDocument;
-}());
-var TextDocument;
-(function (TextDocument) {
-    /**
-     * Creates a new text document.
-     *
-     * @param uri The document's uri.
-     * @param languageId  The document's language Id.
-     * @param version The document's initial version number.
-     * @param content The document's content.
-     */
-    function create(uri, languageId, version, content) {
-        return new FullTextDocument(uri, languageId, version, content);
-    }
-    TextDocument.create = create;
-    /**
-     * Updates a TextDocument by modifing its content.
-     *
-     * @param document the document to update. Only documents created by TextDocument.create are valid inputs.
-     * @param changes the changes to apply to the document.
-     * @returns The updated TextDocument. Note: That's the same document instance passed in as first parameter.
-     *
-     */
-    function update(document, changes, version) {
-        if (document instanceof FullTextDocument) {
-            document.update(changes, version);
-            return document;
-        }
-        else {
-            throw new Error('TextDocument.update: document must be created by TextDocument.create');
-        }
-    }
-    TextDocument.update = update;
-    function applyEdits(document, edits) {
-        var text = document.getText();
-        var sortedEdits = mergeSort(edits.map(getWellformedEdit), function (a, b) {
-            var diff = a.range.start.line - b.range.start.line;
-            if (diff === 0) {
-                return a.range.start.character - b.range.start.character;
-            }
-            return diff;
-        });
-        var lastModifiedOffset = 0;
-        var spans = [];
-        for (var _i = 0, sortedEdits_1 = sortedEdits; _i < sortedEdits_1.length; _i++) {
-            var e = sortedEdits_1[_i];
-            var startOffset = document.offsetAt(e.range.start);
-            if (startOffset < lastModifiedOffset) {
-                throw new Error('Overlapping edit');
-            }
-            else if (startOffset > lastModifiedOffset) {
-                spans.push(text.substring(lastModifiedOffset, startOffset));
-            }
-            if (e.newText.length) {
-                spans.push(e.newText);
-            }
-            lastModifiedOffset = document.offsetAt(e.range.end);
-        }
-        spans.push(text.substr(lastModifiedOffset));
-        return spans.join('');
-    }
-    TextDocument.applyEdits = applyEdits;
-})(TextDocument || (TextDocument = {}));
-function mergeSort(data, compare) {
-    if (data.length <= 1) {
-        // sorted
-        return data;
-    }
-    var p = (data.length / 2) | 0;
-    var left = data.slice(0, p);
-    var right = data.slice(p);
-    mergeSort(left, compare);
-    mergeSort(right, compare);
-    var leftIdx = 0;
-    var rightIdx = 0;
-    var i = 0;
-    while (leftIdx < left.length && rightIdx < right.length) {
-        var ret = compare(left[leftIdx], right[rightIdx]);
-        if (ret <= 0) {
-            // smaller_equal -> take left to preserve order
-            data[i++] = left[leftIdx++];
-        }
-        else {
-            // greater -> take right
-            data[i++] = right[rightIdx++];
-        }
-    }
-    while (leftIdx < left.length) {
-        data[i++] = left[leftIdx++];
-    }
-    while (rightIdx < right.length) {
-        data[i++] = right[rightIdx++];
-    }
-    return data;
-}
-function computeLineOffsets(text, isAtLineStart, textOffset) {
-    if (textOffset === void 0) { textOffset = 0; }
-    var result = isAtLineStart ? [textOffset] : [];
-    for (var i = 0; i < text.length; i++) {
-        var ch = text.charCodeAt(i);
-        if (ch === 13 /* CarriageReturn */ || ch === 10 /* LineFeed */) {
-            if (ch === 13 /* CarriageReturn */ && i + 1 < text.length && text.charCodeAt(i + 1) === 10 /* LineFeed */) {
-                i++;
-            }
-            result.push(textOffset + i + 1);
-        }
-    }
-    return result;
-}
-function getWellformedRange(range) {
-    var start = range.start;
-    var end = range.end;
-    if (start.line > end.line || (start.line === end.line && start.character > end.character)) {
-        return { start: end, end: start };
-    }
-    return range;
-}
-function getWellformedEdit(textEdit) {
-    var range = getWellformedRange(textEdit.range);
-    if (range !== textEdit.range) {
-        return { newText: textEdit.newText, range: range };
-    }
-    return textEdit;
-}
-
-
-/***/ }),
-/* 92 */
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
-
-"use strict";
-__webpack_require__.r(__webpack_exports__);
-/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "CSSHover", function() { return CSSHover; });
-/* harmony import */ var _parser_cssNodes__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(75);
-/* harmony import */ var _languageFacts_facts__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(78);
-/* harmony import */ var _selectorPrinting__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(93);
-/* harmony import */ var _utils_strings__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(89);
-/* harmony import */ var _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(90);
-/* harmony import */ var _utils_objects__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(81);
-/*---------------------------------------------------------------------------------------------
- *  Copyright (c) Microsoft Corporation. All rights reserved.
- *  Licensed under the MIT License. See License.txt in the project root for license information.
- *--------------------------------------------------------------------------------------------*/
-
-
-
-
-
-
-
-var CSSHover = /** @class */ (function () {
-    function CSSHover(clientCapabilities) {
-        this.clientCapabilities = clientCapabilities;
-    }
-    CSSHover.prototype.doHover = function (document, position, stylesheet) {
-        function getRange(node) {
-            return _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_4__["Range"].create(document.positionAt(node.offset), document.positionAt(node.end));
-        }
-        var offset = document.offsetAt(position);
-        var nodepath = _parser_cssNodes__WEBPACK_IMPORTED_MODULE_0__["getNodePath"](stylesheet, offset);
-        /**
-         * nodepath is top-down
-         * Build up the hover by appending inner node's information
-         */
-        var hover = null;
-        for (var i = 0; i < nodepath.length; i++) {
-            var node = nodepath[i];
-            if (node instanceof _parser_cssNodes__WEBPACK_IMPORTED_MODULE_0__["Selector"]) {
-                hover = {
-                    contents: Object(_selectorPrinting__WEBPACK_IMPORTED_MODULE_2__["selectorToMarkedString"])(node),
-                    range: getRange(node)
-                };
-                break;
-            }
-            if (node instanceof _parser_cssNodes__WEBPACK_IMPORTED_MODULE_0__["SimpleSelector"]) {
-                /**
-                 * Some sass specific at rules such as `@at-root` are parsed as `SimpleSelector`
-                 */
-                if (!Object(_utils_strings__WEBPACK_IMPORTED_MODULE_3__["startsWith"])(node.getText(), '@')) {
-                    hover = {
-                        contents: Object(_selectorPrinting__WEBPACK_IMPORTED_MODULE_2__["simpleSelectorToMarkedString"])(node),
-                        range: getRange(node)
-                    };
-                }
-                break;
-            }
-            if (node instanceof _parser_cssNodes__WEBPACK_IMPORTED_MODULE_0__["Declaration"]) {
-                var propertyName = node.getFullPropertyName();
-                var entry = _languageFacts_facts__WEBPACK_IMPORTED_MODULE_1__["cssDataManager"].getProperty(propertyName);
-                if (entry) {
-                    var contents = _languageFacts_facts__WEBPACK_IMPORTED_MODULE_1__["getEntryDescription"](entry, this.doesSupportMarkdown());
-                    if (contents) {
-                        hover = {
-                            contents: contents,
-                            range: getRange(node)
-                        };
-                    }
-                    else {
-                        hover = null;
-                    }
-                }
-                continue;
-            }
-            if (node instanceof _parser_cssNodes__WEBPACK_IMPORTED_MODULE_0__["UnknownAtRule"]) {
-                var atRuleName = node.getText();
-                var entry = _languageFacts_facts__WEBPACK_IMPORTED_MODULE_1__["cssDataManager"].getAtDirective(atRuleName);
-                if (entry) {
-                    var contents = _languageFacts_facts__WEBPACK_IMPORTED_MODULE_1__["getEntryDescription"](entry, this.doesSupportMarkdown());
-                    if (contents) {
-                        hover = {
-                            contents: contents,
-                            range: getRange(node)
-                        };
-                    }
-                    else {
-                        hover = null;
-                    }
-                }
-                continue;
-            }
-            if (node instanceof _parser_cssNodes__WEBPACK_IMPORTED_MODULE_0__["Node"] && node.type === _parser_cssNodes__WEBPACK_IMPORTED_MODULE_0__["NodeType"].PseudoSelector) {
-                var selectorName = node.getText();
-                var entry = selectorName.slice(0, 2) === '::'
-                    ? _languageFacts_facts__WEBPACK_IMPORTED_MODULE_1__["cssDataManager"].getPseudoElement(selectorName)
-                    : _languageFacts_facts__WEBPACK_IMPORTED_MODULE_1__["cssDataManager"].getPseudoClass(selectorName);
-                if (entry) {
-                    var contents = _languageFacts_facts__WEBPACK_IMPORTED_MODULE_1__["getEntryDescription"](entry, this.doesSupportMarkdown());
-                    if (contents) {
-                        hover = {
-                            contents: contents,
-                            range: getRange(node)
-                        };
-                    }
-                    else {
-                        hover = null;
-                    }
-                }
-                continue;
-            }
-        }
-        if (hover) {
-            hover.contents = this.convertContents(hover.contents);
-        }
-        return hover;
-    };
-    CSSHover.prototype.convertContents = function (contents) {
-        if (!this.doesSupportMarkdown()) {
-            if (typeof contents === 'string') {
-                return contents;
-            }
-            // MarkupContent
-            else if ('kind' in contents) {
-                return {
-                    kind: 'plaintext',
-                    value: contents.value
-                };
-            }
-            // MarkedString[]
-            else if (Array.isArray(contents)) {
-                return contents.map(function (c) {
-                    return typeof c === 'string' ? c : c.value;
-                });
-            }
-            // MarkedString
-            else {
-                return contents.value;
-            }
-        }
-        return contents;
-    };
-    CSSHover.prototype.doesSupportMarkdown = function () {
-        if (!Object(_utils_objects__WEBPACK_IMPORTED_MODULE_5__["isDefined"])(this.supportsMarkdown)) {
-            if (!Object(_utils_objects__WEBPACK_IMPORTED_MODULE_5__["isDefined"])(this.clientCapabilities)) {
-                this.supportsMarkdown = true;
-                return this.supportsMarkdown;
-            }
-            var hover = this.clientCapabilities.textDocument && this.clientCapabilities.textDocument.hover;
-            this.supportsMarkdown = hover && hover.contentFormat && Array.isArray(hover.contentFormat) && hover.contentFormat.indexOf(_cssLanguageTypes__WEBPACK_IMPORTED_MODULE_4__["MarkupKind"].Markdown) !== -1;
-        }
-        return this.supportsMarkdown;
-    };
-    return CSSHover;
-}());
-
-
-
-/***/ }),
-/* 93 */
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
-
-"use strict";
-__webpack_require__.r(__webpack_exports__);
-/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Element", function() { return Element; });
-/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "RootElement", function() { return RootElement; });
-/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "LabelElement", function() { return LabelElement; });
-/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "toElement", function() { return toElement; });
-/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "selectorToMarkedString", function() { return selectorToMarkedString; });
-/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "simpleSelectorToMarkedString", function() { return simpleSelectorToMarkedString; });
-/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "selectorToElement", function() { return selectorToElement; });
-/* harmony import */ var _parser_cssNodes__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(75);
-/* harmony import */ var _parser_cssScanner__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(74);
-/* harmony import */ var _languageFacts_facts__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(78);
-/* harmony import */ var vscode_nls__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(77);
-/* harmony import */ var vscode_nls__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__webpack_require__.n(vscode_nls__WEBPACK_IMPORTED_MODULE_3__);
-/*---------------------------------------------------------------------------------------------
- *  Copyright (c) Microsoft Corporation. All rights reserved.
- *  Licensed under the MIT License. See License.txt in the project root for license information.
- *--------------------------------------------------------------------------------------------*/
-
-var __extends = (undefined && undefined.__extends) || (function () {
-    var extendStatics = function (d, b) {
-        extendStatics = Object.setPrototypeOf ||
-            ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
-            function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
-        return extendStatics(d, b);
-    };
-    return function (d, b) {
-        extendStatics(d, b);
-        function __() { this.constructor = d; }
-        d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
-    };
-})();
-
-
-
-
-var localize = vscode_nls__WEBPACK_IMPORTED_MODULE_3__["loadMessageBundle"]();
-var Element = /** @class */ (function () {
-    function Element() {
-        this.parent = null;
-        this.children = null;
-        this.attributes = null;
-    }
-    Element.prototype.findAttribute = function (name) {
-        if (this.attributes) {
-            for (var _i = 0, _a = this.attributes; _i < _a.length; _i++) {
-                var attribute = _a[_i];
-                if (attribute.name === name) {
-                    return attribute.value;
-                }
-            }
-        }
-        return null;
-    };
-    Element.prototype.addChild = function (child) {
-        if (child instanceof Element) {
-            child.parent = this;
-        }
-        if (!this.children) {
-            this.children = [];
-        }
-        this.children.push(child);
-    };
-    Element.prototype.append = function (text) {
-        if (this.attributes) {
-            var last = this.attributes[this.attributes.length - 1];
-            last.value = last.value + text;
-        }
-    };
-    Element.prototype.prepend = function (text) {
-        if (this.attributes) {
-            var first = this.attributes[0];
-            first.value = text + first.value;
-        }
-    };
-    Element.prototype.findRoot = function () {
-        var curr = this;
-        while (curr.parent && !(curr.parent instanceof RootElement)) {
-            curr = curr.parent;
-        }
-        return curr;
-    };
-    Element.prototype.removeChild = function (child) {
-        if (this.children) {
-            var index = this.children.indexOf(child);
-            if (index !== -1) {
-                this.children.splice(index, 1);
-                return true;
-            }
-        }
-        return false;
-    };
-    Element.prototype.addAttr = function (name, value) {
-        if (!this.attributes) {
-            this.attributes = [];
-        }
-        for (var _i = 0, _a = this.attributes; _i < _a.length; _i++) {
-            var attribute = _a[_i];
-            if (attribute.name === name) {
-                attribute.value += ' ' + value;
-                return;
-            }
-        }
-        this.attributes.push({ name: name, value: value });
-    };
-    Element.prototype.clone = function (cloneChildren) {
-        if (cloneChildren === void 0) { cloneChildren = true; }
-        var elem = new Element();
-        if (this.attributes) {
-            elem.attributes = [];
-            for (var _i = 0, _a = this.attributes; _i < _a.length; _i++) {
-                var attribute = _a[_i];
-                elem.addAttr(attribute.name, attribute.value);
-            }
-        }
-        if (cloneChildren && this.children) {
-            elem.children = [];
-            for (var index = 0; index < this.children.length; index++) {
-                elem.addChild(this.children[index].clone());
-            }
-        }
-        return elem;
-    };
-    Element.prototype.cloneWithParent = function () {
-        var clone = this.clone(false);
-        if (this.parent && !(this.parent instanceof RootElement)) {
-            var parentClone = this.parent.cloneWithParent();
-            parentClone.addChild(clone);
-        }
-        return clone;
-    };
-    return Element;
-}());
-
-var RootElement = /** @class */ (function (_super) {
-    __extends(RootElement, _super);
-    function RootElement() {
-        return _super !== null && _super.apply(this, arguments) || this;
-    }
-    return RootElement;
-}(Element));
-
-var LabelElement = /** @class */ (function (_super) {
-    __extends(LabelElement, _super);
-    function LabelElement(label) {
-        var _this = _super.call(this) || this;
-        _this.addAttr('name', label);
-        return _this;
-    }
-    return LabelElement;
-}(Element));
-
-var MarkedStringPrinter = /** @class */ (function () {
-    function MarkedStringPrinter(quote) {
-        this.quote = quote;
-        this.result = [];
-        // empty
-    }
-    MarkedStringPrinter.prototype.print = function (element) {
-        this.result = [];
-        if (element instanceof RootElement) {
-            if (element.children) {
-                this.doPrint(element.children, 0);
-            }
-        }
-        else {
-            this.doPrint([element], 0);
-        }
-        var value = this.result.join('\n');
-        return [{ language: 'html', value: value }];
-    };
-    MarkedStringPrinter.prototype.doPrint = function (elements, indent) {
-        for (var _i = 0, elements_1 = elements; _i < elements_1.length; _i++) {
-            var element = elements_1[_i];
-            this.doPrintElement(element, indent);
-            if (element.children) {
-                this.doPrint(element.children, indent + 1);
-            }
-        }
-    };
-    MarkedStringPrinter.prototype.writeLine = function (level, content) {
-        var indent = new Array(level + 1).join('  ');
-        this.result.push(indent + content);
-    };
-    MarkedStringPrinter.prototype.doPrintElement = function (element, indent) {
-        var name = element.findAttribute('name');
-        // special case: a simple label
-        if (element instanceof LabelElement || name === '\u2026') {
-            this.writeLine(indent, name);
-            return;
-        }
-        // the real deal
-        var content = ['<'];
-        // element name
-        if (name) {
-            content.push(name);
-        }
-        else {
-            content.push('element');
-        }
-        // attributes
-        if (element.attributes) {
-            for (var _i = 0, _a = element.attributes; _i < _a.length; _i++) {
-                var attr = _a[_i];
-                if (attr.name !== 'name') {
-                    content.push(' ');
-                    content.push(attr.name);
-                    var value = attr.value;
-                    if (value) {
-                        content.push('=');
-                        content.push(quotes.ensure(value, this.quote));
-                    }
-                }
-            }
-        }
-        content.push('>');
-        this.writeLine(indent, content.join(''));
-    };
-    return MarkedStringPrinter;
-}());
-var quotes;
-(function (quotes) {
-    function ensure(value, which) {
-        return which + remove(value) + which;
-    }
-    quotes.ensure = ensure;
-    function remove(value) {
-        var match = value.match(/^['"](.*)["']$/);
-        if (match) {
-            return match[1];
-        }
-        return value;
-    }
-    quotes.remove = remove;
-})(quotes || (quotes = {}));
-var Specificity = /** @class */ (function () {
-    function Specificity() {
-        /** Count of identifiers (e.g., `#app`) */
-        this.id = 0;
-        /** Count of attributes (`[type="number"]`), classes (`.container-fluid`), and pseudo-classes (`:hover`) */
-        this.attr = 0;
-        /** Count of tag names (`div`), and pseudo-elements (`::before`) */
-        this.tag = 0;
-    }
-    return Specificity;
-}());
-function toElement(node, parentElement) {
-    var result = new Element();
-    for (var _i = 0, _a = node.getChildren(); _i < _a.length; _i++) {
-        var child = _a[_i];
-        switch (child.type) {
-            case _parser_cssNodes__WEBPACK_IMPORTED_MODULE_0__["NodeType"].SelectorCombinator:
-                if (parentElement) {
-                    var segments = child.getText().split('&');
-                    if (segments.length === 1) {
-                        // should not happen
-                        result.addAttr('name', segments[0]);
-                        break;
-                    }
-                    result = parentElement.cloneWithParent();
-                    if (segments[0]) {
-                        var root = result.findRoot();
-                        root.prepend(segments[0]);
-                    }
-                    for (var i = 1; i < segments.length; i++) {
-                        if (i > 1) {
-                            var clone = parentElement.cloneWithParent();
-                            result.addChild(clone.findRoot());
-                            result = clone;
-                        }
-                        result.append(segments[i]);
-                    }
-                }
-                break;
-            case _parser_cssNodes__WEBPACK_IMPORTED_MODULE_0__["NodeType"].SelectorPlaceholder:
-                if (child.matches('@at-root')) {
-                    return result;
-                }
-            // fall through
-            case _parser_cssNodes__WEBPACK_IMPORTED_MODULE_0__["NodeType"].ElementNameSelector:
-                var text = child.getText();
-                result.addAttr('name', text === '*' ? 'element' : unescape(text));
-                break;
-            case _parser_cssNodes__WEBPACK_IMPORTED_MODULE_0__["NodeType"].ClassSelector:
-                result.addAttr('class', unescape(child.getText().substring(1)));
-                break;
-            case _parser_cssNodes__WEBPACK_IMPORTED_MODULE_0__["NodeType"].IdentifierSelector:
-                result.addAttr('id', unescape(child.getText().substring(1)));
-                break;
-            case _parser_cssNodes__WEBPACK_IMPORTED_MODULE_0__["NodeType"].MixinDeclaration:
-                result.addAttr('class', child.getName());
-                break;
-            case _parser_cssNodes__WEBPACK_IMPORTED_MODULE_0__["NodeType"].PseudoSelector:
-                result.addAttr(unescape(child.getText()), '');
-                break;
-            case _parser_cssNodes__WEBPACK_IMPORTED_MODULE_0__["NodeType"].AttributeSelector:
-                var selector = child;
-                var identifier = selector.getIdentifier();
-                if (identifier) {
-                    var expression = selector.getValue();
-                    var operator = selector.getOperator();
-                    var value = void 0;
-                    if (expression && operator) {
-                        switch (unescape(operator.getText())) {
-                            case '|=':
-                                // excatly or followed by -words
-                                value = quotes.remove(unescape(expression.getText())) + "-\u2026";
-                                break;
-                            case '^=':
-                                // prefix
-                                value = quotes.remove(unescape(expression.getText())) + "\u2026";
-                                break;
-                            case '$=':
-                                // suffix
-                                value = "\u2026" + quotes.remove(unescape(expression.getText()));
-                                break;
-                            case '~=':
-                                // one of a list of words
-                                value = " \u2026 " + quotes.remove(unescape(expression.getText())) + " \u2026 ";
-                                break;
-                            case '*=':
-                                // substring
-                                value = "\u2026" + quotes.remove(unescape(expression.getText())) + "\u2026";
-                                break;
-                            default:
-                                value = quotes.remove(unescape(expression.getText()));
-                                break;
-                        }
-                    }
-                    result.addAttr(unescape(identifier.getText()), value);
-                }
-                break;
-        }
-    }
-    return result;
-}
-function unescape(content) {
-    var scanner = new _parser_cssScanner__WEBPACK_IMPORTED_MODULE_1__["Scanner"]();
-    scanner.setSource(content);
-    var token = scanner.scanUnquotedString();
-    if (token) {
-        return token.text;
-    }
-    return content;
-}
-function isPseudoElementIdentifier(text) {
-    var match = text.match(/^::?([\w-]+)/);
-    if (!match) {
-        return false;
-    }
-    return !!_languageFacts_facts__WEBPACK_IMPORTED_MODULE_2__["cssDataManager"].getPseudoElement("::" + match[1]);
-}
-function selectorToSpecificityMarkedString(node) {
-    //https://www.w3.org/TR/selectors-3/#specificity
-    function calculateScore(node) {
-        node.getChildren().forEach(function (element) {
-            switch (element.type) {
-                case _parser_cssNodes__WEBPACK_IMPORTED_MODULE_0__["NodeType"].IdentifierSelector:
-                    specificity.id++;
-                    break;
-                case _parser_cssNodes__WEBPACK_IMPORTED_MODULE_0__["NodeType"].ClassSelector:
-                case _parser_cssNodes__WEBPACK_IMPORTED_MODULE_0__["NodeType"].AttributeSelector:
-                    specificity.attr++;
-                    break;
-                case _parser_cssNodes__WEBPACK_IMPORTED_MODULE_0__["NodeType"].ElementNameSelector:
-                    //ignore universal selector
-                    if (element.matches("*")) {
-                        break;
-                    }
-                    specificity.tag++;
-                    break;
-                case _parser_cssNodes__WEBPACK_IMPORTED_MODULE_0__["NodeType"].PseudoSelector:
-                    var text = element.getText();
-                    if (isPseudoElementIdentifier(text)) {
-                        specificity.tag++; // pseudo element
-                    }
-                    else {
-                        //ignore psuedo class NOT
-                        if (text.match(/^:not/i)) {
-                            break;
-                        }
-                        specificity.attr++; //pseudo class
-                    }
-                    break;
-            }
-            if (element.getChildren().length > 0) {
-                calculateScore(element);
-            }
-        });
-    }
-    var specificity = new Specificity();
-    calculateScore(node);
-    return localize('specificity', "[Selector Specificity](https://developer.mozilla.org/en-US/docs/Web/CSS/Specificity): ({0}, {1}, {2})", specificity.id, specificity.attr, specificity.tag);
-}
-function selectorToMarkedString(node) {
-    var root = selectorToElement(node);
-    if (root) {
-        var markedStrings = new MarkedStringPrinter('"').print(root);
-        markedStrings.push(selectorToSpecificityMarkedString(node));
-        return markedStrings;
-    }
-    else {
-        return [];
-    }
-}
-function simpleSelectorToMarkedString(node) {
-    var element = toElement(node);
-    var markedStrings = new MarkedStringPrinter('"').print(element);
-    markedStrings.push(selectorToSpecificityMarkedString(node));
-    return markedStrings;
-}
-var SelectorElementBuilder = /** @class */ (function () {
-    function SelectorElementBuilder(element) {
-        this.prev = null;
-        this.element = element;
-    }
-    SelectorElementBuilder.prototype.processSelector = function (selector) {
-        var parentElement = null;
-        if (!(this.element instanceof RootElement)) {
-            if (selector.getChildren().some(function (c) { return c.hasChildren() && c.getChild(0).type === _parser_cssNodes__WEBPACK_IMPORTED_MODULE_0__["NodeType"].SelectorCombinator; })) {
-                var curr = this.element.findRoot();
-                if (curr.parent instanceof RootElement) {
-                    parentElement = this.element;
-                    this.element = curr.parent;
-                    this.element.removeChild(curr);
-                    this.prev = null;
-                }
-            }
-        }
-        for (var _i = 0, _a = selector.getChildren(); _i < _a.length; _i++) {
-            var selectorChild = _a[_i];
-            if (selectorChild instanceof _parser_cssNodes__WEBPACK_IMPORTED_MODULE_0__["SimpleSelector"]) {
-                if (this.prev instanceof _parser_cssNodes__WEBPACK_IMPORTED_MODULE_0__["SimpleSelector"]) {
-                    var labelElement = new LabelElement('\u2026');
-                    this.element.addChild(labelElement);
-                    this.element = labelElement;
-                }
-                else if (this.prev && (this.prev.matches('+') || this.prev.matches('~')) && this.element.parent) {
-                    this.element = this.element.parent;
-                }
-                if (this.prev && this.prev.matches('~')) {
-                    this.element.addChild(toElement(selectorChild));
-                    this.element.addChild(new LabelElement('\u22EE'));
-                }
-                var thisElement = toElement(selectorChild, parentElement);
-                var root = thisElement.findRoot();
-                this.element.addChild(root);
-                this.element = thisElement;
-            }
-            if (selectorChild instanceof _parser_cssNodes__WEBPACK_IMPORTED_MODULE_0__["SimpleSelector"] ||
-                selectorChild.type === _parser_cssNodes__WEBPACK_IMPORTED_MODULE_0__["NodeType"].SelectorCombinatorParent ||
-                selectorChild.type === _parser_cssNodes__WEBPACK_IMPORTED_MODULE_0__["NodeType"].SelectorCombinatorShadowPiercingDescendant ||
-                selectorChild.type === _parser_cssNodes__WEBPACK_IMPORTED_MODULE_0__["NodeType"].SelectorCombinatorSibling ||
-                selectorChild.type === _parser_cssNodes__WEBPACK_IMPORTED_MODULE_0__["NodeType"].SelectorCombinatorAllSiblings) {
-                this.prev = selectorChild;
-            }
-        }
-    };
-    return SelectorElementBuilder;
-}());
-function isNewSelectorContext(node) {
-    switch (node.type) {
-        case _parser_cssNodes__WEBPACK_IMPORTED_MODULE_0__["NodeType"].MixinDeclaration:
-        case _parser_cssNodes__WEBPACK_IMPORTED_MODULE_0__["NodeType"].Stylesheet:
-            return true;
-    }
-    return false;
-}
-function selectorToElement(node) {
-    if (node.matches('@at-root')) {
-        return null;
-    }
-    var root = new RootElement();
-    var parentRuleSets = [];
-    var ruleSet = node.getParent();
-    if (ruleSet instanceof _parser_cssNodes__WEBPACK_IMPORTED_MODULE_0__["RuleSet"]) {
-        var parent = ruleSet.getParent(); // parent of the selector's ruleset
-        while (parent && !isNewSelectorContext(parent)) {
-            if (parent instanceof _parser_cssNodes__WEBPACK_IMPORTED_MODULE_0__["RuleSet"]) {
-                if (parent.getSelectors().matches('@at-root')) {
-                    break;
-                }
-                parentRuleSets.push(parent);
-            }
-            parent = parent.getParent();
-        }
-    }
-    var builder = new SelectorElementBuilder(root);
-    for (var i = parentRuleSets.length - 1; i >= 0; i--) {
-        var selector = parentRuleSets[i].getSelectors().getChild(0);
-        if (selector) {
-            builder.processSelector(selector);
-        }
-    }
-    builder.processSelector(node);
-    return root;
-}
-
-
-/***/ }),
-/* 94 */
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
-
-"use strict";
-__webpack_require__.r(__webpack_exports__);
-/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "CSSNavigation", function() { return CSSNavigation; });
-/* harmony import */ var _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(90);
-/* harmony import */ var vscode_nls__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(77);
-/* harmony import */ var vscode_nls__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(vscode_nls__WEBPACK_IMPORTED_MODULE_1__);
-/* harmony import */ var _parser_cssNodes__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(75);
-/* harmony import */ var _parser_cssSymbolScope__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(87);
-/* harmony import */ var _languageFacts_facts__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(78);
-/* harmony import */ var _utils_strings__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(89);
-/*---------------------------------------------------------------------------------------------
- *  Copyright (c) Microsoft Corporation. All rights reserved.
- *  Licensed under the MIT License. See License.txt in the project root for license information.
- *--------------------------------------------------------------------------------------------*/
-
-var __awaiter = (undefined && undefined.__awaiter) || function (thisArg, _arguments, P, generator) {
-    function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
-    return new (P || (P = Promise))(function (resolve, reject) {
-        function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
-        function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
-        function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
-        step((generator = generator.apply(thisArg, _arguments || [])).next());
-    });
-};
-var __generator = (undefined && undefined.__generator) || function (thisArg, body) {
-    var _ = { label: 0, sent: function() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g;
-    return g = { next: verb(0), "throw": verb(1), "return": verb(2) }, typeof Symbol === "function" && (g[Symbol.iterator] = function() { return this; }), g;
-    function verb(n) { return function (v) { return step([n, v]); }; }
-    function step(op) {
-        if (f) throw new TypeError("Generator is already executing.");
-        while (_) try {
-            if (f = 1, y && (t = op[0] & 2 ? y["return"] : op[0] ? y["throw"] || ((t = y["return"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t;
-            if (y = 0, t) op = [op[0] & 2, t.value];
-            switch (op[0]) {
-                case 0: case 1: t = op; break;
-                case 4: _.label++; return { value: op[1], done: false };
-                case 5: _.label++; y = op[1]; op = [0]; continue;
-                case 7: op = _.ops.pop(); _.trys.pop(); continue;
-                default:
-                    if (!(t = _.trys, t = t.length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) { _ = 0; continue; }
-                    if (op[0] === 3 && (!t || (op[1] > t[0] && op[1] < t[3]))) { _.label = op[1]; break; }
-                    if (op[0] === 6 && _.label < t[1]) { _.label = t[1]; t = op; break; }
-                    if (t && _.label < t[2]) { _.label = t[2]; _.ops.push(op); break; }
-                    if (t[2]) _.ops.pop();
-                    _.trys.pop(); continue;
-            }
-            op = body.call(thisArg, _);
-        } catch (e) { op = [6, e]; y = 0; } finally { f = t = 0; }
-        if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
-    }
-};
-
-
-
-
-
-
-var localize = vscode_nls__WEBPACK_IMPORTED_MODULE_1__["loadMessageBundle"]();
-var CSSNavigation = /** @class */ (function () {
-    function CSSNavigation() {
-    }
-    CSSNavigation.prototype.findDefinition = function (document, position, stylesheet) {
-        var symbols = new _parser_cssSymbolScope__WEBPACK_IMPORTED_MODULE_3__["Symbols"](stylesheet);
-        var offset = document.offsetAt(position);
-        var node = _parser_cssNodes__WEBPACK_IMPORTED_MODULE_2__["getNodeAtOffset"](stylesheet, offset);
-        if (!node) {
-            return null;
-        }
-        var symbol = symbols.findSymbolFromNode(node);
-        if (!symbol) {
-            return null;
-        }
-        return {
-            uri: document.uri,
-            range: getRange(symbol.node, document)
-        };
-    };
-    CSSNavigation.prototype.findReferences = function (document, position, stylesheet) {
-        var highlights = this.findDocumentHighlights(document, position, stylesheet);
-        return highlights.map(function (h) {
-            return {
-                uri: document.uri,
-                range: h.range
-            };
-        });
-    };
-    CSSNavigation.prototype.findDocumentHighlights = function (document, position, stylesheet) {
-        var result = [];
-        var offset = document.offsetAt(position);
-        var node = _parser_cssNodes__WEBPACK_IMPORTED_MODULE_2__["getNodeAtOffset"](stylesheet, offset);
-        if (!node || node.type === _parser_cssNodes__WEBPACK_IMPORTED_MODULE_2__["NodeType"].Stylesheet || node.type === _parser_cssNodes__WEBPACK_IMPORTED_MODULE_2__["NodeType"].Declarations) {
-            return result;
-        }
-        if (node.type === _parser_cssNodes__WEBPACK_IMPORTED_MODULE_2__["NodeType"].Identifier && node.parent && node.parent.type === _parser_cssNodes__WEBPACK_IMPORTED_MODULE_2__["NodeType"].ClassSelector) {
-            node = node.parent;
-        }
-        var symbols = new _parser_cssSymbolScope__WEBPACK_IMPORTED_MODULE_3__["Symbols"](stylesheet);
-        var symbol = symbols.findSymbolFromNode(node);
-        var name = node.getText();
-        stylesheet.accept(function (candidate) {
-            if (symbol) {
-                if (symbols.matchesSymbol(candidate, symbol)) {
-                    result.push({
-                        kind: getHighlightKind(candidate),
-                        range: getRange(candidate, document)
-                    });
-                    return false;
-                }
-            }
-            else if (node && node.type === candidate.type && candidate.matches(name)) {
-                // Same node type and data
-                result.push({
-                    kind: getHighlightKind(candidate),
-                    range: getRange(candidate, document)
-                });
-            }
-            return true;
-        });
-        return result;
-    };
-    CSSNavigation.prototype.isRawStringDocumentLinkNode = function (node) {
-        return node.type === _parser_cssNodes__WEBPACK_IMPORTED_MODULE_2__["NodeType"].Import;
-    };
-    CSSNavigation.prototype.findDocumentLinks = function (document, stylesheet, documentContext) {
-        var _this = this;
-        var result = [];
-        stylesheet.accept(function (candidate) {
-            if (candidate.type === _parser_cssNodes__WEBPACK_IMPORTED_MODULE_2__["NodeType"].URILiteral) {
-                var link = uriLiteralNodeToDocumentLink(document, candidate, documentContext);
-                if (link) {
-                    result.push(link);
-                }
-                return false;
-            }
-            /**
-             * In @import, it is possible to include links that do not use `url()`
-             * For example, `@import 'foo.css';`
-             */
-            if (candidate.parent && _this.isRawStringDocumentLinkNode(candidate.parent)) {
-                var rawText = candidate.getText();
-                if (Object(_utils_strings__WEBPACK_IMPORTED_MODULE_5__["startsWith"])(rawText, "'") || Object(_utils_strings__WEBPACK_IMPORTED_MODULE_5__["startsWith"])(rawText, "\"")) {
-                    var link = uriStringNodeToDocumentLink(document, candidate, documentContext);
-                    if (link) {
-                        result.push(link);
-                    }
-                }
-                return false;
-            }
-            return true;
-        });
-        return result;
-    };
-    CSSNavigation.prototype.findDocumentLinks2 = function (document, stylesheet, documentContext) {
-        return __awaiter(this, void 0, void 0, function () {
-            return __generator(this, function (_a) {
-                return [2 /*return*/, this.findDocumentLinks(document, stylesheet, documentContext)];
-            });
-        });
-    };
-    CSSNavigation.prototype.findDocumentSymbols = function (document, stylesheet) {
-        var result = [];
-        stylesheet.accept(function (node) {
-            var entry = {
-                name: null,
-                kind: _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_0__["SymbolKind"].Class,
-                location: null
-            };
-            var locationNode = node;
-            if (node instanceof _parser_cssNodes__WEBPACK_IMPORTED_MODULE_2__["Selector"]) {
-                entry.name = node.getText();
-                locationNode = node.findAParent(_parser_cssNodes__WEBPACK_IMPORTED_MODULE_2__["NodeType"].Ruleset, _parser_cssNodes__WEBPACK_IMPORTED_MODULE_2__["NodeType"].ExtendsReference);
-                if (locationNode) {
-                    entry.location = _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_0__["Location"].create(document.uri, getRange(locationNode, document));
-                    result.push(entry);
-                }
-                return false;
-            }
-            else if (node instanceof _parser_cssNodes__WEBPACK_IMPORTED_MODULE_2__["VariableDeclaration"]) {
-                entry.name = node.getName();
-                entry.kind = _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_0__["SymbolKind"].Variable;
-            }
-            else if (node instanceof _parser_cssNodes__WEBPACK_IMPORTED_MODULE_2__["MixinDeclaration"]) {
-                entry.name = node.getName();
-                entry.kind = _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_0__["SymbolKind"].Method;
-            }
-            else if (node instanceof _parser_cssNodes__WEBPACK_IMPORTED_MODULE_2__["FunctionDeclaration"]) {
-                entry.name = node.getName();
-                entry.kind = _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_0__["SymbolKind"].Function;
-            }
-            else if (node instanceof _parser_cssNodes__WEBPACK_IMPORTED_MODULE_2__["Keyframe"]) {
-                entry.name = localize('literal.keyframes', "@keyframes {0}", node.getName());
-            }
-            else if (node instanceof _parser_cssNodes__WEBPACK_IMPORTED_MODULE_2__["FontFace"]) {
-                entry.name = localize('literal.fontface', "@font-face");
-            }
-            else if (node instanceof _parser_cssNodes__WEBPACK_IMPORTED_MODULE_2__["Media"]) {
-                var mediaList = node.getChild(0);
-                if (mediaList instanceof _parser_cssNodes__WEBPACK_IMPORTED_MODULE_2__["Medialist"]) {
-                    entry.name = '@media ' + mediaList.getText();
-                    entry.kind = _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_0__["SymbolKind"].Module;
-                }
-            }
-            if (entry.name) {
-                entry.location = _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_0__["Location"].create(document.uri, getRange(locationNode, document));
-                result.push(entry);
-            }
-            return true;
-        });
-        return result;
-    };
-    CSSNavigation.prototype.findDocumentColors = function (document, stylesheet) {
-        var result = [];
-        stylesheet.accept(function (node) {
-            var colorInfo = getColorInformation(node, document);
-            if (colorInfo) {
-                result.push(colorInfo);
-            }
-            return true;
-        });
-        return result;
-    };
-    CSSNavigation.prototype.getColorPresentations = function (document, stylesheet, color, range) {
-        var result = [];
-        var red256 = Math.round(color.red * 255), green256 = Math.round(color.green * 255), blue256 = Math.round(color.blue * 255);
-        var label;
-        if (color.alpha === 1) {
-            label = "rgb(" + red256 + ", " + green256 + ", " + blue256 + ")";
-        }
-        else {
-            label = "rgba(" + red256 + ", " + green256 + ", " + blue256 + ", " + color.alpha + ")";
-        }
-        result.push({ label: label, textEdit: _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_0__["TextEdit"].replace(range, label) });
-        if (color.alpha === 1) {
-            label = "#" + toTwoDigitHex(red256) + toTwoDigitHex(green256) + toTwoDigitHex(blue256);
-        }
-        else {
-            label = "#" + toTwoDigitHex(red256) + toTwoDigitHex(green256) + toTwoDigitHex(blue256) + toTwoDigitHex(Math.round(color.alpha * 255));
-        }
-        result.push({ label: label, textEdit: _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_0__["TextEdit"].replace(range, label) });
-        var hsl = Object(_languageFacts_facts__WEBPACK_IMPORTED_MODULE_4__["hslFromColor"])(color);
-        if (hsl.a === 1) {
-            label = "hsl(" + hsl.h + ", " + Math.round(hsl.s * 100) + "%, " + Math.round(hsl.l * 100) + "%)";
-        }
-        else {
-            label = "hsla(" + hsl.h + ", " + Math.round(hsl.s * 100) + "%, " + Math.round(hsl.l * 100) + "%, " + hsl.a + ")";
-        }
-        result.push({ label: label, textEdit: _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_0__["TextEdit"].replace(range, label) });
-        return result;
-    };
-    CSSNavigation.prototype.doRename = function (document, position, newName, stylesheet) {
-        var _a;
-        var highlights = this.findDocumentHighlights(document, position, stylesheet);
-        var edits = highlights.map(function (h) { return _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_0__["TextEdit"].replace(h.range, newName); });
-        return {
-            changes: (_a = {}, _a[document.uri] = edits, _a)
-        };
-    };
-    return CSSNavigation;
-}());
-
-function getColorInformation(node, document) {
-    var color = Object(_languageFacts_facts__WEBPACK_IMPORTED_MODULE_4__["getColorValue"])(node);
-    if (color) {
-        var range = getRange(node, document);
-        return { color: color, range: range };
-    }
-    return null;
-}
-function uriLiteralNodeToDocumentLink(document, uriLiteralNode, documentContext) {
-    if (uriLiteralNode.getChildren().length === 0) {
-        return null;
-    }
-    var uriStringNode = uriLiteralNode.getChild(0);
-    return uriStringNodeToDocumentLink(document, uriStringNode, documentContext);
-}
-function uriStringNodeToDocumentLink(document, uriStringNode, documentContext) {
-    if (!uriStringNode) {
-        return null;
-    }
-    var rawUri = uriStringNode.getText();
-    var range = getRange(uriStringNode, document);
-    // Make sure the range is not empty
-    if (range.start.line === range.end.line && range.start.character === range.end.character) {
-        return null;
-    }
-    if (Object(_utils_strings__WEBPACK_IMPORTED_MODULE_5__["startsWith"])(rawUri, "'") || Object(_utils_strings__WEBPACK_IMPORTED_MODULE_5__["startsWith"])(rawUri, "\"")) {
-        rawUri = rawUri.slice(1, -1);
-    }
-    var target;
-    if (Object(_utils_strings__WEBPACK_IMPORTED_MODULE_5__["startsWith"])(rawUri, 'http://') || Object(_utils_strings__WEBPACK_IMPORTED_MODULE_5__["startsWith"])(rawUri, 'https://')) {
-        target = rawUri;
-    }
-    else if (/^\w+:\/\//g.test(rawUri)) {
-        target = rawUri;
-    }
-    else {
-        target = documentContext.resolveReference(rawUri, document.uri);
-    }
-    return {
-        range: range,
-        target: target
-    };
-}
-function getRange(node, document) {
-    return _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_0__["Range"].create(document.positionAt(node.offset), document.positionAt(node.end));
-}
-function getHighlightKind(node) {
-    if (node.type === _parser_cssNodes__WEBPACK_IMPORTED_MODULE_2__["NodeType"].Selector) {
-        return _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_0__["DocumentHighlightKind"].Write;
-    }
-    if (node instanceof _parser_cssNodes__WEBPACK_IMPORTED_MODULE_2__["Identifier"]) {
-        if (node.parent && node.parent instanceof _parser_cssNodes__WEBPACK_IMPORTED_MODULE_2__["Property"]) {
-            if (node.isCustomProperty) {
-                return _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_0__["DocumentHighlightKind"].Write;
-            }
-        }
-    }
-    if (node.parent) {
-        switch (node.parent.type) {
-            case _parser_cssNodes__WEBPACK_IMPORTED_MODULE_2__["NodeType"].FunctionDeclaration:
-            case _parser_cssNodes__WEBPACK_IMPORTED_MODULE_2__["NodeType"].MixinDeclaration:
-            case _parser_cssNodes__WEBPACK_IMPORTED_MODULE_2__["NodeType"].Keyframe:
-            case _parser_cssNodes__WEBPACK_IMPORTED_MODULE_2__["NodeType"].VariableDeclaration:
-            case _parser_cssNodes__WEBPACK_IMPORTED_MODULE_2__["NodeType"].FunctionParameter:
-                return _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_0__["DocumentHighlightKind"].Write;
-        }
-    }
-    return _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_0__["DocumentHighlightKind"].Read;
-}
-function toTwoDigitHex(n) {
-    var r = n.toString(16);
-    return r.length !== 2 ? '0' + r : r;
-}
-
-
-/***/ }),
-/* 95 */
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
-
-"use strict";
-__webpack_require__.r(__webpack_exports__);
-/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "CSSCodeActions", function() { return CSSCodeActions; });
-/* harmony import */ var _parser_cssNodes__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(75);
-/* harmony import */ var _languageFacts_facts__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(78);
-/* harmony import */ var _utils_strings__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(89);
-/* harmony import */ var _services_lintRules__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(96);
-/* harmony import */ var _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(90);
-/* harmony import */ var vscode_nls__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(77);
-/* harmony import */ var vscode_nls__WEBPACK_IMPORTED_MODULE_5___default = /*#__PURE__*/__webpack_require__.n(vscode_nls__WEBPACK_IMPORTED_MODULE_5__);
-/*---------------------------------------------------------------------------------------------
- *  Copyright (c) Microsoft Corporation. All rights reserved.
- *  Licensed under the MIT License. See License.txt in the project root for license information.
- *--------------------------------------------------------------------------------------------*/
-
-
-
-
-
-
-
-var localize = vscode_nls__WEBPACK_IMPORTED_MODULE_5__["loadMessageBundle"]();
-var CSSCodeActions = /** @class */ (function () {
-    function CSSCodeActions() {
-    }
-    CSSCodeActions.prototype.doCodeActions = function (document, range, context, stylesheet) {
-        return this.doCodeActions2(document, range, context, stylesheet).map(function (ca) {
-            var textDocumentEdit = ca.edit && ca.edit.documentChanges && ca.edit.documentChanges[0];
-            return _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_4__["Command"].create(ca.title, '_css.applyCodeAction', document.uri, document.version, textDocumentEdit && textDocumentEdit.edits);
-        });
-    };
-    CSSCodeActions.prototype.doCodeActions2 = function (document, range, context, stylesheet) {
-        var result = [];
-        if (context.diagnostics) {
-            for (var _i = 0, _a = context.diagnostics; _i < _a.length; _i++) {
-                var diagnostic = _a[_i];
-                this.appendFixesForMarker(document, stylesheet, diagnostic, result);
-            }
-        }
-        return result;
-    };
-    CSSCodeActions.prototype.getFixesForUnknownProperty = function (document, property, marker, result) {
-        var propertyName = property.getName();
-        var candidates = [];
-        _languageFacts_facts__WEBPACK_IMPORTED_MODULE_1__["cssDataManager"].getProperties().forEach(function (p) {
-            var score = Object(_utils_strings__WEBPACK_IMPORTED_MODULE_2__["difference"])(propertyName, p.name);
-            if (score >= propertyName.length / 2 /*score_lim*/) {
-                candidates.push({ property: p.name, score: score });
-            }
-        });
-        // Sort in descending order.
-        candidates.sort(function (a, b) {
-            return b.score - a.score;
-        });
-        var maxActions = 3;
-        for (var _i = 0, candidates_1 = candidates; _i < candidates_1.length; _i++) {
-            var candidate = candidates_1[_i];
-            var propertyName_1 = candidate.property;
-            var title = localize('css.codeaction.rename', "Rename to '{0}'", propertyName_1);
-            var edit = _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_4__["TextEdit"].replace(marker.range, propertyName_1);
-            var documentIdentifier = _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_4__["VersionedTextDocumentIdentifier"].create(document.uri, document.version);
-            var workspaceEdit = { documentChanges: [_cssLanguageTypes__WEBPACK_IMPORTED_MODULE_4__["TextDocumentEdit"].create(documentIdentifier, [edit])] };
-            var codeAction = _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_4__["CodeAction"].create(title, workspaceEdit, _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_4__["CodeActionKind"].QuickFix);
-            codeAction.diagnostics = [marker];
-            result.push(codeAction);
-            if (--maxActions <= 0) {
-                return;
-            }
-        }
-    };
-    CSSCodeActions.prototype.appendFixesForMarker = function (document, stylesheet, marker, result) {
-        if (marker.code !== _services_lintRules__WEBPACK_IMPORTED_MODULE_3__["Rules"].UnknownProperty.id) {
-            return;
-        }
-        var offset = document.offsetAt(marker.range.start);
-        var end = document.offsetAt(marker.range.end);
-        var nodepath = _parser_cssNodes__WEBPACK_IMPORTED_MODULE_0__["getNodePath"](stylesheet, offset);
-        for (var i = nodepath.length - 1; i >= 0; i--) {
-            var node = nodepath[i];
-            if (node instanceof _parser_cssNodes__WEBPACK_IMPORTED_MODULE_0__["Declaration"]) {
-                var property = node.getProperty();
-                if (property && property.offset === offset && property.end === end) {
-                    this.getFixesForUnknownProperty(document, property, marker, result);
-                    return;
-                }
-            }
-        }
-    };
-    return CSSCodeActions;
-}());
-
-
-
-/***/ }),
-/* 96 */
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
-
-"use strict";
-__webpack_require__.r(__webpack_exports__);
-/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Rule", function() { return Rule; });
-/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Setting", function() { return Setting; });
-/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Rules", function() { return Rules; });
-/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Settings", function() { return Settings; });
-/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "LintConfigurationSettings", function() { return LintConfigurationSettings; });
-/* harmony import */ var _parser_cssNodes__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(75);
-/* harmony import */ var vscode_nls__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(77);
-/* harmony import */ var vscode_nls__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(vscode_nls__WEBPACK_IMPORTED_MODULE_1__);
-/*---------------------------------------------------------------------------------------------
- *  Copyright (c) Microsoft Corporation. All rights reserved.
- *  Licensed under the MIT License. See License.txt in the project root for license information.
- *--------------------------------------------------------------------------------------------*/
-
-
-
-var localize = vscode_nls__WEBPACK_IMPORTED_MODULE_1__["loadMessageBundle"]();
-var Warning = _parser_cssNodes__WEBPACK_IMPORTED_MODULE_0__["Level"].Warning;
-var Error = _parser_cssNodes__WEBPACK_IMPORTED_MODULE_0__["Level"].Error;
-var Ignore = _parser_cssNodes__WEBPACK_IMPORTED_MODULE_0__["Level"].Ignore;
-var Rule = /** @class */ (function () {
-    function Rule(id, message, defaultValue) {
-        this.id = id;
-        this.message = message;
-        this.defaultValue = defaultValue;
-        // nothing to do
-    }
-    return Rule;
-}());
-
-var Setting = /** @class */ (function () {
-    function Setting(id, message, defaultValue) {
-        this.id = id;
-        this.message = message;
-        this.defaultValue = defaultValue;
-        // nothing to do
-    }
-    return Setting;
-}());
-
-var Rules = {
-    AllVendorPrefixes: new Rule('compatibleVendorPrefixes', localize('rule.vendorprefixes.all', "When using a vendor-specific prefix make sure to also include all other vendor-specific properties"), Ignore),
-    IncludeStandardPropertyWhenUsingVendorPrefix: new Rule('vendorPrefix', localize('rule.standardvendorprefix.all', "When using a vendor-specific prefix also include the standard property"), Warning),
-    DuplicateDeclarations: new Rule('duplicateProperties', localize('rule.duplicateDeclarations', "Do not use duplicate style definitions"), Ignore),
-    EmptyRuleSet: new Rule('emptyRules', localize('rule.emptyRuleSets', "Do not use empty rulesets"), Warning),
-    ImportStatemement: new Rule('importStatement', localize('rule.importDirective', "Import statements do not load in parallel"), Ignore),
-    BewareOfBoxModelSize: new Rule('boxModel', localize('rule.bewareOfBoxModelSize', "Do not use width or height when using padding or border"), Ignore),
-    UniversalSelector: new Rule('universalSelector', localize('rule.universalSelector', "The universal selector (*) is known to be slow"), Ignore),
-    ZeroWithUnit: new Rule('zeroUnits', localize('rule.zeroWidthUnit', "No unit for zero needed"), Ignore),
-    RequiredPropertiesForFontFace: new Rule('fontFaceProperties', localize('rule.fontFaceProperties', "@font-face rule must define 'src' and 'font-family' properties"), Warning),
-    HexColorLength: new Rule('hexColorLength', localize('rule.hexColor', "Hex colors must consist of three, four, six or eight hex numbers"), Error),
-    ArgsInColorFunction: new Rule('argumentsInColorFunction', localize('rule.colorFunction', "Invalid number of parameters"), Error),
-    UnknownProperty: new Rule('unknownProperties', localize('rule.unknownProperty', "Unknown property."), Warning),
-    UnknownAtRules: new Rule('unknownAtRules', localize('rule.unknownAtRules', "Unknown at-rule."), Warning),
-    IEStarHack: new Rule('ieHack', localize('rule.ieHack', "IE hacks are only necessary when supporting IE7 and older"), Ignore),
-    UnknownVendorSpecificProperty: new Rule('unknownVendorSpecificProperties', localize('rule.unknownVendorSpecificProperty', "Unknown vendor specific property."), Ignore),
-    PropertyIgnoredDueToDisplay: new Rule('propertyIgnoredDueToDisplay', localize('rule.propertyIgnoredDueToDisplay', "Property is ignored due to the display."), Warning),
-    AvoidImportant: new Rule('important', localize('rule.avoidImportant', "Avoid using !important. It is an indication that the specificity of the entire CSS has gotten out of control and needs to be refactored."), Ignore),
-    AvoidFloat: new Rule('float', localize('rule.avoidFloat', "Avoid using 'float'. Floats lead to fragile CSS that is easy to break if one aspect of the layout changes."), Ignore),
-    AvoidIdSelector: new Rule('idSelector', localize('rule.avoidIdSelector', "Selectors should not contain IDs because these rules are too tightly coupled with the HTML."), Ignore),
-};
-var Settings = {
-    ValidProperties: new Setting('validProperties', localize('rule.validProperties', "A list of properties that are not validated against the `unknownProperties` rule."), [])
-};
-var LintConfigurationSettings = /** @class */ (function () {
-    function LintConfigurationSettings(conf) {
-        if (conf === void 0) { conf = {}; }
-        this.conf = conf;
-    }
-    LintConfigurationSettings.prototype.getRule = function (rule) {
-        if (this.conf.hasOwnProperty(rule.id)) {
-            var level = toLevel(this.conf[rule.id]);
-            if (level) {
-                return level;
-            }
-        }
-        return rule.defaultValue;
-    };
-    LintConfigurationSettings.prototype.getSetting = function (setting) {
-        return this.conf[setting.id];
-    };
-    return LintConfigurationSettings;
-}());
-
-function toLevel(level) {
-    switch (level) {
-        case 'ignore': return _parser_cssNodes__WEBPACK_IMPORTED_MODULE_0__["Level"].Ignore;
-        case 'warning': return _parser_cssNodes__WEBPACK_IMPORTED_MODULE_0__["Level"].Warning;
-        case 'error': return _parser_cssNodes__WEBPACK_IMPORTED_MODULE_0__["Level"].Error;
-    }
-    return null;
-}
-
-
-/***/ }),
-/* 97 */
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
-
-"use strict";
-__webpack_require__.r(__webpack_exports__);
-/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "CSSValidation", function() { return CSSValidation; });
-/* harmony import */ var _parser_cssNodes__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(75);
-/* harmony import */ var _lintRules__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(96);
-/* harmony import */ var _lint__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(98);
-/* harmony import */ var _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(90);
-/*---------------------------------------------------------------------------------------------
- *  Copyright (c) Microsoft Corporation. All rights reserved.
- *  Licensed under the MIT License. See License.txt in the project root for license information.
- *--------------------------------------------------------------------------------------------*/
-
-
-
-
-
-var CSSValidation = /** @class */ (function () {
-    function CSSValidation() {
-    }
-    CSSValidation.prototype.configure = function (settings) {
-        this.settings = settings;
-    };
-    CSSValidation.prototype.doValidation = function (document, stylesheet, settings) {
-        if (settings === void 0) { settings = this.settings; }
-        if (settings && settings.validate === false) {
-            return [];
-        }
-        var entries = [];
-        entries.push.apply(entries, _parser_cssNodes__WEBPACK_IMPORTED_MODULE_0__["ParseErrorCollector"].entries(stylesheet));
-        entries.push.apply(entries, _lint__WEBPACK_IMPORTED_MODULE_2__["LintVisitor"].entries(stylesheet, document, new _lintRules__WEBPACK_IMPORTED_MODULE_1__["LintConfigurationSettings"](settings && settings.lint)));
-        var ruleIds = [];
-        for (var r in _lintRules__WEBPACK_IMPORTED_MODULE_1__["Rules"]) {
-            ruleIds.push(_lintRules__WEBPACK_IMPORTED_MODULE_1__["Rules"][r].id);
-        }
-        function toDiagnostic(marker) {
-            var range = _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_3__["Range"].create(document.positionAt(marker.getOffset()), document.positionAt(marker.getOffset() + marker.getLength()));
-            var source = document.languageId;
-            return {
-                code: marker.getRule().id,
-                source: source,
-                message: marker.getMessage(),
-                severity: marker.getLevel() === _parser_cssNodes__WEBPACK_IMPORTED_MODULE_0__["Level"].Warning ? _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_3__["DiagnosticSeverity"].Warning : _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_3__["DiagnosticSeverity"].Error,
-                range: range
-            };
-        }
-        return entries.filter(function (entry) { return entry.getLevel() !== _parser_cssNodes__WEBPACK_IMPORTED_MODULE_0__["Level"].Ignore; }).map(toDiagnostic);
-    };
-    return CSSValidation;
-}());
-
-
-
-/***/ }),
-/* 98 */
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
-
-"use strict";
-__webpack_require__.r(__webpack_exports__);
-/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "LintVisitor", function() { return LintVisitor; });
-/* harmony import */ var _languageFacts_facts__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(78);
-/* harmony import */ var _lintRules__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(96);
-/* harmony import */ var _parser_cssNodes__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(75);
-/* harmony import */ var _lintUtil__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(99);
-/* harmony import */ var _utils_arrays__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(88);
-/* harmony import */ var vscode_nls__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(77);
-/* harmony import */ var vscode_nls__WEBPACK_IMPORTED_MODULE_5___default = /*#__PURE__*/__webpack_require__.n(vscode_nls__WEBPACK_IMPORTED_MODULE_5__);
-/*---------------------------------------------------------------------------------------------
- *  Copyright (c) Microsoft Corporation. All rights reserved.
- *  Licensed under the MIT License. See License.txt in the project root for license information.
- *--------------------------------------------------------------------------------------------*/
-
-
-
-
-
-
-
-var localize = vscode_nls__WEBPACK_IMPORTED_MODULE_5__["loadMessageBundle"]();
-var NodesByRootMap = /** @class */ (function () {
-    function NodesByRootMap() {
-        this.data = {};
-    }
-    NodesByRootMap.prototype.add = function (root, name, node) {
-        var entry = this.data[root];
-        if (!entry) {
-            entry = { nodes: [], names: [] };
-            this.data[root] = entry;
-        }
-        entry.names.push(name);
-        if (node) {
-            entry.nodes.push(node);
-        }
-    };
-    return NodesByRootMap;
-}());
-var LintVisitor = /** @class */ (function () {
-    function LintVisitor(document, settings) {
-        var _this = this;
-        this.warnings = [];
-        this.settings = settings;
-        this.documentText = document.getText();
-        this.keyframes = new NodesByRootMap();
-        this.validProperties = {};
-        var properties = settings.getSetting(_lintRules__WEBPACK_IMPORTED_MODULE_1__["Settings"].ValidProperties);
-        if (Array.isArray(properties)) {
-            properties.forEach(function (p) {
-                if (typeof p === 'string') {
-                    var name = p.trim().toLowerCase();
-                    if (name.length) {
-                        _this.validProperties[name] = true;
-                    }
-                }
-            });
-        }
-    }
-    LintVisitor.entries = function (node, document, settings, entryFilter) {
-        var visitor = new LintVisitor(document, settings);
-        node.acceptVisitor(visitor);
-        visitor.completeValidations();
-        return visitor.getEntries(entryFilter);
-    };
-    LintVisitor.prototype.isValidPropertyDeclaration = function (element) {
-        var propertyName = element.fullPropertyName;
-        return this.validProperties[propertyName];
-    };
-    LintVisitor.prototype.fetch = function (input, s) {
-        var elements = [];
-        for (var _i = 0, input_1 = input; _i < input_1.length; _i++) {
-            var curr = input_1[_i];
-            if (curr.fullPropertyName === s) {
-                elements.push(curr);
-            }
-        }
-        return elements;
-    };
-    LintVisitor.prototype.fetchWithValue = function (input, s, v) {
-        var elements = [];
-        for (var _i = 0, input_2 = input; _i < input_2.length; _i++) {
-            var inputElement = input_2[_i];
-            if (inputElement.fullPropertyName === s) {
-                var expression = inputElement.node.getValue();
-                if (expression && this.findValueInExpression(expression, v)) {
-                    elements.push(inputElement);
-                }
-            }
-        }
-        return elements;
-    };
-    LintVisitor.prototype.findValueInExpression = function (expression, v) {
-        var found = false;
-        expression.accept(function (node) {
-            if (node.type === _parser_cssNodes__WEBPACK_IMPORTED_MODULE_2__["NodeType"].Identifier && node.matches(v)) {
-                found = true;
-            }
-            return !found;
-        });
-        return found;
-    };
-    LintVisitor.prototype.getEntries = function (filter) {
-        if (filter === void 0) { filter = (_parser_cssNodes__WEBPACK_IMPORTED_MODULE_2__["Level"].Warning | _parser_cssNodes__WEBPACK_IMPORTED_MODULE_2__["Level"].Error); }
-        return this.warnings.filter(function (entry) {
-            return (entry.getLevel() & filter) !== 0;
-        });
-    };
-    LintVisitor.prototype.addEntry = function (node, rule, details) {
-        var entry = new _parser_cssNodes__WEBPACK_IMPORTED_MODULE_2__["Marker"](node, rule, this.settings.getRule(rule), details);
-        this.warnings.push(entry);
-    };
-    LintVisitor.prototype.getMissingNames = function (expected, actual) {
-        var expectedClone = expected.slice(0); // clone
-        for (var i = 0; i < actual.length; i++) {
-            var k = expectedClone.indexOf(actual[i]);
-            if (k !== -1) {
-                expectedClone[k] = null;
-            }
-        }
-        var result = null;
-        for (var i = 0; i < expectedClone.length; i++) {
-            var curr = expectedClone[i];
-            if (curr) {
-                if (result === null) {
-                    result = localize('namelist.single', "'{0}'", curr);
-                }
-                else {
-                    result = localize('namelist.concatenated', "{0}, '{1}'", result, curr);
-                }
-            }
-        }
-        return result;
-    };
-    LintVisitor.prototype.visitNode = function (node) {
-        switch (node.type) {
-            case _parser_cssNodes__WEBPACK_IMPORTED_MODULE_2__["NodeType"].UnknownAtRule:
-                return this.visitUnknownAtRule(node);
-            case _parser_cssNodes__WEBPACK_IMPORTED_MODULE_2__["NodeType"].Keyframe:
-                return this.visitKeyframe(node);
-            case _parser_cssNodes__WEBPACK_IMPORTED_MODULE_2__["NodeType"].FontFace:
-                return this.visitFontFace(node);
-            case _parser_cssNodes__WEBPACK_IMPORTED_MODULE_2__["NodeType"].Ruleset:
-                return this.visitRuleSet(node);
-            case _parser_cssNodes__WEBPACK_IMPORTED_MODULE_2__["NodeType"].SimpleSelector:
-                return this.visitSimpleSelector(node);
-            case _parser_cssNodes__WEBPACK_IMPORTED_MODULE_2__["NodeType"].Function:
-                return this.visitFunction(node);
-            case _parser_cssNodes__WEBPACK_IMPORTED_MODULE_2__["NodeType"].NumericValue:
-                return this.visitNumericValue(node);
-            case _parser_cssNodes__WEBPACK_IMPORTED_MODULE_2__["NodeType"].Import:
-                return this.visitImport(node);
-            case _parser_cssNodes__WEBPACK_IMPORTED_MODULE_2__["NodeType"].HexColorValue:
-                return this.visitHexColorValue(node);
-            case _parser_cssNodes__WEBPACK_IMPORTED_MODULE_2__["NodeType"].Prio:
-                return this.visitPrio(node);
-        }
-        return true;
-    };
-    LintVisitor.prototype.completeValidations = function () {
-        this.validateKeyframes();
-    };
-    LintVisitor.prototype.visitUnknownAtRule = function (node) {
-        var atRuleName = node.getChild(0);
-        if (!atRuleName) {
-            return false;
-        }
-        var atDirective = _languageFacts_facts__WEBPACK_IMPORTED_MODULE_0__["cssDataManager"].getAtDirective(atRuleName.getText());
-        if (atDirective) {
-            return false;
-        }
-        this.addEntry(atRuleName, _lintRules__WEBPACK_IMPORTED_MODULE_1__["Rules"].UnknownAtRules, "Unknown at rule " + atRuleName.getText());
-        return true;
-    };
-    LintVisitor.prototype.visitKeyframe = function (node) {
-        var keyword = node.getKeyword();
-        if (!keyword) {
-            return false;
-        }
-        var text = keyword.getText();
-        this.keyframes.add(node.getName(), text, (text !== '@keyframes') ? keyword : null);
-        return true;
-    };
-    LintVisitor.prototype.validateKeyframes = function () {
-        // @keyframe and it's vendor specific alternatives
-        // @keyframe should be included
-        var expected = ['@-webkit-keyframes', '@-moz-keyframes', '@-o-keyframes'];
-        for (var name in this.keyframes.data) {
-            var actual = this.keyframes.data[name].names;
-            var needsStandard = (actual.indexOf('@keyframes') === -1);
-            if (!needsStandard && actual.length === 1) {
-                continue; // only the non-vendor specific keyword is used, that's fine, no warning
-            }
-            var missingVendorSpecific = this.getMissingNames(expected, actual);
-            if (missingVendorSpecific || needsStandard) {
-                for (var _i = 0, _a = this.keyframes.data[name].nodes; _i < _a.length; _i++) {
-                    var node = _a[_i];
-                    if (needsStandard) {
-                        var message = localize('keyframes.standardrule.missing', "Always define standard rule '@keyframes' when defining keyframes.");
-                        this.addEntry(node, _lintRules__WEBPACK_IMPORTED_MODULE_1__["Rules"].IncludeStandardPropertyWhenUsingVendorPrefix, message);
-                    }
-                    if (missingVendorSpecific) {
-                        var message = localize('keyframes.vendorspecific.missing', "Always include all vendor specific rules: Missing: {0}", missingVendorSpecific);
-                        this.addEntry(node, _lintRules__WEBPACK_IMPORTED_MODULE_1__["Rules"].AllVendorPrefixes, message);
-                    }
-                }
-            }
-        }
-        return true;
-    };
-    LintVisitor.prototype.visitSimpleSelector = function (node) {
-        var firstChar = this.documentText.charAt(node.offset);
-        /////////////////////////////////////////////////////////////
-        //     Lint - The universal selector (*) is known to be slow.
-        /////////////////////////////////////////////////////////////
-        if (node.length === 1 && firstChar === '*') {
-            this.addEntry(node, _lintRules__WEBPACK_IMPORTED_MODULE_1__["Rules"].UniversalSelector);
-        }
-        /////////////////////////////////////////////////////////////
-        //     Lint - Avoid id selectors
-        /////////////////////////////////////////////////////////////
-        if (firstChar === '#') {
-            this.addEntry(node, _lintRules__WEBPACK_IMPORTED_MODULE_1__["Rules"].AvoidIdSelector);
-        }
-        return true;
-    };
-    LintVisitor.prototype.visitImport = function (node) {
-        /////////////////////////////////////////////////////////////
-        //     Lint - Import statements shouldn't be used, because they aren't offering parallel downloads.
-        /////////////////////////////////////////////////////////////
-        this.addEntry(node, _lintRules__WEBPACK_IMPORTED_MODULE_1__["Rules"].ImportStatemement);
-        return true;
-    };
-    LintVisitor.prototype.visitRuleSet = function (node) {
-        /////////////////////////////////////////////////////////////
-        //     Lint - Don't use empty rulesets.
-        /////////////////////////////////////////////////////////////
-        var declarations = node.getDeclarations();
-        if (!declarations) {
-            // syntax error
-            return false;
-        }
-        if (!declarations.hasChildren()) {
-            this.addEntry(node.getSelectors(), _lintRules__WEBPACK_IMPORTED_MODULE_1__["Rules"].EmptyRuleSet);
-        }
-        var propertyTable = [];
-        for (var _i = 0, _a = declarations.getChildren(); _i < _a.length; _i++) {
-            var element = _a[_i];
-            if (element instanceof _parser_cssNodes__WEBPACK_IMPORTED_MODULE_2__["Declaration"]) {
-                propertyTable.push(new _lintUtil__WEBPACK_IMPORTED_MODULE_3__["Element"](element));
-            }
-        }
-        /////////////////////////////////////////////////////////////
-        // the rule warns when it finds:
-        // width being used with border, border-left, border-right, padding, padding-left, or padding-right
-        // height being used with border, border-top, border-bottom, padding, padding-top, or padding-bottom
-        // No error when box-sizing property is specified, as it assumes the user knows what he's doing.
-        // see https://github.com/CSSLint/csslint/wiki/Beware-of-box-model-size
-        /////////////////////////////////////////////////////////////
-        var boxModel = Object(_lintUtil__WEBPACK_IMPORTED_MODULE_3__["default"])(propertyTable);
-        if (boxModel.width) {
-            var properties = [];
-            if (boxModel.right.value) {
-                properties = Object(_utils_arrays__WEBPACK_IMPORTED_MODULE_4__["union"])(properties, boxModel.right.properties);
-            }
-            if (boxModel.left.value) {
-                properties = Object(_utils_arrays__WEBPACK_IMPORTED_MODULE_4__["union"])(properties, boxModel.left.properties);
-            }
-            if (properties.length !== 0) {
-                for (var _b = 0, properties_1 = properties; _b < properties_1.length; _b++) {
-                    var item = properties_1[_b];
-                    this.addEntry(item.node, _lintRules__WEBPACK_IMPORTED_MODULE_1__["Rules"].BewareOfBoxModelSize);
-                }
-                this.addEntry(boxModel.width.node, _lintRules__WEBPACK_IMPORTED_MODULE_1__["Rules"].BewareOfBoxModelSize);
-            }
-        }
-        if (boxModel.height) {
-            var properties = [];
-            if (boxModel.top.value) {
-                properties = Object(_utils_arrays__WEBPACK_IMPORTED_MODULE_4__["union"])(properties, boxModel.top.properties);
-            }
-            if (boxModel.bottom.value) {
-                properties = Object(_utils_arrays__WEBPACK_IMPORTED_MODULE_4__["union"])(properties, boxModel.bottom.properties);
-            }
-            if (properties.length !== 0) {
-                for (var _c = 0, properties_2 = properties; _c < properties_2.length; _c++) {
-                    var item = properties_2[_c];
-                    this.addEntry(item.node, _lintRules__WEBPACK_IMPORTED_MODULE_1__["Rules"].BewareOfBoxModelSize);
-                }
-                this.addEntry(boxModel.height.node, _lintRules__WEBPACK_IMPORTED_MODULE_1__["Rules"].BewareOfBoxModelSize);
-            }
-        }
-        /////////////////////////////////////////////////////////////
-        //     Properties ignored due to display
-        /////////////////////////////////////////////////////////////
-        // With 'display: inline', the width, height, margin-top, margin-bottom, and float properties have no effect
-        var displayElems = this.fetchWithValue(propertyTable, 'display', 'inline');
-        if (displayElems.length > 0) {
-            for (var _d = 0, _e = ['width', 'height', 'margin-top', 'margin-bottom', 'float']; _d < _e.length; _d++) {
-                var prop = _e[_d];
-                var elem = this.fetch(propertyTable, prop);
-                for (var index = 0; index < elem.length; index++) {
-                    var node_1 = elem[index].node;
-                    var value = node_1.getValue();
-                    if (prop === 'float' && (!value || value.matches('none'))) {
-                        continue;
-                    }
-                    this.addEntry(node_1, _lintRules__WEBPACK_IMPORTED_MODULE_1__["Rules"].PropertyIgnoredDueToDisplay, localize('rule.propertyIgnoredDueToDisplayInline', "Property is ignored due to the display. With 'display: inline', the width, height, margin-top, margin-bottom, and float properties have no effect."));
-                }
-            }
-        }
-        // With 'display: inline-block', 'float' has no effect
-        displayElems = this.fetchWithValue(propertyTable, 'display', 'inline-block');
-        if (displayElems.length > 0) {
-            var elem = this.fetch(propertyTable, 'float');
-            for (var index = 0; index < elem.length; index++) {
-                var node_2 = elem[index].node;
-                var value = node_2.getValue();
-                if (value && !value.matches('none')) {
-                    this.addEntry(node_2, _lintRules__WEBPACK_IMPORTED_MODULE_1__["Rules"].PropertyIgnoredDueToDisplay, localize('rule.propertyIgnoredDueToDisplayInlineBlock', "inline-block is ignored due to the float. If 'float' has a value other than 'none', the box is floated and 'display' is treated as 'block'"));
-                }
-            }
-        }
-        // With 'display: block', 'vertical-align' has no effect
-        displayElems = this.fetchWithValue(propertyTable, 'display', 'block');
-        if (displayElems.length > 0) {
-            var elem = this.fetch(propertyTable, 'vertical-align');
-            for (var index = 0; index < elem.length; index++) {
-                this.addEntry(elem[index].node, _lintRules__WEBPACK_IMPORTED_MODULE_1__["Rules"].PropertyIgnoredDueToDisplay, localize('rule.propertyIgnoredDueToDisplayBlock', "Property is ignored due to the display. With 'display: block', vertical-align should not be used."));
-            }
-        }
-        /////////////////////////////////////////////////////////////
-        //     Avoid 'float'
-        /////////////////////////////////////////////////////////////
-        var elements = this.fetch(propertyTable, 'float');
-        for (var index = 0; index < elements.length; index++) {
-            var element = elements[index];
-            if (!this.isValidPropertyDeclaration(element)) {
-                this.addEntry(element.node, _lintRules__WEBPACK_IMPORTED_MODULE_1__["Rules"].AvoidFloat);
-            }
-        }
-        /////////////////////////////////////////////////////////////
-        //     Don't use duplicate declarations.
-        /////////////////////////////////////////////////////////////
-        for (var i = 0; i < propertyTable.length; i++) {
-            var element = propertyTable[i];
-            if (element.fullPropertyName !== 'background' && !this.validProperties[element.fullPropertyName]) {
-                var value = element.node.getValue();
-                if (value && this.documentText.charAt(value.offset) !== '-') {
-                    var elements_1 = this.fetch(propertyTable, element.fullPropertyName);
-                    if (elements_1.length > 1) {
-                        for (var k = 0; k < elements_1.length; k++) {
-                            var value_1 = elements_1[k].node.getValue();
-                            if (value_1 && this.documentText.charAt(value_1.offset) !== '-' && elements_1[k] !== element) {
-                                this.addEntry(element.node, _lintRules__WEBPACK_IMPORTED_MODULE_1__["Rules"].DuplicateDeclarations);
-                            }
-                        }
-                    }
-                }
-            }
-        }
-        /////////////////////////////////////////////////////////////
-        //     Unknown propery & When using a vendor-prefixed gradient, make sure to use them all.
-        /////////////////////////////////////////////////////////////
-        var isExportBlock = node.getSelectors().matches(":export");
-        if (!isExportBlock) {
-            var propertiesBySuffix = new NodesByRootMap();
-            var containsUnknowns = false;
-            for (var _f = 0, propertyTable_1 = propertyTable; _f < propertyTable_1.length; _f++) {
-                var element = propertyTable_1[_f];
-                var decl = element.node;
-                if (this.isCSSDeclaration(decl)) {
-                    var name = element.fullPropertyName;
-                    var firstChar = name.charAt(0);
-                    if (firstChar === '-') {
-                        if (name.charAt(1) !== '-') { // avoid css variables
-                            if (!_languageFacts_facts__WEBPACK_IMPORTED_MODULE_0__["cssDataManager"].isKnownProperty(name) && !this.validProperties[name]) {
-                                this.addEntry(decl.getProperty(), _lintRules__WEBPACK_IMPORTED_MODULE_1__["Rules"].UnknownVendorSpecificProperty);
-                            }
-                            var nonPrefixedName = decl.getNonPrefixedPropertyName();
-                            propertiesBySuffix.add(nonPrefixedName, name, decl.getProperty());
-                        }
-                    }
-                    else {
-                        var fullName = name;
-                        if (firstChar === '*' || firstChar === '_') {
-                            this.addEntry(decl.getProperty(), _lintRules__WEBPACK_IMPORTED_MODULE_1__["Rules"].IEStarHack);
-                            name = name.substr(1);
-                        }
-                        // _property and *property might be contributed via custom data
-                        if (!_languageFacts_facts__WEBPACK_IMPORTED_MODULE_0__["cssDataManager"].isKnownProperty(fullName) && !_languageFacts_facts__WEBPACK_IMPORTED_MODULE_0__["cssDataManager"].isKnownProperty(name)) {
-                            if (!this.validProperties[name]) {
-                                this.addEntry(decl.getProperty(), _lintRules__WEBPACK_IMPORTED_MODULE_1__["Rules"].UnknownProperty, localize('property.unknownproperty.detailed', "Unknown property: '{0}'", name));
-                            }
-                        }
-                        propertiesBySuffix.add(name, name, null); // don't pass the node as we don't show errors on the standard
-                    }
-                }
-                else {
-                    containsUnknowns = true;
-                }
-            }
-            if (!containsUnknowns) { // don't perform this test if there are
-                for (var suffix in propertiesBySuffix.data) {
-                    var entry = propertiesBySuffix.data[suffix];
-                    var actual = entry.names;
-                    var needsStandard = _languageFacts_facts__WEBPACK_IMPORTED_MODULE_0__["cssDataManager"].isStandardProperty(suffix) && (actual.indexOf(suffix) === -1);
-                    if (!needsStandard && actual.length === 1) {
-                        continue; // only the non-vendor specific rule is used, that's fine, no warning
-                    }
-                    var expected = [];
-                    for (var i = 0, len = LintVisitor.prefixes.length; i < len; i++) {
-                        var prefix = LintVisitor.prefixes[i];
-                        if (_languageFacts_facts__WEBPACK_IMPORTED_MODULE_0__["cssDataManager"].isStandardProperty(prefix + suffix)) {
-                            expected.push(prefix + suffix);
-                        }
-                    }
-                    var missingVendorSpecific = this.getMissingNames(expected, actual);
-                    if (missingVendorSpecific || needsStandard) {
-                        for (var _g = 0, _h = entry.nodes; _g < _h.length; _g++) {
-                            var node_3 = _h[_g];
-                            if (needsStandard) {
-                                var message = localize('property.standard.missing', "Also define the standard property '{0}' for compatibility", suffix);
-                                this.addEntry(node_3, _lintRules__WEBPACK_IMPORTED_MODULE_1__["Rules"].IncludeStandardPropertyWhenUsingVendorPrefix, message);
-                            }
-                            if (missingVendorSpecific) {
-                                var message = localize('property.vendorspecific.missing', "Always include all vendor specific properties: Missing: {0}", missingVendorSpecific);
-                                this.addEntry(node_3, _lintRules__WEBPACK_IMPORTED_MODULE_1__["Rules"].AllVendorPrefixes, message);
-                            }
-                        }
-                    }
-                }
-            }
-        }
-        return true;
-    };
-    LintVisitor.prototype.visitPrio = function (node) {
-        /////////////////////////////////////////////////////////////
-        //     Don't use !important
-        /////////////////////////////////////////////////////////////
-        this.addEntry(node, _lintRules__WEBPACK_IMPORTED_MODULE_1__["Rules"].AvoidImportant);
-        return true;
-    };
-    LintVisitor.prototype.visitNumericValue = function (node) {
-        /////////////////////////////////////////////////////////////
-        //     0 has no following unit
-        /////////////////////////////////////////////////////////////
-        var funcDecl = node.findParent(_parser_cssNodes__WEBPACK_IMPORTED_MODULE_2__["NodeType"].Function);
-        if (funcDecl && funcDecl.getName() === 'calc') {
-            return true;
-        }
-        var decl = node.findParent(_parser_cssNodes__WEBPACK_IMPORTED_MODULE_2__["NodeType"].Declaration);
-        if (decl) {
-            var declValue = decl.getValue();
-            if (declValue) {
-                var value = node.getValue();
-                if (!value.unit || _languageFacts_facts__WEBPACK_IMPORTED_MODULE_0__["units"].length.indexOf(value.unit.toLowerCase()) === -1) {
-                    return true;
-                }
-                if (parseFloat(value.value) === 0.0 && !!value.unit && !this.validProperties[decl.getFullPropertyName()]) {
-                    this.addEntry(node, _lintRules__WEBPACK_IMPORTED_MODULE_1__["Rules"].ZeroWithUnit);
-                }
-            }
-        }
-        return true;
-    };
-    LintVisitor.prototype.visitFontFace = function (node) {
-        var declarations = node.getDeclarations();
-        if (!declarations) {
-            // syntax error
-            return false;
-        }
-        var definesSrc = false, definesFontFamily = false;
-        var containsUnknowns = false;
-        for (var _i = 0, _a = declarations.getChildren(); _i < _a.length; _i++) {
-            var node_4 = _a[_i];
-            if (this.isCSSDeclaration(node_4)) {
-                var name = node_4.getProperty().getName().toLowerCase();
-                if (name === 'src') {
-                    definesSrc = true;
-                }
-                if (name === 'font-family') {
-                    definesFontFamily = true;
-                }
-            }
-            else {
-                containsUnknowns = true;
-            }
-        }
-        if (!containsUnknowns && (!definesSrc || !definesFontFamily)) {
-            this.addEntry(node, _lintRules__WEBPACK_IMPORTED_MODULE_1__["Rules"].RequiredPropertiesForFontFace);
-        }
-        return true;
-    };
-    LintVisitor.prototype.isCSSDeclaration = function (node) {
-        if (node instanceof _parser_cssNodes__WEBPACK_IMPORTED_MODULE_2__["Declaration"]) {
-            if (!node.getValue()) {
-                return false;
-            }
-            var property = node.getProperty();
-            if (!property) {
-                return false;
-            }
-            var identifier = property.getIdentifier();
-            if (!identifier || identifier.containsInterpolation()) {
-                return false;
-            }
-            return true;
-        }
-        return false;
-    };
-    LintVisitor.prototype.visitHexColorValue = function (node) {
-        // Rule: #eeff0011 or #eeff00 or #ef01 or #ef0
-        var length = node.length;
-        if (length !== 9 && length !== 7 && length !== 5 && length !== 4) {
-            this.addEntry(node, _lintRules__WEBPACK_IMPORTED_MODULE_1__["Rules"].HexColorLength);
-        }
-        return false;
-    };
-    LintVisitor.prototype.visitFunction = function (node) {
-        var fnName = node.getName().toLowerCase();
-        var expectedAttrCount = -1;
-        var actualAttrCount = 0;
-        switch (fnName) {
-            case 'rgb(':
-            case 'hsl(':
-                expectedAttrCount = 3;
-                break;
-            case 'rgba(':
-            case 'hsla(':
-                expectedAttrCount = 4;
-                break;
-        }
-        if (expectedAttrCount !== -1) {
-            node.getArguments().accept(function (n) {
-                if (n instanceof _parser_cssNodes__WEBPACK_IMPORTED_MODULE_2__["BinaryExpression"]) {
-                    actualAttrCount += 1;
-                    return false;
-                }
-                return true;
-            });
-            if (actualAttrCount !== expectedAttrCount) {
-                this.addEntry(node, _lintRules__WEBPACK_IMPORTED_MODULE_1__["Rules"].ArgsInColorFunction);
-            }
-        }
-        return true;
-    };
-    LintVisitor.prefixes = [
-        '-ms-', '-moz-', '-o-', '-webkit-',
-    ];
-    return LintVisitor;
-}());
-
-
-
-/***/ }),
-/* 99 */
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
-
-"use strict";
-__webpack_require__.r(__webpack_exports__);
-/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Element", function() { return Element; });
-/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "default", function() { return calculateBoxModel; });
-/* harmony import */ var _utils_arrays__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(88);
-/*---------------------------------------------------------------------------------------------
- *  Copyright (c) Microsoft Corporation. All rights reserved.
- *  Licensed under the MIT License. See License.txt in the project root for license information.
- *--------------------------------------------------------------------------------------------*/
-
-
-var Element = /** @class */ (function () {
-    function Element(decl) {
-        this.fullPropertyName = decl.getFullPropertyName().toLowerCase();
-        this.node = decl;
-    }
-    return Element;
-}());
-
-function setSide(model, side, value, property) {
-    var state = model[side];
-    state.value = value;
-    if (value) {
-        if (!Object(_utils_arrays__WEBPACK_IMPORTED_MODULE_0__["includes"])(state.properties, property)) {
-            state.properties.push(property);
-        }
-    }
-}
-function setAllSides(model, value, property) {
-    setSide(model, 'top', value, property);
-    setSide(model, 'right', value, property);
-    setSide(model, 'bottom', value, property);
-    setSide(model, 'left', value, property);
-}
-function updateModelWithValue(model, side, value, property) {
-    if (side === 'top' || side === 'right' ||
-        side === 'bottom' || side === 'left') {
-        setSide(model, side, value, property);
-    }
-    else {
-        setAllSides(model, value, property);
-    }
-}
-function updateModelWithList(model, values, property) {
-    switch (values.length) {
-        case 1:
-            updateModelWithValue(model, undefined, values[0], property);
-            break;
-        case 2:
-            updateModelWithValue(model, 'top', values[0], property);
-            updateModelWithValue(model, 'bottom', values[0], property);
-            updateModelWithValue(model, 'right', values[1], property);
-            updateModelWithValue(model, 'left', values[1], property);
-            break;
-        case 3:
-            updateModelWithValue(model, 'top', values[0], property);
-            updateModelWithValue(model, 'right', values[1], property);
-            updateModelWithValue(model, 'left', values[1], property);
-            updateModelWithValue(model, 'bottom', values[2], property);
-            break;
-        case 4:
-            updateModelWithValue(model, 'top', values[0], property);
-            updateModelWithValue(model, 'right', values[1], property);
-            updateModelWithValue(model, 'bottom', values[2], property);
-            updateModelWithValue(model, 'left', values[3], property);
-            break;
-    }
-}
-function matches(value, candidates) {
-    for (var _i = 0, candidates_1 = candidates; _i < candidates_1.length; _i++) {
-        var candidate = candidates_1[_i];
-        if (value.matches(candidate)) {
-            return true;
-        }
-    }
-    return false;
-}
-/**
- * @param allowsKeywords whether the initial value of property is zero, so keywords `initial` and `unset` count as zero
- * @return `true` if this node represents a non-zero border; otherwise, `false`
- */
-function checkLineWidth(value, allowsKeywords) {
-    if (allowsKeywords === void 0) { allowsKeywords = true; }
-    if (allowsKeywords && matches(value, ['initial', 'unset'])) {
-        return false;
-    }
-    // a <length> is a value and a unit
-    // so use `parseFloat` to strip the unit
-    return parseFloat(value.getText()) !== 0;
-}
-function checkLineWidthList(nodes, allowsKeywords) {
-    if (allowsKeywords === void 0) { allowsKeywords = true; }
-    return nodes.map(function (node) { return checkLineWidth(node, allowsKeywords); });
-}
-/**
- * @param allowsKeywords whether keywords `initial` and `unset` count as zero
- * @return `true` if this node represents a non-zero border; otherwise, `false`
- */
-function checkLineStyle(valueNode, allowsKeywords) {
-    if (allowsKeywords === void 0) { allowsKeywords = true; }
-    if (matches(valueNode, ['none', 'hidden'])) {
-        return false;
-    }
-    if (allowsKeywords && matches(valueNode, ['initial', 'unset'])) {
-        return false;
-    }
-    return true;
-}
-function checkLineStyleList(nodes, allowsKeywords) {
-    if (allowsKeywords === void 0) { allowsKeywords = true; }
-    return nodes.map(function (node) { return checkLineStyle(node, allowsKeywords); });
-}
-function checkBorderShorthand(node) {
-    var children = node.getChildren();
-    // the only child can be a keyword, a <line-width>, or a <line-style>
-    // if either check returns false, the result is no border
-    if (children.length === 1) {
-        var value = children[0];
-        return checkLineWidth(value) && checkLineStyle(value);
-    }
-    // multiple children can't contain keywords
-    // if any child means no border, the result is no border
-    for (var _i = 0, children_1 = children; _i < children_1.length; _i++) {
-        var child = children_1[_i];
-        var value = child;
-        if (!checkLineWidth(value, /* allowsKeywords: */ false) ||
-            !checkLineStyle(value, /* allowsKeywords: */ false)) {
-            return false;
-        }
-    }
-    return true;
-}
-function calculateBoxModel(propertyTable) {
-    var model = {
-        top: { value: false, properties: [] },
-        right: { value: false, properties: [] },
-        bottom: { value: false, properties: [] },
-        left: { value: false, properties: [] },
-    };
-    for (var _i = 0, propertyTable_1 = propertyTable; _i < propertyTable_1.length; _i++) {
-        var property = propertyTable_1[_i];
-        var value = property.node.value;
-        if (typeof value === 'undefined') {
-            continue;
-        }
-        switch (property.fullPropertyName) {
-            case 'box-sizing':
-                // has `box-sizing`, bail out
-                return {
-                    top: { value: false, properties: [] },
-                    right: { value: false, properties: [] },
-                    bottom: { value: false, properties: [] },
-                    left: { value: false, properties: [] },
-                };
-            case 'width':
-                model.width = property;
-                break;
-            case 'height':
-                model.height = property;
-                break;
-            default:
-                var segments = property.fullPropertyName.split('-');
-                switch (segments[0]) {
-                    case 'border':
-                        switch (segments[1]) {
-                            case undefined:
-                            case 'top':
-                            case 'right':
-                            case 'bottom':
-                            case 'left':
-                                switch (segments[2]) {
-                                    case undefined:
-                                        updateModelWithValue(model, segments[1], checkBorderShorthand(value), property);
-                                        break;
-                                    case 'width':
-                                        // the initial value of `border-width` is `medium`, not zero
-                                        updateModelWithValue(model, segments[1], checkLineWidth(value, false), property);
-                                        break;
-                                    case 'style':
-                                        // the initial value of `border-style` is `none`
-                                        updateModelWithValue(model, segments[1], checkLineStyle(value, true), property);
-                                        break;
-                                }
-                                break;
-                            case 'width':
-                                // the initial value of `border-width` is `medium`, not zero
-                                updateModelWithList(model, checkLineWidthList(value.getChildren(), false), property);
-                                break;
-                            case 'style':
-                                // the initial value of `border-style` is `none`
-                                updateModelWithList(model, checkLineStyleList(value.getChildren(), true), property);
-                                break;
-                        }
-                        break;
-                    case 'padding':
-                        if (segments.length === 1) {
-                            // the initial value of `padding` is zero
-                            updateModelWithList(model, checkLineWidthList(value.getChildren(), true), property);
-                        }
-                        else {
-                            // the initial value of `padding` is zero
-                            updateModelWithValue(model, segments[1], checkLineWidth(value, true), property);
-                        }
-                        break;
-                }
-                break;
-        }
-    }
-    return model;
-}
-
-
-/***/ }),
-/* 100 */
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
-
-"use strict";
-__webpack_require__.r(__webpack_exports__);
-/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "SCSSParser", function() { return SCSSParser; });
-/* harmony import */ var _scssScanner__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(101);
-/* harmony import */ var _cssScanner__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(74);
-/* harmony import */ var _cssParser__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(73);
-/* harmony import */ var _cssNodes__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(75);
-/* harmony import */ var _scssErrors__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(102);
-/* harmony import */ var _cssErrors__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(76);
-/*---------------------------------------------------------------------------------------------
- *  Copyright (c) Microsoft Corporation. All rights reserved.
- *  Licensed under the MIT License. See License.txt in the project root for license information.
- *--------------------------------------------------------------------------------------------*/
-
-var __extends = (undefined && undefined.__extends) || (function () {
-    var extendStatics = function (d, b) {
-        extendStatics = Object.setPrototypeOf ||
-            ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
-            function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
-        return extendStatics(d, b);
-    };
-    return function (d, b) {
-        extendStatics(d, b);
-        function __() { this.constructor = d; }
-        d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
-    };
-})();
-
-
-
-
-
-
-/// <summary>
-/// A parser for scss
-/// http://sass-lang.com/documentation/file.SASS_REFERENCE.html
-/// </summary>
-var SCSSParser = /** @class */ (function (_super) {
-    __extends(SCSSParser, _super);
-    function SCSSParser() {
-        return _super.call(this, new _scssScanner__WEBPACK_IMPORTED_MODULE_0__["SCSSScanner"]()) || this;
-    }
-    SCSSParser.prototype._parseStylesheetStart = function () {
-        return this._parseForward()
-            || this._parseUse()
-            || _super.prototype._parseStylesheetStart.call(this);
-    };
-    SCSSParser.prototype._parseStylesheetStatement = function () {
-        if (this.peek(_cssScanner__WEBPACK_IMPORTED_MODULE_1__["TokenType"].AtKeyword)) {
-            return this._parseWarnAndDebug()
-                || this._parseControlStatement()
-                || this._parseMixinDeclaration()
-                || this._parseMixinContent()
-                || this._parseMixinReference() // @include
-                || this._parseFunctionDeclaration()
-                || _super.prototype._parseStylesheetAtStatement.call(this);
-        }
-        return this._parseRuleset(true) || this._parseVariableDeclaration();
-    };
-    SCSSParser.prototype._parseImport = function () {
-        if (!this.peekKeyword('@import')) {
-            return null;
-        }
-        var node = this.create(_cssNodes__WEBPACK_IMPORTED_MODULE_3__["Import"]);
-        this.consumeToken();
-        if (!node.addChild(this._parseURILiteral()) && !node.addChild(this._parseStringLiteral())) {
-            return this.finish(node, _cssErrors__WEBPACK_IMPORTED_MODULE_5__["ParseError"].URIOrStringExpected);
-        }
-        while (this.accept(_cssScanner__WEBPACK_IMPORTED_MODULE_1__["TokenType"].Comma)) {
-            if (!node.addChild(this._parseURILiteral()) && !node.addChild(this._parseStringLiteral())) {
-                return this.finish(node, _cssErrors__WEBPACK_IMPORTED_MODULE_5__["ParseError"].URIOrStringExpected);
-            }
-        }
-        if (!this.peek(_cssScanner__WEBPACK_IMPORTED_MODULE_1__["TokenType"].SemiColon) && !this.peek(_cssScanner__WEBPACK_IMPORTED_MODULE_1__["TokenType"].EOF)) {
-            node.setMedialist(this._parseMediaQueryList());
-        }
-        return this.finish(node);
-    };
-    // scss variables: $font-size: 12px;
-    SCSSParser.prototype._parseVariableDeclaration = function (panic) {
-        if (panic === void 0) { panic = []; }
-        if (!this.peek(_scssScanner__WEBPACK_IMPORTED_MODULE_0__["VariableName"])) {
-            return null;
-        }
-        var node = this.create(_cssNodes__WEBPACK_IMPORTED_MODULE_3__["VariableDeclaration"]);
-        if (!node.setVariable(this._parseVariable())) {
-            return null;
-        }
-        if (!this.accept(_cssScanner__WEBPACK_IMPORTED_MODULE_1__["TokenType"].Colon)) {
-            return this.finish(node, _cssErrors__WEBPACK_IMPORTED_MODULE_5__["ParseError"].ColonExpected);
-        }
-        if (this.prevToken) {
-            node.colonPosition = this.prevToken.offset;
-        }
-        if (!node.setValue(this._parseExpr())) {
-            return this.finish(node, _cssErrors__WEBPACK_IMPORTED_MODULE_5__["ParseError"].VariableValueExpected, [], panic);
-        }
-        while (this.accept(_cssScanner__WEBPACK_IMPORTED_MODULE_1__["TokenType"].Exclamation)) {
-            if (!this.peekRegExp(_cssScanner__WEBPACK_IMPORTED_MODULE_1__["TokenType"].Ident, /^(default|global)$/)) {
-                return this.finish(node, _cssErrors__WEBPACK_IMPORTED_MODULE_5__["ParseError"].UnknownKeyword);
-            }
-            this.consumeToken();
-        }
-        if (this.peek(_cssScanner__WEBPACK_IMPORTED_MODULE_1__["TokenType"].SemiColon)) {
-            node.semicolonPosition = this.token.offset; // not part of the declaration, but useful information for code assist
-        }
-        return this.finish(node);
-    };
-    SCSSParser.prototype._parseMediaContentStart = function () {
-        return this._parseInterpolation();
-    };
-    SCSSParser.prototype._parseMediaFeatureName = function () {
-        return this._parseModuleMember()
-            || this._parseFunction() // function before ident
-            || this._parseIdent()
-            || this._parseVariable();
-    };
-    SCSSParser.prototype._parseKeyframeSelector = function () {
-        return this._tryParseKeyframeSelector()
-            || this._parseControlStatement(this._parseKeyframeSelector.bind(this))
-            || this._parseVariableDeclaration()
-            || this._parseMixinContent();
-    };
-    SCSSParser.prototype._parseVariable = function () {
-        if (!this.peek(_scssScanner__WEBPACK_IMPORTED_MODULE_0__["VariableName"])) {
-            return null;
-        }
-        var node = this.create(_cssNodes__WEBPACK_IMPORTED_MODULE_3__["Variable"]);
-        this.consumeToken();
-        return node;
-    };
-    SCSSParser.prototype._parseModuleMember = function () {
-        var pos = this.mark();
-        var node = this.create(_cssNodes__WEBPACK_IMPORTED_MODULE_3__["Module"]);
-        if (!node.setIdentifier(this._parseIdent([_cssNodes__WEBPACK_IMPORTED_MODULE_3__["ReferenceType"].Module]))) {
-            return null;
-        }
-        if (this.hasWhitespace()
-            || !this.acceptDelim('.')
-            || this.hasWhitespace()) {
-            this.restoreAtMark(pos);
-            return null;
-        }
-        if (!node.addChild(this._parseVariable() || this._parseFunction())) {
-            return this.finish(node, _cssErrors__WEBPACK_IMPORTED_MODULE_5__["ParseError"].IdentifierOrVariableExpected);
-        }
-        return node;
-    };
-    SCSSParser.prototype._parseIdent = function (referenceTypes) {
-        var _this = this;
-        if (!this.peek(_cssScanner__WEBPACK_IMPORTED_MODULE_1__["TokenType"].Ident) && !this.peek(_scssScanner__WEBPACK_IMPORTED_MODULE_0__["InterpolationFunction"]) && !this.peekDelim('-')) {
-            return null;
-        }
-        var node = this.create(_cssNodes__WEBPACK_IMPORTED_MODULE_3__["Identifier"]);
-        node.referenceTypes = referenceTypes;
-        node.isCustomProperty = this.peekRegExp(_cssScanner__WEBPACK_IMPORTED_MODULE_1__["TokenType"].Ident, /^--/);
-        var hasContent = false;
-        var indentInterpolation = function () {
-            var pos = _this.mark();
-            if (_this.acceptDelim('-')) {
-                if (!_this.hasWhitespace()) {
-                    _this.acceptDelim('-');
-                }
-                if (_this.hasWhitespace()) {
-                    _this.restoreAtMark(pos);
-                    return null;
-                }
-            }
-            return _this._parseInterpolation();
-        };
-        while (this.accept(_cssScanner__WEBPACK_IMPORTED_MODULE_1__["TokenType"].Ident) || node.addChild(indentInterpolation()) || (hasContent && (this.acceptDelim('-') || this.accept(_cssScanner__WEBPACK_IMPORTED_MODULE_1__["TokenType"].Num)))) {
-            hasContent = true;
-            if (this.hasWhitespace()) {
-                break;
-            }
-        }
-        return hasContent ? this.finish(node) : null;
-    };
-    SCSSParser.prototype._parseTerm = function () {
-        var term = this.create(_cssNodes__WEBPACK_IMPORTED_MODULE_3__["Term"]);
-        if (term.setExpression(this._parseModuleMember())) {
-            return this.finish(term);
-        }
-        var superTerm = _super.prototype._parseTerm.call(this);
-        if (superTerm) {
-            return superTerm;
-        }
-        if (term.setExpression(this._parseVariable())
-            || term.setExpression(this._parseSelectorCombinator())
-            || term.setExpression(this._tryParsePrio())) {
-            return this.finish(term);
-        }
-        return null;
-    };
-    SCSSParser.prototype._parseInterpolation = function () {
-        if (this.peek(_scssScanner__WEBPACK_IMPORTED_MODULE_0__["InterpolationFunction"])) {
-            var node = this.create(_cssNodes__WEBPACK_IMPORTED_MODULE_3__["Interpolation"]);
-            this.consumeToken();
-            if (!node.addChild(this._parseExpr()) && !this._parseSelectorCombinator()) {
-                if (this.accept(_cssScanner__WEBPACK_IMPORTED_MODULE_1__["TokenType"].CurlyR)) {
-                    return this.finish(node);
-                }
-                return this.finish(node, _cssErrors__WEBPACK_IMPORTED_MODULE_5__["ParseError"].ExpressionExpected);
-            }
-            if (!this.accept(_cssScanner__WEBPACK_IMPORTED_MODULE_1__["TokenType"].CurlyR)) {
-                return this.finish(node, _cssErrors__WEBPACK_IMPORTED_MODULE_5__["ParseError"].RightCurlyExpected);
-            }
-            return this.finish(node);
-        }
-        return null;
-    };
-    SCSSParser.prototype._parseOperator = function () {
-        if (this.peek(_scssScanner__WEBPACK_IMPORTED_MODULE_0__["EqualsOperator"]) || this.peek(_scssScanner__WEBPACK_IMPORTED_MODULE_0__["NotEqualsOperator"])
-            || this.peek(_scssScanner__WEBPACK_IMPORTED_MODULE_0__["GreaterEqualsOperator"]) || this.peek(_scssScanner__WEBPACK_IMPORTED_MODULE_0__["SmallerEqualsOperator"])
-            || this.peekDelim('>') || this.peekDelim('<')
-            || this.peekIdent('and') || this.peekIdent('or')
-            || this.peekDelim('%')) {
-            var node = this.createNode(_cssNodes__WEBPACK_IMPORTED_MODULE_3__["NodeType"].Operator);
-            this.consumeToken();
-            return this.finish(node);
-        }
-        return _super.prototype._parseOperator.call(this);
-    };
-    SCSSParser.prototype._parseUnaryOperator = function () {
-        if (this.peekIdent('not')) {
-            var node = this.create(_cssNodes__WEBPACK_IMPORTED_MODULE_3__["Node"]);
-            this.consumeToken();
-            return this.finish(node);
-        }
-        return _super.prototype._parseUnaryOperator.call(this);
-    };
-    SCSSParser.prototype._parseRuleSetDeclaration = function () {
-        if (this.peek(_cssScanner__WEBPACK_IMPORTED_MODULE_1__["TokenType"].AtKeyword)) {
-            return this._parseKeyframe() // nested @keyframe
-                || this._parseImport() // nested @import
-                || this._parseMedia(true) // nested @media
-                || this._parseFontFace() // nested @font-face
-                || this._parseWarnAndDebug() // @warn, @debug and @error statements
-                || this._parseControlStatement() // @if, @while, @for, @each
-                || this._parseFunctionDeclaration() // @function
-                || this._parseExtends() // @extends
-                || this._parseMixinReference() // @include
-                || this._parseMixinContent() // @content
-                || this._parseMixinDeclaration() // nested @mixin
-                || this._parseRuleset(true) // @at-rule
-                || this._parseSupports(true); // @supports
-        }
-        return this._parseVariableDeclaration() // variable declaration
-            || this._tryParseRuleset(true) // nested ruleset
-            || _super.prototype._parseRuleSetDeclaration.call(this); // try css ruleset declaration as last so in the error case, the ast will contain a declaration
-    };
-    SCSSParser.prototype._parseDeclaration = function (resyncStopTokens) {
-        var node = this.create(_cssNodes__WEBPACK_IMPORTED_MODULE_3__["Declaration"]);
-        if (!node.setProperty(this._parseProperty())) {
-            return null;
-        }
-        if (!this.accept(_cssScanner__WEBPACK_IMPORTED_MODULE_1__["TokenType"].Colon)) {
-            return this.finish(node, _cssErrors__WEBPACK_IMPORTED_MODULE_5__["ParseError"].ColonExpected, [_cssScanner__WEBPACK_IMPORTED_MODULE_1__["TokenType"].Colon], resyncStopTokens);
-        }
-        if (this.prevToken) {
-            node.colonPosition = this.prevToken.offset;
-        }
-        var hasContent = false;
-        if (node.setValue(this._parseExpr())) {
-            hasContent = true;
-            node.addChild(this._parsePrio());
-        }
-        if (this.peek(_cssScanner__WEBPACK_IMPORTED_MODULE_1__["TokenType"].CurlyL)) {
-            node.setNestedProperties(this._parseNestedProperties());
-        }
-        else {
-            if (!hasContent) {
-                return this.finish(node, _cssErrors__WEBPACK_IMPORTED_MODULE_5__["ParseError"].PropertyValueExpected);
-            }
-        }
-        if (this.peek(_cssScanner__WEBPACK_IMPORTED_MODULE_1__["TokenType"].SemiColon)) {
-            node.semicolonPosition = this.token.offset; // not part of the declaration, but useful information for code assist
-        }
-        return this.finish(node);
-    };
-    SCSSParser.prototype._parseNestedProperties = function () {
-        var node = this.create(_cssNodes__WEBPACK_IMPORTED_MODULE_3__["NestedProperties"]);
-        return this._parseBody(node, this._parseDeclaration.bind(this));
-    };
-    SCSSParser.prototype._parseExtends = function () {
-        if (this.peekKeyword('@extend')) {
-            var node = this.create(_cssNodes__WEBPACK_IMPORTED_MODULE_3__["ExtendsReference"]);
-            this.consumeToken();
-            if (!node.getSelectors().addChild(this._parseSimpleSelector())) {
-                return this.finish(node, _cssErrors__WEBPACK_IMPORTED_MODULE_5__["ParseError"].SelectorExpected);
-            }
-            while (this.accept(_cssScanner__WEBPACK_IMPORTED_MODULE_1__["TokenType"].Comma)) {
-                node.getSelectors().addChild(this._parseSimpleSelector());
-            }
-            if (this.accept(_cssScanner__WEBPACK_IMPORTED_MODULE_1__["TokenType"].Exclamation)) {
-                if (!this.acceptIdent('optional')) {
-                    return this.finish(node, _cssErrors__WEBPACK_IMPORTED_MODULE_5__["ParseError"].UnknownKeyword);
-                }
-            }
-            return this.finish(node);
-        }
-        return null;
-    };
-    SCSSParser.prototype._parseSimpleSelectorBody = function () {
-        return this._parseSelectorCombinator() || this._parseSelectorPlaceholder() || _super.prototype._parseSimpleSelectorBody.call(this);
-    };
-    SCSSParser.prototype._parseSelectorCombinator = function () {
-        if (this.peekDelim('&')) {
-            var node = this.createNode(_cssNodes__WEBPACK_IMPORTED_MODULE_3__["NodeType"].SelectorCombinator);
-            this.consumeToken();
-            while (!this.hasWhitespace() && (this.acceptDelim('-') || this.accept(_cssScanner__WEBPACK_IMPORTED_MODULE_1__["TokenType"].Num) || this.accept(_cssScanner__WEBPACK_IMPORTED_MODULE_1__["TokenType"].Dimension) || node.addChild(this._parseIdent()) || this.acceptDelim('&'))) {
-                //  support &-foo-1
-            }
-            return this.finish(node);
-        }
-        return null;
-    };
-    SCSSParser.prototype._parseSelectorPlaceholder = function () {
-        if (this.peekDelim('%')) {
-            var node = this.createNode(_cssNodes__WEBPACK_IMPORTED_MODULE_3__["NodeType"].SelectorPlaceholder);
-            this.consumeToken();
-            this._parseIdent();
-            return this.finish(node);
-        }
-        else if (this.peekKeyword('@at-root')) {
-            var node = this.createNode(_cssNodes__WEBPACK_IMPORTED_MODULE_3__["NodeType"].SelectorPlaceholder);
-            this.consumeToken();
-            return this.finish(node);
-        }
-        return null;
-    };
-    SCSSParser.prototype._parseElementName = function () {
-        var pos = this.mark();
-        var node = _super.prototype._parseElementName.call(this);
-        if (node && !this.hasWhitespace() && this.peek(_cssScanner__WEBPACK_IMPORTED_MODULE_1__["TokenType"].ParenthesisL)) { // for #49589
-            this.restoreAtMark(pos);
-            return null;
-        }
-        return node;
-    };
-    SCSSParser.prototype._tryParsePseudoIdentifier = function () {
-        return this._parseInterpolation() || _super.prototype._tryParsePseudoIdentifier.call(this); // for #49589
-    };
-    SCSSParser.prototype._parseWarnAndDebug = function () {
-        if (!this.peekKeyword('@debug')
-            && !this.peekKeyword('@warn')
-            && !this.peekKeyword('@error')) {
-            return null;
-        }
-        var node = this.createNode(_cssNodes__WEBPACK_IMPORTED_MODULE_3__["NodeType"].Debug);
-        this.consumeToken(); // @debug, @warn or @error
-        node.addChild(this._parseExpr()); // optional
-        return this.finish(node);
-    };
-    SCSSParser.prototype._parseControlStatement = function (parseStatement) {
-        if (parseStatement === void 0) { parseStatement = this._parseRuleSetDeclaration.bind(this); }
-        if (!this.peek(_cssScanner__WEBPACK_IMPORTED_MODULE_1__["TokenType"].AtKeyword)) {
-            return null;
-        }
-        return this._parseIfStatement(parseStatement) || this._parseForStatement(parseStatement)
-            || this._parseEachStatement(parseStatement) || this._parseWhileStatement(parseStatement);
-    };
-    SCSSParser.prototype._parseIfStatement = function (parseStatement) {
-        if (!this.peekKeyword('@if')) {
-            return null;
-        }
-        return this._internalParseIfStatement(parseStatement);
-    };
-    SCSSParser.prototype._internalParseIfStatement = function (parseStatement) {
-        var node = this.create(_cssNodes__WEBPACK_IMPORTED_MODULE_3__["IfStatement"]);
-        this.consumeToken(); // @if or if
-        if (!node.setExpression(this._parseExpr(true))) {
-            return this.finish(node, _cssErrors__WEBPACK_IMPORTED_MODULE_5__["ParseError"].ExpressionExpected);
-        }
-        this._parseBody(node, parseStatement);
-        if (this.acceptKeyword('@else')) {
-            if (this.peekIdent('if')) {
-                node.setElseClause(this._internalParseIfStatement(parseStatement));
-            }
-            else if (this.peek(_cssScanner__WEBPACK_IMPORTED_MODULE_1__["TokenType"].CurlyL)) {
-                var elseNode = this.create(_cssNodes__WEBPACK_IMPORTED_MODULE_3__["ElseStatement"]);
-                this._parseBody(elseNode, parseStatement);
-                node.setElseClause(elseNode);
-            }
-        }
-        return this.finish(node);
-    };
-    SCSSParser.prototype._parseForStatement = function (parseStatement) {
-        if (!this.peekKeyword('@for')) {
-            return null;
-        }
-        var node = this.create(_cssNodes__WEBPACK_IMPORTED_MODULE_3__["ForStatement"]);
-        this.consumeToken(); // @for
-        if (!node.setVariable(this._parseVariable())) {
-            return this.finish(node, _cssErrors__WEBPACK_IMPORTED_MODULE_5__["ParseError"].VariableNameExpected, [_cssScanner__WEBPACK_IMPORTED_MODULE_1__["TokenType"].CurlyR]);
-        }
-        if (!this.acceptIdent('from')) {
-            return this.finish(node, _scssErrors__WEBPACK_IMPORTED_MODULE_4__["SCSSParseError"].FromExpected, [_cssScanner__WEBPACK_IMPORTED_MODULE_1__["TokenType"].CurlyR]);
-        }
-        if (!node.addChild(this._parseBinaryExpr())) {
-            return this.finish(node, _cssErrors__WEBPACK_IMPORTED_MODULE_5__["ParseError"].ExpressionExpected, [_cssScanner__WEBPACK_IMPORTED_MODULE_1__["TokenType"].CurlyR]);
-        }
-        if (!this.acceptIdent('to') && !this.acceptIdent('through')) {
-            return this.finish(node, _scssErrors__WEBPACK_IMPORTED_MODULE_4__["SCSSParseError"].ThroughOrToExpected, [_cssScanner__WEBPACK_IMPORTED_MODULE_1__["TokenType"].CurlyR]);
-        }
-        if (!node.addChild(this._parseBinaryExpr())) {
-            return this.finish(node, _cssErrors__WEBPACK_IMPORTED_MODULE_5__["ParseError"].ExpressionExpected, [_cssScanner__WEBPACK_IMPORTED_MODULE_1__["TokenType"].CurlyR]);
-        }
-        return this._parseBody(node, parseStatement);
-    };
-    SCSSParser.prototype._parseEachStatement = function (parseStatement) {
-        if (!this.peekKeyword('@each')) {
-            return null;
-        }
-        var node = this.create(_cssNodes__WEBPACK_IMPORTED_MODULE_3__["EachStatement"]);
-        this.consumeToken(); // @each
-        var variables = node.getVariables();
-        if (!variables.addChild(this._parseVariable())) {
-            return this.finish(node, _cssErrors__WEBPACK_IMPORTED_MODULE_5__["ParseError"].VariableNameExpected, [_cssScanner__WEBPACK_IMPORTED_MODULE_1__["TokenType"].CurlyR]);
-        }
-        while (this.accept(_cssScanner__WEBPACK_IMPORTED_MODULE_1__["TokenType"].Comma)) {
-            if (!variables.addChild(this._parseVariable())) {
-                return this.finish(node, _cssErrors__WEBPACK_IMPORTED_MODULE_5__["ParseError"].VariableNameExpected, [_cssScanner__WEBPACK_IMPORTED_MODULE_1__["TokenType"].CurlyR]);
-            }
-        }
-        this.finish(variables);
-        if (!this.acceptIdent('in')) {
-            return this.finish(node, _scssErrors__WEBPACK_IMPORTED_MODULE_4__["SCSSParseError"].InExpected, [_cssScanner__WEBPACK_IMPORTED_MODULE_1__["TokenType"].CurlyR]);
-        }
-        if (!node.addChild(this._parseExpr())) {
-            return this.finish(node, _cssErrors__WEBPACK_IMPORTED_MODULE_5__["ParseError"].ExpressionExpected, [_cssScanner__WEBPACK_IMPORTED_MODULE_1__["TokenType"].CurlyR]);
-        }
-        return this._parseBody(node, parseStatement);
-    };
-    SCSSParser.prototype._parseWhileStatement = function (parseStatement) {
-        if (!this.peekKeyword('@while')) {
-            return null;
-        }
-        var node = this.create(_cssNodes__WEBPACK_IMPORTED_MODULE_3__["WhileStatement"]);
-        this.consumeToken(); // @while
-        if (!node.addChild(this._parseBinaryExpr())) {
-            return this.finish(node, _cssErrors__WEBPACK_IMPORTED_MODULE_5__["ParseError"].ExpressionExpected, [_cssScanner__WEBPACK_IMPORTED_MODULE_1__["TokenType"].CurlyR]);
-        }
-        return this._parseBody(node, parseStatement);
-    };
-    SCSSParser.prototype._parseFunctionBodyDeclaration = function () {
-        return this._parseVariableDeclaration() || this._parseReturnStatement() || this._parseWarnAndDebug()
-            || this._parseControlStatement(this._parseFunctionBodyDeclaration.bind(this));
-    };
-    SCSSParser.prototype._parseFunctionDeclaration = function () {
-        if (!this.peekKeyword('@function')) {
-            return null;
-        }
-        var node = this.create(_cssNodes__WEBPACK_IMPORTED_MODULE_3__["FunctionDeclaration"]);
-        this.consumeToken(); // @function
-        if (!node.setIdentifier(this._parseIdent([_cssNodes__WEBPACK_IMPORTED_MODULE_3__["ReferenceType"].Function]))) {
-            return this.finish(node, _cssErrors__WEBPACK_IMPORTED_MODULE_5__["ParseError"].IdentifierExpected, [_cssScanner__WEBPACK_IMPORTED_MODULE_1__["TokenType"].CurlyR]);
-        }
-        if (!this.accept(_cssScanner__WEBPACK_IMPORTED_MODULE_1__["TokenType"].ParenthesisL)) {
-            return this.finish(node, _cssErrors__WEBPACK_IMPORTED_MODULE_5__["ParseError"].LeftParenthesisExpected, [_cssScanner__WEBPACK_IMPORTED_MODULE_1__["TokenType"].CurlyR]);
-        }
-        if (node.getParameters().addChild(this._parseParameterDeclaration())) {
-            while (this.accept(_cssScanner__WEBPACK_IMPORTED_MODULE_1__["TokenType"].Comma)) {
-                if (this.peek(_cssScanner__WEBPACK_IMPORTED_MODULE_1__["TokenType"].ParenthesisR)) {
-                    break;
-                }
-                if (!node.getParameters().addChild(this._parseParameterDeclaration())) {
-                    return this.finish(node, _cssErrors__WEBPACK_IMPORTED_MODULE_5__["ParseError"].VariableNameExpected);
-                }
-            }
-        }
-        if (!this.accept(_cssScanner__WEBPACK_IMPORTED_MODULE_1__["TokenType"].ParenthesisR)) {
-            return this.finish(node, _cssErrors__WEBPACK_IMPORTED_MODULE_5__["ParseError"].RightParenthesisExpected, [_cssScanner__WEBPACK_IMPORTED_MODULE_1__["TokenType"].CurlyR]);
-        }
-        return this._parseBody(node, this._parseFunctionBodyDeclaration.bind(this));
-    };
-    SCSSParser.prototype._parseReturnStatement = function () {
-        if (!this.peekKeyword('@return')) {
-            return null;
-        }
-        var node = this.createNode(_cssNodes__WEBPACK_IMPORTED_MODULE_3__["NodeType"].ReturnStatement);
-        this.consumeToken(); // @function
-        if (!node.addChild(this._parseExpr())) {
-            return this.finish(node, _cssErrors__WEBPACK_IMPORTED_MODULE_5__["ParseError"].ExpressionExpected);
-        }
-        return this.finish(node);
-    };
-    SCSSParser.prototype._parseMixinDeclaration = function () {
-        if (!this.peekKeyword('@mixin')) {
-            return null;
-        }
-        var node = this.create(_cssNodes__WEBPACK_IMPORTED_MODULE_3__["MixinDeclaration"]);
-        this.consumeToken();
-        if (!node.setIdentifier(this._parseIdent([_cssNodes__WEBPACK_IMPORTED_MODULE_3__["ReferenceType"].Mixin]))) {
-            return this.finish(node, _cssErrors__WEBPACK_IMPORTED_MODULE_5__["ParseError"].IdentifierExpected, [_cssScanner__WEBPACK_IMPORTED_MODULE_1__["TokenType"].CurlyR]);
-        }
-        if (this.accept(_cssScanner__WEBPACK_IMPORTED_MODULE_1__["TokenType"].ParenthesisL)) {
-            if (node.getParameters().addChild(this._parseParameterDeclaration())) {
-                while (this.accept(_cssScanner__WEBPACK_IMPORTED_MODULE_1__["TokenType"].Comma)) {
-                    if (this.peek(_cssScanner__WEBPACK_IMPORTED_MODULE_1__["TokenType"].ParenthesisR)) {
-                        break;
-                    }
-                    if (!node.getParameters().addChild(this._parseParameterDeclaration())) {
-                        return this.finish(node, _cssErrors__WEBPACK_IMPORTED_MODULE_5__["ParseError"].VariableNameExpected);
-                    }
-                }
-            }
-            if (!this.accept(_cssScanner__WEBPACK_IMPORTED_MODULE_1__["TokenType"].ParenthesisR)) {
-                return this.finish(node, _cssErrors__WEBPACK_IMPORTED_MODULE_5__["ParseError"].RightParenthesisExpected, [_cssScanner__WEBPACK_IMPORTED_MODULE_1__["TokenType"].CurlyR]);
-            }
-        }
-        return this._parseBody(node, this._parseRuleSetDeclaration.bind(this));
-    };
-    SCSSParser.prototype._parseParameterDeclaration = function () {
-        var node = this.create(_cssNodes__WEBPACK_IMPORTED_MODULE_3__["FunctionParameter"]);
-        if (!node.setIdentifier(this._parseVariable())) {
-            return null;
-        }
-        if (this.accept(_scssScanner__WEBPACK_IMPORTED_MODULE_0__["Ellipsis"])) {
-            // ok
-        }
-        if (this.accept(_cssScanner__WEBPACK_IMPORTED_MODULE_1__["TokenType"].Colon)) {
-            if (!node.setDefaultValue(this._parseExpr(true))) {
-                return this.finish(node, _cssErrors__WEBPACK_IMPORTED_MODULE_5__["ParseError"].VariableValueExpected, [], [_cssScanner__WEBPACK_IMPORTED_MODULE_1__["TokenType"].Comma, _cssScanner__WEBPACK_IMPORTED_MODULE_1__["TokenType"].ParenthesisR]);
-            }
-        }
-        return this.finish(node);
-    };
-    SCSSParser.prototype._parseMixinContent = function () {
-        if (!this.peekKeyword('@content')) {
-            return null;
-        }
-        var node = this.createNode(_cssNodes__WEBPACK_IMPORTED_MODULE_3__["NodeType"].MixinContent);
-        this.consumeToken();
-        return this.finish(node);
-    };
-    SCSSParser.prototype._parseMixinReference = function () {
-        if (!this.peekKeyword('@include')) {
-            return null;
-        }
-        var node = this.create(_cssNodes__WEBPACK_IMPORTED_MODULE_3__["MixinReference"]);
-        this.consumeToken();
-        // Could be module or mixin identifier, set as mixin as default.
-        var firstIdent = this._parseIdent([_cssNodes__WEBPACK_IMPORTED_MODULE_3__["ReferenceType"].Mixin]);
-        if (!node.setIdentifier(firstIdent)) {
-            return this.finish(node, _cssErrors__WEBPACK_IMPORTED_MODULE_5__["ParseError"].IdentifierExpected, [_cssScanner__WEBPACK_IMPORTED_MODULE_1__["TokenType"].CurlyR]);
-        }
-        // Is a module accessor.
-        if (!this.hasWhitespace() && this.acceptDelim('.') && !this.hasWhitespace()) {
-            var secondIdent = this._parseIdent([_cssNodes__WEBPACK_IMPORTED_MODULE_3__["ReferenceType"].Mixin]);
-            if (!secondIdent) {
-                return this.finish(node, _cssErrors__WEBPACK_IMPORTED_MODULE_5__["ParseError"].IdentifierExpected, [_cssScanner__WEBPACK_IMPORTED_MODULE_1__["TokenType"].CurlyR]);
-            }
-            var moduleToken = this.create(_cssNodes__WEBPACK_IMPORTED_MODULE_3__["Module"]);
-            // Re-purpose first matched ident as identifier for module token.
-            firstIdent.referenceTypes = [_cssNodes__WEBPACK_IMPORTED_MODULE_3__["ReferenceType"].Module];
-            moduleToken.setIdentifier(firstIdent);
-            // Override identifier with second ident.
-            node.setIdentifier(secondIdent);
-            node.addChild(moduleToken);
-        }
-        if (this.accept(_cssScanner__WEBPACK_IMPORTED_MODULE_1__["TokenType"].ParenthesisL)) {
-            if (node.getArguments().addChild(this._parseFunctionArgument())) {
-                while (this.accept(_cssScanner__WEBPACK_IMPORTED_MODULE_1__["TokenType"].Comma)) {
-                    if (this.peek(_cssScanner__WEBPACK_IMPORTED_MODULE_1__["TokenType"].ParenthesisR)) {
-                        break;
-                    }
-                    if (!node.getArguments().addChild(this._parseFunctionArgument())) {
-                        return this.finish(node, _cssErrors__WEBPACK_IMPORTED_MODULE_5__["ParseError"].ExpressionExpected);
-                    }
-                }
-            }
-            if (!this.accept(_cssScanner__WEBPACK_IMPORTED_MODULE_1__["TokenType"].ParenthesisR)) {
-                return this.finish(node, _cssErrors__WEBPACK_IMPORTED_MODULE_5__["ParseError"].RightParenthesisExpected);
-            }
-        }
-        if (this.peek(_cssScanner__WEBPACK_IMPORTED_MODULE_1__["TokenType"].CurlyL)) {
-            var content = this.create(_cssNodes__WEBPACK_IMPORTED_MODULE_3__["BodyDeclaration"]);
-            this._parseBody(content, this._parseMixinReferenceBodyStatement.bind(this));
-            node.setContent(content);
-        }
-        return this.finish(node);
-    };
-    SCSSParser.prototype._parseMixinReferenceBodyStatement = function () {
-        return this._tryParseKeyframeSelector() || this._parseRuleSetDeclaration();
-    };
-    SCSSParser.prototype._parseFunctionArgument = function () {
-        // [variableName ':'] expression | variableName '...'
-        var node = this.create(_cssNodes__WEBPACK_IMPORTED_MODULE_3__["FunctionArgument"]);
-        var pos = this.mark();
-        var argument = this._parseVariable();
-        if (argument) {
-            if (!this.accept(_cssScanner__WEBPACK_IMPORTED_MODULE_1__["TokenType"].Colon)) {
-                if (this.accept(_scssScanner__WEBPACK_IMPORTED_MODULE_0__["Ellipsis"])) { // optional
-                    node.setValue(argument);
-                    return this.finish(node);
-                }
-                else {
-                    this.restoreAtMark(pos);
-                }
-            }
-            else {
-                node.setIdentifier(argument);
-            }
-        }
-        if (node.setValue(this._parseExpr(true))) {
-            this.accept(_scssScanner__WEBPACK_IMPORTED_MODULE_0__["Ellipsis"]); // #43746
-            node.addChild(this._parsePrio()); // #9859
-            return this.finish(node);
-        }
-        return null;
-    };
-    SCSSParser.prototype._parseURLArgument = function () {
-        var pos = this.mark();
-        var node = _super.prototype._parseURLArgument.call(this);
-        if (!node || !this.peek(_cssScanner__WEBPACK_IMPORTED_MODULE_1__["TokenType"].ParenthesisR)) {
-            this.restoreAtMark(pos);
-            var node_1 = this.create(_cssNodes__WEBPACK_IMPORTED_MODULE_3__["Node"]);
-            node_1.addChild(this._parseBinaryExpr());
-            return this.finish(node_1);
-        }
-        return node;
-    };
-    SCSSParser.prototype._parseOperation = function () {
-        if (!this.peek(_cssScanner__WEBPACK_IMPORTED_MODULE_1__["TokenType"].ParenthesisL)) {
-            return null;
-        }
-        var node = this.create(_cssNodes__WEBPACK_IMPORTED_MODULE_3__["Node"]);
-        this.consumeToken();
-        while (node.addChild(this._parseListElement())) {
-            this.accept(_cssScanner__WEBPACK_IMPORTED_MODULE_1__["TokenType"].Comma); // optional
-        }
-        if (!this.accept(_cssScanner__WEBPACK_IMPORTED_MODULE_1__["TokenType"].ParenthesisR)) {
-            return this.finish(node, _cssErrors__WEBPACK_IMPORTED_MODULE_5__["ParseError"].RightParenthesisExpected);
-        }
-        return this.finish(node);
-    };
-    SCSSParser.prototype._parseListElement = function () {
-        var node = this.create(_cssNodes__WEBPACK_IMPORTED_MODULE_3__["ListEntry"]);
-        var child = this._parseBinaryExpr();
-        if (!child) {
-            return null;
-        }
-        if (this.accept(_cssScanner__WEBPACK_IMPORTED_MODULE_1__["TokenType"].Colon)) {
-            node.setKey(child);
-            if (!node.setValue(this._parseBinaryExpr())) {
-                return this.finish(node, _cssErrors__WEBPACK_IMPORTED_MODULE_5__["ParseError"].ExpressionExpected);
-            }
-        }
-        else {
-            node.setValue(child);
-        }
-        return this.finish(node);
-    };
-    SCSSParser.prototype._parseUse = function () {
-        if (!this.peek(_scssScanner__WEBPACK_IMPORTED_MODULE_0__["Use"])) {
-            return null;
-        }
-        var node = this.create(_cssNodes__WEBPACK_IMPORTED_MODULE_3__["Use"]);
-        this.consumeToken();
-        if (!node.addChild(this._parseStringLiteral())) {
-            return this.finish(node, _cssErrors__WEBPACK_IMPORTED_MODULE_5__["ParseError"].StringLiteralExpected);
-        }
-        if (!this.peek(_cssScanner__WEBPACK_IMPORTED_MODULE_1__["TokenType"].SemiColon) && !this.peek(_cssScanner__WEBPACK_IMPORTED_MODULE_1__["TokenType"].EOF)) {
-            if (!this.peekRegExp(_cssScanner__WEBPACK_IMPORTED_MODULE_1__["TokenType"].Ident, /as|with/)) {
-                return this.finish(node, _cssErrors__WEBPACK_IMPORTED_MODULE_5__["ParseError"].UnknownKeyword);
-            }
-            if (this.acceptIdent('as') &&
-                (!node.setIdentifier(this._parseIdent([_cssNodes__WEBPACK_IMPORTED_MODULE_3__["ReferenceType"].Module])) && !this.acceptDelim('*'))) {
-                return this.finish(node, _cssErrors__WEBPACK_IMPORTED_MODULE_5__["ParseError"].IdentifierOrWildcardExpected);
-            }
-            if (this.acceptIdent('with')) {
-                if (!this.accept(_cssScanner__WEBPACK_IMPORTED_MODULE_1__["TokenType"].ParenthesisL)) {
-                    return this.finish(node, _cssErrors__WEBPACK_IMPORTED_MODULE_5__["ParseError"].LeftParenthesisExpected, [_cssScanner__WEBPACK_IMPORTED_MODULE_1__["TokenType"].ParenthesisR]);
-                }
-                // First variable statement, no comma.
-                if (!node.getParameters().addChild(this._parseModuleConfigDeclaration())) {
-                    return this.finish(node, _cssErrors__WEBPACK_IMPORTED_MODULE_5__["ParseError"].VariableNameExpected);
-                }
-                while (this.accept(_cssScanner__WEBPACK_IMPORTED_MODULE_1__["TokenType"].Comma)) {
-                    if (this.peek(_cssScanner__WEBPACK_IMPORTED_MODULE_1__["TokenType"].ParenthesisR)) {
-                        break;
-                    }
-                    if (!node.getParameters().addChild(this._parseModuleConfigDeclaration())) {
-                        return this.finish(node, _cssErrors__WEBPACK_IMPORTED_MODULE_5__["ParseError"].VariableNameExpected);
-                    }
-                }
-                if (!this.accept(_cssScanner__WEBPACK_IMPORTED_MODULE_1__["TokenType"].ParenthesisR)) {
-                    return this.finish(node, _cssErrors__WEBPACK_IMPORTED_MODULE_5__["ParseError"].RightParenthesisExpected);
-                }
-            }
-        }
-        if (!this.accept(_cssScanner__WEBPACK_IMPORTED_MODULE_1__["TokenType"].SemiColon) && !this.accept(_cssScanner__WEBPACK_IMPORTED_MODULE_1__["TokenType"].EOF)) {
-            return this.finish(node, _cssErrors__WEBPACK_IMPORTED_MODULE_5__["ParseError"].SemiColonExpected);
-        }
-        return this.finish(node);
-    };
-    SCSSParser.prototype._parseModuleConfigDeclaration = function () {
-        var node = this.create(_cssNodes__WEBPACK_IMPORTED_MODULE_3__["ModuleConfiguration"]);
-        if (!node.setIdentifier(this._parseVariable())) {
-            return null;
-        }
-        if (!this.accept(_cssScanner__WEBPACK_IMPORTED_MODULE_1__["TokenType"].Colon) || !node.setValue(this._parseExpr(true))) {
-            return this.finish(node, _cssErrors__WEBPACK_IMPORTED_MODULE_5__["ParseError"].VariableValueExpected, [], [_cssScanner__WEBPACK_IMPORTED_MODULE_1__["TokenType"].Comma, _cssScanner__WEBPACK_IMPORTED_MODULE_1__["TokenType"].ParenthesisR]);
-        }
-        return this.finish(node);
-    };
-    SCSSParser.prototype._parseForward = function () {
-        if (!this.peek(_scssScanner__WEBPACK_IMPORTED_MODULE_0__["Forward"])) {
-            return null;
-        }
-        var node = this.create(_cssNodes__WEBPACK_IMPORTED_MODULE_3__["Forward"]);
-        this.consumeToken();
-        if (!node.addChild(this._parseStringLiteral())) {
-            return this.finish(node, _cssErrors__WEBPACK_IMPORTED_MODULE_5__["ParseError"].StringLiteralExpected);
-        }
-        if (!this.peek(_cssScanner__WEBPACK_IMPORTED_MODULE_1__["TokenType"].SemiColon) && !this.peek(_cssScanner__WEBPACK_IMPORTED_MODULE_1__["TokenType"].EOF)) {
-            if (!this.peekRegExp(_cssScanner__WEBPACK_IMPORTED_MODULE_1__["TokenType"].Ident, /as|hide|show/)) {
-                return this.finish(node, _cssErrors__WEBPACK_IMPORTED_MODULE_5__["ParseError"].UnknownKeyword);
-            }
-            if (this.acceptIdent('as')) {
-                var identifier = this._parseIdent([_cssNodes__WEBPACK_IMPORTED_MODULE_3__["ReferenceType"].Forward]);
-                if (!node.setIdentifier(identifier)) {
-                    return this.finish(node, _cssErrors__WEBPACK_IMPORTED_MODULE_5__["ParseError"].IdentifierExpected);
-                }
-                // Wildcard must be the next character after the identifier string.
-                if (this.hasWhitespace() || !this.acceptDelim('*')) {
-                    return this.finish(node, _cssErrors__WEBPACK_IMPORTED_MODULE_5__["ParseError"].WildcardExpected);
-                }
-            }
-            if (this.peekIdent('hide') || this.peekIdent('show')) {
-                if (!node.addChild(this._parseForwardVisibility())) {
-                    return this.finish(node, _cssErrors__WEBPACK_IMPORTED_MODULE_5__["ParseError"].IdentifierOrVariableExpected);
-                }
-            }
-        }
-        if (!this.accept(_cssScanner__WEBPACK_IMPORTED_MODULE_1__["TokenType"].SemiColon) && !this.accept(_cssScanner__WEBPACK_IMPORTED_MODULE_1__["TokenType"].EOF)) {
-            return this.finish(node, _cssErrors__WEBPACK_IMPORTED_MODULE_5__["ParseError"].SemiColonExpected);
-        }
-        return this.finish(node);
-    };
-    SCSSParser.prototype._parseForwardVisibility = function () {
-        var node = this.create(_cssNodes__WEBPACK_IMPORTED_MODULE_3__["ForwardVisibility"]);
-        // Assume to be "hide" or "show".
-        node.setIdentifier(this._parseIdent());
-        while (node.addChild(this._parseVariable() || this._parseIdent())) {
-            // Consume all variables and idents ahead.
-        }
-        // More than just identifier 
-        return node.getChildren().length > 1 ? node : null;
-    };
-    return SCSSParser;
-}(_cssParser__WEBPACK_IMPORTED_MODULE_2__["Parser"]));
-
-
-
-/***/ }),
-/* 101 */
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
-
-"use strict";
-__webpack_require__.r(__webpack_exports__);
-/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "VariableName", function() { return VariableName; });
-/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "InterpolationFunction", function() { return InterpolationFunction; });
-/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Default", function() { return Default; });
-/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "EqualsOperator", function() { return EqualsOperator; });
-/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "NotEqualsOperator", function() { return NotEqualsOperator; });
-/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "GreaterEqualsOperator", function() { return GreaterEqualsOperator; });
-/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "SmallerEqualsOperator", function() { return SmallerEqualsOperator; });
-/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ellipsis", function() { return Ellipsis; });
-/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Module", function() { return Module; });
-/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Forward", function() { return Forward; });
-/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Use", function() { return Use; });
-/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "SCSSScanner", function() { return SCSSScanner; });
-/* harmony import */ var _cssScanner__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(74);
-/*---------------------------------------------------------------------------------------------
- *  Copyright (c) Microsoft Corporation. All rights reserved.
- *  Licensed under the MIT License. See License.txt in the project root for license information.
- *--------------------------------------------------------------------------------------------*/
-
-var __extends = (undefined && undefined.__extends) || (function () {
-    var extendStatics = function (d, b) {
-        extendStatics = Object.setPrototypeOf ||
-            ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
-            function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
-        return extendStatics(d, b);
-    };
-    return function (d, b) {
-        extendStatics(d, b);
-        function __() { this.constructor = d; }
-        d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
-    };
-})();
-
-var _FSL = '/'.charCodeAt(0);
-var _NWL = '\n'.charCodeAt(0);
-var _CAR = '\r'.charCodeAt(0);
-var _LFD = '\f'.charCodeAt(0);
-var _DLR = '$'.charCodeAt(0);
-var _HSH = '#'.charCodeAt(0);
-var _CUL = '{'.charCodeAt(0);
-var _EQS = '='.charCodeAt(0);
-var _BNG = '!'.charCodeAt(0);
-var _LAN = '<'.charCodeAt(0);
-var _RAN = '>'.charCodeAt(0);
-var _DOT = '.'.charCodeAt(0);
-var _ATS = '@'.charCodeAt(0);
-var customTokenValue = _cssScanner__WEBPACK_IMPORTED_MODULE_0__["TokenType"].CustomToken;
-var VariableName = customTokenValue++;
-var InterpolationFunction = customTokenValue++;
-var Default = customTokenValue++;
-var EqualsOperator = customTokenValue++;
-var NotEqualsOperator = customTokenValue++;
-var GreaterEqualsOperator = customTokenValue++;
-var SmallerEqualsOperator = customTokenValue++;
-var Ellipsis = customTokenValue++;
-var Module = customTokenValue++;
-var Forward = customTokenValue++;
-var Use = customTokenValue++;
-var SCSSScanner = /** @class */ (function (_super) {
-    __extends(SCSSScanner, _super);
-    function SCSSScanner() {
-        return _super !== null && _super.apply(this, arguments) || this;
-    }
-    SCSSScanner.prototype.scanNext = function (offset) {
-        // scss variable
-        if (this.stream.advanceIfChar(_DLR)) {
-            var content = ['$'];
-            if (this.ident(content)) {
-                return this.finishToken(offset, VariableName, content.join(''));
-            }
-            else {
-                this.stream.goBackTo(offset);
-            }
-        }
-        // scss: interpolation function #{..})
-        if (this.stream.advanceIfChars([_HSH, _CUL])) {
-            return this.finishToken(offset, InterpolationFunction);
-        }
-        // operator ==
-        if (this.stream.advanceIfChars([_EQS, _EQS])) {
-            return this.finishToken(offset, EqualsOperator);
-        }
-        // operator !=
-        if (this.stream.advanceIfChars([_BNG, _EQS])) {
-            return this.finishToken(offset, NotEqualsOperator);
-        }
-        // operators <, <=
-        if (this.stream.advanceIfChar(_LAN)) {
-            if (this.stream.advanceIfChar(_EQS)) {
-                return this.finishToken(offset, SmallerEqualsOperator);
-            }
-            return this.finishToken(offset, _cssScanner__WEBPACK_IMPORTED_MODULE_0__["TokenType"].Delim);
-        }
-        // ooperators >, >=
-        if (this.stream.advanceIfChar(_RAN)) {
-            if (this.stream.advanceIfChar(_EQS)) {
-                return this.finishToken(offset, GreaterEqualsOperator);
-            }
-            return this.finishToken(offset, _cssScanner__WEBPACK_IMPORTED_MODULE_0__["TokenType"].Delim);
-        }
-        // ellipis
-        if (this.stream.advanceIfChars([_DOT, _DOT, _DOT])) {
-            return this.finishToken(offset, Ellipsis);
-        }
-        // module loaders, @forward and @use
-        if (this.stream.advanceIfChar(_ATS)) {
-            var content = ['@'];
-            if (this.ident(content)) {
-                var keywordText = content.join('');
-                if (keywordText === '@forward') {
-                    return this.finishToken(offset, Forward, keywordText);
-                }
-                else if (keywordText === '@use') {
-                    return this.finishToken(offset, Use, keywordText);
-                }
-            }
-            this.stream.goBackTo(offset);
-        }
-        return _super.prototype.scanNext.call(this, offset);
-    };
-    SCSSScanner.prototype.comment = function () {
-        if (_super.prototype.comment.call(this)) {
-            return true;
-        }
-        if (!this.inURL && this.stream.advanceIfChars([_FSL, _FSL])) {
-            this.stream.advanceWhileChar(function (ch) {
-                switch (ch) {
-                    case _NWL:
-                    case _CAR:
-                    case _LFD:
-                        return false;
-                    default:
-                        return true;
-                }
-            });
-            return true;
-        }
-        else {
-            return false;
-        }
-    };
-    return SCSSScanner;
-}(_cssScanner__WEBPACK_IMPORTED_MODULE_0__["Scanner"]));
-
-
-
-/***/ }),
-/* 102 */
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
-
-"use strict";
-__webpack_require__.r(__webpack_exports__);
-/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "SCSSIssueType", function() { return SCSSIssueType; });
-/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "SCSSParseError", function() { return SCSSParseError; });
-/* harmony import */ var vscode_nls__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(77);
-/* harmony import */ var vscode_nls__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(vscode_nls__WEBPACK_IMPORTED_MODULE_0__);
-/*---------------------------------------------------------------------------------------------
- *  Copyright (c) Microsoft Corporation. All rights reserved.
- *  Licensed under the MIT License. See License.txt in the project root for license information.
- *--------------------------------------------------------------------------------------------*/
-
-
-var localize = vscode_nls__WEBPACK_IMPORTED_MODULE_0__["loadMessageBundle"]();
-var SCSSIssueType = /** @class */ (function () {
-    function SCSSIssueType(id, message) {
-        this.id = id;
-        this.message = message;
-    }
-    return SCSSIssueType;
-}());
-
-var SCSSParseError = {
-    FromExpected: new SCSSIssueType('scss-fromexpected', localize('expected.from', "'from' expected")),
-    ThroughOrToExpected: new SCSSIssueType('scss-throughexpected', localize('expected.through', "'through' or 'to' expected")),
-    InExpected: new SCSSIssueType('scss-fromexpected', localize('expected.in', "'in' expected")),
-};
-
-
-/***/ }),
-/* 103 */
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
-
-"use strict";
-__webpack_require__.r(__webpack_exports__);
-/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "SCSSCompletion", function() { return SCSSCompletion; });
-/* harmony import */ var _cssCompletion__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(86);
-/* harmony import */ var _parser_cssNodes__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(75);
-/* harmony import */ var _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(90);
-/* harmony import */ var vscode_nls__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(77);
-/* harmony import */ var vscode_nls__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__webpack_require__.n(vscode_nls__WEBPACK_IMPORTED_MODULE_3__);
-/*---------------------------------------------------------------------------------------------
- *  Copyright (c) Microsoft Corporation. All rights reserved.
- *  Licensed under the MIT License. See License.txt in the project root for license information.
- *--------------------------------------------------------------------------------------------*/
-
-var __extends = (undefined && undefined.__extends) || (function () {
-    var extendStatics = function (d, b) {
-        extendStatics = Object.setPrototypeOf ||
-            ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
-            function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
-        return extendStatics(d, b);
-    };
-    return function (d, b) {
-        extendStatics(d, b);
-        function __() { this.constructor = d; }
-        d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
-    };
-})();
-
-
-
-
-var localize = vscode_nls__WEBPACK_IMPORTED_MODULE_3__["loadMessageBundle"]();
-var SCSSCompletion = /** @class */ (function (_super) {
-    __extends(SCSSCompletion, _super);
-    function SCSSCompletion(clientCapabilities) {
-        var _this = _super.call(this, '$', clientCapabilities) || this;
-        addReferencesToDocumentation(SCSSCompletion.scssModuleLoaders);
-        addReferencesToDocumentation(SCSSCompletion.scssModuleBuiltIns);
-        return _this;
-    }
-    SCSSCompletion.prototype.isImportPathParent = function (type) {
-        return type === _parser_cssNodes__WEBPACK_IMPORTED_MODULE_1__["NodeType"].Forward
-            || type === _parser_cssNodes__WEBPACK_IMPORTED_MODULE_1__["NodeType"].Use
-            || _super.prototype.isImportPathParent.call(this, type);
-    };
-    SCSSCompletion.prototype.getCompletionForImportPath = function (importPathNode, result) {
-        var _a;
-        var parentType = importPathNode.getParent().type;
-        if (parentType === _parser_cssNodes__WEBPACK_IMPORTED_MODULE_1__["NodeType"].Forward || parentType === _parser_cssNodes__WEBPACK_IMPORTED_MODULE_1__["NodeType"].Use) {
-            (_a = result.items).push.apply(_a, SCSSCompletion.scssModuleBuiltIns);
-        }
-        return _super.prototype.getCompletionForImportPath.call(this, importPathNode, result);
-    };
-    SCSSCompletion.prototype.createReplaceFunction = function () {
-        var tabStopCounter = 1;
-        return function (_match, p1) {
-            return '\\' + p1 + ': ${' + tabStopCounter++ + ':' + (SCSSCompletion.variableDefaults[p1] || '') + '}';
-        };
-    };
-    SCSSCompletion.prototype.createFunctionProposals = function (proposals, existingNode, sortToEnd, result) {
-        for (var _i = 0, proposals_1 = proposals; _i < proposals_1.length; _i++) {
-            var p = proposals_1[_i];
-            var insertText = p.func.replace(/\[?(\$\w+)\]?/g, this.createReplaceFunction());
-            var label = p.func.substr(0, p.func.indexOf('('));
-            var item = {
-                label: label,
-                detail: p.func,
-                documentation: p.desc,
-                textEdit: _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_2__["TextEdit"].replace(this.getCompletionRange(existingNode), insertText),
-                insertTextFormat: _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_2__["InsertTextFormat"].Snippet,
-                kind: _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_2__["CompletionItemKind"].Function
-            };
-            if (sortToEnd) {
-                item.sortText = 'z';
-            }
-            result.items.push(item);
-        }
-        return result;
-    };
-    SCSSCompletion.prototype.getCompletionsForSelector = function (ruleSet, isNested, result) {
-        this.createFunctionProposals(SCSSCompletion.selectorFuncs, null, true, result);
-        return _super.prototype.getCompletionsForSelector.call(this, ruleSet, isNested, result);
-    };
-    SCSSCompletion.prototype.getTermProposals = function (entry, existingNode, result) {
-        var functions = SCSSCompletion.builtInFuncs;
-        if (entry) {
-            functions = functions.filter(function (f) { return !f.type || !entry.restrictions || entry.restrictions.indexOf(f.type) !== -1; });
-        }
-        this.createFunctionProposals(functions, existingNode, true, result);
-        return _super.prototype.getTermProposals.call(this, entry, existingNode, result);
-    };
-    SCSSCompletion.prototype.getColorProposals = function (entry, existingNode, result) {
-        this.createFunctionProposals(SCSSCompletion.colorProposals, existingNode, false, result);
-        return _super.prototype.getColorProposals.call(this, entry, existingNode, result);
-    };
-    SCSSCompletion.prototype.getCompletionsForDeclarationProperty = function (declaration, result) {
-        this.getCompletionForAtDirectives(result);
-        this.getCompletionsForSelector(null, true, result);
-        return _super.prototype.getCompletionsForDeclarationProperty.call(this, declaration, result);
-    };
-    SCSSCompletion.prototype.getCompletionsForExtendsReference = function (_extendsRef, existingNode, result) {
-        var symbols = this.getSymbolContext().findSymbolsAtOffset(this.offset, _parser_cssNodes__WEBPACK_IMPORTED_MODULE_1__["ReferenceType"].Rule);
-        for (var _i = 0, symbols_1 = symbols; _i < symbols_1.length; _i++) {
-            var symbol = symbols_1[_i];
-            var suggest = {
-                label: symbol.name,
-                textEdit: _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_2__["TextEdit"].replace(this.getCompletionRange(existingNode), symbol.name),
-                kind: _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_2__["CompletionItemKind"].Function,
-            };
-            result.items.push(suggest);
-        }
-        return result;
-    };
-    SCSSCompletion.prototype.getCompletionForAtDirectives = function (result) {
-        var _a;
-        (_a = result.items).push.apply(_a, SCSSCompletion.scssAtDirectives);
-        return result;
-    };
-    SCSSCompletion.prototype.getCompletionForTopLevel = function (result) {
-        this.getCompletionForAtDirectives(result);
-        this.getCompletionForModuleLoaders(result);
-        _super.prototype.getCompletionForTopLevel.call(this, result);
-        return result;
-    };
-    SCSSCompletion.prototype.getCompletionForModuleLoaders = function (result) {
-        var _a;
-        (_a = result.items).push.apply(_a, SCSSCompletion.scssModuleLoaders);
-        return result;
-    };
-    SCSSCompletion.variableDefaults = {
-        '$red': '1',
-        '$green': '2',
-        '$blue': '3',
-        '$alpha': '1.0',
-        '$color': '#000000',
-        '$weight': '0.5',
-        '$hue': '0',
-        '$saturation': '0%',
-        '$lightness': '0%',
-        '$degrees': '0',
-        '$amount': '0',
-        '$string': '""',
-        '$substring': '"s"',
-        '$number': '0',
-        '$limit': '1'
-    };
-    SCSSCompletion.colorProposals = [
-        { func: 'red($color)', desc: localize('scss.builtin.red', 'Gets the red component of a color.') },
-        { func: 'green($color)', desc: localize('scss.builtin.green', 'Gets the green component of a color.') },
-        { func: 'blue($color)', desc: localize('scss.builtin.blue', 'Gets the blue component of a color.') },
-        { func: 'mix($color, $color, [$weight])', desc: localize('scss.builtin.mix', 'Mixes two colors together.') },
-        { func: 'hue($color)', desc: localize('scss.builtin.hue', 'Gets the hue component of a color.') },
-        { func: 'saturation($color)', desc: localize('scss.builtin.saturation', 'Gets the saturation component of a color.') },
-        { func: 'lightness($color)', desc: localize('scss.builtin.lightness', 'Gets the lightness component of a color.') },
-        { func: 'adjust-hue($color, $degrees)', desc: localize('scss.builtin.adjust-hue', 'Changes the hue of a color.') },
-        { func: 'lighten($color, $amount)', desc: localize('scss.builtin.lighten', 'Makes a color lighter.') },
-        { func: 'darken($color, $amount)', desc: localize('scss.builtin.darken', 'Makes a color darker.') },
-        { func: 'saturate($color, $amount)', desc: localize('scss.builtin.saturate', 'Makes a color more saturated.') },
-        { func: 'desaturate($color, $amount)', desc: localize('scss.builtin.desaturate', 'Makes a color less saturated.') },
-        { func: 'grayscale($color)', desc: localize('scss.builtin.grayscale', 'Converts a color to grayscale.') },
-        { func: 'complement($color)', desc: localize('scss.builtin.complement', 'Returns the complement of a color.') },
-        { func: 'invert($color)', desc: localize('scss.builtin.invert', 'Returns the inverse of a color.') },
-        { func: 'alpha($color)', desc: localize('scss.builtin.alpha', 'Gets the opacity component of a color.') },
-        { func: 'opacity($color)', desc: 'Gets the alpha component (opacity) of a color.' },
-        { func: 'rgba($color, $alpha)', desc: localize('scss.builtin.rgba', 'Changes the alpha component for a color.') },
-        { func: 'opacify($color, $amount)', desc: localize('scss.builtin.opacify', 'Makes a color more opaque.') },
-        { func: 'fade-in($color, $amount)', desc: localize('scss.builtin.fade-in', 'Makes a color more opaque.') },
-        { func: 'transparentize($color, $amount)', desc: localize('scss.builtin.transparentize', 'Makes a color more transparent.') },
-        { func: 'fade-out($color, $amount)', desc: localize('scss.builtin.fade-out', 'Makes a color more transparent.') },
-        { func: 'adjust-color($color, [$red], [$green], [$blue], [$hue], [$saturation], [$lightness], [$alpha])', desc: localize('scss.builtin.adjust-color', 'Increases or decreases one or more components of a color.') },
-        { func: 'scale-color($color, [$red], [$green], [$blue], [$saturation], [$lightness], [$alpha])', desc: localize('scss.builtin.scale-color', 'Fluidly scales one or more properties of a color.') },
-        { func: 'change-color($color, [$red], [$green], [$blue], [$hue], [$saturation], [$lightness], [$alpha])', desc: localize('scss.builtin.change-color', 'Changes one or more properties of a color.') },
-        { func: 'ie-hex-str($color)', desc: localize('scss.builtin.ie-hex-str', 'Converts a color into the format understood by IE filters.') }
-    ];
-    SCSSCompletion.selectorFuncs = [
-        { func: 'selector-nest($selectors…)', desc: localize('scss.builtin.selector-nest', 'Nests selector beneath one another like they would be nested in the stylesheet.') },
-        { func: 'selector-append($selectors…)', desc: localize('scss.builtin.selector-append', 'Appends selectors to one another without spaces in between.') },
-        { func: 'selector-extend($selector, $extendee, $extender)', desc: localize('scss.builtin.selector-extend', 'Extends $extendee with $extender within $selector.') },
-        { func: 'selector-replace($selector, $original, $replacement)', desc: localize('scss.builtin.selector-replace', 'Replaces $original with $replacement within $selector.') },
-        { func: 'selector-unify($selector1, $selector2)', desc: localize('scss.builtin.selector-unify', 'Unifies two selectors to produce a selector that matches elements matched by both.') },
-        { func: 'is-superselector($super, $sub)', desc: localize('scss.builtin.is-superselector', 'Returns whether $super matches all the elements $sub does, and possibly more.') },
-        { func: 'simple-selectors($selector)', desc: localize('scss.builtin.simple-selectors', 'Returns the simple selectors that comprise a compound selector.') },
-        { func: 'selector-parse($selector)', desc: localize('scss.builtin.selector-parse', 'Parses a selector into the format returned by &.') }
-    ];
-    SCSSCompletion.builtInFuncs = [
-        { func: 'unquote($string)', desc: localize('scss.builtin.unquote', 'Removes quotes from a string.') },
-        { func: 'quote($string)', desc: localize('scss.builtin.quote', 'Adds quotes to a string.') },
-        { func: 'str-length($string)', desc: localize('scss.builtin.str-length', 'Returns the number of characters in a string.') },
-        { func: 'str-insert($string, $insert, $index)', desc: localize('scss.builtin.str-insert', 'Inserts $insert into $string at $index.') },
-        { func: 'str-index($string, $substring)', desc: localize('scss.builtin.str-index', 'Returns the index of the first occurance of $substring in $string.') },
-        { func: 'str-slice($string, $start-at, [$end-at])', desc: localize('scss.builtin.str-slice', 'Extracts a substring from $string.') },
-        { func: 'to-upper-case($string)', desc: localize('scss.builtin.to-upper-case', 'Converts a string to upper case.') },
-        { func: 'to-lower-case($string)', desc: localize('scss.builtin.to-lower-case', 'Converts a string to lower case.') },
-        { func: 'percentage($number)', desc: localize('scss.builtin.percentage', 'Converts a unitless number to a percentage.'), type: 'percentage' },
-        { func: 'round($number)', desc: localize('scss.builtin.round', 'Rounds a number to the nearest whole number.') },
-        { func: 'ceil($number)', desc: localize('scss.builtin.ceil', 'Rounds a number up to the next whole number.') },
-        { func: 'floor($number)', desc: localize('scss.builtin.floor', 'Rounds a number down to the previous whole number.') },
-        { func: 'abs($number)', desc: localize('scss.builtin.abs', 'Returns the absolute value of a number.') },
-        { func: 'min($numbers)', desc: localize('scss.builtin.min', 'Finds the minimum of several numbers.') },
-        { func: 'max($numbers)', desc: localize('scss.builtin.max', 'Finds the maximum of several numbers.') },
-        { func: 'random([$limit])', desc: localize('scss.builtin.random', 'Returns a random number.') },
-        { func: 'length($list)', desc: localize('scss.builtin.length', 'Returns the length of a list.') },
-        { func: 'nth($list, $n)', desc: localize('scss.builtin.nth', 'Returns a specific item in a list.') },
-        { func: 'set-nth($list, $n, $value)', desc: localize('scss.builtin.set-nth', 'Replaces the nth item in a list.') },
-        { func: 'join($list1, $list2, [$separator])', desc: localize('scss.builtin.join', 'Joins together two lists into one.') },
-        { func: 'append($list1, $val, [$separator])', desc: localize('scss.builtin.append', 'Appends a single value onto the end of a list.') },
-        { func: 'zip($lists)', desc: localize('scss.builtin.zip', 'Combines several lists into a single multidimensional list.') },
-        { func: 'index($list, $value)', desc: localize('scss.builtin.index', 'Returns the position of a value within a list.') },
-        { func: 'list-separator(#list)', desc: localize('scss.builtin.list-separator', 'Returns the separator of a list.') },
-        { func: 'map-get($map, $key)', desc: localize('scss.builtin.map-get', 'Returns the value in a map associated with a given key.') },
-        { func: 'map-merge($map1, $map2)', desc: localize('scss.builtin.map-merge', 'Merges two maps together into a new map.') },
-        { func: 'map-remove($map, $keys)', desc: localize('scss.builtin.map-remove', 'Returns a new map with keys removed.') },
-        { func: 'map-keys($map)', desc: localize('scss.builtin.map-keys', 'Returns a list of all keys in a map.') },
-        { func: 'map-values($map)', desc: localize('scss.builtin.map-values', 'Returns a list of all values in a map.') },
-        { func: 'map-has-key($map, $key)', desc: localize('scss.builtin.map-has-key', 'Returns whether a map has a value associated with a given key.') },
-        { func: 'keywords($args)', desc: localize('scss.builtin.keywords', 'Returns the keywords passed to a function that takes variable arguments.') },
-        { func: 'feature-exists($feature)', desc: localize('scss.builtin.feature-exists', 'Returns whether a feature exists in the current Sass runtime.') },
-        { func: 'variable-exists($name)', desc: localize('scss.builtin.variable-exists', 'Returns whether a variable with the given name exists in the current scope.') },
-        { func: 'global-variable-exists($name)', desc: localize('scss.builtin.global-variable-exists', 'Returns whether a variable with the given name exists in the global scope.') },
-        { func: 'function-exists($name)', desc: localize('scss.builtin.function-exists', 'Returns whether a function with the given name exists.') },
-        { func: 'mixin-exists($name)', desc: localize('scss.builtin.mixin-exists', 'Returns whether a mixin with the given name exists.') },
-        { func: 'inspect($value)', desc: localize('scss.builtin.inspect', 'Returns the string representation of a value as it would be represented in Sass.') },
-        { func: 'type-of($value)', desc: localize('scss.builtin.type-of', 'Returns the type of a value.') },
-        { func: 'unit($number)', desc: localize('scss.builtin.unit', 'Returns the unit(s) associated with a number.') },
-        { func: 'unitless($number)', desc: localize('scss.builtin.unitless', 'Returns whether a number has units.') },
-        { func: 'comparable($number1, $number2)', desc: localize('scss.builtin.comparable', 'Returns whether two numbers can be added, subtracted, or compared.') },
-        { func: 'call($name, $args…)', desc: localize('scss.builtin.call', 'Dynamically calls a Sass function.') }
-    ];
-    SCSSCompletion.scssAtDirectives = [
-        {
-            label: "@extend",
-            documentation: localize("scss.builtin.@extend", "Inherits the styles of another selector."),
-            kind: _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_2__["CompletionItemKind"].Keyword
-        },
-        {
-            label: "@at-root",
-            documentation: localize("scss.builtin.@at-root", "Causes one or more rules to be emitted at the root of the document."),
-            kind: _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_2__["CompletionItemKind"].Keyword
-        },
-        {
-            label: "@debug",
-            documentation: localize("scss.builtin.@debug", "Prints the value of an expression to the standard error output stream. Useful for debugging complicated Sass files."),
-            kind: _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_2__["CompletionItemKind"].Keyword
-        },
-        {
-            label: "@warn",
-            documentation: localize("scss.builtin.@warn", "Prints the value of an expression to the standard error output stream. Useful for libraries that need to warn users of deprecations or recovering from minor mixin usage mistakes. Warnings can be turned off with the `--quiet` command-line option or the `:quiet` Sass option."),
-            kind: _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_2__["CompletionItemKind"].Keyword
-        },
-        {
-            label: "@error",
-            documentation: localize("scss.builtin.@error", "Throws the value of an expression as a fatal error with stack trace. Useful for validating arguments to mixins and functions."),
-            kind: _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_2__["CompletionItemKind"].Keyword
-        },
-        {
-            label: "@if",
-            documentation: localize("scss.builtin.@if", "Includes the body if the expression does not evaluate to `false` or `null`."),
-            insertText: "@if ${1:expr} {\n\t$0\n}",
-            insertTextFormat: _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_2__["InsertTextFormat"].Snippet,
-            kind: _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_2__["CompletionItemKind"].Keyword
-        },
-        {
-            label: "@for",
-            documentation: localize("scss.builtin.@for", "For loop that repeatedly outputs a set of styles for each `$var` in the `from/through` or `from/to` clause."),
-            insertText: "@for \\$${1:var} from ${2:start} ${3|to,through|} ${4:end} {\n\t$0\n}",
-            insertTextFormat: _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_2__["InsertTextFormat"].Snippet,
-            kind: _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_2__["CompletionItemKind"].Keyword
-        },
-        {
-            label: "@each",
-            documentation: localize("scss.builtin.@each", "Each loop that sets `$var` to each item in the list or map, then outputs the styles it contains using that value of `$var`."),
-            insertText: "@each \\$${1:var} in ${2:list} {\n\t$0\n}",
-            insertTextFormat: _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_2__["InsertTextFormat"].Snippet,
-            kind: _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_2__["CompletionItemKind"].Keyword
-        },
-        {
-            label: "@while",
-            documentation: localize("scss.builtin.@while", "While loop that takes an expression and repeatedly outputs the nested styles until the statement evaluates to `false`."),
-            insertText: "@while ${1:condition} {\n\t$0\n}",
-            insertTextFormat: _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_2__["InsertTextFormat"].Snippet,
-            kind: _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_2__["CompletionItemKind"].Keyword
-        },
-        {
-            label: "@mixin",
-            documentation: localize("scss.builtin.@mixin", "Defines styles that can be re-used throughout the stylesheet with `@include`."),
-            insertText: "@mixin ${1:name} {\n\t$0\n}",
-            insertTextFormat: _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_2__["InsertTextFormat"].Snippet,
-            kind: _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_2__["CompletionItemKind"].Keyword
-        },
-        {
-            label: "@include",
-            documentation: localize("scss.builtin.@include", "Includes the styles defined by another mixin into the current rule."),
-            kind: _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_2__["CompletionItemKind"].Keyword
-        },
-        {
-            label: "@function",
-            documentation: localize("scss.builtin.@function", "Defines complex operations that can be re-used throughout stylesheets."),
-            kind: _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_2__["CompletionItemKind"].Keyword
-        }
-    ];
-    SCSSCompletion.scssModuleLoaders = [
-        {
-            label: "@use",
-            documentation: localize("scss.builtin.@use", "Loads mixins, functions, and variables from other Sass stylesheets as 'modules', and combines CSS from multiple stylesheets together."),
-            references: [{ name: 'Sass documentation', url: 'https://sass-lang.com/documentation/at-rules/use' }],
-            insertText: "@use '$0';",
-            insertTextFormat: _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_2__["InsertTextFormat"].Snippet,
-            kind: _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_2__["CompletionItemKind"].Keyword
-        },
-        {
-            label: "@forward",
-            documentation: localize("scss.builtin.@forward", "Loads a Sass stylesheet and makes its mixins, functions, and variables available when this stylesheet is loaded with the @use rule."),
-            references: [{ name: 'Sass documentation', url: 'https://sass-lang.com/documentation/at-rules/forward' }],
-            insertText: "@forward '$0';",
-            insertTextFormat: _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_2__["InsertTextFormat"].Snippet,
-            kind: _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_2__["CompletionItemKind"].Keyword
-        },
-    ];
-    SCSSCompletion.scssModuleBuiltIns = [
-        {
-            label: 'sass:math',
-            documentation: localize('scss.builtin.sass:math', 'Provides functions that operate on numbers.'),
-            references: [{ name: 'Sass documentation', url: 'https://sass-lang.com/documentation/modules/math' }],
-            kind: _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_2__["CompletionItemKind"].Module,
-        },
-        {
-            label: 'sass:string',
-            documentation: localize('scss.builtin.sass:string', 'Makes it easy to combine, search, or split apart strings.'),
-            references: [{ name: 'Sass documentation', url: 'https://sass-lang.com/documentation/modules/string' }],
-            kind: _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_2__["CompletionItemKind"].Module,
-        },
-        {
-            label: 'sass:color',
-            documentation: localize('scss.builtin.sass:color', 'Generates new colors based on existing ones, making it easy to build color themes.'),
-            references: [{ name: 'Sass documentation', url: 'https://sass-lang.com/documentation/modules/color' }],
-            kind: _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_2__["CompletionItemKind"].Module,
-        },
-        {
-            label: 'sass:list',
-            documentation: localize('scss.builtin.sass:list', 'Lets you access and modify values in lists.'),
-            references: [{ name: 'Sass documentation', url: 'https://sass-lang.com/documentation/modules/list' }],
-            kind: _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_2__["CompletionItemKind"].Module,
-        },
-        {
-            label: 'sass:map',
-            documentation: localize('scss.builtin.sass:map', 'Makes it possible to look up the value associated with a key in a map, and much more.'),
-            references: [{ name: 'Sass documentation', url: 'https://sass-lang.com/documentation/modules/map' }],
-            kind: _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_2__["CompletionItemKind"].Module,
-        },
-        {
-            label: 'sass:selector',
-            documentation: localize('scss.builtin.sass:selector', 'Provides access to Sass’s powerful selector engine.'),
-            references: [{ name: 'Sass documentation', url: 'https://sass-lang.com/documentation/modules/selector' }],
-            kind: _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_2__["CompletionItemKind"].Module,
-        },
-        {
-            label: 'sass:meta',
-            documentation: localize('scss.builtin.sass:meta', 'Exposes the details of Sass’s inner workings.'),
-            references: [{ name: 'Sass documentation', url: 'https://sass-lang.com/documentation/modules/meta' }],
-            kind: _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_2__["CompletionItemKind"].Module,
-        },
-    ];
-    return SCSSCompletion;
-}(_cssCompletion__WEBPACK_IMPORTED_MODULE_0__["CSSCompletion"]));
-
-/**
- * Todo @Pine: Remove this and do it through custom data
- */
-function addReferencesToDocumentation(items) {
-    items.forEach(function (i) {
-        if (i.documentation && i.references && i.references.length > 0) {
-            var markdownDoc = typeof i.documentation === 'string'
-                ? { kind: 'markdown', value: i.documentation }
-                : { kind: 'markdown', value: i.documentation.value };
-            markdownDoc.value += '\n\n';
-            markdownDoc.value += i.references
-                .map(function (r) {
-                return "[" + r.name + "](" + r.url + ")";
-            })
-                .join(' | ');
-            i.documentation = markdownDoc;
-        }
-    });
-}
-
-
-/***/ }),
-/* 104 */
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
-
-"use strict";
-__webpack_require__.r(__webpack_exports__);
-/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "LESSParser", function() { return LESSParser; });
-/* harmony import */ var _lessScanner__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(105);
-/* harmony import */ var _cssScanner__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(74);
-/* harmony import */ var _cssParser__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(73);
-/* harmony import */ var _cssNodes__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(75);
-/* harmony import */ var _cssErrors__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(76);
-/*---------------------------------------------------------------------------------------------
- *  Copyright (c) Microsoft Corporation. All rights reserved.
- *  Licensed under the MIT License. See License.txt in the project root for license information.
- *--------------------------------------------------------------------------------------------*/
-
-var __extends = (undefined && undefined.__extends) || (function () {
-    var extendStatics = function (d, b) {
-        extendStatics = Object.setPrototypeOf ||
-            ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
-            function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
-        return extendStatics(d, b);
-    };
-    return function (d, b) {
-        extendStatics(d, b);
-        function __() { this.constructor = d; }
-        d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
-    };
-})();
-
-
-
-
-
-/// <summary>
-/// A parser for LESS
-/// http://lesscss.org/
-/// </summary>
-var LESSParser = /** @class */ (function (_super) {
-    __extends(LESSParser, _super);
-    function LESSParser() {
-        return _super.call(this, new _lessScanner__WEBPACK_IMPORTED_MODULE_0__["LESSScanner"]()) || this;
-    }
-    LESSParser.prototype._parseStylesheetStatement = function (isNested) {
-        if (isNested === void 0) { isNested = false; }
-        if (this.peek(_cssScanner__WEBPACK_IMPORTED_MODULE_1__["TokenType"].AtKeyword)) {
-            return this._parseVariableDeclaration()
-                || this._parsePlugin()
-                || _super.prototype._parseStylesheetAtStatement.call(this, isNested);
-        }
-        return this._tryParseMixinDeclaration()
-            || this._tryParseMixinReference()
-            || this._parseFunction()
-            || this._parseRuleset(true);
-    };
-    LESSParser.prototype._parseImport = function () {
-        if (!this.peekKeyword('@import') && !this.peekKeyword('@import-once') /* deprecated in less 1.4.1 */) {
-            return null;
-        }
-        var node = this.create(_cssNodes__WEBPACK_IMPORTED_MODULE_3__["Import"]);
-        this.consumeToken();
-        // less 1.4.1: @import (css) "lib"
-        if (this.accept(_cssScanner__WEBPACK_IMPORTED_MODULE_1__["TokenType"].ParenthesisL)) {
-            if (!this.accept(_cssScanner__WEBPACK_IMPORTED_MODULE_1__["TokenType"].Ident)) {
-                return this.finish(node, _cssErrors__WEBPACK_IMPORTED_MODULE_4__["ParseError"].IdentifierExpected, [_cssScanner__WEBPACK_IMPORTED_MODULE_1__["TokenType"].SemiColon]);
-            }
-            do {
-                if (!this.accept(_cssScanner__WEBPACK_IMPORTED_MODULE_1__["TokenType"].Comma)) {
-                    break;
-                }
-            } while (this.accept(_cssScanner__WEBPACK_IMPORTED_MODULE_1__["TokenType"].Ident));
-            if (!this.accept(_cssScanner__WEBPACK_IMPORTED_MODULE_1__["TokenType"].ParenthesisR)) {
-                return this.finish(node, _cssErrors__WEBPACK_IMPORTED_MODULE_4__["ParseError"].RightParenthesisExpected, [_cssScanner__WEBPACK_IMPORTED_MODULE_1__["TokenType"].SemiColon]);
-            }
-        }
-        if (!node.addChild(this._parseURILiteral()) && !node.addChild(this._parseStringLiteral())) {
-            return this.finish(node, _cssErrors__WEBPACK_IMPORTED_MODULE_4__["ParseError"].URIOrStringExpected, [_cssScanner__WEBPACK_IMPORTED_MODULE_1__["TokenType"].SemiColon]);
-        }
-        if (!this.peek(_cssScanner__WEBPACK_IMPORTED_MODULE_1__["TokenType"].SemiColon) && !this.peek(_cssScanner__WEBPACK_IMPORTED_MODULE_1__["TokenType"].EOF)) {
-            node.setMedialist(this._parseMediaQueryList());
-        }
-        return this.finish(node);
-    };
-    LESSParser.prototype._parsePlugin = function () {
-        if (!this.peekKeyword('@plugin')) {
-            return null;
-        }
-        var node = this.createNode(_cssNodes__WEBPACK_IMPORTED_MODULE_3__["NodeType"].Plugin);
-        this.consumeToken(); // @import
-        if (!node.addChild(this._parseStringLiteral())) {
-            return this.finish(node, _cssErrors__WEBPACK_IMPORTED_MODULE_4__["ParseError"].StringLiteralExpected);
-        }
-        if (!this.accept(_cssScanner__WEBPACK_IMPORTED_MODULE_1__["TokenType"].SemiColon)) {
-            return this.finish(node, _cssErrors__WEBPACK_IMPORTED_MODULE_4__["ParseError"].SemiColonExpected);
-        }
-        return this.finish(node);
-    };
-    LESSParser.prototype._parseMediaQuery = function (resyncStopToken) {
-        var node = _super.prototype._parseMediaQuery.call(this, resyncStopToken);
-        if (!node) {
-            var node_1 = this.create(_cssNodes__WEBPACK_IMPORTED_MODULE_3__["MediaQuery"]);
-            if (node_1.addChild(this._parseVariable())) {
-                return this.finish(node_1);
-            }
-            return null;
-        }
-        return node;
-    };
-    LESSParser.prototype._parseMediaDeclaration = function (isNested) {
-        if (isNested === void 0) { isNested = false; }
-        return this._tryParseRuleset(isNested)
-            || this._tryToParseDeclaration()
-            || this._tryParseMixinDeclaration()
-            || this._tryParseMixinReference()
-            || this._parseDetachedRuleSetMixin()
-            || this._parseStylesheetStatement(isNested);
-    };
-    LESSParser.prototype._parseMediaFeatureName = function () {
-        return this._parseIdent() || this._parseVariable();
-    };
-    LESSParser.prototype._parseVariableDeclaration = function (panic) {
-        if (panic === void 0) { panic = []; }
-        var node = this.create(_cssNodes__WEBPACK_IMPORTED_MODULE_3__["VariableDeclaration"]);
-        var mark = this.mark();
-        if (!node.setVariable(this._parseVariable(true))) {
-            return null;
-        }
-        if (this.accept(_cssScanner__WEBPACK_IMPORTED_MODULE_1__["TokenType"].Colon)) {
-            if (this.prevToken) {
-                node.colonPosition = this.prevToken.offset;
-            }
-            if (node.setValue(this._parseDetachedRuleSet())) {
-                node.needsSemicolon = false;
-            }
-            else if (!node.setValue(this._parseExpr())) {
-                return this.finish(node, _cssErrors__WEBPACK_IMPORTED_MODULE_4__["ParseError"].VariableValueExpected, [], panic);
-            }
-            node.addChild(this._parsePrio());
-        }
-        else {
-            this.restoreAtMark(mark);
-            return null; // at keyword, but no ':', not a variable declaration but some at keyword
-        }
-        if (this.peek(_cssScanner__WEBPACK_IMPORTED_MODULE_1__["TokenType"].SemiColon)) {
-            node.semicolonPosition = this.token.offset; // not part of the declaration, but useful information for code assist
-        }
-        return this.finish(node);
-    };
-    LESSParser.prototype._parseDetachedRuleSet = function () {
-        var mark = this.mark();
-        // "Anonymous mixin" used in each() and possibly a generic type in the future
-        if (this.peekDelim('#') || this.peekDelim('.')) {
-            this.consumeToken();
-            if (!this.hasWhitespace() && this.accept(_cssScanner__WEBPACK_IMPORTED_MODULE_1__["TokenType"].ParenthesisL)) {
-                var node = this.create(_cssNodes__WEBPACK_IMPORTED_MODULE_3__["MixinDeclaration"]);
-                if (node.getParameters().addChild(this._parseMixinParameter())) {
-                    while (this.accept(_cssScanner__WEBPACK_IMPORTED_MODULE_1__["TokenType"].Comma) || this.accept(_cssScanner__WEBPACK_IMPORTED_MODULE_1__["TokenType"].SemiColon)) {
-                        if (this.peek(_cssScanner__WEBPACK_IMPORTED_MODULE_1__["TokenType"].ParenthesisR)) {
-                            break;
-                        }
-                        if (!node.getParameters().addChild(this._parseMixinParameter())) {
-                            this.markError(node, _cssErrors__WEBPACK_IMPORTED_MODULE_4__["ParseError"].IdentifierExpected, [], [_cssScanner__WEBPACK_IMPORTED_MODULE_1__["TokenType"].ParenthesisR]);
-                        }
-                    }
-                }
-                if (!this.accept(_cssScanner__WEBPACK_IMPORTED_MODULE_1__["TokenType"].ParenthesisR)) {
-                    this.restoreAtMark(mark);
-                    return null;
-                }
-            }
-            else {
-                this.restoreAtMark(mark);
-                return null;
-            }
-        }
-        if (!this.peek(_cssScanner__WEBPACK_IMPORTED_MODULE_1__["TokenType"].CurlyL)) {
-            return null;
-        }
-        var content = this.create(_cssNodes__WEBPACK_IMPORTED_MODULE_3__["BodyDeclaration"]);
-        this._parseBody(content, this._parseDetachedRuleSetBody.bind(this));
-        return this.finish(content);
-    };
-    LESSParser.prototype._parseDetachedRuleSetBody = function () {
-        return this._tryParseKeyframeSelector() || this._parseRuleSetDeclaration();
-    };
-    LESSParser.prototype._addLookupChildren = function (node) {
-        if (!node.addChild(this._parseLookupValue())) {
-            return false;
-        }
-        var expectsValue = false;
-        while (true) {
-            if (this.peek(_cssScanner__WEBPACK_IMPORTED_MODULE_1__["TokenType"].BracketL)) {
-                expectsValue = true;
-            }
-            if (!node.addChild(this._parseLookupValue())) {
-                break;
-            }
-            expectsValue = false;
-        }
-        return !expectsValue;
-    };
-    LESSParser.prototype._parseLookupValue = function () {
-        var node = this.create(_cssNodes__WEBPACK_IMPORTED_MODULE_3__["Node"]);
-        var mark = this.mark();
-        if (!this.accept(_cssScanner__WEBPACK_IMPORTED_MODULE_1__["TokenType"].BracketL)) {
-            this.restoreAtMark(mark);
-            return null;
-        }
-        if (((node.addChild(this._parseVariable(false, true)) ||
-            node.addChild(this._parsePropertyIdentifier())) &&
-            this.accept(_cssScanner__WEBPACK_IMPORTED_MODULE_1__["TokenType"].BracketR)) || this.accept(_cssScanner__WEBPACK_IMPORTED_MODULE_1__["TokenType"].BracketR)) {
-            return node;
-        }
-        this.restoreAtMark(mark);
-        return null;
-    };
-    LESSParser.prototype._parseVariable = function (declaration, insideLookup) {
-        if (declaration === void 0) { declaration = false; }
-        if (insideLookup === void 0) { insideLookup = false; }
-        var isPropertyReference = !declaration && this.peekDelim('$');
-        if (!this.peekDelim('@') && !isPropertyReference && !this.peek(_cssScanner__WEBPACK_IMPORTED_MODULE_1__["TokenType"].AtKeyword)) {
-            return null;
-        }
-        var node = this.create(_cssNodes__WEBPACK_IMPORTED_MODULE_3__["Variable"]);
-        var mark = this.mark();
-        while (this.acceptDelim('@') || (!declaration && this.acceptDelim('$'))) {
-            if (this.hasWhitespace()) {
-                this.restoreAtMark(mark);
-                return null;
-            }
-        }
-        if (!this.accept(_cssScanner__WEBPACK_IMPORTED_MODULE_1__["TokenType"].AtKeyword) && !this.accept(_cssScanner__WEBPACK_IMPORTED_MODULE_1__["TokenType"].Ident)) {
-            this.restoreAtMark(mark);
-            return null;
-        }
-        if (!insideLookup && this.peek(_cssScanner__WEBPACK_IMPORTED_MODULE_1__["TokenType"].BracketL)) {
-            if (!this._addLookupChildren(node)) {
-                this.restoreAtMark(mark);
-                return null;
-            }
-        }
-        return node;
-    };
-    LESSParser.prototype._parseTerm = function () {
-        var term = _super.prototype._parseTerm.call(this);
-        if (term) {
-            return term;
-        }
-        term = this.create(_cssNodes__WEBPACK_IMPORTED_MODULE_3__["Term"]);
-        if (term.setExpression(this._parseVariable()) ||
-            term.setExpression(this._parseEscaped()) ||
-            term.setExpression(this._tryParseMixinReference(false))) {
-            return this.finish(term);
-        }
-        return null;
-    };
-    LESSParser.prototype._parseEscaped = function () {
-        if (this.peek(_cssScanner__WEBPACK_IMPORTED_MODULE_1__["TokenType"].EscapedJavaScript) ||
-            this.peek(_cssScanner__WEBPACK_IMPORTED_MODULE_1__["TokenType"].BadEscapedJavaScript)) {
-            var node = this.createNode(_cssNodes__WEBPACK_IMPORTED_MODULE_3__["NodeType"].EscapedValue);
-            this.consumeToken();
-            return this.finish(node);
-        }
-        if (this.peekDelim('~')) {
-            var node = this.createNode(_cssNodes__WEBPACK_IMPORTED_MODULE_3__["NodeType"].EscapedValue);
-            this.consumeToken();
-            if (this.accept(_cssScanner__WEBPACK_IMPORTED_MODULE_1__["TokenType"].String) || this.accept(_cssScanner__WEBPACK_IMPORTED_MODULE_1__["TokenType"].EscapedJavaScript)) {
-                return this.finish(node);
-            }
-            else {
-                return this.finish(node, _cssErrors__WEBPACK_IMPORTED_MODULE_4__["ParseError"].TermExpected);
-            }
-        }
-        return null;
-    };
-    LESSParser.prototype._parseOperator = function () {
-        var node = this._parseGuardOperator();
-        if (node) {
-            return node;
-        }
-        else {
-            return _super.prototype._parseOperator.call(this);
-        }
-    };
-    LESSParser.prototype._parseGuardOperator = function () {
-        if (this.peekDelim('>')) {
-            var node = this.createNode(_cssNodes__WEBPACK_IMPORTED_MODULE_3__["NodeType"].Operator);
-            this.consumeToken();
-            this.acceptDelim('=');
-            return node;
-        }
-        else if (this.peekDelim('=')) {
-            var node = this.createNode(_cssNodes__WEBPACK_IMPORTED_MODULE_3__["NodeType"].Operator);
-            this.consumeToken();
-            this.acceptDelim('<');
-            return node;
-        }
-        else if (this.peekDelim('<')) {
-            var node = this.createNode(_cssNodes__WEBPACK_IMPORTED_MODULE_3__["NodeType"].Operator);
-            this.consumeToken();
-            this.acceptDelim('=');
-            return node;
-        }
-        return null;
-    };
-    LESSParser.prototype._parseRuleSetDeclaration = function () {
-        if (this.peek(_cssScanner__WEBPACK_IMPORTED_MODULE_1__["TokenType"].AtKeyword)) {
-            return this._parseKeyframe()
-                || this._parseMedia(true)
-                || this._parseImport()
-                || this._parseSupports(true) // @supports
-                || this._parseDetachedRuleSetMixin() // less detached ruleset mixin
-                || this._parseVariableDeclaration() // Variable declarations
-                || this._parseUnknownAtRule();
-        }
-        return this._tryParseMixinDeclaration()
-            || this._tryParseRuleset(true) // nested ruleset
-            || this._tryParseMixinReference() // less mixin reference
-            || this._parseFunction()
-            || this._parseExtend() // less extend declaration
-            || _super.prototype._parseRuleSetDeclaration.call(this); // try css ruleset declaration as the last option
-    };
-    LESSParser.prototype._parseKeyframeIdent = function () {
-        return this._parseIdent([_cssNodes__WEBPACK_IMPORTED_MODULE_3__["ReferenceType"].Keyframe]) || this._parseVariable();
-    };
-    LESSParser.prototype._parseKeyframeSelector = function () {
-        return this._parseDetachedRuleSetMixin() // less detached ruleset mixin
-            || _super.prototype._parseKeyframeSelector.call(this);
-    };
-    LESSParser.prototype._parseSimpleSelectorBody = function () {
-        return this._parseSelectorCombinator() || _super.prototype._parseSimpleSelectorBody.call(this);
-    };
-    LESSParser.prototype._parseSelector = function (isNested) {
-        // CSS Guards
-        var node = this.create(_cssNodes__WEBPACK_IMPORTED_MODULE_3__["Selector"]);
-        var hasContent = false;
-        if (isNested) {
-            // nested selectors can start with a combinator
-            hasContent = node.addChild(this._parseCombinator());
-        }
-        while (node.addChild(this._parseSimpleSelector())) {
-            hasContent = true;
-            var mark = this.mark();
-            if (node.addChild(this._parseGuard()) && this.peek(_cssScanner__WEBPACK_IMPORTED_MODULE_1__["TokenType"].CurlyL)) {
-                break;
-            }
-            this.restoreAtMark(mark);
-            node.addChild(this._parseCombinator()); // optional
-        }
-        return hasContent ? this.finish(node) : null;
-    };
-    LESSParser.prototype._parseSelectorCombinator = function () {
-        if (this.peekDelim('&')) {
-            var node = this.createNode(_cssNodes__WEBPACK_IMPORTED_MODULE_3__["NodeType"].SelectorCombinator);
-            this.consumeToken();
-            while (!this.hasWhitespace() && (this.acceptDelim('-') || this.accept(_cssScanner__WEBPACK_IMPORTED_MODULE_1__["TokenType"].Num) || this.accept(_cssScanner__WEBPACK_IMPORTED_MODULE_1__["TokenType"].Dimension) || node.addChild(this._parseIdent()) || this.acceptDelim('&'))) {
-                //  support &-foo
-            }
-            return this.finish(node);
-        }
-        return null;
-    };
-    LESSParser.prototype._parseSelectorIdent = function () {
-        if (!this.peekInterpolatedIdent()) {
-            return null;
-        }
-        var node = this.createNode(_cssNodes__WEBPACK_IMPORTED_MODULE_3__["NodeType"].SelectorInterpolation);
-        var hasContent = this._acceptInterpolatedIdent(node);
-        return hasContent ? this.finish(node) : null;
-    };
-    LESSParser.prototype._parsePropertyIdentifier = function (inLookup) {
-        if (inLookup === void 0) { inLookup = false; }
-        var propertyRegex = /^[\w-]+/;
-        if (!this.peekInterpolatedIdent() && !this.peekRegExp(this.token.type, propertyRegex)) {
-            return null;
-        }
-        var mark = this.mark();
-        var node = this.create(_cssNodes__WEBPACK_IMPORTED_MODULE_3__["Identifier"]);
-        node.isCustomProperty = this.acceptDelim('-') && this.acceptDelim('-');
-        var childAdded = false;
-        if (!inLookup) {
-            if (node.isCustomProperty) {
-                childAdded = this._acceptInterpolatedIdent(node);
-            }
-            else {
-                childAdded = this._acceptInterpolatedIdent(node, propertyRegex);
-            }
-        }
-        else {
-            if (node.isCustomProperty) {
-                childAdded = node.addChild(this._parseIdent());
-            }
-            else {
-                childAdded = node.addChild(this._parseRegexp(propertyRegex));
-            }
-        }
-        if (!childAdded) {
-            this.restoreAtMark(mark);
-            return null;
-        }
-        if (!inLookup && !this.hasWhitespace()) {
-            this.acceptDelim('+');
-            if (!this.hasWhitespace()) {
-                this.acceptIdent('_');
-            }
-        }
-        return this.finish(node);
-    };
-    LESSParser.prototype.peekInterpolatedIdent = function () {
-        return this.peek(_cssScanner__WEBPACK_IMPORTED_MODULE_1__["TokenType"].Ident) ||
-            this.peekDelim('@') ||
-            this.peekDelim('$') ||
-            this.peekDelim('-');
-    };
-    LESSParser.prototype._acceptInterpolatedIdent = function (node, identRegex) {
-        var _this = this;
-        var hasContent = false;
-        var indentInterpolation = function () {
-            var pos = _this.mark();
-            if (_this.acceptDelim('-')) {
-                if (!_this.hasWhitespace()) {
-                    _this.acceptDelim('-');
-                }
-                if (_this.hasWhitespace()) {
-                    _this.restoreAtMark(pos);
-                    return null;
-                }
-            }
-            return _this._parseInterpolation();
-        };
-        var accept = identRegex ?
-            function () { return _this.acceptRegexp(identRegex); } :
-            function () { return _this.accept(_cssScanner__WEBPACK_IMPORTED_MODULE_1__["TokenType"].Ident); };
-        while (accept() ||
-            node.addChild(this._parseInterpolation() ||
-                this.try(indentInterpolation))) {
-            hasContent = true;
-            if (this.hasWhitespace()) {
-                break;
-            }
-        }
-        return hasContent;
-    };
-    LESSParser.prototype._parseInterpolation = function () {
-        // @{name} Variable or
-        // ${name} Property
-        var mark = this.mark();
-        if (this.peekDelim('@') || this.peekDelim('$')) {
-            var node = this.createNode(_cssNodes__WEBPACK_IMPORTED_MODULE_3__["NodeType"].Interpolation);
-            this.consumeToken();
-            if (this.hasWhitespace() || !this.accept(_cssScanner__WEBPACK_IMPORTED_MODULE_1__["TokenType"].CurlyL)) {
-                this.restoreAtMark(mark);
-                return null;
-            }
-            if (!node.addChild(this._parseIdent())) {
-                return this.finish(node, _cssErrors__WEBPACK_IMPORTED_MODULE_4__["ParseError"].IdentifierExpected);
-            }
-            if (!this.accept(_cssScanner__WEBPACK_IMPORTED_MODULE_1__["TokenType"].CurlyR)) {
-                return this.finish(node, _cssErrors__WEBPACK_IMPORTED_MODULE_4__["ParseError"].RightCurlyExpected);
-            }
-            return this.finish(node);
-        }
-        return null;
-    };
-    LESSParser.prototype._tryParseMixinDeclaration = function () {
-        var mark = this.mark();
-        var node = this.create(_cssNodes__WEBPACK_IMPORTED_MODULE_3__["MixinDeclaration"]);
-        if (!node.setIdentifier(this._parseMixinDeclarationIdentifier()) || !this.accept(_cssScanner__WEBPACK_IMPORTED_MODULE_1__["TokenType"].ParenthesisL)) {
-            this.restoreAtMark(mark);
-            return null;
-        }
-        if (node.getParameters().addChild(this._parseMixinParameter())) {
-            while (this.accept(_cssScanner__WEBPACK_IMPORTED_MODULE_1__["TokenType"].Comma) || this.accept(_cssScanner__WEBPACK_IMPORTED_MODULE_1__["TokenType"].SemiColon)) {
-                if (this.peek(_cssScanner__WEBPACK_IMPORTED_MODULE_1__["TokenType"].ParenthesisR)) {
-                    break;
-                }
-                if (!node.getParameters().addChild(this._parseMixinParameter())) {
-                    this.markError(node, _cssErrors__WEBPACK_IMPORTED_MODULE_4__["ParseError"].IdentifierExpected, [], [_cssScanner__WEBPACK_IMPORTED_MODULE_1__["TokenType"].ParenthesisR]);
-                }
-            }
-        }
-        if (!this.accept(_cssScanner__WEBPACK_IMPORTED_MODULE_1__["TokenType"].ParenthesisR)) {
-            this.restoreAtMark(mark);
-            return null;
-        }
-        node.setGuard(this._parseGuard());
-        if (!this.peek(_cssScanner__WEBPACK_IMPORTED_MODULE_1__["TokenType"].CurlyL)) {
-            this.restoreAtMark(mark);
-            return null;
-        }
-        return this._parseBody(node, this._parseMixInBodyDeclaration.bind(this));
-    };
-    LESSParser.prototype._parseMixInBodyDeclaration = function () {
-        return this._parseFontFace() || this._parseRuleSetDeclaration();
-    };
-    LESSParser.prototype._parseMixinDeclarationIdentifier = function () {
-        var identifier;
-        if (this.peekDelim('#') || this.peekDelim('.')) {
-            identifier = this.create(_cssNodes__WEBPACK_IMPORTED_MODULE_3__["Identifier"]);
-            this.consumeToken(); // # or .
-            if (this.hasWhitespace() || !identifier.addChild(this._parseIdent())) {
-                return null;
-            }
-        }
-        else if (this.peek(_cssScanner__WEBPACK_IMPORTED_MODULE_1__["TokenType"].Hash)) {
-            identifier = this.create(_cssNodes__WEBPACK_IMPORTED_MODULE_3__["Identifier"]);
-            this.consumeToken(); // TokenType.Hash
-        }
-        else {
-            return null;
-        }
-        identifier.referenceTypes = [_cssNodes__WEBPACK_IMPORTED_MODULE_3__["ReferenceType"].Mixin];
-        return this.finish(identifier);
-    };
-    LESSParser.prototype._parsePseudo = function () {
-        if (!this.peek(_cssScanner__WEBPACK_IMPORTED_MODULE_1__["TokenType"].Colon)) {
-            return null;
-        }
-        var mark = this.mark();
-        var node = this.create(_cssNodes__WEBPACK_IMPORTED_MODULE_3__["ExtendsReference"]);
-        this.consumeToken(); // :
-        if (this.acceptIdent('extend')) {
-            return this._completeExtends(node);
-        }
-        this.restoreAtMark(mark);
-        return _super.prototype._parsePseudo.call(this);
-    };
-    LESSParser.prototype._parseExtend = function () {
-        if (!this.peekDelim('&')) {
-            return null;
-        }
-        var mark = this.mark();
-        var node = this.create(_cssNodes__WEBPACK_IMPORTED_MODULE_3__["ExtendsReference"]);
-        this.consumeToken(); // &
-        if (this.hasWhitespace() || !this.accept(_cssScanner__WEBPACK_IMPORTED_MODULE_1__["TokenType"].Colon) || !this.acceptIdent('extend')) {
-            this.restoreAtMark(mark);
-            return null;
-        }
-        return this._completeExtends(node);
-    };
-    LESSParser.prototype._completeExtends = function (node) {
-        if (!this.accept(_cssScanner__WEBPACK_IMPORTED_MODULE_1__["TokenType"].ParenthesisL)) {
-            return this.finish(node, _cssErrors__WEBPACK_IMPORTED_MODULE_4__["ParseError"].LeftParenthesisExpected);
-        }
-        var selectors = node.getSelectors();
-        if (!selectors.addChild(this._parseSelector(true))) {
-            return this.finish(node, _cssErrors__WEBPACK_IMPORTED_MODULE_4__["ParseError"].SelectorExpected);
-        }
-        while (this.accept(_cssScanner__WEBPACK_IMPORTED_MODULE_1__["TokenType"].Comma)) {
-            if (!selectors.addChild(this._parseSelector(true))) {
-                return this.finish(node, _cssErrors__WEBPACK_IMPORTED_MODULE_4__["ParseError"].SelectorExpected);
-            }
-        }
-        if (!this.accept(_cssScanner__WEBPACK_IMPORTED_MODULE_1__["TokenType"].ParenthesisR)) {
-            return this.finish(node, _cssErrors__WEBPACK_IMPORTED_MODULE_4__["ParseError"].RightParenthesisExpected);
-        }
-        return this.finish(node);
-    };
-    LESSParser.prototype._parseDetachedRuleSetMixin = function () {
-        if (!this.peek(_cssScanner__WEBPACK_IMPORTED_MODULE_1__["TokenType"].AtKeyword)) {
-            return null;
-        }
-        var mark = this.mark();
-        var node = this.create(_cssNodes__WEBPACK_IMPORTED_MODULE_3__["MixinReference"]);
-        if (node.addChild(this._parseVariable(true)) && (this.hasWhitespace() || !this.accept(_cssScanner__WEBPACK_IMPORTED_MODULE_1__["TokenType"].ParenthesisL))) {
-            this.restoreAtMark(mark);
-            return null;
-        }
-        if (!this.accept(_cssScanner__WEBPACK_IMPORTED_MODULE_1__["TokenType"].ParenthesisR)) {
-            return this.finish(node, _cssErrors__WEBPACK_IMPORTED_MODULE_4__["ParseError"].RightParenthesisExpected);
-        }
-        return this.finish(node);
-    };
-    LESSParser.prototype._tryParseMixinReference = function (atRoot) {
-        if (atRoot === void 0) { atRoot = true; }
-        var mark = this.mark();
-        var node = this.create(_cssNodes__WEBPACK_IMPORTED_MODULE_3__["MixinReference"]);
-        var identifier = this._parseMixinDeclarationIdentifier();
-        while (identifier) {
-            this.acceptDelim('>');
-            var nextId = this._parseMixinDeclarationIdentifier();
-            if (nextId) {
-                node.getNamespaces().addChild(identifier);
-                identifier = nextId;
-            }
-            else {
-                break;
-            }
-        }
-        if (!node.setIdentifier(identifier)) {
-            this.restoreAtMark(mark);
-            return null;
-        }
-        var hasArguments = false;
-        if (!this.hasWhitespace() && this.accept(_cssScanner__WEBPACK_IMPORTED_MODULE_1__["TokenType"].ParenthesisL)) {
-            hasArguments = true;
-            if (node.getArguments().addChild(this._parseMixinArgument())) {
-                while (this.accept(_cssScanner__WEBPACK_IMPORTED_MODULE_1__["TokenType"].Comma) || this.accept(_cssScanner__WEBPACK_IMPORTED_MODULE_1__["TokenType"].SemiColon)) {
-                    if (this.peek(_cssScanner__WEBPACK_IMPORTED_MODULE_1__["TokenType"].ParenthesisR)) {
-                        break;
-                    }
-                    if (!node.getArguments().addChild(this._parseMixinArgument())) {
-                        return this.finish(node, _cssErrors__WEBPACK_IMPORTED_MODULE_4__["ParseError"].ExpressionExpected);
-                    }
-                }
-            }
-            if (!this.accept(_cssScanner__WEBPACK_IMPORTED_MODULE_1__["TokenType"].ParenthesisR)) {
-                return this.finish(node, _cssErrors__WEBPACK_IMPORTED_MODULE_4__["ParseError"].RightParenthesisExpected);
-            }
-            identifier.referenceTypes = [_cssNodes__WEBPACK_IMPORTED_MODULE_3__["ReferenceType"].Mixin];
-        }
-        else {
-            identifier.referenceTypes = [_cssNodes__WEBPACK_IMPORTED_MODULE_3__["ReferenceType"].Mixin, _cssNodes__WEBPACK_IMPORTED_MODULE_3__["ReferenceType"].Rule];
-        }
-        if (this.peek(_cssScanner__WEBPACK_IMPORTED_MODULE_1__["TokenType"].BracketL)) {
-            if (!atRoot) {
-                this._addLookupChildren(node);
-            }
-        }
-        else {
-            node.addChild(this._parsePrio());
-        }
-        if (!hasArguments && !this.peek(_cssScanner__WEBPACK_IMPORTED_MODULE_1__["TokenType"].SemiColon) && !this.peek(_cssScanner__WEBPACK_IMPORTED_MODULE_1__["TokenType"].CurlyR) && !this.peek(_cssScanner__WEBPACK_IMPORTED_MODULE_1__["TokenType"].EOF)) {
-            this.restoreAtMark(mark);
-            return null;
-        }
-        return this.finish(node);
-    };
-    LESSParser.prototype._parseMixinArgument = function () {
-        // [variableName ':'] expression | variableName '...'
-        var node = this.create(_cssNodes__WEBPACK_IMPORTED_MODULE_3__["FunctionArgument"]);
-        var pos = this.mark();
-        var argument = this._parseVariable();
-        if (argument) {
-            if (!this.accept(_cssScanner__WEBPACK_IMPORTED_MODULE_1__["TokenType"].Colon)) {
-                this.restoreAtMark(pos);
-            }
-            else {
-                node.setIdentifier(argument);
-            }
-        }
-        if (node.setValue(this._parseDetachedRuleSet() || this._parseExpr(true))) {
-            return this.finish(node);
-        }
-        this.restoreAtMark(pos);
-        return null;
-    };
-    LESSParser.prototype._parseMixinParameter = function () {
-        var node = this.create(_cssNodes__WEBPACK_IMPORTED_MODULE_3__["FunctionParameter"]);
-        // special rest variable: @rest...
-        if (this.peekKeyword('@rest')) {
-            var restNode = this.create(_cssNodes__WEBPACK_IMPORTED_MODULE_3__["Node"]);
-            this.consumeToken();
-            if (!this.accept(_lessScanner__WEBPACK_IMPORTED_MODULE_0__["Ellipsis"])) {
-                return this.finish(node, _cssErrors__WEBPACK_IMPORTED_MODULE_4__["ParseError"].DotExpected, [], [_cssScanner__WEBPACK_IMPORTED_MODULE_1__["TokenType"].Comma, _cssScanner__WEBPACK_IMPORTED_MODULE_1__["TokenType"].ParenthesisR]);
-            }
-            node.setIdentifier(this.finish(restNode));
-            return this.finish(node);
-        }
-        // special const args: ...
-        if (this.peek(_lessScanner__WEBPACK_IMPORTED_MODULE_0__["Ellipsis"])) {
-            var varargsNode = this.create(_cssNodes__WEBPACK_IMPORTED_MODULE_3__["Node"]);
-            this.consumeToken();
-            node.setIdentifier(this.finish(varargsNode));
-            return this.finish(node);
-        }
-        var hasContent = false;
-        // default variable declaration: @param: 12 or @name
-        if (node.setIdentifier(this._parseVariable())) {
-            this.accept(_cssScanner__WEBPACK_IMPORTED_MODULE_1__["TokenType"].Colon);
-            hasContent = true;
-        }
-        if (!node.setDefaultValue(this._parseDetachedRuleSet() || this._parseExpr(true)) && !hasContent) {
-            return null;
-        }
-        return this.finish(node);
-    };
-    LESSParser.prototype._parseGuard = function () {
-        if (!this.peekIdent('when')) {
-            return null;
-        }
-        var node = this.create(_cssNodes__WEBPACK_IMPORTED_MODULE_3__["LessGuard"]);
-        this.consumeToken(); // when
-        node.isNegated = this.acceptIdent('not');
-        if (!node.getConditions().addChild(this._parseGuardCondition())) {
-            return this.finish(node, _cssErrors__WEBPACK_IMPORTED_MODULE_4__["ParseError"].ConditionExpected);
-        }
-        while (this.acceptIdent('and') || this.accept(_cssScanner__WEBPACK_IMPORTED_MODULE_1__["TokenType"].Comma)) {
-            if (!node.getConditions().addChild(this._parseGuardCondition())) {
-                return this.finish(node, _cssErrors__WEBPACK_IMPORTED_MODULE_4__["ParseError"].ConditionExpected);
-            }
-        }
-        return this.finish(node);
-    };
-    LESSParser.prototype._parseGuardCondition = function () {
-        if (!this.peek(_cssScanner__WEBPACK_IMPORTED_MODULE_1__["TokenType"].ParenthesisL)) {
-            return null;
-        }
-        var node = this.create(_cssNodes__WEBPACK_IMPORTED_MODULE_3__["GuardCondition"]);
-        this.consumeToken(); // ParenthesisL
-        if (!node.addChild(this._parseExpr())) {
-            // empty (?)
-        }
-        if (!this.accept(_cssScanner__WEBPACK_IMPORTED_MODULE_1__["TokenType"].ParenthesisR)) {
-            return this.finish(node, _cssErrors__WEBPACK_IMPORTED_MODULE_4__["ParseError"].RightParenthesisExpected);
-        }
-        return this.finish(node);
-    };
-    LESSParser.prototype._parseFunction = function () {
-        var pos = this.mark();
-        var node = this.create(_cssNodes__WEBPACK_IMPORTED_MODULE_3__["Function"]);
-        if (!node.setIdentifier(this._parseFunctionIdentifier())) {
-            return null;
-        }
-        if (this.hasWhitespace() || !this.accept(_cssScanner__WEBPACK_IMPORTED_MODULE_1__["TokenType"].ParenthesisL)) {
-            this.restoreAtMark(pos);
-            return null;
-        }
-        if (node.getArguments().addChild(this._parseMixinArgument())) {
-            while (this.accept(_cssScanner__WEBPACK_IMPORTED_MODULE_1__["TokenType"].Comma) || this.accept(_cssScanner__WEBPACK_IMPORTED_MODULE_1__["TokenType"].SemiColon)) {
-                if (this.peek(_cssScanner__WEBPACK_IMPORTED_MODULE_1__["TokenType"].ParenthesisR)) {
-                    break;
-                }
-                if (!node.getArguments().addChild(this._parseMixinArgument())) {
-                    return this.finish(node, _cssErrors__WEBPACK_IMPORTED_MODULE_4__["ParseError"].ExpressionExpected);
-                }
-            }
-        }
-        if (!this.accept(_cssScanner__WEBPACK_IMPORTED_MODULE_1__["TokenType"].ParenthesisR)) {
-            return this.finish(node, _cssErrors__WEBPACK_IMPORTED_MODULE_4__["ParseError"].RightParenthesisExpected);
-        }
-        return this.finish(node);
-    };
-    LESSParser.prototype._parseFunctionIdentifier = function () {
-        if (this.peekDelim('%')) {
-            var node = this.create(_cssNodes__WEBPACK_IMPORTED_MODULE_3__["Identifier"]);
-            node.referenceTypes = [_cssNodes__WEBPACK_IMPORTED_MODULE_3__["ReferenceType"].Function];
-            this.consumeToken();
-            return this.finish(node);
-        }
-        return _super.prototype._parseFunctionIdentifier.call(this);
-    };
-    LESSParser.prototype._parseURLArgument = function () {
-        var pos = this.mark();
-        var node = _super.prototype._parseURLArgument.call(this);
-        if (!node || !this.peek(_cssScanner__WEBPACK_IMPORTED_MODULE_1__["TokenType"].ParenthesisR)) {
-            this.restoreAtMark(pos);
-            var node_2 = this.create(_cssNodes__WEBPACK_IMPORTED_MODULE_3__["Node"]);
-            node_2.addChild(this._parseBinaryExpr());
-            return this.finish(node_2);
-        }
-        return node;
-    };
-    return LESSParser;
-}(_cssParser__WEBPACK_IMPORTED_MODULE_2__["Parser"]));
-
-
-
-/***/ }),
-/* 105 */
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
-
-"use strict";
-__webpack_require__.r(__webpack_exports__);
-/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ellipsis", function() { return Ellipsis; });
-/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "LESSScanner", function() { return LESSScanner; });
-/* harmony import */ var _cssScanner__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(74);
-/*---------------------------------------------------------------------------------------------
- *  Copyright (c) Microsoft Corporation. All rights reserved.
- *  Licensed under the MIT License. See License.txt in the project root for license information.
- *--------------------------------------------------------------------------------------------*/
-
-var __extends = (undefined && undefined.__extends) || (function () {
-    var extendStatics = function (d, b) {
-        extendStatics = Object.setPrototypeOf ||
-            ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
-            function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
-        return extendStatics(d, b);
-    };
-    return function (d, b) {
-        extendStatics(d, b);
-        function __() { this.constructor = d; }
-        d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
-    };
-})();
-
-var _FSL = '/'.charCodeAt(0);
-var _NWL = '\n'.charCodeAt(0);
-var _CAR = '\r'.charCodeAt(0);
-var _LFD = '\f'.charCodeAt(0);
-var _TIC = '`'.charCodeAt(0);
-var _DOT = '.'.charCodeAt(0);
-var customTokenValue = _cssScanner__WEBPACK_IMPORTED_MODULE_0__["TokenType"].CustomToken;
-var Ellipsis = customTokenValue++;
-var LESSScanner = /** @class */ (function (_super) {
-    __extends(LESSScanner, _super);
-    function LESSScanner() {
-        return _super !== null && _super.apply(this, arguments) || this;
-    }
-    LESSScanner.prototype.scanNext = function (offset) {
-        // LESS: escaped JavaScript code `const a = "dddd"`
-        var tokenType = this.escapedJavaScript();
-        if (tokenType !== null) {
-            return this.finishToken(offset, tokenType);
-        }
-        if (this.stream.advanceIfChars([_DOT, _DOT, _DOT])) {
-            return this.finishToken(offset, Ellipsis);
-        }
-        return _super.prototype.scanNext.call(this, offset);
-    };
-    LESSScanner.prototype.comment = function () {
-        if (_super.prototype.comment.call(this)) {
-            return true;
-        }
-        if (!this.inURL && this.stream.advanceIfChars([_FSL, _FSL])) {
-            this.stream.advanceWhileChar(function (ch) {
-                switch (ch) {
-                    case _NWL:
-                    case _CAR:
-                    case _LFD:
-                        return false;
-                    default:
-                        return true;
-                }
-            });
-            return true;
-        }
-        else {
-            return false;
-        }
-    };
-    LESSScanner.prototype.escapedJavaScript = function () {
-        var ch = this.stream.peekChar();
-        if (ch === _TIC) {
-            this.stream.advance(1);
-            this.stream.advanceWhileChar(function (ch) { return ch !== _TIC; });
-            return this.stream.advanceIfChar(_TIC) ? _cssScanner__WEBPACK_IMPORTED_MODULE_0__["TokenType"].EscapedJavaScript : _cssScanner__WEBPACK_IMPORTED_MODULE_0__["TokenType"].BadEscapedJavaScript;
-        }
-        return null;
-    };
-    return LESSScanner;
-}(_cssScanner__WEBPACK_IMPORTED_MODULE_0__["Scanner"]));
-
-
-
-/***/ }),
-/* 106 */
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
-
-"use strict";
-__webpack_require__.r(__webpack_exports__);
-/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "LESSCompletion", function() { return LESSCompletion; });
-/* harmony import */ var _cssCompletion__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(86);
-/* harmony import */ var _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(90);
-/* harmony import */ var vscode_nls__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(77);
-/* harmony import */ var vscode_nls__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(vscode_nls__WEBPACK_IMPORTED_MODULE_2__);
-/*---------------------------------------------------------------------------------------------
- *  Copyright (c) Microsoft Corporation. All rights reserved.
- *  Licensed under the MIT License. See License.txt in the project root for license information.
- *--------------------------------------------------------------------------------------------*/
-
-var __extends = (undefined && undefined.__extends) || (function () {
-    var extendStatics = function (d, b) {
-        extendStatics = Object.setPrototypeOf ||
-            ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
-            function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
-        return extendStatics(d, b);
-    };
-    return function (d, b) {
-        extendStatics(d, b);
-        function __() { this.constructor = d; }
-        d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
-    };
-})();
-
-
-
-var localize = vscode_nls__WEBPACK_IMPORTED_MODULE_2__["loadMessageBundle"]();
-var LESSCompletion = /** @class */ (function (_super) {
-    __extends(LESSCompletion, _super);
-    function LESSCompletion(clientCapabilities) {
-        return _super.call(this, '@', clientCapabilities) || this;
-    }
-    LESSCompletion.prototype.createFunctionProposals = function (proposals, existingNode, sortToEnd, result) {
-        for (var _i = 0, proposals_1 = proposals; _i < proposals_1.length; _i++) {
-            var p = proposals_1[_i];
-            var item = {
-                label: p.name,
-                detail: p.example,
-                documentation: p.description,
-                textEdit: _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_1__["TextEdit"].replace(this.getCompletionRange(existingNode), p.name + '($0)'),
-                insertTextFormat: _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_1__["InsertTextFormat"].Snippet,
-                kind: _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_1__["CompletionItemKind"].Function
-            };
-            if (sortToEnd) {
-                item.sortText = 'z';
-            }
-            result.items.push(item);
-        }
-        return result;
-    };
-    LESSCompletion.prototype.getTermProposals = function (entry, existingNode, result) {
-        var functions = LESSCompletion.builtInProposals;
-        if (entry) {
-            functions = functions.filter(function (f) { return !f.type || !entry.restrictions || entry.restrictions.indexOf(f.type) !== -1; });
-        }
-        this.createFunctionProposals(functions, existingNode, true, result);
-        return _super.prototype.getTermProposals.call(this, entry, existingNode, result);
-    };
-    LESSCompletion.prototype.getColorProposals = function (entry, existingNode, result) {
-        this.createFunctionProposals(LESSCompletion.colorProposals, existingNode, false, result);
-        return _super.prototype.getColorProposals.call(this, entry, existingNode, result);
-    };
-    LESSCompletion.prototype.getCompletionsForDeclarationProperty = function (declaration, result) {
-        this.getCompletionsForSelector(null, true, result);
-        return _super.prototype.getCompletionsForDeclarationProperty.call(this, declaration, result);
-    };
-    LESSCompletion.builtInProposals = [
-        // Boolean functions
-        {
-            'name': 'if',
-            'example': 'if(condition, trueValue [, falseValue]);',
-            'description': localize('less.builtin.if', 'returns one of two values depending on a condition.')
-        },
-        {
-            'name': 'boolean',
-            'example': 'boolean(condition);',
-            'description': localize('less.builtin.boolean', '"store" a boolean test for later evaluation in a guard or if().')
-        },
-        // List functions
-        {
-            'name': 'length',
-            'example': 'length(@list);',
-            'description': localize('less.builtin.length', 'returns the number of elements in a value list')
-        },
-        {
-            'name': 'extract',
-            'example': 'extract(@list, index);',
-            'description': localize('less.builtin.extract', 'returns a value at the specified position in the list')
-        },
-        {
-            'name': 'range',
-            'example': 'range([start, ] end [, step]);',
-            'description': localize('less.builtin.range', 'generate a list spanning a range of values')
-        },
-        {
-            'name': 'each',
-            'example': 'each(@list, ruleset);',
-            'description': localize('less.builtin.each', 'bind the evaluation of a ruleset to each member of a list.')
-        },
-        // Other built-ins
-        {
-            'name': 'escape',
-            'example': 'escape(@string);',
-            'description': localize('less.builtin.escape', 'URL encodes a string')
-        },
-        {
-            'name': 'e',
-            'example': 'e(@string);',
-            'description': localize('less.builtin.e', 'escape string content')
-        },
-        {
-            'name': 'replace',
-            'example': 'replace(@string, @pattern, @replacement[, @flags]);',
-            'description': localize('less.builtin.replace', 'string replace')
-        },
-        {
-            'name': 'unit',
-            'example': 'unit(@dimension, [@unit: \'\']);',
-            'description': localize('less.builtin.unit', 'remove or change the unit of a dimension')
-        },
-        {
-            'name': 'color',
-            'example': 'color(@string);',
-            'description': localize('less.builtin.color', 'parses a string to a color'),
-            'type': 'color'
-        },
-        {
-            'name': 'convert',
-            'example': 'convert(@value, unit);',
-            'description': localize('less.builtin.convert', 'converts numbers from one type into another')
-        },
-        {
-            'name': 'data-uri',
-            'example': 'data-uri([mimetype,] url);',
-            'description': localize('less.builtin.data-uri', 'inlines a resource and falls back to `url()`'),
-            'type': 'url'
-        },
-        {
-            'name': 'abs',
-            'description': localize('less.builtin.abs', 'absolute value of a number'),
-            'example': 'abs(number);'
-        },
-        {
-            'name': 'acos',
-            'description': localize('less.builtin.acos', 'arccosine - inverse of cosine function'),
-            'example': 'acos(number);'
-        },
-        {
-            'name': 'asin',
-            'description': localize('less.builtin.asin', 'arcsine - inverse of sine function'),
-            'example': 'asin(number);'
-        },
-        {
-            'name': 'ceil',
-            'example': 'ceil(@number);',
-            'description': localize('less.builtin.ceil', 'rounds up to an integer')
-        },
-        {
-            'name': 'cos',
-            'description': localize('less.builtin.cos', 'cosine function'),
-            'example': 'cos(number);'
-        },
-        {
-            'name': 'floor',
-            'description': localize('less.builtin.floor', 'rounds down to an integer'),
-            'example': 'floor(@number);'
-        },
-        {
-            'name': 'percentage',
-            'description': localize('less.builtin.percentage', 'converts to a %, e.g. 0.5 > 50%'),
-            'example': 'percentage(@number);',
-            'type': 'percentage'
-        },
-        {
-            'name': 'round',
-            'description': localize('less.builtin.round', 'rounds a number to a number of places'),
-            'example': 'round(number, [places: 0]);'
-        },
-        {
-            'name': 'sqrt',
-            'description': localize('less.builtin.sqrt', 'calculates square root of a number'),
-            'example': 'sqrt(number);'
-        },
-        {
-            'name': 'sin',
-            'description': localize('less.builtin.sin', 'sine function'),
-            'example': 'sin(number);'
-        },
-        {
-            'name': 'tan',
-            'description': localize('less.builtin.tan', 'tangent function'),
-            'example': 'tan(number);'
-        },
-        {
-            'name': 'atan',
-            'description': localize('less.builtin.atan', 'arctangent - inverse of tangent function'),
-            'example': 'atan(number);'
-        },
-        {
-            'name': 'pi',
-            'description': localize('less.builtin.pi', 'returns pi'),
-            'example': 'pi();'
-        },
-        {
-            'name': 'pow',
-            'description': localize('less.builtin.pow', 'first argument raised to the power of the second argument'),
-            'example': 'pow(@base, @exponent);'
-        },
-        {
-            'name': 'mod',
-            'description': localize('less.builtin.mod', 'first argument modulus second argument'),
-            'example': 'mod(number, number);'
-        },
-        {
-            'name': 'min',
-            'description': localize('less.builtin.min', 'returns the lowest of one or more values'),
-            'example': 'min(@x, @y);'
-        },
-        {
-            'name': 'max',
-            'description': localize('less.builtin.max', 'returns the lowest of one or more values'),
-            'example': 'max(@x, @y);'
-        }
-    ];
-    LESSCompletion.colorProposals = [
-        {
-            'name': 'argb',
-            'example': 'argb(@color);',
-            'description': localize('less.builtin.argb', 'creates a #AARRGGBB')
-        },
-        {
-            'name': 'hsl',
-            'example': 'hsl(@hue, @saturation, @lightness);',
-            'description': localize('less.builtin.hsl', 'creates a color')
-        },
-        {
-            'name': 'hsla',
-            'example': 'hsla(@hue, @saturation, @lightness, @alpha);',
-            'description': localize('less.builtin.hsla', 'creates a color')
-        },
-        {
-            'name': 'hsv',
-            'example': 'hsv(@hue, @saturation, @value);',
-            'description': localize('less.builtin.hsv', 'creates a color')
-        },
-        {
-            'name': 'hsva',
-            'example': 'hsva(@hue, @saturation, @value, @alpha);',
-            'description': localize('less.builtin.hsva', 'creates a color')
-        },
-        {
-            'name': 'hue',
-            'example': 'hue(@color);',
-            'description': localize('less.builtin.hue', 'returns the `hue` channel of `@color` in the HSL space')
-        },
-        {
-            'name': 'saturation',
-            'example': 'saturation(@color);',
-            'description': localize('less.builtin.saturation', 'returns the `saturation` channel of `@color` in the HSL space')
-        },
-        {
-            'name': 'lightness',
-            'example': 'lightness(@color);',
-            'description': localize('less.builtin.lightness', 'returns the `lightness` channel of `@color` in the HSL space')
-        },
-        {
-            'name': 'hsvhue',
-            'example': 'hsvhue(@color);',
-            'description': localize('less.builtin.hsvhue', 'returns the `hue` channel of `@color` in the HSV space')
-        },
-        {
-            'name': 'hsvsaturation',
-            'example': 'hsvsaturation(@color);',
-            'description': localize('less.builtin.hsvsaturation', 'returns the `saturation` channel of `@color` in the HSV space')
-        },
-        {
-            'name': 'hsvvalue',
-            'example': 'hsvvalue(@color);',
-            'description': localize('less.builtin.hsvvalue', 'returns the `value` channel of `@color` in the HSV space')
-        },
-        {
-            'name': 'red',
-            'example': 'red(@color);',
-            'description': localize('less.builtin.red', 'returns the `red` channel of `@color`')
-        },
-        {
-            'name': 'green',
-            'example': 'green(@color);',
-            'description': localize('less.builtin.green', 'returns the `green` channel of `@color`')
-        },
-        {
-            'name': 'blue',
-            'example': 'blue(@color);',
-            'description': localize('less.builtin.blue', 'returns the `blue` channel of `@color`')
-        },
-        {
-            'name': 'alpha',
-            'example': 'alpha(@color);',
-            'description': localize('less.builtin.alpha', 'returns the `alpha` channel of `@color`')
-        },
-        {
-            'name': 'luma',
-            'example': 'luma(@color);',
-            'description': localize('less.builtin.luma', 'returns the `luma` value (perceptual brightness) of `@color`')
-        },
-        {
-            'name': 'saturate',
-            'example': 'saturate(@color, 10%);',
-            'description': localize('less.builtin.saturate', 'return `@color` 10% points more saturated')
-        },
-        {
-            'name': 'desaturate',
-            'example': 'desaturate(@color, 10%);',
-            'description': localize('less.builtin.desaturate', 'return `@color` 10% points less saturated')
-        },
-        {
-            'name': 'lighten',
-            'example': 'lighten(@color, 10%);',
-            'description': localize('less.builtin.lighten', 'return `@color` 10% points lighter')
-        },
-        {
-            'name': 'darken',
-            'example': 'darken(@color, 10%);',
-            'description': localize('less.builtin.darken', 'return `@color` 10% points darker')
-        },
-        {
-            'name': 'fadein',
-            'example': 'fadein(@color, 10%);',
-            'description': localize('less.builtin.fadein', 'return `@color` 10% points less transparent')
-        },
-        {
-            'name': 'fadeout',
-            'example': 'fadeout(@color, 10%);',
-            'description': localize('less.builtin.fadeout', 'return `@color` 10% points more transparent')
-        },
-        {
-            'name': 'fade',
-            'example': 'fade(@color, 50%);',
-            'description': localize('less.builtin.fade', 'return `@color` with 50% transparency')
-        },
-        {
-            'name': 'spin',
-            'example': 'spin(@color, 10);',
-            'description': localize('less.builtin.spin', 'return `@color` with a 10 degree larger in hue')
-        },
-        {
-            'name': 'mix',
-            'example': 'mix(@color1, @color2, [@weight: 50%]);',
-            'description': localize('less.builtin.mix', 'return a mix of `@color1` and `@color2`')
-        },
-        {
-            'name': 'greyscale',
-            'example': 'greyscale(@color);',
-            'description': localize('less.builtin.greyscale', 'returns a grey, 100% desaturated color'),
-        },
-        {
-            'name': 'contrast',
-            'example': 'contrast(@color1, [@darkcolor: black], [@lightcolor: white], [@threshold: 43%]);',
-            'description': localize('less.builtin.contrast', 'return `@darkcolor` if `@color1 is> 43% luma` otherwise return `@lightcolor`, see notes')
-        },
-        {
-            'name': 'multiply',
-            'example': 'multiply(@color1, @color2);'
-        },
-        {
-            'name': 'screen',
-            'example': 'screen(@color1, @color2);'
-        },
-        {
-            'name': 'overlay',
-            'example': 'overlay(@color1, @color2);'
-        },
-        {
-            'name': 'softlight',
-            'example': 'softlight(@color1, @color2);'
-        },
-        {
-            'name': 'hardlight',
-            'example': 'hardlight(@color1, @color2);'
-        },
-        {
-            'name': 'difference',
-            'example': 'difference(@color1, @color2);'
-        },
-        {
-            'name': 'exclusion',
-            'example': 'exclusion(@color1, @color2);'
-        },
-        {
-            'name': 'average',
-            'example': 'average(@color1, @color2);'
-        },
-        {
-            'name': 'negation',
-            'example': 'negation(@color1, @color2);'
-        }
-    ];
-    return LESSCompletion;
-}(_cssCompletion__WEBPACK_IMPORTED_MODULE_0__["CSSCompletion"]));
-
-
-
-/***/ }),
-/* 107 */
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
-
-"use strict";
-__webpack_require__.r(__webpack_exports__);
-/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "getFoldingRanges", function() { return getFoldingRanges; });
-/* harmony import */ var _parser_cssScanner__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(74);
-/* harmony import */ var _parser_scssScanner__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(101);
-/* harmony import */ var _parser_lessScanner__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(105);
-/*---------------------------------------------------------------------------------------------
- *  Copyright (c) Microsoft Corporation. All rights reserved.
- *  Licensed under the MIT License. See License.txt in the project root for license information.
- *--------------------------------------------------------------------------------------------*/
-
-
-
-
-function getFoldingRanges(document, context) {
-    var ranges = computeFoldingRanges(document);
-    return limitFoldingRanges(ranges, context);
-}
-function computeFoldingRanges(document) {
-    function getStartLine(t) {
-        return document.positionAt(t.offset).line;
-    }
-    function getEndLine(t) {
-        return document.positionAt(t.offset + t.len).line;
-    }
-    function getScanner() {
-        switch (document.languageId) {
-            case 'scss':
-                return new _parser_scssScanner__WEBPACK_IMPORTED_MODULE_1__["SCSSScanner"]();
-            case 'less':
-                return new _parser_lessScanner__WEBPACK_IMPORTED_MODULE_2__["LESSScanner"]();
-            default:
-                return new _parser_cssScanner__WEBPACK_IMPORTED_MODULE_0__["Scanner"]();
-        }
-    }
-    function tokenToRange(t, kind) {
-        var startLine = getStartLine(t);
-        var endLine = getEndLine(t);
-        if (startLine !== endLine) {
-            return {
-                startLine: startLine,
-                endLine: endLine,
-                kind: kind
-            };
-        }
-        else {
-            return null;
-        }
-    }
-    var ranges = [];
-    var delimiterStack = [];
-    var scanner = getScanner();
-    scanner.ignoreComment = false;
-    scanner.setSource(document.getText());
-    var token = scanner.scan();
-    var prevToken = null;
-    var _loop_1 = function () {
-        switch (token.type) {
-            case _parser_cssScanner__WEBPACK_IMPORTED_MODULE_0__["TokenType"].CurlyL:
-            case _parser_scssScanner__WEBPACK_IMPORTED_MODULE_1__["InterpolationFunction"]:
-                {
-                    delimiterStack.push({ line: getStartLine(token), type: 'brace', isStart: true });
-                    break;
-                }
-            case _parser_cssScanner__WEBPACK_IMPORTED_MODULE_0__["TokenType"].CurlyR: {
-                if (delimiterStack.length !== 0) {
-                    var prevDelimiter = popPrevStartDelimiterOfType(delimiterStack, 'brace');
-                    if (!prevDelimiter) {
-                        break;
-                    }
-                    var endLine = getEndLine(token);
-                    if (prevDelimiter.type === 'brace') {
-                        /**
-                         * Other than the case when curly brace is not on a new line by itself, for example
-                         * .foo {
-                         *   color: red; }
-                         * Use endLine minus one to show ending curly brace
-                         */
-                        if (prevToken && getEndLine(prevToken) !== endLine) {
-                            endLine--;
-                        }
-                        if (prevDelimiter.line !== endLine) {
-                            ranges.push({
-                                startLine: prevDelimiter.line,
-                                endLine: endLine,
-                                kind: undefined
-                            });
-                        }
-                    }
-                }
-                break;
-            }
-            /**
-             * In CSS, there is no single line comment prefixed with //
-             * All comments are marked as `Comment`
-             */
-            case _parser_cssScanner__WEBPACK_IMPORTED_MODULE_0__["TokenType"].Comment: {
-                var commentRegionMarkerToDelimiter_1 = function (marker) {
-                    if (marker === '#region') {
-                        return { line: getStartLine(token), type: 'comment', isStart: true };
-                    }
-                    else {
-                        return { line: getEndLine(token), type: 'comment', isStart: false };
-                    }
-                };
-                var getCurrDelimiter = function (token) {
-                    var matches = token.text.match(/^\s*\/\*\s*(#region|#endregion)\b\s*(.*?)\s*\*\//);
-                    if (matches) {
-                        return commentRegionMarkerToDelimiter_1(matches[1]);
-                    }
-                    else if (document.languageId === 'scss' || document.languageId === 'less') {
-                        var matches_1 = token.text.match(/^\s*\/\/\s*(#region|#endregion)\b\s*(.*?)\s*/);
-                        if (matches_1) {
-                            return commentRegionMarkerToDelimiter_1(matches_1[1]);
-                        }
-                    }
-                    return null;
-                };
-                var currDelimiter = getCurrDelimiter(token);
-                // /* */ comment region folding
-                // All #region and #endregion cases
-                if (currDelimiter) {
-                    if (currDelimiter.isStart) {
-                        delimiterStack.push(currDelimiter);
-                    }
-                    else {
-                        var prevDelimiter = popPrevStartDelimiterOfType(delimiterStack, 'comment');
-                        if (!prevDelimiter) {
-                            break;
-                        }
-                        if (prevDelimiter.type === 'comment') {
-                            if (prevDelimiter.line !== currDelimiter.line) {
-                                ranges.push({
-                                    startLine: prevDelimiter.line,
-                                    endLine: currDelimiter.line,
-                                    kind: 'region'
-                                });
-                            }
-                        }
-                    }
-                }
-                // Multiline comment case
-                else {
-                    var range = tokenToRange(token, 'comment');
-                    if (range) {
-                        ranges.push(range);
-                    }
-                }
-                break;
-            }
-        }
-        prevToken = token;
-        token = scanner.scan();
-    };
-    while (token.type !== _parser_cssScanner__WEBPACK_IMPORTED_MODULE_0__["TokenType"].EOF) {
-        _loop_1();
-    }
-    return ranges;
-}
-function popPrevStartDelimiterOfType(stack, type) {
-    if (stack.length === 0) {
-        return null;
-    }
-    for (var i = stack.length - 1; i >= 0; i--) {
-        if (stack[i].type === type && stack[i].isStart) {
-            return stack.splice(i, 1)[0];
-        }
-    }
-    return null;
-}
-/**
- * - Sort regions
- * - Remove invalid regions (intersections)
- * - If limit exceeds, only return `rangeLimit` amount of ranges
- */
-function limitFoldingRanges(ranges, context) {
-    var maxRanges = context && context.rangeLimit || Number.MAX_VALUE;
-    var sortedRanges = ranges.sort(function (r1, r2) {
-        var diff = r1.startLine - r2.startLine;
-        if (diff === 0) {
-            diff = r1.endLine - r2.endLine;
-        }
-        return diff;
-    });
-    var validRanges = [];
-    var prevEndLine = -1;
-    sortedRanges.forEach(function (r) {
-        if (!(r.startLine < prevEndLine && prevEndLine < r.endLine)) {
-            validRanges.push(r);
-            prevEndLine = r.endLine;
-        }
-    });
-    if (validRanges.length < maxRanges) {
-        return validRanges;
-    }
-    else {
-        return validRanges.slice(0, maxRanges);
-    }
-}
-
-
-/***/ }),
-/* 108 */
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
-
-"use strict";
-__webpack_require__.r(__webpack_exports__);
-/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "getSelectionRanges", function() { return getSelectionRanges; });
-/* harmony import */ var _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(90);
-/* harmony import */ var _parser_cssNodes__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(75);
-/*---------------------------------------------------------------------------------------------
- *  Copyright (c) Microsoft Corporation. All rights reserved.
- *  Licensed under the MIT License. See License.txt in the project root for license information.
- *--------------------------------------------------------------------------------------------*/
-
-
-
-function getSelectionRanges(document, positions, stylesheet) {
-    function getSelectionRange(position) {
-        var applicableRanges = getApplicableRanges(position);
-        var current = undefined;
-        for (var index = applicableRanges.length - 1; index >= 0; index--) {
-            current = _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_0__["SelectionRange"].create(_cssLanguageTypes__WEBPACK_IMPORTED_MODULE_0__["Range"].create(document.positionAt(applicableRanges[index][0]), document.positionAt(applicableRanges[index][1])), current);
-        }
-        if (!current) {
-            current = _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_0__["SelectionRange"].create(_cssLanguageTypes__WEBPACK_IMPORTED_MODULE_0__["Range"].create(position, position));
-        }
-        return current;
-    }
-    return positions.map(getSelectionRange);
-    function getApplicableRanges(position) {
-        var offset = document.offsetAt(position);
-        var currNode = stylesheet.findChildAtOffset(offset, true);
-        if (!currNode) {
-            return [];
-        }
-        var result = [];
-        while (currNode) {
-            if (currNode.parent &&
-                currNode.offset === currNode.parent.offset &&
-                currNode.end === currNode.parent.end) {
-                currNode = currNode.parent;
-                continue;
-            }
-            // The `{ }` part of `.a { }`
-            if (currNode.type === _parser_cssNodes__WEBPACK_IMPORTED_MODULE_1__["NodeType"].Declarations) {
-                if (offset > currNode.offset && offset < currNode.end) {
-                    // Return `{ }` and the range inside `{` and `}`
-                    result.push([currNode.offset + 1, currNode.end - 1]);
-                }
-            }
-            result.push([currNode.offset, currNode.end]);
-            currNode = currNode.parent;
-        }
-        return result;
-    }
-}
-
-
-/***/ }),
-/* 109 */
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
-
-"use strict";
-__webpack_require__.r(__webpack_exports__);
-/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "SCSSNavigation", function() { return SCSSNavigation; });
-/* harmony import */ var _cssNavigation__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(94);
-/* harmony import */ var _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(90);
-/* harmony import */ var _parser_cssNodes__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(75);
-/* harmony import */ var vscode_uri__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(110);
-/*---------------------------------------------------------------------------------------------
- *  Copyright (c) Microsoft Corporation. All rights reserved.
- *  Licensed under the MIT License. See License.txt in the project root for license information.
- *--------------------------------------------------------------------------------------------*/
-
-var __extends = (undefined && undefined.__extends) || (function () {
-    var extendStatics = function (d, b) {
-        extendStatics = Object.setPrototypeOf ||
-            ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
-            function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
-        return extendStatics(d, b);
-    };
-    return function (d, b) {
-        extendStatics(d, b);
-        function __() { this.constructor = d; }
-        d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
-    };
-})();
-var __assign = (undefined && undefined.__assign) || function () {
-    __assign = Object.assign || function(t) {
-        for (var s, i = 1, n = arguments.length; i < n; i++) {
-            s = arguments[i];
-            for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
-                t[p] = s[p];
-        }
-        return t;
-    };
-    return __assign.apply(this, arguments);
-};
-var __awaiter = (undefined && undefined.__awaiter) || function (thisArg, _arguments, P, generator) {
-    function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
-    return new (P || (P = Promise))(function (resolve, reject) {
-        function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
-        function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
-        function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
-        step((generator = generator.apply(thisArg, _arguments || [])).next());
-    });
-};
-var __generator = (undefined && undefined.__generator) || function (thisArg, body) {
-    var _ = { label: 0, sent: function() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g;
-    return g = { next: verb(0), "throw": verb(1), "return": verb(2) }, typeof Symbol === "function" && (g[Symbol.iterator] = function() { return this; }), g;
-    function verb(n) { return function (v) { return step([n, v]); }; }
-    function step(op) {
-        if (f) throw new TypeError("Generator is already executing.");
-        while (_) try {
-            if (f = 1, y && (t = op[0] & 2 ? y["return"] : op[0] ? y["throw"] || ((t = y["return"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t;
-            if (y = 0, t) op = [op[0] & 2, t.value];
-            switch (op[0]) {
-                case 0: case 1: t = op; break;
-                case 4: _.label++; return { value: op[1], done: false };
-                case 5: _.label++; y = op[1]; op = [0]; continue;
-                case 7: op = _.ops.pop(); _.trys.pop(); continue;
-                default:
-                    if (!(t = _.trys, t = t.length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) { _ = 0; continue; }
-                    if (op[0] === 3 && (!t || (op[1] > t[0] && op[1] < t[3]))) { _.label = op[1]; break; }
-                    if (op[0] === 6 && _.label < t[1]) { _.label = t[1]; t = op; break; }
-                    if (t && _.label < t[2]) { _.label = t[2]; _.ops.push(op); break; }
-                    if (t[2]) _.ops.pop();
-                    _.trys.pop(); continue;
-            }
-            op = body.call(thisArg, _);
-        } catch (e) { op = [6, e]; y = 0; } finally { f = t = 0; }
-        if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
-    }
-};
-
-
-
-
-var SCSSNavigation = /** @class */ (function (_super) {
-    __extends(SCSSNavigation, _super);
-    function SCSSNavigation(fileSystemProvider) {
-        var _this = _super.call(this) || this;
-        _this.fileSystemProvider = fileSystemProvider;
-        return _this;
-    }
-    SCSSNavigation.prototype.isRawStringDocumentLinkNode = function (node) {
-        return (_super.prototype.isRawStringDocumentLinkNode.call(this, node) ||
-            node.type === _parser_cssNodes__WEBPACK_IMPORTED_MODULE_2__["NodeType"].Use ||
-            node.type === _parser_cssNodes__WEBPACK_IMPORTED_MODULE_2__["NodeType"].Forward);
-    };
-    SCSSNavigation.prototype.findDocumentLinks2 = function (document, stylesheet, documentContext) {
-        return __awaiter(this, void 0, void 0, function () {
-            function toPathVariations(uri) {
-                // No valid path
-                if (uri.path === '') {
-                    return undefined;
-                }
-                // No variation for links that ends with suffix
-                if (uri.path.endsWith('.scss') || uri.path.endsWith('.css')) {
-                    return undefined;
-                }
-                // If a link is like a/, try resolving a/index.scss and a/_index.scss
-                if (uri.path.endsWith('/')) {
-                    return [
-                        uri.with({ path: uri.path + 'index.scss' }).toString(),
-                        uri.with({ path: uri.path + '_index.scss' }).toString()
-                    ];
-                }
-                // Use `uri.path` since it's normalized to use `/` in all platforms
-                var pathFragments = uri.path.split('/');
-                var basename = pathFragments[pathFragments.length - 1];
-                var pathWithoutBasename = uri.path.slice(0, -basename.length);
-                // No variation for links such as _a
-                if (basename.startsWith('_')) {
-                    if (uri.path.endsWith('.scss')) {
-                        return undefined;
-                    }
-                    else {
-                        return [uri.with({ path: uri.path + '.scss' }).toString()];
-                    }
-                }
-                var normalizedBasename = basename + '.scss';
-                var documentUriWithBasename = function (newBasename) {
-                    return uri.with({ path: pathWithoutBasename + newBasename }).toString();
-                };
-                var normalizedPath = documentUriWithBasename(normalizedBasename);
-                var underScorePath = documentUriWithBasename('_' + normalizedBasename);
-                var indexPath = documentUriWithBasename(normalizedBasename.slice(0, -5) + '/index.scss');
-                var indexUnderscoreUri = documentUriWithBasename(normalizedBasename.slice(0, -5) + '/_index.scss');
-                var cssPath = documentUriWithBasename(normalizedBasename.slice(0, -5) + '.css');
-                return [normalizedPath, underScorePath, indexPath, indexUnderscoreUri, cssPath];
-            }
-            function fileExists(documentUri) {
-                return __awaiter(this, void 0, void 0, function () {
-                    var stat, err_1;
-                    return __generator(this, function (_a) {
-                        switch (_a.label) {
-                            case 0:
-                                if (!fsProvider) {
-                                    return [2 /*return*/, false];
-                                }
-                                _a.label = 1;
-                            case 1:
-                                _a.trys.push([1, 3, , 4]);
-                                return [4 /*yield*/, fsProvider.stat(documentUri)];
-                            case 2:
-                                stat = _a.sent();
-                                if (stat.type === _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_1__["FileType"].Unknown && stat.size === -1) {
-                                    return [2 /*return*/, false];
-                                }
-                                return [2 /*return*/, true];
-                            case 3:
-                                err_1 = _a.sent();
-                                return [2 /*return*/, false];
-                            case 4: return [2 /*return*/];
-                        }
-                    });
-                });
-            }
-            var links, fsProvider, validLinks, i, target, parsedUri, pathVariations, j;
-            return __generator(this, function (_a) {
-                switch (_a.label) {
-                    case 0:
-                        links = this.findDocumentLinks(document, stylesheet, documentContext);
-                        fsProvider = this.fileSystemProvider;
-                        validLinks = [];
-                        if (!fsProvider) return [3 /*break*/, 9];
-                        i = 0;
-                        _a.label = 1;
-                    case 1:
-                        if (!(i < links.length)) return [3 /*break*/, 8];
-                        target = links[i].target;
-                        if (!target) {
-                            return [3 /*break*/, 7];
-                        }
-                        parsedUri = null;
-                        try {
-                            parsedUri = vscode_uri__WEBPACK_IMPORTED_MODULE_3__["URI"].parse(target);
-                        }
-                        catch (e) {
-                            if (e instanceof URIError) {
-                                return [3 /*break*/, 7];
-                            }
-                            throw e;
-                        }
-                        pathVariations = toPathVariations(parsedUri);
-                        if (!!pathVariations) return [3 /*break*/, 3];
-                        return [4 /*yield*/, fileExists(target)];
-                    case 2:
-                        if (_a.sent()) {
-                            validLinks.push(links[i]);
-                        }
-                        return [3 /*break*/, 7];
-                    case 3:
-                        j = 0;
-                        _a.label = 4;
-                    case 4:
-                        if (!(j < pathVariations.length)) return [3 /*break*/, 7];
-                        return [4 /*yield*/, fileExists(pathVariations[j])];
-                    case 5:
-                        if (_a.sent()) {
-                            validLinks.push(__assign(__assign({}, links[i]), { target: pathVariations[j] }));
-                            return [3 /*break*/, 7];
-                        }
-                        _a.label = 6;
-                    case 6:
-                        j++;
-                        return [3 /*break*/, 4];
-                    case 7:
-                        i++;
-                        return [3 /*break*/, 1];
-                    case 8: return [3 /*break*/, 10];
-                    case 9:
-                        validLinks.push.apply(validLinks, links);
-                        _a.label = 10;
-                    case 10: return [2 /*return*/, validLinks];
-                }
-            });
-        });
-    };
-    return SCSSNavigation;
-}(_cssNavigation__WEBPACK_IMPORTED_MODULE_0__["CSSNavigation"]));
-
-
-
-/***/ }),
-/* 110 */
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
-
-"use strict";
-__webpack_require__.r(__webpack_exports__);
-/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "URI", function() { return URI; });
-/*---------------------------------------------------------------------------------------------
- *  Copyright (c) Microsoft Corporation. All rights reserved.
- *  Licensed under the MIT License. See License.txt in the project root for license information.
- *--------------------------------------------------------------------------------------------*/
-
-var __extends = (undefined && undefined.__extends) || (function () {
-    var extendStatics = function (d, b) {
-        extendStatics = Object.setPrototypeOf ||
-            ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
-            function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
-        return extendStatics(d, b);
-    };
-    return function (d, b) {
-        extendStatics(d, b);
-        function __() { this.constructor = d; }
-        d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
-    };
-})();
-var _a;
-var isWindows;
-if (typeof process === 'object') {
-    isWindows = process.platform === 'win32';
-}
-else if (typeof navigator === 'object') {
-    var userAgent = navigator.userAgent;
-    isWindows = userAgent.indexOf('Windows') >= 0;
-}
-function isHighSurrogate(charCode) {
-    return (0xD800 <= charCode && charCode <= 0xDBFF);
-}
-function isLowSurrogate(charCode) {
-    return (0xDC00 <= charCode && charCode <= 0xDFFF);
-}
-function isLowerAsciiHex(code) {
-    return code >= 97 /* a */ && code <= 102 /* f */;
-}
-function isLowerAsciiLetter(code) {
-    return code >= 97 /* a */ && code <= 122 /* z */;
-}
-function isUpperAsciiLetter(code) {
-    return code >= 65 /* A */ && code <= 90 /* Z */;
-}
-function isAsciiLetter(code) {
-    return isLowerAsciiLetter(code) || isUpperAsciiLetter(code);
-}
-//#endregion
-var _schemePattern = /^\w[\w\d+.-]*$/;
-var _singleSlashStart = /^\//;
-var _doubleSlashStart = /^\/\//;
-function _validateUri(ret, _strict) {
-    // scheme, must be set
-    if (!ret.scheme && _strict) {
-        throw new Error("[UriError]: Scheme is missing: {scheme: \"\", authority: \"" + ret.authority + "\", path: \"" + ret.path + "\", query: \"" + ret.query + "\", fragment: \"" + ret.fragment + "\"}");
-    }
-    // scheme, https://tools.ietf.org/html/rfc3986#section-3.1
-    // ALPHA *( ALPHA / DIGIT / "+" / "-" / "." )
-    if (ret.scheme && !_schemePattern.test(ret.scheme)) {
-        throw new Error('[UriError]: Scheme contains illegal characters.');
-    }
-    // path, http://tools.ietf.org/html/rfc3986#section-3.3
-    // If a URI contains an authority component, then the path component
-    // must either be empty or begin with a slash ("/") character.  If a URI
-    // does not contain an authority component, then the path cannot begin
-    // with two slash characters ("//").
-    if (ret.path) {
-        if (ret.authority) {
-            if (!_singleSlashStart.test(ret.path)) {
-                throw new Error('[UriError]: If a URI contains an authority component, then the path component must either be empty or begin with a slash ("/") character');
-            }
-        }
-        else {
-            if (_doubleSlashStart.test(ret.path)) {
-                throw new Error('[UriError]: If a URI does not contain an authority component, then the path cannot begin with two slash characters ("//")');
-            }
-        }
-    }
-}
-// for a while we allowed uris *without* schemes and this is the migration
-// for them, e.g. an uri without scheme and without strict-mode warns and falls
-// back to the file-scheme. that should cause the least carnage and still be a
-// clear warning
-function _schemeFix(scheme, _strict) {
-    if (!scheme && !_strict) {
-        return 'file';
-    }
-    return scheme;
-}
-// implements a bit of https://tools.ietf.org/html/rfc3986#section-5
-function _referenceResolution(scheme, path) {
-    // the slash-character is our 'default base' as we don't
-    // support constructing URIs relative to other URIs. This
-    // also means that we alter and potentially break paths.
-    // see https://tools.ietf.org/html/rfc3986#section-5.1.4
-    switch (scheme) {
-        case 'https':
-        case 'http':
-        case 'file':
-            if (!path) {
-                path = _slash;
-            }
-            else if (path[0] !== _slash) {
-                path = _slash + path;
-            }
-            break;
-    }
-    return path;
-}
-var _empty = '';
-var _slash = '/';
-var _regexp = /^(([^:/?#]+?):)?(\/\/([^/?#]*))?([^?#]*)(\?([^#]*))?(#(.*))?/;
-/**
- * Uniform Resource Identifier (URI) http://tools.ietf.org/html/rfc3986.
- * This class is a simple parser which creates the basic component parts
- * (http://tools.ietf.org/html/rfc3986#section-3) with minimal validation
- * and encoding.
- *
- *       foo://example.com:8042/over/there?name=ferret#nose
- *       \_/   \______________/\_________/ \_________/ \__/
- *        |           |            |            |        |
- *     scheme     authority       path        query   fragment
- *        |   _____________________|__
- *       / \ /                        \
- *       urn:example:animal:ferret:nose
- */
-var URI = /** @class */ (function () {
-    /**
-     * @internal
-     */
-    function URI(schemeOrData, authority, path, query, fragment, _strict) {
-        if (_strict === void 0) { _strict = false; }
-        if (typeof schemeOrData === 'object') {
-            this.scheme = schemeOrData.scheme || _empty;
-            this.authority = schemeOrData.authority || _empty;
-            this.path = schemeOrData.path || _empty;
-            this.query = schemeOrData.query || _empty;
-            this.fragment = schemeOrData.fragment || _empty;
-            // no validation because it's this URI
-            // that creates uri components.
-            // _validateUri(this);
-        }
-        else {
-            this.scheme = _schemeFix(schemeOrData, _strict);
-            this.authority = authority || _empty;
-            this.path = _referenceResolution(this.scheme, path || _empty);
-            this.query = query || _empty;
-            this.fragment = fragment || _empty;
-            _validateUri(this, _strict);
-        }
-    }
-    URI.isUri = function (thing) {
-        if (thing instanceof URI) {
-            return true;
-        }
-        if (!thing) {
-            return false;
-        }
-        return typeof thing.authority === 'string'
-            && typeof thing.fragment === 'string'
-            && typeof thing.path === 'string'
-            && typeof thing.query === 'string'
-            && typeof thing.scheme === 'string'
-            && typeof thing.fsPath === 'function'
-            && typeof thing.with === 'function'
-            && typeof thing.toString === 'function';
-    };
-    Object.defineProperty(URI.prototype, "fsPath", {
-        // ---- filesystem path -----------------------
-        /**
-         * Returns a string representing the corresponding file system path of this URI.
-         * Will handle UNC paths, normalizes windows drive letters to lower-case, and uses the
-         * platform specific path separator.
-         *
-         * * Will *not* validate the path for invalid characters and semantics.
-         * * Will *not* look at the scheme of this URI.
-         * * The result shall *not* be used for display purposes but for accessing a file on disk.
-         *
-         *
-         * The *difference* to `URI#path` is the use of the platform specific separator and the handling
-         * of UNC paths. See the below sample of a file-uri with an authority (UNC path).
-         *
-         * ```ts
-            const u = URI.parse('file://server/c$/folder/file.txt')
-            u.authority === 'server'
-            u.path === '/shares/c$/file.txt'
-            u.fsPath === '\\server\c$\folder\file.txt'
-        ```
-         *
-         * Using `URI#path` to read a file (using fs-apis) would not be enough because parts of the path,
-         * namely the server name, would be missing. Therefore `URI#fsPath` exists - it's sugar to ease working
-         * with URIs that represent files on disk (`file` scheme).
-         */
-        get: function () {
-            // if (this.scheme !== 'file') {
-            //         console.warn(`[UriError] calling fsPath with scheme ${this.scheme}`);
-            // }
-            return _makeFsPath(this);
-        },
-        enumerable: true,
-        configurable: true
-    });
-    // ---- modify to new -------------------------
-    URI.prototype.with = function (change) {
-        if (!change) {
-            return this;
-        }
-        var scheme = change.scheme, authority = change.authority, path = change.path, query = change.query, fragment = change.fragment;
-        if (scheme === undefined) {
-            scheme = this.scheme;
-        }
-        else if (scheme === null) {
-            scheme = _empty;
-        }
-        if (authority === undefined) {
-            authority = this.authority;
-        }
-        else if (authority === null) {
-            authority = _empty;
-        }
-        if (path === undefined) {
-            path = this.path;
-        }
-        else if (path === null) {
-            path = _empty;
-        }
-        if (query === undefined) {
-            query = this.query;
-        }
-        else if (query === null) {
-            query = _empty;
-        }
-        if (fragment === undefined) {
-            fragment = this.fragment;
-        }
-        else if (fragment === null) {
-            fragment = _empty;
-        }
-        if (scheme === this.scheme
-            && authority === this.authority
-            && path === this.path
-            && query === this.query
-            && fragment === this.fragment) {
-            return this;
-        }
-        return new _URI(scheme, authority, path, query, fragment);
-    };
-    // ---- parse & validate ------------------------
-    /**
-     * Creates a new URI from a string, e.g. `http://www.msft.com/some/path`,
-     * `file:///usr/home`, or `scheme:with/path`.
-     *
-     * @param value A string which represents an URI (see `URI#toString`).
-     */
-    URI.parse = function (value, _strict) {
-        if (_strict === void 0) { _strict = false; }
-        var match = _regexp.exec(value);
-        if (!match) {
-            return new _URI(_empty, _empty, _empty, _empty, _empty);
-        }
-        return new _URI(match[2] || _empty, decodeURIComponent(match[4] || _empty), decodeURIComponent(match[5] || _empty), decodeURIComponent(match[7] || _empty), decodeURIComponent(match[9] || _empty), _strict);
-    };
-    /**
-     * Creates a new URI from a file system path, e.g. `c:\my\files`,
-     * `/usr/home`, or `\\server\share\some\path`.
-     *
-     * The *difference* between `URI#parse` and `URI#file` is that the latter treats the argument
-     * as path, not as stringified-uri. E.g. `URI.file(path)` is **not the same as**
-     * `URI.parse('file://' + path)` because the path might contain characters that are
-     * interpreted (# and ?). See the following sample:
-     * ```ts
-    const good = URI.file('/coding/c#/project1');
-    good.scheme === 'file';
-    good.path === '/coding/c#/project1';
-    good.fragment === '';
-    const bad = URI.parse('file://' + '/coding/c#/project1');
-    bad.scheme === 'file';
-    bad.path === '/coding/c'; // path is now broken
-    bad.fragment === '/project1';
-    ```
-     *
-     * @param path A file system path (see `URI#fsPath`)
-     */
-    URI.file = function (path) {
-        var authority = _empty;
-        // normalize to fwd-slashes on windows,
-        // on other systems bwd-slashes are valid
-        // filename character, eg /f\oo/ba\r.txt
-        if (isWindows) {
-            path = path.replace(/\\/g, _slash);
-        }
-        // check for authority as used in UNC shares
-        // or use the path as given
-        if (path[0] === _slash && path[1] === _slash) {
-            var idx = path.indexOf(_slash, 2);
-            if (idx === -1) {
-                authority = path.substring(2);
-                path = _slash;
-            }
-            else {
-                authority = path.substring(2, idx);
-                path = path.substring(idx) || _slash;
-            }
-        }
-        return new _URI('file', authority, path, _empty, _empty);
-    };
-    URI.from = function (components) {
-        return new _URI(components.scheme, components.authority, components.path, components.query, components.fragment);
-    };
-    // ---- printing/externalize ---------------------------
-    /**
-     * Creates a string representation for this URI. It's guaranteed that calling
-     * `URI.parse` with the result of this function creates an URI which is equal
-     * to this URI.
-     *
-     * * The result shall *not* be used for display purposes but for externalization or transport.
-     * * The result will be encoded using the percentage encoding and encoding happens mostly
-     * ignore the scheme-specific encoding rules.
-     *
-     * @param skipEncoding Do not encode the result, default is `false`
-     */
-    URI.prototype.toString = function (skipEncoding) {
-        if (skipEncoding === void 0) { skipEncoding = false; }
-        return _asFormatted(this, skipEncoding);
-    };
-    URI.prototype.toJSON = function () {
-        return this;
-    };
-    URI.revive = function (data) {
-        if (!data) {
-            return data;
-        }
-        else if (data instanceof URI) {
-            return data;
-        }
-        else {
-            var result = new _URI(data);
-            result._formatted = data.external;
-            result._fsPath = data._sep === _pathSepMarker ? data.fsPath : null;
-            return result;
-        }
-    };
-    return URI;
-}());
-
-var _pathSepMarker = isWindows ? 1 : undefined;
-// tslint:disable-next-line:class-name
-var _URI = /** @class */ (function (_super) {
-    __extends(_URI, _super);
-    function _URI() {
-        var _this = _super !== null && _super.apply(this, arguments) || this;
-        _this._formatted = null;
-        _this._fsPath = null;
-        return _this;
-    }
-    Object.defineProperty(_URI.prototype, "fsPath", {
-        get: function () {
-            if (!this._fsPath) {
-                this._fsPath = _makeFsPath(this);
-            }
-            return this._fsPath;
-        },
-        enumerable: true,
-        configurable: true
-    });
-    _URI.prototype.toString = function (skipEncoding) {
-        if (skipEncoding === void 0) { skipEncoding = false; }
-        if (!skipEncoding) {
-            if (!this._formatted) {
-                this._formatted = _asFormatted(this, false);
-            }
-            return this._formatted;
-        }
-        else {
-            // we don't cache that
-            return _asFormatted(this, true);
-        }
-    };
-    _URI.prototype.toJSON = function () {
-        var res = {
-            $mid: 1
-        };
-        // cached state
-        if (this._fsPath) {
-            res.fsPath = this._fsPath;
-            res._sep = _pathSepMarker;
-        }
-        if (this._formatted) {
-            res.external = this._formatted;
-        }
-        // uri components
-        if (this.path) {
-            res.path = this.path;
-        }
-        if (this.scheme) {
-            res.scheme = this.scheme;
-        }
-        if (this.authority) {
-            res.authority = this.authority;
-        }
-        if (this.query) {
-            res.query = this.query;
-        }
-        if (this.fragment) {
-            res.fragment = this.fragment;
-        }
-        return res;
-    };
-    return _URI;
-}(URI));
-// reserved characters: https://tools.ietf.org/html/rfc3986#section-2.2
-var encodeTable = (_a = {},
-    _a[58 /* Colon */] = '%3A',
-    _a[47 /* Slash */] = '%2F',
-    _a[63 /* QuestionMark */] = '%3F',
-    _a[35 /* Hash */] = '%23',
-    _a[91 /* OpenSquareBracket */] = '%5B',
-    _a[93 /* CloseSquareBracket */] = '%5D',
-    _a[64 /* AtSign */] = '%40',
-    _a[33 /* ExclamationMark */] = '%21',
-    _a[36 /* DollarSign */] = '%24',
-    _a[38 /* Ampersand */] = '%26',
-    _a[39 /* SingleQuote */] = '%27',
-    _a[40 /* OpenParen */] = '%28',
-    _a[41 /* CloseParen */] = '%29',
-    _a[42 /* Asterisk */] = '%2A',
-    _a[43 /* Plus */] = '%2B',
-    _a[44 /* Comma */] = '%2C',
-    _a[59 /* Semicolon */] = '%3B',
-    _a[61 /* Equals */] = '%3D',
-    _a[32 /* Space */] = '%20',
-    _a);
-function encodeURIComponentFast(uriComponent, allowSlash) {
-    var res = undefined;
-    var nativeEncodePos = -1;
-    for (var pos = 0; pos < uriComponent.length; pos++) {
-        var code = uriComponent.charCodeAt(pos);
-        // unreserved characters: https://tools.ietf.org/html/rfc3986#section-2.3
-        if ((code >= 97 /* a */ && code <= 122 /* z */)
-            || (code >= 65 /* A */ && code <= 90 /* Z */)
-            || (code >= 48 /* Digit0 */ && code <= 57 /* Digit9 */)
-            || code === 45 /* Dash */
-            || code === 46 /* Period */
-            || code === 95 /* Underline */
-            || code === 126 /* Tilde */
-            || (allowSlash && code === 47 /* Slash */)) {
-            // check if we are delaying native encode
-            if (nativeEncodePos !== -1) {
-                res += encodeURIComponent(uriComponent.substring(nativeEncodePos, pos));
-                nativeEncodePos = -1;
-            }
-            // check if we write into a new string (by default we try to return the param)
-            if (res !== undefined) {
-                res += uriComponent.charAt(pos);
-            }
-        }
-        else {
-            // encoding needed, we need to allocate a new string
-            if (res === undefined) {
-                res = uriComponent.substr(0, pos);
-            }
-            // check with default table first
-            var escaped = encodeTable[code];
-            if (escaped !== undefined) {
-                // check if we are delaying native encode
-                if (nativeEncodePos !== -1) {
-                    res += encodeURIComponent(uriComponent.substring(nativeEncodePos, pos));
-                    nativeEncodePos = -1;
-                }
-                // append escaped variant to result
-                res += escaped;
-            }
-            else if (nativeEncodePos === -1) {
-                // use native encode only when needed
-                nativeEncodePos = pos;
-            }
-        }
-    }
-    if (nativeEncodePos !== -1) {
-        res += encodeURIComponent(uriComponent.substring(nativeEncodePos));
-    }
-    return res !== undefined ? res : uriComponent;
-}
-function encodeURIComponentMinimal(path) {
-    var res = undefined;
-    for (var pos = 0; pos < path.length; pos++) {
-        var code = path.charCodeAt(pos);
-        if (code === 35 /* Hash */ || code === 63 /* QuestionMark */) {
-            if (res === undefined) {
-                res = path.substr(0, pos);
-            }
-            res += encodeTable[code];
-        }
-        else {
-            if (res !== undefined) {
-                res += path[pos];
-            }
-        }
-    }
-    return res !== undefined ? res : path;
-}
-/**
- * Compute `fsPath` for the given uri
- */
-function _makeFsPath(uri) {
-    var value;
-    if (uri.authority && uri.path.length > 1 && uri.scheme === 'file') {
-        // unc path: file://shares/c$/far/boo
-        value = "//" + uri.authority + uri.path;
-    }
-    else if (uri.path.charCodeAt(0) === 47 /* Slash */
-        && (uri.path.charCodeAt(1) >= 65 /* A */ && uri.path.charCodeAt(1) <= 90 /* Z */ || uri.path.charCodeAt(1) >= 97 /* a */ && uri.path.charCodeAt(1) <= 122 /* z */)
-        && uri.path.charCodeAt(2) === 58 /* Colon */) {
-        // windows drive letter: file:///c:/far/boo
-        value = uri.path[1].toLowerCase() + uri.path.substr(2);
-    }
-    else {
-        // other path
-        value = uri.path;
-    }
-    if (isWindows) {
-        value = value.replace(/\//g, '\\');
-    }
-    return value;
-}
-/**
- * Create the external version of a uri
- */
-function _asFormatted(uri, skipEncoding) {
-    var encoder = !skipEncoding
-        ? encodeURIComponentFast
-        : encodeURIComponentMinimal;
-    var res = '';
-    var scheme = uri.scheme, authority = uri.authority, path = uri.path, query = uri.query, fragment = uri.fragment;
-    if (scheme) {
-        res += scheme;
-        res += ':';
-    }
-    if (authority || scheme === 'file') {
-        res += _slash;
-        res += _slash;
-    }
-    if (authority) {
-        var idx = authority.indexOf('@');
-        if (idx !== -1) {
-            // <user>@<auth>
-            var userinfo = authority.substr(0, idx);
-            authority = authority.substr(idx + 1);
-            idx = userinfo.indexOf(':');
-            if (idx === -1) {
-                res += encoder(userinfo, false);
-            }
-            else {
-                // <user>:<pass>@<auth>
-                res += encoder(userinfo.substr(0, idx), false);
-                res += ':';
-                res += encoder(userinfo.substr(idx + 1), false);
-            }
-            res += '@';
-        }
-        authority = authority.toLowerCase();
-        idx = authority.indexOf(':');
-        if (idx === -1) {
-            res += encoder(authority, false);
-        }
-        else {
-            // <auth>:<port>
-            res += encoder(authority.substr(0, idx), false);
-            res += authority.substr(idx);
-        }
-    }
-    if (path) {
-        // lower-case windows drive letters in /C:/fff or C:/fff
-        if (path.length >= 3 && path.charCodeAt(0) === 47 /* Slash */ && path.charCodeAt(2) === 58 /* Colon */) {
-            var code = path.charCodeAt(1);
-            if (code >= 65 /* A */ && code <= 90 /* Z */) {
-                path = "/" + String.fromCharCode(code + 32) + ":" + path.substr(3); // "/c:".length === 3
-            }
-        }
-        else if (path.length >= 2 && path.charCodeAt(1) === 58 /* Colon */) {
-            var code = path.charCodeAt(0);
-            if (code >= 65 /* A */ && code <= 90 /* Z */) {
-                path = String.fromCharCode(code + 32) + ":" + path.substr(2); // "/c:".length === 3
-            }
-        }
-        // encode the rest of the path
-        res += encoder(path, true);
-    }
-    if (query) {
-        res += '?';
-        res += encoder(query, false);
-    }
-    if (fragment) {
-        res += '#';
-        res += !skipEncoding ? encodeURIComponentFast(fragment, false) : fragment;
-    }
-    return res;
-}
-
-
-/***/ }),
-/* 111 */
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
-
-"use strict";
-__webpack_require__.r(__webpack_exports__);
-/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "getLanguageService", function() { return getLanguageService; });
-/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "newHTMLDataProvider", function() { return newHTMLDataProvider; });
-/* harmony import */ var _parser_htmlScanner__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(112);
-/* harmony import */ var _parser_htmlParser__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(114);
-/* harmony import */ var _services_htmlCompletion__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(117);
-/* harmony import */ var _services_htmlHover__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(125);
-/* harmony import */ var _services_htmlFormatter__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(126);
-/* harmony import */ var _services_htmlLinks__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(130);
-/* harmony import */ var _services_htmlHighlighting__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(131);
-/* harmony import */ var _services_htmlSymbolsProvider__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(132);
-/* harmony import */ var _services_htmlRename__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(133);
-/* harmony import */ var _services_htmlMatchingTagPosition__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(134);
-/* harmony import */ var _services_htmlFolding__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(135);
-/* harmony import */ var _services_htmlSelectionRange__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(136);
-/* harmony import */ var _languageFacts_builtinDataProviders__WEBPACK_IMPORTED_MODULE_12__ = __webpack_require__(120);
-/* harmony import */ var _languageFacts_dataProvider__WEBPACK_IMPORTED_MODULE_13__ = __webpack_require__(121);
-/* harmony import */ var _htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_14__ = __webpack_require__(113);
-/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "TokenType", function() { return _htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_14__["TokenType"]; });
-
-/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "ScannerState", function() { return _htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_14__["ScannerState"]; });
-
-/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "ClientCapabilities", function() { return _htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_14__["ClientCapabilities"]; });
-
-/* harmony import */ var vscode_languageserver_textdocument__WEBPACK_IMPORTED_MODULE_15__ = __webpack_require__(91);
-/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "TextDocument", function() { return vscode_languageserver_textdocument__WEBPACK_IMPORTED_MODULE_15__["TextDocument"]; });
-
-/* harmony import */ var vscode_languageserver_types__WEBPACK_IMPORTED_MODULE_16__ = __webpack_require__(45);
-/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "Position", function() { return vscode_languageserver_types__WEBPACK_IMPORTED_MODULE_16__["Position"]; });
-
-/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "Range", function() { return vscode_languageserver_types__WEBPACK_IMPORTED_MODULE_16__["Range"]; });
-
-/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "Location", function() { return vscode_languageserver_types__WEBPACK_IMPORTED_MODULE_16__["Location"]; });
-
-/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "LocationLink", function() { return vscode_languageserver_types__WEBPACK_IMPORTED_MODULE_16__["LocationLink"]; });
-
-/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "Color", function() { return vscode_languageserver_types__WEBPACK_IMPORTED_MODULE_16__["Color"]; });
-
-/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "ColorInformation", function() { return vscode_languageserver_types__WEBPACK_IMPORTED_MODULE_16__["ColorInformation"]; });
-
-/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "ColorPresentation", function() { return vscode_languageserver_types__WEBPACK_IMPORTED_MODULE_16__["ColorPresentation"]; });
-
-/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "FoldingRangeKind", function() { return vscode_languageserver_types__WEBPACK_IMPORTED_MODULE_16__["FoldingRangeKind"]; });
-
-/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "FoldingRange", function() { return vscode_languageserver_types__WEBPACK_IMPORTED_MODULE_16__["FoldingRange"]; });
-
-/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "DiagnosticRelatedInformation", function() { return vscode_languageserver_types__WEBPACK_IMPORTED_MODULE_16__["DiagnosticRelatedInformation"]; });
-
-/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "DiagnosticSeverity", function() { return vscode_languageserver_types__WEBPACK_IMPORTED_MODULE_16__["DiagnosticSeverity"]; });
-
-/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "DiagnosticTag", function() { return vscode_languageserver_types__WEBPACK_IMPORTED_MODULE_16__["DiagnosticTag"]; });
-
-/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "Diagnostic", function() { return vscode_languageserver_types__WEBPACK_IMPORTED_MODULE_16__["Diagnostic"]; });
-
-/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "Command", function() { return vscode_languageserver_types__WEBPACK_IMPORTED_MODULE_16__["Command"]; });
-
-/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "TextEdit", function() { return vscode_languageserver_types__WEBPACK_IMPORTED_MODULE_16__["TextEdit"]; });
-
-/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "TextDocumentEdit", function() { return vscode_languageserver_types__WEBPACK_IMPORTED_MODULE_16__["TextDocumentEdit"]; });
-
-/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "CreateFile", function() { return vscode_languageserver_types__WEBPACK_IMPORTED_MODULE_16__["CreateFile"]; });
-
-/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "RenameFile", function() { return vscode_languageserver_types__WEBPACK_IMPORTED_MODULE_16__["RenameFile"]; });
-
-/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "DeleteFile", function() { return vscode_languageserver_types__WEBPACK_IMPORTED_MODULE_16__["DeleteFile"]; });
-
-/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "WorkspaceEdit", function() { return vscode_languageserver_types__WEBPACK_IMPORTED_MODULE_16__["WorkspaceEdit"]; });
-
-/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "WorkspaceChange", function() { return vscode_languageserver_types__WEBPACK_IMPORTED_MODULE_16__["WorkspaceChange"]; });
-
-/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "TextDocumentIdentifier", function() { return vscode_languageserver_types__WEBPACK_IMPORTED_MODULE_16__["TextDocumentIdentifier"]; });
-
-/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "VersionedTextDocumentIdentifier", function() { return vscode_languageserver_types__WEBPACK_IMPORTED_MODULE_16__["VersionedTextDocumentIdentifier"]; });
-
-/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "TextDocumentItem", function() { return vscode_languageserver_types__WEBPACK_IMPORTED_MODULE_16__["TextDocumentItem"]; });
-
-/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "MarkupKind", function() { return vscode_languageserver_types__WEBPACK_IMPORTED_MODULE_16__["MarkupKind"]; });
-
-/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "MarkupContent", function() { return vscode_languageserver_types__WEBPACK_IMPORTED_MODULE_16__["MarkupContent"]; });
-
-/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "CompletionItemKind", function() { return vscode_languageserver_types__WEBPACK_IMPORTED_MODULE_16__["CompletionItemKind"]; });
-
-/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "InsertTextFormat", function() { return vscode_languageserver_types__WEBPACK_IMPORTED_MODULE_16__["InsertTextFormat"]; });
-
-/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "CompletionItemTag", function() { return vscode_languageserver_types__WEBPACK_IMPORTED_MODULE_16__["CompletionItemTag"]; });
-
-/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "CompletionItem", function() { return vscode_languageserver_types__WEBPACK_IMPORTED_MODULE_16__["CompletionItem"]; });
-
-/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "CompletionList", function() { return vscode_languageserver_types__WEBPACK_IMPORTED_MODULE_16__["CompletionList"]; });
-
-/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "MarkedString", function() { return vscode_languageserver_types__WEBPACK_IMPORTED_MODULE_16__["MarkedString"]; });
-
-/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "Hover", function() { return vscode_languageserver_types__WEBPACK_IMPORTED_MODULE_16__["Hover"]; });
-
-/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "ParameterInformation", function() { return vscode_languageserver_types__WEBPACK_IMPORTED_MODULE_16__["ParameterInformation"]; });
-
-/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "SignatureInformation", function() { return vscode_languageserver_types__WEBPACK_IMPORTED_MODULE_16__["SignatureInformation"]; });
-
-/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "DocumentHighlightKind", function() { return vscode_languageserver_types__WEBPACK_IMPORTED_MODULE_16__["DocumentHighlightKind"]; });
-
-/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "DocumentHighlight", function() { return vscode_languageserver_types__WEBPACK_IMPORTED_MODULE_16__["DocumentHighlight"]; });
-
-/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "SymbolKind", function() { return vscode_languageserver_types__WEBPACK_IMPORTED_MODULE_16__["SymbolKind"]; });
-
-/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "SymbolTag", function() { return vscode_languageserver_types__WEBPACK_IMPORTED_MODULE_16__["SymbolTag"]; });
-
-/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "SymbolInformation", function() { return vscode_languageserver_types__WEBPACK_IMPORTED_MODULE_16__["SymbolInformation"]; });
-
-/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "DocumentSymbol", function() { return vscode_languageserver_types__WEBPACK_IMPORTED_MODULE_16__["DocumentSymbol"]; });
-
-/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "CodeActionKind", function() { return vscode_languageserver_types__WEBPACK_IMPORTED_MODULE_16__["CodeActionKind"]; });
-
-/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "CodeActionContext", function() { return vscode_languageserver_types__WEBPACK_IMPORTED_MODULE_16__["CodeActionContext"]; });
-
-/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "CodeAction", function() { return vscode_languageserver_types__WEBPACK_IMPORTED_MODULE_16__["CodeAction"]; });
-
-/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "CodeLens", function() { return vscode_languageserver_types__WEBPACK_IMPORTED_MODULE_16__["CodeLens"]; });
-
-/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "FormattingOptions", function() { return vscode_languageserver_types__WEBPACK_IMPORTED_MODULE_16__["FormattingOptions"]; });
-
-/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "DocumentLink", function() { return vscode_languageserver_types__WEBPACK_IMPORTED_MODULE_16__["DocumentLink"]; });
-
-/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "SelectionRange", function() { return vscode_languageserver_types__WEBPACK_IMPORTED_MODULE_16__["SelectionRange"]; });
-
-/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "EOL", function() { return vscode_languageserver_types__WEBPACK_IMPORTED_MODULE_16__["EOL"]; });
-
-/*---------------------------------------------------------------------------------------------
- *  Copyright (c) Microsoft Corporation. All rights reserved.
- *  Licensed under the MIT License. See License.txt in the project root for license information.
- *--------------------------------------------------------------------------------------------*/
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-function getLanguageService(options) {
-    var htmlHover = new _services_htmlHover__WEBPACK_IMPORTED_MODULE_3__["HTMLHover"](options && options.clientCapabilities);
-    var htmlCompletion = new _services_htmlCompletion__WEBPACK_IMPORTED_MODULE_2__["HTMLCompletion"](options && options.clientCapabilities);
-    if (options && options.customDataProviders) {
-        Object(_languageFacts_builtinDataProviders__WEBPACK_IMPORTED_MODULE_12__["handleCustomDataProviders"])(options.customDataProviders);
-    }
-    return {
-        createScanner: _parser_htmlScanner__WEBPACK_IMPORTED_MODULE_0__["createScanner"],
-        parseHTMLDocument: function (document) { return Object(_parser_htmlParser__WEBPACK_IMPORTED_MODULE_1__["parse"])(document.getText()); },
-        doComplete: htmlCompletion.doComplete.bind(htmlCompletion),
-        setCompletionParticipants: htmlCompletion.setCompletionParticipants.bind(htmlCompletion),
-        doHover: htmlHover.doHover.bind(htmlHover),
-        format: _services_htmlFormatter__WEBPACK_IMPORTED_MODULE_4__["format"],
-        findDocumentHighlights: _services_htmlHighlighting__WEBPACK_IMPORTED_MODULE_6__["findDocumentHighlights"],
-        findDocumentLinks: _services_htmlLinks__WEBPACK_IMPORTED_MODULE_5__["findDocumentLinks"],
-        findDocumentSymbols: _services_htmlSymbolsProvider__WEBPACK_IMPORTED_MODULE_7__["findDocumentSymbols"],
-        getFoldingRanges: _services_htmlFolding__WEBPACK_IMPORTED_MODULE_10__["getFoldingRanges"],
-        getSelectionRanges: _services_htmlSelectionRange__WEBPACK_IMPORTED_MODULE_11__["getSelectionRanges"],
-        doTagComplete: htmlCompletion.doTagComplete.bind(htmlCompletion),
-        doRename: _services_htmlRename__WEBPACK_IMPORTED_MODULE_8__["doRename"],
-        findMatchingTagPosition: _services_htmlMatchingTagPosition__WEBPACK_IMPORTED_MODULE_9__["findMatchingTagPosition"]
-    };
-}
-function newHTMLDataProvider(id, customData) {
-    return new _languageFacts_dataProvider__WEBPACK_IMPORTED_MODULE_13__["HTMLDataProvider"](id, customData);
-}
-
-
-/***/ }),
-/* 112 */
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
-
-"use strict";
-__webpack_require__.r(__webpack_exports__);
-/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "createScanner", function() { return createScanner; });
-/* harmony import */ var vscode_nls__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(77);
-/* harmony import */ var vscode_nls__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(vscode_nls__WEBPACK_IMPORTED_MODULE_0__);
-/* harmony import */ var _htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(113);
-/*---------------------------------------------------------------------------------------------
- *  Copyright (c) Microsoft Corporation. All rights reserved.
- *  Licensed under the MIT License. See License.txt in the project root for license information.
- *--------------------------------------------------------------------------------------------*/
-
-
-var localize = vscode_nls__WEBPACK_IMPORTED_MODULE_0__["loadMessageBundle"]();
-var MultiLineStream = /** @class */ (function () {
-    function MultiLineStream(source, position) {
-        this.source = source;
-        this.len = source.length;
-        this.position = position;
-    }
-    MultiLineStream.prototype.eos = function () {
-        return this.len <= this.position;
-    };
-    MultiLineStream.prototype.getSource = function () {
-        return this.source;
-    };
-    MultiLineStream.prototype.pos = function () {
-        return this.position;
-    };
-    MultiLineStream.prototype.goBackTo = function (pos) {
-        this.position = pos;
-    };
-    MultiLineStream.prototype.goBack = function (n) {
-        this.position -= n;
-    };
-    MultiLineStream.prototype.advance = function (n) {
-        this.position += n;
-    };
-    MultiLineStream.prototype.goToEnd = function () {
-        this.position = this.source.length;
-    };
-    MultiLineStream.prototype.nextChar = function () {
-        return this.source.charCodeAt(this.position++) || 0;
-    };
-    MultiLineStream.prototype.peekChar = function (n) {
-        if (n === void 0) { n = 0; }
-        return this.source.charCodeAt(this.position + n) || 0;
-    };
-    MultiLineStream.prototype.advanceIfChar = function (ch) {
-        if (ch === this.source.charCodeAt(this.position)) {
-            this.position++;
-            return true;
-        }
-        return false;
-    };
-    MultiLineStream.prototype.advanceIfChars = function (ch) {
-        var i;
-        if (this.position + ch.length > this.source.length) {
-            return false;
-        }
-        for (i = 0; i < ch.length; i++) {
-            if (this.source.charCodeAt(this.position + i) !== ch[i]) {
-                return false;
-            }
-        }
-        this.advance(i);
-        return true;
-    };
-    MultiLineStream.prototype.advanceIfRegExp = function (regex) {
-        var str = this.source.substr(this.position);
-        var match = str.match(regex);
-        if (match) {
-            this.position = this.position + match.index + match[0].length;
-            return match[0];
-        }
-        return '';
-    };
-    MultiLineStream.prototype.advanceUntilRegExp = function (regex) {
-        var str = this.source.substr(this.position);
-        var match = str.match(regex);
-        if (match) {
-            this.position = this.position + match.index;
-            return match[0];
-        }
-        else {
-            this.goToEnd();
-        }
-        return '';
-    };
-    MultiLineStream.prototype.advanceUntilChar = function (ch) {
-        while (this.position < this.source.length) {
-            if (this.source.charCodeAt(this.position) === ch) {
-                return true;
-            }
-            this.advance(1);
-        }
-        return false;
-    };
-    MultiLineStream.prototype.advanceUntilChars = function (ch) {
-        while (this.position + ch.length <= this.source.length) {
-            var i = 0;
-            for (; i < ch.length && this.source.charCodeAt(this.position + i) === ch[i]; i++) {
-            }
-            if (i === ch.length) {
-                return true;
-            }
-            this.advance(1);
-        }
-        this.goToEnd();
-        return false;
-    };
-    MultiLineStream.prototype.skipWhitespace = function () {
-        var n = this.advanceWhileChar(function (ch) {
-            return ch === _WSP || ch === _TAB || ch === _NWL || ch === _LFD || ch === _CAR;
-        });
-        return n > 0;
-    };
-    MultiLineStream.prototype.advanceWhileChar = function (condition) {
-        var posNow = this.position;
-        while (this.position < this.len && condition(this.source.charCodeAt(this.position))) {
-            this.position++;
-        }
-        return this.position - posNow;
-    };
-    return MultiLineStream;
-}());
-var _BNG = '!'.charCodeAt(0);
-var _MIN = '-'.charCodeAt(0);
-var _LAN = '<'.charCodeAt(0);
-var _RAN = '>'.charCodeAt(0);
-var _FSL = '/'.charCodeAt(0);
-var _EQS = '='.charCodeAt(0);
-var _DQO = '"'.charCodeAt(0);
-var _SQO = '\''.charCodeAt(0);
-var _NWL = '\n'.charCodeAt(0);
-var _CAR = '\r'.charCodeAt(0);
-var _LFD = '\f'.charCodeAt(0);
-var _WSP = ' '.charCodeAt(0);
-var _TAB = '\t'.charCodeAt(0);
-var htmlScriptContents = {
-    'text/x-handlebars-template': true
-};
-function createScanner(input, initialOffset, initialState) {
-    if (initialOffset === void 0) { initialOffset = 0; }
-    if (initialState === void 0) { initialState = _htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_1__["ScannerState"].WithinContent; }
-    var stream = new MultiLineStream(input, initialOffset);
-    var state = initialState;
-    var tokenOffset = 0;
-    var tokenType = _htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_1__["TokenType"].Unknown;
-    var tokenError;
-    var hasSpaceAfterTag;
-    var lastTag;
-    var lastAttributeName;
-    var lastTypeValue;
-    function nextElementName() {
-        return stream.advanceIfRegExp(/^[_:\w][_:\w-.\d]*/).toLowerCase();
-    }
-    function nextAttributeName() {
-        return stream.advanceIfRegExp(/^[^\s"'>/=\x00-\x0F\x7F\x80-\x9F]*/).toLowerCase();
-    }
-    function finishToken(offset, type, errorMessage) {
-        tokenType = type;
-        tokenOffset = offset;
-        tokenError = errorMessage;
-        return type;
-    }
-    function scan() {
-        var offset = stream.pos();
-        var oldState = state;
-        var token = internalScan();
-        if (token !== _htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_1__["TokenType"].EOS && offset === stream.pos()) {
-            console.log('Scanner.scan has not advanced at offset ' + offset + ', state before: ' + oldState + ' after: ' + state);
-            stream.advance(1);
-            return finishToken(offset, _htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_1__["TokenType"].Unknown);
-        }
-        return token;
-    }
-    function internalScan() {
-        var offset = stream.pos();
-        if (stream.eos()) {
-            return finishToken(offset, _htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_1__["TokenType"].EOS);
-        }
-        var errorMessage;
-        switch (state) {
-            case _htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_1__["ScannerState"].WithinComment:
-                if (stream.advanceIfChars([_MIN, _MIN, _RAN])) { // -->
-                    state = _htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_1__["ScannerState"].WithinContent;
-                    return finishToken(offset, _htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_1__["TokenType"].EndCommentTag);
-                }
-                stream.advanceUntilChars([_MIN, _MIN, _RAN]); // -->
-                return finishToken(offset, _htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_1__["TokenType"].Comment);
-            case _htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_1__["ScannerState"].WithinDoctype:
-                if (stream.advanceIfChar(_RAN)) {
-                    state = _htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_1__["ScannerState"].WithinContent;
-                    return finishToken(offset, _htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_1__["TokenType"].EndDoctypeTag);
-                }
-                stream.advanceUntilChar(_RAN); // >
-                return finishToken(offset, _htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_1__["TokenType"].Doctype);
-            case _htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_1__["ScannerState"].WithinContent:
-                if (stream.advanceIfChar(_LAN)) { // <
-                    if (!stream.eos() && stream.peekChar() === _BNG) { // !
-                        if (stream.advanceIfChars([_BNG, _MIN, _MIN])) { // <!--
-                            state = _htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_1__["ScannerState"].WithinComment;
-                            return finishToken(offset, _htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_1__["TokenType"].StartCommentTag);
-                        }
-                        if (stream.advanceIfRegExp(/^!doctype/i)) {
-                            state = _htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_1__["ScannerState"].WithinDoctype;
-                            return finishToken(offset, _htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_1__["TokenType"].StartDoctypeTag);
-                        }
-                    }
-                    if (stream.advanceIfChar(_FSL)) { // /
-                        state = _htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_1__["ScannerState"].AfterOpeningEndTag;
-                        return finishToken(offset, _htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_1__["TokenType"].EndTagOpen);
-                    }
-                    state = _htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_1__["ScannerState"].AfterOpeningStartTag;
-                    return finishToken(offset, _htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_1__["TokenType"].StartTagOpen);
-                }
-                stream.advanceUntilChar(_LAN);
-                return finishToken(offset, _htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_1__["TokenType"].Content);
-            case _htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_1__["ScannerState"].AfterOpeningEndTag:
-                var tagName = nextElementName();
-                if (tagName.length > 0) {
-                    state = _htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_1__["ScannerState"].WithinEndTag;
-                    return finishToken(offset, _htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_1__["TokenType"].EndTag);
-                }
-                if (stream.skipWhitespace()) { // white space is not valid here
-                    return finishToken(offset, _htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_1__["TokenType"].Whitespace, localize('error.unexpectedWhitespace', 'Tag name must directly follow the open bracket.'));
-                }
-                state = _htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_1__["ScannerState"].WithinEndTag;
-                stream.advanceUntilChar(_RAN);
-                if (offset < stream.pos()) {
-                    return finishToken(offset, _htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_1__["TokenType"].Unknown, localize('error.endTagNameExpected', 'End tag name expected.'));
-                }
-                return internalScan();
-            case _htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_1__["ScannerState"].WithinEndTag:
-                if (stream.skipWhitespace()) { // white space is valid here
-                    return finishToken(offset, _htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_1__["TokenType"].Whitespace);
-                }
-                if (stream.advanceIfChar(_RAN)) { // >
-                    state = _htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_1__["ScannerState"].WithinContent;
-                    return finishToken(offset, _htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_1__["TokenType"].EndTagClose);
-                }
-                errorMessage = localize('error.tagNameExpected', 'Closing bracket expected.');
-                break;
-            case _htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_1__["ScannerState"].AfterOpeningStartTag:
-                lastTag = nextElementName();
-                lastTypeValue = void 0;
-                lastAttributeName = void 0;
-                if (lastTag.length > 0) {
-                    hasSpaceAfterTag = false;
-                    state = _htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_1__["ScannerState"].WithinTag;
-                    return finishToken(offset, _htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_1__["TokenType"].StartTag);
-                }
-                if (stream.skipWhitespace()) { // white space is not valid here
-                    return finishToken(offset, _htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_1__["TokenType"].Whitespace, localize('error.unexpectedWhitespace', 'Tag name must directly follow the open bracket.'));
-                }
-                state = _htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_1__["ScannerState"].WithinTag;
-                stream.advanceUntilChar(_RAN);
-                if (offset < stream.pos()) {
-                    return finishToken(offset, _htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_1__["TokenType"].Unknown, localize('error.startTagNameExpected', 'Start tag name expected.'));
-                }
-                return internalScan();
-            case _htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_1__["ScannerState"].WithinTag:
-                if (stream.skipWhitespace()) {
-                    hasSpaceAfterTag = true; // remember that we have seen a whitespace
-                    return finishToken(offset, _htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_1__["TokenType"].Whitespace);
-                }
-                if (hasSpaceAfterTag) {
-                    lastAttributeName = nextAttributeName();
-                    if (lastAttributeName.length > 0) {
-                        state = _htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_1__["ScannerState"].AfterAttributeName;
-                        hasSpaceAfterTag = false;
-                        return finishToken(offset, _htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_1__["TokenType"].AttributeName);
-                    }
-                }
-                if (stream.advanceIfChars([_FSL, _RAN])) { // />
-                    state = _htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_1__["ScannerState"].WithinContent;
-                    return finishToken(offset, _htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_1__["TokenType"].StartTagSelfClose);
-                }
-                if (stream.advanceIfChar(_RAN)) { // >
-                    if (lastTag === 'script') {
-                        if (lastTypeValue && htmlScriptContents[lastTypeValue]) {
-                            // stay in html
-                            state = _htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_1__["ScannerState"].WithinContent;
-                        }
-                        else {
-                            state = _htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_1__["ScannerState"].WithinScriptContent;
-                        }
-                    }
-                    else if (lastTag === 'style') {
-                        state = _htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_1__["ScannerState"].WithinStyleContent;
-                    }
-                    else {
-                        state = _htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_1__["ScannerState"].WithinContent;
-                    }
-                    return finishToken(offset, _htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_1__["TokenType"].StartTagClose);
-                }
-                stream.advance(1);
-                return finishToken(offset, _htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_1__["TokenType"].Unknown, localize('error.unexpectedCharacterInTag', 'Unexpected character in tag.'));
-            case _htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_1__["ScannerState"].AfterAttributeName:
-                if (stream.skipWhitespace()) {
-                    hasSpaceAfterTag = true;
-                    return finishToken(offset, _htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_1__["TokenType"].Whitespace);
-                }
-                if (stream.advanceIfChar(_EQS)) {
-                    state = _htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_1__["ScannerState"].BeforeAttributeValue;
-                    return finishToken(offset, _htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_1__["TokenType"].DelimiterAssign);
-                }
-                state = _htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_1__["ScannerState"].WithinTag;
-                return internalScan(); // no advance yet - jump to WithinTag
-            case _htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_1__["ScannerState"].BeforeAttributeValue:
-                if (stream.skipWhitespace()) {
-                    return finishToken(offset, _htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_1__["TokenType"].Whitespace);
-                }
-                var attributeValue = stream.advanceIfRegExp(/^[^\s"'`=<>]+/);
-                if (attributeValue.length > 0) {
-                    if (stream.peekChar() === _RAN && stream.peekChar(-1) === _FSL) { // <foo bar=http://foo/>
-                        stream.goBack(1);
-                        attributeValue = attributeValue.substr(0, attributeValue.length - 1);
-                    }
-                    if (lastAttributeName === 'type') {
-                        lastTypeValue = attributeValue;
-                    }
-                    state = _htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_1__["ScannerState"].WithinTag;
-                    hasSpaceAfterTag = false;
-                    return finishToken(offset, _htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_1__["TokenType"].AttributeValue);
-                }
-                var ch = stream.peekChar();
-                if (ch === _SQO || ch === _DQO) {
-                    stream.advance(1); // consume quote
-                    if (stream.advanceUntilChar(ch)) {
-                        stream.advance(1); // consume quote
-                    }
-                    if (lastAttributeName === 'type') {
-                        lastTypeValue = stream.getSource().substring(offset + 1, stream.pos() - 1);
-                    }
-                    state = _htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_1__["ScannerState"].WithinTag;
-                    hasSpaceAfterTag = false;
-                    return finishToken(offset, _htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_1__["TokenType"].AttributeValue);
-                }
-                state = _htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_1__["ScannerState"].WithinTag;
-                hasSpaceAfterTag = false;
-                return internalScan(); // no advance yet - jump to WithinTag
-            case _htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_1__["ScannerState"].WithinScriptContent:
-                // see http://stackoverflow.com/questions/14574471/how-do-browsers-parse-a-script-tag-exactly
-                var sciptState = 1;
-                while (!stream.eos()) {
-                    var match = stream.advanceIfRegExp(/<!--|-->|<\/?script\s*\/?>?/i);
-                    if (match.length === 0) {
-                        stream.goToEnd();
-                        return finishToken(offset, _htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_1__["TokenType"].Script);
-                    }
-                    else if (match === '<!--') {
-                        if (sciptState === 1) {
-                            sciptState = 2;
-                        }
-                    }
-                    else if (match === '-->') {
-                        sciptState = 1;
-                    }
-                    else if (match[1] !== '/') { // <script
-                        if (sciptState === 2) {
-                            sciptState = 3;
-                        }
-                    }
-                    else { // </script
-                        if (sciptState === 3) {
-                            sciptState = 2;
-                        }
-                        else {
-                            stream.goBack(match.length); // to the beginning of the closing tag
-                            break;
-                        }
-                    }
-                }
-                state = _htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_1__["ScannerState"].WithinContent;
-                if (offset < stream.pos()) {
-                    return finishToken(offset, _htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_1__["TokenType"].Script);
-                }
-                return internalScan(); // no advance yet - jump to content
-            case _htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_1__["ScannerState"].WithinStyleContent:
-                stream.advanceUntilRegExp(/<\/style/i);
-                state = _htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_1__["ScannerState"].WithinContent;
-                if (offset < stream.pos()) {
-                    return finishToken(offset, _htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_1__["TokenType"].Styles);
-                }
-                return internalScan(); // no advance yet - jump to content
-        }
-        stream.advance(1);
-        state = _htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_1__["ScannerState"].WithinContent;
-        return finishToken(offset, _htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_1__["TokenType"].Unknown, errorMessage);
-    }
-    return {
-        scan: scan,
-        getTokenType: function () { return tokenType; },
-        getTokenOffset: function () { return tokenOffset; },
-        getTokenLength: function () { return stream.pos() - tokenOffset; },
-        getTokenEnd: function () { return stream.pos(); },
-        getTokenText: function () { return stream.getSource().substring(tokenOffset, stream.pos()); },
-        getScannerState: function () { return state; },
-        getTokenError: function () { return tokenError; }
-    };
-}
-
-
-/***/ }),
-/* 113 */
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
-
-"use strict";
-__webpack_require__.r(__webpack_exports__);
-/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "TokenType", function() { return TokenType; });
-/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ScannerState", function() { return ScannerState; });
-/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ClientCapabilities", function() { return ClientCapabilities; });
-/* harmony import */ var vscode_languageserver_types__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(45);
-/*---------------------------------------------------------------------------------------------
- *  Copyright (c) Microsoft Corporation. All rights reserved.
- *  Licensed under the MIT License. See License.txt in the project root for license information.
- *--------------------------------------------------------------------------------------------*/
-
-var TokenType;
-(function (TokenType) {
-    TokenType[TokenType["StartCommentTag"] = 0] = "StartCommentTag";
-    TokenType[TokenType["Comment"] = 1] = "Comment";
-    TokenType[TokenType["EndCommentTag"] = 2] = "EndCommentTag";
-    TokenType[TokenType["StartTagOpen"] = 3] = "StartTagOpen";
-    TokenType[TokenType["StartTagClose"] = 4] = "StartTagClose";
-    TokenType[TokenType["StartTagSelfClose"] = 5] = "StartTagSelfClose";
-    TokenType[TokenType["StartTag"] = 6] = "StartTag";
-    TokenType[TokenType["EndTagOpen"] = 7] = "EndTagOpen";
-    TokenType[TokenType["EndTagClose"] = 8] = "EndTagClose";
-    TokenType[TokenType["EndTag"] = 9] = "EndTag";
-    TokenType[TokenType["DelimiterAssign"] = 10] = "DelimiterAssign";
-    TokenType[TokenType["AttributeName"] = 11] = "AttributeName";
-    TokenType[TokenType["AttributeValue"] = 12] = "AttributeValue";
-    TokenType[TokenType["StartDoctypeTag"] = 13] = "StartDoctypeTag";
-    TokenType[TokenType["Doctype"] = 14] = "Doctype";
-    TokenType[TokenType["EndDoctypeTag"] = 15] = "EndDoctypeTag";
-    TokenType[TokenType["Content"] = 16] = "Content";
-    TokenType[TokenType["Whitespace"] = 17] = "Whitespace";
-    TokenType[TokenType["Unknown"] = 18] = "Unknown";
-    TokenType[TokenType["Script"] = 19] = "Script";
-    TokenType[TokenType["Styles"] = 20] = "Styles";
-    TokenType[TokenType["EOS"] = 21] = "EOS";
-})(TokenType || (TokenType = {}));
-var ScannerState;
-(function (ScannerState) {
-    ScannerState[ScannerState["WithinContent"] = 0] = "WithinContent";
-    ScannerState[ScannerState["AfterOpeningStartTag"] = 1] = "AfterOpeningStartTag";
-    ScannerState[ScannerState["AfterOpeningEndTag"] = 2] = "AfterOpeningEndTag";
-    ScannerState[ScannerState["WithinDoctype"] = 3] = "WithinDoctype";
-    ScannerState[ScannerState["WithinTag"] = 4] = "WithinTag";
-    ScannerState[ScannerState["WithinEndTag"] = 5] = "WithinEndTag";
-    ScannerState[ScannerState["WithinComment"] = 6] = "WithinComment";
-    ScannerState[ScannerState["WithinScriptContent"] = 7] = "WithinScriptContent";
-    ScannerState[ScannerState["WithinStyleContent"] = 8] = "WithinStyleContent";
-    ScannerState[ScannerState["AfterAttributeName"] = 9] = "AfterAttributeName";
-    ScannerState[ScannerState["BeforeAttributeValue"] = 10] = "BeforeAttributeValue";
-})(ScannerState || (ScannerState = {}));
-var ClientCapabilities;
-(function (ClientCapabilities) {
-    ClientCapabilities.LATEST = {
-        textDocument: {
-            completion: {
-                completionItem: {
-                    documentationFormat: [vscode_languageserver_types__WEBPACK_IMPORTED_MODULE_0__["MarkupKind"].Markdown, vscode_languageserver_types__WEBPACK_IMPORTED_MODULE_0__["MarkupKind"].PlainText]
-                }
-            },
-            hover: {
-                contentFormat: [vscode_languageserver_types__WEBPACK_IMPORTED_MODULE_0__["MarkupKind"].Markdown, vscode_languageserver_types__WEBPACK_IMPORTED_MODULE_0__["MarkupKind"].PlainText]
-            }
-        }
-    };
-})(ClientCapabilities || (ClientCapabilities = {}));
-
-
-/***/ }),
-/* 114 */
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
-
-"use strict";
-__webpack_require__.r(__webpack_exports__);
-/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Node", function() { return Node; });
-/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "parse", function() { return parse; });
-/* harmony import */ var _htmlScanner__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(112);
-/* harmony import */ var _utils_arrays__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(115);
-/* harmony import */ var _htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(113);
-/* harmony import */ var _languageFacts_fact__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(116);
-/*---------------------------------------------------------------------------------------------
- *  Copyright (c) Microsoft Corporation. All rights reserved.
- *  Licensed under the MIT License. See License.txt in the project root for license information.
- *--------------------------------------------------------------------------------------------*/
-
-
-
-
-var Node = /** @class */ (function () {
-    function Node(start, end, children, parent) {
-        this.start = start;
-        this.end = end;
-        this.children = children;
-        this.parent = parent;
-        this.closed = false;
-    }
-    Object.defineProperty(Node.prototype, "attributeNames", {
-        get: function () { return this.attributes ? Object.keys(this.attributes) : []; },
-        enumerable: true,
-        configurable: true
-    });
-    Node.prototype.isSameTag = function (tagInLowerCase) {
-        return this.tag && tagInLowerCase && this.tag.length === tagInLowerCase.length && this.tag.toLowerCase() === tagInLowerCase;
-    };
-    Object.defineProperty(Node.prototype, "firstChild", {
-        get: function () { return this.children[0]; },
-        enumerable: true,
-        configurable: true
-    });
-    Object.defineProperty(Node.prototype, "lastChild", {
-        get: function () { return this.children.length ? this.children[this.children.length - 1] : void 0; },
-        enumerable: true,
-        configurable: true
-    });
-    Node.prototype.findNodeBefore = function (offset) {
-        var idx = Object(_utils_arrays__WEBPACK_IMPORTED_MODULE_1__["findFirst"])(this.children, function (c) { return offset <= c.start; }) - 1;
-        if (idx >= 0) {
-            var child = this.children[idx];
-            if (offset > child.start) {
-                if (offset < child.end) {
-                    return child.findNodeBefore(offset);
-                }
-                var lastChild = child.lastChild;
-                if (lastChild && lastChild.end === child.end) {
-                    return child.findNodeBefore(offset);
-                }
-                return child;
-            }
-        }
-        return this;
-    };
-    Node.prototype.findNodeAt = function (offset) {
-        var idx = Object(_utils_arrays__WEBPACK_IMPORTED_MODULE_1__["findFirst"])(this.children, function (c) { return offset <= c.start; }) - 1;
-        if (idx >= 0) {
-            var child = this.children[idx];
-            if (offset > child.start && offset <= child.end) {
-                return child.findNodeAt(offset);
-            }
-        }
-        return this;
-    };
-    return Node;
-}());
-
-function parse(text) {
-    var scanner = Object(_htmlScanner__WEBPACK_IMPORTED_MODULE_0__["createScanner"])(text);
-    var htmlDocument = new Node(0, text.length, [], void 0);
-    var curr = htmlDocument;
-    var endTagStart = -1;
-    var endTagName = null;
-    var pendingAttribute = null;
-    var token = scanner.scan();
-    while (token !== _htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_2__["TokenType"].EOS) {
-        switch (token) {
-            case _htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_2__["TokenType"].StartTagOpen:
-                var child = new Node(scanner.getTokenOffset(), text.length, [], curr);
-                curr.children.push(child);
-                curr = child;
-                break;
-            case _htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_2__["TokenType"].StartTag:
-                curr.tag = scanner.getTokenText();
-                break;
-            case _htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_2__["TokenType"].StartTagClose:
-                curr.end = scanner.getTokenEnd(); // might be later set to end tag position
-                curr.startTagEnd = scanner.getTokenEnd();
-                if (curr.tag && Object(_languageFacts_fact__WEBPACK_IMPORTED_MODULE_3__["isVoidElement"])(curr.tag) && curr.parent) {
-                    curr.closed = true;
-                    curr = curr.parent;
-                }
-                break;
-            case _htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_2__["TokenType"].StartTagSelfClose:
-                if (curr.parent) {
-                    curr.closed = true;
-                    curr.end = scanner.getTokenEnd();
-                    curr.startTagEnd = scanner.getTokenEnd();
-                    curr = curr.parent;
-                }
-                break;
-            case _htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_2__["TokenType"].EndTagOpen:
-                endTagStart = scanner.getTokenOffset();
-                endTagName = null;
-                break;
-            case _htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_2__["TokenType"].EndTag:
-                endTagName = scanner.getTokenText().toLowerCase();
-                break;
-            case _htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_2__["TokenType"].EndTagClose:
-                if (endTagName) {
-                    var node = curr;
-                    // see if we can find a matching tag
-                    while (!node.isSameTag(endTagName) && node.parent) {
-                        node = node.parent;
-                    }
-                    if (node.parent) {
-                        while (curr !== node) {
-                            curr.end = endTagStart;
-                            curr.closed = false;
-                            curr = curr.parent;
-                        }
-                        curr.closed = true;
-                        curr.endTagStart = endTagStart;
-                        curr.end = scanner.getTokenEnd();
-                        curr = curr.parent;
-                    }
-                }
-                break;
-            case _htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_2__["TokenType"].AttributeName: {
-                pendingAttribute = scanner.getTokenText();
-                var attributes = curr.attributes;
-                if (!attributes) {
-                    curr.attributes = attributes = {};
-                }
-                attributes[pendingAttribute] = null; // Support valueless attributes such as 'checked'
-                break;
-            }
-            case _htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_2__["TokenType"].AttributeValue: {
-                var value = scanner.getTokenText();
-                var attributes = curr.attributes;
-                if (attributes && pendingAttribute) {
-                    attributes[pendingAttribute] = value;
-                    pendingAttribute = null;
-                }
-                break;
-            }
-        }
-        token = scanner.scan();
-    }
-    while (curr.parent) {
-        curr.end = text.length;
-        curr.closed = false;
-        curr = curr.parent;
-    }
-    return {
-        roots: htmlDocument.children,
-        findNodeBefore: htmlDocument.findNodeBefore.bind(htmlDocument),
-        findNodeAt: htmlDocument.findNodeAt.bind(htmlDocument)
-    };
-}
-
-
-/***/ }),
-/* 115 */
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
-
-"use strict";
-__webpack_require__.r(__webpack_exports__);
-/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "findFirst", function() { return findFirst; });
-/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "binarySearch", function() { return binarySearch; });
-/*---------------------------------------------------------------------------------------------
- *  Copyright (c) Microsoft Corporation. All rights reserved.
- *  Licensed under the MIT License. See License.txt in the project root for license information.
- *--------------------------------------------------------------------------------------------*/
-/**
- * Takes a sorted array and a function p. The array is sorted in such a way that all elements where p(x) is false
- * are located before all elements where p(x) is true.
- * @returns the least x for which p(x) is true or array.length if no element fullfills the given function.
- */
-function findFirst(array, p) {
-    var low = 0, high = array.length;
-    if (high === 0) {
-        return 0; // no children
-    }
-    while (low < high) {
-        var mid = Math.floor((low + high) / 2);
-        if (p(array[mid])) {
-            high = mid;
-        }
-        else {
-            low = mid + 1;
-        }
-    }
-    return low;
-}
-function binarySearch(array, key, comparator) {
-    var low = 0, high = array.length - 1;
-    while (low <= high) {
-        var mid = ((low + high) / 2) | 0;
-        var comp = comparator(array[mid], key);
-        if (comp < 0) {
-            low = mid + 1;
-        }
-        else if (comp > 0) {
-            high = mid - 1;
-        }
-        else {
-            return mid;
-        }
-    }
-    return -(low + 1);
-}
-
-
-/***/ }),
-/* 116 */
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
-
-"use strict";
-__webpack_require__.r(__webpack_exports__);
-/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "VOID_ELEMENTS", function() { return VOID_ELEMENTS; });
-/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "isVoidElement", function() { return isVoidElement; });
-/* harmony import */ var _utils_arrays__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(115);
-/*---------------------------------------------------------------------------------------------
- *  Copyright (c) Microsoft Corporation. All rights reserved.
- *  Licensed under the MIT License. See License.txt in the project root for license information.
- *--------------------------------------------------------------------------------------------*/
-
-// As defined in https://www.w3.org/TR/html5/syntax.html#void-elements
-var VOID_ELEMENTS = ['area', 'base', 'br', 'col', 'embed', 'hr', 'img', 'input', 'keygen', 'link', 'menuitem', 'meta', 'param', 'source', 'track', 'wbr'];
-function isVoidElement(e) {
-    return !!e && _utils_arrays__WEBPACK_IMPORTED_MODULE_0__["binarySearch"](VOID_ELEMENTS, e.toLowerCase(), function (s1, s2) { return s1.localeCompare(s2); }) >= 0;
-}
-
-
-/***/ }),
-/* 117 */
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
-
-"use strict";
-__webpack_require__.r(__webpack_exports__);
-/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "HTMLCompletion", function() { return HTMLCompletion; });
-/* harmony import */ var vscode_languageserver_types__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(45);
-/* harmony import */ var _parser_htmlScanner__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(112);
-/* harmony import */ var _htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(113);
-/* harmony import */ var _parser_htmlEntities__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(118);
-/* harmony import */ var vscode_nls__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(77);
-/* harmony import */ var vscode_nls__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__webpack_require__.n(vscode_nls__WEBPACK_IMPORTED_MODULE_4__);
-/* harmony import */ var _utils_strings__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(119);
-/* harmony import */ var _languageFacts_builtinDataProviders__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(120);
-/* harmony import */ var _languageFacts_fact__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(116);
-/* harmony import */ var _utils_object__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(124);
-/* harmony import */ var _languageFacts_dataProvider__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(121);
-/*---------------------------------------------------------------------------------------------
- *  Copyright (c) Microsoft Corporation. All rights reserved.
- *  Licensed under the MIT License. See License.txt in the project root for license information.
- *--------------------------------------------------------------------------------------------*/
-
-
-
-
-
-
-
-
-
-
-var localize = vscode_nls__WEBPACK_IMPORTED_MODULE_4__["loadMessageBundle"]();
-var HTMLCompletion = /** @class */ (function () {
-    function HTMLCompletion(clientCapabilities) {
-        this.clientCapabilities = clientCapabilities;
-        this.completionParticipants = [];
-    }
-    HTMLCompletion.prototype.setCompletionParticipants = function (registeredCompletionParticipants) {
-        this.completionParticipants = registeredCompletionParticipants || [];
-    };
-    HTMLCompletion.prototype.doComplete = function (document, position, htmlDocument, settings) {
-        var result = this._doComplete(document, position, htmlDocument, settings);
-        return this.convertCompletionList(result);
-    };
-    HTMLCompletion.prototype._doComplete = function (document, position, htmlDocument, settings) {
-        var result = {
-            isIncomplete: false,
-            items: []
-        };
-        var completionParticipants = this.completionParticipants;
-        var dataProviders = Object(_languageFacts_builtinDataProviders__WEBPACK_IMPORTED_MODULE_6__["getAllDataProviders"])().filter(function (p) { return p.isApplicable(document.languageId) && (!settings || settings[p.getId()] !== false); });
-        var doesSupportMarkdown = this.doesSupportMarkdown();
-        var text = document.getText();
-        var offset = document.offsetAt(position);
-        var node = htmlDocument.findNodeBefore(offset);
-        if (!node) {
-            return result;
-        }
-        var scanner = Object(_parser_htmlScanner__WEBPACK_IMPORTED_MODULE_1__["createScanner"])(text, node.start);
-        var currentTag = '';
-        var currentAttributeName;
-        function getReplaceRange(replaceStart, replaceEnd) {
-            if (replaceEnd === void 0) { replaceEnd = offset; }
-            if (replaceStart > offset) {
-                replaceStart = offset;
-            }
-            return { start: document.positionAt(replaceStart), end: document.positionAt(replaceEnd) };
-        }
-        function collectOpenTagSuggestions(afterOpenBracket, tagNameEnd) {
-            var range = getReplaceRange(afterOpenBracket, tagNameEnd);
-            dataProviders.forEach(function (provider) {
-                provider.provideTags().forEach(function (tag) {
-                    result.items.push({
-                        label: tag.name,
-                        kind: vscode_languageserver_types__WEBPACK_IMPORTED_MODULE_0__["CompletionItemKind"].Property,
-                        documentation: Object(_languageFacts_dataProvider__WEBPACK_IMPORTED_MODULE_9__["generateDocumentation"])(tag, doesSupportMarkdown),
-                        textEdit: vscode_languageserver_types__WEBPACK_IMPORTED_MODULE_0__["TextEdit"].replace(range, tag.name),
-                        insertTextFormat: vscode_languageserver_types__WEBPACK_IMPORTED_MODULE_0__["InsertTextFormat"].PlainText
-                    });
-                });
-            });
-            return result;
-        }
-        function getLineIndent(offset) {
-            var start = offset;
-            while (start > 0) {
-                var ch = text.charAt(start - 1);
-                if ("\n\r".indexOf(ch) >= 0) {
-                    return text.substring(start, offset);
-                }
-                if (!isWhiteSpace(ch)) {
-                    return null;
-                }
-                start--;
-            }
-            return text.substring(0, offset);
-        }
-        function collectCloseTagSuggestions(afterOpenBracket, inOpenTag, tagNameEnd) {
-            if (tagNameEnd === void 0) { tagNameEnd = offset; }
-            var range = getReplaceRange(afterOpenBracket, tagNameEnd);
-            var closeTag = isFollowedBy(text, tagNameEnd, _htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_2__["ScannerState"].WithinEndTag, _htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_2__["TokenType"].EndTagClose) ? '' : '>';
-            var curr = node;
-            if (inOpenTag) {
-                curr = curr.parent; // don't suggest the own tag, it's not yet open
-            }
-            while (curr) {
-                var tag = curr.tag;
-                if (tag && (!curr.closed || curr.endTagStart && (curr.endTagStart > offset))) {
-                    var item = {
-                        label: '/' + tag,
-                        kind: vscode_languageserver_types__WEBPACK_IMPORTED_MODULE_0__["CompletionItemKind"].Property,
-                        filterText: '/' + tag,
-                        textEdit: vscode_languageserver_types__WEBPACK_IMPORTED_MODULE_0__["TextEdit"].replace(range, '/' + tag + closeTag),
-                        insertTextFormat: vscode_languageserver_types__WEBPACK_IMPORTED_MODULE_0__["InsertTextFormat"].PlainText
-                    };
-                    var startIndent = getLineIndent(curr.start);
-                    var endIndent = getLineIndent(afterOpenBracket - 1);
-                    if (startIndent !== null && endIndent !== null && startIndent !== endIndent) {
-                        var insertText = startIndent + '</' + tag + closeTag;
-                        item.textEdit = vscode_languageserver_types__WEBPACK_IMPORTED_MODULE_0__["TextEdit"].replace(getReplaceRange(afterOpenBracket - 1 - endIndent.length), insertText);
-                        item.filterText = endIndent + '</' + tag;
-                    }
-                    result.items.push(item);
-                    return result;
-                }
-                curr = curr.parent;
-            }
-            if (inOpenTag) {
-                return result;
-            }
-            dataProviders.forEach(function (provider) {
-                provider.provideTags().forEach(function (tag) {
-                    result.items.push({
-                        label: '/' + tag.name,
-                        kind: vscode_languageserver_types__WEBPACK_IMPORTED_MODULE_0__["CompletionItemKind"].Property,
-                        documentation: Object(_languageFacts_dataProvider__WEBPACK_IMPORTED_MODULE_9__["generateDocumentation"])(tag, doesSupportMarkdown),
-                        filterText: '/' + tag + closeTag,
-                        textEdit: vscode_languageserver_types__WEBPACK_IMPORTED_MODULE_0__["TextEdit"].replace(range, '/' + tag + closeTag),
-                        insertTextFormat: vscode_languageserver_types__WEBPACK_IMPORTED_MODULE_0__["InsertTextFormat"].PlainText
-                    });
-                });
-            });
-            return result;
-        }
-        function collectAutoCloseTagSuggestion(tagCloseEnd, tag) {
-            if (settings && settings.hideAutoCompleteProposals) {
-                return result;
-            }
-            if (!Object(_languageFacts_fact__WEBPACK_IMPORTED_MODULE_7__["isVoidElement"])(tag)) {
-                var pos = document.positionAt(tagCloseEnd);
-                result.items.push({
-                    label: '</' + tag + '>',
-                    kind: vscode_languageserver_types__WEBPACK_IMPORTED_MODULE_0__["CompletionItemKind"].Property,
-                    filterText: '</' + tag + '>',
-                    textEdit: vscode_languageserver_types__WEBPACK_IMPORTED_MODULE_0__["TextEdit"].insert(pos, '$0</' + tag + '>'),
-                    insertTextFormat: vscode_languageserver_types__WEBPACK_IMPORTED_MODULE_0__["InsertTextFormat"].Snippet
-                });
-            }
-            return result;
-        }
-        function collectTagSuggestions(tagStart, tagEnd) {
-            collectOpenTagSuggestions(tagStart, tagEnd);
-            collectCloseTagSuggestions(tagStart, true, tagEnd);
-            return result;
-        }
-        function collectAttributeNameSuggestions(nameStart, nameEnd) {
-            if (nameEnd === void 0) { nameEnd = offset; }
-            var replaceEnd = offset;
-            while (replaceEnd < nameEnd && text[replaceEnd] !== '<') { // < is a valid attribute name character, but we rather assume the attribute name ends. See #23236.
-                replaceEnd++;
-            }
-            var range = getReplaceRange(nameStart, replaceEnd);
-            var value = isFollowedBy(text, nameEnd, _htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_2__["ScannerState"].AfterAttributeName, _htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_2__["TokenType"].DelimiterAssign) ? '' : '="$1"';
-            var tag = currentTag.toLowerCase();
-            var seenAttributes = Object.create(null);
-            dataProviders.forEach(function (provider) {
-                provider.provideAttributes(tag).forEach(function (attr) {
-                    if (seenAttributes[attr.name]) {
-                        return;
-                    }
-                    seenAttributes[attr.name] = true;
-                    var codeSnippet = attr.name;
-                    var command;
-                    if (attr.valueSet !== 'v' && value.length) {
-                        codeSnippet = codeSnippet + value;
-                        if (attr.valueSet || attr.name === 'style') {
-                            command = {
-                                title: 'Suggest',
-                                command: 'editor.action.triggerSuggest'
-                            };
-                        }
-                    }
-                    result.items.push({
-                        label: attr.name,
-                        kind: attr.valueSet === 'handler' ? vscode_languageserver_types__WEBPACK_IMPORTED_MODULE_0__["CompletionItemKind"].Function : vscode_languageserver_types__WEBPACK_IMPORTED_MODULE_0__["CompletionItemKind"].Value,
-                        documentation: Object(_languageFacts_dataProvider__WEBPACK_IMPORTED_MODULE_9__["generateDocumentation"])(attr, doesSupportMarkdown),
-                        textEdit: vscode_languageserver_types__WEBPACK_IMPORTED_MODULE_0__["TextEdit"].replace(range, codeSnippet),
-                        insertTextFormat: vscode_languageserver_types__WEBPACK_IMPORTED_MODULE_0__["InsertTextFormat"].Snippet,
-                        command: command
-                    });
-                });
-            });
-            collectDataAttributesSuggestions(range, seenAttributes);
-            return result;
-        }
-        function collectDataAttributesSuggestions(range, seenAttributes) {
-            var dataAttr = 'data-';
-            var dataAttributes = {};
-            dataAttributes[dataAttr] = dataAttr + "$1=\"$2\"";
-            function addNodeDataAttributes(node) {
-                node.attributeNames.forEach(function (attr) {
-                    if (Object(_utils_strings__WEBPACK_IMPORTED_MODULE_5__["startsWith"])(attr, dataAttr) && !dataAttributes[attr] && !seenAttributes[attr]) {
-                        dataAttributes[attr] = attr + '="$1"';
-                    }
-                });
-                node.children.forEach(function (child) { return addNodeDataAttributes(child); });
-            }
-            if (htmlDocument) {
-                htmlDocument.roots.forEach(function (root) { return addNodeDataAttributes(root); });
-            }
-            Object.keys(dataAttributes).forEach(function (attr) { return result.items.push({
-                label: attr,
-                kind: vscode_languageserver_types__WEBPACK_IMPORTED_MODULE_0__["CompletionItemKind"].Value,
-                textEdit: vscode_languageserver_types__WEBPACK_IMPORTED_MODULE_0__["TextEdit"].replace(range, dataAttributes[attr]),
-                insertTextFormat: vscode_languageserver_types__WEBPACK_IMPORTED_MODULE_0__["InsertTextFormat"].Snippet
-            }); });
-        }
-        function collectAttributeValueSuggestions(valueStart, valueEnd) {
-            if (valueEnd === void 0) { valueEnd = offset; }
-            var range;
-            var addQuotes;
-            var valuePrefix;
-            if (offset > valueStart && offset <= valueEnd && isQuote(text[valueStart])) {
-                // inside quoted attribute
-                var valueContentStart = valueStart + 1;
-                var valueContentEnd = valueEnd;
-                // valueEnd points to the char after quote, which encloses the replace range
-                if (valueEnd > valueStart && text[valueEnd - 1] === text[valueStart]) {
-                    valueContentEnd--;
-                }
-                var wsBefore = getWordStart(text, offset, valueContentStart);
-                var wsAfter = getWordEnd(text, offset, valueContentEnd);
-                range = getReplaceRange(wsBefore, wsAfter);
-                valuePrefix = offset >= valueContentStart && offset <= valueContentEnd ? text.substring(valueContentStart, offset) : '';
-                addQuotes = false;
-            }
-            else {
-                range = getReplaceRange(valueStart, valueEnd);
-                valuePrefix = text.substring(valueStart, offset);
-                addQuotes = true;
-            }
-            var tag = currentTag.toLowerCase();
-            var attribute = currentAttributeName.toLowerCase();
-            if (completionParticipants.length > 0) {
-                var fullRange = getReplaceRange(valueStart, valueEnd);
-                for (var _i = 0, completionParticipants_1 = completionParticipants; _i < completionParticipants_1.length; _i++) {
-                    var participant = completionParticipants_1[_i];
-                    if (participant.onHtmlAttributeValue) {
-                        participant.onHtmlAttributeValue({ document: document, position: position, tag: tag, attribute: attribute, value: valuePrefix, range: fullRange });
-                    }
-                }
-            }
-            dataProviders.forEach(function (provider) {
-                provider.provideValues(tag, attribute).forEach(function (value) {
-                    var insertText = addQuotes ? '"' + value.name + '"' : value.name;
-                    result.items.push({
-                        label: value.name,
-                        filterText: insertText,
-                        kind: vscode_languageserver_types__WEBPACK_IMPORTED_MODULE_0__["CompletionItemKind"].Unit,
-                        documentation: Object(_languageFacts_dataProvider__WEBPACK_IMPORTED_MODULE_9__["generateDocumentation"])(value, doesSupportMarkdown),
-                        textEdit: vscode_languageserver_types__WEBPACK_IMPORTED_MODULE_0__["TextEdit"].replace(range, insertText),
-                        insertTextFormat: vscode_languageserver_types__WEBPACK_IMPORTED_MODULE_0__["InsertTextFormat"].PlainText
-                    });
-                });
-            });
-            collectCharacterEntityProposals();
-            return result;
-        }
-        function scanNextForEndPos(nextToken) {
-            if (offset === scanner.getTokenEnd()) {
-                token = scanner.scan();
-                if (token === nextToken && scanner.getTokenOffset() === offset) {
-                    return scanner.getTokenEnd();
-                }
-            }
-            return offset;
-        }
-        function collectInsideContent() {
-            for (var _i = 0, completionParticipants_2 = completionParticipants; _i < completionParticipants_2.length; _i++) {
-                var participant = completionParticipants_2[_i];
-                if (participant.onHtmlContent) {
-                    participant.onHtmlContent({ document: document, position: position });
-                }
-            }
-            return collectCharacterEntityProposals();
-        }
-        function collectCharacterEntityProposals() {
-            // character entities
-            var k = offset - 1;
-            var characterStart = position.character;
-            while (k >= 0 && Object(_utils_strings__WEBPACK_IMPORTED_MODULE_5__["isLetterOrDigit"])(text, k)) {
-                k--;
-                characterStart--;
-            }
-            if (k >= 0 && text[k] === '&') {
-                var range = vscode_languageserver_types__WEBPACK_IMPORTED_MODULE_0__["Range"].create(vscode_languageserver_types__WEBPACK_IMPORTED_MODULE_0__["Position"].create(position.line, characterStart - 1), position);
-                for (var entity in _parser_htmlEntities__WEBPACK_IMPORTED_MODULE_3__["entities"]) {
-                    if (Object(_utils_strings__WEBPACK_IMPORTED_MODULE_5__["endsWith"])(entity, ';')) {
-                        var label = '&' + entity;
-                        result.items.push({
-                            label: label,
-                            kind: vscode_languageserver_types__WEBPACK_IMPORTED_MODULE_0__["CompletionItemKind"].Keyword,
-                            documentation: localize('entity.propose', "Character entity representing '" + _parser_htmlEntities__WEBPACK_IMPORTED_MODULE_3__["entities"][entity] + "'"),
-                            textEdit: vscode_languageserver_types__WEBPACK_IMPORTED_MODULE_0__["TextEdit"].replace(range, label),
-                            insertTextFormat: vscode_languageserver_types__WEBPACK_IMPORTED_MODULE_0__["InsertTextFormat"].PlainText
-                        });
-                    }
-                }
-            }
-            return result;
-        }
-        function suggestDoctype(replaceStart, replaceEnd) {
-            var range = getReplaceRange(replaceStart, replaceEnd);
-            result.items.push({
-                label: '!DOCTYPE',
-                kind: vscode_languageserver_types__WEBPACK_IMPORTED_MODULE_0__["CompletionItemKind"].Property,
-                documentation: 'A preamble for an HTML document.',
-                textEdit: vscode_languageserver_types__WEBPACK_IMPORTED_MODULE_0__["TextEdit"].replace(range, '!DOCTYPE html>'),
-                insertTextFormat: vscode_languageserver_types__WEBPACK_IMPORTED_MODULE_0__["InsertTextFormat"].PlainText
-            });
-        }
-        var token = scanner.scan();
-        while (token !== _htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_2__["TokenType"].EOS && scanner.getTokenOffset() <= offset) {
-            switch (token) {
-                case _htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_2__["TokenType"].StartTagOpen:
-                    if (scanner.getTokenEnd() === offset) {
-                        var endPos = scanNextForEndPos(_htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_2__["TokenType"].StartTag);
-                        if (position.line === 0) {
-                            suggestDoctype(offset, endPos);
-                        }
-                        return collectTagSuggestions(offset, endPos);
-                    }
-                    break;
-                case _htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_2__["TokenType"].StartTag:
-                    if (scanner.getTokenOffset() <= offset && offset <= scanner.getTokenEnd()) {
-                        return collectOpenTagSuggestions(scanner.getTokenOffset(), scanner.getTokenEnd());
-                    }
-                    currentTag = scanner.getTokenText();
-                    break;
-                case _htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_2__["TokenType"].AttributeName:
-                    if (scanner.getTokenOffset() <= offset && offset <= scanner.getTokenEnd()) {
-                        return collectAttributeNameSuggestions(scanner.getTokenOffset(), scanner.getTokenEnd());
-                    }
-                    currentAttributeName = scanner.getTokenText();
-                    break;
-                case _htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_2__["TokenType"].DelimiterAssign:
-                    if (scanner.getTokenEnd() === offset) {
-                        var endPos = scanNextForEndPos(_htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_2__["TokenType"].AttributeValue);
-                        return collectAttributeValueSuggestions(offset, endPos);
-                    }
-                    break;
-                case _htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_2__["TokenType"].AttributeValue:
-                    if (scanner.getTokenOffset() <= offset && offset <= scanner.getTokenEnd()) {
-                        return collectAttributeValueSuggestions(scanner.getTokenOffset(), scanner.getTokenEnd());
-                    }
-                    break;
-                case _htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_2__["TokenType"].Whitespace:
-                    if (offset <= scanner.getTokenEnd()) {
-                        switch (scanner.getScannerState()) {
-                            case _htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_2__["ScannerState"].AfterOpeningStartTag:
-                                var startPos = scanner.getTokenOffset();
-                                var endTagPos = scanNextForEndPos(_htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_2__["TokenType"].StartTag);
-                                return collectTagSuggestions(startPos, endTagPos);
-                            case _htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_2__["ScannerState"].WithinTag:
-                            case _htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_2__["ScannerState"].AfterAttributeName:
-                                return collectAttributeNameSuggestions(scanner.getTokenEnd());
-                            case _htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_2__["ScannerState"].BeforeAttributeValue:
-                                return collectAttributeValueSuggestions(scanner.getTokenEnd());
-                            case _htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_2__["ScannerState"].AfterOpeningEndTag:
-                                return collectCloseTagSuggestions(scanner.getTokenOffset() - 1, false);
-                            case _htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_2__["ScannerState"].WithinContent:
-                                return collectInsideContent();
-                        }
-                    }
-                    break;
-                case _htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_2__["TokenType"].EndTagOpen:
-                    if (offset <= scanner.getTokenEnd()) {
-                        var afterOpenBracket = scanner.getTokenOffset() + 1;
-                        var endOffset = scanNextForEndPos(_htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_2__["TokenType"].EndTag);
-                        return collectCloseTagSuggestions(afterOpenBracket, false, endOffset);
-                    }
-                    break;
-                case _htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_2__["TokenType"].EndTag:
-                    if (offset <= scanner.getTokenEnd()) {
-                        var start = scanner.getTokenOffset() - 1;
-                        while (start >= 0) {
-                            var ch = text.charAt(start);
-                            if (ch === '/') {
-                                return collectCloseTagSuggestions(start, false, scanner.getTokenEnd());
-                            }
-                            else if (!isWhiteSpace(ch)) {
-                                break;
-                            }
-                            start--;
-                        }
-                    }
-                    break;
-                case _htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_2__["TokenType"].StartTagClose:
-                    if (offset <= scanner.getTokenEnd()) {
-                        if (currentTag) {
-                            return collectAutoCloseTagSuggestion(scanner.getTokenEnd(), currentTag);
-                        }
-                    }
-                    break;
-                case _htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_2__["TokenType"].Content:
-                    if (offset <= scanner.getTokenEnd()) {
-                        return collectInsideContent();
-                    }
-                    break;
-                default:
-                    if (offset <= scanner.getTokenEnd()) {
-                        return result;
-                    }
-                    break;
-            }
-            token = scanner.scan();
-        }
-        return result;
-    };
-    HTMLCompletion.prototype.doTagComplete = function (document, position, htmlDocument) {
-        var offset = document.offsetAt(position);
-        if (offset <= 0) {
-            return null;
-        }
-        var char = document.getText().charAt(offset - 1);
-        if (char === '>') {
-            var node = htmlDocument.findNodeBefore(offset);
-            if (node && node.tag && !Object(_languageFacts_fact__WEBPACK_IMPORTED_MODULE_7__["isVoidElement"])(node.tag) && node.start < offset && (!node.endTagStart || node.endTagStart > offset)) {
-                var scanner = Object(_parser_htmlScanner__WEBPACK_IMPORTED_MODULE_1__["createScanner"])(document.getText(), node.start);
-                var token = scanner.scan();
-                while (token !== _htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_2__["TokenType"].EOS && scanner.getTokenEnd() <= offset) {
-                    if (token === _htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_2__["TokenType"].StartTagClose && scanner.getTokenEnd() === offset) {
-                        return "$0</" + node.tag + ">";
-                    }
-                    token = scanner.scan();
-                }
-            }
-        }
-        else if (char === '/') {
-            var node = htmlDocument.findNodeBefore(offset);
-            while (node && node.closed) {
-                node = node.parent;
-            }
-            if (node && node.tag) {
-                var scanner = Object(_parser_htmlScanner__WEBPACK_IMPORTED_MODULE_1__["createScanner"])(document.getText(), node.start);
-                var token = scanner.scan();
-                while (token !== _htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_2__["TokenType"].EOS && scanner.getTokenEnd() <= offset) {
-                    if (token === _htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_2__["TokenType"].EndTagOpen && scanner.getTokenEnd() === offset) {
-                        return node.tag + ">";
-                    }
-                    token = scanner.scan();
-                }
-            }
-        }
-        return null;
-    };
-    HTMLCompletion.prototype.convertCompletionList = function (list) {
-        if (!this.doesSupportMarkdown()) {
-            list.items.forEach(function (item) {
-                if (item.documentation && typeof item.documentation !== 'string') {
-                    item.documentation = {
-                        kind: 'plaintext',
-                        value: item.documentation.value
-                    };
-                }
-            });
-        }
-        return list;
-    };
-    HTMLCompletion.prototype.doesSupportMarkdown = function () {
-        if (!Object(_utils_object__WEBPACK_IMPORTED_MODULE_8__["isDefined"])(this.supportsMarkdown)) {
-            if (!Object(_utils_object__WEBPACK_IMPORTED_MODULE_8__["isDefined"])(this.clientCapabilities)) {
-                this.supportsMarkdown = true;
-                return this.supportsMarkdown;
-            }
-            var hover = this.clientCapabilities && this.clientCapabilities.textDocument && this.clientCapabilities.textDocument.hover;
-            this.supportsMarkdown = hover && hover.contentFormat && Array.isArray(hover.contentFormat) && hover.contentFormat.indexOf(vscode_languageserver_types__WEBPACK_IMPORTED_MODULE_0__["MarkupKind"].Markdown) !== -1;
-        }
-        return this.supportsMarkdown;
-    };
-    return HTMLCompletion;
-}());
-
-function isQuote(s) {
-    return /^["']*$/.test(s);
-}
-function isWhiteSpace(s) {
-    return /^\s*$/.test(s);
-}
-function isFollowedBy(s, offset, intialState, expectedToken) {
-    var scanner = Object(_parser_htmlScanner__WEBPACK_IMPORTED_MODULE_1__["createScanner"])(s, offset, intialState);
-    var token = scanner.scan();
-    while (token === _htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_2__["TokenType"].Whitespace) {
-        token = scanner.scan();
-    }
-    return token === expectedToken;
-}
-function getWordStart(s, offset, limit) {
-    while (offset > limit && !isWhiteSpace(s[offset - 1])) {
-        offset--;
-    }
-    return offset;
-}
-function getWordEnd(s, offset, limit) {
-    while (offset < limit && !isWhiteSpace(s[offset])) {
-        offset++;
-    }
-    return offset;
-}
-
-
-/***/ }),
-/* 118 */
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
-
-"use strict";
-__webpack_require__.r(__webpack_exports__);
-/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "entities", function() { return entities; });
-/*---------------------------------------------------------------------------------------------
- *  Copyright (c) Microsoft Corporation. All rights reserved.
- *  Licensed under the MIT License. See License.txt in the project root for license information.
- *--------------------------------------------------------------------------------------------*/
-/**
- * HTML 5 character entities
- * https://www.w3.org/TR/html5/syntax.html#named-character-references
- */
-var entities = {
-    "Aacute;": "\u00C1",
-    "Aacute": "\u00C1",
-    "aacute;": "\u00E1",
-    "aacute": "\u00E1",
-    "Abreve;": "\u0102",
-    "abreve;": "\u0103",
-    "ac;": "\u223E",
-    "acd;": "\u223F",
-    "acE;": "\u223E\u0333",
-    "Acirc;": "\u00C2",
-    "Acirc": "\u00C2",
-    "acirc;": "\u00E2",
-    "acirc": "\u00E2",
-    "acute;": "\u00B4",
-    "acute": "\u00B4",
-    "Acy;": "\u0410",
-    "acy;": "\u0430",
-    "AElig;": "\u00C6",
-    "AElig": "\u00C6",
-    "aelig;": "\u00E6",
-    "aelig": "\u00E6",
-    "af;": "\u2061",
-    "Afr;": "\uD835\uDD04",
-    "afr;": "\uD835\uDD1E",
-    "Agrave;": "\u00C0",
-    "Agrave": "\u00C0",
-    "agrave;": "\u00E0",
-    "agrave": "\u00E0",
-    "alefsym;": "\u2135",
-    "aleph;": "\u2135",
-    "Alpha;": "\u0391",
-    "alpha;": "\u03B1",
-    "Amacr;": "\u0100",
-    "amacr;": "\u0101",
-    "amalg;": "\u2A3F",
-    "AMP;": "\u0026",
-    "AMP": "\u0026",
-    "amp;": "\u0026",
-    "amp": "\u0026",
-    "And;": "\u2A53",
-    "and;": "\u2227",
-    "andand;": "\u2A55",
-    "andd;": "\u2A5C",
-    "andslope;": "\u2A58",
-    "andv;": "\u2A5A",
-    "ang;": "\u2220",
-    "ange;": "\u29A4",
-    "angle;": "\u2220",
-    "angmsd;": "\u2221",
-    "angmsdaa;": "\u29A8",
-    "angmsdab;": "\u29A9",
-    "angmsdac;": "\u29AA",
-    "angmsdad;": "\u29AB",
-    "angmsdae;": "\u29AC",
-    "angmsdaf;": "\u29AD",
-    "angmsdag;": "\u29AE",
-    "angmsdah;": "\u29AF",
-    "angrt;": "\u221F",
-    "angrtvb;": "\u22BE",
-    "angrtvbd;": "\u299D",
-    "angsph;": "\u2222",
-    "angst;": "\u00C5",
-    "angzarr;": "\u237C",
-    "Aogon;": "\u0104",
-    "aogon;": "\u0105",
-    "Aopf;": "\uD835\uDD38",
-    "aopf;": "\uD835\uDD52",
-    "ap;": "\u2248",
-    "apacir;": "\u2A6F",
-    "apE;": "\u2A70",
-    "ape;": "\u224A",
-    "apid;": "\u224B",
-    "apos;": "\u0027",
-    "ApplyFunction;": "\u2061",
-    "approx;": "\u2248",
-    "approxeq;": "\u224A",
-    "Aring;": "\u00C5",
-    "Aring": "\u00C5",
-    "aring;": "\u00E5",
-    "aring": "\u00E5",
-    "Ascr;": "\uD835\uDC9C",
-    "ascr;": "\uD835\uDCB6",
-    "Assign;": "\u2254",
-    "ast;": "\u002A",
-    "asymp;": "\u2248",
-    "asympeq;": "\u224D",
-    "Atilde;": "\u00C3",
-    "Atilde": "\u00C3",
-    "atilde;": "\u00E3",
-    "atilde": "\u00E3",
-    "Auml;": "\u00C4",
-    "Auml": "\u00C4",
-    "auml;": "\u00E4",
-    "auml": "\u00E4",
-    "awconint;": "\u2233",
-    "awint;": "\u2A11",
-    "backcong;": "\u224C",
-    "backepsilon;": "\u03F6",
-    "backprime;": "\u2035",
-    "backsim;": "\u223D",
-    "backsimeq;": "\u22CD",
-    "Backslash;": "\u2216",
-    "Barv;": "\u2AE7",
-    "barvee;": "\u22BD",
-    "Barwed;": "\u2306",
-    "barwed;": "\u2305",
-    "barwedge;": "\u2305",
-    "bbrk;": "\u23B5",
-    "bbrktbrk;": "\u23B6",
-    "bcong;": "\u224C",
-    "Bcy;": "\u0411",
-    "bcy;": "\u0431",
-    "bdquo;": "\u201E",
-    "becaus;": "\u2235",
-    "Because;": "\u2235",
-    "because;": "\u2235",
-    "bemptyv;": "\u29B0",
-    "bepsi;": "\u03F6",
-    "bernou;": "\u212C",
-    "Bernoullis;": "\u212C",
-    "Beta;": "\u0392",
-    "beta;": "\u03B2",
-    "beth;": "\u2136",
-    "between;": "\u226C",
-    "Bfr;": "\uD835\uDD05",
-    "bfr;": "\uD835\uDD1F",
-    "bigcap;": "\u22C2",
-    "bigcirc;": "\u25EF",
-    "bigcup;": "\u22C3",
-    "bigodot;": "\u2A00",
-    "bigoplus;": "\u2A01",
-    "bigotimes;": "\u2A02",
-    "bigsqcup;": "\u2A06",
-    "bigstar;": "\u2605",
-    "bigtriangledown;": "\u25BD",
-    "bigtriangleup;": "\u25B3",
-    "biguplus;": "\u2A04",
-    "bigvee;": "\u22C1",
-    "bigwedge;": "\u22C0",
-    "bkarow;": "\u290D",
-    "blacklozenge;": "\u29EB",
-    "blacksquare;": "\u25AA",
-    "blacktriangle;": "\u25B4",
-    "blacktriangledown;": "\u25BE",
-    "blacktriangleleft;": "\u25C2",
-    "blacktriangleright;": "\u25B8",
-    "blank;": "\u2423",
-    "blk12;": "\u2592",
-    "blk14;": "\u2591",
-    "blk34;": "\u2593",
-    "block;": "\u2588",
-    "bne;": "\u003D\u20E5",
-    "bnequiv;": "\u2261\u20E5",
-    "bNot;": "\u2AED",
-    "bnot;": "\u2310",
-    "Bopf;": "\uD835\uDD39",
-    "bopf;": "\uD835\uDD53",
-    "bot;": "\u22A5",
-    "bottom;": "\u22A5",
-    "bowtie;": "\u22C8",
-    "boxbox;": "\u29C9",
-    "boxDL;": "\u2557",
-    "boxDl;": "\u2556",
-    "boxdL;": "\u2555",
-    "boxdl;": "\u2510",
-    "boxDR;": "\u2554",
-    "boxDr;": "\u2553",
-    "boxdR;": "\u2552",
-    "boxdr;": "\u250C",
-    "boxH;": "\u2550",
-    "boxh;": "\u2500",
-    "boxHD;": "\u2566",
-    "boxHd;": "\u2564",
-    "boxhD;": "\u2565",
-    "boxhd;": "\u252C",
-    "boxHU;": "\u2569",
-    "boxHu;": "\u2567",
-    "boxhU;": "\u2568",
-    "boxhu;": "\u2534",
-    "boxminus;": "\u229F",
-    "boxplus;": "\u229E",
-    "boxtimes;": "\u22A0",
-    "boxUL;": "\u255D",
-    "boxUl;": "\u255C",
-    "boxuL;": "\u255B",
-    "boxul;": "\u2518",
-    "boxUR;": "\u255A",
-    "boxUr;": "\u2559",
-    "boxuR;": "\u2558",
-    "boxur;": "\u2514",
-    "boxV;": "\u2551",
-    "boxv;": "\u2502",
-    "boxVH;": "\u256C",
-    "boxVh;": "\u256B",
-    "boxvH;": "\u256A",
-    "boxvh;": "\u253C",
-    "boxVL;": "\u2563",
-    "boxVl;": "\u2562",
-    "boxvL;": "\u2561",
-    "boxvl;": "\u2524",
-    "boxVR;": "\u2560",
-    "boxVr;": "\u255F",
-    "boxvR;": "\u255E",
-    "boxvr;": "\u251C",
-    "bprime;": "\u2035",
-    "Breve;": "\u02D8",
-    "breve;": "\u02D8",
-    "brvbar;": "\u00A6",
-    "brvbar": "\u00A6",
-    "Bscr;": "\u212C",
-    "bscr;": "\uD835\uDCB7",
-    "bsemi;": "\u204F",
-    "bsim;": "\u223D",
-    "bsime;": "\u22CD",
-    "bsol;": "\u005C",
-    "bsolb;": "\u29C5",
-    "bsolhsub;": "\u27C8",
-    "bull;": "\u2022",
-    "bullet;": "\u2022",
-    "bump;": "\u224E",
-    "bumpE;": "\u2AAE",
-    "bumpe;": "\u224F",
-    "Bumpeq;": "\u224E",
-    "bumpeq;": "\u224F",
-    "Cacute;": "\u0106",
-    "cacute;": "\u0107",
-    "Cap;": "\u22D2",
-    "cap;": "\u2229",
-    "capand;": "\u2A44",
-    "capbrcup;": "\u2A49",
-    "capcap;": "\u2A4B",
-    "capcup;": "\u2A47",
-    "capdot;": "\u2A40",
-    "CapitalDifferentialD;": "\u2145",
-    "caps;": "\u2229\uFE00",
-    "caret;": "\u2041",
-    "caron;": "\u02C7",
-    "Cayleys;": "\u212D",
-    "ccaps;": "\u2A4D",
-    "Ccaron;": "\u010C",
-    "ccaron;": "\u010D",
-    "Ccedil;": "\u00C7",
-    "Ccedil": "\u00C7",
-    "ccedil;": "\u00E7",
-    "ccedil": "\u00E7",
-    "Ccirc;": "\u0108",
-    "ccirc;": "\u0109",
-    "Cconint;": "\u2230",
-    "ccups;": "\u2A4C",
-    "ccupssm;": "\u2A50",
-    "Cdot;": "\u010A",
-    "cdot;": "\u010B",
-    "cedil;": "\u00B8",
-    "cedil": "\u00B8",
-    "Cedilla;": "\u00B8",
-    "cemptyv;": "\u29B2",
-    "cent;": "\u00A2",
-    "cent": "\u00A2",
-    "CenterDot;": "\u00B7",
-    "centerdot;": "\u00B7",
-    "Cfr;": "\u212D",
-    "cfr;": "\uD835\uDD20",
-    "CHcy;": "\u0427",
-    "chcy;": "\u0447",
-    "check;": "\u2713",
-    "checkmark;": "\u2713",
-    "Chi;": "\u03A7",
-    "chi;": "\u03C7",
-    "cir;": "\u25CB",
-    "circ;": "\u02C6",
-    "circeq;": "\u2257",
-    "circlearrowleft;": "\u21BA",
-    "circlearrowright;": "\u21BB",
-    "circledast;": "\u229B",
-    "circledcirc;": "\u229A",
-    "circleddash;": "\u229D",
-    "CircleDot;": "\u2299",
-    "circledR;": "\u00AE",
-    "circledS;": "\u24C8",
-    "CircleMinus;": "\u2296",
-    "CirclePlus;": "\u2295",
-    "CircleTimes;": "\u2297",
-    "cirE;": "\u29C3",
-    "cire;": "\u2257",
-    "cirfnint;": "\u2A10",
-    "cirmid;": "\u2AEF",
-    "cirscir;": "\u29C2",
-    "ClockwiseContourIntegral;": "\u2232",
-    "CloseCurlyDoubleQuote;": "\u201D",
-    "CloseCurlyQuote;": "\u2019",
-    "clubs;": "\u2663",
-    "clubsuit;": "\u2663",
-    "Colon;": "\u2237",
-    "colon;": "\u003A",
-    "Colone;": "\u2A74",
-    "colone;": "\u2254",
-    "coloneq;": "\u2254",
-    "comma;": "\u002C",
-    "commat;": "\u0040",
-    "comp;": "\u2201",
-    "compfn;": "\u2218",
-    "complement;": "\u2201",
-    "complexes;": "\u2102",
-    "cong;": "\u2245",
-    "congdot;": "\u2A6D",
-    "Congruent;": "\u2261",
-    "Conint;": "\u222F",
-    "conint;": "\u222E",
-    "ContourIntegral;": "\u222E",
-    "Copf;": "\u2102",
-    "copf;": "\uD835\uDD54",
-    "coprod;": "\u2210",
-    "Coproduct;": "\u2210",
-    "COPY;": "\u00A9",
-    "COPY": "\u00A9",
-    "copy;": "\u00A9",
-    "copy": "\u00A9",
-    "copysr;": "\u2117",
-    "CounterClockwiseContourIntegral;": "\u2233",
-    "crarr;": "\u21B5",
-    "Cross;": "\u2A2F",
-    "cross;": "\u2717",
-    "Cscr;": "\uD835\uDC9E",
-    "cscr;": "\uD835\uDCB8",
-    "csub;": "\u2ACF",
-    "csube;": "\u2AD1",
-    "csup;": "\u2AD0",
-    "csupe;": "\u2AD2",
-    "ctdot;": "\u22EF",
-    "cudarrl;": "\u2938",
-    "cudarrr;": "\u2935",
-    "cuepr;": "\u22DE",
-    "cuesc;": "\u22DF",
-    "cularr;": "\u21B6",
-    "cularrp;": "\u293D",
-    "Cup;": "\u22D3",
-    "cup;": "\u222A",
-    "cupbrcap;": "\u2A48",
-    "CupCap;": "\u224D",
-    "cupcap;": "\u2A46",
-    "cupcup;": "\u2A4A",
-    "cupdot;": "\u228D",
-    "cupor;": "\u2A45",
-    "cups;": "\u222A\uFE00",
-    "curarr;": "\u21B7",
-    "curarrm;": "\u293C",
-    "curlyeqprec;": "\u22DE",
-    "curlyeqsucc;": "\u22DF",
-    "curlyvee;": "\u22CE",
-    "curlywedge;": "\u22CF",
-    "curren;": "\u00A4",
-    "curren": "\u00A4",
-    "curvearrowleft;": "\u21B6",
-    "curvearrowright;": "\u21B7",
-    "cuvee;": "\u22CE",
-    "cuwed;": "\u22CF",
-    "cwconint;": "\u2232",
-    "cwint;": "\u2231",
-    "cylcty;": "\u232D",
-    "Dagger;": "\u2021",
-    "dagger;": "\u2020",
-    "daleth;": "\u2138",
-    "Darr;": "\u21A1",
-    "dArr;": "\u21D3",
-    "darr;": "\u2193",
-    "dash;": "\u2010",
-    "Dashv;": "\u2AE4",
-    "dashv;": "\u22A3",
-    "dbkarow;": "\u290F",
-    "dblac;": "\u02DD",
-    "Dcaron;": "\u010E",
-    "dcaron;": "\u010F",
-    "Dcy;": "\u0414",
-    "dcy;": "\u0434",
-    "DD;": "\u2145",
-    "dd;": "\u2146",
-    "ddagger;": "\u2021",
-    "ddarr;": "\u21CA",
-    "DDotrahd;": "\u2911",
-    "ddotseq;": "\u2A77",
-    "deg;": "\u00B0",
-    "deg": "\u00B0",
-    "Del;": "\u2207",
-    "Delta;": "\u0394",
-    "delta;": "\u03B4",
-    "demptyv;": "\u29B1",
-    "dfisht;": "\u297F",
-    "Dfr;": "\uD835\uDD07",
-    "dfr;": "\uD835\uDD21",
-    "dHar;": "\u2965",
-    "dharl;": "\u21C3",
-    "dharr;": "\u21C2",
-    "DiacriticalAcute;": "\u00B4",
-    "DiacriticalDot;": "\u02D9",
-    "DiacriticalDoubleAcute;": "\u02DD",
-    "DiacriticalGrave;": "\u0060",
-    "DiacriticalTilde;": "\u02DC",
-    "diam;": "\u22C4",
-    "Diamond;": "\u22C4",
-    "diamond;": "\u22C4",
-    "diamondsuit;": "\u2666",
-    "diams;": "\u2666",
-    "die;": "\u00A8",
-    "DifferentialD;": "\u2146",
-    "digamma;": "\u03DD",
-    "disin;": "\u22F2",
-    "div;": "\u00F7",
-    "divide;": "\u00F7",
-    "divide": "\u00F7",
-    "divideontimes;": "\u22C7",
-    "divonx;": "\u22C7",
-    "DJcy;": "\u0402",
-    "djcy;": "\u0452",
-    "dlcorn;": "\u231E",
-    "dlcrop;": "\u230D",
-    "dollar;": "\u0024",
-    "Dopf;": "\uD835\uDD3B",
-    "dopf;": "\uD835\uDD55",
-    "Dot;": "\u00A8",
-    "dot;": "\u02D9",
-    "DotDot;": "\u20DC",
-    "doteq;": "\u2250",
-    "doteqdot;": "\u2251",
-    "DotEqual;": "\u2250",
-    "dotminus;": "\u2238",
-    "dotplus;": "\u2214",
-    "dotsquare;": "\u22A1",
-    "doublebarwedge;": "\u2306",
-    "DoubleContourIntegral;": "\u222F",
-    "DoubleDot;": "\u00A8",
-    "DoubleDownArrow;": "\u21D3",
-    "DoubleLeftArrow;": "\u21D0",
-    "DoubleLeftRightArrow;": "\u21D4",
-    "DoubleLeftTee;": "\u2AE4",
-    "DoubleLongLeftArrow;": "\u27F8",
-    "DoubleLongLeftRightArrow;": "\u27FA",
-    "DoubleLongRightArrow;": "\u27F9",
-    "DoubleRightArrow;": "\u21D2",
-    "DoubleRightTee;": "\u22A8",
-    "DoubleUpArrow;": "\u21D1",
-    "DoubleUpDownArrow;": "\u21D5",
-    "DoubleVerticalBar;": "\u2225",
-    "DownArrow;": "\u2193",
-    "Downarrow;": "\u21D3",
-    "downarrow;": "\u2193",
-    "DownArrowBar;": "\u2913",
-    "DownArrowUpArrow;": "\u21F5",
-    "DownBreve;": "\u0311",
-    "downdownarrows;": "\u21CA",
-    "downharpoonleft;": "\u21C3",
-    "downharpoonright;": "\u21C2",
-    "DownLeftRightVector;": "\u2950",
-    "DownLeftTeeVector;": "\u295E",
-    "DownLeftVector;": "\u21BD",
-    "DownLeftVectorBar;": "\u2956",
-    "DownRightTeeVector;": "\u295F",
-    "DownRightVector;": "\u21C1",
-    "DownRightVectorBar;": "\u2957",
-    "DownTee;": "\u22A4",
-    "DownTeeArrow;": "\u21A7",
-    "drbkarow;": "\u2910",
-    "drcorn;": "\u231F",
-    "drcrop;": "\u230C",
-    "Dscr;": "\uD835\uDC9F",
-    "dscr;": "\uD835\uDCB9",
-    "DScy;": "\u0405",
-    "dscy;": "\u0455",
-    "dsol;": "\u29F6",
-    "Dstrok;": "\u0110",
-    "dstrok;": "\u0111",
-    "dtdot;": "\u22F1",
-    "dtri;": "\u25BF",
-    "dtrif;": "\u25BE",
-    "duarr;": "\u21F5",
-    "duhar;": "\u296F",
-    "dwangle;": "\u29A6",
-    "DZcy;": "\u040F",
-    "dzcy;": "\u045F",
-    "dzigrarr;": "\u27FF",
-    "Eacute;": "\u00C9",
-    "Eacute": "\u00C9",
-    "eacute;": "\u00E9",
-    "eacute": "\u00E9",
-    "easter;": "\u2A6E",
-    "Ecaron;": "\u011A",
-    "ecaron;": "\u011B",
-    "ecir;": "\u2256",
-    "Ecirc;": "\u00CA",
-    "Ecirc": "\u00CA",
-    "ecirc;": "\u00EA",
-    "ecirc": "\u00EA",
-    "ecolon;": "\u2255",
-    "Ecy;": "\u042D",
-    "ecy;": "\u044D",
-    "eDDot;": "\u2A77",
-    "Edot;": "\u0116",
-    "eDot;": "\u2251",
-    "edot;": "\u0117",
-    "ee;": "\u2147",
-    "efDot;": "\u2252",
-    "Efr;": "\uD835\uDD08",
-    "efr;": "\uD835\uDD22",
-    "eg;": "\u2A9A",
-    "Egrave;": "\u00C8",
-    "Egrave": "\u00C8",
-    "egrave;": "\u00E8",
-    "egrave": "\u00E8",
-    "egs;": "\u2A96",
-    "egsdot;": "\u2A98",
-    "el;": "\u2A99",
-    "Element;": "\u2208",
-    "elinters;": "\u23E7",
-    "ell;": "\u2113",
-    "els;": "\u2A95",
-    "elsdot;": "\u2A97",
-    "Emacr;": "\u0112",
-    "emacr;": "\u0113",
-    "empty;": "\u2205",
-    "emptyset;": "\u2205",
-    "EmptySmallSquare;": "\u25FB",
-    "emptyv;": "\u2205",
-    "EmptyVerySmallSquare;": "\u25AB",
-    "emsp;": "\u2003",
-    "emsp13;": "\u2004",
-    "emsp14;": "\u2005",
-    "ENG;": "\u014A",
-    "eng;": "\u014B",
-    "ensp;": "\u2002",
-    "Eogon;": "\u0118",
-    "eogon;": "\u0119",
-    "Eopf;": "\uD835\uDD3C",
-    "eopf;": "\uD835\uDD56",
-    "epar;": "\u22D5",
-    "eparsl;": "\u29E3",
-    "eplus;": "\u2A71",
-    "epsi;": "\u03B5",
-    "Epsilon;": "\u0395",
-    "epsilon;": "\u03B5",
-    "epsiv;": "\u03F5",
-    "eqcirc;": "\u2256",
-    "eqcolon;": "\u2255",
-    "eqsim;": "\u2242",
-    "eqslantgtr;": "\u2A96",
-    "eqslantless;": "\u2A95",
-    "Equal;": "\u2A75",
-    "equals;": "\u003D",
-    "EqualTilde;": "\u2242",
-    "equest;": "\u225F",
-    "Equilibrium;": "\u21CC",
-    "equiv;": "\u2261",
-    "equivDD;": "\u2A78",
-    "eqvparsl;": "\u29E5",
-    "erarr;": "\u2971",
-    "erDot;": "\u2253",
-    "Escr;": "\u2130",
-    "escr;": "\u212F",
-    "esdot;": "\u2250",
-    "Esim;": "\u2A73",
-    "esim;": "\u2242",
-    "Eta;": "\u0397",
-    "eta;": "\u03B7",
-    "ETH;": "\u00D0",
-    "ETH": "\u00D0",
-    "eth;": "\u00F0",
-    "eth": "\u00F0",
-    "Euml;": "\u00CB",
-    "Euml": "\u00CB",
-    "euml;": "\u00EB",
-    "euml": "\u00EB",
-    "euro;": "\u20AC",
-    "excl;": "\u0021",
-    "exist;": "\u2203",
-    "Exists;": "\u2203",
-    "expectation;": "\u2130",
-    "ExponentialE;": "\u2147",
-    "exponentiale;": "\u2147",
-    "fallingdotseq;": "\u2252",
-    "Fcy;": "\u0424",
-    "fcy;": "\u0444",
-    "female;": "\u2640",
-    "ffilig;": "\uFB03",
-    "fflig;": "\uFB00",
-    "ffllig;": "\uFB04",
-    "Ffr;": "\uD835\uDD09",
-    "ffr;": "\uD835\uDD23",
-    "filig;": "\uFB01",
-    "FilledSmallSquare;": "\u25FC",
-    "FilledVerySmallSquare;": "\u25AA",
-    "fjlig;": "\u0066\u006A",
-    "flat;": "\u266D",
-    "fllig;": "\uFB02",
-    "fltns;": "\u25B1",
-    "fnof;": "\u0192",
-    "Fopf;": "\uD835\uDD3D",
-    "fopf;": "\uD835\uDD57",
-    "ForAll;": "\u2200",
-    "forall;": "\u2200",
-    "fork;": "\u22D4",
-    "forkv;": "\u2AD9",
-    "Fouriertrf;": "\u2131",
-    "fpartint;": "\u2A0D",
-    "frac12;": "\u00BD",
-    "frac12": "\u00BD",
-    "frac13;": "\u2153",
-    "frac14;": "\u00BC",
-    "frac14": "\u00BC",
-    "frac15;": "\u2155",
-    "frac16;": "\u2159",
-    "frac18;": "\u215B",
-    "frac23;": "\u2154",
-    "frac25;": "\u2156",
-    "frac34;": "\u00BE",
-    "frac34": "\u00BE",
-    "frac35;": "\u2157",
-    "frac38;": "\u215C",
-    "frac45;": "\u2158",
-    "frac56;": "\u215A",
-    "frac58;": "\u215D",
-    "frac78;": "\u215E",
-    "frasl;": "\u2044",
-    "frown;": "\u2322",
-    "Fscr;": "\u2131",
-    "fscr;": "\uD835\uDCBB",
-    "gacute;": "\u01F5",
-    "Gamma;": "\u0393",
-    "gamma;": "\u03B3",
-    "Gammad;": "\u03DC",
-    "gammad;": "\u03DD",
-    "gap;": "\u2A86",
-    "Gbreve;": "\u011E",
-    "gbreve;": "\u011F",
-    "Gcedil;": "\u0122",
-    "Gcirc;": "\u011C",
-    "gcirc;": "\u011D",
-    "Gcy;": "\u0413",
-    "gcy;": "\u0433",
-    "Gdot;": "\u0120",
-    "gdot;": "\u0121",
-    "gE;": "\u2267",
-    "ge;": "\u2265",
-    "gEl;": "\u2A8C",
-    "gel;": "\u22DB",
-    "geq;": "\u2265",
-    "geqq;": "\u2267",
-    "geqslant;": "\u2A7E",
-    "ges;": "\u2A7E",
-    "gescc;": "\u2AA9",
-    "gesdot;": "\u2A80",
-    "gesdoto;": "\u2A82",
-    "gesdotol;": "\u2A84",
-    "gesl;": "\u22DB\uFE00",
-    "gesles;": "\u2A94",
-    "Gfr;": "\uD835\uDD0A",
-    "gfr;": "\uD835\uDD24",
-    "Gg;": "\u22D9",
-    "gg;": "\u226B",
-    "ggg;": "\u22D9",
-    "gimel;": "\u2137",
-    "GJcy;": "\u0403",
-    "gjcy;": "\u0453",
-    "gl;": "\u2277",
-    "gla;": "\u2AA5",
-    "glE;": "\u2A92",
-    "glj;": "\u2AA4",
-    "gnap;": "\u2A8A",
-    "gnapprox;": "\u2A8A",
-    "gnE;": "\u2269",
-    "gne;": "\u2A88",
-    "gneq;": "\u2A88",
-    "gneqq;": "\u2269",
-    "gnsim;": "\u22E7",
-    "Gopf;": "\uD835\uDD3E",
-    "gopf;": "\uD835\uDD58",
-    "grave;": "\u0060",
-    "GreaterEqual;": "\u2265",
-    "GreaterEqualLess;": "\u22DB",
-    "GreaterFullEqual;": "\u2267",
-    "GreaterGreater;": "\u2AA2",
-    "GreaterLess;": "\u2277",
-    "GreaterSlantEqual;": "\u2A7E",
-    "GreaterTilde;": "\u2273",
-    "Gscr;": "\uD835\uDCA2",
-    "gscr;": "\u210A",
-    "gsim;": "\u2273",
-    "gsime;": "\u2A8E",
-    "gsiml;": "\u2A90",
-    "GT;": "\u003E",
-    "GT": "\u003E",
-    "Gt;": "\u226B",
-    "gt;": "\u003E",
-    "gt": "\u003E",
-    "gtcc;": "\u2AA7",
-    "gtcir;": "\u2A7A",
-    "gtdot;": "\u22D7",
-    "gtlPar;": "\u2995",
-    "gtquest;": "\u2A7C",
-    "gtrapprox;": "\u2A86",
-    "gtrarr;": "\u2978",
-    "gtrdot;": "\u22D7",
-    "gtreqless;": "\u22DB",
-    "gtreqqless;": "\u2A8C",
-    "gtrless;": "\u2277",
-    "gtrsim;": "\u2273",
-    "gvertneqq;": "\u2269\uFE00",
-    "gvnE;": "\u2269\uFE00",
-    "Hacek;": "\u02C7",
-    "hairsp;": "\u200A",
-    "half;": "\u00BD",
-    "hamilt;": "\u210B",
-    "HARDcy;": "\u042A",
-    "hardcy;": "\u044A",
-    "hArr;": "\u21D4",
-    "harr;": "\u2194",
-    "harrcir;": "\u2948",
-    "harrw;": "\u21AD",
-    "Hat;": "\u005E",
-    "hbar;": "\u210F",
-    "Hcirc;": "\u0124",
-    "hcirc;": "\u0125",
-    "hearts;": "\u2665",
-    "heartsuit;": "\u2665",
-    "hellip;": "\u2026",
-    "hercon;": "\u22B9",
-    "Hfr;": "\u210C",
-    "hfr;": "\uD835\uDD25",
-    "HilbertSpace;": "\u210B",
-    "hksearow;": "\u2925",
-    "hkswarow;": "\u2926",
-    "hoarr;": "\u21FF",
-    "homtht;": "\u223B",
-    "hookleftarrow;": "\u21A9",
-    "hookrightarrow;": "\u21AA",
-    "Hopf;": "\u210D",
-    "hopf;": "\uD835\uDD59",
-    "horbar;": "\u2015",
-    "HorizontalLine;": "\u2500",
-    "Hscr;": "\u210B",
-    "hscr;": "\uD835\uDCBD",
-    "hslash;": "\u210F",
-    "Hstrok;": "\u0126",
-    "hstrok;": "\u0127",
-    "HumpDownHump;": "\u224E",
-    "HumpEqual;": "\u224F",
-    "hybull;": "\u2043",
-    "hyphen;": "\u2010",
-    "Iacute;": "\u00CD",
-    "Iacute": "\u00CD",
-    "iacute;": "\u00ED",
-    "iacute": "\u00ED",
-    "ic;": "\u2063",
-    "Icirc;": "\u00CE",
-    "Icirc": "\u00CE",
-    "icirc;": "\u00EE",
-    "icirc": "\u00EE",
-    "Icy;": "\u0418",
-    "icy;": "\u0438",
-    "Idot;": "\u0130",
-    "IEcy;": "\u0415",
-    "iecy;": "\u0435",
-    "iexcl;": "\u00A1",
-    "iexcl": "\u00A1",
-    "iff;": "\u21D4",
-    "Ifr;": "\u2111",
-    "ifr;": "\uD835\uDD26",
-    "Igrave;": "\u00CC",
-    "Igrave": "\u00CC",
-    "igrave;": "\u00EC",
-    "igrave": "\u00EC",
-    "ii;": "\u2148",
-    "iiiint;": "\u2A0C",
-    "iiint;": "\u222D",
-    "iinfin;": "\u29DC",
-    "iiota;": "\u2129",
-    "IJlig;": "\u0132",
-    "ijlig;": "\u0133",
-    "Im;": "\u2111",
-    "Imacr;": "\u012A",
-    "imacr;": "\u012B",
-    "image;": "\u2111",
-    "ImaginaryI;": "\u2148",
-    "imagline;": "\u2110",
-    "imagpart;": "\u2111",
-    "imath;": "\u0131",
-    "imof;": "\u22B7",
-    "imped;": "\u01B5",
-    "Implies;": "\u21D2",
-    "in;": "\u2208",
-    "incare;": "\u2105",
-    "infin;": "\u221E",
-    "infintie;": "\u29DD",
-    "inodot;": "\u0131",
-    "Int;": "\u222C",
-    "int;": "\u222B",
-    "intcal;": "\u22BA",
-    "integers;": "\u2124",
-    "Integral;": "\u222B",
-    "intercal;": "\u22BA",
-    "Intersection;": "\u22C2",
-    "intlarhk;": "\u2A17",
-    "intprod;": "\u2A3C",
-    "InvisibleComma;": "\u2063",
-    "InvisibleTimes;": "\u2062",
-    "IOcy;": "\u0401",
-    "iocy;": "\u0451",
-    "Iogon;": "\u012E",
-    "iogon;": "\u012F",
-    "Iopf;": "\uD835\uDD40",
-    "iopf;": "\uD835\uDD5A",
-    "Iota;": "\u0399",
-    "iota;": "\u03B9",
-    "iprod;": "\u2A3C",
-    "iquest;": "\u00BF",
-    "iquest": "\u00BF",
-    "Iscr;": "\u2110",
-    "iscr;": "\uD835\uDCBE",
-    "isin;": "\u2208",
-    "isindot;": "\u22F5",
-    "isinE;": "\u22F9",
-    "isins;": "\u22F4",
-    "isinsv;": "\u22F3",
-    "isinv;": "\u2208",
-    "it;": "\u2062",
-    "Itilde;": "\u0128",
-    "itilde;": "\u0129",
-    "Iukcy;": "\u0406",
-    "iukcy;": "\u0456",
-    "Iuml;": "\u00CF",
-    "Iuml": "\u00CF",
-    "iuml;": "\u00EF",
-    "iuml": "\u00EF",
-    "Jcirc;": "\u0134",
-    "jcirc;": "\u0135",
-    "Jcy;": "\u0419",
-    "jcy;": "\u0439",
-    "Jfr;": "\uD835\uDD0D",
-    "jfr;": "\uD835\uDD27",
-    "jmath;": "\u0237",
-    "Jopf;": "\uD835\uDD41",
-    "jopf;": "\uD835\uDD5B",
-    "Jscr;": "\uD835\uDCA5",
-    "jscr;": "\uD835\uDCBF",
-    "Jsercy;": "\u0408",
-    "jsercy;": "\u0458",
-    "Jukcy;": "\u0404",
-    "jukcy;": "\u0454",
-    "Kappa;": "\u039A",
-    "kappa;": "\u03BA",
-    "kappav;": "\u03F0",
-    "Kcedil;": "\u0136",
-    "kcedil;": "\u0137",
-    "Kcy;": "\u041A",
-    "kcy;": "\u043A",
-    "Kfr;": "\uD835\uDD0E",
-    "kfr;": "\uD835\uDD28",
-    "kgreen;": "\u0138",
-    "KHcy;": "\u0425",
-    "khcy;": "\u0445",
-    "KJcy;": "\u040C",
-    "kjcy;": "\u045C",
-    "Kopf;": "\uD835\uDD42",
-    "kopf;": "\uD835\uDD5C",
-    "Kscr;": "\uD835\uDCA6",
-    "kscr;": "\uD835\uDCC0",
-    "lAarr;": "\u21DA",
-    "Lacute;": "\u0139",
-    "lacute;": "\u013A",
-    "laemptyv;": "\u29B4",
-    "lagran;": "\u2112",
-    "Lambda;": "\u039B",
-    "lambda;": "\u03BB",
-    "Lang;": "\u27EA",
-    "lang;": "\u27E8",
-    "langd;": "\u2991",
-    "langle;": "\u27E8",
-    "lap;": "\u2A85",
-    "Laplacetrf;": "\u2112",
-    "laquo;": "\u00AB",
-    "laquo": "\u00AB",
-    "Larr;": "\u219E",
-    "lArr;": "\u21D0",
-    "larr;": "\u2190",
-    "larrb;": "\u21E4",
-    "larrbfs;": "\u291F",
-    "larrfs;": "\u291D",
-    "larrhk;": "\u21A9",
-    "larrlp;": "\u21AB",
-    "larrpl;": "\u2939",
-    "larrsim;": "\u2973",
-    "larrtl;": "\u21A2",
-    "lat;": "\u2AAB",
-    "lAtail;": "\u291B",
-    "latail;": "\u2919",
-    "late;": "\u2AAD",
-    "lates;": "\u2AAD\uFE00",
-    "lBarr;": "\u290E",
-    "lbarr;": "\u290C",
-    "lbbrk;": "\u2772",
-    "lbrace;": "\u007B",
-    "lbrack;": "\u005B",
-    "lbrke;": "\u298B",
-    "lbrksld;": "\u298F",
-    "lbrkslu;": "\u298D",
-    "Lcaron;": "\u013D",
-    "lcaron;": "\u013E",
-    "Lcedil;": "\u013B",
-    "lcedil;": "\u013C",
-    "lceil;": "\u2308",
-    "lcub;": "\u007B",
-    "Lcy;": "\u041B",
-    "lcy;": "\u043B",
-    "ldca;": "\u2936",
-    "ldquo;": "\u201C",
-    "ldquor;": "\u201E",
-    "ldrdhar;": "\u2967",
-    "ldrushar;": "\u294B",
-    "ldsh;": "\u21B2",
-    "lE;": "\u2266",
-    "le;": "\u2264",
-    "LeftAngleBracket;": "\u27E8",
-    "LeftArrow;": "\u2190",
-    "Leftarrow;": "\u21D0",
-    "leftarrow;": "\u2190",
-    "LeftArrowBar;": "\u21E4",
-    "LeftArrowRightArrow;": "\u21C6",
-    "leftarrowtail;": "\u21A2",
-    "LeftCeiling;": "\u2308",
-    "LeftDoubleBracket;": "\u27E6",
-    "LeftDownTeeVector;": "\u2961",
-    "LeftDownVector;": "\u21C3",
-    "LeftDownVectorBar;": "\u2959",
-    "LeftFloor;": "\u230A",
-    "leftharpoondown;": "\u21BD",
-    "leftharpoonup;": "\u21BC",
-    "leftleftarrows;": "\u21C7",
-    "LeftRightArrow;": "\u2194",
-    "Leftrightarrow;": "\u21D4",
-    "leftrightarrow;": "\u2194",
-    "leftrightarrows;": "\u21C6",
-    "leftrightharpoons;": "\u21CB",
-    "leftrightsquigarrow;": "\u21AD",
-    "LeftRightVector;": "\u294E",
-    "LeftTee;": "\u22A3",
-    "LeftTeeArrow;": "\u21A4",
-    "LeftTeeVector;": "\u295A",
-    "leftthreetimes;": "\u22CB",
-    "LeftTriangle;": "\u22B2",
-    "LeftTriangleBar;": "\u29CF",
-    "LeftTriangleEqual;": "\u22B4",
-    "LeftUpDownVector;": "\u2951",
-    "LeftUpTeeVector;": "\u2960",
-    "LeftUpVector;": "\u21BF",
-    "LeftUpVectorBar;": "\u2958",
-    "LeftVector;": "\u21BC",
-    "LeftVectorBar;": "\u2952",
-    "lEg;": "\u2A8B",
-    "leg;": "\u22DA",
-    "leq;": "\u2264",
-    "leqq;": "\u2266",
-    "leqslant;": "\u2A7D",
-    "les;": "\u2A7D",
-    "lescc;": "\u2AA8",
-    "lesdot;": "\u2A7F",
-    "lesdoto;": "\u2A81",
-    "lesdotor;": "\u2A83",
-    "lesg;": "\u22DA\uFE00",
-    "lesges;": "\u2A93",
-    "lessapprox;": "\u2A85",
-    "lessdot;": "\u22D6",
-    "lesseqgtr;": "\u22DA",
-    "lesseqqgtr;": "\u2A8B",
-    "LessEqualGreater;": "\u22DA",
-    "LessFullEqual;": "\u2266",
-    "LessGreater;": "\u2276",
-    "lessgtr;": "\u2276",
-    "LessLess;": "\u2AA1",
-    "lesssim;": "\u2272",
-    "LessSlantEqual;": "\u2A7D",
-    "LessTilde;": "\u2272",
-    "lfisht;": "\u297C",
-    "lfloor;": "\u230A",
-    "Lfr;": "\uD835\uDD0F",
-    "lfr;": "\uD835\uDD29",
-    "lg;": "\u2276",
-    "lgE;": "\u2A91",
-    "lHar;": "\u2962",
-    "lhard;": "\u21BD",
-    "lharu;": "\u21BC",
-    "lharul;": "\u296A",
-    "lhblk;": "\u2584",
-    "LJcy;": "\u0409",
-    "ljcy;": "\u0459",
-    "Ll;": "\u22D8",
-    "ll;": "\u226A",
-    "llarr;": "\u21C7",
-    "llcorner;": "\u231E",
-    "Lleftarrow;": "\u21DA",
-    "llhard;": "\u296B",
-    "lltri;": "\u25FA",
-    "Lmidot;": "\u013F",
-    "lmidot;": "\u0140",
-    "lmoust;": "\u23B0",
-    "lmoustache;": "\u23B0",
-    "lnap;": "\u2A89",
-    "lnapprox;": "\u2A89",
-    "lnE;": "\u2268",
-    "lne;": "\u2A87",
-    "lneq;": "\u2A87",
-    "lneqq;": "\u2268",
-    "lnsim;": "\u22E6",
-    "loang;": "\u27EC",
-    "loarr;": "\u21FD",
-    "lobrk;": "\u27E6",
-    "LongLeftArrow;": "\u27F5",
-    "Longleftarrow;": "\u27F8",
-    "longleftarrow;": "\u27F5",
-    "LongLeftRightArrow;": "\u27F7",
-    "Longleftrightarrow;": "\u27FA",
-    "longleftrightarrow;": "\u27F7",
-    "longmapsto;": "\u27FC",
-    "LongRightArrow;": "\u27F6",
-    "Longrightarrow;": "\u27F9",
-    "longrightarrow;": "\u27F6",
-    "looparrowleft;": "\u21AB",
-    "looparrowright;": "\u21AC",
-    "lopar;": "\u2985",
-    "Lopf;": "\uD835\uDD43",
-    "lopf;": "\uD835\uDD5D",
-    "loplus;": "\u2A2D",
-    "lotimes;": "\u2A34",
-    "lowast;": "\u2217",
-    "lowbar;": "\u005F",
-    "LowerLeftArrow;": "\u2199",
-    "LowerRightArrow;": "\u2198",
-    "loz;": "\u25CA",
-    "lozenge;": "\u25CA",
-    "lozf;": "\u29EB",
-    "lpar;": "\u0028",
-    "lparlt;": "\u2993",
-    "lrarr;": "\u21C6",
-    "lrcorner;": "\u231F",
-    "lrhar;": "\u21CB",
-    "lrhard;": "\u296D",
-    "lrm;": "\u200E",
-    "lrtri;": "\u22BF",
-    "lsaquo;": "\u2039",
-    "Lscr;": "\u2112",
-    "lscr;": "\uD835\uDCC1",
-    "Lsh;": "\u21B0",
-    "lsh;": "\u21B0",
-    "lsim;": "\u2272",
-    "lsime;": "\u2A8D",
-    "lsimg;": "\u2A8F",
-    "lsqb;": "\u005B",
-    "lsquo;": "\u2018",
-    "lsquor;": "\u201A",
-    "Lstrok;": "\u0141",
-    "lstrok;": "\u0142",
-    "LT;": "\u003C",
-    "LT": "\u003C",
-    "Lt;": "\u226A",
-    "lt;": "\u003C",
-    "lt": "\u003C",
-    "ltcc;": "\u2AA6",
-    "ltcir;": "\u2A79",
-    "ltdot;": "\u22D6",
-    "lthree;": "\u22CB",
-    "ltimes;": "\u22C9",
-    "ltlarr;": "\u2976",
-    "ltquest;": "\u2A7B",
-    "ltri;": "\u25C3",
-    "ltrie;": "\u22B4",
-    "ltrif;": "\u25C2",
-    "ltrPar;": "\u2996",
-    "lurdshar;": "\u294A",
-    "luruhar;": "\u2966",
-    "lvertneqq;": "\u2268\uFE00",
-    "lvnE;": "\u2268\uFE00",
-    "macr;": "\u00AF",
-    "macr": "\u00AF",
-    "male;": "\u2642",
-    "malt;": "\u2720",
-    "maltese;": "\u2720",
-    "Map;": "\u2905",
-    "map;": "\u21A6",
-    "mapsto;": "\u21A6",
-    "mapstodown;": "\u21A7",
-    "mapstoleft;": "\u21A4",
-    "mapstoup;": "\u21A5",
-    "marker;": "\u25AE",
-    "mcomma;": "\u2A29",
-    "Mcy;": "\u041C",
-    "mcy;": "\u043C",
-    "mdash;": "\u2014",
-    "mDDot;": "\u223A",
-    "measuredangle;": "\u2221",
-    "MediumSpace;": "\u205F",
-    "Mellintrf;": "\u2133",
-    "Mfr;": "\uD835\uDD10",
-    "mfr;": "\uD835\uDD2A",
-    "mho;": "\u2127",
-    "micro;": "\u00B5",
-    "micro": "\u00B5",
-    "mid;": "\u2223",
-    "midast;": "\u002A",
-    "midcir;": "\u2AF0",
-    "middot;": "\u00B7",
-    "middot": "\u00B7",
-    "minus;": "\u2212",
-    "minusb;": "\u229F",
-    "minusd;": "\u2238",
-    "minusdu;": "\u2A2A",
-    "MinusPlus;": "\u2213",
-    "mlcp;": "\u2ADB",
-    "mldr;": "\u2026",
-    "mnplus;": "\u2213",
-    "models;": "\u22A7",
-    "Mopf;": "\uD835\uDD44",
-    "mopf;": "\uD835\uDD5E",
-    "mp;": "\u2213",
-    "Mscr;": "\u2133",
-    "mscr;": "\uD835\uDCC2",
-    "mstpos;": "\u223E",
-    "Mu;": "\u039C",
-    "mu;": "\u03BC",
-    "multimap;": "\u22B8",
-    "mumap;": "\u22B8",
-    "nabla;": "\u2207",
-    "Nacute;": "\u0143",
-    "nacute;": "\u0144",
-    "nang;": "\u2220\u20D2",
-    "nap;": "\u2249",
-    "napE;": "\u2A70\u0338",
-    "napid;": "\u224B\u0338",
-    "napos;": "\u0149",
-    "napprox;": "\u2249",
-    "natur;": "\u266E",
-    "natural;": "\u266E",
-    "naturals;": "\u2115",
-    "nbsp;": "\u00A0",
-    "nbsp": "\u00A0",
-    "nbump;": "\u224E\u0338",
-    "nbumpe;": "\u224F\u0338",
-    "ncap;": "\u2A43",
-    "Ncaron;": "\u0147",
-    "ncaron;": "\u0148",
-    "Ncedil;": "\u0145",
-    "ncedil;": "\u0146",
-    "ncong;": "\u2247",
-    "ncongdot;": "\u2A6D\u0338",
-    "ncup;": "\u2A42",
-    "Ncy;": "\u041D",
-    "ncy;": "\u043D",
-    "ndash;": "\u2013",
-    "ne;": "\u2260",
-    "nearhk;": "\u2924",
-    "neArr;": "\u21D7",
-    "nearr;": "\u2197",
-    "nearrow;": "\u2197",
-    "nedot;": "\u2250\u0338",
-    "NegativeMediumSpace;": "\u200B",
-    "NegativeThickSpace;": "\u200B",
-    "NegativeThinSpace;": "\u200B",
-    "NegativeVeryThinSpace;": "\u200B",
-    "nequiv;": "\u2262",
-    "nesear;": "\u2928",
-    "nesim;": "\u2242\u0338",
-    "NestedGreaterGreater;": "\u226B",
-    "NestedLessLess;": "\u226A",
-    "NewLine;": "\u000A",
-    "nexist;": "\u2204",
-    "nexists;": "\u2204",
-    "Nfr;": "\uD835\uDD11",
-    "nfr;": "\uD835\uDD2B",
-    "ngE;": "\u2267\u0338",
-    "nge;": "\u2271",
-    "ngeq;": "\u2271",
-    "ngeqq;": "\u2267\u0338",
-    "ngeqslant;": "\u2A7E\u0338",
-    "nges;": "\u2A7E\u0338",
-    "nGg;": "\u22D9\u0338",
-    "ngsim;": "\u2275",
-    "nGt;": "\u226B\u20D2",
-    "ngt;": "\u226F",
-    "ngtr;": "\u226F",
-    "nGtv;": "\u226B\u0338",
-    "nhArr;": "\u21CE",
-    "nharr;": "\u21AE",
-    "nhpar;": "\u2AF2",
-    "ni;": "\u220B",
-    "nis;": "\u22FC",
-    "nisd;": "\u22FA",
-    "niv;": "\u220B",
-    "NJcy;": "\u040A",
-    "njcy;": "\u045A",
-    "nlArr;": "\u21CD",
-    "nlarr;": "\u219A",
-    "nldr;": "\u2025",
-    "nlE;": "\u2266\u0338",
-    "nle;": "\u2270",
-    "nLeftarrow;": "\u21CD",
-    "nleftarrow;": "\u219A",
-    "nLeftrightarrow;": "\u21CE",
-    "nleftrightarrow;": "\u21AE",
-    "nleq;": "\u2270",
-    "nleqq;": "\u2266\u0338",
-    "nleqslant;": "\u2A7D\u0338",
-    "nles;": "\u2A7D\u0338",
-    "nless;": "\u226E",
-    "nLl;": "\u22D8\u0338",
-    "nlsim;": "\u2274",
-    "nLt;": "\u226A\u20D2",
-    "nlt;": "\u226E",
-    "nltri;": "\u22EA",
-    "nltrie;": "\u22EC",
-    "nLtv;": "\u226A\u0338",
-    "nmid;": "\u2224",
-    "NoBreak;": "\u2060",
-    "NonBreakingSpace;": "\u00A0",
-    "Nopf;": "\u2115",
-    "nopf;": "\uD835\uDD5F",
-    "Not;": "\u2AEC",
-    "not;": "\u00AC",
-    "not": "\u00AC",
-    "NotCongruent;": "\u2262",
-    "NotCupCap;": "\u226D",
-    "NotDoubleVerticalBar;": "\u2226",
-    "NotElement;": "\u2209",
-    "NotEqual;": "\u2260",
-    "NotEqualTilde;": "\u2242\u0338",
-    "NotExists;": "\u2204",
-    "NotGreater;": "\u226F",
-    "NotGreaterEqual;": "\u2271",
-    "NotGreaterFullEqual;": "\u2267\u0338",
-    "NotGreaterGreater;": "\u226B\u0338",
-    "NotGreaterLess;": "\u2279",
-    "NotGreaterSlantEqual;": "\u2A7E\u0338",
-    "NotGreaterTilde;": "\u2275",
-    "NotHumpDownHump;": "\u224E\u0338",
-    "NotHumpEqual;": "\u224F\u0338",
-    "notin;": "\u2209",
-    "notindot;": "\u22F5\u0338",
-    "notinE;": "\u22F9\u0338",
-    "notinva;": "\u2209",
-    "notinvb;": "\u22F7",
-    "notinvc;": "\u22F6",
-    "NotLeftTriangle;": "\u22EA",
-    "NotLeftTriangleBar;": "\u29CF\u0338",
-    "NotLeftTriangleEqual;": "\u22EC",
-    "NotLess;": "\u226E",
-    "NotLessEqual;": "\u2270",
-    "NotLessGreater;": "\u2278",
-    "NotLessLess;": "\u226A\u0338",
-    "NotLessSlantEqual;": "\u2A7D\u0338",
-    "NotLessTilde;": "\u2274",
-    "NotNestedGreaterGreater;": "\u2AA2\u0338",
-    "NotNestedLessLess;": "\u2AA1\u0338",
-    "notni;": "\u220C",
-    "notniva;": "\u220C",
-    "notnivb;": "\u22FE",
-    "notnivc;": "\u22FD",
-    "NotPrecedes;": "\u2280",
-    "NotPrecedesEqual;": "\u2AAF\u0338",
-    "NotPrecedesSlantEqual;": "\u22E0",
-    "NotReverseElement;": "\u220C",
-    "NotRightTriangle;": "\u22EB",
-    "NotRightTriangleBar;": "\u29D0\u0338",
-    "NotRightTriangleEqual;": "\u22ED",
-    "NotSquareSubset;": "\u228F\u0338",
-    "NotSquareSubsetEqual;": "\u22E2",
-    "NotSquareSuperset;": "\u2290\u0338",
-    "NotSquareSupersetEqual;": "\u22E3",
-    "NotSubset;": "\u2282\u20D2",
-    "NotSubsetEqual;": "\u2288",
-    "NotSucceeds;": "\u2281",
-    "NotSucceedsEqual;": "\u2AB0\u0338",
-    "NotSucceedsSlantEqual;": "\u22E1",
-    "NotSucceedsTilde;": "\u227F\u0338",
-    "NotSuperset;": "\u2283\u20D2",
-    "NotSupersetEqual;": "\u2289",
-    "NotTilde;": "\u2241",
-    "NotTildeEqual;": "\u2244",
-    "NotTildeFullEqual;": "\u2247",
-    "NotTildeTilde;": "\u2249",
-    "NotVerticalBar;": "\u2224",
-    "npar;": "\u2226",
-    "nparallel;": "\u2226",
-    "nparsl;": "\u2AFD\u20E5",
-    "npart;": "\u2202\u0338",
-    "npolint;": "\u2A14",
-    "npr;": "\u2280",
-    "nprcue;": "\u22E0",
-    "npre;": "\u2AAF\u0338",
-    "nprec;": "\u2280",
-    "npreceq;": "\u2AAF\u0338",
-    "nrArr;": "\u21CF",
-    "nrarr;": "\u219B",
-    "nrarrc;": "\u2933\u0338",
-    "nrarrw;": "\u219D\u0338",
-    "nRightarrow;": "\u21CF",
-    "nrightarrow;": "\u219B",
-    "nrtri;": "\u22EB",
-    "nrtrie;": "\u22ED",
-    "nsc;": "\u2281",
-    "nsccue;": "\u22E1",
-    "nsce;": "\u2AB0\u0338",
-    "Nscr;": "\uD835\uDCA9",
-    "nscr;": "\uD835\uDCC3",
-    "nshortmid;": "\u2224",
-    "nshortparallel;": "\u2226",
-    "nsim;": "\u2241",
-    "nsime;": "\u2244",
-    "nsimeq;": "\u2244",
-    "nsmid;": "\u2224",
-    "nspar;": "\u2226",
-    "nsqsube;": "\u22E2",
-    "nsqsupe;": "\u22E3",
-    "nsub;": "\u2284",
-    "nsubE;": "\u2AC5\u0338",
-    "nsube;": "\u2288",
-    "nsubset;": "\u2282\u20D2",
-    "nsubseteq;": "\u2288",
-    "nsubseteqq;": "\u2AC5\u0338",
-    "nsucc;": "\u2281",
-    "nsucceq;": "\u2AB0\u0338",
-    "nsup;": "\u2285",
-    "nsupE;": "\u2AC6\u0338",
-    "nsupe;": "\u2289",
-    "nsupset;": "\u2283\u20D2",
-    "nsupseteq;": "\u2289",
-    "nsupseteqq;": "\u2AC6\u0338",
-    "ntgl;": "\u2279",
-    "Ntilde;": "\u00D1",
-    "Ntilde": "\u00D1",
-    "ntilde;": "\u00F1",
-    "ntilde": "\u00F1",
-    "ntlg;": "\u2278",
-    "ntriangleleft;": "\u22EA",
-    "ntrianglelefteq;": "\u22EC",
-    "ntriangleright;": "\u22EB",
-    "ntrianglerighteq;": "\u22ED",
-    "Nu;": "\u039D",
-    "nu;": "\u03BD",
-    "num;": "\u0023",
-    "numero;": "\u2116",
-    "numsp;": "\u2007",
-    "nvap;": "\u224D\u20D2",
-    "nVDash;": "\u22AF",
-    "nVdash;": "\u22AE",
-    "nvDash;": "\u22AD",
-    "nvdash;": "\u22AC",
-    "nvge;": "\u2265\u20D2",
-    "nvgt;": "\u003E\u20D2",
-    "nvHarr;": "\u2904",
-    "nvinfin;": "\u29DE",
-    "nvlArr;": "\u2902",
-    "nvle;": "\u2264\u20D2",
-    "nvlt;": "\u003C\u20D2",
-    "nvltrie;": "\u22B4\u20D2",
-    "nvrArr;": "\u2903",
-    "nvrtrie;": "\u22B5\u20D2",
-    "nvsim;": "\u223C\u20D2",
-    "nwarhk;": "\u2923",
-    "nwArr;": "\u21D6",
-    "nwarr;": "\u2196",
-    "nwarrow;": "\u2196",
-    "nwnear;": "\u2927",
-    "Oacute;": "\u00D3",
-    "Oacute": "\u00D3",
-    "oacute;": "\u00F3",
-    "oacute": "\u00F3",
-    "oast;": "\u229B",
-    "ocir;": "\u229A",
-    "Ocirc;": "\u00D4",
-    "Ocirc": "\u00D4",
-    "ocirc;": "\u00F4",
-    "ocirc": "\u00F4",
-    "Ocy;": "\u041E",
-    "ocy;": "\u043E",
-    "odash;": "\u229D",
-    "Odblac;": "\u0150",
-    "odblac;": "\u0151",
-    "odiv;": "\u2A38",
-    "odot;": "\u2299",
-    "odsold;": "\u29BC",
-    "OElig;": "\u0152",
-    "oelig;": "\u0153",
-    "ofcir;": "\u29BF",
-    "Ofr;": "\uD835\uDD12",
-    "ofr;": "\uD835\uDD2C",
-    "ogon;": "\u02DB",
-    "Ograve;": "\u00D2",
-    "Ograve": "\u00D2",
-    "ograve;": "\u00F2",
-    "ograve": "\u00F2",
-    "ogt;": "\u29C1",
-    "ohbar;": "\u29B5",
-    "ohm;": "\u03A9",
-    "oint;": "\u222E",
-    "olarr;": "\u21BA",
-    "olcir;": "\u29BE",
-    "olcross;": "\u29BB",
-    "oline;": "\u203E",
-    "olt;": "\u29C0",
-    "Omacr;": "\u014C",
-    "omacr;": "\u014D",
-    "Omega;": "\u03A9",
-    "omega;": "\u03C9",
-    "Omicron;": "\u039F",
-    "omicron;": "\u03BF",
-    "omid;": "\u29B6",
-    "ominus;": "\u2296",
-    "Oopf;": "\uD835\uDD46",
-    "oopf;": "\uD835\uDD60",
-    "opar;": "\u29B7",
-    "OpenCurlyDoubleQuote;": "\u201C",
-    "OpenCurlyQuote;": "\u2018",
-    "operp;": "\u29B9",
-    "oplus;": "\u2295",
-    "Or;": "\u2A54",
-    "or;": "\u2228",
-    "orarr;": "\u21BB",
-    "ord;": "\u2A5D",
-    "order;": "\u2134",
-    "orderof;": "\u2134",
-    "ordf;": "\u00AA",
-    "ordf": "\u00AA",
-    "ordm;": "\u00BA",
-    "ordm": "\u00BA",
-    "origof;": "\u22B6",
-    "oror;": "\u2A56",
-    "orslope;": "\u2A57",
-    "orv;": "\u2A5B",
-    "oS;": "\u24C8",
-    "Oscr;": "\uD835\uDCAA",
-    "oscr;": "\u2134",
-    "Oslash;": "\u00D8",
-    "Oslash": "\u00D8",
-    "oslash;": "\u00F8",
-    "oslash": "\u00F8",
-    "osol;": "\u2298",
-    "Otilde;": "\u00D5",
-    "Otilde": "\u00D5",
-    "otilde;": "\u00F5",
-    "otilde": "\u00F5",
-    "Otimes;": "\u2A37",
-    "otimes;": "\u2297",
-    "otimesas;": "\u2A36",
-    "Ouml;": "\u00D6",
-    "Ouml": "\u00D6",
-    "ouml;": "\u00F6",
-    "ouml": "\u00F6",
-    "ovbar;": "\u233D",
-    "OverBar;": "\u203E",
-    "OverBrace;": "\u23DE",
-    "OverBracket;": "\u23B4",
-    "OverParenthesis;": "\u23DC",
-    "par;": "\u2225",
-    "para;": "\u00B6",
-    "para": "\u00B6",
-    "parallel;": "\u2225",
-    "parsim;": "\u2AF3",
-    "parsl;": "\u2AFD",
-    "part;": "\u2202",
-    "PartialD;": "\u2202",
-    "Pcy;": "\u041F",
-    "pcy;": "\u043F",
-    "percnt;": "\u0025",
-    "period;": "\u002E",
-    "permil;": "\u2030",
-    "perp;": "\u22A5",
-    "pertenk;": "\u2031",
-    "Pfr;": "\uD835\uDD13",
-    "pfr;": "\uD835\uDD2D",
-    "Phi;": "\u03A6",
-    "phi;": "\u03C6",
-    "phiv;": "\u03D5",
-    "phmmat;": "\u2133",
-    "phone;": "\u260E",
-    "Pi;": "\u03A0",
-    "pi;": "\u03C0",
-    "pitchfork;": "\u22D4",
-    "piv;": "\u03D6",
-    "planck;": "\u210F",
-    "planckh;": "\u210E",
-    "plankv;": "\u210F",
-    "plus;": "\u002B",
-    "plusacir;": "\u2A23",
-    "plusb;": "\u229E",
-    "pluscir;": "\u2A22",
-    "plusdo;": "\u2214",
-    "plusdu;": "\u2A25",
-    "pluse;": "\u2A72",
-    "PlusMinus;": "\u00B1",
-    "plusmn;": "\u00B1",
-    "plusmn": "\u00B1",
-    "plussim;": "\u2A26",
-    "plustwo;": "\u2A27",
-    "pm;": "\u00B1",
-    "Poincareplane;": "\u210C",
-    "pointint;": "\u2A15",
-    "Popf;": "\u2119",
-    "popf;": "\uD835\uDD61",
-    "pound;": "\u00A3",
-    "pound": "\u00A3",
-    "Pr;": "\u2ABB",
-    "pr;": "\u227A",
-    "prap;": "\u2AB7",
-    "prcue;": "\u227C",
-    "prE;": "\u2AB3",
-    "pre;": "\u2AAF",
-    "prec;": "\u227A",
-    "precapprox;": "\u2AB7",
-    "preccurlyeq;": "\u227C",
-    "Precedes;": "\u227A",
-    "PrecedesEqual;": "\u2AAF",
-    "PrecedesSlantEqual;": "\u227C",
-    "PrecedesTilde;": "\u227E",
-    "preceq;": "\u2AAF",
-    "precnapprox;": "\u2AB9",
-    "precneqq;": "\u2AB5",
-    "precnsim;": "\u22E8",
-    "precsim;": "\u227E",
-    "Prime;": "\u2033",
-    "prime;": "\u2032",
-    "primes;": "\u2119",
-    "prnap;": "\u2AB9",
-    "prnE;": "\u2AB5",
-    "prnsim;": "\u22E8",
-    "prod;": "\u220F",
-    "Product;": "\u220F",
-    "profalar;": "\u232E",
-    "profline;": "\u2312",
-    "profsurf;": "\u2313",
-    "prop;": "\u221D",
-    "Proportion;": "\u2237",
-    "Proportional;": "\u221D",
-    "propto;": "\u221D",
-    "prsim;": "\u227E",
-    "prurel;": "\u22B0",
-    "Pscr;": "\uD835\uDCAB",
-    "pscr;": "\uD835\uDCC5",
-    "Psi;": "\u03A8",
-    "psi;": "\u03C8",
-    "puncsp;": "\u2008",
-    "Qfr;": "\uD835\uDD14",
-    "qfr;": "\uD835\uDD2E",
-    "qint;": "\u2A0C",
-    "Qopf;": "\u211A",
-    "qopf;": "\uD835\uDD62",
-    "qprime;": "\u2057",
-    "Qscr;": "\uD835\uDCAC",
-    "qscr;": "\uD835\uDCC6",
-    "quaternions;": "\u210D",
-    "quatint;": "\u2A16",
-    "quest;": "\u003F",
-    "questeq;": "\u225F",
-    "QUOT;": "\u0022",
-    "QUOT": "\u0022",
-    "quot;": "\u0022",
-    "quot": "\u0022",
-    "rAarr;": "\u21DB",
-    "race;": "\u223D\u0331",
-    "Racute;": "\u0154",
-    "racute;": "\u0155",
-    "radic;": "\u221A",
-    "raemptyv;": "\u29B3",
-    "Rang;": "\u27EB",
-    "rang;": "\u27E9",
-    "rangd;": "\u2992",
-    "range;": "\u29A5",
-    "rangle;": "\u27E9",
-    "raquo;": "\u00BB",
-    "raquo": "\u00BB",
-    "Rarr;": "\u21A0",
-    "rArr;": "\u21D2",
-    "rarr;": "\u2192",
-    "rarrap;": "\u2975",
-    "rarrb;": "\u21E5",
-    "rarrbfs;": "\u2920",
-    "rarrc;": "\u2933",
-    "rarrfs;": "\u291E",
-    "rarrhk;": "\u21AA",
-    "rarrlp;": "\u21AC",
-    "rarrpl;": "\u2945",
-    "rarrsim;": "\u2974",
-    "Rarrtl;": "\u2916",
-    "rarrtl;": "\u21A3",
-    "rarrw;": "\u219D",
-    "rAtail;": "\u291C",
-    "ratail;": "\u291A",
-    "ratio;": "\u2236",
-    "rationals;": "\u211A",
-    "RBarr;": "\u2910",
-    "rBarr;": "\u290F",
-    "rbarr;": "\u290D",
-    "rbbrk;": "\u2773",
-    "rbrace;": "\u007D",
-    "rbrack;": "\u005D",
-    "rbrke;": "\u298C",
-    "rbrksld;": "\u298E",
-    "rbrkslu;": "\u2990",
-    "Rcaron;": "\u0158",
-    "rcaron;": "\u0159",
-    "Rcedil;": "\u0156",
-    "rcedil;": "\u0157",
-    "rceil;": "\u2309",
-    "rcub;": "\u007D",
-    "Rcy;": "\u0420",
-    "rcy;": "\u0440",
-    "rdca;": "\u2937",
-    "rdldhar;": "\u2969",
-    "rdquo;": "\u201D",
-    "rdquor;": "\u201D",
-    "rdsh;": "\u21B3",
-    "Re;": "\u211C",
-    "real;": "\u211C",
-    "realine;": "\u211B",
-    "realpart;": "\u211C",
-    "reals;": "\u211D",
-    "rect;": "\u25AD",
-    "REG;": "\u00AE",
-    "REG": "\u00AE",
-    "reg;": "\u00AE",
-    "reg": "\u00AE",
-    "ReverseElement;": "\u220B",
-    "ReverseEquilibrium;": "\u21CB",
-    "ReverseUpEquilibrium;": "\u296F",
-    "rfisht;": "\u297D",
-    "rfloor;": "\u230B",
-    "Rfr;": "\u211C",
-    "rfr;": "\uD835\uDD2F",
-    "rHar;": "\u2964",
-    "rhard;": "\u21C1",
-    "rharu;": "\u21C0",
-    "rharul;": "\u296C",
-    "Rho;": "\u03A1",
-    "rho;": "\u03C1",
-    "rhov;": "\u03F1",
-    "RightAngleBracket;": "\u27E9",
-    "RightArrow;": "\u2192",
-    "Rightarrow;": "\u21D2",
-    "rightarrow;": "\u2192",
-    "RightArrowBar;": "\u21E5",
-    "RightArrowLeftArrow;": "\u21C4",
-    "rightarrowtail;": "\u21A3",
-    "RightCeiling;": "\u2309",
-    "RightDoubleBracket;": "\u27E7",
-    "RightDownTeeVector;": "\u295D",
-    "RightDownVector;": "\u21C2",
-    "RightDownVectorBar;": "\u2955",
-    "RightFloor;": "\u230B",
-    "rightharpoondown;": "\u21C1",
-    "rightharpoonup;": "\u21C0",
-    "rightleftarrows;": "\u21C4",
-    "rightleftharpoons;": "\u21CC",
-    "rightrightarrows;": "\u21C9",
-    "rightsquigarrow;": "\u219D",
-    "RightTee;": "\u22A2",
-    "RightTeeArrow;": "\u21A6",
-    "RightTeeVector;": "\u295B",
-    "rightthreetimes;": "\u22CC",
-    "RightTriangle;": "\u22B3",
-    "RightTriangleBar;": "\u29D0",
-    "RightTriangleEqual;": "\u22B5",
-    "RightUpDownVector;": "\u294F",
-    "RightUpTeeVector;": "\u295C",
-    "RightUpVector;": "\u21BE",
-    "RightUpVectorBar;": "\u2954",
-    "RightVector;": "\u21C0",
-    "RightVectorBar;": "\u2953",
-    "ring;": "\u02DA",
-    "risingdotseq;": "\u2253",
-    "rlarr;": "\u21C4",
-    "rlhar;": "\u21CC",
-    "rlm;": "\u200F",
-    "rmoust;": "\u23B1",
-    "rmoustache;": "\u23B1",
-    "rnmid;": "\u2AEE",
-    "roang;": "\u27ED",
-    "roarr;": "\u21FE",
-    "robrk;": "\u27E7",
-    "ropar;": "\u2986",
-    "Ropf;": "\u211D",
-    "ropf;": "\uD835\uDD63",
-    "roplus;": "\u2A2E",
-    "rotimes;": "\u2A35",
-    "RoundImplies;": "\u2970",
-    "rpar;": "\u0029",
-    "rpargt;": "\u2994",
-    "rppolint;": "\u2A12",
-    "rrarr;": "\u21C9",
-    "Rrightarrow;": "\u21DB",
-    "rsaquo;": "\u203A",
-    "Rscr;": "\u211B",
-    "rscr;": "\uD835\uDCC7",
-    "Rsh;": "\u21B1",
-    "rsh;": "\u21B1",
-    "rsqb;": "\u005D",
-    "rsquo;": "\u2019",
-    "rsquor;": "\u2019",
-    "rthree;": "\u22CC",
-    "rtimes;": "\u22CA",
-    "rtri;": "\u25B9",
-    "rtrie;": "\u22B5",
-    "rtrif;": "\u25B8",
-    "rtriltri;": "\u29CE",
-    "RuleDelayed;": "\u29F4",
-    "ruluhar;": "\u2968",
-    "rx;": "\u211E",
-    "Sacute;": "\u015A",
-    "sacute;": "\u015B",
-    "sbquo;": "\u201A",
-    "Sc;": "\u2ABC",
-    "sc;": "\u227B",
-    "scap;": "\u2AB8",
-    "Scaron;": "\u0160",
-    "scaron;": "\u0161",
-    "sccue;": "\u227D",
-    "scE;": "\u2AB4",
-    "sce;": "\u2AB0",
-    "Scedil;": "\u015E",
-    "scedil;": "\u015F",
-    "Scirc;": "\u015C",
-    "scirc;": "\u015D",
-    "scnap;": "\u2ABA",
-    "scnE;": "\u2AB6",
-    "scnsim;": "\u22E9",
-    "scpolint;": "\u2A13",
-    "scsim;": "\u227F",
-    "Scy;": "\u0421",
-    "scy;": "\u0441",
-    "sdot;": "\u22C5",
-    "sdotb;": "\u22A1",
-    "sdote;": "\u2A66",
-    "searhk;": "\u2925",
-    "seArr;": "\u21D8",
-    "searr;": "\u2198",
-    "searrow;": "\u2198",
-    "sect;": "\u00A7",
-    "sect": "\u00A7",
-    "semi;": "\u003B",
-    "seswar;": "\u2929",
-    "setminus;": "\u2216",
-    "setmn;": "\u2216",
-    "sext;": "\u2736",
-    "Sfr;": "\uD835\uDD16",
-    "sfr;": "\uD835\uDD30",
-    "sfrown;": "\u2322",
-    "sharp;": "\u266F",
-    "SHCHcy;": "\u0429",
-    "shchcy;": "\u0449",
-    "SHcy;": "\u0428",
-    "shcy;": "\u0448",
-    "ShortDownArrow;": "\u2193",
-    "ShortLeftArrow;": "\u2190",
-    "shortmid;": "\u2223",
-    "shortparallel;": "\u2225",
-    "ShortRightArrow;": "\u2192",
-    "ShortUpArrow;": "\u2191",
-    "shy;": "\u00AD",
-    "shy": "\u00AD",
-    "Sigma;": "\u03A3",
-    "sigma;": "\u03C3",
-    "sigmaf;": "\u03C2",
-    "sigmav;": "\u03C2",
-    "sim;": "\u223C",
-    "simdot;": "\u2A6A",
-    "sime;": "\u2243",
-    "simeq;": "\u2243",
-    "simg;": "\u2A9E",
-    "simgE;": "\u2AA0",
-    "siml;": "\u2A9D",
-    "simlE;": "\u2A9F",
-    "simne;": "\u2246",
-    "simplus;": "\u2A24",
-    "simrarr;": "\u2972",
-    "slarr;": "\u2190",
-    "SmallCircle;": "\u2218",
-    "smallsetminus;": "\u2216",
-    "smashp;": "\u2A33",
-    "smeparsl;": "\u29E4",
-    "smid;": "\u2223",
-    "smile;": "\u2323",
-    "smt;": "\u2AAA",
-    "smte;": "\u2AAC",
-    "smtes;": "\u2AAC\uFE00",
-    "SOFTcy;": "\u042C",
-    "softcy;": "\u044C",
-    "sol;": "\u002F",
-    "solb;": "\u29C4",
-    "solbar;": "\u233F",
-    "Sopf;": "\uD835\uDD4A",
-    "sopf;": "\uD835\uDD64",
-    "spades;": "\u2660",
-    "spadesuit;": "\u2660",
-    "spar;": "\u2225",
-    "sqcap;": "\u2293",
-    "sqcaps;": "\u2293\uFE00",
-    "sqcup;": "\u2294",
-    "sqcups;": "\u2294\uFE00",
-    "Sqrt;": "\u221A",
-    "sqsub;": "\u228F",
-    "sqsube;": "\u2291",
-    "sqsubset;": "\u228F",
-    "sqsubseteq;": "\u2291",
-    "sqsup;": "\u2290",
-    "sqsupe;": "\u2292",
-    "sqsupset;": "\u2290",
-    "sqsupseteq;": "\u2292",
-    "squ;": "\u25A1",
-    "Square;": "\u25A1",
-    "square;": "\u25A1",
-    "SquareIntersection;": "\u2293",
-    "SquareSubset;": "\u228F",
-    "SquareSubsetEqual;": "\u2291",
-    "SquareSuperset;": "\u2290",
-    "SquareSupersetEqual;": "\u2292",
-    "SquareUnion;": "\u2294",
-    "squarf;": "\u25AA",
-    "squf;": "\u25AA",
-    "srarr;": "\u2192",
-    "Sscr;": "\uD835\uDCAE",
-    "sscr;": "\uD835\uDCC8",
-    "ssetmn;": "\u2216",
-    "ssmile;": "\u2323",
-    "sstarf;": "\u22C6",
-    "Star;": "\u22C6",
-    "star;": "\u2606",
-    "starf;": "\u2605",
-    "straightepsilon;": "\u03F5",
-    "straightphi;": "\u03D5",
-    "strns;": "\u00AF",
-    "Sub;": "\u22D0",
-    "sub;": "\u2282",
-    "subdot;": "\u2ABD",
-    "subE;": "\u2AC5",
-    "sube;": "\u2286",
-    "subedot;": "\u2AC3",
-    "submult;": "\u2AC1",
-    "subnE;": "\u2ACB",
-    "subne;": "\u228A",
-    "subplus;": "\u2ABF",
-    "subrarr;": "\u2979",
-    "Subset;": "\u22D0",
-    "subset;": "\u2282",
-    "subseteq;": "\u2286",
-    "subseteqq;": "\u2AC5",
-    "SubsetEqual;": "\u2286",
-    "subsetneq;": "\u228A",
-    "subsetneqq;": "\u2ACB",
-    "subsim;": "\u2AC7",
-    "subsub;": "\u2AD5",
-    "subsup;": "\u2AD3",
-    "succ;": "\u227B",
-    "succapprox;": "\u2AB8",
-    "succcurlyeq;": "\u227D",
-    "Succeeds;": "\u227B",
-    "SucceedsEqual;": "\u2AB0",
-    "SucceedsSlantEqual;": "\u227D",
-    "SucceedsTilde;": "\u227F",
-    "succeq;": "\u2AB0",
-    "succnapprox;": "\u2ABA",
-    "succneqq;": "\u2AB6",
-    "succnsim;": "\u22E9",
-    "succsim;": "\u227F",
-    "SuchThat;": "\u220B",
-    "Sum;": "\u2211",
-    "sum;": "\u2211",
-    "sung;": "\u266A",
-    "Sup;": "\u22D1",
-    "sup;": "\u2283",
-    "sup1;": "\u00B9",
-    "sup1": "\u00B9",
-    "sup2;": "\u00B2",
-    "sup2": "\u00B2",
-    "sup3;": "\u00B3",
-    "sup3": "\u00B3",
-    "supdot;": "\u2ABE",
-    "supdsub;": "\u2AD8",
-    "supE;": "\u2AC6",
-    "supe;": "\u2287",
-    "supedot;": "\u2AC4",
-    "Superset;": "\u2283",
-    "SupersetEqual;": "\u2287",
-    "suphsol;": "\u27C9",
-    "suphsub;": "\u2AD7",
-    "suplarr;": "\u297B",
-    "supmult;": "\u2AC2",
-    "supnE;": "\u2ACC",
-    "supne;": "\u228B",
-    "supplus;": "\u2AC0",
-    "Supset;": "\u22D1",
-    "supset;": "\u2283",
-    "supseteq;": "\u2287",
-    "supseteqq;": "\u2AC6",
-    "supsetneq;": "\u228B",
-    "supsetneqq;": "\u2ACC",
-    "supsim;": "\u2AC8",
-    "supsub;": "\u2AD4",
-    "supsup;": "\u2AD6",
-    "swarhk;": "\u2926",
-    "swArr;": "\u21D9",
-    "swarr;": "\u2199",
-    "swarrow;": "\u2199",
-    "swnwar;": "\u292A",
-    "szlig;": "\u00DF",
-    "szlig": "\u00DF",
-    "Tab;": "\u0009",
-    "target;": "\u2316",
-    "Tau;": "\u03A4",
-    "tau;": "\u03C4",
-    "tbrk;": "\u23B4",
-    "Tcaron;": "\u0164",
-    "tcaron;": "\u0165",
-    "Tcedil;": "\u0162",
-    "tcedil;": "\u0163",
-    "Tcy;": "\u0422",
-    "tcy;": "\u0442",
-    "tdot;": "\u20DB",
-    "telrec;": "\u2315",
-    "Tfr;": "\uD835\uDD17",
-    "tfr;": "\uD835\uDD31",
-    "there4;": "\u2234",
-    "Therefore;": "\u2234",
-    "therefore;": "\u2234",
-    "Theta;": "\u0398",
-    "theta;": "\u03B8",
-    "thetasym;": "\u03D1",
-    "thetav;": "\u03D1",
-    "thickapprox;": "\u2248",
-    "thicksim;": "\u223C",
-    "ThickSpace;": "\u205F\u200A",
-    "thinsp;": "\u2009",
-    "ThinSpace;": "\u2009",
-    "thkap;": "\u2248",
-    "thksim;": "\u223C",
-    "THORN;": "\u00DE",
-    "THORN": "\u00DE",
-    "thorn;": "\u00FE",
-    "thorn": "\u00FE",
-    "Tilde;": "\u223C",
-    "tilde;": "\u02DC",
-    "TildeEqual;": "\u2243",
-    "TildeFullEqual;": "\u2245",
-    "TildeTilde;": "\u2248",
-    "times;": "\u00D7",
-    "times": "\u00D7",
-    "timesb;": "\u22A0",
-    "timesbar;": "\u2A31",
-    "timesd;": "\u2A30",
-    "tint;": "\u222D",
-    "toea;": "\u2928",
-    "top;": "\u22A4",
-    "topbot;": "\u2336",
-    "topcir;": "\u2AF1",
-    "Topf;": "\uD835\uDD4B",
-    "topf;": "\uD835\uDD65",
-    "topfork;": "\u2ADA",
-    "tosa;": "\u2929",
-    "tprime;": "\u2034",
-    "TRADE;": "\u2122",
-    "trade;": "\u2122",
-    "triangle;": "\u25B5",
-    "triangledown;": "\u25BF",
-    "triangleleft;": "\u25C3",
-    "trianglelefteq;": "\u22B4",
-    "triangleq;": "\u225C",
-    "triangleright;": "\u25B9",
-    "trianglerighteq;": "\u22B5",
-    "tridot;": "\u25EC",
-    "trie;": "\u225C",
-    "triminus;": "\u2A3A",
-    "TripleDot;": "\u20DB",
-    "triplus;": "\u2A39",
-    "trisb;": "\u29CD",
-    "tritime;": "\u2A3B",
-    "trpezium;": "\u23E2",
-    "Tscr;": "\uD835\uDCAF",
-    "tscr;": "\uD835\uDCC9",
-    "TScy;": "\u0426",
-    "tscy;": "\u0446",
-    "TSHcy;": "\u040B",
-    "tshcy;": "\u045B",
-    "Tstrok;": "\u0166",
-    "tstrok;": "\u0167",
-    "twixt;": "\u226C",
-    "twoheadleftarrow;": "\u219E",
-    "twoheadrightarrow;": "\u21A0",
-    "Uacute;": "\u00DA",
-    "Uacute": "\u00DA",
-    "uacute;": "\u00FA",
-    "uacute": "\u00FA",
-    "Uarr;": "\u219F",
-    "uArr;": "\u21D1",
-    "uarr;": "\u2191",
-    "Uarrocir;": "\u2949",
-    "Ubrcy;": "\u040E",
-    "ubrcy;": "\u045E",
-    "Ubreve;": "\u016C",
-    "ubreve;": "\u016D",
-    "Ucirc;": "\u00DB",
-    "Ucirc": "\u00DB",
-    "ucirc;": "\u00FB",
-    "ucirc": "\u00FB",
-    "Ucy;": "\u0423",
-    "ucy;": "\u0443",
-    "udarr;": "\u21C5",
-    "Udblac;": "\u0170",
-    "udblac;": "\u0171",
-    "udhar;": "\u296E",
-    "ufisht;": "\u297E",
-    "Ufr;": "\uD835\uDD18",
-    "ufr;": "\uD835\uDD32",
-    "Ugrave;": "\u00D9",
-    "Ugrave": "\u00D9",
-    "ugrave;": "\u00F9",
-    "ugrave": "\u00F9",
-    "uHar;": "\u2963",
-    "uharl;": "\u21BF",
-    "uharr;": "\u21BE",
-    "uhblk;": "\u2580",
-    "ulcorn;": "\u231C",
-    "ulcorner;": "\u231C",
-    "ulcrop;": "\u230F",
-    "ultri;": "\u25F8",
-    "Umacr;": "\u016A",
-    "umacr;": "\u016B",
-    "uml;": "\u00A8",
-    "uml": "\u00A8",
-    "UnderBar;": "\u005F",
-    "UnderBrace;": "\u23DF",
-    "UnderBracket;": "\u23B5",
-    "UnderParenthesis;": "\u23DD",
-    "Union;": "\u22C3",
-    "UnionPlus;": "\u228E",
-    "Uogon;": "\u0172",
-    "uogon;": "\u0173",
-    "Uopf;": "\uD835\uDD4C",
-    "uopf;": "\uD835\uDD66",
-    "UpArrow;": "\u2191",
-    "Uparrow;": "\u21D1",
-    "uparrow;": "\u2191",
-    "UpArrowBar;": "\u2912",
-    "UpArrowDownArrow;": "\u21C5",
-    "UpDownArrow;": "\u2195",
-    "Updownarrow;": "\u21D5",
-    "updownarrow;": "\u2195",
-    "UpEquilibrium;": "\u296E",
-    "upharpoonleft;": "\u21BF",
-    "upharpoonright;": "\u21BE",
-    "uplus;": "\u228E",
-    "UpperLeftArrow;": "\u2196",
-    "UpperRightArrow;": "\u2197",
-    "Upsi;": "\u03D2",
-    "upsi;": "\u03C5",
-    "upsih;": "\u03D2",
-    "Upsilon;": "\u03A5",
-    "upsilon;": "\u03C5",
-    "UpTee;": "\u22A5",
-    "UpTeeArrow;": "\u21A5",
-    "upuparrows;": "\u21C8",
-    "urcorn;": "\u231D",
-    "urcorner;": "\u231D",
-    "urcrop;": "\u230E",
-    "Uring;": "\u016E",
-    "uring;": "\u016F",
-    "urtri;": "\u25F9",
-    "Uscr;": "\uD835\uDCB0",
-    "uscr;": "\uD835\uDCCA",
-    "utdot;": "\u22F0",
-    "Utilde;": "\u0168",
-    "utilde;": "\u0169",
-    "utri;": "\u25B5",
-    "utrif;": "\u25B4",
-    "uuarr;": "\u21C8",
-    "Uuml;": "\u00DC",
-    "Uuml": "\u00DC",
-    "uuml;": "\u00FC",
-    "uuml": "\u00FC",
-    "uwangle;": "\u29A7",
-    "vangrt;": "\u299C",
-    "varepsilon;": "\u03F5",
-    "varkappa;": "\u03F0",
-    "varnothing;": "\u2205",
-    "varphi;": "\u03D5",
-    "varpi;": "\u03D6",
-    "varpropto;": "\u221D",
-    "vArr;": "\u21D5",
-    "varr;": "\u2195",
-    "varrho;": "\u03F1",
-    "varsigma;": "\u03C2",
-    "varsubsetneq;": "\u228A\uFE00",
-    "varsubsetneqq;": "\u2ACB\uFE00",
-    "varsupsetneq;": "\u228B\uFE00",
-    "varsupsetneqq;": "\u2ACC\uFE00",
-    "vartheta;": "\u03D1",
-    "vartriangleleft;": "\u22B2",
-    "vartriangleright;": "\u22B3",
-    "Vbar;": "\u2AEB",
-    "vBar;": "\u2AE8",
-    "vBarv;": "\u2AE9",
-    "Vcy;": "\u0412",
-    "vcy;": "\u0432",
-    "VDash;": "\u22AB",
-    "Vdash;": "\u22A9",
-    "vDash;": "\u22A8",
-    "vdash;": "\u22A2",
-    "Vdashl;": "\u2AE6",
-    "Vee;": "\u22C1",
-    "vee;": "\u2228",
-    "veebar;": "\u22BB",
-    "veeeq;": "\u225A",
-    "vellip;": "\u22EE",
-    "Verbar;": "\u2016",
-    "verbar;": "\u007C",
-    "Vert;": "\u2016",
-    "vert;": "\u007C",
-    "VerticalBar;": "\u2223",
-    "VerticalLine;": "\u007C",
-    "VerticalSeparator;": "\u2758",
-    "VerticalTilde;": "\u2240",
-    "VeryThinSpace;": "\u200A",
-    "Vfr;": "\uD835\uDD19",
-    "vfr;": "\uD835\uDD33",
-    "vltri;": "\u22B2",
-    "vnsub;": "\u2282\u20D2",
-    "vnsup;": "\u2283\u20D2",
-    "Vopf;": "\uD835\uDD4D",
-    "vopf;": "\uD835\uDD67",
-    "vprop;": "\u221D",
-    "vrtri;": "\u22B3",
-    "Vscr;": "\uD835\uDCB1",
-    "vscr;": "\uD835\uDCCB",
-    "vsubnE;": "\u2ACB\uFE00",
-    "vsubne;": "\u228A\uFE00",
-    "vsupnE;": "\u2ACC\uFE00",
-    "vsupne;": "\u228B\uFE00",
-    "Vvdash;": "\u22AA",
-    "vzigzag;": "\u299A",
-    "Wcirc;": "\u0174",
-    "wcirc;": "\u0175",
-    "wedbar;": "\u2A5F",
-    "Wedge;": "\u22C0",
-    "wedge;": "\u2227",
-    "wedgeq;": "\u2259",
-    "weierp;": "\u2118",
-    "Wfr;": "\uD835\uDD1A",
-    "wfr;": "\uD835\uDD34",
-    "Wopf;": "\uD835\uDD4E",
-    "wopf;": "\uD835\uDD68",
-    "wp;": "\u2118",
-    "wr;": "\u2240",
-    "wreath;": "\u2240",
-    "Wscr;": "\uD835\uDCB2",
-    "wscr;": "\uD835\uDCCC",
-    "xcap;": "\u22C2",
-    "xcirc;": "\u25EF",
-    "xcup;": "\u22C3",
-    "xdtri;": "\u25BD",
-    "Xfr;": "\uD835\uDD1B",
-    "xfr;": "\uD835\uDD35",
-    "xhArr;": "\u27FA",
-    "xharr;": "\u27F7",
-    "Xi;": "\u039E",
-    "xi;": "\u03BE",
-    "xlArr;": "\u27F8",
-    "xlarr;": "\u27F5",
-    "xmap;": "\u27FC",
-    "xnis;": "\u22FB",
-    "xodot;": "\u2A00",
-    "Xopf;": "\uD835\uDD4F",
-    "xopf;": "\uD835\uDD69",
-    "xoplus;": "\u2A01",
-    "xotime;": "\u2A02",
-    "xrArr;": "\u27F9",
-    "xrarr;": "\u27F6",
-    "Xscr;": "\uD835\uDCB3",
-    "xscr;": "\uD835\uDCCD",
-    "xsqcup;": "\u2A06",
-    "xuplus;": "\u2A04",
-    "xutri;": "\u25B3",
-    "xvee;": "\u22C1",
-    "xwedge;": "\u22C0",
-    "Yacute;": "\u00DD",
-    "Yacute": "\u00DD",
-    "yacute;": "\u00FD",
-    "yacute": "\u00FD",
-    "YAcy;": "\u042F",
-    "yacy;": "\u044F",
-    "Ycirc;": "\u0176",
-    "ycirc;": "\u0177",
-    "Ycy;": "\u042B",
-    "ycy;": "\u044B",
-    "yen;": "\u00A5",
-    "yen": "\u00A5",
-    "Yfr;": "\uD835\uDD1C",
-    "yfr;": "\uD835\uDD36",
-    "YIcy;": "\u0407",
-    "yicy;": "\u0457",
-    "Yopf;": "\uD835\uDD50",
-    "yopf;": "\uD835\uDD6A",
-    "Yscr;": "\uD835\uDCB4",
-    "yscr;": "\uD835\uDCCE",
-    "YUcy;": "\u042E",
-    "yucy;": "\u044E",
-    "Yuml;": "\u0178",
-    "yuml;": "\u00FF",
-    "yuml": "\u00FF",
-    "Zacute;": "\u0179",
-    "zacute;": "\u017A",
-    "Zcaron;": "\u017D",
-    "zcaron;": "\u017E",
-    "Zcy;": "\u0417",
-    "zcy;": "\u0437",
-    "Zdot;": "\u017B",
-    "zdot;": "\u017C",
-    "zeetrf;": "\u2128",
-    "ZeroWidthSpace;": "\u200B",
-    "Zeta;": "\u0396",
-    "zeta;": "\u03B6",
-    "Zfr;": "\u2128",
-    "zfr;": "\uD835\uDD37",
-    "ZHcy;": "\u0416",
-    "zhcy;": "\u0436",
-    "zigrarr;": "\u21DD",
-    "Zopf;": "\u2124",
-    "zopf;": "\uD835\uDD6B",
-    "Zscr;": "\uD835\uDCB5",
-    "zscr;": "\uD835\uDCCF",
-    "zwj;": "\u200D",
-    "zwnj;": "\u200C"
+            }
+        }
+        catch (err) {
+            if (err.code !== 'ENOENT') {
+                console.error('Failed to load single file bundle', err);
+            }
+        }
+    }
+    console.error("Failed to load message bundle for file " + file);
+    return function () {
+        return 'Failed to load message bundle. See console for details.';
+    };
+}
+exports.loadMessageBundle = loadMessageBundle;
+function config(opts) {
+    if (opts) {
+        if (isString(opts.locale)) {
+            options.locale = opts.locale.toLowerCase();
+            options.language = options.locale;
+            resolvedBundles = Object.create(null);
+        }
+        if (opts.messageFormat !== undefined) {
+            options.messageFormat = opts.messageFormat;
+        }
+        if (opts.bundleFormat === common_1.BundleFormat.standalone && options.languagePackSupport === true) {
+            options.languagePackSupport = false;
+        }
+    }
+    common_1.setPseudo(options.locale === 'pseudo');
+    return loadMessageBundle;
+}
+exports.config = config;
+ral_1.default.install(Object.freeze({
+    loadMessageBundle: loadMessageBundle,
+    config: config
+}));
+//# sourceMappingURL=main.js.map
+
+/***/ }),
+/* 69 */
+/***/ ((__unused_webpack_module, exports) => {
+
+
+Object.defineProperty(exports, "__esModule", ({ value: true }));
+var _ral;
+function RAL() {
+    if (_ral === undefined) {
+        throw new Error("No runtime abstraction layer installed");
+    }
+    return _ral;
+}
+(function (RAL) {
+    function install(ral) {
+        if (ral === undefined) {
+            throw new Error("No runtime abstraction layer provided");
+        }
+        _ral = ral;
+    }
+    RAL.install = install;
+})(RAL || (RAL = {}));
+exports.default = RAL;
+//# sourceMappingURL=ral.js.map
+
+/***/ }),
+/* 70 */
+/***/ ((__unused_webpack_module, exports, __webpack_require__) => {
+
+
+/* --------------------------------------------------------------------------------------------
+ * Copyright (c) Microsoft Corporation. All rights reserved.
+ * Licensed under the MIT License. See License.txt in the project root for license information.
+ * ------------------------------------------------------------------------------------------ */
+Object.defineProperty(exports, "__esModule", ({ value: true }));
+exports.config = exports.loadMessageBundle = exports.localize = exports.format = exports.setPseudo = exports.isPseudo = exports.isDefined = exports.BundleFormat = exports.MessageFormat = void 0;
+var ral_1 = __webpack_require__(69);
+var MessageFormat;
+(function (MessageFormat) {
+    MessageFormat["file"] = "file";
+    MessageFormat["bundle"] = "bundle";
+    MessageFormat["both"] = "both";
+})(MessageFormat = exports.MessageFormat || (exports.MessageFormat = {}));
+var BundleFormat;
+(function (BundleFormat) {
+    // the nls.bundle format
+    BundleFormat["standalone"] = "standalone";
+    BundleFormat["languagePack"] = "languagePack";
+})(BundleFormat = exports.BundleFormat || (exports.BundleFormat = {}));
+var LocalizeInfo;
+(function (LocalizeInfo) {
+    function is(value) {
+        var candidate = value;
+        return candidate && isDefined(candidate.key) && isDefined(candidate.comment);
+    }
+    LocalizeInfo.is = is;
+})(LocalizeInfo || (LocalizeInfo = {}));
+function isDefined(value) {
+    return typeof value !== 'undefined';
+}
+exports.isDefined = isDefined;
+exports.isPseudo = false;
+function setPseudo(pseudo) {
+    exports.isPseudo = pseudo;
+}
+exports.setPseudo = setPseudo;
+function format(message, args) {
+    var result;
+    if (exports.isPseudo) {
+        // FF3B and FF3D is the Unicode zenkaku representation for [ and ]
+        message = '\uFF3B' + message.replace(/[aouei]/g, '$&$&') + '\uFF3D';
+    }
+    if (args.length === 0) {
+        result = message;
+    }
+    else {
+        result = message.replace(/\{(\d+)\}/g, function (match, rest) {
+            var index = rest[0];
+            var arg = args[index];
+            var replacement = match;
+            if (typeof arg === 'string') {
+                replacement = arg;
+            }
+            else if (typeof arg === 'number' || typeof arg === 'boolean' || arg === void 0 || arg === null) {
+                replacement = String(arg);
+            }
+            return replacement;
+        });
+    }
+    return result;
+}
+exports.format = format;
+function localize(_key, message) {
+    var args = [];
+    for (var _i = 2; _i < arguments.length; _i++) {
+        args[_i - 2] = arguments[_i];
+    }
+    return format(message, args);
+}
+exports.localize = localize;
+function loadMessageBundle(file) {
+    return ral_1.default().loadMessageBundle(file);
+}
+exports.loadMessageBundle = loadMessageBundle;
+function config(opts) {
+    return ral_1.default().config(opts);
+}
+exports.config = config;
+//# sourceMappingURL=common.js.map
+
+/***/ }),
+/* 71 */
+/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
+
+__webpack_require__.r(__webpack_exports__);
+/* harmony export */ __webpack_require__.d(__webpack_exports__, {
+/* harmony export */   "browserNames": () => /* reexport safe */ _entry__WEBPACK_IMPORTED_MODULE_0__.browserNames,
+/* harmony export */   "getBrowserLabel": () => /* reexport safe */ _entry__WEBPACK_IMPORTED_MODULE_0__.getBrowserLabel,
+/* harmony export */   "getEntryDescription": () => /* reexport safe */ _entry__WEBPACK_IMPORTED_MODULE_0__.getEntryDescription,
+/* harmony export */   "textToMarkedString": () => /* reexport safe */ _entry__WEBPACK_IMPORTED_MODULE_0__.textToMarkedString,
+/* harmony export */   "colorFrom256RGB": () => /* reexport safe */ _colors__WEBPACK_IMPORTED_MODULE_1__.colorFrom256RGB,
+/* harmony export */   "colorFromHSL": () => /* reexport safe */ _colors__WEBPACK_IMPORTED_MODULE_1__.colorFromHSL,
+/* harmony export */   "colorFromHex": () => /* reexport safe */ _colors__WEBPACK_IMPORTED_MODULE_1__.colorFromHex,
+/* harmony export */   "colorFunctions": () => /* reexport safe */ _colors__WEBPACK_IMPORTED_MODULE_1__.colorFunctions,
+/* harmony export */   "colorKeywords": () => /* reexport safe */ _colors__WEBPACK_IMPORTED_MODULE_1__.colorKeywords,
+/* harmony export */   "colors": () => /* reexport safe */ _colors__WEBPACK_IMPORTED_MODULE_1__.colors,
+/* harmony export */   "getColorValue": () => /* reexport safe */ _colors__WEBPACK_IMPORTED_MODULE_1__.getColorValue,
+/* harmony export */   "hexDigit": () => /* reexport safe */ _colors__WEBPACK_IMPORTED_MODULE_1__.hexDigit,
+/* harmony export */   "hslFromColor": () => /* reexport safe */ _colors__WEBPACK_IMPORTED_MODULE_1__.hslFromColor,
+/* harmony export */   "isColorConstructor": () => /* reexport safe */ _colors__WEBPACK_IMPORTED_MODULE_1__.isColorConstructor,
+/* harmony export */   "isColorValue": () => /* reexport safe */ _colors__WEBPACK_IMPORTED_MODULE_1__.isColorValue,
+/* harmony export */   "basicShapeFunctions": () => /* reexport safe */ _builtinData__WEBPACK_IMPORTED_MODULE_2__.basicShapeFunctions,
+/* harmony export */   "boxKeywords": () => /* reexport safe */ _builtinData__WEBPACK_IMPORTED_MODULE_2__.boxKeywords,
+/* harmony export */   "cssWideKeywords": () => /* reexport safe */ _builtinData__WEBPACK_IMPORTED_MODULE_2__.cssWideKeywords,
+/* harmony export */   "geometryBoxKeywords": () => /* reexport safe */ _builtinData__WEBPACK_IMPORTED_MODULE_2__.geometryBoxKeywords,
+/* harmony export */   "html5Tags": () => /* reexport safe */ _builtinData__WEBPACK_IMPORTED_MODULE_2__.html5Tags,
+/* harmony export */   "imageFunctions": () => /* reexport safe */ _builtinData__WEBPACK_IMPORTED_MODULE_2__.imageFunctions,
+/* harmony export */   "lineStyleKeywords": () => /* reexport safe */ _builtinData__WEBPACK_IMPORTED_MODULE_2__.lineStyleKeywords,
+/* harmony export */   "lineWidthKeywords": () => /* reexport safe */ _builtinData__WEBPACK_IMPORTED_MODULE_2__.lineWidthKeywords,
+/* harmony export */   "pageBoxDirectives": () => /* reexport safe */ _builtinData__WEBPACK_IMPORTED_MODULE_2__.pageBoxDirectives,
+/* harmony export */   "positionKeywords": () => /* reexport safe */ _builtinData__WEBPACK_IMPORTED_MODULE_2__.positionKeywords,
+/* harmony export */   "repeatStyleKeywords": () => /* reexport safe */ _builtinData__WEBPACK_IMPORTED_MODULE_2__.repeatStyleKeywords,
+/* harmony export */   "svgElements": () => /* reexport safe */ _builtinData__WEBPACK_IMPORTED_MODULE_2__.svgElements,
+/* harmony export */   "transitionTimingFunctions": () => /* reexport safe */ _builtinData__WEBPACK_IMPORTED_MODULE_2__.transitionTimingFunctions,
+/* harmony export */   "units": () => /* reexport safe */ _builtinData__WEBPACK_IMPORTED_MODULE_2__.units
+/* harmony export */ });
+/* harmony import */ var _entry__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(72);
+/* harmony import */ var _colors__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(73);
+/* harmony import */ var _builtinData__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(74);
+/*---------------------------------------------------------------------------------------------
+ *  Copyright (c) Microsoft Corporation. All rights reserved.
+ *  Licensed under the MIT License. See License.txt in the project root for license information.
+ *--------------------------------------------------------------------------------------------*/
+
+
+
+
+
+
+/***/ }),
+/* 72 */
+/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
+
+__webpack_require__.r(__webpack_exports__);
+/* harmony export */ __webpack_require__.d(__webpack_exports__, {
+/* harmony export */   "browserNames": () => /* binding */ browserNames,
+/* harmony export */   "getEntryDescription": () => /* binding */ getEntryDescription,
+/* harmony export */   "textToMarkedString": () => /* binding */ textToMarkedString,
+/* harmony export */   "getBrowserLabel": () => /* binding */ getBrowserLabel
+/* harmony export */ });
+/*---------------------------------------------------------------------------------------------
+ *  Copyright (c) Microsoft Corporation. All rights reserved.
+ *  Licensed under the MIT License. See License.txt in the project root for license information.
+ *--------------------------------------------------------------------------------------------*/
+
+var browserNames = {
+    E: 'Edge',
+    FF: 'Firefox',
+    S: 'Safari',
+    C: 'Chrome',
+    IE: 'IE',
+    O: 'Opera'
+};
+function getEntryStatus(status) {
+    switch (status) {
+        case 'experimental':
+            return '⚠️ Property is experimental. Be cautious when using it.️\n\n';
+        case 'nonstandard':
+            return '🚨️ Property is nonstandard. Avoid using it.\n\n';
+        case 'obsolete':
+            return '🚨️️️ Property is obsolete. Avoid using it.\n\n';
+        default:
+            return '';
+    }
+}
+function getEntryDescription(entry, doesSupportMarkdown) {
+    var result;
+    if (doesSupportMarkdown) {
+        result = {
+            kind: 'markdown',
+            value: getEntryMarkdownDescription(entry)
+        };
+    }
+    else {
+        result = {
+            kind: 'plaintext',
+            value: getEntryStringDescription(entry)
+        };
+    }
+    if (result.value === '') {
+        return undefined;
+    }
+    return result;
+}
+function textToMarkedString(text) {
+    text = text.replace(/[\\`*_{}[\]()#+\-.!]/g, '\\$&'); // escape markdown syntax tokens: http://daringfireball.net/projects/markdown/syntax#backslash
+    return text.replace(/</g, '&lt;').replace(/>/g, '&gt;');
+}
+function getEntryStringDescription(entry) {
+    if (!entry.description || entry.description === '') {
+        return '';
+    }
+    if (typeof entry.description !== 'string') {
+        return entry.description.value;
+    }
+    var result = '';
+    if (entry.status) {
+        result += getEntryStatus(entry.status);
+    }
+    result += entry.description;
+    var browserLabel = getBrowserLabel(entry.browsers);
+    if (browserLabel) {
+        result += '\n(' + browserLabel + ')';
+    }
+    if ('syntax' in entry) {
+        result += "\n\nSyntax: " + entry.syntax;
+    }
+    if (entry.references && entry.references.length > 0) {
+        result += '\n\n';
+        result += entry.references.map(function (r) {
+            return r.name + ": " + r.url;
+        }).join(' | ');
+    }
+    return result;
+}
+function getEntryMarkdownDescription(entry) {
+    if (!entry.description || entry.description === '') {
+        return '';
+    }
+    var result = '';
+    if (entry.status) {
+        result += getEntryStatus(entry.status);
+    }
+    var description = typeof entry.description === 'string' ? entry.description : entry.description.value;
+    result += textToMarkedString(description);
+    var browserLabel = getBrowserLabel(entry.browsers);
+    if (browserLabel) {
+        result += '\n\n(' + textToMarkedString(browserLabel) + ')';
+    }
+    if ('syntax' in entry && entry.syntax) {
+        result += "\n\nSyntax: " + textToMarkedString(entry.syntax);
+    }
+    if (entry.references && entry.references.length > 0) {
+        result += '\n\n';
+        result += entry.references.map(function (r) {
+            return "[" + r.name + "](" + r.url + ")";
+        }).join(' | ');
+    }
+    return result;
+}
+/**
+ * Input is like `["E12","FF49","C47","IE","O"]`
+ * Output is like `Edge 12, Firefox 49, Chrome 47, IE, Opera`
+ */
+function getBrowserLabel(browsers) {
+    if (browsers === void 0) { browsers = []; }
+    if (browsers.length === 0) {
+        return null;
+    }
+    return browsers
+        .map(function (b) {
+        var result = '';
+        var matches = b.match(/([A-Z]+)(\d+)?/);
+        var name = matches[1];
+        var version = matches[2];
+        if (name in browserNames) {
+            result += browserNames[name];
+        }
+        if (version) {
+            result += ' ' + version;
+        }
+        return result;
+    })
+        .join(', ');
+}
+
+
+/***/ }),
+/* 73 */
+/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
+
+__webpack_require__.r(__webpack_exports__);
+/* harmony export */ __webpack_require__.d(__webpack_exports__, {
+/* harmony export */   "colorFunctions": () => /* binding */ colorFunctions,
+/* harmony export */   "colors": () => /* binding */ colors,
+/* harmony export */   "colorKeywords": () => /* binding */ colorKeywords,
+/* harmony export */   "isColorConstructor": () => /* binding */ isColorConstructor,
+/* harmony export */   "isColorValue": () => /* binding */ isColorValue,
+/* harmony export */   "hexDigit": () => /* binding */ hexDigit,
+/* harmony export */   "colorFromHex": () => /* binding */ colorFromHex,
+/* harmony export */   "colorFrom256RGB": () => /* binding */ colorFrom256RGB,
+/* harmony export */   "colorFromHSL": () => /* binding */ colorFromHSL,
+/* harmony export */   "hslFromColor": () => /* binding */ hslFromColor,
+/* harmony export */   "getColorValue": () => /* binding */ getColorValue
+/* harmony export */ });
+/* harmony import */ var _parser_cssNodes__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(65);
+/* harmony import */ var vscode_nls__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(68);
+/*---------------------------------------------------------------------------------------------
+ *  Copyright (c) Microsoft Corporation. All rights reserved.
+ *  Licensed under the MIT License. See License.txt in the project root for license information.
+ *--------------------------------------------------------------------------------------------*/
+
+
+var localize = vscode_nls__WEBPACK_IMPORTED_MODULE_1__.loadMessageBundle();
+var colorFunctions = [
+    { func: 'rgb($red, $green, $blue)', desc: localize('css.builtin.rgb', 'Creates a Color from red, green, and blue values.') },
+    { func: 'rgba($red, $green, $blue, $alpha)', desc: localize('css.builtin.rgba', 'Creates a Color from red, green, blue, and alpha values.') },
+    { func: 'hsl($hue, $saturation, $lightness)', desc: localize('css.builtin.hsl', 'Creates a Color from hue, saturation, and lightness values.') },
+    { func: 'hsla($hue, $saturation, $lightness, $alpha)', desc: localize('css.builtin.hsla', 'Creates a Color from hue, saturation, lightness, and alpha values.') }
+];
+var colors = {
+    aliceblue: '#f0f8ff',
+    antiquewhite: '#faebd7',
+    aqua: '#00ffff',
+    aquamarine: '#7fffd4',
+    azure: '#f0ffff',
+    beige: '#f5f5dc',
+    bisque: '#ffe4c4',
+    black: '#000000',
+    blanchedalmond: '#ffebcd',
+    blue: '#0000ff',
+    blueviolet: '#8a2be2',
+    brown: '#a52a2a',
+    burlywood: '#deb887',
+    cadetblue: '#5f9ea0',
+    chartreuse: '#7fff00',
+    chocolate: '#d2691e',
+    coral: '#ff7f50',
+    cornflowerblue: '#6495ed',
+    cornsilk: '#fff8dc',
+    crimson: '#dc143c',
+    cyan: '#00ffff',
+    darkblue: '#00008b',
+    darkcyan: '#008b8b',
+    darkgoldenrod: '#b8860b',
+    darkgray: '#a9a9a9',
+    darkgrey: '#a9a9a9',
+    darkgreen: '#006400',
+    darkkhaki: '#bdb76b',
+    darkmagenta: '#8b008b',
+    darkolivegreen: '#556b2f',
+    darkorange: '#ff8c00',
+    darkorchid: '#9932cc',
+    darkred: '#8b0000',
+    darksalmon: '#e9967a',
+    darkseagreen: '#8fbc8f',
+    darkslateblue: '#483d8b',
+    darkslategray: '#2f4f4f',
+    darkslategrey: '#2f4f4f',
+    darkturquoise: '#00ced1',
+    darkviolet: '#9400d3',
+    deeppink: '#ff1493',
+    deepskyblue: '#00bfff',
+    dimgray: '#696969',
+    dimgrey: '#696969',
+    dodgerblue: '#1e90ff',
+    firebrick: '#b22222',
+    floralwhite: '#fffaf0',
+    forestgreen: '#228b22',
+    fuchsia: '#ff00ff',
+    gainsboro: '#dcdcdc',
+    ghostwhite: '#f8f8ff',
+    gold: '#ffd700',
+    goldenrod: '#daa520',
+    gray: '#808080',
+    grey: '#808080',
+    green: '#008000',
+    greenyellow: '#adff2f',
+    honeydew: '#f0fff0',
+    hotpink: '#ff69b4',
+    indianred: '#cd5c5c',
+    indigo: '#4b0082',
+    ivory: '#fffff0',
+    khaki: '#f0e68c',
+    lavender: '#e6e6fa',
+    lavenderblush: '#fff0f5',
+    lawngreen: '#7cfc00',
+    lemonchiffon: '#fffacd',
+    lightblue: '#add8e6',
+    lightcoral: '#f08080',
+    lightcyan: '#e0ffff',
+    lightgoldenrodyellow: '#fafad2',
+    lightgray: '#d3d3d3',
+    lightgrey: '#d3d3d3',
+    lightgreen: '#90ee90',
+    lightpink: '#ffb6c1',
+    lightsalmon: '#ffa07a',
+    lightseagreen: '#20b2aa',
+    lightskyblue: '#87cefa',
+    lightslategray: '#778899',
+    lightslategrey: '#778899',
+    lightsteelblue: '#b0c4de',
+    lightyellow: '#ffffe0',
+    lime: '#00ff00',
+    limegreen: '#32cd32',
+    linen: '#faf0e6',
+    magenta: '#ff00ff',
+    maroon: '#800000',
+    mediumaquamarine: '#66cdaa',
+    mediumblue: '#0000cd',
+    mediumorchid: '#ba55d3',
+    mediumpurple: '#9370d8',
+    mediumseagreen: '#3cb371',
+    mediumslateblue: '#7b68ee',
+    mediumspringgreen: '#00fa9a',
+    mediumturquoise: '#48d1cc',
+    mediumvioletred: '#c71585',
+    midnightblue: '#191970',
+    mintcream: '#f5fffa',
+    mistyrose: '#ffe4e1',
+    moccasin: '#ffe4b5',
+    navajowhite: '#ffdead',
+    navy: '#000080',
+    oldlace: '#fdf5e6',
+    olive: '#808000',
+    olivedrab: '#6b8e23',
+    orange: '#ffa500',
+    orangered: '#ff4500',
+    orchid: '#da70d6',
+    palegoldenrod: '#eee8aa',
+    palegreen: '#98fb98',
+    paleturquoise: '#afeeee',
+    palevioletred: '#d87093',
+    papayawhip: '#ffefd5',
+    peachpuff: '#ffdab9',
+    peru: '#cd853f',
+    pink: '#ffc0cb',
+    plum: '#dda0dd',
+    powderblue: '#b0e0e6',
+    purple: '#800080',
+    red: '#ff0000',
+    rebeccapurple: '#663399',
+    rosybrown: '#bc8f8f',
+    royalblue: '#4169e1',
+    saddlebrown: '#8b4513',
+    salmon: '#fa8072',
+    sandybrown: '#f4a460',
+    seagreen: '#2e8b57',
+    seashell: '#fff5ee',
+    sienna: '#a0522d',
+    silver: '#c0c0c0',
+    skyblue: '#87ceeb',
+    slateblue: '#6a5acd',
+    slategray: '#708090',
+    slategrey: '#708090',
+    snow: '#fffafa',
+    springgreen: '#00ff7f',
+    steelblue: '#4682b4',
+    tan: '#d2b48c',
+    teal: '#008080',
+    thistle: '#d8bfd8',
+    tomato: '#ff6347',
+    turquoise: '#40e0d0',
+    violet: '#ee82ee',
+    wheat: '#f5deb3',
+    white: '#ffffff',
+    whitesmoke: '#f5f5f5',
+    yellow: '#ffff00',
+    yellowgreen: '#9acd32'
+};
+var colorKeywords = {
+    'currentColor': 'The value of the \'color\' property. The computed value of the \'currentColor\' keyword is the computed value of the \'color\' property. If the \'currentColor\' keyword is set on the \'color\' property itself, it is treated as \'color:inherit\' at parse time.',
+    'transparent': 'Fully transparent. This keyword can be considered a shorthand for rgba(0,0,0,0) which is its computed value.',
+};
+function getNumericValue(node, factor) {
+    var val = node.getText();
+    var m = val.match(/^([-+]?[0-9]*\.?[0-9]+)(%?)$/);
+    if (m) {
+        if (m[2]) {
+            factor = 100.0;
+        }
+        var result = parseFloat(m[1]) / factor;
+        if (result >= 0 && result <= 1) {
+            return result;
+        }
+    }
+    throw new Error();
+}
+function getAngle(node) {
+    var val = node.getText();
+    var m = val.match(/^([-+]?[0-9]*\.?[0-9]+)(deg)?$/);
+    if (m) {
+        return parseFloat(val) % 360;
+    }
+    throw new Error();
+}
+function isColorConstructor(node) {
+    var name = node.getName();
+    if (!name) {
+        return false;
+    }
+    return /^(rgb|rgba|hsl|hsla)$/gi.test(name);
+}
+/**
+ * Returns true if the node is a color value - either
+ * defined a hex number, as rgb or rgba function, or
+ * as color name.
+ */
+function isColorValue(node) {
+    if (node.type === _parser_cssNodes__WEBPACK_IMPORTED_MODULE_0__.NodeType.HexColorValue) {
+        return true;
+    }
+    else if (node.type === _parser_cssNodes__WEBPACK_IMPORTED_MODULE_0__.NodeType.Function) {
+        return isColorConstructor(node);
+    }
+    else if (node.type === _parser_cssNodes__WEBPACK_IMPORTED_MODULE_0__.NodeType.Identifier) {
+        if (node.parent && node.parent.type !== _parser_cssNodes__WEBPACK_IMPORTED_MODULE_0__.NodeType.Term) {
+            return false;
+        }
+        var candidateColor = node.getText().toLowerCase();
+        if (candidateColor === 'none') {
+            return false;
+        }
+        if (colors[candidateColor]) {
+            return true;
+        }
+    }
+    return false;
+}
+var Digit0 = 48;
+var Digit9 = 57;
+var A = 65;
+var F = 70;
+var a = 97;
+var f = 102;
+function hexDigit(charCode) {
+    if (charCode < Digit0) {
+        return 0;
+    }
+    if (charCode <= Digit9) {
+        return charCode - Digit0;
+    }
+    if (charCode < a) {
+        charCode += (a - A);
+    }
+    if (charCode >= a && charCode <= f) {
+        return charCode - a + 10;
+    }
+    return 0;
+}
+function colorFromHex(text) {
+    if (text[0] !== '#') {
+        return null;
+    }
+    switch (text.length) {
+        case 4:
+            return {
+                red: (hexDigit(text.charCodeAt(1)) * 0x11) / 255.0,
+                green: (hexDigit(text.charCodeAt(2)) * 0x11) / 255.0,
+                blue: (hexDigit(text.charCodeAt(3)) * 0x11) / 255.0,
+                alpha: 1
+            };
+        case 5:
+            return {
+                red: (hexDigit(text.charCodeAt(1)) * 0x11) / 255.0,
+                green: (hexDigit(text.charCodeAt(2)) * 0x11) / 255.0,
+                blue: (hexDigit(text.charCodeAt(3)) * 0x11) / 255.0,
+                alpha: (hexDigit(text.charCodeAt(4)) * 0x11) / 255.0,
+            };
+        case 7:
+            return {
+                red: (hexDigit(text.charCodeAt(1)) * 0x10 + hexDigit(text.charCodeAt(2))) / 255.0,
+                green: (hexDigit(text.charCodeAt(3)) * 0x10 + hexDigit(text.charCodeAt(4))) / 255.0,
+                blue: (hexDigit(text.charCodeAt(5)) * 0x10 + hexDigit(text.charCodeAt(6))) / 255.0,
+                alpha: 1
+            };
+        case 9:
+            return {
+                red: (hexDigit(text.charCodeAt(1)) * 0x10 + hexDigit(text.charCodeAt(2))) / 255.0,
+                green: (hexDigit(text.charCodeAt(3)) * 0x10 + hexDigit(text.charCodeAt(4))) / 255.0,
+                blue: (hexDigit(text.charCodeAt(5)) * 0x10 + hexDigit(text.charCodeAt(6))) / 255.0,
+                alpha: (hexDigit(text.charCodeAt(7)) * 0x10 + hexDigit(text.charCodeAt(8))) / 255.0
+            };
+    }
+    return null;
+}
+function colorFrom256RGB(red, green, blue, alpha) {
+    if (alpha === void 0) { alpha = 1.0; }
+    return {
+        red: red / 255.0,
+        green: green / 255.0,
+        blue: blue / 255.0,
+        alpha: alpha
+    };
+}
+function colorFromHSL(hue, sat, light, alpha) {
+    if (alpha === void 0) { alpha = 1.0; }
+    hue = hue / 60.0;
+    if (sat === 0) {
+        return { red: light, green: light, blue: light, alpha: alpha };
+    }
+    else {
+        var hueToRgb = function (t1, t2, hue) {
+            while (hue < 0) {
+                hue += 6;
+            }
+            while (hue >= 6) {
+                hue -= 6;
+            }
+            if (hue < 1) {
+                return (t2 - t1) * hue + t1;
+            }
+            if (hue < 3) {
+                return t2;
+            }
+            if (hue < 4) {
+                return (t2 - t1) * (4 - hue) + t1;
+            }
+            return t1;
+        };
+        var t2 = light <= 0.5 ? (light * (sat + 1)) : (light + sat - (light * sat));
+        var t1 = light * 2 - t2;
+        return { red: hueToRgb(t1, t2, hue + 2), green: hueToRgb(t1, t2, hue), blue: hueToRgb(t1, t2, hue - 2), alpha: alpha };
+    }
+}
+function hslFromColor(rgba) {
+    var r = rgba.red;
+    var g = rgba.green;
+    var b = rgba.blue;
+    var a = rgba.alpha;
+    var max = Math.max(r, g, b);
+    var min = Math.min(r, g, b);
+    var h = 0;
+    var s = 0;
+    var l = (min + max) / 2;
+    var chroma = max - min;
+    if (chroma > 0) {
+        s = Math.min((l <= 0.5 ? chroma / (2 * l) : chroma / (2 - (2 * l))), 1);
+        switch (max) {
+            case r:
+                h = (g - b) / chroma + (g < b ? 6 : 0);
+                break;
+            case g:
+                h = (b - r) / chroma + 2;
+                break;
+            case b:
+                h = (r - g) / chroma + 4;
+                break;
+        }
+        h *= 60;
+        h = Math.round(h);
+    }
+    return { h: h, s: s, l: l, a: a };
+}
+function getColorValue(node) {
+    if (node.type === _parser_cssNodes__WEBPACK_IMPORTED_MODULE_0__.NodeType.HexColorValue) {
+        var text = node.getText();
+        return colorFromHex(text);
+    }
+    else if (node.type === _parser_cssNodes__WEBPACK_IMPORTED_MODULE_0__.NodeType.Function) {
+        var functionNode = node;
+        var name = functionNode.getName();
+        var colorValues = functionNode.getArguments().getChildren();
+        if (!name || colorValues.length < 3 || colorValues.length > 4) {
+            return null;
+        }
+        try {
+            var alpha = colorValues.length === 4 ? getNumericValue(colorValues[3], 1) : 1;
+            if (name === 'rgb' || name === 'rgba') {
+                return {
+                    red: getNumericValue(colorValues[0], 255.0),
+                    green: getNumericValue(colorValues[1], 255.0),
+                    blue: getNumericValue(colorValues[2], 255.0),
+                    alpha: alpha
+                };
+            }
+            else if (name === 'hsl' || name === 'hsla') {
+                var h = getAngle(colorValues[0]);
+                var s = getNumericValue(colorValues[1], 100.0);
+                var l = getNumericValue(colorValues[2], 100.0);
+                return colorFromHSL(h, s, l, alpha);
+            }
+        }
+        catch (e) {
+            // parse error on numeric value
+            return null;
+        }
+    }
+    else if (node.type === _parser_cssNodes__WEBPACK_IMPORTED_MODULE_0__.NodeType.Identifier) {
+        if (node.parent && node.parent.type !== _parser_cssNodes__WEBPACK_IMPORTED_MODULE_0__.NodeType.Term) {
+            return null;
+        }
+        var term = node.parent;
+        if (term && term.parent && term.parent.type === _parser_cssNodes__WEBPACK_IMPORTED_MODULE_0__.NodeType.BinaryExpression) {
+            var expression = term.parent;
+            if (expression.parent && expression.parent.type === _parser_cssNodes__WEBPACK_IMPORTED_MODULE_0__.NodeType.ListEntry && expression.parent.key === expression) {
+                return null;
+            }
+        }
+        var candidateColor = node.getText().toLowerCase();
+        if (candidateColor === 'none') {
+            return null;
+        }
+        var colorHex = colors[candidateColor];
+        if (colorHex) {
+            return colorFromHex(colorHex);
+        }
+    }
+    return null;
+}
+
+
+/***/ }),
+/* 74 */
+/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
+
+__webpack_require__.r(__webpack_exports__);
+/* harmony export */ __webpack_require__.d(__webpack_exports__, {
+/* harmony export */   "positionKeywords": () => /* binding */ positionKeywords,
+/* harmony export */   "repeatStyleKeywords": () => /* binding */ repeatStyleKeywords,
+/* harmony export */   "lineStyleKeywords": () => /* binding */ lineStyleKeywords,
+/* harmony export */   "lineWidthKeywords": () => /* binding */ lineWidthKeywords,
+/* harmony export */   "boxKeywords": () => /* binding */ boxKeywords,
+/* harmony export */   "geometryBoxKeywords": () => /* binding */ geometryBoxKeywords,
+/* harmony export */   "cssWideKeywords": () => /* binding */ cssWideKeywords,
+/* harmony export */   "imageFunctions": () => /* binding */ imageFunctions,
+/* harmony export */   "transitionTimingFunctions": () => /* binding */ transitionTimingFunctions,
+/* harmony export */   "basicShapeFunctions": () => /* binding */ basicShapeFunctions,
+/* harmony export */   "units": () => /* binding */ units,
+/* harmony export */   "html5Tags": () => /* binding */ html5Tags,
+/* harmony export */   "svgElements": () => /* binding */ svgElements,
+/* harmony export */   "pageBoxDirectives": () => /* binding */ pageBoxDirectives
+/* harmony export */ });
+/*---------------------------------------------------------------------------------------------
+ *  Copyright (c) Microsoft Corporation. All rights reserved.
+ *  Licensed under the MIT License. See License.txt in the project root for license information.
+ *--------------------------------------------------------------------------------------------*/
+
+var positionKeywords = {
+    'bottom': 'Computes to ‘100%’ for the vertical position if one or two values are given, otherwise specifies the bottom edge as the origin for the next offset.',
+    'center': 'Computes to ‘50%’ (‘left 50%’) for the horizontal position if the horizontal position is not otherwise specified, or ‘50%’ (‘top 50%’) for the vertical position if it is.',
+    'left': 'Computes to ‘0%’ for the horizontal position if one or two values are given, otherwise specifies the left edge as the origin for the next offset.',
+    'right': 'Computes to ‘100%’ for the horizontal position if one or two values are given, otherwise specifies the right edge as the origin for the next offset.',
+    'top': 'Computes to ‘0%’ for the vertical position if one or two values are given, otherwise specifies the top edge as the origin for the next offset.'
+};
+var repeatStyleKeywords = {
+    'no-repeat': 'Placed once and not repeated in this direction.',
+    'repeat': 'Repeated in this direction as often as needed to cover the background painting area.',
+    'repeat-x': 'Computes to ‘repeat no-repeat’.',
+    'repeat-y': 'Computes to ‘no-repeat repeat’.',
+    'round': 'Repeated as often as will fit within the background positioning area. If it doesn’t fit a whole number of times, it is rescaled so that it does.',
+    'space': 'Repeated as often as will fit within the background positioning area without being clipped and then the images are spaced out to fill the area.'
+};
+var lineStyleKeywords = {
+    'dashed': 'A series of square-ended dashes.',
+    'dotted': 'A series of round dots.',
+    'double': 'Two parallel solid lines with some space between them.',
+    'groove': 'Looks as if it were carved in the canvas.',
+    'hidden': 'Same as ‘none’, but has different behavior in the border conflict resolution rules for border-collapsed tables.',
+    'inset': 'Looks as if the content on the inside of the border is sunken into the canvas.',
+    'none': 'No border. Color and width are ignored.',
+    'outset': 'Looks as if the content on the inside of the border is coming out of the canvas.',
+    'ridge': 'Looks as if it were coming out of the canvas.',
+    'solid': 'A single line segment.'
+};
+var lineWidthKeywords = ['medium', 'thick', 'thin'];
+var boxKeywords = {
+    'border-box': 'The background is painted within (clipped to) the border box.',
+    'content-box': 'The background is painted within (clipped to) the content box.',
+    'padding-box': 'The background is painted within (clipped to) the padding box.'
+};
+var geometryBoxKeywords = {
+    'margin-box': 'Uses the margin box as reference box.',
+    'fill-box': 'Uses the object bounding box as reference box.',
+    'stroke-box': 'Uses the stroke bounding box as reference box.',
+    'view-box': 'Uses the nearest SVG viewport as reference box.'
+};
+var cssWideKeywords = {
+    'initial': 'Represents the value specified as the property’s initial value.',
+    'inherit': 'Represents the computed value of the property on the element’s parent.',
+    'unset': 'Acts as either `inherit` or `initial`, depending on whether the property is inherited or not.'
+};
+var imageFunctions = {
+    'url()': 'Reference an image file by URL',
+    'image()': 'Provide image fallbacks and annotations.',
+    '-webkit-image-set()': 'Provide multiple resolutions. Remember to use unprefixed image-set() in addition.',
+    'image-set()': 'Provide multiple resolutions of an image and const the UA decide which is most appropriate in a given situation.',
+    '-moz-element()': 'Use an element in the document as an image. Remember to use unprefixed element() in addition.',
+    'element()': 'Use an element in the document as an image.',
+    'cross-fade()': 'Indicates the two images to be combined and how far along in the transition the combination is.',
+    '-webkit-gradient()': 'Deprecated. Use modern linear-gradient() or radial-gradient() instead.',
+    '-webkit-linear-gradient()': 'Linear gradient. Remember to use unprefixed version in addition.',
+    '-moz-linear-gradient()': 'Linear gradient. Remember to use unprefixed version in addition.',
+    '-o-linear-gradient()': 'Linear gradient. Remember to use unprefixed version in addition.',
+    'linear-gradient()': 'A linear gradient is created by specifying a straight gradient line, and then several colors placed along that line.',
+    '-webkit-repeating-linear-gradient()': 'Repeating Linear gradient. Remember to use unprefixed version in addition.',
+    '-moz-repeating-linear-gradient()': 'Repeating Linear gradient. Remember to use unprefixed version in addition.',
+    '-o-repeating-linear-gradient()': 'Repeating Linear gradient. Remember to use unprefixed version in addition.',
+    'repeating-linear-gradient()': 'Same as linear-gradient, except the color-stops are repeated infinitely in both directions, with their positions shifted by multiples of the difference between the last specified color-stop’s position and the first specified color-stop’s position.',
+    '-webkit-radial-gradient()': 'Radial gradient. Remember to use unprefixed version in addition.',
+    '-moz-radial-gradient()': 'Radial gradient. Remember to use unprefixed version in addition.',
+    'radial-gradient()': 'Colors emerge from a single point and smoothly spread outward in a circular or elliptical shape.',
+    '-webkit-repeating-radial-gradient()': 'Repeating radial gradient. Remember to use unprefixed version in addition.',
+    '-moz-repeating-radial-gradient()': 'Repeating radial gradient. Remember to use unprefixed version in addition.',
+    'repeating-radial-gradient()': 'Same as radial-gradient, except the color-stops are repeated infinitely in both directions, with their positions shifted by multiples of the difference between the last specified color-stop’s position and the first specified color-stop’s position.'
+};
+var transitionTimingFunctions = {
+    'ease': 'Equivalent to cubic-bezier(0.25, 0.1, 0.25, 1.0).',
+    'ease-in': 'Equivalent to cubic-bezier(0.42, 0, 1.0, 1.0).',
+    'ease-in-out': 'Equivalent to cubic-bezier(0.42, 0, 0.58, 1.0).',
+    'ease-out': 'Equivalent to cubic-bezier(0, 0, 0.58, 1.0).',
+    'linear': 'Equivalent to cubic-bezier(0.0, 0.0, 1.0, 1.0).',
+    'step-end': 'Equivalent to steps(1, end).',
+    'step-start': 'Equivalent to steps(1, start).',
+    'steps()': 'The first parameter specifies the number of intervals in the function. The second parameter, which is optional, is either the value “start” or “end”.',
+    'cubic-bezier()': 'Specifies a cubic-bezier curve. The four values specify points P1 and P2  of the curve as (x1, y1, x2, y2).',
+    'cubic-bezier(0.6, -0.28, 0.735, 0.045)': 'Ease-in Back. Overshoots.',
+    'cubic-bezier(0.68, -0.55, 0.265, 1.55)': 'Ease-in-out Back. Overshoots.',
+    'cubic-bezier(0.175, 0.885, 0.32, 1.275)': 'Ease-out Back. Overshoots.',
+    'cubic-bezier(0.6, 0.04, 0.98, 0.335)': 'Ease-in Circular. Based on half circle.',
+    'cubic-bezier(0.785, 0.135, 0.15, 0.86)': 'Ease-in-out Circular. Based on half circle.',
+    'cubic-bezier(0.075, 0.82, 0.165, 1)': 'Ease-out Circular. Based on half circle.',
+    'cubic-bezier(0.55, 0.055, 0.675, 0.19)': 'Ease-in Cubic. Based on power of three.',
+    'cubic-bezier(0.645, 0.045, 0.355, 1)': 'Ease-in-out Cubic. Based on power of three.',
+    'cubic-bezier(0.215, 0.610, 0.355, 1)': 'Ease-out Cubic. Based on power of three.',
+    'cubic-bezier(0.95, 0.05, 0.795, 0.035)': 'Ease-in Exponential. Based on two to the power ten.',
+    'cubic-bezier(1, 0, 0, 1)': 'Ease-in-out Exponential. Based on two to the power ten.',
+    'cubic-bezier(0.19, 1, 0.22, 1)': 'Ease-out Exponential. Based on two to the power ten.',
+    'cubic-bezier(0.47, 0, 0.745, 0.715)': 'Ease-in Sine.',
+    'cubic-bezier(0.445, 0.05, 0.55, 0.95)': 'Ease-in-out Sine.',
+    'cubic-bezier(0.39, 0.575, 0.565, 1)': 'Ease-out Sine.',
+    'cubic-bezier(0.55, 0.085, 0.68, 0.53)': 'Ease-in Quadratic. Based on power of two.',
+    'cubic-bezier(0.455, 0.03, 0.515, 0.955)': 'Ease-in-out Quadratic. Based on power of two.',
+    'cubic-bezier(0.25, 0.46, 0.45, 0.94)': 'Ease-out Quadratic. Based on power of two.',
+    'cubic-bezier(0.895, 0.03, 0.685, 0.22)': 'Ease-in Quartic. Based on power of four.',
+    'cubic-bezier(0.77, 0, 0.175, 1)': 'Ease-in-out Quartic. Based on power of four.',
+    'cubic-bezier(0.165, 0.84, 0.44, 1)': 'Ease-out Quartic. Based on power of four.',
+    'cubic-bezier(0.755, 0.05, 0.855, 0.06)': 'Ease-in Quintic. Based on power of five.',
+    'cubic-bezier(0.86, 0, 0.07, 1)': 'Ease-in-out Quintic. Based on power of five.',
+    'cubic-bezier(0.23, 1, 0.320, 1)': 'Ease-out Quintic. Based on power of five.'
+};
+var basicShapeFunctions = {
+    'circle()': 'Defines a circle.',
+    'ellipse()': 'Defines an ellipse.',
+    'inset()': 'Defines an inset rectangle.',
+    'polygon()': 'Defines a polygon.'
+};
+var units = {
+    'length': ['em', 'rem', 'ex', 'px', 'cm', 'mm', 'in', 'pt', 'pc', 'ch', 'vw', 'vh', 'vmin', 'vmax'],
+    'angle': ['deg', 'rad', 'grad', 'turn'],
+    'time': ['ms', 's'],
+    'frequency': ['Hz', 'kHz'],
+    'resolution': ['dpi', 'dpcm', 'dppx'],
+    'percentage': ['%', 'fr']
+};
+var html5Tags = ['a', 'abbr', 'address', 'area', 'article', 'aside', 'audio', 'b', 'base', 'bdi', 'bdo', 'blockquote', 'body', 'br', 'button', 'canvas', 'caption',
+    'cite', 'code', 'col', 'colgroup', 'data', 'datalist', 'dd', 'del', 'details', 'dfn', 'dialog', 'div', 'dl', 'dt', 'em', 'embed', 'fieldset', 'figcaption', 'figure', 'footer',
+    'form', 'h1', 'h2', 'h3', 'h4', 'h5', 'h6', 'head', 'header', 'hgroup', 'hr', 'html', 'i', 'iframe', 'img', 'input', 'ins', 'kbd', 'keygen', 'label', 'legend', 'li', 'link',
+    'main', 'map', 'mark', 'menu', 'menuitem', 'meta', 'meter', 'nav', 'noscript', 'object', 'ol', 'optgroup', 'option', 'output', 'p', 'param', 'picture', 'pre', 'progress', 'q',
+    'rb', 'rp', 'rt', 'rtc', 'ruby', 's', 'samp', 'script', 'section', 'select', 'small', 'source', 'span', 'strong', 'style', 'sub', 'summary', 'sup', 'table', 'tbody', 'td',
+    'template', 'textarea', 'tfoot', 'th', 'thead', 'time', 'title', 'tr', 'track', 'u', 'ul', 'const', 'video', 'wbr'];
+var svgElements = ['circle', 'clipPath', 'cursor', 'defs', 'desc', 'ellipse', 'feBlend', 'feColorMatrix', 'feComponentTransfer', 'feComposite', 'feConvolveMatrix', 'feDiffuseLighting',
+    'feDisplacementMap', 'feDistantLight', 'feDropShadow', 'feFlood', 'feFuncA', 'feFuncB', 'feFuncG', 'feFuncR', 'feGaussianBlur', 'feImage', 'feMerge', 'feMergeNode', 'feMorphology',
+    'feOffset', 'fePointLight', 'feSpecularLighting', 'feSpotLight', 'feTile', 'feTurbulence', 'filter', 'foreignObject', 'g', 'hatch', 'hatchpath', 'image', 'line', 'linearGradient',
+    'marker', 'mask', 'mesh', 'meshpatch', 'meshrow', 'metadata', 'mpath', 'path', 'pattern', 'polygon', 'polyline', 'radialGradient', 'rect', 'set', 'solidcolor', 'stop', 'svg', 'switch',
+    'symbol', 'text', 'textPath', 'tspan', 'use', 'view'];
+var pageBoxDirectives = [
+    '@bottom-center', '@bottom-left', '@bottom-left-corner', '@bottom-right', '@bottom-right-corner',
+    '@left-bottom', '@left-middle', '@left-top', '@right-bottom', '@right-middle', '@right-top',
+    '@top-center', '@top-left', '@top-left-corner', '@top-right', '@top-right-corner'
+];
+
+
+/***/ }),
+/* 75 */
+/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
+
+__webpack_require__.r(__webpack_exports__);
+/* harmony export */ __webpack_require__.d(__webpack_exports__, {
+/* harmony export */   "values": () => /* binding */ values,
+/* harmony export */   "isDefined": () => /* binding */ isDefined
+/* harmony export */ });
+/*---------------------------------------------------------------------------------------------
+ *  Copyright (c) Microsoft Corporation. All rights reserved.
+ *  Licensed under the MIT License. See License.txt in the project root for license information.
+ *--------------------------------------------------------------------------------------------*/
+
+function values(obj) {
+    return Object.keys(obj).map(function (key) { return obj[key]; });
+}
+function isDefined(obj) {
+    return typeof obj !== 'undefined';
+}
+
+
+/***/ }),
+/* 76 */
+/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
+
+__webpack_require__.r(__webpack_exports__);
+/* harmony export */ __webpack_require__.d(__webpack_exports__, {
+/* harmony export */   "CSSCompletion": () => /* binding */ CSSCompletion
+/* harmony export */ });
+/* harmony import */ var _parser_cssNodes__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(65);
+/* harmony import */ var _parser_cssSymbolScope__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(77);
+/* harmony import */ var _languageFacts_facts__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(71);
+/* harmony import */ var _utils_strings__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(66);
+/* harmony import */ var _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(79);
+/* harmony import */ var vscode_nls__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(68);
+/* harmony import */ var _utils_objects__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(75);
+/* harmony import */ var _pathCompletion__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(82);
+/*---------------------------------------------------------------------------------------------
+ *  Copyright (c) Microsoft Corporation. All rights reserved.
+ *  Licensed under the MIT License. See License.txt in the project root for license information.
+ *--------------------------------------------------------------------------------------------*/
+
+var __awaiter = (undefined && undefined.__awaiter) || function (thisArg, _arguments, P, generator) {
+    function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
+    return new (P || (P = Promise))(function (resolve, reject) {
+        function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
+        function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
+        function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
+        step((generator = generator.apply(thisArg, _arguments || [])).next());
+    });
+};
+var __generator = (undefined && undefined.__generator) || function (thisArg, body) {
+    var _ = { label: 0, sent: function() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g;
+    return g = { next: verb(0), "throw": verb(1), "return": verb(2) }, typeof Symbol === "function" && (g[Symbol.iterator] = function() { return this; }), g;
+    function verb(n) { return function (v) { return step([n, v]); }; }
+    function step(op) {
+        if (f) throw new TypeError("Generator is already executing.");
+        while (_) try {
+            if (f = 1, y && (t = op[0] & 2 ? y["return"] : op[0] ? y["throw"] || ((t = y["return"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t;
+            if (y = 0, t) op = [op[0] & 2, t.value];
+            switch (op[0]) {
+                case 0: case 1: t = op; break;
+                case 4: _.label++; return { value: op[1], done: false };
+                case 5: _.label++; y = op[1]; op = [0]; continue;
+                case 7: op = _.ops.pop(); _.trys.pop(); continue;
+                default:
+                    if (!(t = _.trys, t = t.length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) { _ = 0; continue; }
+                    if (op[0] === 3 && (!t || (op[1] > t[0] && op[1] < t[3]))) { _.label = op[1]; break; }
+                    if (op[0] === 6 && _.label < t[1]) { _.label = t[1]; t = op; break; }
+                    if (t && _.label < t[2]) { _.label = t[2]; _.ops.push(op); break; }
+                    if (t[2]) _.ops.pop();
+                    _.trys.pop(); continue;
+            }
+            op = body.call(thisArg, _);
+        } catch (e) { op = [6, e]; y = 0; } finally { f = t = 0; }
+        if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
+    }
+};
+
+
+
+
+
+
+
+
+var localize = vscode_nls__WEBPACK_IMPORTED_MODULE_4__.loadMessageBundle();
+var SnippetFormat = _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_3__.InsertTextFormat.Snippet;
+var SortTexts;
+(function (SortTexts) {
+    // char code 32, comes before everything
+    SortTexts["Enums"] = " ";
+    SortTexts["Normal"] = "d";
+    SortTexts["VendorPrefixed"] = "x";
+    SortTexts["Term"] = "y";
+    SortTexts["Variable"] = "z";
+})(SortTexts || (SortTexts = {}));
+var CSSCompletion = /** @class */ (function () {
+    function CSSCompletion(variablePrefix, lsOptions, cssDataManager) {
+        if (variablePrefix === void 0) { variablePrefix = null; }
+        this.variablePrefix = variablePrefix;
+        this.lsOptions = lsOptions;
+        this.cssDataManager = cssDataManager;
+        this.completionParticipants = [];
+    }
+    CSSCompletion.prototype.configure = function (settings) {
+        this.settings = settings;
+    };
+    CSSCompletion.prototype.getSymbolContext = function () {
+        if (!this.symbolContext) {
+            this.symbolContext = new _parser_cssSymbolScope__WEBPACK_IMPORTED_MODULE_1__.Symbols(this.styleSheet);
+        }
+        return this.symbolContext;
+    };
+    CSSCompletion.prototype.setCompletionParticipants = function (registeredCompletionParticipants) {
+        this.completionParticipants = registeredCompletionParticipants || [];
+    };
+    CSSCompletion.prototype.doComplete2 = function (document, position, styleSheet, documentContext) {
+        return __awaiter(this, void 0, void 0, function () {
+            var participant, contributedParticipants, result, pathCompletionResult;
+            return __generator(this, function (_a) {
+                switch (_a.label) {
+                    case 0:
+                        if (!this.lsOptions.fileSystemProvider || !this.lsOptions.fileSystemProvider.readDirectory) {
+                            return [2 /*return*/, this.doComplete(document, position, styleSheet)];
+                        }
+                        participant = new _pathCompletion__WEBPACK_IMPORTED_MODULE_5__.PathCompletionParticipant(this.lsOptions.fileSystemProvider.readDirectory);
+                        contributedParticipants = this.completionParticipants;
+                        this.completionParticipants = [participant].concat(contributedParticipants);
+                        result = this.doComplete(document, position, styleSheet);
+                        _a.label = 1;
+                    case 1:
+                        _a.trys.push([1, , 3, 4]);
+                        return [4 /*yield*/, participant.computeCompletions(document, documentContext)];
+                    case 2:
+                        pathCompletionResult = _a.sent();
+                        return [2 /*return*/, {
+                                isIncomplete: result.isIncomplete || pathCompletionResult.isIncomplete,
+                                items: pathCompletionResult.items.concat(result.items)
+                            }];
+                    case 3:
+                        this.completionParticipants = contributedParticipants;
+                        return [7 /*endfinally*/];
+                    case 4: return [2 /*return*/];
+                }
+            });
+        });
+    };
+    CSSCompletion.prototype.doComplete = function (document, position, styleSheet) {
+        this.offset = document.offsetAt(position);
+        this.position = position;
+        this.currentWord = getCurrentWord(document, this.offset);
+        this.defaultReplaceRange = _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_3__.Range.create(_cssLanguageTypes__WEBPACK_IMPORTED_MODULE_3__.Position.create(this.position.line, this.position.character - this.currentWord.length), this.position);
+        this.textDocument = document;
+        this.styleSheet = styleSheet;
+        try {
+            var result = { isIncomplete: false, items: [] };
+            this.nodePath = _parser_cssNodes__WEBPACK_IMPORTED_MODULE_0__.getNodePath(this.styleSheet, this.offset);
+            for (var i = this.nodePath.length - 1; i >= 0; i--) {
+                var node = this.nodePath[i];
+                if (node instanceof _parser_cssNodes__WEBPACK_IMPORTED_MODULE_0__.Property) {
+                    this.getCompletionsForDeclarationProperty(node.getParent(), result);
+                }
+                else if (node instanceof _parser_cssNodes__WEBPACK_IMPORTED_MODULE_0__.Expression) {
+                    if (node.parent instanceof _parser_cssNodes__WEBPACK_IMPORTED_MODULE_0__.Interpolation) {
+                        this.getVariableProposals(null, result);
+                    }
+                    else {
+                        this.getCompletionsForExpression(node, result);
+                    }
+                }
+                else if (node instanceof _parser_cssNodes__WEBPACK_IMPORTED_MODULE_0__.SimpleSelector) {
+                    var parentRef = node.findAParent(_parser_cssNodes__WEBPACK_IMPORTED_MODULE_0__.NodeType.ExtendsReference, _parser_cssNodes__WEBPACK_IMPORTED_MODULE_0__.NodeType.Ruleset);
+                    if (parentRef) {
+                        if (parentRef.type === _parser_cssNodes__WEBPACK_IMPORTED_MODULE_0__.NodeType.ExtendsReference) {
+                            this.getCompletionsForExtendsReference(parentRef, node, result);
+                        }
+                        else {
+                            var parentRuleSet = parentRef;
+                            this.getCompletionsForSelector(parentRuleSet, parentRuleSet && parentRuleSet.isNested(), result);
+                        }
+                    }
+                }
+                else if (node instanceof _parser_cssNodes__WEBPACK_IMPORTED_MODULE_0__.FunctionArgument) {
+                    this.getCompletionsForFunctionArgument(node, node.getParent(), result);
+                }
+                else if (node instanceof _parser_cssNodes__WEBPACK_IMPORTED_MODULE_0__.Declarations) {
+                    this.getCompletionsForDeclarations(node, result);
+                }
+                else if (node instanceof _parser_cssNodes__WEBPACK_IMPORTED_MODULE_0__.VariableDeclaration) {
+                    this.getCompletionsForVariableDeclaration(node, result);
+                }
+                else if (node instanceof _parser_cssNodes__WEBPACK_IMPORTED_MODULE_0__.RuleSet) {
+                    this.getCompletionsForRuleSet(node, result);
+                }
+                else if (node instanceof _parser_cssNodes__WEBPACK_IMPORTED_MODULE_0__.Interpolation) {
+                    this.getCompletionsForInterpolation(node, result);
+                }
+                else if (node instanceof _parser_cssNodes__WEBPACK_IMPORTED_MODULE_0__.FunctionDeclaration) {
+                    this.getCompletionsForFunctionDeclaration(node, result);
+                }
+                else if (node instanceof _parser_cssNodes__WEBPACK_IMPORTED_MODULE_0__.MixinReference) {
+                    this.getCompletionsForMixinReference(node, result);
+                }
+                else if (node instanceof _parser_cssNodes__WEBPACK_IMPORTED_MODULE_0__.Function) {
+                    this.getCompletionsForFunctionArgument(null, node, result);
+                }
+                else if (node instanceof _parser_cssNodes__WEBPACK_IMPORTED_MODULE_0__.Supports) {
+                    this.getCompletionsForSupports(node, result);
+                }
+                else if (node instanceof _parser_cssNodes__WEBPACK_IMPORTED_MODULE_0__.SupportsCondition) {
+                    this.getCompletionsForSupportsCondition(node, result);
+                }
+                else if (node instanceof _parser_cssNodes__WEBPACK_IMPORTED_MODULE_0__.ExtendsReference) {
+                    this.getCompletionsForExtendsReference(node, null, result);
+                }
+                else if (node.type === _parser_cssNodes__WEBPACK_IMPORTED_MODULE_0__.NodeType.URILiteral) {
+                    this.getCompletionForUriLiteralValue(node, result);
+                }
+                else if (node.parent === null) {
+                    this.getCompletionForTopLevel(result);
+                }
+                else if (node.type === _parser_cssNodes__WEBPACK_IMPORTED_MODULE_0__.NodeType.StringLiteral && this.isImportPathParent(node.parent.type)) {
+                    this.getCompletionForImportPath(node, result);
+                    // } else if (node instanceof nodes.Variable) {
+                    // this.getCompletionsForVariableDeclaration()
+                }
+                else {
+                    continue;
+                }
+                if (result.items.length > 0 || this.offset > node.offset) {
+                    return this.finalize(result);
+                }
+            }
+            this.getCompletionsForStylesheet(result);
+            if (result.items.length === 0) {
+                if (this.variablePrefix && this.currentWord.indexOf(this.variablePrefix) === 0) {
+                    this.getVariableProposals(null, result);
+                }
+            }
+            return this.finalize(result);
+        }
+        finally {
+            // don't hold on any state, clear symbolContext
+            this.position = null;
+            this.currentWord = null;
+            this.textDocument = null;
+            this.styleSheet = null;
+            this.symbolContext = null;
+            this.defaultReplaceRange = null;
+            this.nodePath = null;
+        }
+    };
+    CSSCompletion.prototype.isImportPathParent = function (type) {
+        return type === _parser_cssNodes__WEBPACK_IMPORTED_MODULE_0__.NodeType.Import;
+    };
+    CSSCompletion.prototype.finalize = function (result) {
+        return result;
+    };
+    CSSCompletion.prototype.findInNodePath = function () {
+        var types = [];
+        for (var _i = 0; _i < arguments.length; _i++) {
+            types[_i] = arguments[_i];
+        }
+        for (var i = this.nodePath.length - 1; i >= 0; i--) {
+            var node = this.nodePath[i];
+            if (types.indexOf(node.type) !== -1) {
+                return node;
+            }
+        }
+        return null;
+    };
+    CSSCompletion.prototype.getCompletionsForDeclarationProperty = function (declaration, result) {
+        return this.getPropertyProposals(declaration, result);
+    };
+    CSSCompletion.prototype.getPropertyProposals = function (declaration, result) {
+        var _this = this;
+        var triggerPropertyValueCompletion = this.isTriggerPropertyValueCompletionEnabled;
+        var completePropertyWithSemicolon = this.isCompletePropertyWithSemicolonEnabled;
+        var properties = this.cssDataManager.getProperties();
+        properties.forEach(function (entry) {
+            var range;
+            var insertText;
+            var retrigger = false;
+            if (declaration) {
+                range = _this.getCompletionRange(declaration.getProperty());
+                insertText = entry.name;
+                if (!(0,_utils_objects__WEBPACK_IMPORTED_MODULE_6__.isDefined)(declaration.colonPosition)) {
+                    insertText += ': ';
+                    retrigger = true;
+                }
+            }
+            else {
+                range = _this.getCompletionRange(null);
+                insertText = entry.name + ': ';
+                retrigger = true;
+            }
+            // Empty .selector { | } case
+            if (!declaration && completePropertyWithSemicolon) {
+                insertText += '$0;';
+            }
+            // Cases such as .selector { p; } or .selector { p:; }
+            if (declaration && !declaration.semicolonPosition) {
+                if (completePropertyWithSemicolon && _this.offset >= _this.textDocument.offsetAt(range.end)) {
+                    insertText += '$0;';
+                }
+            }
+            var item = {
+                label: entry.name,
+                documentation: _languageFacts_facts__WEBPACK_IMPORTED_MODULE_2__.getEntryDescription(entry, _this.doesSupportMarkdown()),
+                tags: isDeprecated(entry) ? [_cssLanguageTypes__WEBPACK_IMPORTED_MODULE_3__.CompletionItemTag.Deprecated] : [],
+                textEdit: _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_3__.TextEdit.replace(range, insertText),
+                insertTextFormat: _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_3__.InsertTextFormat.Snippet,
+                kind: _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_3__.CompletionItemKind.Property
+            };
+            if (!entry.restrictions) {
+                retrigger = false;
+            }
+            if (triggerPropertyValueCompletion && retrigger) {
+                item.command = {
+                    title: 'Suggest',
+                    command: 'editor.action.triggerSuggest'
+                };
+            }
+            var relevance = typeof entry.relevance === 'number' ? Math.min(Math.max(entry.relevance, 0), 99) : 50;
+            var sortTextSuffix = (255 - relevance).toString(16);
+            var sortTextPrefix = _utils_strings__WEBPACK_IMPORTED_MODULE_7__.startsWith(entry.name, '-') ? SortTexts.VendorPrefixed : SortTexts.Normal;
+            item.sortText = sortTextPrefix + '_' + sortTextSuffix;
+            result.items.push(item);
+        });
+        this.completionParticipants.forEach(function (participant) {
+            if (participant.onCssProperty) {
+                participant.onCssProperty({
+                    propertyName: _this.currentWord,
+                    range: _this.defaultReplaceRange
+                });
+            }
+        });
+        return result;
+    };
+    Object.defineProperty(CSSCompletion.prototype, "isTriggerPropertyValueCompletionEnabled", {
+        get: function () {
+            if (!this.settings ||
+                !this.settings.completion ||
+                this.settings.completion.triggerPropertyValueCompletion === undefined) {
+                return true;
+            }
+            return this.settings.completion.triggerPropertyValueCompletion;
+        },
+        enumerable: false,
+        configurable: true
+    });
+    Object.defineProperty(CSSCompletion.prototype, "isCompletePropertyWithSemicolonEnabled", {
+        get: function () {
+            if (!this.settings ||
+                !this.settings.completion ||
+                this.settings.completion.completePropertyWithSemicolon === undefined) {
+                return true;
+            }
+            return this.settings.completion.completePropertyWithSemicolon;
+        },
+        enumerable: false,
+        configurable: true
+    });
+    CSSCompletion.prototype.getCompletionsForDeclarationValue = function (node, result) {
+        var _this = this;
+        var propertyName = node.getFullPropertyName();
+        var entry = this.cssDataManager.getProperty(propertyName);
+        var existingNode = node.getValue() || null;
+        while (existingNode && existingNode.hasChildren()) {
+            existingNode = existingNode.findChildAtOffset(this.offset, false);
+        }
+        this.completionParticipants.forEach(function (participant) {
+            if (participant.onCssPropertyValue) {
+                participant.onCssPropertyValue({
+                    propertyName: propertyName,
+                    propertyValue: _this.currentWord,
+                    range: _this.getCompletionRange(existingNode)
+                });
+            }
+        });
+        if (entry) {
+            if (entry.restrictions) {
+                for (var _i = 0, _a = entry.restrictions; _i < _a.length; _i++) {
+                    var restriction = _a[_i];
+                    switch (restriction) {
+                        case 'color':
+                            this.getColorProposals(entry, existingNode, result);
+                            break;
+                        case 'position':
+                            this.getPositionProposals(entry, existingNode, result);
+                            break;
+                        case 'repeat':
+                            this.getRepeatStyleProposals(entry, existingNode, result);
+                            break;
+                        case 'line-style':
+                            this.getLineStyleProposals(entry, existingNode, result);
+                            break;
+                        case 'line-width':
+                            this.getLineWidthProposals(entry, existingNode, result);
+                            break;
+                        case 'geometry-box':
+                            this.getGeometryBoxProposals(entry, existingNode, result);
+                            break;
+                        case 'box':
+                            this.getBoxProposals(entry, existingNode, result);
+                            break;
+                        case 'image':
+                            this.getImageProposals(entry, existingNode, result);
+                            break;
+                        case 'timing-function':
+                            this.getTimingFunctionProposals(entry, existingNode, result);
+                            break;
+                        case 'shape':
+                            this.getBasicShapeProposals(entry, existingNode, result);
+                            break;
+                    }
+                }
+            }
+            this.getValueEnumProposals(entry, existingNode, result);
+            this.getCSSWideKeywordProposals(entry, existingNode, result);
+            this.getUnitProposals(entry, existingNode, result);
+        }
+        else {
+            var existingValues = collectValues(this.styleSheet, node);
+            for (var _b = 0, _c = existingValues.getEntries(); _b < _c.length; _b++) {
+                var existingValue = _c[_b];
+                result.items.push({
+                    label: existingValue,
+                    textEdit: _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_3__.TextEdit.replace(this.getCompletionRange(existingNode), existingValue),
+                    kind: _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_3__.CompletionItemKind.Value
+                });
+            }
+        }
+        this.getVariableProposals(existingNode, result);
+        this.getTermProposals(entry, existingNode, result);
+        return result;
+    };
+    CSSCompletion.prototype.getValueEnumProposals = function (entry, existingNode, result) {
+        if (entry.values) {
+            for (var _i = 0, _a = entry.values; _i < _a.length; _i++) {
+                var value = _a[_i];
+                var insertString = value.name;
+                var insertTextFormat = void 0;
+                if (_utils_strings__WEBPACK_IMPORTED_MODULE_7__.endsWith(insertString, ')')) {
+                    var from = insertString.lastIndexOf('(');
+                    if (from !== -1) {
+                        insertString = insertString.substr(0, from) + '($1)';
+                        insertTextFormat = SnippetFormat;
+                    }
+                }
+                var sortText = SortTexts.Enums;
+                if (_utils_strings__WEBPACK_IMPORTED_MODULE_7__.startsWith(value.name, '-')) {
+                    sortText += SortTexts.VendorPrefixed;
+                }
+                var item = {
+                    label: value.name,
+                    documentation: _languageFacts_facts__WEBPACK_IMPORTED_MODULE_2__.getEntryDescription(value, this.doesSupportMarkdown()),
+                    tags: isDeprecated(entry) ? [_cssLanguageTypes__WEBPACK_IMPORTED_MODULE_3__.CompletionItemTag.Deprecated] : [],
+                    textEdit: _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_3__.TextEdit.replace(this.getCompletionRange(existingNode), insertString),
+                    sortText: sortText,
+                    kind: _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_3__.CompletionItemKind.Value,
+                    insertTextFormat: insertTextFormat
+                };
+                result.items.push(item);
+            }
+        }
+        return result;
+    };
+    CSSCompletion.prototype.getCSSWideKeywordProposals = function (entry, existingNode, result) {
+        for (var keywords in _languageFacts_facts__WEBPACK_IMPORTED_MODULE_2__.cssWideKeywords) {
+            result.items.push({
+                label: keywords,
+                documentation: _languageFacts_facts__WEBPACK_IMPORTED_MODULE_2__.cssWideKeywords[keywords],
+                textEdit: _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_3__.TextEdit.replace(this.getCompletionRange(existingNode), keywords),
+                kind: _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_3__.CompletionItemKind.Value
+            });
+        }
+        return result;
+    };
+    CSSCompletion.prototype.getCompletionsForInterpolation = function (node, result) {
+        if (this.offset >= node.offset + 2) {
+            this.getVariableProposals(null, result);
+        }
+        return result;
+    };
+    CSSCompletion.prototype.getVariableProposals = function (existingNode, result) {
+        var symbols = this.getSymbolContext().findSymbolsAtOffset(this.offset, _parser_cssNodes__WEBPACK_IMPORTED_MODULE_0__.ReferenceType.Variable);
+        for (var _i = 0, symbols_1 = symbols; _i < symbols_1.length; _i++) {
+            var symbol = symbols_1[_i];
+            var insertText = _utils_strings__WEBPACK_IMPORTED_MODULE_7__.startsWith(symbol.name, '--') ? "var(" + symbol.name + ")" : symbol.name;
+            var completionItem = {
+                label: symbol.name,
+                documentation: symbol.value ? _utils_strings__WEBPACK_IMPORTED_MODULE_7__.getLimitedString(symbol.value) : symbol.value,
+                textEdit: _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_3__.TextEdit.replace(this.getCompletionRange(existingNode), insertText),
+                kind: _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_3__.CompletionItemKind.Variable,
+                sortText: SortTexts.Variable
+            };
+            if (typeof completionItem.documentation === 'string' && isColorString(completionItem.documentation)) {
+                completionItem.kind = _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_3__.CompletionItemKind.Color;
+            }
+            if (symbol.node.type === _parser_cssNodes__WEBPACK_IMPORTED_MODULE_0__.NodeType.FunctionParameter) {
+                var mixinNode = (symbol.node.getParent());
+                if (mixinNode.type === _parser_cssNodes__WEBPACK_IMPORTED_MODULE_0__.NodeType.MixinDeclaration) {
+                    completionItem.detail = localize('completion.argument', 'argument from \'{0}\'', mixinNode.getName());
+                }
+            }
+            result.items.push(completionItem);
+        }
+        return result;
+    };
+    CSSCompletion.prototype.getVariableProposalsForCSSVarFunction = function (result) {
+        var symbols = this.getSymbolContext().findSymbolsAtOffset(this.offset, _parser_cssNodes__WEBPACK_IMPORTED_MODULE_0__.ReferenceType.Variable);
+        symbols = symbols.filter(function (symbol) {
+            return _utils_strings__WEBPACK_IMPORTED_MODULE_7__.startsWith(symbol.name, '--');
+        });
+        for (var _i = 0, symbols_2 = symbols; _i < symbols_2.length; _i++) {
+            var symbol = symbols_2[_i];
+            var completionItem = {
+                label: symbol.name,
+                documentation: symbol.value ? _utils_strings__WEBPACK_IMPORTED_MODULE_7__.getLimitedString(symbol.value) : symbol.value,
+                textEdit: _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_3__.TextEdit.replace(this.getCompletionRange(null), symbol.name),
+                kind: _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_3__.CompletionItemKind.Variable
+            };
+            if (typeof completionItem.documentation === 'string' && isColorString(completionItem.documentation)) {
+                completionItem.kind = _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_3__.CompletionItemKind.Color;
+            }
+            result.items.push(completionItem);
+        }
+        return result;
+    };
+    CSSCompletion.prototype.getUnitProposals = function (entry, existingNode, result) {
+        var currentWord = '0';
+        if (this.currentWord.length > 0) {
+            var numMatch = this.currentWord.match(/^-?\d[\.\d+]*/);
+            if (numMatch) {
+                currentWord = numMatch[0];
+                result.isIncomplete = currentWord.length === this.currentWord.length;
+            }
+        }
+        else if (this.currentWord.length === 0) {
+            result.isIncomplete = true;
+        }
+        if (existingNode && existingNode.parent && existingNode.parent.type === _parser_cssNodes__WEBPACK_IMPORTED_MODULE_0__.NodeType.Term) {
+            existingNode = existingNode.getParent(); // include the unary operator
+        }
+        if (entry.restrictions) {
+            for (var _i = 0, _a = entry.restrictions; _i < _a.length; _i++) {
+                var restriction = _a[_i];
+                var units = _languageFacts_facts__WEBPACK_IMPORTED_MODULE_2__.units[restriction];
+                if (units) {
+                    for (var _b = 0, units_1 = units; _b < units_1.length; _b++) {
+                        var unit = units_1[_b];
+                        var insertText = currentWord + unit;
+                        result.items.push({
+                            label: insertText,
+                            textEdit: _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_3__.TextEdit.replace(this.getCompletionRange(existingNode), insertText),
+                            kind: _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_3__.CompletionItemKind.Unit
+                        });
+                    }
+                }
+            }
+        }
+        return result;
+    };
+    CSSCompletion.prototype.getCompletionRange = function (existingNode) {
+        if (existingNode && existingNode.offset <= this.offset && this.offset <= existingNode.end) {
+            var end = existingNode.end !== -1 ? this.textDocument.positionAt(existingNode.end) : this.position;
+            var start = this.textDocument.positionAt(existingNode.offset);
+            if (start.line === end.line) {
+                return _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_3__.Range.create(start, end); // multi line edits are not allowed
+            }
+        }
+        return this.defaultReplaceRange;
+    };
+    CSSCompletion.prototype.getColorProposals = function (entry, existingNode, result) {
+        for (var color in _languageFacts_facts__WEBPACK_IMPORTED_MODULE_2__.colors) {
+            result.items.push({
+                label: color,
+                documentation: _languageFacts_facts__WEBPACK_IMPORTED_MODULE_2__.colors[color],
+                textEdit: _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_3__.TextEdit.replace(this.getCompletionRange(existingNode), color),
+                kind: _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_3__.CompletionItemKind.Color
+            });
+        }
+        for (var color in _languageFacts_facts__WEBPACK_IMPORTED_MODULE_2__.colorKeywords) {
+            result.items.push({
+                label: color,
+                documentation: _languageFacts_facts__WEBPACK_IMPORTED_MODULE_2__.colorKeywords[color],
+                textEdit: _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_3__.TextEdit.replace(this.getCompletionRange(existingNode), color),
+                kind: _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_3__.CompletionItemKind.Value
+            });
+        }
+        var colorValues = new Set();
+        this.styleSheet.acceptVisitor(new ColorValueCollector(colorValues, this.offset));
+        for (var _i = 0, _a = colorValues.getEntries(); _i < _a.length; _i++) {
+            var color = _a[_i];
+            result.items.push({
+                label: color,
+                textEdit: _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_3__.TextEdit.replace(this.getCompletionRange(existingNode), color),
+                kind: _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_3__.CompletionItemKind.Color
+            });
+        }
+        var _loop_1 = function (p) {
+            var tabStop = 1;
+            var replaceFunction = function (_match, p1) { return '${' + tabStop++ + ':' + p1 + '}'; };
+            var insertText = p.func.replace(/\[?\$(\w+)\]?/g, replaceFunction);
+            result.items.push({
+                label: p.func.substr(0, p.func.indexOf('(')),
+                detail: p.func,
+                documentation: p.desc,
+                textEdit: _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_3__.TextEdit.replace(this_1.getCompletionRange(existingNode), insertText),
+                insertTextFormat: SnippetFormat,
+                kind: _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_3__.CompletionItemKind.Function
+            });
+        };
+        var this_1 = this;
+        for (var _b = 0, _c = _languageFacts_facts__WEBPACK_IMPORTED_MODULE_2__.colorFunctions; _b < _c.length; _b++) {
+            var p = _c[_b];
+            _loop_1(p);
+        }
+        return result;
+    };
+    CSSCompletion.prototype.getPositionProposals = function (entry, existingNode, result) {
+        for (var position in _languageFacts_facts__WEBPACK_IMPORTED_MODULE_2__.positionKeywords) {
+            result.items.push({
+                label: position,
+                documentation: _languageFacts_facts__WEBPACK_IMPORTED_MODULE_2__.positionKeywords[position],
+                textEdit: _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_3__.TextEdit.replace(this.getCompletionRange(existingNode), position),
+                kind: _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_3__.CompletionItemKind.Value
+            });
+        }
+        return result;
+    };
+    CSSCompletion.prototype.getRepeatStyleProposals = function (entry, existingNode, result) {
+        for (var repeat in _languageFacts_facts__WEBPACK_IMPORTED_MODULE_2__.repeatStyleKeywords) {
+            result.items.push({
+                label: repeat,
+                documentation: _languageFacts_facts__WEBPACK_IMPORTED_MODULE_2__.repeatStyleKeywords[repeat],
+                textEdit: _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_3__.TextEdit.replace(this.getCompletionRange(existingNode), repeat),
+                kind: _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_3__.CompletionItemKind.Value
+            });
+        }
+        return result;
+    };
+    CSSCompletion.prototype.getLineStyleProposals = function (entry, existingNode, result) {
+        for (var lineStyle in _languageFacts_facts__WEBPACK_IMPORTED_MODULE_2__.lineStyleKeywords) {
+            result.items.push({
+                label: lineStyle,
+                documentation: _languageFacts_facts__WEBPACK_IMPORTED_MODULE_2__.lineStyleKeywords[lineStyle],
+                textEdit: _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_3__.TextEdit.replace(this.getCompletionRange(existingNode), lineStyle),
+                kind: _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_3__.CompletionItemKind.Value
+            });
+        }
+        return result;
+    };
+    CSSCompletion.prototype.getLineWidthProposals = function (entry, existingNode, result) {
+        for (var _i = 0, _a = _languageFacts_facts__WEBPACK_IMPORTED_MODULE_2__.lineWidthKeywords; _i < _a.length; _i++) {
+            var lineWidth = _a[_i];
+            result.items.push({
+                label: lineWidth,
+                textEdit: _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_3__.TextEdit.replace(this.getCompletionRange(existingNode), lineWidth),
+                kind: _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_3__.CompletionItemKind.Value
+            });
+        }
+        return result;
+    };
+    CSSCompletion.prototype.getGeometryBoxProposals = function (entry, existingNode, result) {
+        for (var box in _languageFacts_facts__WEBPACK_IMPORTED_MODULE_2__.geometryBoxKeywords) {
+            result.items.push({
+                label: box,
+                documentation: _languageFacts_facts__WEBPACK_IMPORTED_MODULE_2__.geometryBoxKeywords[box],
+                textEdit: _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_3__.TextEdit.replace(this.getCompletionRange(existingNode), box),
+                kind: _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_3__.CompletionItemKind.Value
+            });
+        }
+        return result;
+    };
+    CSSCompletion.prototype.getBoxProposals = function (entry, existingNode, result) {
+        for (var box in _languageFacts_facts__WEBPACK_IMPORTED_MODULE_2__.boxKeywords) {
+            result.items.push({
+                label: box,
+                documentation: _languageFacts_facts__WEBPACK_IMPORTED_MODULE_2__.boxKeywords[box],
+                textEdit: _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_3__.TextEdit.replace(this.getCompletionRange(existingNode), box),
+                kind: _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_3__.CompletionItemKind.Value
+            });
+        }
+        return result;
+    };
+    CSSCompletion.prototype.getImageProposals = function (entry, existingNode, result) {
+        for (var image in _languageFacts_facts__WEBPACK_IMPORTED_MODULE_2__.imageFunctions) {
+            var insertText = moveCursorInsideParenthesis(image);
+            result.items.push({
+                label: image,
+                documentation: _languageFacts_facts__WEBPACK_IMPORTED_MODULE_2__.imageFunctions[image],
+                textEdit: _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_3__.TextEdit.replace(this.getCompletionRange(existingNode), insertText),
+                kind: _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_3__.CompletionItemKind.Function,
+                insertTextFormat: image !== insertText ? SnippetFormat : void 0
+            });
+        }
+        return result;
+    };
+    CSSCompletion.prototype.getTimingFunctionProposals = function (entry, existingNode, result) {
+        for (var timing in _languageFacts_facts__WEBPACK_IMPORTED_MODULE_2__.transitionTimingFunctions) {
+            var insertText = moveCursorInsideParenthesis(timing);
+            result.items.push({
+                label: timing,
+                documentation: _languageFacts_facts__WEBPACK_IMPORTED_MODULE_2__.transitionTimingFunctions[timing],
+                textEdit: _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_3__.TextEdit.replace(this.getCompletionRange(existingNode), insertText),
+                kind: _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_3__.CompletionItemKind.Function,
+                insertTextFormat: timing !== insertText ? SnippetFormat : void 0
+            });
+        }
+        return result;
+    };
+    CSSCompletion.prototype.getBasicShapeProposals = function (entry, existingNode, result) {
+        for (var shape in _languageFacts_facts__WEBPACK_IMPORTED_MODULE_2__.basicShapeFunctions) {
+            var insertText = moveCursorInsideParenthesis(shape);
+            result.items.push({
+                label: shape,
+                documentation: _languageFacts_facts__WEBPACK_IMPORTED_MODULE_2__.basicShapeFunctions[shape],
+                textEdit: _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_3__.TextEdit.replace(this.getCompletionRange(existingNode), insertText),
+                kind: _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_3__.CompletionItemKind.Function,
+                insertTextFormat: shape !== insertText ? SnippetFormat : void 0
+            });
+        }
+        return result;
+    };
+    CSSCompletion.prototype.getCompletionsForStylesheet = function (result) {
+        var node = this.styleSheet.findFirstChildBeforeOffset(this.offset);
+        if (!node) {
+            return this.getCompletionForTopLevel(result);
+        }
+        if (node instanceof _parser_cssNodes__WEBPACK_IMPORTED_MODULE_0__.RuleSet) {
+            return this.getCompletionsForRuleSet(node, result);
+        }
+        if (node instanceof _parser_cssNodes__WEBPACK_IMPORTED_MODULE_0__.Supports) {
+            return this.getCompletionsForSupports(node, result);
+        }
+        return result;
+    };
+    CSSCompletion.prototype.getCompletionForTopLevel = function (result) {
+        var _this = this;
+        this.cssDataManager.getAtDirectives().forEach(function (entry) {
+            result.items.push({
+                label: entry.name,
+                textEdit: _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_3__.TextEdit.replace(_this.getCompletionRange(null), entry.name),
+                documentation: _languageFacts_facts__WEBPACK_IMPORTED_MODULE_2__.getEntryDescription(entry, _this.doesSupportMarkdown()),
+                tags: isDeprecated(entry) ? [_cssLanguageTypes__WEBPACK_IMPORTED_MODULE_3__.CompletionItemTag.Deprecated] : [],
+                kind: _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_3__.CompletionItemKind.Keyword
+            });
+        });
+        this.getCompletionsForSelector(null, false, result);
+        return result;
+    };
+    CSSCompletion.prototype.getCompletionsForRuleSet = function (ruleSet, result) {
+        var declarations = ruleSet.getDeclarations();
+        var isAfter = declarations && declarations.endsWith('}') && this.offset >= declarations.end;
+        if (isAfter) {
+            return this.getCompletionForTopLevel(result);
+        }
+        var isInSelectors = !declarations || this.offset <= declarations.offset;
+        if (isInSelectors) {
+            return this.getCompletionsForSelector(ruleSet, ruleSet.isNested(), result);
+        }
+        return this.getCompletionsForDeclarations(ruleSet.getDeclarations(), result);
+    };
+    CSSCompletion.prototype.getCompletionsForSelector = function (ruleSet, isNested, result) {
+        var _this = this;
+        var existingNode = this.findInNodePath(_parser_cssNodes__WEBPACK_IMPORTED_MODULE_0__.NodeType.PseudoSelector, _parser_cssNodes__WEBPACK_IMPORTED_MODULE_0__.NodeType.IdentifierSelector, _parser_cssNodes__WEBPACK_IMPORTED_MODULE_0__.NodeType.ClassSelector, _parser_cssNodes__WEBPACK_IMPORTED_MODULE_0__.NodeType.ElementNameSelector);
+        if (!existingNode && this.offset - this.currentWord.length > 0 && this.textDocument.getText()[this.offset - this.currentWord.length - 1] === ':') {
+            // after the ':' of a pseudo selector, no node generated for just ':'
+            this.currentWord = ':' + this.currentWord;
+            this.defaultReplaceRange = _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_3__.Range.create(_cssLanguageTypes__WEBPACK_IMPORTED_MODULE_3__.Position.create(this.position.line, this.position.character - this.currentWord.length), this.position);
+        }
+        var pseudoClasses = this.cssDataManager.getPseudoClasses();
+        pseudoClasses.forEach(function (entry) {
+            var insertText = moveCursorInsideParenthesis(entry.name);
+            var item = {
+                label: entry.name,
+                textEdit: _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_3__.TextEdit.replace(_this.getCompletionRange(existingNode), insertText),
+                documentation: _languageFacts_facts__WEBPACK_IMPORTED_MODULE_2__.getEntryDescription(entry, _this.doesSupportMarkdown()),
+                tags: isDeprecated(entry) ? [_cssLanguageTypes__WEBPACK_IMPORTED_MODULE_3__.CompletionItemTag.Deprecated] : [],
+                kind: _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_3__.CompletionItemKind.Function,
+                insertTextFormat: entry.name !== insertText ? SnippetFormat : void 0
+            };
+            if (_utils_strings__WEBPACK_IMPORTED_MODULE_7__.startsWith(entry.name, ':-')) {
+                item.sortText = SortTexts.VendorPrefixed;
+            }
+            result.items.push(item);
+        });
+        var pseudoElements = this.cssDataManager.getPseudoElements();
+        pseudoElements.forEach(function (entry) {
+            var insertText = moveCursorInsideParenthesis(entry.name);
+            var item = {
+                label: entry.name,
+                textEdit: _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_3__.TextEdit.replace(_this.getCompletionRange(existingNode), insertText),
+                documentation: _languageFacts_facts__WEBPACK_IMPORTED_MODULE_2__.getEntryDescription(entry, _this.doesSupportMarkdown()),
+                tags: isDeprecated(entry) ? [_cssLanguageTypes__WEBPACK_IMPORTED_MODULE_3__.CompletionItemTag.Deprecated] : [],
+                kind: _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_3__.CompletionItemKind.Function,
+                insertTextFormat: entry.name !== insertText ? SnippetFormat : void 0
+            };
+            if (_utils_strings__WEBPACK_IMPORTED_MODULE_7__.startsWith(entry.name, '::-')) {
+                item.sortText = SortTexts.VendorPrefixed;
+            }
+            result.items.push(item);
+        });
+        if (!isNested) { // show html tags only for top level
+            for (var _i = 0, _a = _languageFacts_facts__WEBPACK_IMPORTED_MODULE_2__.html5Tags; _i < _a.length; _i++) {
+                var entry = _a[_i];
+                result.items.push({
+                    label: entry,
+                    textEdit: _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_3__.TextEdit.replace(this.getCompletionRange(existingNode), entry),
+                    kind: _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_3__.CompletionItemKind.Keyword
+                });
+            }
+            for (var _b = 0, _c = _languageFacts_facts__WEBPACK_IMPORTED_MODULE_2__.svgElements; _b < _c.length; _b++) {
+                var entry = _c[_b];
+                result.items.push({
+                    label: entry,
+                    textEdit: _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_3__.TextEdit.replace(this.getCompletionRange(existingNode), entry),
+                    kind: _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_3__.CompletionItemKind.Keyword
+                });
+            }
+        }
+        var visited = {};
+        visited[this.currentWord] = true;
+        var docText = this.textDocument.getText();
+        this.styleSheet.accept(function (n) {
+            if (n.type === _parser_cssNodes__WEBPACK_IMPORTED_MODULE_0__.NodeType.SimpleSelector && n.length > 0) {
+                var selector = docText.substr(n.offset, n.length);
+                if (selector.charAt(0) === '.' && !visited[selector]) {
+                    visited[selector] = true;
+                    result.items.push({
+                        label: selector,
+                        textEdit: _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_3__.TextEdit.replace(_this.getCompletionRange(existingNode), selector),
+                        kind: _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_3__.CompletionItemKind.Keyword
+                    });
+                }
+                return false;
+            }
+            return true;
+        });
+        if (ruleSet && ruleSet.isNested()) {
+            var selector = ruleSet.getSelectors().findFirstChildBeforeOffset(this.offset);
+            if (selector && ruleSet.getSelectors().getChildren().indexOf(selector) === 0) {
+                this.getPropertyProposals(null, result);
+            }
+        }
+        return result;
+    };
+    CSSCompletion.prototype.getCompletionsForDeclarations = function (declarations, result) {
+        if (!declarations || this.offset === declarations.offset) { // incomplete nodes
+            return result;
+        }
+        var node = declarations.findFirstChildBeforeOffset(this.offset);
+        if (!node) {
+            return this.getCompletionsForDeclarationProperty(null, result);
+        }
+        if (node instanceof _parser_cssNodes__WEBPACK_IMPORTED_MODULE_0__.AbstractDeclaration) {
+            var declaration = node;
+            if (!(0,_utils_objects__WEBPACK_IMPORTED_MODULE_6__.isDefined)(declaration.colonPosition) || this.offset <= declaration.colonPosition) {
+                // complete property
+                return this.getCompletionsForDeclarationProperty(declaration, result);
+            }
+            else if (((0,_utils_objects__WEBPACK_IMPORTED_MODULE_6__.isDefined)(declaration.semicolonPosition) && declaration.semicolonPosition < this.offset)) {
+                if (this.offset === declaration.semicolonPosition + 1) {
+                    return result; // don't show new properties right after semicolon (see Bug 15421:[intellisense] [css] Be less aggressive when manually typing CSS)
+                }
+                // complete next property
+                return this.getCompletionsForDeclarationProperty(null, result);
+            }
+            if (declaration instanceof _parser_cssNodes__WEBPACK_IMPORTED_MODULE_0__.Declaration) {
+                // complete value
+                return this.getCompletionsForDeclarationValue(declaration, result);
+            }
+        }
+        else if (node instanceof _parser_cssNodes__WEBPACK_IMPORTED_MODULE_0__.ExtendsReference) {
+            this.getCompletionsForExtendsReference(node, null, result);
+        }
+        else if (this.currentWord && this.currentWord[0] === '@') {
+            this.getCompletionsForDeclarationProperty(null, result);
+        }
+        else if (node instanceof _parser_cssNodes__WEBPACK_IMPORTED_MODULE_0__.RuleSet) {
+            this.getCompletionsForDeclarationProperty(null, result);
+        }
+        return result;
+    };
+    CSSCompletion.prototype.getCompletionsForVariableDeclaration = function (declaration, result) {
+        if (this.offset && (0,_utils_objects__WEBPACK_IMPORTED_MODULE_6__.isDefined)(declaration.colonPosition) && this.offset > declaration.colonPosition) {
+            this.getVariableProposals(declaration.getValue(), result);
+        }
+        return result;
+    };
+    CSSCompletion.prototype.getCompletionsForExpression = function (expression, result) {
+        var parent = expression.getParent();
+        if (parent instanceof _parser_cssNodes__WEBPACK_IMPORTED_MODULE_0__.FunctionArgument) {
+            this.getCompletionsForFunctionArgument(parent, parent.getParent(), result);
+            return result;
+        }
+        var declaration = expression.findParent(_parser_cssNodes__WEBPACK_IMPORTED_MODULE_0__.NodeType.Declaration);
+        if (!declaration) {
+            this.getTermProposals(undefined, null, result);
+            return result;
+        }
+        var node = expression.findChildAtOffset(this.offset, true);
+        if (!node) {
+            return this.getCompletionsForDeclarationValue(declaration, result);
+        }
+        if (node instanceof _parser_cssNodes__WEBPACK_IMPORTED_MODULE_0__.NumericValue || node instanceof _parser_cssNodes__WEBPACK_IMPORTED_MODULE_0__.Identifier) {
+            return this.getCompletionsForDeclarationValue(declaration, result);
+        }
+        return result;
+    };
+    CSSCompletion.prototype.getCompletionsForFunctionArgument = function (arg, func, result) {
+        var identifier = func.getIdentifier();
+        if (identifier && identifier.matches('var')) {
+            if (!func.getArguments().hasChildren() || func.getArguments().getChild(0) === arg) {
+                this.getVariableProposalsForCSSVarFunction(result);
+            }
+        }
+        return result;
+    };
+    CSSCompletion.prototype.getCompletionsForFunctionDeclaration = function (decl, result) {
+        var declarations = decl.getDeclarations();
+        if (declarations && this.offset > declarations.offset && this.offset < declarations.end) {
+            this.getTermProposals(undefined, null, result);
+        }
+        return result;
+    };
+    CSSCompletion.prototype.getCompletionsForMixinReference = function (ref, result) {
+        var _this = this;
+        var allMixins = this.getSymbolContext().findSymbolsAtOffset(this.offset, _parser_cssNodes__WEBPACK_IMPORTED_MODULE_0__.ReferenceType.Mixin);
+        for (var _i = 0, allMixins_1 = allMixins; _i < allMixins_1.length; _i++) {
+            var mixinSymbol = allMixins_1[_i];
+            if (mixinSymbol.node instanceof _parser_cssNodes__WEBPACK_IMPORTED_MODULE_0__.MixinDeclaration) {
+                result.items.push(this.makeTermProposal(mixinSymbol, mixinSymbol.node.getParameters(), null));
+            }
+        }
+        var identifierNode = ref.getIdentifier() || null;
+        this.completionParticipants.forEach(function (participant) {
+            if (participant.onCssMixinReference) {
+                participant.onCssMixinReference({
+                    mixinName: _this.currentWord,
+                    range: _this.getCompletionRange(identifierNode)
+                });
+            }
+        });
+        return result;
+    };
+    CSSCompletion.prototype.getTermProposals = function (entry, existingNode, result) {
+        var allFunctions = this.getSymbolContext().findSymbolsAtOffset(this.offset, _parser_cssNodes__WEBPACK_IMPORTED_MODULE_0__.ReferenceType.Function);
+        for (var _i = 0, allFunctions_1 = allFunctions; _i < allFunctions_1.length; _i++) {
+            var functionSymbol = allFunctions_1[_i];
+            if (functionSymbol.node instanceof _parser_cssNodes__WEBPACK_IMPORTED_MODULE_0__.FunctionDeclaration) {
+                result.items.push(this.makeTermProposal(functionSymbol, functionSymbol.node.getParameters(), existingNode));
+            }
+        }
+        return result;
+    };
+    CSSCompletion.prototype.makeTermProposal = function (symbol, parameters, existingNode) {
+        var decl = symbol.node;
+        var params = parameters.getChildren().map(function (c) {
+            return (c instanceof _parser_cssNodes__WEBPACK_IMPORTED_MODULE_0__.FunctionParameter) ? c.getName() : c.getText();
+        });
+        var insertText = symbol.name + '(' + params.map(function (p, index) { return '${' + (index + 1) + ':' + p + '}'; }).join(', ') + ')';
+        return {
+            label: symbol.name,
+            detail: symbol.name + '(' + params.join(', ') + ')',
+            textEdit: _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_3__.TextEdit.replace(this.getCompletionRange(existingNode), insertText),
+            insertTextFormat: SnippetFormat,
+            kind: _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_3__.CompletionItemKind.Function,
+            sortText: SortTexts.Term
+        };
+    };
+    CSSCompletion.prototype.getCompletionsForSupportsCondition = function (supportsCondition, result) {
+        var child = supportsCondition.findFirstChildBeforeOffset(this.offset);
+        if (child) {
+            if (child instanceof _parser_cssNodes__WEBPACK_IMPORTED_MODULE_0__.Declaration) {
+                if (!(0,_utils_objects__WEBPACK_IMPORTED_MODULE_6__.isDefined)(child.colonPosition) || this.offset <= child.colonPosition) {
+                    return this.getCompletionsForDeclarationProperty(child, result);
+                }
+                else {
+                    return this.getCompletionsForDeclarationValue(child, result);
+                }
+            }
+            else if (child instanceof _parser_cssNodes__WEBPACK_IMPORTED_MODULE_0__.SupportsCondition) {
+                return this.getCompletionsForSupportsCondition(child, result);
+            }
+        }
+        if ((0,_utils_objects__WEBPACK_IMPORTED_MODULE_6__.isDefined)(supportsCondition.lParent) && this.offset > supportsCondition.lParent && (!(0,_utils_objects__WEBPACK_IMPORTED_MODULE_6__.isDefined)(supportsCondition.rParent) || this.offset <= supportsCondition.rParent)) {
+            return this.getCompletionsForDeclarationProperty(null, result);
+        }
+        return result;
+    };
+    CSSCompletion.prototype.getCompletionsForSupports = function (supports, result) {
+        var declarations = supports.getDeclarations();
+        var inInCondition = !declarations || this.offset <= declarations.offset;
+        if (inInCondition) {
+            var child = supports.findFirstChildBeforeOffset(this.offset);
+            if (child instanceof _parser_cssNodes__WEBPACK_IMPORTED_MODULE_0__.SupportsCondition) {
+                return this.getCompletionsForSupportsCondition(child, result);
+            }
+            return result;
+        }
+        return this.getCompletionForTopLevel(result);
+    };
+    CSSCompletion.prototype.getCompletionsForExtendsReference = function (extendsRef, existingNode, result) {
+        return result;
+    };
+    CSSCompletion.prototype.getCompletionForUriLiteralValue = function (uriLiteralNode, result) {
+        var uriValue;
+        var position;
+        var range;
+        // No children, empty value
+        if (!uriLiteralNode.hasChildren()) {
+            uriValue = '';
+            position = this.position;
+            var emptyURIValuePosition = this.textDocument.positionAt(uriLiteralNode.offset + 'url('.length);
+            range = _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_3__.Range.create(emptyURIValuePosition, emptyURIValuePosition);
+        }
+        else {
+            var uriValueNode = uriLiteralNode.getChild(0);
+            uriValue = uriValueNode.getText();
+            position = this.position;
+            range = this.getCompletionRange(uriValueNode);
+        }
+        this.completionParticipants.forEach(function (participant) {
+            if (participant.onCssURILiteralValue) {
+                participant.onCssURILiteralValue({
+                    uriValue: uriValue,
+                    position: position,
+                    range: range
+                });
+            }
+        });
+        return result;
+    };
+    CSSCompletion.prototype.getCompletionForImportPath = function (importPathNode, result) {
+        var _this = this;
+        this.completionParticipants.forEach(function (participant) {
+            if (participant.onCssImportPath) {
+                participant.onCssImportPath({
+                    pathValue: importPathNode.getText(),
+                    position: _this.position,
+                    range: _this.getCompletionRange(importPathNode)
+                });
+            }
+        });
+        return result;
+    };
+    CSSCompletion.prototype.doesSupportMarkdown = function () {
+        var _a, _b, _c;
+        if (!(0,_utils_objects__WEBPACK_IMPORTED_MODULE_6__.isDefined)(this.supportsMarkdown)) {
+            if (!(0,_utils_objects__WEBPACK_IMPORTED_MODULE_6__.isDefined)(this.lsOptions.clientCapabilities)) {
+                this.supportsMarkdown = true;
+                return this.supportsMarkdown;
+            }
+            var documentationFormat = (_c = (_b = (_a = this.lsOptions.clientCapabilities.textDocument) === null || _a === void 0 ? void 0 : _a.completion) === null || _b === void 0 ? void 0 : _b.completionItem) === null || _c === void 0 ? void 0 : _c.documentationFormat;
+            this.supportsMarkdown = Array.isArray(documentationFormat) && documentationFormat.indexOf(_cssLanguageTypes__WEBPACK_IMPORTED_MODULE_3__.MarkupKind.Markdown) !== -1;
+        }
+        return this.supportsMarkdown;
+    };
+    return CSSCompletion;
+}());
+
+function isDeprecated(entry) {
+    if (entry.status && (entry.status === 'nonstandard' || entry.status === 'obsolete')) {
+        return true;
+    }
+    return false;
+}
+/**
+ * Rank number should all be same length strings
+ */
+function computeRankNumber(n) {
+    var nstr = n.toString();
+    switch (nstr.length) {
+        case 4:
+            return nstr;
+        case 3:
+            return '0' + nstr;
+        case 2:
+            return '00' + nstr;
+        case 1:
+            return '000' + nstr;
+        default:
+            return '0000';
+    }
+}
+var Set = /** @class */ (function () {
+    function Set() {
+        this.entries = {};
+    }
+    Set.prototype.add = function (entry) {
+        this.entries[entry] = true;
+    };
+    Set.prototype.getEntries = function () {
+        return Object.keys(this.entries);
+    };
+    return Set;
+}());
+function moveCursorInsideParenthesis(text) {
+    return text.replace(/\(\)$/, "($1)");
+}
+function collectValues(styleSheet, declaration) {
+    var fullPropertyName = declaration.getFullPropertyName();
+    var entries = new Set();
+    function visitValue(node) {
+        if (node instanceof _parser_cssNodes__WEBPACK_IMPORTED_MODULE_0__.Identifier || node instanceof _parser_cssNodes__WEBPACK_IMPORTED_MODULE_0__.NumericValue || node instanceof _parser_cssNodes__WEBPACK_IMPORTED_MODULE_0__.HexColorValue) {
+            entries.add(node.getText());
+        }
+        return true;
+    }
+    function matchesProperty(decl) {
+        var propertyName = decl.getFullPropertyName();
+        return fullPropertyName === propertyName;
+    }
+    function vistNode(node) {
+        if (node instanceof _parser_cssNodes__WEBPACK_IMPORTED_MODULE_0__.Declaration && node !== declaration) {
+            if (matchesProperty(node)) {
+                var value = node.getValue();
+                if (value) {
+                    value.accept(visitValue);
+                }
+            }
+        }
+        return true;
+    }
+    styleSheet.accept(vistNode);
+    return entries;
+}
+var ColorValueCollector = /** @class */ (function () {
+    function ColorValueCollector(entries, currentOffset) {
+        this.entries = entries;
+        this.currentOffset = currentOffset;
+        // nothing to do
+    }
+    ColorValueCollector.prototype.visitNode = function (node) {
+        if (node instanceof _parser_cssNodes__WEBPACK_IMPORTED_MODULE_0__.HexColorValue || (node instanceof _parser_cssNodes__WEBPACK_IMPORTED_MODULE_0__.Function && _languageFacts_facts__WEBPACK_IMPORTED_MODULE_2__.isColorConstructor(node))) {
+            if (this.currentOffset < node.offset || node.end < this.currentOffset) {
+                this.entries.add(node.getText());
+            }
+        }
+        return true;
+    };
+    return ColorValueCollector;
+}());
+function getCurrentWord(document, offset) {
+    var i = offset - 1;
+    var text = document.getText();
+    while (i >= 0 && ' \t\n\r":{[()]},*>+'.indexOf(text.charAt(i)) === -1) {
+        i--;
+    }
+    return text.substring(i + 1, offset);
+}
+function isColorString(s) {
+    // From https://stackoverflow.com/questions/8027423/how-to-check-if-a-string-is-a-valid-hex-color-representation/8027444
+    return (s.toLowerCase() in _languageFacts_facts__WEBPACK_IMPORTED_MODULE_2__.colors) || /(^#[0-9A-F]{6}$)|(^#[0-9A-F]{3}$)/i.test(s);
+}
+
+
+/***/ }),
+/* 77 */
+/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
+
+__webpack_require__.r(__webpack_exports__);
+/* harmony export */ __webpack_require__.d(__webpack_exports__, {
+/* harmony export */   "Scope": () => /* binding */ Scope,
+/* harmony export */   "GlobalScope": () => /* binding */ GlobalScope,
+/* harmony export */   "Symbol": () => /* binding */ Symbol,
+/* harmony export */   "ScopeBuilder": () => /* binding */ ScopeBuilder,
+/* harmony export */   "Symbols": () => /* binding */ Symbols
+/* harmony export */ });
+/* harmony import */ var _cssNodes__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(65);
+/* harmony import */ var _utils_arrays__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(78);
+/*---------------------------------------------------------------------------------------------
+ *  Copyright (c) Microsoft Corporation. All rights reserved.
+ *  Licensed under the MIT License. See License.txt in the project root for license information.
+ *--------------------------------------------------------------------------------------------*/
+
+var __extends = (undefined && undefined.__extends) || (function () {
+    var extendStatics = function (d, b) {
+        extendStatics = Object.setPrototypeOf ||
+            ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
+            function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
+        return extendStatics(d, b);
+    };
+    return function (d, b) {
+        extendStatics(d, b);
+        function __() { this.constructor = d; }
+        d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
+    };
+})();
+
+
+var Scope = /** @class */ (function () {
+    function Scope(offset, length) {
+        this.offset = offset;
+        this.length = length;
+        this.symbols = [];
+        this.parent = null;
+        this.children = [];
+    }
+    Scope.prototype.addChild = function (scope) {
+        this.children.push(scope);
+        scope.setParent(this);
+    };
+    Scope.prototype.setParent = function (scope) {
+        this.parent = scope;
+    };
+    Scope.prototype.findScope = function (offset, length) {
+        if (length === void 0) { length = 0; }
+        if (this.offset <= offset && this.offset + this.length > offset + length || this.offset === offset && this.length === length) {
+            return this.findInScope(offset, length);
+        }
+        return null;
+    };
+    Scope.prototype.findInScope = function (offset, length) {
+        if (length === void 0) { length = 0; }
+        // find the first scope child that has an offset larger than offset + length
+        var end = offset + length;
+        var idx = (0,_utils_arrays__WEBPACK_IMPORTED_MODULE_1__.findFirst)(this.children, function (s) { return s.offset > end; });
+        if (idx === 0) {
+            // all scopes have offsets larger than our end
+            return this;
+        }
+        var res = this.children[idx - 1];
+        if (res.offset <= offset && res.offset + res.length >= offset + length) {
+            return res.findInScope(offset, length);
+        }
+        return this;
+    };
+    Scope.prototype.addSymbol = function (symbol) {
+        this.symbols.push(symbol);
+    };
+    Scope.prototype.getSymbol = function (name, type) {
+        for (var index = 0; index < this.symbols.length; index++) {
+            var symbol = this.symbols[index];
+            if (symbol.name === name && symbol.type === type) {
+                return symbol;
+            }
+        }
+        return null;
+    };
+    Scope.prototype.getSymbols = function () {
+        return this.symbols;
+    };
+    return Scope;
+}());
+
+var GlobalScope = /** @class */ (function (_super) {
+    __extends(GlobalScope, _super);
+    function GlobalScope() {
+        return _super.call(this, 0, Number.MAX_VALUE) || this;
+    }
+    return GlobalScope;
+}(Scope));
+
+var Symbol = /** @class */ (function () {
+    function Symbol(name, value, node, type) {
+        this.name = name;
+        this.value = value;
+        this.node = node;
+        this.type = type;
+    }
+    return Symbol;
+}());
+
+var ScopeBuilder = /** @class */ (function () {
+    function ScopeBuilder(scope) {
+        this.scope = scope;
+    }
+    ScopeBuilder.prototype.addSymbol = function (node, name, value, type) {
+        if (node.offset !== -1) {
+            var current = this.scope.findScope(node.offset, node.length);
+            if (current) {
+                current.addSymbol(new Symbol(name, value, node, type));
+            }
+        }
+    };
+    ScopeBuilder.prototype.addScope = function (node) {
+        if (node.offset !== -1) {
+            var current = this.scope.findScope(node.offset, node.length);
+            if (current && (current.offset !== node.offset || current.length !== node.length)) { // scope already known?
+                var newScope = new Scope(node.offset, node.length);
+                current.addChild(newScope);
+                return newScope;
+            }
+            return current;
+        }
+        return null;
+    };
+    ScopeBuilder.prototype.addSymbolToChildScope = function (scopeNode, node, name, value, type) {
+        if (scopeNode && scopeNode.offset !== -1) {
+            var current = this.addScope(scopeNode); // create the scope or gets the existing one
+            if (current) {
+                current.addSymbol(new Symbol(name, value, node, type));
+            }
+        }
+    };
+    ScopeBuilder.prototype.visitNode = function (node) {
+        switch (node.type) {
+            case _cssNodes__WEBPACK_IMPORTED_MODULE_0__.NodeType.Keyframe:
+                this.addSymbol(node, node.getName(), void 0, _cssNodes__WEBPACK_IMPORTED_MODULE_0__.ReferenceType.Keyframe);
+                return true;
+            case _cssNodes__WEBPACK_IMPORTED_MODULE_0__.NodeType.CustomPropertyDeclaration:
+                return this.visitCustomPropertyDeclarationNode(node);
+            case _cssNodes__WEBPACK_IMPORTED_MODULE_0__.NodeType.VariableDeclaration:
+                return this.visitVariableDeclarationNode(node);
+            case _cssNodes__WEBPACK_IMPORTED_MODULE_0__.NodeType.Ruleset:
+                return this.visitRuleSet(node);
+            case _cssNodes__WEBPACK_IMPORTED_MODULE_0__.NodeType.MixinDeclaration:
+                this.addSymbol(node, node.getName(), void 0, _cssNodes__WEBPACK_IMPORTED_MODULE_0__.ReferenceType.Mixin);
+                return true;
+            case _cssNodes__WEBPACK_IMPORTED_MODULE_0__.NodeType.FunctionDeclaration:
+                this.addSymbol(node, node.getName(), void 0, _cssNodes__WEBPACK_IMPORTED_MODULE_0__.ReferenceType.Function);
+                return true;
+            case _cssNodes__WEBPACK_IMPORTED_MODULE_0__.NodeType.FunctionParameter: {
+                return this.visitFunctionParameterNode(node);
+            }
+            case _cssNodes__WEBPACK_IMPORTED_MODULE_0__.NodeType.Declarations:
+                this.addScope(node);
+                return true;
+            case _cssNodes__WEBPACK_IMPORTED_MODULE_0__.NodeType.For:
+                var forNode = node;
+                var scopeNode = forNode.getDeclarations();
+                if (scopeNode && forNode.variable) {
+                    this.addSymbolToChildScope(scopeNode, forNode.variable, forNode.variable.getName(), void 0, _cssNodes__WEBPACK_IMPORTED_MODULE_0__.ReferenceType.Variable);
+                }
+                return true;
+            case _cssNodes__WEBPACK_IMPORTED_MODULE_0__.NodeType.Each: {
+                var eachNode = node;
+                var scopeNode_1 = eachNode.getDeclarations();
+                if (scopeNode_1) {
+                    var variables = eachNode.getVariables().getChildren();
+                    for (var _i = 0, variables_1 = variables; _i < variables_1.length; _i++) {
+                        var variable = variables_1[_i];
+                        this.addSymbolToChildScope(scopeNode_1, variable, variable.getName(), void 0, _cssNodes__WEBPACK_IMPORTED_MODULE_0__.ReferenceType.Variable);
+                    }
+                }
+                return true;
+            }
+        }
+        return true;
+    };
+    ScopeBuilder.prototype.visitRuleSet = function (node) {
+        var current = this.scope.findScope(node.offset, node.length);
+        if (current) {
+            for (var _i = 0, _a = node.getSelectors().getChildren(); _i < _a.length; _i++) {
+                var child = _a[_i];
+                if (child instanceof _cssNodes__WEBPACK_IMPORTED_MODULE_0__.Selector) {
+                    if (child.getChildren().length === 1) { // only selectors with a single element can be extended
+                        current.addSymbol(new Symbol(child.getChild(0).getText(), void 0, child, _cssNodes__WEBPACK_IMPORTED_MODULE_0__.ReferenceType.Rule));
+                    }
+                }
+            }
+        }
+        return true;
+    };
+    ScopeBuilder.prototype.visitVariableDeclarationNode = function (node) {
+        var value = node.getValue() ? node.getValue().getText() : void 0;
+        this.addSymbol(node, node.getName(), value, _cssNodes__WEBPACK_IMPORTED_MODULE_0__.ReferenceType.Variable);
+        return true;
+    };
+    ScopeBuilder.prototype.visitFunctionParameterNode = function (node) {
+        // parameters are part of the body scope
+        var scopeNode = node.getParent().getDeclarations();
+        if (scopeNode) {
+            var valueNode = node.getDefaultValue();
+            var value = valueNode ? valueNode.getText() : void 0;
+            this.addSymbolToChildScope(scopeNode, node, node.getName(), value, _cssNodes__WEBPACK_IMPORTED_MODULE_0__.ReferenceType.Variable);
+        }
+        return true;
+    };
+    ScopeBuilder.prototype.visitCustomPropertyDeclarationNode = function (node) {
+        var value = node.getValue() ? node.getValue().getText() : '';
+        this.addCSSVariable(node.getProperty(), node.getProperty().getName(), value, _cssNodes__WEBPACK_IMPORTED_MODULE_0__.ReferenceType.Variable);
+        return true;
+    };
+    ScopeBuilder.prototype.addCSSVariable = function (node, name, value, type) {
+        if (node.offset !== -1) {
+            this.scope.addSymbol(new Symbol(name, value, node, type));
+        }
+    };
+    return ScopeBuilder;
+}());
+
+var Symbols = /** @class */ (function () {
+    function Symbols(node) {
+        this.global = new GlobalScope();
+        node.acceptVisitor(new ScopeBuilder(this.global));
+    }
+    Symbols.prototype.findSymbolsAtOffset = function (offset, referenceType) {
+        var scope = this.global.findScope(offset, 0);
+        var result = [];
+        var names = {};
+        while (scope) {
+            var symbols = scope.getSymbols();
+            for (var i = 0; i < symbols.length; i++) {
+                var symbol = symbols[i];
+                if (symbol.type === referenceType && !names[symbol.name]) {
+                    result.push(symbol);
+                    names[symbol.name] = true;
+                }
+            }
+            scope = scope.parent;
+        }
+        return result;
+    };
+    Symbols.prototype.internalFindSymbol = function (node, referenceTypes) {
+        var scopeNode = node;
+        if (node.parent instanceof _cssNodes__WEBPACK_IMPORTED_MODULE_0__.FunctionParameter && node.parent.getParent() instanceof _cssNodes__WEBPACK_IMPORTED_MODULE_0__.BodyDeclaration) {
+            scopeNode = node.parent.getParent().getDeclarations();
+        }
+        if (node.parent instanceof _cssNodes__WEBPACK_IMPORTED_MODULE_0__.FunctionArgument && node.parent.getParent() instanceof _cssNodes__WEBPACK_IMPORTED_MODULE_0__.Function) {
+            var funcId = node.parent.getParent().getIdentifier();
+            if (funcId) {
+                var functionSymbol = this.internalFindSymbol(funcId, [_cssNodes__WEBPACK_IMPORTED_MODULE_0__.ReferenceType.Function]);
+                if (functionSymbol) {
+                    scopeNode = functionSymbol.node.getDeclarations();
+                }
+            }
+        }
+        if (!scopeNode) {
+            return null;
+        }
+        var name = node.getText();
+        var scope = this.global.findScope(scopeNode.offset, scopeNode.length);
+        while (scope) {
+            for (var index = 0; index < referenceTypes.length; index++) {
+                var type = referenceTypes[index];
+                var symbol = scope.getSymbol(name, type);
+                if (symbol) {
+                    return symbol;
+                }
+            }
+            scope = scope.parent;
+        }
+        return null;
+    };
+    Symbols.prototype.evaluateReferenceTypes = function (node) {
+        if (node instanceof _cssNodes__WEBPACK_IMPORTED_MODULE_0__.Identifier) {
+            var referenceTypes = node.referenceTypes;
+            if (referenceTypes) {
+                return referenceTypes;
+            }
+            else {
+                if (node.isCustomProperty) {
+                    return [_cssNodes__WEBPACK_IMPORTED_MODULE_0__.ReferenceType.Variable];
+                }
+                // are a reference to a keyframe?
+                var decl = _cssNodes__WEBPACK_IMPORTED_MODULE_0__.getParentDeclaration(node);
+                if (decl) {
+                    var propertyName = decl.getNonPrefixedPropertyName();
+                    if ((propertyName === 'animation' || propertyName === 'animation-name')
+                        && decl.getValue() && decl.getValue().offset === node.offset) {
+                        return [_cssNodes__WEBPACK_IMPORTED_MODULE_0__.ReferenceType.Keyframe];
+                    }
+                }
+            }
+        }
+        else if (node instanceof _cssNodes__WEBPACK_IMPORTED_MODULE_0__.Variable) {
+            return [_cssNodes__WEBPACK_IMPORTED_MODULE_0__.ReferenceType.Variable];
+        }
+        var selector = node.findAParent(_cssNodes__WEBPACK_IMPORTED_MODULE_0__.NodeType.Selector, _cssNodes__WEBPACK_IMPORTED_MODULE_0__.NodeType.ExtendsReference);
+        if (selector) {
+            return [_cssNodes__WEBPACK_IMPORTED_MODULE_0__.ReferenceType.Rule];
+        }
+        return null;
+    };
+    Symbols.prototype.findSymbolFromNode = function (node) {
+        if (!node) {
+            return null;
+        }
+        while (node.type === _cssNodes__WEBPACK_IMPORTED_MODULE_0__.NodeType.Interpolation) {
+            node = node.getParent();
+        }
+        var referenceTypes = this.evaluateReferenceTypes(node);
+        if (referenceTypes) {
+            return this.internalFindSymbol(node, referenceTypes);
+        }
+        return null;
+    };
+    Symbols.prototype.matchesSymbol = function (node, symbol) {
+        if (!node) {
+            return false;
+        }
+        while (node.type === _cssNodes__WEBPACK_IMPORTED_MODULE_0__.NodeType.Interpolation) {
+            node = node.getParent();
+        }
+        if (!node.matches(symbol.name)) {
+            return false;
+        }
+        var referenceTypes = this.evaluateReferenceTypes(node);
+        if (!referenceTypes || referenceTypes.indexOf(symbol.type) === -1) {
+            return false;
+        }
+        var nodeSymbol = this.internalFindSymbol(node, referenceTypes);
+        return nodeSymbol === symbol;
+    };
+    Symbols.prototype.findSymbol = function (name, type, offset) {
+        var scope = this.global.findScope(offset);
+        while (scope) {
+            var symbol = scope.getSymbol(name, type);
+            if (symbol) {
+                return symbol;
+            }
+            scope = scope.parent;
+        }
+        return null;
+    };
+    return Symbols;
+}());
+
+
+
+/***/ }),
+/* 78 */
+/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
+
+__webpack_require__.r(__webpack_exports__);
+/* harmony export */ __webpack_require__.d(__webpack_exports__, {
+/* harmony export */   "findFirst": () => /* binding */ findFirst,
+/* harmony export */   "includes": () => /* binding */ includes,
+/* harmony export */   "union": () => /* binding */ union
+/* harmony export */ });
+/*---------------------------------------------------------------------------------------------
+ *  Copyright (c) Microsoft Corporation. All rights reserved.
+ *  Licensed under the MIT License. See License.txt in the project root for license information.
+ *--------------------------------------------------------------------------------------------*/
+
+/**
+ * Takes a sorted array and a function p. The array is sorted in such a way that all elements where p(x) is false
+ * are located before all elements where p(x) is true.
+ * @returns the least x for which p(x) is true or array.length if no element fullfills the given function.
+ */
+function findFirst(array, p) {
+    var low = 0, high = array.length;
+    if (high === 0) {
+        return 0; // no children
+    }
+    while (low < high) {
+        var mid = Math.floor((low + high) / 2);
+        if (p(array[mid])) {
+            high = mid;
+        }
+        else {
+            low = mid + 1;
+        }
+    }
+    return low;
+}
+function includes(array, item) {
+    return array.indexOf(item) !== -1;
+}
+function union() {
+    var arrays = [];
+    for (var _i = 0; _i < arguments.length; _i++) {
+        arrays[_i] = arguments[_i];
+    }
+    var result = [];
+    for (var _a = 0, arrays_1 = arrays; _a < arrays_1.length; _a++) {
+        var array = arrays_1[_a];
+        for (var _b = 0, array_1 = array; _b < array_1.length; _b++) {
+            var item = array_1[_b];
+            if (!includes(result, item)) {
+                result.push(item);
+            }
+        }
+    }
+    return result;
+}
+
+
+/***/ }),
+/* 79 */
+/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
+
+__webpack_require__.r(__webpack_exports__);
+/* harmony export */ __webpack_require__.d(__webpack_exports__, {
+/* harmony export */   "TextDocument": () => /* reexport safe */ vscode_languageserver_textdocument__WEBPACK_IMPORTED_MODULE_1__.TextDocument,
+/* harmony export */   "CodeAction": () => /* reexport safe */ vscode_languageserver_types__WEBPACK_IMPORTED_MODULE_0__.CodeAction,
+/* harmony export */   "CodeActionContext": () => /* reexport safe */ vscode_languageserver_types__WEBPACK_IMPORTED_MODULE_0__.CodeActionContext,
+/* harmony export */   "CodeActionKind": () => /* reexport safe */ vscode_languageserver_types__WEBPACK_IMPORTED_MODULE_0__.CodeActionKind,
+/* harmony export */   "CodeLens": () => /* reexport safe */ vscode_languageserver_types__WEBPACK_IMPORTED_MODULE_0__.CodeLens,
+/* harmony export */   "Color": () => /* reexport safe */ vscode_languageserver_types__WEBPACK_IMPORTED_MODULE_0__.Color,
+/* harmony export */   "ColorInformation": () => /* reexport safe */ vscode_languageserver_types__WEBPACK_IMPORTED_MODULE_0__.ColorInformation,
+/* harmony export */   "ColorPresentation": () => /* reexport safe */ vscode_languageserver_types__WEBPACK_IMPORTED_MODULE_0__.ColorPresentation,
+/* harmony export */   "Command": () => /* reexport safe */ vscode_languageserver_types__WEBPACK_IMPORTED_MODULE_0__.Command,
+/* harmony export */   "CompletionItem": () => /* reexport safe */ vscode_languageserver_types__WEBPACK_IMPORTED_MODULE_0__.CompletionItem,
+/* harmony export */   "CompletionItemKind": () => /* reexport safe */ vscode_languageserver_types__WEBPACK_IMPORTED_MODULE_0__.CompletionItemKind,
+/* harmony export */   "CompletionItemTag": () => /* reexport safe */ vscode_languageserver_types__WEBPACK_IMPORTED_MODULE_0__.CompletionItemTag,
+/* harmony export */   "CompletionList": () => /* reexport safe */ vscode_languageserver_types__WEBPACK_IMPORTED_MODULE_0__.CompletionList,
+/* harmony export */   "CreateFile": () => /* reexport safe */ vscode_languageserver_types__WEBPACK_IMPORTED_MODULE_0__.CreateFile,
+/* harmony export */   "DeleteFile": () => /* reexport safe */ vscode_languageserver_types__WEBPACK_IMPORTED_MODULE_0__.DeleteFile,
+/* harmony export */   "Diagnostic": () => /* reexport safe */ vscode_languageserver_types__WEBPACK_IMPORTED_MODULE_0__.Diagnostic,
+/* harmony export */   "DiagnosticCode": () => /* reexport safe */ vscode_languageserver_types__WEBPACK_IMPORTED_MODULE_0__.DiagnosticCode,
+/* harmony export */   "DiagnosticRelatedInformation": () => /* reexport safe */ vscode_languageserver_types__WEBPACK_IMPORTED_MODULE_0__.DiagnosticRelatedInformation,
+/* harmony export */   "DiagnosticSeverity": () => /* reexport safe */ vscode_languageserver_types__WEBPACK_IMPORTED_MODULE_0__.DiagnosticSeverity,
+/* harmony export */   "DiagnosticTag": () => /* reexport safe */ vscode_languageserver_types__WEBPACK_IMPORTED_MODULE_0__.DiagnosticTag,
+/* harmony export */   "DocumentHighlight": () => /* reexport safe */ vscode_languageserver_types__WEBPACK_IMPORTED_MODULE_0__.DocumentHighlight,
+/* harmony export */   "DocumentHighlightKind": () => /* reexport safe */ vscode_languageserver_types__WEBPACK_IMPORTED_MODULE_0__.DocumentHighlightKind,
+/* harmony export */   "DocumentLink": () => /* reexport safe */ vscode_languageserver_types__WEBPACK_IMPORTED_MODULE_0__.DocumentLink,
+/* harmony export */   "DocumentSymbol": () => /* reexport safe */ vscode_languageserver_types__WEBPACK_IMPORTED_MODULE_0__.DocumentSymbol,
+/* harmony export */   "EOL": () => /* reexport safe */ vscode_languageserver_types__WEBPACK_IMPORTED_MODULE_0__.EOL,
+/* harmony export */   "FoldingRange": () => /* reexport safe */ vscode_languageserver_types__WEBPACK_IMPORTED_MODULE_0__.FoldingRange,
+/* harmony export */   "FoldingRangeKind": () => /* reexport safe */ vscode_languageserver_types__WEBPACK_IMPORTED_MODULE_0__.FoldingRangeKind,
+/* harmony export */   "FormattingOptions": () => /* reexport safe */ vscode_languageserver_types__WEBPACK_IMPORTED_MODULE_0__.FormattingOptions,
+/* harmony export */   "Hover": () => /* reexport safe */ vscode_languageserver_types__WEBPACK_IMPORTED_MODULE_0__.Hover,
+/* harmony export */   "InsertReplaceEdit": () => /* reexport safe */ vscode_languageserver_types__WEBPACK_IMPORTED_MODULE_0__.InsertReplaceEdit,
+/* harmony export */   "InsertTextFormat": () => /* reexport safe */ vscode_languageserver_types__WEBPACK_IMPORTED_MODULE_0__.InsertTextFormat,
+/* harmony export */   "Location": () => /* reexport safe */ vscode_languageserver_types__WEBPACK_IMPORTED_MODULE_0__.Location,
+/* harmony export */   "LocationLink": () => /* reexport safe */ vscode_languageserver_types__WEBPACK_IMPORTED_MODULE_0__.LocationLink,
+/* harmony export */   "MarkedString": () => /* reexport safe */ vscode_languageserver_types__WEBPACK_IMPORTED_MODULE_0__.MarkedString,
+/* harmony export */   "MarkupContent": () => /* reexport safe */ vscode_languageserver_types__WEBPACK_IMPORTED_MODULE_0__.MarkupContent,
+/* harmony export */   "MarkupKind": () => /* reexport safe */ vscode_languageserver_types__WEBPACK_IMPORTED_MODULE_0__.MarkupKind,
+/* harmony export */   "ParameterInformation": () => /* reexport safe */ vscode_languageserver_types__WEBPACK_IMPORTED_MODULE_0__.ParameterInformation,
+/* harmony export */   "Position": () => /* reexport safe */ vscode_languageserver_types__WEBPACK_IMPORTED_MODULE_0__.Position,
+/* harmony export */   "Range": () => /* reexport safe */ vscode_languageserver_types__WEBPACK_IMPORTED_MODULE_0__.Range,
+/* harmony export */   "RenameFile": () => /* reexport safe */ vscode_languageserver_types__WEBPACK_IMPORTED_MODULE_0__.RenameFile,
+/* harmony export */   "SelectionRange": () => /* reexport safe */ vscode_languageserver_types__WEBPACK_IMPORTED_MODULE_0__.SelectionRange,
+/* harmony export */   "SignatureInformation": () => /* reexport safe */ vscode_languageserver_types__WEBPACK_IMPORTED_MODULE_0__.SignatureInformation,
+/* harmony export */   "SymbolInformation": () => /* reexport safe */ vscode_languageserver_types__WEBPACK_IMPORTED_MODULE_0__.SymbolInformation,
+/* harmony export */   "SymbolKind": () => /* reexport safe */ vscode_languageserver_types__WEBPACK_IMPORTED_MODULE_0__.SymbolKind,
+/* harmony export */   "SymbolTag": () => /* reexport safe */ vscode_languageserver_types__WEBPACK_IMPORTED_MODULE_0__.SymbolTag,
+/* harmony export */   "TextDocumentEdit": () => /* reexport safe */ vscode_languageserver_types__WEBPACK_IMPORTED_MODULE_0__.TextDocumentEdit,
+/* harmony export */   "TextDocumentIdentifier": () => /* reexport safe */ vscode_languageserver_types__WEBPACK_IMPORTED_MODULE_0__.TextDocumentIdentifier,
+/* harmony export */   "TextDocumentItem": () => /* reexport safe */ vscode_languageserver_types__WEBPACK_IMPORTED_MODULE_0__.TextDocumentItem,
+/* harmony export */   "TextEdit": () => /* reexport safe */ vscode_languageserver_types__WEBPACK_IMPORTED_MODULE_0__.TextEdit,
+/* harmony export */   "VersionedTextDocumentIdentifier": () => /* reexport safe */ vscode_languageserver_types__WEBPACK_IMPORTED_MODULE_0__.VersionedTextDocumentIdentifier,
+/* harmony export */   "WorkspaceChange": () => /* reexport safe */ vscode_languageserver_types__WEBPACK_IMPORTED_MODULE_0__.WorkspaceChange,
+/* harmony export */   "WorkspaceEdit": () => /* reexport safe */ vscode_languageserver_types__WEBPACK_IMPORTED_MODULE_0__.WorkspaceEdit,
+/* harmony export */   "ClientCapabilities": () => /* binding */ ClientCapabilities,
+/* harmony export */   "FileType": () => /* binding */ FileType
+/* harmony export */ });
+/* harmony import */ var vscode_languageserver_types__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(80);
+/* harmony import */ var vscode_languageserver_textdocument__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(81);
+/*---------------------------------------------------------------------------------------------
+ *  Copyright (c) Microsoft Corporation. All rights reserved.
+ *  Licensed under the MIT License. See License.txt in the project root for license information.
+ *--------------------------------------------------------------------------------------------*/
+
+
+
+
+var ClientCapabilities;
+(function (ClientCapabilities) {
+    ClientCapabilities.LATEST = {
+        textDocument: {
+            completion: {
+                completionItem: {
+                    documentationFormat: [vscode_languageserver_types__WEBPACK_IMPORTED_MODULE_0__.MarkupKind.Markdown, vscode_languageserver_types__WEBPACK_IMPORTED_MODULE_0__.MarkupKind.PlainText]
+                }
+            },
+            hover: {
+                contentFormat: [vscode_languageserver_types__WEBPACK_IMPORTED_MODULE_0__.MarkupKind.Markdown, vscode_languageserver_types__WEBPACK_IMPORTED_MODULE_0__.MarkupKind.PlainText]
+            }
+        }
+    };
+})(ClientCapabilities || (ClientCapabilities = {}));
+var FileType;
+(function (FileType) {
+    /**
+     * The file type is unknown.
+     */
+    FileType[FileType["Unknown"] = 0] = "Unknown";
+    /**
+     * A regular file.
+     */
+    FileType[FileType["File"] = 1] = "File";
+    /**
+     * A directory.
+     */
+    FileType[FileType["Directory"] = 2] = "Directory";
+    /**
+     * A symbolic link to a file.
+     */
+    FileType[FileType["SymbolicLink"] = 64] = "SymbolicLink";
+})(FileType || (FileType = {}));
+
+
+/***/ }),
+/* 80 */
+/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
+
+__webpack_require__.r(__webpack_exports__);
+/* harmony export */ __webpack_require__.d(__webpack_exports__, {
+/* harmony export */   "Position": () => /* binding */ Position,
+/* harmony export */   "Range": () => /* binding */ Range,
+/* harmony export */   "Location": () => /* binding */ Location,
+/* harmony export */   "LocationLink": () => /* binding */ LocationLink,
+/* harmony export */   "Color": () => /* binding */ Color,
+/* harmony export */   "ColorInformation": () => /* binding */ ColorInformation,
+/* harmony export */   "ColorPresentation": () => /* binding */ ColorPresentation,
+/* harmony export */   "FoldingRangeKind": () => /* binding */ FoldingRangeKind,
+/* harmony export */   "FoldingRange": () => /* binding */ FoldingRange,
+/* harmony export */   "DiagnosticRelatedInformation": () => /* binding */ DiagnosticRelatedInformation,
+/* harmony export */   "DiagnosticSeverity": () => /* binding */ DiagnosticSeverity,
+/* harmony export */   "DiagnosticTag": () => /* binding */ DiagnosticTag,
+/* harmony export */   "DiagnosticCode": () => /* binding */ DiagnosticCode,
+/* harmony export */   "Diagnostic": () => /* binding */ Diagnostic,
+/* harmony export */   "Command": () => /* binding */ Command,
+/* harmony export */   "TextEdit": () => /* binding */ TextEdit,
+/* harmony export */   "TextDocumentEdit": () => /* binding */ TextDocumentEdit,
+/* harmony export */   "CreateFile": () => /* binding */ CreateFile,
+/* harmony export */   "RenameFile": () => /* binding */ RenameFile,
+/* harmony export */   "DeleteFile": () => /* binding */ DeleteFile,
+/* harmony export */   "WorkspaceEdit": () => /* binding */ WorkspaceEdit,
+/* harmony export */   "WorkspaceChange": () => /* binding */ WorkspaceChange,
+/* harmony export */   "TextDocumentIdentifier": () => /* binding */ TextDocumentIdentifier,
+/* harmony export */   "VersionedTextDocumentIdentifier": () => /* binding */ VersionedTextDocumentIdentifier,
+/* harmony export */   "TextDocumentItem": () => /* binding */ TextDocumentItem,
+/* harmony export */   "MarkupKind": () => /* binding */ MarkupKind,
+/* harmony export */   "MarkupContent": () => /* binding */ MarkupContent,
+/* harmony export */   "CompletionItemKind": () => /* binding */ CompletionItemKind,
+/* harmony export */   "InsertTextFormat": () => /* binding */ InsertTextFormat,
+/* harmony export */   "CompletionItemTag": () => /* binding */ CompletionItemTag,
+/* harmony export */   "InsertReplaceEdit": () => /* binding */ InsertReplaceEdit,
+/* harmony export */   "CompletionItem": () => /* binding */ CompletionItem,
+/* harmony export */   "CompletionList": () => /* binding */ CompletionList,
+/* harmony export */   "MarkedString": () => /* binding */ MarkedString,
+/* harmony export */   "Hover": () => /* binding */ Hover,
+/* harmony export */   "ParameterInformation": () => /* binding */ ParameterInformation,
+/* harmony export */   "SignatureInformation": () => /* binding */ SignatureInformation,
+/* harmony export */   "DocumentHighlightKind": () => /* binding */ DocumentHighlightKind,
+/* harmony export */   "DocumentHighlight": () => /* binding */ DocumentHighlight,
+/* harmony export */   "SymbolKind": () => /* binding */ SymbolKind,
+/* harmony export */   "SymbolTag": () => /* binding */ SymbolTag,
+/* harmony export */   "SymbolInformation": () => /* binding */ SymbolInformation,
+/* harmony export */   "DocumentSymbol": () => /* binding */ DocumentSymbol,
+/* harmony export */   "CodeActionKind": () => /* binding */ CodeActionKind,
+/* harmony export */   "CodeActionContext": () => /* binding */ CodeActionContext,
+/* harmony export */   "CodeAction": () => /* binding */ CodeAction,
+/* harmony export */   "CodeLens": () => /* binding */ CodeLens,
+/* harmony export */   "FormattingOptions": () => /* binding */ FormattingOptions,
+/* harmony export */   "DocumentLink": () => /* binding */ DocumentLink,
+/* harmony export */   "SelectionRange": () => /* binding */ SelectionRange,
+/* harmony export */   "EOL": () => /* binding */ EOL,
+/* harmony export */   "TextDocument": () => /* binding */ TextDocument
+/* harmony export */ });
+/* --------------------------------------------------------------------------------------------
+ * Copyright (c) Microsoft Corporation. All rights reserved.
+ * Licensed under the MIT License. See License.txt in the project root for license information.
+ * ------------------------------------------------------------------------------------------ */
+
+/**
+ * The Position namespace provides helper functions to work with
+ * [Position](#Position) literals.
+ */
+var Position;
+(function (Position) {
+    /**
+     * Creates a new Position literal from the given line and character.
+     * @param line The position's line.
+     * @param character The position's character.
+     */
+    function create(line, character) {
+        return { line: line, character: character };
+    }
+    Position.create = create;
+    /**
+     * Checks whether the given liternal conforms to the [Position](#Position) interface.
+     */
+    function is(value) {
+        var candidate = value;
+        return Is.objectLiteral(candidate) && Is.number(candidate.line) && Is.number(candidate.character);
+    }
+    Position.is = is;
+})(Position || (Position = {}));
+/**
+ * The Range namespace provides helper functions to work with
+ * [Range](#Range) literals.
+ */
+var Range;
+(function (Range) {
+    function create(one, two, three, four) {
+        if (Is.number(one) && Is.number(two) && Is.number(three) && Is.number(four)) {
+            return { start: Position.create(one, two), end: Position.create(three, four) };
+        }
+        else if (Position.is(one) && Position.is(two)) {
+            return { start: one, end: two };
+        }
+        else {
+            throw new Error("Range#create called with invalid arguments[" + one + ", " + two + ", " + three + ", " + four + "]");
+        }
+    }
+    Range.create = create;
+    /**
+     * Checks whether the given literal conforms to the [Range](#Range) interface.
+     */
+    function is(value) {
+        var candidate = value;
+        return Is.objectLiteral(candidate) && Position.is(candidate.start) && Position.is(candidate.end);
+    }
+    Range.is = is;
+})(Range || (Range = {}));
+/**
+ * The Location namespace provides helper functions to work with
+ * [Location](#Location) literals.
+ */
+var Location;
+(function (Location) {
+    /**
+     * Creates a Location literal.
+     * @param uri The location's uri.
+     * @param range The location's range.
+     */
+    function create(uri, range) {
+        return { uri: uri, range: range };
+    }
+    Location.create = create;
+    /**
+     * Checks whether the given literal conforms to the [Location](#Location) interface.
+     */
+    function is(value) {
+        var candidate = value;
+        return Is.defined(candidate) && Range.is(candidate.range) && (Is.string(candidate.uri) || Is.undefined(candidate.uri));
+    }
+    Location.is = is;
+})(Location || (Location = {}));
+/**
+ * The LocationLink namespace provides helper functions to work with
+ * [LocationLink](#LocationLink) literals.
+ */
+var LocationLink;
+(function (LocationLink) {
+    /**
+     * Creates a LocationLink literal.
+     * @param targetUri The definition's uri.
+     * @param targetRange The full range of the definition.
+     * @param targetSelectionRange The span of the symbol definition at the target.
+     * @param originSelectionRange The span of the symbol being defined in the originating source file.
+     */
+    function create(targetUri, targetRange, targetSelectionRange, originSelectionRange) {
+        return { targetUri: targetUri, targetRange: targetRange, targetSelectionRange: targetSelectionRange, originSelectionRange: originSelectionRange };
+    }
+    LocationLink.create = create;
+    /**
+     * Checks whether the given literal conforms to the [LocationLink](#LocationLink) interface.
+     */
+    function is(value) {
+        var candidate = value;
+        return Is.defined(candidate) && Range.is(candidate.targetRange) && Is.string(candidate.targetUri)
+            && (Range.is(candidate.targetSelectionRange) || Is.undefined(candidate.targetSelectionRange))
+            && (Range.is(candidate.originSelectionRange) || Is.undefined(candidate.originSelectionRange));
+    }
+    LocationLink.is = is;
+})(LocationLink || (LocationLink = {}));
+/**
+ * The Color namespace provides helper functions to work with
+ * [Color](#Color) literals.
+ */
+var Color;
+(function (Color) {
+    /**
+     * Creates a new Color literal.
+     */
+    function create(red, green, blue, alpha) {
+        return {
+            red: red,
+            green: green,
+            blue: blue,
+            alpha: alpha,
+        };
+    }
+    Color.create = create;
+    /**
+     * Checks whether the given literal conforms to the [Color](#Color) interface.
+     */
+    function is(value) {
+        var candidate = value;
+        return Is.number(candidate.red)
+            && Is.number(candidate.green)
+            && Is.number(candidate.blue)
+            && Is.number(candidate.alpha);
+    }
+    Color.is = is;
+})(Color || (Color = {}));
+/**
+ * The ColorInformation namespace provides helper functions to work with
+ * [ColorInformation](#ColorInformation) literals.
+ */
+var ColorInformation;
+(function (ColorInformation) {
+    /**
+     * Creates a new ColorInformation literal.
+     */
+    function create(range, color) {
+        return {
+            range: range,
+            color: color,
+        };
+    }
+    ColorInformation.create = create;
+    /**
+     * Checks whether the given literal conforms to the [ColorInformation](#ColorInformation) interface.
+     */
+    function is(value) {
+        var candidate = value;
+        return Range.is(candidate.range) && Color.is(candidate.color);
+    }
+    ColorInformation.is = is;
+})(ColorInformation || (ColorInformation = {}));
+/**
+ * The Color namespace provides helper functions to work with
+ * [ColorPresentation](#ColorPresentation) literals.
+ */
+var ColorPresentation;
+(function (ColorPresentation) {
+    /**
+     * Creates a new ColorInformation literal.
+     */
+    function create(label, textEdit, additionalTextEdits) {
+        return {
+            label: label,
+            textEdit: textEdit,
+            additionalTextEdits: additionalTextEdits,
+        };
+    }
+    ColorPresentation.create = create;
+    /**
+     * Checks whether the given literal conforms to the [ColorInformation](#ColorInformation) interface.
+     */
+    function is(value) {
+        var candidate = value;
+        return Is.string(candidate.label)
+            && (Is.undefined(candidate.textEdit) || TextEdit.is(candidate))
+            && (Is.undefined(candidate.additionalTextEdits) || Is.typedArray(candidate.additionalTextEdits, TextEdit.is));
+    }
+    ColorPresentation.is = is;
+})(ColorPresentation || (ColorPresentation = {}));
+/**
+ * Enum of known range kinds
+ */
+var FoldingRangeKind;
+(function (FoldingRangeKind) {
+    /**
+     * Folding range for a comment
+     */
+    FoldingRangeKind["Comment"] = "comment";
+    /**
+     * Folding range for a imports or includes
+     */
+    FoldingRangeKind["Imports"] = "imports";
+    /**
+     * Folding range for a region (e.g. `#region`)
+     */
+    FoldingRangeKind["Region"] = "region";
+})(FoldingRangeKind || (FoldingRangeKind = {}));
+/**
+ * The folding range namespace provides helper functions to work with
+ * [FoldingRange](#FoldingRange) literals.
+ */
+var FoldingRange;
+(function (FoldingRange) {
+    /**
+     * Creates a new FoldingRange literal.
+     */
+    function create(startLine, endLine, startCharacter, endCharacter, kind) {
+        var result = {
+            startLine: startLine,
+            endLine: endLine
+        };
+        if (Is.defined(startCharacter)) {
+            result.startCharacter = startCharacter;
+        }
+        if (Is.defined(endCharacter)) {
+            result.endCharacter = endCharacter;
+        }
+        if (Is.defined(kind)) {
+            result.kind = kind;
+        }
+        return result;
+    }
+    FoldingRange.create = create;
+    /**
+     * Checks whether the given literal conforms to the [FoldingRange](#FoldingRange) interface.
+     */
+    function is(value) {
+        var candidate = value;
+        return Is.number(candidate.startLine) && Is.number(candidate.startLine)
+            && (Is.undefined(candidate.startCharacter) || Is.number(candidate.startCharacter))
+            && (Is.undefined(candidate.endCharacter) || Is.number(candidate.endCharacter))
+            && (Is.undefined(candidate.kind) || Is.string(candidate.kind));
+    }
+    FoldingRange.is = is;
+})(FoldingRange || (FoldingRange = {}));
+/**
+ * The DiagnosticRelatedInformation namespace provides helper functions to work with
+ * [DiagnosticRelatedInformation](#DiagnosticRelatedInformation) literals.
+ */
+var DiagnosticRelatedInformation;
+(function (DiagnosticRelatedInformation) {
+    /**
+     * Creates a new DiagnosticRelatedInformation literal.
+     */
+    function create(location, message) {
+        return {
+            location: location,
+            message: message
+        };
+    }
+    DiagnosticRelatedInformation.create = create;
+    /**
+     * Checks whether the given literal conforms to the [DiagnosticRelatedInformation](#DiagnosticRelatedInformation) interface.
+     */
+    function is(value) {
+        var candidate = value;
+        return Is.defined(candidate) && Location.is(candidate.location) && Is.string(candidate.message);
+    }
+    DiagnosticRelatedInformation.is = is;
+})(DiagnosticRelatedInformation || (DiagnosticRelatedInformation = {}));
+/**
+ * The diagnostic's severity.
+ */
+var DiagnosticSeverity;
+(function (DiagnosticSeverity) {
+    /**
+     * Reports an error.
+     */
+    DiagnosticSeverity.Error = 1;
+    /**
+     * Reports a warning.
+     */
+    DiagnosticSeverity.Warning = 2;
+    /**
+     * Reports an information.
+     */
+    DiagnosticSeverity.Information = 3;
+    /**
+     * Reports a hint.
+     */
+    DiagnosticSeverity.Hint = 4;
+})(DiagnosticSeverity || (DiagnosticSeverity = {}));
+/**
+ * The diagnostic tags.
+ *
+ * @since 3.15.0
+ */
+var DiagnosticTag;
+(function (DiagnosticTag) {
+    /**
+     * Unused or unnecessary code.
+     *
+     * Clients are allowed to render diagnostics with this tag faded out instead of having
+     * an error squiggle.
+     */
+    DiagnosticTag.Unnecessary = 1;
+    /**
+     * Deprecated or obsolete code.
+     *
+     * Clients are allowed to rendered diagnostics with this tag strike through.
+     */
+    DiagnosticTag.Deprecated = 2;
+})(DiagnosticTag || (DiagnosticTag = {}));
+/**
+ * The DiagnosticCode namespace provides functions to deal with complex diagnostic codes.
+ *
+ * @since 3.16.0 - Proposed state
+ */
+var DiagnosticCode;
+(function (DiagnosticCode) {
+    /**
+     * Checks whether the given liternal conforms to the [DiagnosticCode](#DiagnosticCode) interface.
+     */
+    function is(value) {
+        var candidate = value;
+        return candidate !== undefined && candidate !== null && (Is.number(candidate.value) || Is.string(candidate.value)) && Is.string(candidate.target);
+    }
+    DiagnosticCode.is = is;
+})(DiagnosticCode || (DiagnosticCode = {}));
+/**
+ * The Diagnostic namespace provides helper functions to work with
+ * [Diagnostic](#Diagnostic) literals.
+ */
+var Diagnostic;
+(function (Diagnostic) {
+    /**
+     * Creates a new Diagnostic literal.
+     */
+    function create(range, message, severity, code, source, relatedInformation) {
+        var result = { range: range, message: message };
+        if (Is.defined(severity)) {
+            result.severity = severity;
+        }
+        if (Is.defined(code)) {
+            result.code = code;
+        }
+        if (Is.defined(source)) {
+            result.source = source;
+        }
+        if (Is.defined(relatedInformation)) {
+            result.relatedInformation = relatedInformation;
+        }
+        return result;
+    }
+    Diagnostic.create = create;
+    /**
+     * Checks whether the given literal conforms to the [Diagnostic](#Diagnostic) interface.
+     */
+    function is(value) {
+        var candidate = value;
+        return Is.defined(candidate)
+            && Range.is(candidate.range)
+            && Is.string(candidate.message)
+            && (Is.number(candidate.severity) || Is.undefined(candidate.severity))
+            && (Is.number(candidate.code) || Is.string(candidate.code) || Is.undefined(candidate.code))
+            && (Is.string(candidate.source) || Is.undefined(candidate.source))
+            && (Is.undefined(candidate.relatedInformation) || Is.typedArray(candidate.relatedInformation, DiagnosticRelatedInformation.is));
+    }
+    Diagnostic.is = is;
+})(Diagnostic || (Diagnostic = {}));
+/**
+ * The Command namespace provides helper functions to work with
+ * [Command](#Command) literals.
+ */
+var Command;
+(function (Command) {
+    /**
+     * Creates a new Command literal.
+     */
+    function create(title, command) {
+        var args = [];
+        for (var _i = 2; _i < arguments.length; _i++) {
+            args[_i - 2] = arguments[_i];
+        }
+        var result = { title: title, command: command };
+        if (Is.defined(args) && args.length > 0) {
+            result.arguments = args;
+        }
+        return result;
+    }
+    Command.create = create;
+    /**
+     * Checks whether the given literal conforms to the [Command](#Command) interface.
+     */
+    function is(value) {
+        var candidate = value;
+        return Is.defined(candidate) && Is.string(candidate.title) && Is.string(candidate.command);
+    }
+    Command.is = is;
+})(Command || (Command = {}));
+/**
+ * The TextEdit namespace provides helper function to create replace,
+ * insert and delete edits more easily.
+ */
+var TextEdit;
+(function (TextEdit) {
+    /**
+     * Creates a replace text edit.
+     * @param range The range of text to be replaced.
+     * @param newText The new text.
+     */
+    function replace(range, newText) {
+        return { range: range, newText: newText };
+    }
+    TextEdit.replace = replace;
+    /**
+     * Creates a insert text edit.
+     * @param position The position to insert the text at.
+     * @param newText The text to be inserted.
+     */
+    function insert(position, newText) {
+        return { range: { start: position, end: position }, newText: newText };
+    }
+    TextEdit.insert = insert;
+    /**
+     * Creates a delete text edit.
+     * @param range The range of text to be deleted.
+     */
+    function del(range) {
+        return { range: range, newText: '' };
+    }
+    TextEdit.del = del;
+    function is(value) {
+        var candidate = value;
+        return Is.objectLiteral(candidate)
+            && Is.string(candidate.newText)
+            && Range.is(candidate.range);
+    }
+    TextEdit.is = is;
+})(TextEdit || (TextEdit = {}));
+/**
+ * The TextDocumentEdit namespace provides helper function to create
+ * an edit that manipulates a text document.
+ */
+var TextDocumentEdit;
+(function (TextDocumentEdit) {
+    /**
+     * Creates a new `TextDocumentEdit`
+     */
+    function create(textDocument, edits) {
+        return { textDocument: textDocument, edits: edits };
+    }
+    TextDocumentEdit.create = create;
+    function is(value) {
+        var candidate = value;
+        return Is.defined(candidate)
+            && VersionedTextDocumentIdentifier.is(candidate.textDocument)
+            && Array.isArray(candidate.edits);
+    }
+    TextDocumentEdit.is = is;
+})(TextDocumentEdit || (TextDocumentEdit = {}));
+var CreateFile;
+(function (CreateFile) {
+    function create(uri, options) {
+        var result = {
+            kind: 'create',
+            uri: uri
+        };
+        if (options !== void 0 && (options.overwrite !== void 0 || options.ignoreIfExists !== void 0)) {
+            result.options = options;
+        }
+        return result;
+    }
+    CreateFile.create = create;
+    function is(value) {
+        var candidate = value;
+        return candidate && candidate.kind === 'create' && Is.string(candidate.uri) &&
+            (candidate.options === void 0 ||
+                ((candidate.options.overwrite === void 0 || Is.boolean(candidate.options.overwrite)) && (candidate.options.ignoreIfExists === void 0 || Is.boolean(candidate.options.ignoreIfExists))));
+    }
+    CreateFile.is = is;
+})(CreateFile || (CreateFile = {}));
+var RenameFile;
+(function (RenameFile) {
+    function create(oldUri, newUri, options) {
+        var result = {
+            kind: 'rename',
+            oldUri: oldUri,
+            newUri: newUri
+        };
+        if (options !== void 0 && (options.overwrite !== void 0 || options.ignoreIfExists !== void 0)) {
+            result.options = options;
+        }
+        return result;
+    }
+    RenameFile.create = create;
+    function is(value) {
+        var candidate = value;
+        return candidate && candidate.kind === 'rename' && Is.string(candidate.oldUri) && Is.string(candidate.newUri) &&
+            (candidate.options === void 0 ||
+                ((candidate.options.overwrite === void 0 || Is.boolean(candidate.options.overwrite)) && (candidate.options.ignoreIfExists === void 0 || Is.boolean(candidate.options.ignoreIfExists))));
+    }
+    RenameFile.is = is;
+})(RenameFile || (RenameFile = {}));
+var DeleteFile;
+(function (DeleteFile) {
+    function create(uri, options) {
+        var result = {
+            kind: 'delete',
+            uri: uri
+        };
+        if (options !== void 0 && (options.recursive !== void 0 || options.ignoreIfNotExists !== void 0)) {
+            result.options = options;
+        }
+        return result;
+    }
+    DeleteFile.create = create;
+    function is(value) {
+        var candidate = value;
+        return candidate && candidate.kind === 'delete' && Is.string(candidate.uri) &&
+            (candidate.options === void 0 ||
+                ((candidate.options.recursive === void 0 || Is.boolean(candidate.options.recursive)) && (candidate.options.ignoreIfNotExists === void 0 || Is.boolean(candidate.options.ignoreIfNotExists))));
+    }
+    DeleteFile.is = is;
+})(DeleteFile || (DeleteFile = {}));
+var WorkspaceEdit;
+(function (WorkspaceEdit) {
+    function is(value) {
+        var candidate = value;
+        return candidate &&
+            (candidate.changes !== void 0 || candidate.documentChanges !== void 0) &&
+            (candidate.documentChanges === void 0 || candidate.documentChanges.every(function (change) {
+                if (Is.string(change.kind)) {
+                    return CreateFile.is(change) || RenameFile.is(change) || DeleteFile.is(change);
+                }
+                else {
+                    return TextDocumentEdit.is(change);
+                }
+            }));
+    }
+    WorkspaceEdit.is = is;
+})(WorkspaceEdit || (WorkspaceEdit = {}));
+var TextEditChangeImpl = /** @class */ (function () {
+    function TextEditChangeImpl(edits) {
+        this.edits = edits;
+    }
+    TextEditChangeImpl.prototype.insert = function (position, newText) {
+        this.edits.push(TextEdit.insert(position, newText));
+    };
+    TextEditChangeImpl.prototype.replace = function (range, newText) {
+        this.edits.push(TextEdit.replace(range, newText));
+    };
+    TextEditChangeImpl.prototype.delete = function (range) {
+        this.edits.push(TextEdit.del(range));
+    };
+    TextEditChangeImpl.prototype.add = function (edit) {
+        this.edits.push(edit);
+    };
+    TextEditChangeImpl.prototype.all = function () {
+        return this.edits;
+    };
+    TextEditChangeImpl.prototype.clear = function () {
+        this.edits.splice(0, this.edits.length);
+    };
+    return TextEditChangeImpl;
+}());
+/**
+ * A workspace change helps constructing changes to a workspace.
+ */
+var WorkspaceChange = /** @class */ (function () {
+    function WorkspaceChange(workspaceEdit) {
+        var _this = this;
+        this._textEditChanges = Object.create(null);
+        if (workspaceEdit) {
+            this._workspaceEdit = workspaceEdit;
+            if (workspaceEdit.documentChanges) {
+                workspaceEdit.documentChanges.forEach(function (change) {
+                    if (TextDocumentEdit.is(change)) {
+                        var textEditChange = new TextEditChangeImpl(change.edits);
+                        _this._textEditChanges[change.textDocument.uri] = textEditChange;
+                    }
+                });
+            }
+            else if (workspaceEdit.changes) {
+                Object.keys(workspaceEdit.changes).forEach(function (key) {
+                    var textEditChange = new TextEditChangeImpl(workspaceEdit.changes[key]);
+                    _this._textEditChanges[key] = textEditChange;
+                });
+            }
+        }
+    }
+    Object.defineProperty(WorkspaceChange.prototype, "edit", {
+        /**
+         * Returns the underlying [WorkspaceEdit](#WorkspaceEdit) literal
+         * use to be returned from a workspace edit operation like rename.
+         */
+        get: function () {
+            if (this._workspaceEdit === undefined) {
+                return { documentChanges: [] };
+            }
+            return this._workspaceEdit;
+        },
+        enumerable: true,
+        configurable: true
+    });
+    WorkspaceChange.prototype.getTextEditChange = function (key) {
+        if (VersionedTextDocumentIdentifier.is(key)) {
+            if (!this._workspaceEdit) {
+                this._workspaceEdit = {
+                    documentChanges: []
+                };
+            }
+            if (!this._workspaceEdit.documentChanges) {
+                throw new Error('Workspace edit is not configured for document changes.');
+            }
+            var textDocument = key;
+            var result = this._textEditChanges[textDocument.uri];
+            if (!result) {
+                var edits = [];
+                var textDocumentEdit = {
+                    textDocument: textDocument,
+                    edits: edits
+                };
+                this._workspaceEdit.documentChanges.push(textDocumentEdit);
+                result = new TextEditChangeImpl(edits);
+                this._textEditChanges[textDocument.uri] = result;
+            }
+            return result;
+        }
+        else {
+            if (!this._workspaceEdit) {
+                this._workspaceEdit = {
+                    changes: Object.create(null)
+                };
+            }
+            if (!this._workspaceEdit.changes) {
+                throw new Error('Workspace edit is not configured for normal text edit changes.');
+            }
+            var result = this._textEditChanges[key];
+            if (!result) {
+                var edits = [];
+                this._workspaceEdit.changes[key] = edits;
+                result = new TextEditChangeImpl(edits);
+                this._textEditChanges[key] = result;
+            }
+            return result;
+        }
+    };
+    WorkspaceChange.prototype.createFile = function (uri, options) {
+        this.checkDocumentChanges();
+        this._workspaceEdit.documentChanges.push(CreateFile.create(uri, options));
+    };
+    WorkspaceChange.prototype.renameFile = function (oldUri, newUri, options) {
+        this.checkDocumentChanges();
+        this._workspaceEdit.documentChanges.push(RenameFile.create(oldUri, newUri, options));
+    };
+    WorkspaceChange.prototype.deleteFile = function (uri, options) {
+        this.checkDocumentChanges();
+        this._workspaceEdit.documentChanges.push(DeleteFile.create(uri, options));
+    };
+    WorkspaceChange.prototype.checkDocumentChanges = function () {
+        if (!this._workspaceEdit || !this._workspaceEdit.documentChanges) {
+            throw new Error('Workspace edit is not configured for document changes.');
+        }
+    };
+    return WorkspaceChange;
+}());
+
+/**
+ * The TextDocumentIdentifier namespace provides helper functions to work with
+ * [TextDocumentIdentifier](#TextDocumentIdentifier) literals.
+ */
+var TextDocumentIdentifier;
+(function (TextDocumentIdentifier) {
+    /**
+     * Creates a new TextDocumentIdentifier literal.
+     * @param uri The document's uri.
+     */
+    function create(uri) {
+        return { uri: uri };
+    }
+    TextDocumentIdentifier.create = create;
+    /**
+     * Checks whether the given literal conforms to the [TextDocumentIdentifier](#TextDocumentIdentifier) interface.
+     */
+    function is(value) {
+        var candidate = value;
+        return Is.defined(candidate) && Is.string(candidate.uri);
+    }
+    TextDocumentIdentifier.is = is;
+})(TextDocumentIdentifier || (TextDocumentIdentifier = {}));
+/**
+ * The VersionedTextDocumentIdentifier namespace provides helper functions to work with
+ * [VersionedTextDocumentIdentifier](#VersionedTextDocumentIdentifier) literals.
+ */
+var VersionedTextDocumentIdentifier;
+(function (VersionedTextDocumentIdentifier) {
+    /**
+     * Creates a new VersionedTextDocumentIdentifier literal.
+     * @param uri The document's uri.
+     * @param uri The document's text.
+     */
+    function create(uri, version) {
+        return { uri: uri, version: version };
+    }
+    VersionedTextDocumentIdentifier.create = create;
+    /**
+     * Checks whether the given literal conforms to the [VersionedTextDocumentIdentifier](#VersionedTextDocumentIdentifier) interface.
+     */
+    function is(value) {
+        var candidate = value;
+        return Is.defined(candidate) && Is.string(candidate.uri) && (candidate.version === null || Is.number(candidate.version));
+    }
+    VersionedTextDocumentIdentifier.is = is;
+})(VersionedTextDocumentIdentifier || (VersionedTextDocumentIdentifier = {}));
+/**
+ * The TextDocumentItem namespace provides helper functions to work with
+ * [TextDocumentItem](#TextDocumentItem) literals.
+ */
+var TextDocumentItem;
+(function (TextDocumentItem) {
+    /**
+     * Creates a new TextDocumentItem literal.
+     * @param uri The document's uri.
+     * @param languageId The document's language identifier.
+     * @param version The document's version number.
+     * @param text The document's text.
+     */
+    function create(uri, languageId, version, text) {
+        return { uri: uri, languageId: languageId, version: version, text: text };
+    }
+    TextDocumentItem.create = create;
+    /**
+     * Checks whether the given literal conforms to the [TextDocumentItem](#TextDocumentItem) interface.
+     */
+    function is(value) {
+        var candidate = value;
+        return Is.defined(candidate) && Is.string(candidate.uri) && Is.string(candidate.languageId) && Is.number(candidate.version) && Is.string(candidate.text);
+    }
+    TextDocumentItem.is = is;
+})(TextDocumentItem || (TextDocumentItem = {}));
+/**
+ * Describes the content type that a client supports in various
+ * result literals like `Hover`, `ParameterInfo` or `CompletionItem`.
+ *
+ * Please note that `MarkupKinds` must not start with a `$`. This kinds
+ * are reserved for internal usage.
+ */
+var MarkupKind;
+(function (MarkupKind) {
+    /**
+     * Plain text is supported as a content format
+     */
+    MarkupKind.PlainText = 'plaintext';
+    /**
+     * Markdown is supported as a content format
+     */
+    MarkupKind.Markdown = 'markdown';
+})(MarkupKind || (MarkupKind = {}));
+(function (MarkupKind) {
+    /**
+     * Checks whether the given value is a value of the [MarkupKind](#MarkupKind) type.
+     */
+    function is(value) {
+        var candidate = value;
+        return candidate === MarkupKind.PlainText || candidate === MarkupKind.Markdown;
+    }
+    MarkupKind.is = is;
+})(MarkupKind || (MarkupKind = {}));
+var MarkupContent;
+(function (MarkupContent) {
+    /**
+     * Checks whether the given value conforms to the [MarkupContent](#MarkupContent) interface.
+     */
+    function is(value) {
+        var candidate = value;
+        return Is.objectLiteral(value) && MarkupKind.is(candidate.kind) && Is.string(candidate.value);
+    }
+    MarkupContent.is = is;
+})(MarkupContent || (MarkupContent = {}));
+/**
+ * The kind of a completion entry.
+ */
+var CompletionItemKind;
+(function (CompletionItemKind) {
+    CompletionItemKind.Text = 1;
+    CompletionItemKind.Method = 2;
+    CompletionItemKind.Function = 3;
+    CompletionItemKind.Constructor = 4;
+    CompletionItemKind.Field = 5;
+    CompletionItemKind.Variable = 6;
+    CompletionItemKind.Class = 7;
+    CompletionItemKind.Interface = 8;
+    CompletionItemKind.Module = 9;
+    CompletionItemKind.Property = 10;
+    CompletionItemKind.Unit = 11;
+    CompletionItemKind.Value = 12;
+    CompletionItemKind.Enum = 13;
+    CompletionItemKind.Keyword = 14;
+    CompletionItemKind.Snippet = 15;
+    CompletionItemKind.Color = 16;
+    CompletionItemKind.File = 17;
+    CompletionItemKind.Reference = 18;
+    CompletionItemKind.Folder = 19;
+    CompletionItemKind.EnumMember = 20;
+    CompletionItemKind.Constant = 21;
+    CompletionItemKind.Struct = 22;
+    CompletionItemKind.Event = 23;
+    CompletionItemKind.Operator = 24;
+    CompletionItemKind.TypeParameter = 25;
+})(CompletionItemKind || (CompletionItemKind = {}));
+/**
+ * Defines whether the insert text in a completion item should be interpreted as
+ * plain text or a snippet.
+ */
+var InsertTextFormat;
+(function (InsertTextFormat) {
+    /**
+     * The primary text to be inserted is treated as a plain string.
+     */
+    InsertTextFormat.PlainText = 1;
+    /**
+     * The primary text to be inserted is treated as a snippet.
+     *
+     * A snippet can define tab stops and placeholders with `$1`, `$2`
+     * and `${3:foo}`. `$0` defines the final tab stop, it defaults to
+     * the end of the snippet. Placeholders with equal identifiers are linked,
+     * that is typing in one will update others too.
+     *
+     * See also: https://microsoft.github.io/language-server-protocol/specifications/specification-current/#snippet_syntax
+     */
+    InsertTextFormat.Snippet = 2;
+})(InsertTextFormat || (InsertTextFormat = {}));
+/**
+ * Completion item tags are extra annotations that tweak the rendering of a completion
+ * item.
+ *
+ * @since 3.15.0
+ */
+var CompletionItemTag;
+(function (CompletionItemTag) {
+    /**
+     * Render a completion as obsolete, usually using a strike-out.
+     */
+    CompletionItemTag.Deprecated = 1;
+})(CompletionItemTag || (CompletionItemTag = {}));
+/**
+ * The InsertReplaceEdit namespace provides functions to deal with insert / replace edits.
+ *
+ * @since 3.16.0 - Proposed state
+ */
+var InsertReplaceEdit;
+(function (InsertReplaceEdit) {
+    /**
+     * Creates a new insert / replace edit
+     */
+    function create(newText, insert, replace) {
+        return { newText: newText, insert: insert, replace: replace };
+    }
+    InsertReplaceEdit.create = create;
+    /**
+     * Checks whether the given liternal conforms to the [InsertReplaceEdit](#InsertReplaceEdit) interface.
+     */
+    function is(value) {
+        var candidate = value;
+        return candidate && Is.string(candidate.newText) && Range.is(candidate.insert) && Range.is(candidate.replace);
+    }
+    InsertReplaceEdit.is = is;
+})(InsertReplaceEdit || (InsertReplaceEdit = {}));
+/**
+ * The CompletionItem namespace provides functions to deal with
+ * completion items.
+ */
+var CompletionItem;
+(function (CompletionItem) {
+    /**
+     * Create a completion item and seed it with a label.
+     * @param label The completion item's label
+     */
+    function create(label) {
+        return { label: label };
+    }
+    CompletionItem.create = create;
+})(CompletionItem || (CompletionItem = {}));
+/**
+ * The CompletionList namespace provides functions to deal with
+ * completion lists.
+ */
+var CompletionList;
+(function (CompletionList) {
+    /**
+     * Creates a new completion list.
+     *
+     * @param items The completion items.
+     * @param isIncomplete The list is not complete.
+     */
+    function create(items, isIncomplete) {
+        return { items: items ? items : [], isIncomplete: !!isIncomplete };
+    }
+    CompletionList.create = create;
+})(CompletionList || (CompletionList = {}));
+var MarkedString;
+(function (MarkedString) {
+    /**
+     * Creates a marked string from plain text.
+     *
+     * @param plainText The plain text.
+     */
+    function fromPlainText(plainText) {
+        return plainText.replace(/[\\`*_{}[\]()#+\-.!]/g, '\\$&'); // escape markdown syntax tokens: http://daringfireball.net/projects/markdown/syntax#backslash
+    }
+    MarkedString.fromPlainText = fromPlainText;
+    /**
+     * Checks whether the given value conforms to the [MarkedString](#MarkedString) type.
+     */
+    function is(value) {
+        var candidate = value;
+        return Is.string(candidate) || (Is.objectLiteral(candidate) && Is.string(candidate.language) && Is.string(candidate.value));
+    }
+    MarkedString.is = is;
+})(MarkedString || (MarkedString = {}));
+var Hover;
+(function (Hover) {
+    /**
+     * Checks whether the given value conforms to the [Hover](#Hover) interface.
+     */
+    function is(value) {
+        var candidate = value;
+        return !!candidate && Is.objectLiteral(candidate) && (MarkupContent.is(candidate.contents) ||
+            MarkedString.is(candidate.contents) ||
+            Is.typedArray(candidate.contents, MarkedString.is)) && (value.range === void 0 || Range.is(value.range));
+    }
+    Hover.is = is;
+})(Hover || (Hover = {}));
+/**
+ * The ParameterInformation namespace provides helper functions to work with
+ * [ParameterInformation](#ParameterInformation) literals.
+ */
+var ParameterInformation;
+(function (ParameterInformation) {
+    /**
+     * Creates a new parameter information literal.
+     *
+     * @param label A label string.
+     * @param documentation A doc string.
+     */
+    function create(label, documentation) {
+        return documentation ? { label: label, documentation: documentation } : { label: label };
+    }
+    ParameterInformation.create = create;
+})(ParameterInformation || (ParameterInformation = {}));
+/**
+ * The SignatureInformation namespace provides helper functions to work with
+ * [SignatureInformation](#SignatureInformation) literals.
+ */
+var SignatureInformation;
+(function (SignatureInformation) {
+    function create(label, documentation) {
+        var parameters = [];
+        for (var _i = 2; _i < arguments.length; _i++) {
+            parameters[_i - 2] = arguments[_i];
+        }
+        var result = { label: label };
+        if (Is.defined(documentation)) {
+            result.documentation = documentation;
+        }
+        if (Is.defined(parameters)) {
+            result.parameters = parameters;
+        }
+        else {
+            result.parameters = [];
+        }
+        return result;
+    }
+    SignatureInformation.create = create;
+})(SignatureInformation || (SignatureInformation = {}));
+/**
+ * A document highlight kind.
+ */
+var DocumentHighlightKind;
+(function (DocumentHighlightKind) {
+    /**
+     * A textual occurrence.
+     */
+    DocumentHighlightKind.Text = 1;
+    /**
+     * Read-access of a symbol, like reading a variable.
+     */
+    DocumentHighlightKind.Read = 2;
+    /**
+     * Write-access of a symbol, like writing to a variable.
+     */
+    DocumentHighlightKind.Write = 3;
+})(DocumentHighlightKind || (DocumentHighlightKind = {}));
+/**
+ * DocumentHighlight namespace to provide helper functions to work with
+ * [DocumentHighlight](#DocumentHighlight) literals.
+ */
+var DocumentHighlight;
+(function (DocumentHighlight) {
+    /**
+     * Create a DocumentHighlight object.
+     * @param range The range the highlight applies to.
+     */
+    function create(range, kind) {
+        var result = { range: range };
+        if (Is.number(kind)) {
+            result.kind = kind;
+        }
+        return result;
+    }
+    DocumentHighlight.create = create;
+})(DocumentHighlight || (DocumentHighlight = {}));
+/**
+ * A symbol kind.
+ */
+var SymbolKind;
+(function (SymbolKind) {
+    SymbolKind.File = 1;
+    SymbolKind.Module = 2;
+    SymbolKind.Namespace = 3;
+    SymbolKind.Package = 4;
+    SymbolKind.Class = 5;
+    SymbolKind.Method = 6;
+    SymbolKind.Property = 7;
+    SymbolKind.Field = 8;
+    SymbolKind.Constructor = 9;
+    SymbolKind.Enum = 10;
+    SymbolKind.Interface = 11;
+    SymbolKind.Function = 12;
+    SymbolKind.Variable = 13;
+    SymbolKind.Constant = 14;
+    SymbolKind.String = 15;
+    SymbolKind.Number = 16;
+    SymbolKind.Boolean = 17;
+    SymbolKind.Array = 18;
+    SymbolKind.Object = 19;
+    SymbolKind.Key = 20;
+    SymbolKind.Null = 21;
+    SymbolKind.EnumMember = 22;
+    SymbolKind.Struct = 23;
+    SymbolKind.Event = 24;
+    SymbolKind.Operator = 25;
+    SymbolKind.TypeParameter = 26;
+})(SymbolKind || (SymbolKind = {}));
+/**
+ * Symbol tags are extra annotations that tweak the rendering of a symbol.
+ * @since 3.15
+ */
+var SymbolTag;
+(function (SymbolTag) {
+    /**
+     * Render a symbol as obsolete, usually using a strike-out.
+     */
+    SymbolTag.Deprecated = 1;
+})(SymbolTag || (SymbolTag = {}));
+var SymbolInformation;
+(function (SymbolInformation) {
+    /**
+     * Creates a new symbol information literal.
+     *
+     * @param name The name of the symbol.
+     * @param kind The kind of the symbol.
+     * @param range The range of the location of the symbol.
+     * @param uri The resource of the location of symbol, defaults to the current document.
+     * @param containerName The name of the symbol containing the symbol.
+     */
+    function create(name, kind, range, uri, containerName) {
+        var result = {
+            name: name,
+            kind: kind,
+            location: { uri: uri, range: range }
+        };
+        if (containerName) {
+            result.containerName = containerName;
+        }
+        return result;
+    }
+    SymbolInformation.create = create;
+})(SymbolInformation || (SymbolInformation = {}));
+var DocumentSymbol;
+(function (DocumentSymbol) {
+    /**
+     * Creates a new symbol information literal.
+     *
+     * @param name The name of the symbol.
+     * @param detail The detail of the symbol.
+     * @param kind The kind of the symbol.
+     * @param range The range of the symbol.
+     * @param selectionRange The selectionRange of the symbol.
+     * @param children Children of the symbol.
+     */
+    function create(name, detail, kind, range, selectionRange, children) {
+        var result = {
+            name: name,
+            detail: detail,
+            kind: kind,
+            range: range,
+            selectionRange: selectionRange
+        };
+        if (children !== void 0) {
+            result.children = children;
+        }
+        return result;
+    }
+    DocumentSymbol.create = create;
+    /**
+     * Checks whether the given literal conforms to the [DocumentSymbol](#DocumentSymbol) interface.
+     */
+    function is(value) {
+        var candidate = value;
+        return candidate &&
+            Is.string(candidate.name) && Is.number(candidate.kind) &&
+            Range.is(candidate.range) && Range.is(candidate.selectionRange) &&
+            (candidate.detail === void 0 || Is.string(candidate.detail)) &&
+            (candidate.deprecated === void 0 || Is.boolean(candidate.deprecated)) &&
+            (candidate.children === void 0 || Array.isArray(candidate.children)) &&
+            (candidate.tags === void 0 || Array.isArray(candidate.tags));
+    }
+    DocumentSymbol.is = is;
+})(DocumentSymbol || (DocumentSymbol = {}));
+/**
+ * A set of predefined code action kinds
+ */
+var CodeActionKind;
+(function (CodeActionKind) {
+    /**
+     * Empty kind.
+     */
+    CodeActionKind.Empty = '';
+    /**
+     * Base kind for quickfix actions: 'quickfix'
+     */
+    CodeActionKind.QuickFix = 'quickfix';
+    /**
+     * Base kind for refactoring actions: 'refactor'
+     */
+    CodeActionKind.Refactor = 'refactor';
+    /**
+     * Base kind for refactoring extraction actions: 'refactor.extract'
+     *
+     * Example extract actions:
+     *
+     * - Extract method
+     * - Extract function
+     * - Extract variable
+     * - Extract interface from class
+     * - ...
+     */
+    CodeActionKind.RefactorExtract = 'refactor.extract';
+    /**
+     * Base kind for refactoring inline actions: 'refactor.inline'
+     *
+     * Example inline actions:
+     *
+     * - Inline function
+     * - Inline variable
+     * - Inline constant
+     * - ...
+     */
+    CodeActionKind.RefactorInline = 'refactor.inline';
+    /**
+     * Base kind for refactoring rewrite actions: 'refactor.rewrite'
+     *
+     * Example rewrite actions:
+     *
+     * - Convert JavaScript function to class
+     * - Add or remove parameter
+     * - Encapsulate field
+     * - Make method static
+     * - Move method to base class
+     * - ...
+     */
+    CodeActionKind.RefactorRewrite = 'refactor.rewrite';
+    /**
+     * Base kind for source actions: `source`
+     *
+     * Source code actions apply to the entire file.
+     */
+    CodeActionKind.Source = 'source';
+    /**
+     * Base kind for an organize imports source action: `source.organizeImports`
+     */
+    CodeActionKind.SourceOrganizeImports = 'source.organizeImports';
+    /**
+     * Base kind for auto-fix source actions: `source.fixAll`.
+     *
+     * Fix all actions automatically fix errors that have a clear fix that do not require user input.
+     * They should not suppress errors or perform unsafe fixes such as generating new types or classes.
+     *
+     * @since 3.15.0
+     */
+    CodeActionKind.SourceFixAll = 'source.fixAll';
+})(CodeActionKind || (CodeActionKind = {}));
+/**
+ * The CodeActionContext namespace provides helper functions to work with
+ * [CodeActionContext](#CodeActionContext) literals.
+ */
+var CodeActionContext;
+(function (CodeActionContext) {
+    /**
+     * Creates a new CodeActionContext literal.
+     */
+    function create(diagnostics, only) {
+        var result = { diagnostics: diagnostics };
+        if (only !== void 0 && only !== null) {
+            result.only = only;
+        }
+        return result;
+    }
+    CodeActionContext.create = create;
+    /**
+     * Checks whether the given literal conforms to the [CodeActionContext](#CodeActionContext) interface.
+     */
+    function is(value) {
+        var candidate = value;
+        return Is.defined(candidate) && Is.typedArray(candidate.diagnostics, Diagnostic.is) && (candidate.only === void 0 || Is.typedArray(candidate.only, Is.string));
+    }
+    CodeActionContext.is = is;
+})(CodeActionContext || (CodeActionContext = {}));
+var CodeAction;
+(function (CodeAction) {
+    function create(title, commandOrEdit, kind) {
+        var result = { title: title };
+        if (Command.is(commandOrEdit)) {
+            result.command = commandOrEdit;
+        }
+        else {
+            result.edit = commandOrEdit;
+        }
+        if (kind !== void 0) {
+            result.kind = kind;
+        }
+        return result;
+    }
+    CodeAction.create = create;
+    function is(value) {
+        var candidate = value;
+        return candidate && Is.string(candidate.title) &&
+            (candidate.diagnostics === void 0 || Is.typedArray(candidate.diagnostics, Diagnostic.is)) &&
+            (candidate.kind === void 0 || Is.string(candidate.kind)) &&
+            (candidate.edit !== void 0 || candidate.command !== void 0) &&
+            (candidate.command === void 0 || Command.is(candidate.command)) &&
+            (candidate.isPreferred === void 0 || Is.boolean(candidate.isPreferred)) &&
+            (candidate.edit === void 0 || WorkspaceEdit.is(candidate.edit));
+    }
+    CodeAction.is = is;
+})(CodeAction || (CodeAction = {}));
+/**
+ * The CodeLens namespace provides helper functions to work with
+ * [CodeLens](#CodeLens) literals.
+ */
+var CodeLens;
+(function (CodeLens) {
+    /**
+     * Creates a new CodeLens literal.
+     */
+    function create(range, data) {
+        var result = { range: range };
+        if (Is.defined(data)) {
+            result.data = data;
+        }
+        return result;
+    }
+    CodeLens.create = create;
+    /**
+     * Checks whether the given literal conforms to the [CodeLens](#CodeLens) interface.
+     */
+    function is(value) {
+        var candidate = value;
+        return Is.defined(candidate) && Range.is(candidate.range) && (Is.undefined(candidate.command) || Command.is(candidate.command));
+    }
+    CodeLens.is = is;
+})(CodeLens || (CodeLens = {}));
+/**
+ * The FormattingOptions namespace provides helper functions to work with
+ * [FormattingOptions](#FormattingOptions) literals.
+ */
+var FormattingOptions;
+(function (FormattingOptions) {
+    /**
+     * Creates a new FormattingOptions literal.
+     */
+    function create(tabSize, insertSpaces) {
+        return { tabSize: tabSize, insertSpaces: insertSpaces };
+    }
+    FormattingOptions.create = create;
+    /**
+     * Checks whether the given literal conforms to the [FormattingOptions](#FormattingOptions) interface.
+     */
+    function is(value) {
+        var candidate = value;
+        return Is.defined(candidate) && Is.number(candidate.tabSize) && Is.boolean(candidate.insertSpaces);
+    }
+    FormattingOptions.is = is;
+})(FormattingOptions || (FormattingOptions = {}));
+/**
+ * The DocumentLink namespace provides helper functions to work with
+ * [DocumentLink](#DocumentLink) literals.
+ */
+var DocumentLink;
+(function (DocumentLink) {
+    /**
+     * Creates a new DocumentLink literal.
+     */
+    function create(range, target, data) {
+        return { range: range, target: target, data: data };
+    }
+    DocumentLink.create = create;
+    /**
+     * Checks whether the given literal conforms to the [DocumentLink](#DocumentLink) interface.
+     */
+    function is(value) {
+        var candidate = value;
+        return Is.defined(candidate) && Range.is(candidate.range) && (Is.undefined(candidate.target) || Is.string(candidate.target));
+    }
+    DocumentLink.is = is;
+})(DocumentLink || (DocumentLink = {}));
+/**
+ * The SelectionRange namespace provides helper function to work with
+ * SelectionRange literals.
+ */
+var SelectionRange;
+(function (SelectionRange) {
+    /**
+     * Creates a new SelectionRange
+     * @param range the range.
+     * @param parent an optional parent.
+     */
+    function create(range, parent) {
+        return { range: range, parent: parent };
+    }
+    SelectionRange.create = create;
+    function is(value) {
+        var candidate = value;
+        return candidate !== undefined && Range.is(candidate.range) && (candidate.parent === undefined || SelectionRange.is(candidate.parent));
+    }
+    SelectionRange.is = is;
+})(SelectionRange || (SelectionRange = {}));
+var EOL = ['\n', '\r\n', '\r'];
+/**
+ * @deprecated Use the text document from the new vscode-languageserver-textdocument package.
+ */
+var TextDocument;
+(function (TextDocument) {
+    /**
+     * Creates a new ITextDocument literal from the given uri and content.
+     * @param uri The document's uri.
+     * @param languageId  The document's language Id.
+     * @param content The document's content.
+     */
+    function create(uri, languageId, version, content) {
+        return new FullTextDocument(uri, languageId, version, content);
+    }
+    TextDocument.create = create;
+    /**
+     * Checks whether the given literal conforms to the [ITextDocument](#ITextDocument) interface.
+     */
+    function is(value) {
+        var candidate = value;
+        return Is.defined(candidate) && Is.string(candidate.uri) && (Is.undefined(candidate.languageId) || Is.string(candidate.languageId)) && Is.number(candidate.lineCount)
+            && Is.func(candidate.getText) && Is.func(candidate.positionAt) && Is.func(candidate.offsetAt) ? true : false;
+    }
+    TextDocument.is = is;
+    function applyEdits(document, edits) {
+        var text = document.getText();
+        var sortedEdits = mergeSort(edits, function (a, b) {
+            var diff = a.range.start.line - b.range.start.line;
+            if (diff === 0) {
+                return a.range.start.character - b.range.start.character;
+            }
+            return diff;
+        });
+        var lastModifiedOffset = text.length;
+        for (var i = sortedEdits.length - 1; i >= 0; i--) {
+            var e = sortedEdits[i];
+            var startOffset = document.offsetAt(e.range.start);
+            var endOffset = document.offsetAt(e.range.end);
+            if (endOffset <= lastModifiedOffset) {
+                text = text.substring(0, startOffset) + e.newText + text.substring(endOffset, text.length);
+            }
+            else {
+                throw new Error('Overlapping edit');
+            }
+            lastModifiedOffset = startOffset;
+        }
+        return text;
+    }
+    TextDocument.applyEdits = applyEdits;
+    function mergeSort(data, compare) {
+        if (data.length <= 1) {
+            // sorted
+            return data;
+        }
+        var p = (data.length / 2) | 0;
+        var left = data.slice(0, p);
+        var right = data.slice(p);
+        mergeSort(left, compare);
+        mergeSort(right, compare);
+        var leftIdx = 0;
+        var rightIdx = 0;
+        var i = 0;
+        while (leftIdx < left.length && rightIdx < right.length) {
+            var ret = compare(left[leftIdx], right[rightIdx]);
+            if (ret <= 0) {
+                // smaller_equal -> take left to preserve order
+                data[i++] = left[leftIdx++];
+            }
+            else {
+                // greater -> take right
+                data[i++] = right[rightIdx++];
+            }
+        }
+        while (leftIdx < left.length) {
+            data[i++] = left[leftIdx++];
+        }
+        while (rightIdx < right.length) {
+            data[i++] = right[rightIdx++];
+        }
+        return data;
+    }
+})(TextDocument || (TextDocument = {}));
+var FullTextDocument = /** @class */ (function () {
+    function FullTextDocument(uri, languageId, version, content) {
+        this._uri = uri;
+        this._languageId = languageId;
+        this._version = version;
+        this._content = content;
+        this._lineOffsets = undefined;
+    }
+    Object.defineProperty(FullTextDocument.prototype, "uri", {
+        get: function () {
+            return this._uri;
+        },
+        enumerable: true,
+        configurable: true
+    });
+    Object.defineProperty(FullTextDocument.prototype, "languageId", {
+        get: function () {
+            return this._languageId;
+        },
+        enumerable: true,
+        configurable: true
+    });
+    Object.defineProperty(FullTextDocument.prototype, "version", {
+        get: function () {
+            return this._version;
+        },
+        enumerable: true,
+        configurable: true
+    });
+    FullTextDocument.prototype.getText = function (range) {
+        if (range) {
+            var start = this.offsetAt(range.start);
+            var end = this.offsetAt(range.end);
+            return this._content.substring(start, end);
+        }
+        return this._content;
+    };
+    FullTextDocument.prototype.update = function (event, version) {
+        this._content = event.text;
+        this._version = version;
+        this._lineOffsets = undefined;
+    };
+    FullTextDocument.prototype.getLineOffsets = function () {
+        if (this._lineOffsets === undefined) {
+            var lineOffsets = [];
+            var text = this._content;
+            var isLineStart = true;
+            for (var i = 0; i < text.length; i++) {
+                if (isLineStart) {
+                    lineOffsets.push(i);
+                    isLineStart = false;
+                }
+                var ch = text.charAt(i);
+                isLineStart = (ch === '\r' || ch === '\n');
+                if (ch === '\r' && i + 1 < text.length && text.charAt(i + 1) === '\n') {
+                    i++;
+                }
+            }
+            if (isLineStart && text.length > 0) {
+                lineOffsets.push(text.length);
+            }
+            this._lineOffsets = lineOffsets;
+        }
+        return this._lineOffsets;
+    };
+    FullTextDocument.prototype.positionAt = function (offset) {
+        offset = Math.max(Math.min(offset, this._content.length), 0);
+        var lineOffsets = this.getLineOffsets();
+        var low = 0, high = lineOffsets.length;
+        if (high === 0) {
+            return Position.create(0, offset);
+        }
+        while (low < high) {
+            var mid = Math.floor((low + high) / 2);
+            if (lineOffsets[mid] > offset) {
+                high = mid;
+            }
+            else {
+                low = mid + 1;
+            }
+        }
+        // low is the least x for which the line offset is larger than the current offset
+        // or array.length if no line offset is larger than the current offset
+        var line = low - 1;
+        return Position.create(line, offset - lineOffsets[line]);
+    };
+    FullTextDocument.prototype.offsetAt = function (position) {
+        var lineOffsets = this.getLineOffsets();
+        if (position.line >= lineOffsets.length) {
+            return this._content.length;
+        }
+        else if (position.line < 0) {
+            return 0;
+        }
+        var lineOffset = lineOffsets[position.line];
+        var nextLineOffset = (position.line + 1 < lineOffsets.length) ? lineOffsets[position.line + 1] : this._content.length;
+        return Math.max(Math.min(lineOffset + position.character, nextLineOffset), lineOffset);
+    };
+    Object.defineProperty(FullTextDocument.prototype, "lineCount", {
+        get: function () {
+            return this.getLineOffsets().length;
+        },
+        enumerable: true,
+        configurable: true
+    });
+    return FullTextDocument;
+}());
+var Is;
+(function (Is) {
+    var toString = Object.prototype.toString;
+    function defined(value) {
+        return typeof value !== 'undefined';
+    }
+    Is.defined = defined;
+    function undefined(value) {
+        return typeof value === 'undefined';
+    }
+    Is.undefined = undefined;
+    function boolean(value) {
+        return value === true || value === false;
+    }
+    Is.boolean = boolean;
+    function string(value) {
+        return toString.call(value) === '[object String]';
+    }
+    Is.string = string;
+    function number(value) {
+        return toString.call(value) === '[object Number]';
+    }
+    Is.number = number;
+    function func(value) {
+        return toString.call(value) === '[object Function]';
+    }
+    Is.func = func;
+    function objectLiteral(value) {
+        // Strictly speaking class instances pass this check as well. Since the LSP
+        // doesn't use classes we ignore this for now. If we do we need to add something
+        // like this: `Object.getPrototypeOf(Object.getPrototypeOf(x)) === null`
+        return value !== null && typeof value === 'object';
+    }
+    Is.objectLiteral = objectLiteral;
+    function typedArray(value, check) {
+        return Array.isArray(value) && value.every(check);
+    }
+    Is.typedArray = typedArray;
+})(Is || (Is = {}));
+
+
+/***/ }),
+/* 81 */
+/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
+
+__webpack_require__.r(__webpack_exports__);
+/* harmony export */ __webpack_require__.d(__webpack_exports__, {
+/* harmony export */   "TextDocument": () => /* binding */ TextDocument
+/* harmony export */ });
+/* --------------------------------------------------------------------------------------------
+ * Copyright (c) Microsoft Corporation. All rights reserved.
+ * Licensed under the MIT License. See License.txt in the project root for license information.
+ * ------------------------------------------------------------------------------------------ */
+
+var FullTextDocument = /** @class */ (function () {
+    function FullTextDocument(uri, languageId, version, content) {
+        this._uri = uri;
+        this._languageId = languageId;
+        this._version = version;
+        this._content = content;
+        this._lineOffsets = undefined;
+    }
+    Object.defineProperty(FullTextDocument.prototype, "uri", {
+        get: function () {
+            return this._uri;
+        },
+        enumerable: true,
+        configurable: true
+    });
+    Object.defineProperty(FullTextDocument.prototype, "languageId", {
+        get: function () {
+            return this._languageId;
+        },
+        enumerable: true,
+        configurable: true
+    });
+    Object.defineProperty(FullTextDocument.prototype, "version", {
+        get: function () {
+            return this._version;
+        },
+        enumerable: true,
+        configurable: true
+    });
+    FullTextDocument.prototype.getText = function (range) {
+        if (range) {
+            var start = this.offsetAt(range.start);
+            var end = this.offsetAt(range.end);
+            return this._content.substring(start, end);
+        }
+        return this._content;
+    };
+    FullTextDocument.prototype.update = function (changes, version) {
+        for (var _i = 0, changes_1 = changes; _i < changes_1.length; _i++) {
+            var change = changes_1[_i];
+            if (FullTextDocument.isIncremental(change)) {
+                // makes sure start is before end
+                var range = getWellformedRange(change.range);
+                // update content
+                var startOffset = this.offsetAt(range.start);
+                var endOffset = this.offsetAt(range.end);
+                this._content = this._content.substring(0, startOffset) + change.text + this._content.substring(endOffset, this._content.length);
+                // update the offsets
+                var startLine = Math.max(range.start.line, 0);
+                var endLine = Math.max(range.end.line, 0);
+                var lineOffsets = this._lineOffsets;
+                var addedLineOffsets = computeLineOffsets(change.text, false, startOffset);
+                if (endLine - startLine === addedLineOffsets.length) {
+                    for (var i = 0, len = addedLineOffsets.length; i < len; i++) {
+                        lineOffsets[i + startLine + 1] = addedLineOffsets[i];
+                    }
+                }
+                else {
+                    if (addedLineOffsets.length < 10000) {
+                        lineOffsets.splice.apply(lineOffsets, [startLine + 1, endLine - startLine].concat(addedLineOffsets));
+                    }
+                    else { // avoid too many arguments for splice
+                        this._lineOffsets = lineOffsets = lineOffsets.slice(0, startLine + 1).concat(addedLineOffsets, lineOffsets.slice(endLine + 1));
+                    }
+                }
+                var diff = change.text.length - (endOffset - startOffset);
+                if (diff !== 0) {
+                    for (var i = startLine + 1 + addedLineOffsets.length, len = lineOffsets.length; i < len; i++) {
+                        lineOffsets[i] = lineOffsets[i] + diff;
+                    }
+                }
+            }
+            else if (FullTextDocument.isFull(change)) {
+                this._content = change.text;
+                this._lineOffsets = undefined;
+            }
+            else {
+                throw new Error('Unknown change event received');
+            }
+        }
+        this._version = version;
+    };
+    FullTextDocument.prototype.getLineOffsets = function () {
+        if (this._lineOffsets === undefined) {
+            this._lineOffsets = computeLineOffsets(this._content, true);
+        }
+        return this._lineOffsets;
+    };
+    FullTextDocument.prototype.positionAt = function (offset) {
+        offset = Math.max(Math.min(offset, this._content.length), 0);
+        var lineOffsets = this.getLineOffsets();
+        var low = 0, high = lineOffsets.length;
+        if (high === 0) {
+            return { line: 0, character: offset };
+        }
+        while (low < high) {
+            var mid = Math.floor((low + high) / 2);
+            if (lineOffsets[mid] > offset) {
+                high = mid;
+            }
+            else {
+                low = mid + 1;
+            }
+        }
+        // low is the least x for which the line offset is larger than the current offset
+        // or array.length if no line offset is larger than the current offset
+        var line = low - 1;
+        return { line: line, character: offset - lineOffsets[line] };
+    };
+    FullTextDocument.prototype.offsetAt = function (position) {
+        var lineOffsets = this.getLineOffsets();
+        if (position.line >= lineOffsets.length) {
+            return this._content.length;
+        }
+        else if (position.line < 0) {
+            return 0;
+        }
+        var lineOffset = lineOffsets[position.line];
+        var nextLineOffset = (position.line + 1 < lineOffsets.length) ? lineOffsets[position.line + 1] : this._content.length;
+        return Math.max(Math.min(lineOffset + position.character, nextLineOffset), lineOffset);
+    };
+    Object.defineProperty(FullTextDocument.prototype, "lineCount", {
+        get: function () {
+            return this.getLineOffsets().length;
+        },
+        enumerable: true,
+        configurable: true
+    });
+    FullTextDocument.isIncremental = function (event) {
+        var candidate = event;
+        return candidate !== undefined && candidate !== null &&
+            typeof candidate.text === 'string' && candidate.range !== undefined &&
+            (candidate.rangeLength === undefined || typeof candidate.rangeLength === 'number');
+    };
+    FullTextDocument.isFull = function (event) {
+        var candidate = event;
+        return candidate !== undefined && candidate !== null &&
+            typeof candidate.text === 'string' && candidate.range === undefined && candidate.rangeLength === undefined;
+    };
+    return FullTextDocument;
+}());
+var TextDocument;
+(function (TextDocument) {
+    /**
+     * Creates a new text document.
+     *
+     * @param uri The document's uri.
+     * @param languageId  The document's language Id.
+     * @param version The document's initial version number.
+     * @param content The document's content.
+     */
+    function create(uri, languageId, version, content) {
+        return new FullTextDocument(uri, languageId, version, content);
+    }
+    TextDocument.create = create;
+    /**
+     * Updates a TextDocument by modifing its content.
+     *
+     * @param document the document to update. Only documents created by TextDocument.create are valid inputs.
+     * @param changes the changes to apply to the document.
+     * @returns The updated TextDocument. Note: That's the same document instance passed in as first parameter.
+     *
+     */
+    function update(document, changes, version) {
+        if (document instanceof FullTextDocument) {
+            document.update(changes, version);
+            return document;
+        }
+        else {
+            throw new Error('TextDocument.update: document must be created by TextDocument.create');
+        }
+    }
+    TextDocument.update = update;
+    function applyEdits(document, edits) {
+        var text = document.getText();
+        var sortedEdits = mergeSort(edits.map(getWellformedEdit), function (a, b) {
+            var diff = a.range.start.line - b.range.start.line;
+            if (diff === 0) {
+                return a.range.start.character - b.range.start.character;
+            }
+            return diff;
+        });
+        var lastModifiedOffset = 0;
+        var spans = [];
+        for (var _i = 0, sortedEdits_1 = sortedEdits; _i < sortedEdits_1.length; _i++) {
+            var e = sortedEdits_1[_i];
+            var startOffset = document.offsetAt(e.range.start);
+            if (startOffset < lastModifiedOffset) {
+                throw new Error('Overlapping edit');
+            }
+            else if (startOffset > lastModifiedOffset) {
+                spans.push(text.substring(lastModifiedOffset, startOffset));
+            }
+            if (e.newText.length) {
+                spans.push(e.newText);
+            }
+            lastModifiedOffset = document.offsetAt(e.range.end);
+        }
+        spans.push(text.substr(lastModifiedOffset));
+        return spans.join('');
+    }
+    TextDocument.applyEdits = applyEdits;
+})(TextDocument || (TextDocument = {}));
+function mergeSort(data, compare) {
+    if (data.length <= 1) {
+        // sorted
+        return data;
+    }
+    var p = (data.length / 2) | 0;
+    var left = data.slice(0, p);
+    var right = data.slice(p);
+    mergeSort(left, compare);
+    mergeSort(right, compare);
+    var leftIdx = 0;
+    var rightIdx = 0;
+    var i = 0;
+    while (leftIdx < left.length && rightIdx < right.length) {
+        var ret = compare(left[leftIdx], right[rightIdx]);
+        if (ret <= 0) {
+            // smaller_equal -> take left to preserve order
+            data[i++] = left[leftIdx++];
+        }
+        else {
+            // greater -> take right
+            data[i++] = right[rightIdx++];
+        }
+    }
+    while (leftIdx < left.length) {
+        data[i++] = left[leftIdx++];
+    }
+    while (rightIdx < right.length) {
+        data[i++] = right[rightIdx++];
+    }
+    return data;
+}
+function computeLineOffsets(text, isAtLineStart, textOffset) {
+    if (textOffset === void 0) { textOffset = 0; }
+    var result = isAtLineStart ? [textOffset] : [];
+    for (var i = 0; i < text.length; i++) {
+        var ch = text.charCodeAt(i);
+        if (ch === 13 /* CarriageReturn */ || ch === 10 /* LineFeed */) {
+            if (ch === 13 /* CarriageReturn */ && i + 1 < text.length && text.charCodeAt(i + 1) === 10 /* LineFeed */) {
+                i++;
+            }
+            result.push(textOffset + i + 1);
+        }
+    }
+    return result;
+}
+function getWellformedRange(range) {
+    var start = range.start;
+    var end = range.end;
+    if (start.line > end.line || (start.line === end.line && start.character > end.character)) {
+        return { start: end, end: start };
+    }
+    return range;
+}
+function getWellformedEdit(textEdit) {
+    var range = getWellformedRange(textEdit.range);
+    if (range !== textEdit.range) {
+        return { newText: textEdit.newText, range: range };
+    }
+    return textEdit;
+}
+
+
+/***/ }),
+/* 82 */
+/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
+
+__webpack_require__.r(__webpack_exports__);
+/* harmony export */ __webpack_require__.d(__webpack_exports__, {
+/* harmony export */   "PathCompletionParticipant": () => /* binding */ PathCompletionParticipant
+/* harmony export */ });
+/* harmony import */ var _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(79);
+/* harmony import */ var _utils_strings__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(66);
+/* harmony import */ var _utils_resources__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(83);
+/*---------------------------------------------------------------------------------------------
+ *  Copyright (c) Microsoft Corporation. All rights reserved.
+ *  Licensed under the MIT License. See License.txt in the project root for license information.
+ *--------------------------------------------------------------------------------------------*/
+var __awaiter = (undefined && undefined.__awaiter) || function (thisArg, _arguments, P, generator) {
+    function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
+    return new (P || (P = Promise))(function (resolve, reject) {
+        function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
+        function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
+        function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
+        step((generator = generator.apply(thisArg, _arguments || [])).next());
+    });
+};
+var __generator = (undefined && undefined.__generator) || function (thisArg, body) {
+    var _ = { label: 0, sent: function() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g;
+    return g = { next: verb(0), "throw": verb(1), "return": verb(2) }, typeof Symbol === "function" && (g[Symbol.iterator] = function() { return this; }), g;
+    function verb(n) { return function (v) { return step([n, v]); }; }
+    function step(op) {
+        if (f) throw new TypeError("Generator is already executing.");
+        while (_) try {
+            if (f = 1, y && (t = op[0] & 2 ? y["return"] : op[0] ? y["throw"] || ((t = y["return"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t;
+            if (y = 0, t) op = [op[0] & 2, t.value];
+            switch (op[0]) {
+                case 0: case 1: t = op; break;
+                case 4: _.label++; return { value: op[1], done: false };
+                case 5: _.label++; y = op[1]; op = [0]; continue;
+                case 7: op = _.ops.pop(); _.trys.pop(); continue;
+                default:
+                    if (!(t = _.trys, t = t.length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) { _ = 0; continue; }
+                    if (op[0] === 3 && (!t || (op[1] > t[0] && op[1] < t[3]))) { _.label = op[1]; break; }
+                    if (op[0] === 6 && _.label < t[1]) { _.label = t[1]; t = op; break; }
+                    if (t && _.label < t[2]) { _.label = t[2]; _.ops.push(op); break; }
+                    if (t[2]) _.ops.pop();
+                    _.trys.pop(); continue;
+            }
+            op = body.call(thisArg, _);
+        } catch (e) { op = [6, e]; y = 0; } finally { f = t = 0; }
+        if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
+    }
+};
+
+
+
+var PathCompletionParticipant = /** @class */ (function () {
+    function PathCompletionParticipant(readDirectory) {
+        this.readDirectory = readDirectory;
+        this.literalCompletions = [];
+        this.importCompletions = [];
+    }
+    PathCompletionParticipant.prototype.onCssURILiteralValue = function (context) {
+        this.literalCompletions.push(context);
+    };
+    PathCompletionParticipant.prototype.onCssImportPath = function (context) {
+        this.importCompletions.push(context);
+    };
+    PathCompletionParticipant.prototype.computeCompletions = function (document, documentContext) {
+        return __awaiter(this, void 0, void 0, function () {
+            var result, _i, _a, literalCompletion, uriValue, fullValue, items, _b, items_1, item, _c, _d, importCompletion, pathValue, fullValue, suggestions, _e, suggestions_1, item;
+            return __generator(this, function (_f) {
+                switch (_f.label) {
+                    case 0:
+                        result = { items: [], isIncomplete: false };
+                        _i = 0, _a = this.literalCompletions;
+                        _f.label = 1;
+                    case 1:
+                        if (!(_i < _a.length)) return [3 /*break*/, 5];
+                        literalCompletion = _a[_i];
+                        uriValue = literalCompletion.uriValue;
+                        fullValue = stripQuotes(uriValue);
+                        if (!(fullValue === '.' || fullValue === '..')) return [3 /*break*/, 2];
+                        result.isIncomplete = true;
+                        return [3 /*break*/, 4];
+                    case 2: return [4 /*yield*/, this.providePathSuggestions(uriValue, literalCompletion.position, literalCompletion.range, document, documentContext)];
+                    case 3:
+                        items = _f.sent();
+                        for (_b = 0, items_1 = items; _b < items_1.length; _b++) {
+                            item = items_1[_b];
+                            result.items.push(item);
+                        }
+                        _f.label = 4;
+                    case 4:
+                        _i++;
+                        return [3 /*break*/, 1];
+                    case 5:
+                        _c = 0, _d = this.importCompletions;
+                        _f.label = 6;
+                    case 6:
+                        if (!(_c < _d.length)) return [3 /*break*/, 10];
+                        importCompletion = _d[_c];
+                        pathValue = importCompletion.pathValue;
+                        fullValue = stripQuotes(pathValue);
+                        if (!(fullValue === '.' || fullValue === '..')) return [3 /*break*/, 7];
+                        result.isIncomplete = true;
+                        return [3 /*break*/, 9];
+                    case 7: return [4 /*yield*/, this.providePathSuggestions(pathValue, importCompletion.position, importCompletion.range, document, documentContext)];
+                    case 8:
+                        suggestions = _f.sent();
+                        if (document.languageId === 'scss') {
+                            suggestions.forEach(function (s) {
+                                if ((0,_utils_strings__WEBPACK_IMPORTED_MODULE_2__.startsWith)(s.label, '_') && (0,_utils_strings__WEBPACK_IMPORTED_MODULE_2__.endsWith)(s.label, '.scss')) {
+                                    if (s.textEdit) {
+                                        s.textEdit.newText = s.label.slice(1, -5);
+                                    }
+                                    else {
+                                        s.label = s.label.slice(1, -5);
+                                    }
+                                }
+                            });
+                        }
+                        for (_e = 0, suggestions_1 = suggestions; _e < suggestions_1.length; _e++) {
+                            item = suggestions_1[_e];
+                            result.items.push(item);
+                        }
+                        _f.label = 9;
+                    case 9:
+                        _c++;
+                        return [3 /*break*/, 6];
+                    case 10: return [2 /*return*/, result];
+                }
+            });
+        });
+    };
+    PathCompletionParticipant.prototype.providePathSuggestions = function (pathValue, position, range, document, documentContext) {
+        return __awaiter(this, void 0, void 0, function () {
+            var fullValue, isValueQuoted, valueBeforeCursor, currentDocUri, fullValueRange, replaceRange, valueBeforeLastSlash, parentDir, result, infos, _i, infos_1, _a, name, type, e_1;
+            return __generator(this, function (_b) {
+                switch (_b.label) {
+                    case 0:
+                        fullValue = stripQuotes(pathValue);
+                        isValueQuoted = (0,_utils_strings__WEBPACK_IMPORTED_MODULE_2__.startsWith)(pathValue, "'") || (0,_utils_strings__WEBPACK_IMPORTED_MODULE_2__.startsWith)(pathValue, "\"");
+                        valueBeforeCursor = isValueQuoted
+                            ? fullValue.slice(0, position.character - (range.start.character + 1))
+                            : fullValue.slice(0, position.character - range.start.character);
+                        currentDocUri = document.uri;
+                        fullValueRange = isValueQuoted ? shiftRange(range, 1, -1) : range;
+                        replaceRange = pathToReplaceRange(valueBeforeCursor, fullValue, fullValueRange);
+                        valueBeforeLastSlash = valueBeforeCursor.substring(0, valueBeforeCursor.lastIndexOf('/') + 1);
+                        parentDir = documentContext.resolveReference(valueBeforeLastSlash || '.', currentDocUri);
+                        if (!parentDir) return [3 /*break*/, 4];
+                        _b.label = 1;
+                    case 1:
+                        _b.trys.push([1, 3, , 4]);
+                        result = [];
+                        return [4 /*yield*/, this.readDirectory(parentDir)];
+                    case 2:
+                        infos = _b.sent();
+                        for (_i = 0, infos_1 = infos; _i < infos_1.length; _i++) {
+                            _a = infos_1[_i], name = _a[0], type = _a[1];
+                            // Exclude paths that start with `.`
+                            if (name.charCodeAt(0) !== CharCode_dot && (type === _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_0__.FileType.Directory || (0,_utils_resources__WEBPACK_IMPORTED_MODULE_1__.joinPath)(parentDir, name) !== currentDocUri)) {
+                                result.push(createCompletionItem(name, type === _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_0__.FileType.Directory, replaceRange));
+                            }
+                        }
+                        return [2 /*return*/, result];
+                    case 3:
+                        e_1 = _b.sent();
+                        return [3 /*break*/, 4];
+                    case 4: return [2 /*return*/, []];
+                }
+            });
+        });
+    };
+    return PathCompletionParticipant;
+}());
+
+var CharCode_dot = '.'.charCodeAt(0);
+function stripQuotes(fullValue) {
+    if ((0,_utils_strings__WEBPACK_IMPORTED_MODULE_2__.startsWith)(fullValue, "'") || (0,_utils_strings__WEBPACK_IMPORTED_MODULE_2__.startsWith)(fullValue, "\"")) {
+        return fullValue.slice(1, -1);
+    }
+    else {
+        return fullValue;
+    }
+}
+function pathToReplaceRange(valueBeforeCursor, fullValue, fullValueRange) {
+    var replaceRange;
+    var lastIndexOfSlash = valueBeforeCursor.lastIndexOf('/');
+    if (lastIndexOfSlash === -1) {
+        replaceRange = fullValueRange;
+    }
+    else {
+        // For cases where cursor is in the middle of attribute value, like <script src="./s|rc/test.js">
+        // Find the last slash before cursor, and calculate the start of replace range from there
+        var valueAfterLastSlash = fullValue.slice(lastIndexOfSlash + 1);
+        var startPos = shiftPosition(fullValueRange.end, -valueAfterLastSlash.length);
+        // If whitespace exists, replace until it
+        var whitespaceIndex = valueAfterLastSlash.indexOf(' ');
+        var endPos = void 0;
+        if (whitespaceIndex !== -1) {
+            endPos = shiftPosition(startPos, whitespaceIndex);
+        }
+        else {
+            endPos = fullValueRange.end;
+        }
+        replaceRange = _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_0__.Range.create(startPos, endPos);
+    }
+    return replaceRange;
+}
+function createCompletionItem(name, isDir, replaceRange) {
+    if (isDir) {
+        name = name + '/';
+        return {
+            label: escapePath(name),
+            kind: _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_0__.CompletionItemKind.Folder,
+            textEdit: _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_0__.TextEdit.replace(replaceRange, escapePath(name)),
+            command: {
+                title: 'Suggest',
+                command: 'editor.action.triggerSuggest'
+            }
+        };
+    }
+    else {
+        return {
+            label: escapePath(name),
+            kind: _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_0__.CompletionItemKind.File,
+            textEdit: _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_0__.TextEdit.replace(replaceRange, escapePath(name))
+        };
+    }
+}
+// Escape https://www.w3.org/TR/CSS1/#url
+function escapePath(p) {
+    return p.replace(/(\s|\(|\)|,|"|')/g, '\\$1');
+}
+function shiftPosition(pos, offset) {
+    return _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_0__.Position.create(pos.line, pos.character + offset);
+}
+function shiftRange(range, startOffset, endOffset) {
+    var start = shiftPosition(range.start, startOffset);
+    var end = shiftPosition(range.end, endOffset);
+    return _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_0__.Range.create(start, end);
+}
+
+
+/***/ }),
+/* 83 */
+/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
+
+__webpack_require__.r(__webpack_exports__);
+/* harmony export */ __webpack_require__.d(__webpack_exports__, {
+/* harmony export */   "isAbsolutePath": () => /* binding */ isAbsolutePath,
+/* harmony export */   "dirname": () => /* binding */ dirname,
+/* harmony export */   "basename": () => /* binding */ basename,
+/* harmony export */   "extname": () => /* binding */ extname,
+/* harmony export */   "resolvePath": () => /* binding */ resolvePath,
+/* harmony export */   "normalizePath": () => /* binding */ normalizePath,
+/* harmony export */   "joinPath": () => /* binding */ joinPath
+/* harmony export */ });
+/* harmony import */ var vscode_uri__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(84);
+/*---------------------------------------------------------------------------------------------
+ *  Copyright (c) Microsoft Corporation. All rights reserved.
+ *  Licensed under the MIT License. See License.txt in the project root for license information.
+ *--------------------------------------------------------------------------------------------*/
+
+var Slash = '/'.charCodeAt(0);
+var Dot = '.'.charCodeAt(0);
+function isAbsolutePath(path) {
+    return path.charCodeAt(0) === Slash;
+}
+function dirname(uri) {
+    var lastIndexOfSlash = uri.lastIndexOf('/');
+    return lastIndexOfSlash !== -1 ? uri.substr(0, lastIndexOfSlash) : '';
+}
+function basename(uri) {
+    var lastIndexOfSlash = uri.lastIndexOf('/');
+    return uri.substr(lastIndexOfSlash + 1);
+}
+function extname(uri) {
+    for (var i = uri.length - 1; i >= 0; i--) {
+        var ch = uri.charCodeAt(i);
+        if (ch === Dot) {
+            if (i > 0 && uri.charCodeAt(i - 1) !== Slash) {
+                return uri.substr(i);
+            }
+            else {
+                break;
+            }
+        }
+        else if (ch === Slash) {
+            break;
+        }
+    }
+    return '';
+}
+function resolvePath(uriString, path) {
+    if (isAbsolutePath(path)) {
+        var uri = vscode_uri__WEBPACK_IMPORTED_MODULE_0__.URI.parse(uriString);
+        var parts = path.split('/');
+        return uri.with({ path: normalizePath(parts) }).toString();
+    }
+    return joinPath(uriString, path);
+}
+function normalizePath(parts) {
+    var newParts = [];
+    for (var _i = 0, parts_1 = parts; _i < parts_1.length; _i++) {
+        var part = parts_1[_i];
+        if (part.length === 0 || part.length === 1 && part.charCodeAt(0) === Dot) {
+            // ignore
+        }
+        else if (part.length === 2 && part.charCodeAt(0) === Dot && part.charCodeAt(1) === Dot) {
+            newParts.pop();
+        }
+        else {
+            newParts.push(part);
+        }
+    }
+    if (parts.length > 1 && parts[parts.length - 1].length === 0) {
+        newParts.push('');
+    }
+    var res = newParts.join('/');
+    if (parts[0].length === 0) {
+        res = '/' + res;
+    }
+    return res;
+}
+function joinPath(uriString) {
+    var paths = [];
+    for (var _i = 1; _i < arguments.length; _i++) {
+        paths[_i - 1] = arguments[_i];
+    }
+    var uri = vscode_uri__WEBPACK_IMPORTED_MODULE_0__.URI.parse(uriString);
+    var parts = uri.path.split('/');
+    for (var _a = 0, paths_1 = paths; _a < paths_1.length; _a++) {
+        var path = paths_1[_a];
+        parts.push.apply(parts, path.split('/'));
+    }
+    return uri.with({ path: normalizePath(parts) }).toString();
+}
+
+
+/***/ }),
+/* 84 */
+/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
+
+__webpack_require__.r(__webpack_exports__);
+/* harmony export */ __webpack_require__.d(__webpack_exports__, {
+/* harmony export */   "URI": () => /* binding */ URI,
+/* harmony export */   "uriToFsPath": () => /* binding */ uriToFsPath
+/* harmony export */ });
+/*---------------------------------------------------------------------------------------------
+ *  Copyright (c) Microsoft Corporation. All rights reserved.
+ *  Licensed under the MIT License. See License.txt in the project root for license information.
+ *--------------------------------------------------------------------------------------------*/
+
+var __extends = (undefined && undefined.__extends) || (function () {
+    var extendStatics = function (d, b) {
+        extendStatics = Object.setPrototypeOf ||
+            ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
+            function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
+        return extendStatics(d, b);
+    };
+    return function (d, b) {
+        extendStatics(d, b);
+        function __() { this.constructor = d; }
+        d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
+    };
+})();
+var _a;
+var isWindows;
+if (typeof process === 'object') {
+    isWindows = process.platform === 'win32';
+}
+else if (typeof navigator === 'object') {
+    var userAgent = navigator.userAgent;
+    isWindows = userAgent.indexOf('Windows') >= 0;
+}
+function isHighSurrogate(charCode) {
+    return (0xD800 <= charCode && charCode <= 0xDBFF);
+}
+function isLowSurrogate(charCode) {
+    return (0xDC00 <= charCode && charCode <= 0xDFFF);
+}
+function isLowerAsciiHex(code) {
+    return code >= 97 /* a */ && code <= 102 /* f */;
+}
+function isLowerAsciiLetter(code) {
+    return code >= 97 /* a */ && code <= 122 /* z */;
+}
+function isUpperAsciiLetter(code) {
+    return code >= 65 /* A */ && code <= 90 /* Z */;
+}
+function isAsciiLetter(code) {
+    return isLowerAsciiLetter(code) || isUpperAsciiLetter(code);
+}
+//#endregion
+var _schemePattern = /^\w[\w\d+.-]*$/;
+var _singleSlashStart = /^\//;
+var _doubleSlashStart = /^\/\//;
+function _validateUri(ret, _strict) {
+    // scheme, must be set
+    if (!ret.scheme && _strict) {
+        throw new Error("[UriError]: Scheme is missing: {scheme: \"\", authority: \"" + ret.authority + "\", path: \"" + ret.path + "\", query: \"" + ret.query + "\", fragment: \"" + ret.fragment + "\"}");
+    }
+    // scheme, https://tools.ietf.org/html/rfc3986#section-3.1
+    // ALPHA *( ALPHA / DIGIT / "+" / "-" / "." )
+    if (ret.scheme && !_schemePattern.test(ret.scheme)) {
+        throw new Error('[UriError]: Scheme contains illegal characters.');
+    }
+    // path, http://tools.ietf.org/html/rfc3986#section-3.3
+    // If a URI contains an authority component, then the path component
+    // must either be empty or begin with a slash ("/") character.  If a URI
+    // does not contain an authority component, then the path cannot begin
+    // with two slash characters ("//").
+    if (ret.path) {
+        if (ret.authority) {
+            if (!_singleSlashStart.test(ret.path)) {
+                throw new Error('[UriError]: If a URI contains an authority component, then the path component must either be empty or begin with a slash ("/") character');
+            }
+        }
+        else {
+            if (_doubleSlashStart.test(ret.path)) {
+                throw new Error('[UriError]: If a URI does not contain an authority component, then the path cannot begin with two slash characters ("//")');
+            }
+        }
+    }
+}
+// for a while we allowed uris *without* schemes and this is the migration
+// for them, e.g. an uri without scheme and without strict-mode warns and falls
+// back to the file-scheme. that should cause the least carnage and still be a
+// clear warning
+function _schemeFix(scheme, _strict) {
+    if (!scheme && !_strict) {
+        return 'file';
+    }
+    return scheme;
+}
+// implements a bit of https://tools.ietf.org/html/rfc3986#section-5
+function _referenceResolution(scheme, path) {
+    // the slash-character is our 'default base' as we don't
+    // support constructing URIs relative to other URIs. This
+    // also means that we alter and potentially break paths.
+    // see https://tools.ietf.org/html/rfc3986#section-5.1.4
+    switch (scheme) {
+        case 'https':
+        case 'http':
+        case 'file':
+            if (!path) {
+                path = _slash;
+            }
+            else if (path[0] !== _slash) {
+                path = _slash + path;
+            }
+            break;
+    }
+    return path;
+}
+var _empty = '';
+var _slash = '/';
+var _regexp = /^(([^:/?#]+?):)?(\/\/([^/?#]*))?([^?#]*)(\?([^#]*))?(#(.*))?/;
+/**
+ * Uniform Resource Identifier (URI) http://tools.ietf.org/html/rfc3986.
+ * This class is a simple parser which creates the basic component parts
+ * (http://tools.ietf.org/html/rfc3986#section-3) with minimal validation
+ * and encoding.
+ *
+ * ```txt
+ *       foo://example.com:8042/over/there?name=ferret#nose
+ *       \_/   \______________/\_________/ \_________/ \__/
+ *        |           |            |            |        |
+ *     scheme     authority       path        query   fragment
+ *        |   _____________________|__
+ *       / \ /                        \
+ *       urn:example:animal:ferret:nose
+ * ```
+ */
+var URI = /** @class */ (function () {
+    /**
+     * @internal
+     */
+    function URI(schemeOrData, authority, path, query, fragment, _strict) {
+        if (_strict === void 0) { _strict = false; }
+        if (typeof schemeOrData === 'object') {
+            this.scheme = schemeOrData.scheme || _empty;
+            this.authority = schemeOrData.authority || _empty;
+            this.path = schemeOrData.path || _empty;
+            this.query = schemeOrData.query || _empty;
+            this.fragment = schemeOrData.fragment || _empty;
+            // no validation because it's this URI
+            // that creates uri components.
+            // _validateUri(this);
+        }
+        else {
+            this.scheme = _schemeFix(schemeOrData, _strict);
+            this.authority = authority || _empty;
+            this.path = _referenceResolution(this.scheme, path || _empty);
+            this.query = query || _empty;
+            this.fragment = fragment || _empty;
+            _validateUri(this, _strict);
+        }
+    }
+    URI.isUri = function (thing) {
+        if (thing instanceof URI) {
+            return true;
+        }
+        if (!thing) {
+            return false;
+        }
+        return typeof thing.authority === 'string'
+            && typeof thing.fragment === 'string'
+            && typeof thing.path === 'string'
+            && typeof thing.query === 'string'
+            && typeof thing.scheme === 'string'
+            && typeof thing.fsPath === 'function'
+            && typeof thing.with === 'function'
+            && typeof thing.toString === 'function';
+    };
+    Object.defineProperty(URI.prototype, "fsPath", {
+        // ---- filesystem path -----------------------
+        /**
+         * Returns a string representing the corresponding file system path of this URI.
+         * Will handle UNC paths, normalizes windows drive letters to lower-case, and uses the
+         * platform specific path separator.
+         *
+         * * Will *not* validate the path for invalid characters and semantics.
+         * * Will *not* look at the scheme of this URI.
+         * * The result shall *not* be used for display purposes but for accessing a file on disk.
+         *
+         *
+         * The *difference* to `URI#path` is the use of the platform specific separator and the handling
+         * of UNC paths. See the below sample of a file-uri with an authority (UNC path).
+         *
+         * ```ts
+            const u = URI.parse('file://server/c$/folder/file.txt')
+            u.authority === 'server'
+            u.path === '/shares/c$/file.txt'
+            u.fsPath === '\\server\c$\folder\file.txt'
+        ```
+         *
+         * Using `URI#path` to read a file (using fs-apis) would not be enough because parts of the path,
+         * namely the server name, would be missing. Therefore `URI#fsPath` exists - it's sugar to ease working
+         * with URIs that represent files on disk (`file` scheme).
+         */
+        get: function () {
+            // if (this.scheme !== 'file') {
+            //         console.warn(`[UriError] calling fsPath with scheme ${this.scheme}`);
+            // }
+            return uriToFsPath(this, false);
+        },
+        enumerable: true,
+        configurable: true
+    });
+    // ---- modify to new -------------------------
+    URI.prototype.with = function (change) {
+        if (!change) {
+            return this;
+        }
+        var scheme = change.scheme, authority = change.authority, path = change.path, query = change.query, fragment = change.fragment;
+        if (scheme === undefined) {
+            scheme = this.scheme;
+        }
+        else if (scheme === null) {
+            scheme = _empty;
+        }
+        if (authority === undefined) {
+            authority = this.authority;
+        }
+        else if (authority === null) {
+            authority = _empty;
+        }
+        if (path === undefined) {
+            path = this.path;
+        }
+        else if (path === null) {
+            path = _empty;
+        }
+        if (query === undefined) {
+            query = this.query;
+        }
+        else if (query === null) {
+            query = _empty;
+        }
+        if (fragment === undefined) {
+            fragment = this.fragment;
+        }
+        else if (fragment === null) {
+            fragment = _empty;
+        }
+        if (scheme === this.scheme
+            && authority === this.authority
+            && path === this.path
+            && query === this.query
+            && fragment === this.fragment) {
+            return this;
+        }
+        return new _URI(scheme, authority, path, query, fragment);
+    };
+    // ---- parse & validate ------------------------
+    /**
+     * Creates a new URI from a string, e.g. `http://www.msft.com/some/path`,
+     * `file:///usr/home`, or `scheme:with/path`.
+     *
+     * @param value A string which represents an URI (see `URI#toString`).
+     */
+    URI.parse = function (value, _strict) {
+        if (_strict === void 0) { _strict = false; }
+        var match = _regexp.exec(value);
+        if (!match) {
+            return new _URI(_empty, _empty, _empty, _empty, _empty);
+        }
+        return new _URI(match[2] || _empty, percentDecode(match[4] || _empty), percentDecode(match[5] || _empty), percentDecode(match[7] || _empty), percentDecode(match[9] || _empty), _strict);
+    };
+    /**
+     * Creates a new URI from a file system path, e.g. `c:\my\files`,
+     * `/usr/home`, or `\\server\share\some\path`.
+     *
+     * The *difference* between `URI#parse` and `URI#file` is that the latter treats the argument
+     * as path, not as stringified-uri. E.g. `URI.file(path)` is **not the same as**
+     * `URI.parse('file://' + path)` because the path might contain characters that are
+     * interpreted (# and ?). See the following sample:
+     * ```ts
+    const good = URI.file('/coding/c#/project1');
+    good.scheme === 'file';
+    good.path === '/coding/c#/project1';
+    good.fragment === '';
+    const bad = URI.parse('file://' + '/coding/c#/project1');
+    bad.scheme === 'file';
+    bad.path === '/coding/c'; // path is now broken
+    bad.fragment === '/project1';
+    ```
+     *
+     * @param path A file system path (see `URI#fsPath`)
+     */
+    URI.file = function (path) {
+        var authority = _empty;
+        // normalize to fwd-slashes on windows,
+        // on other systems bwd-slashes are valid
+        // filename character, eg /f\oo/ba\r.txt
+        if (isWindows) {
+            path = path.replace(/\\/g, _slash);
+        }
+        // check for authority as used in UNC shares
+        // or use the path as given
+        if (path[0] === _slash && path[1] === _slash) {
+            var idx = path.indexOf(_slash, 2);
+            if (idx === -1) {
+                authority = path.substring(2);
+                path = _slash;
+            }
+            else {
+                authority = path.substring(2, idx);
+                path = path.substring(idx) || _slash;
+            }
+        }
+        return new _URI('file', authority, path, _empty, _empty);
+    };
+    URI.from = function (components) {
+        return new _URI(components.scheme, components.authority, components.path, components.query, components.fragment);
+    };
+    // /**
+    //  * Join a URI path with path fragments and normalizes the resulting path.
+    //  *
+    //  * @param uri The input URI.
+    //  * @param pathFragment The path fragment to add to the URI path.
+    //  * @returns The resulting URI.
+    //  */
+    // static joinPath(uri: URI, ...pathFragment: string[]): URI {
+    //         if (!uri.path) {
+    //                 throw new Error(`[UriError]: cannot call joinPaths on URI without path`);
+    //         }
+    //         let newPath: string;
+    //         if (isWindows && uri.scheme === 'file') {
+    //                 newPath = URI.file(paths.win32.join(uriToFsPath(uri, true), ...pathFragment)).path;
+    //         } else {
+    //                 newPath = paths.posix.join(uri.path, ...pathFragment);
+    //         }
+    //         return uri.with({ path: newPath });
+    // }
+    // ---- printing/externalize ---------------------------
+    /**
+     * Creates a string representation for this URI. It's guaranteed that calling
+     * `URI.parse` with the result of this function creates an URI which is equal
+     * to this URI.
+     *
+     * * The result shall *not* be used for display purposes but for externalization or transport.
+     * * The result will be encoded using the percentage encoding and encoding happens mostly
+     * ignore the scheme-specific encoding rules.
+     *
+     * @param skipEncoding Do not encode the result, default is `false`
+     */
+    URI.prototype.toString = function (skipEncoding) {
+        if (skipEncoding === void 0) { skipEncoding = false; }
+        return _asFormatted(this, skipEncoding);
+    };
+    URI.prototype.toJSON = function () {
+        return this;
+    };
+    URI.revive = function (data) {
+        if (!data) {
+            return data;
+        }
+        else if (data instanceof URI) {
+            return data;
+        }
+        else {
+            var result = new _URI(data);
+            result._formatted = data.external;
+            result._fsPath = data._sep === _pathSepMarker ? data.fsPath : null;
+            return result;
+        }
+    };
+    return URI;
+}());
+
+var _pathSepMarker = isWindows ? 1 : undefined;
+// eslint-disable-next-line @typescript-eslint/class-name-casing
+var _URI = /** @class */ (function (_super) {
+    __extends(_URI, _super);
+    function _URI() {
+        var _this = _super !== null && _super.apply(this, arguments) || this;
+        _this._formatted = null;
+        _this._fsPath = null;
+        return _this;
+    }
+    Object.defineProperty(_URI.prototype, "fsPath", {
+        get: function () {
+            if (!this._fsPath) {
+                this._fsPath = uriToFsPath(this, false);
+            }
+            return this._fsPath;
+        },
+        enumerable: true,
+        configurable: true
+    });
+    _URI.prototype.toString = function (skipEncoding) {
+        if (skipEncoding === void 0) { skipEncoding = false; }
+        if (!skipEncoding) {
+            if (!this._formatted) {
+                this._formatted = _asFormatted(this, false);
+            }
+            return this._formatted;
+        }
+        else {
+            // we don't cache that
+            return _asFormatted(this, true);
+        }
+    };
+    _URI.prototype.toJSON = function () {
+        var res = {
+            $mid: 1
+        };
+        // cached state
+        if (this._fsPath) {
+            res.fsPath = this._fsPath;
+            res._sep = _pathSepMarker;
+        }
+        if (this._formatted) {
+            res.external = this._formatted;
+        }
+        // uri components
+        if (this.path) {
+            res.path = this.path;
+        }
+        if (this.scheme) {
+            res.scheme = this.scheme;
+        }
+        if (this.authority) {
+            res.authority = this.authority;
+        }
+        if (this.query) {
+            res.query = this.query;
+        }
+        if (this.fragment) {
+            res.fragment = this.fragment;
+        }
+        return res;
+    };
+    return _URI;
+}(URI));
+// reserved characters: https://tools.ietf.org/html/rfc3986#section-2.2
+var encodeTable = (_a = {},
+    _a[58 /* Colon */] = '%3A',
+    _a[47 /* Slash */] = '%2F',
+    _a[63 /* QuestionMark */] = '%3F',
+    _a[35 /* Hash */] = '%23',
+    _a[91 /* OpenSquareBracket */] = '%5B',
+    _a[93 /* CloseSquareBracket */] = '%5D',
+    _a[64 /* AtSign */] = '%40',
+    _a[33 /* ExclamationMark */] = '%21',
+    _a[36 /* DollarSign */] = '%24',
+    _a[38 /* Ampersand */] = '%26',
+    _a[39 /* SingleQuote */] = '%27',
+    _a[40 /* OpenParen */] = '%28',
+    _a[41 /* CloseParen */] = '%29',
+    _a[42 /* Asterisk */] = '%2A',
+    _a[43 /* Plus */] = '%2B',
+    _a[44 /* Comma */] = '%2C',
+    _a[59 /* Semicolon */] = '%3B',
+    _a[61 /* Equals */] = '%3D',
+    _a[32 /* Space */] = '%20',
+    _a);
+function encodeURIComponentFast(uriComponent, allowSlash) {
+    var res = undefined;
+    var nativeEncodePos = -1;
+    for (var pos = 0; pos < uriComponent.length; pos++) {
+        var code = uriComponent.charCodeAt(pos);
+        // unreserved characters: https://tools.ietf.org/html/rfc3986#section-2.3
+        if ((code >= 97 /* a */ && code <= 122 /* z */)
+            || (code >= 65 /* A */ && code <= 90 /* Z */)
+            || (code >= 48 /* Digit0 */ && code <= 57 /* Digit9 */)
+            || code === 45 /* Dash */
+            || code === 46 /* Period */
+            || code === 95 /* Underline */
+            || code === 126 /* Tilde */
+            || (allowSlash && code === 47 /* Slash */)) {
+            // check if we are delaying native encode
+            if (nativeEncodePos !== -1) {
+                res += encodeURIComponent(uriComponent.substring(nativeEncodePos, pos));
+                nativeEncodePos = -1;
+            }
+            // check if we write into a new string (by default we try to return the param)
+            if (res !== undefined) {
+                res += uriComponent.charAt(pos);
+            }
+        }
+        else {
+            // encoding needed, we need to allocate a new string
+            if (res === undefined) {
+                res = uriComponent.substr(0, pos);
+            }
+            // check with default table first
+            var escaped = encodeTable[code];
+            if (escaped !== undefined) {
+                // check if we are delaying native encode
+                if (nativeEncodePos !== -1) {
+                    res += encodeURIComponent(uriComponent.substring(nativeEncodePos, pos));
+                    nativeEncodePos = -1;
+                }
+                // append escaped variant to result
+                res += escaped;
+            }
+            else if (nativeEncodePos === -1) {
+                // use native encode only when needed
+                nativeEncodePos = pos;
+            }
+        }
+    }
+    if (nativeEncodePos !== -1) {
+        res += encodeURIComponent(uriComponent.substring(nativeEncodePos));
+    }
+    return res !== undefined ? res : uriComponent;
+}
+function encodeURIComponentMinimal(path) {
+    var res = undefined;
+    for (var pos = 0; pos < path.length; pos++) {
+        var code = path.charCodeAt(pos);
+        if (code === 35 /* Hash */ || code === 63 /* QuestionMark */) {
+            if (res === undefined) {
+                res = path.substr(0, pos);
+            }
+            res += encodeTable[code];
+        }
+        else {
+            if (res !== undefined) {
+                res += path[pos];
+            }
+        }
+    }
+    return res !== undefined ? res : path;
+}
+/**
+ * Compute `fsPath` for the given uri
+ */
+function uriToFsPath(uri, keepDriveLetterCasing) {
+    var value;
+    if (uri.authority && uri.path.length > 1 && uri.scheme === 'file') {
+        // unc path: file://shares/c$/far/boo
+        value = "//" + uri.authority + uri.path;
+    }
+    else if (uri.path.charCodeAt(0) === 47 /* Slash */
+        && (uri.path.charCodeAt(1) >= 65 /* A */ && uri.path.charCodeAt(1) <= 90 /* Z */ || uri.path.charCodeAt(1) >= 97 /* a */ && uri.path.charCodeAt(1) <= 122 /* z */)
+        && uri.path.charCodeAt(2) === 58 /* Colon */) {
+        if (!keepDriveLetterCasing) {
+            // windows drive letter: file:///c:/far/boo
+            value = uri.path[1].toLowerCase() + uri.path.substr(2);
+        }
+        else {
+            value = uri.path.substr(1);
+        }
+    }
+    else {
+        // other path
+        value = uri.path;
+    }
+    if (isWindows) {
+        value = value.replace(/\//g, '\\');
+    }
+    return value;
+}
+/**
+ * Create the external version of a uri
+ */
+function _asFormatted(uri, skipEncoding) {
+    var encoder = !skipEncoding
+        ? encodeURIComponentFast
+        : encodeURIComponentMinimal;
+    var res = '';
+    var scheme = uri.scheme, authority = uri.authority, path = uri.path, query = uri.query, fragment = uri.fragment;
+    if (scheme) {
+        res += scheme;
+        res += ':';
+    }
+    if (authority || scheme === 'file') {
+        res += _slash;
+        res += _slash;
+    }
+    if (authority) {
+        var idx = authority.indexOf('@');
+        if (idx !== -1) {
+            // <user>@<auth>
+            var userinfo = authority.substr(0, idx);
+            authority = authority.substr(idx + 1);
+            idx = userinfo.indexOf(':');
+            if (idx === -1) {
+                res += encoder(userinfo, false);
+            }
+            else {
+                // <user>:<pass>@<auth>
+                res += encoder(userinfo.substr(0, idx), false);
+                res += ':';
+                res += encoder(userinfo.substr(idx + 1), false);
+            }
+            res += '@';
+        }
+        authority = authority.toLowerCase();
+        idx = authority.indexOf(':');
+        if (idx === -1) {
+            res += encoder(authority, false);
+        }
+        else {
+            // <auth>:<port>
+            res += encoder(authority.substr(0, idx), false);
+            res += authority.substr(idx);
+        }
+    }
+    if (path) {
+        // lower-case windows drive letters in /C:/fff or C:/fff
+        if (path.length >= 3 && path.charCodeAt(0) === 47 /* Slash */ && path.charCodeAt(2) === 58 /* Colon */) {
+            var code = path.charCodeAt(1);
+            if (code >= 65 /* A */ && code <= 90 /* Z */) {
+                path = "/" + String.fromCharCode(code + 32) + ":" + path.substr(3); // "/c:".length === 3
+            }
+        }
+        else if (path.length >= 2 && path.charCodeAt(1) === 58 /* Colon */) {
+            var code = path.charCodeAt(0);
+            if (code >= 65 /* A */ && code <= 90 /* Z */) {
+                path = String.fromCharCode(code + 32) + ":" + path.substr(2); // "/c:".length === 3
+            }
+        }
+        // encode the rest of the path
+        res += encoder(path, true);
+    }
+    if (query) {
+        res += '?';
+        res += encoder(query, false);
+    }
+    if (fragment) {
+        res += '#';
+        res += !skipEncoding ? encodeURIComponentFast(fragment, false) : fragment;
+    }
+    return res;
+}
+// --- decode
+function decodeURIComponentGraceful(str) {
+    try {
+        return decodeURIComponent(str);
+    }
+    catch (_a) {
+        if (str.length > 3) {
+            return str.substr(0, 3) + decodeURIComponentGraceful(str.substr(3));
+        }
+        else {
+            return str;
+        }
+    }
+}
+var _rEncodedAsHex = /(%[0-9A-Za-z][0-9A-Za-z])+/g;
+function percentDecode(str) {
+    if (!str.match(_rEncodedAsHex)) {
+        return str;
+    }
+    return str.replace(_rEncodedAsHex, function (match) { return decodeURIComponentGraceful(match); });
+}
+
+
+/***/ }),
+/* 85 */
+/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
+
+__webpack_require__.r(__webpack_exports__);
+/* harmony export */ __webpack_require__.d(__webpack_exports__, {
+/* harmony export */   "CSSHover": () => /* binding */ CSSHover
+/* harmony export */ });
+/* harmony import */ var _parser_cssNodes__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(65);
+/* harmony import */ var _languageFacts_facts__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(71);
+/* harmony import */ var _selectorPrinting__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(86);
+/* harmony import */ var _utils_strings__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(66);
+/* harmony import */ var _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(79);
+/* harmony import */ var _utils_objects__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(75);
+/*---------------------------------------------------------------------------------------------
+ *  Copyright (c) Microsoft Corporation. All rights reserved.
+ *  Licensed under the MIT License. See License.txt in the project root for license information.
+ *--------------------------------------------------------------------------------------------*/
+
+
+
+
+
+
+
+var CSSHover = /** @class */ (function () {
+    function CSSHover(clientCapabilities, cssDataManager) {
+        this.clientCapabilities = clientCapabilities;
+        this.cssDataManager = cssDataManager;
+        this.selectorPrinting = new _selectorPrinting__WEBPACK_IMPORTED_MODULE_2__.SelectorPrinting(cssDataManager);
+    }
+    CSSHover.prototype.doHover = function (document, position, stylesheet) {
+        function getRange(node) {
+            return _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_3__.Range.create(document.positionAt(node.offset), document.positionAt(node.end));
+        }
+        var offset = document.offsetAt(position);
+        var nodepath = _parser_cssNodes__WEBPACK_IMPORTED_MODULE_0__.getNodePath(stylesheet, offset);
+        /**
+         * nodepath is top-down
+         * Build up the hover by appending inner node's information
+         */
+        var hover = null;
+        for (var i = 0; i < nodepath.length; i++) {
+            var node = nodepath[i];
+            if (node instanceof _parser_cssNodes__WEBPACK_IMPORTED_MODULE_0__.Selector) {
+                hover = {
+                    contents: this.selectorPrinting.selectorToMarkedString(node),
+                    range: getRange(node)
+                };
+                break;
+            }
+            if (node instanceof _parser_cssNodes__WEBPACK_IMPORTED_MODULE_0__.SimpleSelector) {
+                /**
+                 * Some sass specific at rules such as `@at-root` are parsed as `SimpleSelector`
+                 */
+                if (!(0,_utils_strings__WEBPACK_IMPORTED_MODULE_4__.startsWith)(node.getText(), '@')) {
+                    hover = {
+                        contents: this.selectorPrinting.simpleSelectorToMarkedString(node),
+                        range: getRange(node)
+                    };
+                }
+                break;
+            }
+            if (node instanceof _parser_cssNodes__WEBPACK_IMPORTED_MODULE_0__.Declaration) {
+                var propertyName = node.getFullPropertyName();
+                var entry = this.cssDataManager.getProperty(propertyName);
+                if (entry) {
+                    var contents = _languageFacts_facts__WEBPACK_IMPORTED_MODULE_1__.getEntryDescription(entry, this.doesSupportMarkdown());
+                    if (contents) {
+                        hover = {
+                            contents: contents,
+                            range: getRange(node)
+                        };
+                    }
+                    else {
+                        hover = null;
+                    }
+                }
+                continue;
+            }
+            if (node instanceof _parser_cssNodes__WEBPACK_IMPORTED_MODULE_0__.UnknownAtRule) {
+                var atRuleName = node.getText();
+                var entry = this.cssDataManager.getAtDirective(atRuleName);
+                if (entry) {
+                    var contents = _languageFacts_facts__WEBPACK_IMPORTED_MODULE_1__.getEntryDescription(entry, this.doesSupportMarkdown());
+                    if (contents) {
+                        hover = {
+                            contents: contents,
+                            range: getRange(node)
+                        };
+                    }
+                    else {
+                        hover = null;
+                    }
+                }
+                continue;
+            }
+            if (node instanceof _parser_cssNodes__WEBPACK_IMPORTED_MODULE_0__.Node && node.type === _parser_cssNodes__WEBPACK_IMPORTED_MODULE_0__.NodeType.PseudoSelector) {
+                var selectorName = node.getText();
+                var entry = selectorName.slice(0, 2) === '::'
+                    ? this.cssDataManager.getPseudoElement(selectorName)
+                    : this.cssDataManager.getPseudoClass(selectorName);
+                if (entry) {
+                    var contents = _languageFacts_facts__WEBPACK_IMPORTED_MODULE_1__.getEntryDescription(entry, this.doesSupportMarkdown());
+                    if (contents) {
+                        hover = {
+                            contents: contents,
+                            range: getRange(node)
+                        };
+                    }
+                    else {
+                        hover = null;
+                    }
+                }
+                continue;
+            }
+        }
+        if (hover) {
+            hover.contents = this.convertContents(hover.contents);
+        }
+        return hover;
+    };
+    CSSHover.prototype.convertContents = function (contents) {
+        if (!this.doesSupportMarkdown()) {
+            if (typeof contents === 'string') {
+                return contents;
+            }
+            // MarkupContent
+            else if ('kind' in contents) {
+                return {
+                    kind: 'plaintext',
+                    value: contents.value
+                };
+            }
+            // MarkedString[]
+            else if (Array.isArray(contents)) {
+                return contents.map(function (c) {
+                    return typeof c === 'string' ? c : c.value;
+                });
+            }
+            // MarkedString
+            else {
+                return contents.value;
+            }
+        }
+        return contents;
+    };
+    CSSHover.prototype.doesSupportMarkdown = function () {
+        if (!(0,_utils_objects__WEBPACK_IMPORTED_MODULE_5__.isDefined)(this.supportsMarkdown)) {
+            if (!(0,_utils_objects__WEBPACK_IMPORTED_MODULE_5__.isDefined)(this.clientCapabilities)) {
+                this.supportsMarkdown = true;
+                return this.supportsMarkdown;
+            }
+            var hover = this.clientCapabilities.textDocument && this.clientCapabilities.textDocument.hover;
+            this.supportsMarkdown = hover && hover.contentFormat && Array.isArray(hover.contentFormat) && hover.contentFormat.indexOf(_cssLanguageTypes__WEBPACK_IMPORTED_MODULE_3__.MarkupKind.Markdown) !== -1;
+        }
+        return this.supportsMarkdown;
+    };
+    return CSSHover;
+}());
+
+
+
+/***/ }),
+/* 86 */
+/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
+
+__webpack_require__.r(__webpack_exports__);
+/* harmony export */ __webpack_require__.d(__webpack_exports__, {
+/* harmony export */   "Element": () => /* binding */ Element,
+/* harmony export */   "RootElement": () => /* binding */ RootElement,
+/* harmony export */   "LabelElement": () => /* binding */ LabelElement,
+/* harmony export */   "toElement": () => /* binding */ toElement,
+/* harmony export */   "SelectorPrinting": () => /* binding */ SelectorPrinting,
+/* harmony export */   "selectorToElement": () => /* binding */ selectorToElement
+/* harmony export */ });
+/* harmony import */ var _parser_cssNodes__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(65);
+/* harmony import */ var _parser_cssScanner__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(64);
+/* harmony import */ var vscode_nls__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(68);
+/*---------------------------------------------------------------------------------------------
+ *  Copyright (c) Microsoft Corporation. All rights reserved.
+ *  Licensed under the MIT License. See License.txt in the project root for license information.
+ *--------------------------------------------------------------------------------------------*/
+
+var __extends = (undefined && undefined.__extends) || (function () {
+    var extendStatics = function (d, b) {
+        extendStatics = Object.setPrototypeOf ||
+            ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
+            function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
+        return extendStatics(d, b);
+    };
+    return function (d, b) {
+        extendStatics(d, b);
+        function __() { this.constructor = d; }
+        d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
+    };
+})();
+
+
+
+var localize = vscode_nls__WEBPACK_IMPORTED_MODULE_2__.loadMessageBundle();
+var Element = /** @class */ (function () {
+    function Element() {
+        this.parent = null;
+        this.children = null;
+        this.attributes = null;
+    }
+    Element.prototype.findAttribute = function (name) {
+        if (this.attributes) {
+            for (var _i = 0, _a = this.attributes; _i < _a.length; _i++) {
+                var attribute = _a[_i];
+                if (attribute.name === name) {
+                    return attribute.value;
+                }
+            }
+        }
+        return null;
+    };
+    Element.prototype.addChild = function (child) {
+        if (child instanceof Element) {
+            child.parent = this;
+        }
+        if (!this.children) {
+            this.children = [];
+        }
+        this.children.push(child);
+    };
+    Element.prototype.append = function (text) {
+        if (this.attributes) {
+            var last = this.attributes[this.attributes.length - 1];
+            last.value = last.value + text;
+        }
+    };
+    Element.prototype.prepend = function (text) {
+        if (this.attributes) {
+            var first = this.attributes[0];
+            first.value = text + first.value;
+        }
+    };
+    Element.prototype.findRoot = function () {
+        var curr = this;
+        while (curr.parent && !(curr.parent instanceof RootElement)) {
+            curr = curr.parent;
+        }
+        return curr;
+    };
+    Element.prototype.removeChild = function (child) {
+        if (this.children) {
+            var index = this.children.indexOf(child);
+            if (index !== -1) {
+                this.children.splice(index, 1);
+                return true;
+            }
+        }
+        return false;
+    };
+    Element.prototype.addAttr = function (name, value) {
+        if (!this.attributes) {
+            this.attributes = [];
+        }
+        for (var _i = 0, _a = this.attributes; _i < _a.length; _i++) {
+            var attribute = _a[_i];
+            if (attribute.name === name) {
+                attribute.value += ' ' + value;
+                return;
+            }
+        }
+        this.attributes.push({ name: name, value: value });
+    };
+    Element.prototype.clone = function (cloneChildren) {
+        if (cloneChildren === void 0) { cloneChildren = true; }
+        var elem = new Element();
+        if (this.attributes) {
+            elem.attributes = [];
+            for (var _i = 0, _a = this.attributes; _i < _a.length; _i++) {
+                var attribute = _a[_i];
+                elem.addAttr(attribute.name, attribute.value);
+            }
+        }
+        if (cloneChildren && this.children) {
+            elem.children = [];
+            for (var index = 0; index < this.children.length; index++) {
+                elem.addChild(this.children[index].clone());
+            }
+        }
+        return elem;
+    };
+    Element.prototype.cloneWithParent = function () {
+        var clone = this.clone(false);
+        if (this.parent && !(this.parent instanceof RootElement)) {
+            var parentClone = this.parent.cloneWithParent();
+            parentClone.addChild(clone);
+        }
+        return clone;
+    };
+    return Element;
+}());
+
+var RootElement = /** @class */ (function (_super) {
+    __extends(RootElement, _super);
+    function RootElement() {
+        return _super !== null && _super.apply(this, arguments) || this;
+    }
+    return RootElement;
+}(Element));
+
+var LabelElement = /** @class */ (function (_super) {
+    __extends(LabelElement, _super);
+    function LabelElement(label) {
+        var _this = _super.call(this) || this;
+        _this.addAttr('name', label);
+        return _this;
+    }
+    return LabelElement;
+}(Element));
+
+var MarkedStringPrinter = /** @class */ (function () {
+    function MarkedStringPrinter(quote) {
+        this.quote = quote;
+        this.result = [];
+        // empty
+    }
+    MarkedStringPrinter.prototype.print = function (element) {
+        this.result = [];
+        if (element instanceof RootElement) {
+            if (element.children) {
+                this.doPrint(element.children, 0);
+            }
+        }
+        else {
+            this.doPrint([element], 0);
+        }
+        var value = this.result.join('\n');
+        return [{ language: 'html', value: value }];
+    };
+    MarkedStringPrinter.prototype.doPrint = function (elements, indent) {
+        for (var _i = 0, elements_1 = elements; _i < elements_1.length; _i++) {
+            var element = elements_1[_i];
+            this.doPrintElement(element, indent);
+            if (element.children) {
+                this.doPrint(element.children, indent + 1);
+            }
+        }
+    };
+    MarkedStringPrinter.prototype.writeLine = function (level, content) {
+        var indent = new Array(level + 1).join('  ');
+        this.result.push(indent + content);
+    };
+    MarkedStringPrinter.prototype.doPrintElement = function (element, indent) {
+        var name = element.findAttribute('name');
+        // special case: a simple label
+        if (element instanceof LabelElement || name === '\u2026') {
+            this.writeLine(indent, name);
+            return;
+        }
+        // the real deal
+        var content = ['<'];
+        // element name
+        if (name) {
+            content.push(name);
+        }
+        else {
+            content.push('element');
+        }
+        // attributes
+        if (element.attributes) {
+            for (var _i = 0, _a = element.attributes; _i < _a.length; _i++) {
+                var attr = _a[_i];
+                if (attr.name !== 'name') {
+                    content.push(' ');
+                    content.push(attr.name);
+                    var value = attr.value;
+                    if (value) {
+                        content.push('=');
+                        content.push(quotes.ensure(value, this.quote));
+                    }
+                }
+            }
+        }
+        content.push('>');
+        this.writeLine(indent, content.join(''));
+    };
+    return MarkedStringPrinter;
+}());
+var quotes;
+(function (quotes) {
+    function ensure(value, which) {
+        return which + remove(value) + which;
+    }
+    quotes.ensure = ensure;
+    function remove(value) {
+        var match = value.match(/^['"](.*)["']$/);
+        if (match) {
+            return match[1];
+        }
+        return value;
+    }
+    quotes.remove = remove;
+})(quotes || (quotes = {}));
+var Specificity = /** @class */ (function () {
+    function Specificity() {
+        /** Count of identifiers (e.g., `#app`) */
+        this.id = 0;
+        /** Count of attributes (`[type="number"]`), classes (`.container-fluid`), and pseudo-classes (`:hover`) */
+        this.attr = 0;
+        /** Count of tag names (`div`), and pseudo-elements (`::before`) */
+        this.tag = 0;
+    }
+    return Specificity;
+}());
+function toElement(node, parentElement) {
+    var result = new Element();
+    for (var _i = 0, _a = node.getChildren(); _i < _a.length; _i++) {
+        var child = _a[_i];
+        switch (child.type) {
+            case _parser_cssNodes__WEBPACK_IMPORTED_MODULE_0__.NodeType.SelectorCombinator:
+                if (parentElement) {
+                    var segments = child.getText().split('&');
+                    if (segments.length === 1) {
+                        // should not happen
+                        result.addAttr('name', segments[0]);
+                        break;
+                    }
+                    result = parentElement.cloneWithParent();
+                    if (segments[0]) {
+                        var root = result.findRoot();
+                        root.prepend(segments[0]);
+                    }
+                    for (var i = 1; i < segments.length; i++) {
+                        if (i > 1) {
+                            var clone = parentElement.cloneWithParent();
+                            result.addChild(clone.findRoot());
+                            result = clone;
+                        }
+                        result.append(segments[i]);
+                    }
+                }
+                break;
+            case _parser_cssNodes__WEBPACK_IMPORTED_MODULE_0__.NodeType.SelectorPlaceholder:
+                if (child.matches('@at-root')) {
+                    return result;
+                }
+            // fall through
+            case _parser_cssNodes__WEBPACK_IMPORTED_MODULE_0__.NodeType.ElementNameSelector:
+                var text = child.getText();
+                result.addAttr('name', text === '*' ? 'element' : unescape(text));
+                break;
+            case _parser_cssNodes__WEBPACK_IMPORTED_MODULE_0__.NodeType.ClassSelector:
+                result.addAttr('class', unescape(child.getText().substring(1)));
+                break;
+            case _parser_cssNodes__WEBPACK_IMPORTED_MODULE_0__.NodeType.IdentifierSelector:
+                result.addAttr('id', unescape(child.getText().substring(1)));
+                break;
+            case _parser_cssNodes__WEBPACK_IMPORTED_MODULE_0__.NodeType.MixinDeclaration:
+                result.addAttr('class', child.getName());
+                break;
+            case _parser_cssNodes__WEBPACK_IMPORTED_MODULE_0__.NodeType.PseudoSelector:
+                result.addAttr(unescape(child.getText()), '');
+                break;
+            case _parser_cssNodes__WEBPACK_IMPORTED_MODULE_0__.NodeType.AttributeSelector:
+                var selector = child;
+                var identifier = selector.getIdentifier();
+                if (identifier) {
+                    var expression = selector.getValue();
+                    var operator = selector.getOperator();
+                    var value = void 0;
+                    if (expression && operator) {
+                        switch (unescape(operator.getText())) {
+                            case '|=':
+                                // excatly or followed by -words
+                                value = quotes.remove(unescape(expression.getText())) + "-\u2026";
+                                break;
+                            case '^=':
+                                // prefix
+                                value = quotes.remove(unescape(expression.getText())) + "\u2026";
+                                break;
+                            case '$=':
+                                // suffix
+                                value = "\u2026" + quotes.remove(unescape(expression.getText()));
+                                break;
+                            case '~=':
+                                // one of a list of words
+                                value = " \u2026 " + quotes.remove(unescape(expression.getText())) + " \u2026 ";
+                                break;
+                            case '*=':
+                                // substring
+                                value = "\u2026" + quotes.remove(unescape(expression.getText())) + "\u2026";
+                                break;
+                            default:
+                                value = quotes.remove(unescape(expression.getText()));
+                                break;
+                        }
+                    }
+                    result.addAttr(unescape(identifier.getText()), value);
+                }
+                break;
+        }
+    }
+    return result;
+}
+function unescape(content) {
+    var scanner = new _parser_cssScanner__WEBPACK_IMPORTED_MODULE_1__.Scanner();
+    scanner.setSource(content);
+    var token = scanner.scanUnquotedString();
+    if (token) {
+        return token.text;
+    }
+    return content;
+}
+var SelectorPrinting = /** @class */ (function () {
+    function SelectorPrinting(cssDataManager) {
+        this.cssDataManager = cssDataManager;
+    }
+    SelectorPrinting.prototype.selectorToMarkedString = function (node) {
+        var root = selectorToElement(node);
+        if (root) {
+            var markedStrings = new MarkedStringPrinter('"').print(root);
+            markedStrings.push(this.selectorToSpecificityMarkedString(node));
+            return markedStrings;
+        }
+        else {
+            return [];
+        }
+    };
+    SelectorPrinting.prototype.simpleSelectorToMarkedString = function (node) {
+        var element = toElement(node);
+        var markedStrings = new MarkedStringPrinter('"').print(element);
+        markedStrings.push(this.selectorToSpecificityMarkedString(node));
+        return markedStrings;
+    };
+    SelectorPrinting.prototype.isPseudoElementIdentifier = function (text) {
+        var match = text.match(/^::?([\w-]+)/);
+        if (!match) {
+            return false;
+        }
+        return !!this.cssDataManager.getPseudoElement("::" + match[1]);
+    };
+    SelectorPrinting.prototype.selectorToSpecificityMarkedString = function (node) {
+        var _this = this;
+        //https://www.w3.org/TR/selectors-3/#specificity
+        var calculateScore = function (node) {
+            for (var _i = 0, _a = node.getChildren(); _i < _a.length; _i++) {
+                var element = _a[_i];
+                switch (element.type) {
+                    case _parser_cssNodes__WEBPACK_IMPORTED_MODULE_0__.NodeType.IdentifierSelector:
+                        specificity.id++;
+                        break;
+                    case _parser_cssNodes__WEBPACK_IMPORTED_MODULE_0__.NodeType.ClassSelector:
+                    case _parser_cssNodes__WEBPACK_IMPORTED_MODULE_0__.NodeType.AttributeSelector:
+                        specificity.attr++;
+                        break;
+                    case _parser_cssNodes__WEBPACK_IMPORTED_MODULE_0__.NodeType.ElementNameSelector:
+                        //ignore universal selector
+                        if (element.matches("*")) {
+                            break;
+                        }
+                        specificity.tag++;
+                        break;
+                    case _parser_cssNodes__WEBPACK_IMPORTED_MODULE_0__.NodeType.PseudoSelector:
+                        var text = element.getText();
+                        if (_this.isPseudoElementIdentifier(text)) {
+                            specificity.tag++; // pseudo element
+                        }
+                        else {
+                            //ignore psuedo class NOT
+                            if (text.match(/^:not/i)) {
+                                break;
+                            }
+                            specificity.attr++; //pseudo class
+                        }
+                        break;
+                }
+                if (element.getChildren().length > 0) {
+                    calculateScore(element);
+                }
+            }
+        };
+        var specificity = new Specificity();
+        calculateScore(node);
+        return localize('specificity', "[Selector Specificity](https://developer.mozilla.org/en-US/docs/Web/CSS/Specificity): ({0}, {1}, {2})", specificity.id, specificity.attr, specificity.tag);
+    };
+    return SelectorPrinting;
+}());
+
+var SelectorElementBuilder = /** @class */ (function () {
+    function SelectorElementBuilder(element) {
+        this.prev = null;
+        this.element = element;
+    }
+    SelectorElementBuilder.prototype.processSelector = function (selector) {
+        var parentElement = null;
+        if (!(this.element instanceof RootElement)) {
+            if (selector.getChildren().some(function (c) { return c.hasChildren() && c.getChild(0).type === _parser_cssNodes__WEBPACK_IMPORTED_MODULE_0__.NodeType.SelectorCombinator; })) {
+                var curr = this.element.findRoot();
+                if (curr.parent instanceof RootElement) {
+                    parentElement = this.element;
+                    this.element = curr.parent;
+                    this.element.removeChild(curr);
+                    this.prev = null;
+                }
+            }
+        }
+        for (var _i = 0, _a = selector.getChildren(); _i < _a.length; _i++) {
+            var selectorChild = _a[_i];
+            if (selectorChild instanceof _parser_cssNodes__WEBPACK_IMPORTED_MODULE_0__.SimpleSelector) {
+                if (this.prev instanceof _parser_cssNodes__WEBPACK_IMPORTED_MODULE_0__.SimpleSelector) {
+                    var labelElement = new LabelElement('\u2026');
+                    this.element.addChild(labelElement);
+                    this.element = labelElement;
+                }
+                else if (this.prev && (this.prev.matches('+') || this.prev.matches('~')) && this.element.parent) {
+                    this.element = this.element.parent;
+                }
+                if (this.prev && this.prev.matches('~')) {
+                    this.element.addChild(toElement(selectorChild));
+                    this.element.addChild(new LabelElement('\u22EE'));
+                }
+                var thisElement = toElement(selectorChild, parentElement);
+                var root = thisElement.findRoot();
+                this.element.addChild(root);
+                this.element = thisElement;
+            }
+            if (selectorChild instanceof _parser_cssNodes__WEBPACK_IMPORTED_MODULE_0__.SimpleSelector ||
+                selectorChild.type === _parser_cssNodes__WEBPACK_IMPORTED_MODULE_0__.NodeType.SelectorCombinatorParent ||
+                selectorChild.type === _parser_cssNodes__WEBPACK_IMPORTED_MODULE_0__.NodeType.SelectorCombinatorShadowPiercingDescendant ||
+                selectorChild.type === _parser_cssNodes__WEBPACK_IMPORTED_MODULE_0__.NodeType.SelectorCombinatorSibling ||
+                selectorChild.type === _parser_cssNodes__WEBPACK_IMPORTED_MODULE_0__.NodeType.SelectorCombinatorAllSiblings) {
+                this.prev = selectorChild;
+            }
+        }
+    };
+    return SelectorElementBuilder;
+}());
+function isNewSelectorContext(node) {
+    switch (node.type) {
+        case _parser_cssNodes__WEBPACK_IMPORTED_MODULE_0__.NodeType.MixinDeclaration:
+        case _parser_cssNodes__WEBPACK_IMPORTED_MODULE_0__.NodeType.Stylesheet:
+            return true;
+    }
+    return false;
+}
+function selectorToElement(node) {
+    if (node.matches('@at-root')) {
+        return null;
+    }
+    var root = new RootElement();
+    var parentRuleSets = [];
+    var ruleSet = node.getParent();
+    if (ruleSet instanceof _parser_cssNodes__WEBPACK_IMPORTED_MODULE_0__.RuleSet) {
+        var parent = ruleSet.getParent(); // parent of the selector's ruleset
+        while (parent && !isNewSelectorContext(parent)) {
+            if (parent instanceof _parser_cssNodes__WEBPACK_IMPORTED_MODULE_0__.RuleSet) {
+                if (parent.getSelectors().matches('@at-root')) {
+                    break;
+                }
+                parentRuleSets.push(parent);
+            }
+            parent = parent.getParent();
+        }
+    }
+    var builder = new SelectorElementBuilder(root);
+    for (var i = parentRuleSets.length - 1; i >= 0; i--) {
+        var selector = parentRuleSets[i].getSelectors().getChild(0);
+        if (selector) {
+            builder.processSelector(selector);
+        }
+    }
+    builder.processSelector(node);
+    return root;
+}
+
+
+/***/ }),
+/* 87 */
+/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
+
+__webpack_require__.r(__webpack_exports__);
+/* harmony export */ __webpack_require__.d(__webpack_exports__, {
+/* harmony export */   "CSSNavigation": () => /* binding */ CSSNavigation
+/* harmony export */ });
+/* harmony import */ var _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(79);
+/* harmony import */ var vscode_nls__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(68);
+/* harmony import */ var _parser_cssNodes__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(65);
+/* harmony import */ var _parser_cssSymbolScope__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(77);
+/* harmony import */ var _languageFacts_facts__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(71);
+/* harmony import */ var _utils_strings__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(66);
+/* harmony import */ var _utils_resources__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(83);
+/*---------------------------------------------------------------------------------------------
+ *  Copyright (c) Microsoft Corporation. All rights reserved.
+ *  Licensed under the MIT License. See License.txt in the project root for license information.
+ *--------------------------------------------------------------------------------------------*/
+
+var __awaiter = (undefined && undefined.__awaiter) || function (thisArg, _arguments, P, generator) {
+    function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
+    return new (P || (P = Promise))(function (resolve, reject) {
+        function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
+        function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
+        function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
+        step((generator = generator.apply(thisArg, _arguments || [])).next());
+    });
+};
+var __generator = (undefined && undefined.__generator) || function (thisArg, body) {
+    var _ = { label: 0, sent: function() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g;
+    return g = { next: verb(0), "throw": verb(1), "return": verb(2) }, typeof Symbol === "function" && (g[Symbol.iterator] = function() { return this; }), g;
+    function verb(n) { return function (v) { return step([n, v]); }; }
+    function step(op) {
+        if (f) throw new TypeError("Generator is already executing.");
+        while (_) try {
+            if (f = 1, y && (t = op[0] & 2 ? y["return"] : op[0] ? y["throw"] || ((t = y["return"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t;
+            if (y = 0, t) op = [op[0] & 2, t.value];
+            switch (op[0]) {
+                case 0: case 1: t = op; break;
+                case 4: _.label++; return { value: op[1], done: false };
+                case 5: _.label++; y = op[1]; op = [0]; continue;
+                case 7: op = _.ops.pop(); _.trys.pop(); continue;
+                default:
+                    if (!(t = _.trys, t = t.length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) { _ = 0; continue; }
+                    if (op[0] === 3 && (!t || (op[1] > t[0] && op[1] < t[3]))) { _.label = op[1]; break; }
+                    if (op[0] === 6 && _.label < t[1]) { _.label = t[1]; t = op; break; }
+                    if (t && _.label < t[2]) { _.label = t[2]; _.ops.push(op); break; }
+                    if (t[2]) _.ops.pop();
+                    _.trys.pop(); continue;
+            }
+            op = body.call(thisArg, _);
+        } catch (e) { op = [6, e]; y = 0; } finally { f = t = 0; }
+        if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
+    }
+};
+
+
+
+
+
+
+
+var localize = vscode_nls__WEBPACK_IMPORTED_MODULE_1__.loadMessageBundle();
+var CSSNavigation = /** @class */ (function () {
+    function CSSNavigation(fileSystemProvider) {
+        this.fileSystemProvider = fileSystemProvider;
+    }
+    CSSNavigation.prototype.findDefinition = function (document, position, stylesheet) {
+        var symbols = new _parser_cssSymbolScope__WEBPACK_IMPORTED_MODULE_3__.Symbols(stylesheet);
+        var offset = document.offsetAt(position);
+        var node = _parser_cssNodes__WEBPACK_IMPORTED_MODULE_2__.getNodeAtOffset(stylesheet, offset);
+        if (!node) {
+            return null;
+        }
+        var symbol = symbols.findSymbolFromNode(node);
+        if (!symbol) {
+            return null;
+        }
+        return {
+            uri: document.uri,
+            range: getRange(symbol.node, document)
+        };
+    };
+    CSSNavigation.prototype.findReferences = function (document, position, stylesheet) {
+        var highlights = this.findDocumentHighlights(document, position, stylesheet);
+        return highlights.map(function (h) {
+            return {
+                uri: document.uri,
+                range: h.range
+            };
+        });
+    };
+    CSSNavigation.prototype.findDocumentHighlights = function (document, position, stylesheet) {
+        var result = [];
+        var offset = document.offsetAt(position);
+        var node = _parser_cssNodes__WEBPACK_IMPORTED_MODULE_2__.getNodeAtOffset(stylesheet, offset);
+        if (!node || node.type === _parser_cssNodes__WEBPACK_IMPORTED_MODULE_2__.NodeType.Stylesheet || node.type === _parser_cssNodes__WEBPACK_IMPORTED_MODULE_2__.NodeType.Declarations) {
+            return result;
+        }
+        if (node.type === _parser_cssNodes__WEBPACK_IMPORTED_MODULE_2__.NodeType.Identifier && node.parent && node.parent.type === _parser_cssNodes__WEBPACK_IMPORTED_MODULE_2__.NodeType.ClassSelector) {
+            node = node.parent;
+        }
+        var symbols = new _parser_cssSymbolScope__WEBPACK_IMPORTED_MODULE_3__.Symbols(stylesheet);
+        var symbol = symbols.findSymbolFromNode(node);
+        var name = node.getText();
+        stylesheet.accept(function (candidate) {
+            if (symbol) {
+                if (symbols.matchesSymbol(candidate, symbol)) {
+                    result.push({
+                        kind: getHighlightKind(candidate),
+                        range: getRange(candidate, document)
+                    });
+                    return false;
+                }
+            }
+            else if (node && node.type === candidate.type && candidate.matches(name)) {
+                // Same node type and data
+                result.push({
+                    kind: getHighlightKind(candidate),
+                    range: getRange(candidate, document)
+                });
+            }
+            return true;
+        });
+        return result;
+    };
+    CSSNavigation.prototype.isRawStringDocumentLinkNode = function (node) {
+        return node.type === _parser_cssNodes__WEBPACK_IMPORTED_MODULE_2__.NodeType.Import;
+    };
+    CSSNavigation.prototype.findDocumentLinks = function (document, stylesheet, documentContext) {
+        var links = this.findUnresolvedLinks(document, stylesheet);
+        for (var i = 0; i < links.length; i++) {
+            var target = links[i].target;
+            if (target && !(/^\w+:\/\//g.test(target))) {
+                var resolved = documentContext.resolveReference(target, document.uri);
+                if (resolved) {
+                    links[i].target = resolved;
+                }
+            }
+        }
+        return links;
+    };
+    CSSNavigation.prototype.findDocumentLinks2 = function (document, stylesheet, documentContext) {
+        return __awaiter(this, void 0, void 0, function () {
+            var links, resolvedLinks, _i, links_1, link, target, resolvedTarget;
+            return __generator(this, function (_a) {
+                switch (_a.label) {
+                    case 0:
+                        links = this.findUnresolvedLinks(document, stylesheet);
+                        resolvedLinks = [];
+                        _i = 0, links_1 = links;
+                        _a.label = 1;
+                    case 1:
+                        if (!(_i < links_1.length)) return [3 /*break*/, 5];
+                        link = links_1[_i];
+                        target = link.target;
+                        if (!(target && !(/^\w+:\/\//g.test(target)))) return [3 /*break*/, 3];
+                        return [4 /*yield*/, this.resolveRelativeReference(target, document.uri, documentContext)];
+                    case 2:
+                        resolvedTarget = _a.sent();
+                        if (resolvedTarget !== undefined) {
+                            link.target = resolvedTarget;
+                            resolvedLinks.push(link);
+                        }
+                        return [3 /*break*/, 4];
+                    case 3:
+                        resolvedLinks.push(link);
+                        _a.label = 4;
+                    case 4:
+                        _i++;
+                        return [3 /*break*/, 1];
+                    case 5: return [2 /*return*/, resolvedLinks];
+                }
+            });
+        });
+    };
+    CSSNavigation.prototype.findUnresolvedLinks = function (document, stylesheet) {
+        var _this = this;
+        var result = [];
+        var collect = function (uriStringNode) {
+            var rawUri = uriStringNode.getText();
+            var range = getRange(uriStringNode, document);
+            // Make sure the range is not empty
+            if (range.start.line === range.end.line && range.start.character === range.end.character) {
+                return;
+            }
+            if ((0,_utils_strings__WEBPACK_IMPORTED_MODULE_6__.startsWith)(rawUri, "'") || (0,_utils_strings__WEBPACK_IMPORTED_MODULE_6__.startsWith)(rawUri, "\"")) {
+                rawUri = rawUri.slice(1, -1);
+            }
+            result.push({ target: rawUri, range: range });
+        };
+        stylesheet.accept(function (candidate) {
+            if (candidate.type === _parser_cssNodes__WEBPACK_IMPORTED_MODULE_2__.NodeType.URILiteral) {
+                var first = candidate.getChild(0);
+                if (first) {
+                    collect(first);
+                }
+                return false;
+            }
+            /**
+             * In @import, it is possible to include links that do not use `url()`
+             * For example, `@import 'foo.css';`
+             */
+            if (candidate.parent && _this.isRawStringDocumentLinkNode(candidate.parent)) {
+                var rawText = candidate.getText();
+                if ((0,_utils_strings__WEBPACK_IMPORTED_MODULE_6__.startsWith)(rawText, "'") || (0,_utils_strings__WEBPACK_IMPORTED_MODULE_6__.startsWith)(rawText, "\"")) {
+                    collect(candidate);
+                }
+                return false;
+            }
+            return true;
+        });
+        return result;
+    };
+    CSSNavigation.prototype.findDocumentSymbols = function (document, stylesheet) {
+        var result = [];
+        stylesheet.accept(function (node) {
+            var entry = {
+                name: null,
+                kind: _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_0__.SymbolKind.Class,
+                location: null
+            };
+            var locationNode = node;
+            if (node instanceof _parser_cssNodes__WEBPACK_IMPORTED_MODULE_2__.Selector) {
+                entry.name = node.getText();
+                locationNode = node.findAParent(_parser_cssNodes__WEBPACK_IMPORTED_MODULE_2__.NodeType.Ruleset, _parser_cssNodes__WEBPACK_IMPORTED_MODULE_2__.NodeType.ExtendsReference);
+                if (locationNode) {
+                    entry.location = _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_0__.Location.create(document.uri, getRange(locationNode, document));
+                    result.push(entry);
+                }
+                return false;
+            }
+            else if (node instanceof _parser_cssNodes__WEBPACK_IMPORTED_MODULE_2__.VariableDeclaration) {
+                entry.name = node.getName();
+                entry.kind = _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_0__.SymbolKind.Variable;
+            }
+            else if (node instanceof _parser_cssNodes__WEBPACK_IMPORTED_MODULE_2__.MixinDeclaration) {
+                entry.name = node.getName();
+                entry.kind = _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_0__.SymbolKind.Method;
+            }
+            else if (node instanceof _parser_cssNodes__WEBPACK_IMPORTED_MODULE_2__.FunctionDeclaration) {
+                entry.name = node.getName();
+                entry.kind = _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_0__.SymbolKind.Function;
+            }
+            else if (node instanceof _parser_cssNodes__WEBPACK_IMPORTED_MODULE_2__.Keyframe) {
+                entry.name = localize('literal.keyframes', "@keyframes {0}", node.getName());
+            }
+            else if (node instanceof _parser_cssNodes__WEBPACK_IMPORTED_MODULE_2__.FontFace) {
+                entry.name = localize('literal.fontface', "@font-face");
+            }
+            else if (node instanceof _parser_cssNodes__WEBPACK_IMPORTED_MODULE_2__.Media) {
+                var mediaList = node.getChild(0);
+                if (mediaList instanceof _parser_cssNodes__WEBPACK_IMPORTED_MODULE_2__.Medialist) {
+                    entry.name = '@media ' + mediaList.getText();
+                    entry.kind = _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_0__.SymbolKind.Module;
+                }
+            }
+            if (entry.name) {
+                entry.location = _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_0__.Location.create(document.uri, getRange(locationNode, document));
+                result.push(entry);
+            }
+            return true;
+        });
+        return result;
+    };
+    CSSNavigation.prototype.findDocumentColors = function (document, stylesheet) {
+        var result = [];
+        stylesheet.accept(function (node) {
+            var colorInfo = getColorInformation(node, document);
+            if (colorInfo) {
+                result.push(colorInfo);
+            }
+            return true;
+        });
+        return result;
+    };
+    CSSNavigation.prototype.getColorPresentations = function (document, stylesheet, color, range) {
+        var result = [];
+        var red256 = Math.round(color.red * 255), green256 = Math.round(color.green * 255), blue256 = Math.round(color.blue * 255);
+        var label;
+        if (color.alpha === 1) {
+            label = "rgb(" + red256 + ", " + green256 + ", " + blue256 + ")";
+        }
+        else {
+            label = "rgba(" + red256 + ", " + green256 + ", " + blue256 + ", " + color.alpha + ")";
+        }
+        result.push({ label: label, textEdit: _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_0__.TextEdit.replace(range, label) });
+        if (color.alpha === 1) {
+            label = "#" + toTwoDigitHex(red256) + toTwoDigitHex(green256) + toTwoDigitHex(blue256);
+        }
+        else {
+            label = "#" + toTwoDigitHex(red256) + toTwoDigitHex(green256) + toTwoDigitHex(blue256) + toTwoDigitHex(Math.round(color.alpha * 255));
+        }
+        result.push({ label: label, textEdit: _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_0__.TextEdit.replace(range, label) });
+        var hsl = (0,_languageFacts_facts__WEBPACK_IMPORTED_MODULE_4__.hslFromColor)(color);
+        if (hsl.a === 1) {
+            label = "hsl(" + hsl.h + ", " + Math.round(hsl.s * 100) + "%, " + Math.round(hsl.l * 100) + "%)";
+        }
+        else {
+            label = "hsla(" + hsl.h + ", " + Math.round(hsl.s * 100) + "%, " + Math.round(hsl.l * 100) + "%, " + hsl.a + ")";
+        }
+        result.push({ label: label, textEdit: _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_0__.TextEdit.replace(range, label) });
+        return result;
+    };
+    CSSNavigation.prototype.doRename = function (document, position, newName, stylesheet) {
+        var _a;
+        var highlights = this.findDocumentHighlights(document, position, stylesheet);
+        var edits = highlights.map(function (h) { return _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_0__.TextEdit.replace(h.range, newName); });
+        return {
+            changes: (_a = {}, _a[document.uri] = edits, _a)
+        };
+    };
+    CSSNavigation.prototype.resolveRelativeReference = function (ref, documentUri, documentContext) {
+        return __awaiter(this, void 0, void 0, function () {
+            var moduleName, rootFolderUri, documentFolderUri, modulePath, pathWithinModule;
+            return __generator(this, function (_a) {
+                switch (_a.label) {
+                    case 0:
+                        if (!(ref[0] === '~' && ref[1] !== '/' && this.fileSystemProvider)) return [3 /*break*/, 3];
+                        ref = ref.substring(1);
+                        if (!(0,_utils_strings__WEBPACK_IMPORTED_MODULE_6__.startsWith)(documentUri, 'file://')) return [3 /*break*/, 2];
+                        moduleName = getModuleNameFromPath(ref);
+                        rootFolderUri = documentContext.resolveReference('/', documentUri);
+                        documentFolderUri = (0,_utils_resources__WEBPACK_IMPORTED_MODULE_5__.dirname)(documentUri);
+                        return [4 /*yield*/, this.resolvePathToModule(moduleName, documentFolderUri, rootFolderUri)];
+                    case 1:
+                        modulePath = _a.sent();
+                        if (modulePath) {
+                            pathWithinModule = ref.substring(moduleName.length + 1);
+                            return [2 /*return*/, (0,_utils_resources__WEBPACK_IMPORTED_MODULE_5__.joinPath)(modulePath, pathWithinModule)];
+                        }
+                        _a.label = 2;
+                    case 2: return [2 /*return*/, documentContext.resolveReference(ref, documentUri)];
+                    case 3: return [2 /*return*/, documentContext.resolveReference(ref, documentUri)];
+                }
+            });
+        });
+    };
+    CSSNavigation.prototype.resolvePathToModule = function (_moduleName, documentFolderUri, rootFolderUri) {
+        return __awaiter(this, void 0, void 0, function () {
+            var packPath;
+            return __generator(this, function (_a) {
+                switch (_a.label) {
+                    case 0:
+                        packPath = (0,_utils_resources__WEBPACK_IMPORTED_MODULE_5__.joinPath)(documentFolderUri, 'node_modules', _moduleName, 'package.json');
+                        return [4 /*yield*/, this.fileExists(packPath)];
+                    case 1:
+                        if (_a.sent()) {
+                            return [2 /*return*/, (0,_utils_resources__WEBPACK_IMPORTED_MODULE_5__.dirname)(packPath)];
+                        }
+                        else if (rootFolderUri && documentFolderUri.startsWith(rootFolderUri) && (documentFolderUri.length !== rootFolderUri.length)) {
+                            return [2 /*return*/, this.resolvePathToModule(_moduleName, (0,_utils_resources__WEBPACK_IMPORTED_MODULE_5__.dirname)(documentFolderUri), rootFolderUri)];
+                        }
+                        return [2 /*return*/, undefined];
+                }
+            });
+        });
+    };
+    CSSNavigation.prototype.fileExists = function (uri) {
+        return __awaiter(this, void 0, void 0, function () {
+            var stat, err_1;
+            return __generator(this, function (_a) {
+                switch (_a.label) {
+                    case 0:
+                        if (!this.fileSystemProvider) {
+                            return [2 /*return*/, false];
+                        }
+                        _a.label = 1;
+                    case 1:
+                        _a.trys.push([1, 3, , 4]);
+                        return [4 /*yield*/, this.fileSystemProvider.stat(uri)];
+                    case 2:
+                        stat = _a.sent();
+                        if (stat.type === _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_0__.FileType.Unknown && stat.size === -1) {
+                            return [2 /*return*/, false];
+                        }
+                        return [2 /*return*/, true];
+                    case 3:
+                        err_1 = _a.sent();
+                        return [2 /*return*/, false];
+                    case 4: return [2 /*return*/];
+                }
+            });
+        });
+    };
+    return CSSNavigation;
+}());
+
+function getColorInformation(node, document) {
+    var color = (0,_languageFacts_facts__WEBPACK_IMPORTED_MODULE_4__.getColorValue)(node);
+    if (color) {
+        var range = getRange(node, document);
+        return { color: color, range: range };
+    }
+    return null;
+}
+function getRange(node, document) {
+    return _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_0__.Range.create(document.positionAt(node.offset), document.positionAt(node.end));
+}
+function getHighlightKind(node) {
+    if (node.type === _parser_cssNodes__WEBPACK_IMPORTED_MODULE_2__.NodeType.Selector) {
+        return _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_0__.DocumentHighlightKind.Write;
+    }
+    if (node instanceof _parser_cssNodes__WEBPACK_IMPORTED_MODULE_2__.Identifier) {
+        if (node.parent && node.parent instanceof _parser_cssNodes__WEBPACK_IMPORTED_MODULE_2__.Property) {
+            if (node.isCustomProperty) {
+                return _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_0__.DocumentHighlightKind.Write;
+            }
+        }
+    }
+    if (node.parent) {
+        switch (node.parent.type) {
+            case _parser_cssNodes__WEBPACK_IMPORTED_MODULE_2__.NodeType.FunctionDeclaration:
+            case _parser_cssNodes__WEBPACK_IMPORTED_MODULE_2__.NodeType.MixinDeclaration:
+            case _parser_cssNodes__WEBPACK_IMPORTED_MODULE_2__.NodeType.Keyframe:
+            case _parser_cssNodes__WEBPACK_IMPORTED_MODULE_2__.NodeType.VariableDeclaration:
+            case _parser_cssNodes__WEBPACK_IMPORTED_MODULE_2__.NodeType.FunctionParameter:
+                return _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_0__.DocumentHighlightKind.Write;
+        }
+    }
+    return _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_0__.DocumentHighlightKind.Read;
+}
+function toTwoDigitHex(n) {
+    var r = n.toString(16);
+    return r.length !== 2 ? '0' + r : r;
+}
+function getModuleNameFromPath(path) {
+    // If a scoped module (starts with @) then get up until second instance of '/', otherwise get until first instance of '/'
+    if (path[0] === '@') {
+        return path.substring(0, path.indexOf('/', path.indexOf('/') + 1));
+    }
+    return path.substring(0, path.indexOf('/'));
+}
+
+
+/***/ }),
+/* 88 */
+/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
+
+__webpack_require__.r(__webpack_exports__);
+/* harmony export */ __webpack_require__.d(__webpack_exports__, {
+/* harmony export */   "CSSCodeActions": () => /* binding */ CSSCodeActions
+/* harmony export */ });
+/* harmony import */ var _parser_cssNodes__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(65);
+/* harmony import */ var _utils_strings__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(66);
+/* harmony import */ var _services_lintRules__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(89);
+/* harmony import */ var _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(79);
+/* harmony import */ var vscode_nls__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(68);
+/*---------------------------------------------------------------------------------------------
+ *  Copyright (c) Microsoft Corporation. All rights reserved.
+ *  Licensed under the MIT License. See License.txt in the project root for license information.
+ *--------------------------------------------------------------------------------------------*/
+
+
+
+
+
+
+var localize = vscode_nls__WEBPACK_IMPORTED_MODULE_3__.loadMessageBundle();
+var CSSCodeActions = /** @class */ (function () {
+    function CSSCodeActions(cssDataManager) {
+        this.cssDataManager = cssDataManager;
+    }
+    CSSCodeActions.prototype.doCodeActions = function (document, range, context, stylesheet) {
+        return this.doCodeActions2(document, range, context, stylesheet).map(function (ca) {
+            var textDocumentEdit = ca.edit && ca.edit.documentChanges && ca.edit.documentChanges[0];
+            return _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_2__.Command.create(ca.title, '_css.applyCodeAction', document.uri, document.version, textDocumentEdit && textDocumentEdit.edits);
+        });
+    };
+    CSSCodeActions.prototype.doCodeActions2 = function (document, range, context, stylesheet) {
+        var result = [];
+        if (context.diagnostics) {
+            for (var _i = 0, _a = context.diagnostics; _i < _a.length; _i++) {
+                var diagnostic = _a[_i];
+                this.appendFixesForMarker(document, stylesheet, diagnostic, result);
+            }
+        }
+        return result;
+    };
+    CSSCodeActions.prototype.getFixesForUnknownProperty = function (document, property, marker, result) {
+        var propertyName = property.getName();
+        var candidates = [];
+        this.cssDataManager.getProperties().forEach(function (p) {
+            var score = (0,_utils_strings__WEBPACK_IMPORTED_MODULE_4__.difference)(propertyName, p.name);
+            if (score >= propertyName.length / 2 /*score_lim*/) {
+                candidates.push({ property: p.name, score: score });
+            }
+        });
+        // Sort in descending order.
+        candidates.sort(function (a, b) {
+            return b.score - a.score || a.property.localeCompare(b.property);
+        });
+        var maxActions = 3;
+        for (var _i = 0, candidates_1 = candidates; _i < candidates_1.length; _i++) {
+            var candidate = candidates_1[_i];
+            var propertyName_1 = candidate.property;
+            var title = localize('css.codeaction.rename', "Rename to '{0}'", propertyName_1);
+            var edit = _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_2__.TextEdit.replace(marker.range, propertyName_1);
+            var documentIdentifier = _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_2__.VersionedTextDocumentIdentifier.create(document.uri, document.version);
+            var workspaceEdit = { documentChanges: [_cssLanguageTypes__WEBPACK_IMPORTED_MODULE_2__.TextDocumentEdit.create(documentIdentifier, [edit])] };
+            var codeAction = _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_2__.CodeAction.create(title, workspaceEdit, _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_2__.CodeActionKind.QuickFix);
+            codeAction.diagnostics = [marker];
+            result.push(codeAction);
+            if (--maxActions <= 0) {
+                return;
+            }
+        }
+    };
+    CSSCodeActions.prototype.appendFixesForMarker = function (document, stylesheet, marker, result) {
+        if (marker.code !== _services_lintRules__WEBPACK_IMPORTED_MODULE_1__.Rules.UnknownProperty.id) {
+            return;
+        }
+        var offset = document.offsetAt(marker.range.start);
+        var end = document.offsetAt(marker.range.end);
+        var nodepath = _parser_cssNodes__WEBPACK_IMPORTED_MODULE_0__.getNodePath(stylesheet, offset);
+        for (var i = nodepath.length - 1; i >= 0; i--) {
+            var node = nodepath[i];
+            if (node instanceof _parser_cssNodes__WEBPACK_IMPORTED_MODULE_0__.Declaration) {
+                var property = node.getProperty();
+                if (property && property.offset === offset && property.end === end) {
+                    this.getFixesForUnknownProperty(document, property, marker, result);
+                    return;
+                }
+            }
+        }
+    };
+    return CSSCodeActions;
+}());
+
+
+
+/***/ }),
+/* 89 */
+/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
+
+__webpack_require__.r(__webpack_exports__);
+/* harmony export */ __webpack_require__.d(__webpack_exports__, {
+/* harmony export */   "Rule": () => /* binding */ Rule,
+/* harmony export */   "Setting": () => /* binding */ Setting,
+/* harmony export */   "Rules": () => /* binding */ Rules,
+/* harmony export */   "Settings": () => /* binding */ Settings,
+/* harmony export */   "LintConfigurationSettings": () => /* binding */ LintConfigurationSettings
+/* harmony export */ });
+/* harmony import */ var _parser_cssNodes__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(65);
+/* harmony import */ var vscode_nls__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(68);
+/*---------------------------------------------------------------------------------------------
+ *  Copyright (c) Microsoft Corporation. All rights reserved.
+ *  Licensed under the MIT License. See License.txt in the project root for license information.
+ *--------------------------------------------------------------------------------------------*/
+
+
+
+var localize = vscode_nls__WEBPACK_IMPORTED_MODULE_1__.loadMessageBundle();
+var Warning = _parser_cssNodes__WEBPACK_IMPORTED_MODULE_0__.Level.Warning;
+var Error = _parser_cssNodes__WEBPACK_IMPORTED_MODULE_0__.Level.Error;
+var Ignore = _parser_cssNodes__WEBPACK_IMPORTED_MODULE_0__.Level.Ignore;
+var Rule = /** @class */ (function () {
+    function Rule(id, message, defaultValue) {
+        this.id = id;
+        this.message = message;
+        this.defaultValue = defaultValue;
+        // nothing to do
+    }
+    return Rule;
+}());
+
+var Setting = /** @class */ (function () {
+    function Setting(id, message, defaultValue) {
+        this.id = id;
+        this.message = message;
+        this.defaultValue = defaultValue;
+        // nothing to do
+    }
+    return Setting;
+}());
+
+var Rules = {
+    AllVendorPrefixes: new Rule('compatibleVendorPrefixes', localize('rule.vendorprefixes.all', "When using a vendor-specific prefix make sure to also include all other vendor-specific properties"), Ignore),
+    IncludeStandardPropertyWhenUsingVendorPrefix: new Rule('vendorPrefix', localize('rule.standardvendorprefix.all', "When using a vendor-specific prefix also include the standard property"), Warning),
+    DuplicateDeclarations: new Rule('duplicateProperties', localize('rule.duplicateDeclarations', "Do not use duplicate style definitions"), Ignore),
+    EmptyRuleSet: new Rule('emptyRules', localize('rule.emptyRuleSets', "Do not use empty rulesets"), Warning),
+    ImportStatemement: new Rule('importStatement', localize('rule.importDirective', "Import statements do not load in parallel"), Ignore),
+    BewareOfBoxModelSize: new Rule('boxModel', localize('rule.bewareOfBoxModelSize', "Do not use width or height when using padding or border"), Ignore),
+    UniversalSelector: new Rule('universalSelector', localize('rule.universalSelector', "The universal selector (*) is known to be slow"), Ignore),
+    ZeroWithUnit: new Rule('zeroUnits', localize('rule.zeroWidthUnit', "No unit for zero needed"), Ignore),
+    RequiredPropertiesForFontFace: new Rule('fontFaceProperties', localize('rule.fontFaceProperties', "@font-face rule must define 'src' and 'font-family' properties"), Warning),
+    HexColorLength: new Rule('hexColorLength', localize('rule.hexColor', "Hex colors must consist of three, four, six or eight hex numbers"), Error),
+    ArgsInColorFunction: new Rule('argumentsInColorFunction', localize('rule.colorFunction', "Invalid number of parameters"), Error),
+    UnknownProperty: new Rule('unknownProperties', localize('rule.unknownProperty', "Unknown property."), Warning),
+    UnknownAtRules: new Rule('unknownAtRules', localize('rule.unknownAtRules', "Unknown at-rule."), Warning),
+    IEStarHack: new Rule('ieHack', localize('rule.ieHack', "IE hacks are only necessary when supporting IE7 and older"), Ignore),
+    UnknownVendorSpecificProperty: new Rule('unknownVendorSpecificProperties', localize('rule.unknownVendorSpecificProperty', "Unknown vendor specific property."), Ignore),
+    PropertyIgnoredDueToDisplay: new Rule('propertyIgnoredDueToDisplay', localize('rule.propertyIgnoredDueToDisplay', "Property is ignored due to the display."), Warning),
+    AvoidImportant: new Rule('important', localize('rule.avoidImportant', "Avoid using !important. It is an indication that the specificity of the entire CSS has gotten out of control and needs to be refactored."), Ignore),
+    AvoidFloat: new Rule('float', localize('rule.avoidFloat', "Avoid using 'float'. Floats lead to fragile CSS that is easy to break if one aspect of the layout changes."), Ignore),
+    AvoidIdSelector: new Rule('idSelector', localize('rule.avoidIdSelector', "Selectors should not contain IDs because these rules are too tightly coupled with the HTML."), Ignore),
+};
+var Settings = {
+    ValidProperties: new Setting('validProperties', localize('rule.validProperties', "A list of properties that are not validated against the `unknownProperties` rule."), [])
+};
+var LintConfigurationSettings = /** @class */ (function () {
+    function LintConfigurationSettings(conf) {
+        if (conf === void 0) { conf = {}; }
+        this.conf = conf;
+    }
+    LintConfigurationSettings.prototype.getRule = function (rule) {
+        if (this.conf.hasOwnProperty(rule.id)) {
+            var level = toLevel(this.conf[rule.id]);
+            if (level) {
+                return level;
+            }
+        }
+        return rule.defaultValue;
+    };
+    LintConfigurationSettings.prototype.getSetting = function (setting) {
+        return this.conf[setting.id];
+    };
+    return LintConfigurationSettings;
+}());
+
+function toLevel(level) {
+    switch (level) {
+        case 'ignore': return _parser_cssNodes__WEBPACK_IMPORTED_MODULE_0__.Level.Ignore;
+        case 'warning': return _parser_cssNodes__WEBPACK_IMPORTED_MODULE_0__.Level.Warning;
+        case 'error': return _parser_cssNodes__WEBPACK_IMPORTED_MODULE_0__.Level.Error;
+    }
+    return null;
+}
+
+
+/***/ }),
+/* 90 */
+/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
+
+__webpack_require__.r(__webpack_exports__);
+/* harmony export */ __webpack_require__.d(__webpack_exports__, {
+/* harmony export */   "CSSValidation": () => /* binding */ CSSValidation
+/* harmony export */ });
+/* harmony import */ var _parser_cssNodes__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(65);
+/* harmony import */ var _lintRules__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(89);
+/* harmony import */ var _lint__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(91);
+/* harmony import */ var _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(79);
+/*---------------------------------------------------------------------------------------------
+ *  Copyright (c) Microsoft Corporation. All rights reserved.
+ *  Licensed under the MIT License. See License.txt in the project root for license information.
+ *--------------------------------------------------------------------------------------------*/
+
+
+
+
+
+var CSSValidation = /** @class */ (function () {
+    function CSSValidation(cssDataManager) {
+        this.cssDataManager = cssDataManager;
+    }
+    CSSValidation.prototype.configure = function (settings) {
+        this.settings = settings;
+    };
+    CSSValidation.prototype.doValidation = function (document, stylesheet, settings) {
+        if (settings === void 0) { settings = this.settings; }
+        if (settings && settings.validate === false) {
+            return [];
+        }
+        var entries = [];
+        entries.push.apply(entries, _parser_cssNodes__WEBPACK_IMPORTED_MODULE_0__.ParseErrorCollector.entries(stylesheet));
+        entries.push.apply(entries, _lint__WEBPACK_IMPORTED_MODULE_2__.LintVisitor.entries(stylesheet, document, new _lintRules__WEBPACK_IMPORTED_MODULE_1__.LintConfigurationSettings(settings && settings.lint), this.cssDataManager));
+        var ruleIds = [];
+        for (var r in _lintRules__WEBPACK_IMPORTED_MODULE_1__.Rules) {
+            ruleIds.push(_lintRules__WEBPACK_IMPORTED_MODULE_1__.Rules[r].id);
+        }
+        function toDiagnostic(marker) {
+            var range = _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_3__.Range.create(document.positionAt(marker.getOffset()), document.positionAt(marker.getOffset() + marker.getLength()));
+            var source = document.languageId;
+            return {
+                code: marker.getRule().id,
+                source: source,
+                message: marker.getMessage(),
+                severity: marker.getLevel() === _parser_cssNodes__WEBPACK_IMPORTED_MODULE_0__.Level.Warning ? _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_3__.DiagnosticSeverity.Warning : _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_3__.DiagnosticSeverity.Error,
+                range: range
+            };
+        }
+        return entries.filter(function (entry) { return entry.getLevel() !== _parser_cssNodes__WEBPACK_IMPORTED_MODULE_0__.Level.Ignore; }).map(toDiagnostic);
+    };
+    return CSSValidation;
+}());
+
+
+
+/***/ }),
+/* 91 */
+/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
+
+__webpack_require__.r(__webpack_exports__);
+/* harmony export */ __webpack_require__.d(__webpack_exports__, {
+/* harmony export */   "LintVisitor": () => /* binding */ LintVisitor
+/* harmony export */ });
+/* harmony import */ var _languageFacts_facts__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(71);
+/* harmony import */ var _lintRules__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(89);
+/* harmony import */ var _parser_cssNodes__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(65);
+/* harmony import */ var _lintUtil__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(92);
+/* harmony import */ var _utils_arrays__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(78);
+/* harmony import */ var vscode_nls__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(68);
+/*---------------------------------------------------------------------------------------------
+ *  Copyright (c) Microsoft Corporation. All rights reserved.
+ *  Licensed under the MIT License. See License.txt in the project root for license information.
+ *--------------------------------------------------------------------------------------------*/
+
+
+
+
+
+
+
+var localize = vscode_nls__WEBPACK_IMPORTED_MODULE_4__.loadMessageBundle();
+var NodesByRootMap = /** @class */ (function () {
+    function NodesByRootMap() {
+        this.data = {};
+    }
+    NodesByRootMap.prototype.add = function (root, name, node) {
+        var entry = this.data[root];
+        if (!entry) {
+            entry = { nodes: [], names: [] };
+            this.data[root] = entry;
+        }
+        entry.names.push(name);
+        if (node) {
+            entry.nodes.push(node);
+        }
+    };
+    return NodesByRootMap;
+}());
+var LintVisitor = /** @class */ (function () {
+    function LintVisitor(document, settings, cssDataManager) {
+        var _this = this;
+        this.cssDataManager = cssDataManager;
+        this.warnings = [];
+        this.settings = settings;
+        this.documentText = document.getText();
+        this.keyframes = new NodesByRootMap();
+        this.validProperties = {};
+        var properties = settings.getSetting(_lintRules__WEBPACK_IMPORTED_MODULE_1__.Settings.ValidProperties);
+        if (Array.isArray(properties)) {
+            properties.forEach(function (p) {
+                if (typeof p === 'string') {
+                    var name = p.trim().toLowerCase();
+                    if (name.length) {
+                        _this.validProperties[name] = true;
+                    }
+                }
+            });
+        }
+    }
+    LintVisitor.entries = function (node, document, settings, cssDataManager, entryFilter) {
+        var visitor = new LintVisitor(document, settings, cssDataManager);
+        node.acceptVisitor(visitor);
+        visitor.completeValidations();
+        return visitor.getEntries(entryFilter);
+    };
+    LintVisitor.prototype.isValidPropertyDeclaration = function (element) {
+        var propertyName = element.fullPropertyName;
+        return this.validProperties[propertyName];
+    };
+    LintVisitor.prototype.fetch = function (input, s) {
+        var elements = [];
+        for (var _i = 0, input_1 = input; _i < input_1.length; _i++) {
+            var curr = input_1[_i];
+            if (curr.fullPropertyName === s) {
+                elements.push(curr);
+            }
+        }
+        return elements;
+    };
+    LintVisitor.prototype.fetchWithValue = function (input, s, v) {
+        var elements = [];
+        for (var _i = 0, input_2 = input; _i < input_2.length; _i++) {
+            var inputElement = input_2[_i];
+            if (inputElement.fullPropertyName === s) {
+                var expression = inputElement.node.getValue();
+                if (expression && this.findValueInExpression(expression, v)) {
+                    elements.push(inputElement);
+                }
+            }
+        }
+        return elements;
+    };
+    LintVisitor.prototype.findValueInExpression = function (expression, v) {
+        var found = false;
+        expression.accept(function (node) {
+            if (node.type === _parser_cssNodes__WEBPACK_IMPORTED_MODULE_2__.NodeType.Identifier && node.matches(v)) {
+                found = true;
+            }
+            return !found;
+        });
+        return found;
+    };
+    LintVisitor.prototype.getEntries = function (filter) {
+        if (filter === void 0) { filter = (_parser_cssNodes__WEBPACK_IMPORTED_MODULE_2__.Level.Warning | _parser_cssNodes__WEBPACK_IMPORTED_MODULE_2__.Level.Error); }
+        return this.warnings.filter(function (entry) {
+            return (entry.getLevel() & filter) !== 0;
+        });
+    };
+    LintVisitor.prototype.addEntry = function (node, rule, details) {
+        var entry = new _parser_cssNodes__WEBPACK_IMPORTED_MODULE_2__.Marker(node, rule, this.settings.getRule(rule), details);
+        this.warnings.push(entry);
+    };
+    LintVisitor.prototype.getMissingNames = function (expected, actual) {
+        var expectedClone = expected.slice(0); // clone
+        for (var i = 0; i < actual.length; i++) {
+            var k = expectedClone.indexOf(actual[i]);
+            if (k !== -1) {
+                expectedClone[k] = null;
+            }
+        }
+        var result = null;
+        for (var i = 0; i < expectedClone.length; i++) {
+            var curr = expectedClone[i];
+            if (curr) {
+                if (result === null) {
+                    result = localize('namelist.single', "'{0}'", curr);
+                }
+                else {
+                    result = localize('namelist.concatenated', "{0}, '{1}'", result, curr);
+                }
+            }
+        }
+        return result;
+    };
+    LintVisitor.prototype.visitNode = function (node) {
+        switch (node.type) {
+            case _parser_cssNodes__WEBPACK_IMPORTED_MODULE_2__.NodeType.UnknownAtRule:
+                return this.visitUnknownAtRule(node);
+            case _parser_cssNodes__WEBPACK_IMPORTED_MODULE_2__.NodeType.Keyframe:
+                return this.visitKeyframe(node);
+            case _parser_cssNodes__WEBPACK_IMPORTED_MODULE_2__.NodeType.FontFace:
+                return this.visitFontFace(node);
+            case _parser_cssNodes__WEBPACK_IMPORTED_MODULE_2__.NodeType.Ruleset:
+                return this.visitRuleSet(node);
+            case _parser_cssNodes__WEBPACK_IMPORTED_MODULE_2__.NodeType.SimpleSelector:
+                return this.visitSimpleSelector(node);
+            case _parser_cssNodes__WEBPACK_IMPORTED_MODULE_2__.NodeType.Function:
+                return this.visitFunction(node);
+            case _parser_cssNodes__WEBPACK_IMPORTED_MODULE_2__.NodeType.NumericValue:
+                return this.visitNumericValue(node);
+            case _parser_cssNodes__WEBPACK_IMPORTED_MODULE_2__.NodeType.Import:
+                return this.visitImport(node);
+            case _parser_cssNodes__WEBPACK_IMPORTED_MODULE_2__.NodeType.HexColorValue:
+                return this.visitHexColorValue(node);
+            case _parser_cssNodes__WEBPACK_IMPORTED_MODULE_2__.NodeType.Prio:
+                return this.visitPrio(node);
+        }
+        return true;
+    };
+    LintVisitor.prototype.completeValidations = function () {
+        this.validateKeyframes();
+    };
+    LintVisitor.prototype.visitUnknownAtRule = function (node) {
+        var atRuleName = node.getChild(0);
+        if (!atRuleName) {
+            return false;
+        }
+        var atDirective = this.cssDataManager.getAtDirective(atRuleName.getText());
+        if (atDirective) {
+            return false;
+        }
+        this.addEntry(atRuleName, _lintRules__WEBPACK_IMPORTED_MODULE_1__.Rules.UnknownAtRules, "Unknown at rule " + atRuleName.getText());
+        return true;
+    };
+    LintVisitor.prototype.visitKeyframe = function (node) {
+        var keyword = node.getKeyword();
+        if (!keyword) {
+            return false;
+        }
+        var text = keyword.getText();
+        this.keyframes.add(node.getName(), text, (text !== '@keyframes') ? keyword : null);
+        return true;
+    };
+    LintVisitor.prototype.validateKeyframes = function () {
+        // @keyframe and it's vendor specific alternatives
+        // @keyframe should be included
+        var expected = ['@-webkit-keyframes', '@-moz-keyframes', '@-o-keyframes'];
+        for (var name in this.keyframes.data) {
+            var actual = this.keyframes.data[name].names;
+            var needsStandard = (actual.indexOf('@keyframes') === -1);
+            if (!needsStandard && actual.length === 1) {
+                continue; // only the non-vendor specific keyword is used, that's fine, no warning
+            }
+            var missingVendorSpecific = this.getMissingNames(expected, actual);
+            if (missingVendorSpecific || needsStandard) {
+                for (var _i = 0, _a = this.keyframes.data[name].nodes; _i < _a.length; _i++) {
+                    var node = _a[_i];
+                    if (needsStandard) {
+                        var message = localize('keyframes.standardrule.missing', "Always define standard rule '@keyframes' when defining keyframes.");
+                        this.addEntry(node, _lintRules__WEBPACK_IMPORTED_MODULE_1__.Rules.IncludeStandardPropertyWhenUsingVendorPrefix, message);
+                    }
+                    if (missingVendorSpecific) {
+                        var message = localize('keyframes.vendorspecific.missing', "Always include all vendor specific rules: Missing: {0}", missingVendorSpecific);
+                        this.addEntry(node, _lintRules__WEBPACK_IMPORTED_MODULE_1__.Rules.AllVendorPrefixes, message);
+                    }
+                }
+            }
+        }
+        return true;
+    };
+    LintVisitor.prototype.visitSimpleSelector = function (node) {
+        var firstChar = this.documentText.charAt(node.offset);
+        /////////////////////////////////////////////////////////////
+        //     Lint - The universal selector (*) is known to be slow.
+        /////////////////////////////////////////////////////////////
+        if (node.length === 1 && firstChar === '*') {
+            this.addEntry(node, _lintRules__WEBPACK_IMPORTED_MODULE_1__.Rules.UniversalSelector);
+        }
+        /////////////////////////////////////////////////////////////
+        //     Lint - Avoid id selectors
+        /////////////////////////////////////////////////////////////
+        if (firstChar === '#') {
+            this.addEntry(node, _lintRules__WEBPACK_IMPORTED_MODULE_1__.Rules.AvoidIdSelector);
+        }
+        return true;
+    };
+    LintVisitor.prototype.visitImport = function (node) {
+        /////////////////////////////////////////////////////////////
+        //     Lint - Import statements shouldn't be used, because they aren't offering parallel downloads.
+        /////////////////////////////////////////////////////////////
+        this.addEntry(node, _lintRules__WEBPACK_IMPORTED_MODULE_1__.Rules.ImportStatemement);
+        return true;
+    };
+    LintVisitor.prototype.visitRuleSet = function (node) {
+        /////////////////////////////////////////////////////////////
+        //     Lint - Don't use empty rulesets.
+        /////////////////////////////////////////////////////////////
+        var declarations = node.getDeclarations();
+        if (!declarations) {
+            // syntax error
+            return false;
+        }
+        if (!declarations.hasChildren()) {
+            this.addEntry(node.getSelectors(), _lintRules__WEBPACK_IMPORTED_MODULE_1__.Rules.EmptyRuleSet);
+        }
+        var propertyTable = [];
+        for (var _i = 0, _a = declarations.getChildren(); _i < _a.length; _i++) {
+            var element = _a[_i];
+            if (element instanceof _parser_cssNodes__WEBPACK_IMPORTED_MODULE_2__.Declaration) {
+                propertyTable.push(new _lintUtil__WEBPACK_IMPORTED_MODULE_3__.Element(element));
+            }
+        }
+        /////////////////////////////////////////////////////////////
+        // the rule warns when it finds:
+        // width being used with border, border-left, border-right, padding, padding-left, or padding-right
+        // height being used with border, border-top, border-bottom, padding, padding-top, or padding-bottom
+        // No error when box-sizing property is specified, as it assumes the user knows what he's doing.
+        // see https://github.com/CSSLint/csslint/wiki/Beware-of-box-model-size
+        /////////////////////////////////////////////////////////////
+        var boxModel = (0,_lintUtil__WEBPACK_IMPORTED_MODULE_3__.default)(propertyTable);
+        if (boxModel.width) {
+            var properties = [];
+            if (boxModel.right.value) {
+                properties = (0,_utils_arrays__WEBPACK_IMPORTED_MODULE_5__.union)(properties, boxModel.right.properties);
+            }
+            if (boxModel.left.value) {
+                properties = (0,_utils_arrays__WEBPACK_IMPORTED_MODULE_5__.union)(properties, boxModel.left.properties);
+            }
+            if (properties.length !== 0) {
+                for (var _b = 0, properties_1 = properties; _b < properties_1.length; _b++) {
+                    var item = properties_1[_b];
+                    this.addEntry(item.node, _lintRules__WEBPACK_IMPORTED_MODULE_1__.Rules.BewareOfBoxModelSize);
+                }
+                this.addEntry(boxModel.width.node, _lintRules__WEBPACK_IMPORTED_MODULE_1__.Rules.BewareOfBoxModelSize);
+            }
+        }
+        if (boxModel.height) {
+            var properties = [];
+            if (boxModel.top.value) {
+                properties = (0,_utils_arrays__WEBPACK_IMPORTED_MODULE_5__.union)(properties, boxModel.top.properties);
+            }
+            if (boxModel.bottom.value) {
+                properties = (0,_utils_arrays__WEBPACK_IMPORTED_MODULE_5__.union)(properties, boxModel.bottom.properties);
+            }
+            if (properties.length !== 0) {
+                for (var _c = 0, properties_2 = properties; _c < properties_2.length; _c++) {
+                    var item = properties_2[_c];
+                    this.addEntry(item.node, _lintRules__WEBPACK_IMPORTED_MODULE_1__.Rules.BewareOfBoxModelSize);
+                }
+                this.addEntry(boxModel.height.node, _lintRules__WEBPACK_IMPORTED_MODULE_1__.Rules.BewareOfBoxModelSize);
+            }
+        }
+        /////////////////////////////////////////////////////////////
+        //     Properties ignored due to display
+        /////////////////////////////////////////////////////////////
+        // With 'display: inline-block', 'float' has no effect
+        var displayElems = this.fetchWithValue(propertyTable, 'display', 'inline-block');
+        if (displayElems.length > 0) {
+            var elem = this.fetch(propertyTable, 'float');
+            for (var index = 0; index < elem.length; index++) {
+                var node_1 = elem[index].node;
+                var value = node_1.getValue();
+                if (value && !value.matches('none')) {
+                    this.addEntry(node_1, _lintRules__WEBPACK_IMPORTED_MODULE_1__.Rules.PropertyIgnoredDueToDisplay, localize('rule.propertyIgnoredDueToDisplayInlineBlock', "inline-block is ignored due to the float. If 'float' has a value other than 'none', the box is floated and 'display' is treated as 'block'"));
+                }
+            }
+        }
+        // With 'display: block', 'vertical-align' has no effect
+        displayElems = this.fetchWithValue(propertyTable, 'display', 'block');
+        if (displayElems.length > 0) {
+            var elem = this.fetch(propertyTable, 'vertical-align');
+            for (var index = 0; index < elem.length; index++) {
+                this.addEntry(elem[index].node, _lintRules__WEBPACK_IMPORTED_MODULE_1__.Rules.PropertyIgnoredDueToDisplay, localize('rule.propertyIgnoredDueToDisplayBlock', "Property is ignored due to the display. With 'display: block', vertical-align should not be used."));
+            }
+        }
+        /////////////////////////////////////////////////////////////
+        //     Avoid 'float'
+        /////////////////////////////////////////////////////////////
+        var elements = this.fetch(propertyTable, 'float');
+        for (var index = 0; index < elements.length; index++) {
+            var element = elements[index];
+            if (!this.isValidPropertyDeclaration(element)) {
+                this.addEntry(element.node, _lintRules__WEBPACK_IMPORTED_MODULE_1__.Rules.AvoidFloat);
+            }
+        }
+        /////////////////////////////////////////////////////////////
+        //     Don't use duplicate declarations.
+        /////////////////////////////////////////////////////////////
+        for (var i = 0; i < propertyTable.length; i++) {
+            var element = propertyTable[i];
+            if (element.fullPropertyName !== 'background' && !this.validProperties[element.fullPropertyName]) {
+                var value = element.node.getValue();
+                if (value && this.documentText.charAt(value.offset) !== '-') {
+                    var elements_1 = this.fetch(propertyTable, element.fullPropertyName);
+                    if (elements_1.length > 1) {
+                        for (var k = 0; k < elements_1.length; k++) {
+                            var value_1 = elements_1[k].node.getValue();
+                            if (value_1 && this.documentText.charAt(value_1.offset) !== '-' && elements_1[k] !== element) {
+                                this.addEntry(element.node, _lintRules__WEBPACK_IMPORTED_MODULE_1__.Rules.DuplicateDeclarations);
+                            }
+                        }
+                    }
+                }
+            }
+        }
+        /////////////////////////////////////////////////////////////
+        //     Unknown propery & When using a vendor-prefixed gradient, make sure to use them all.
+        /////////////////////////////////////////////////////////////
+        var isExportBlock = node.getSelectors().matches(":export");
+        if (!isExportBlock) {
+            var propertiesBySuffix = new NodesByRootMap();
+            var containsUnknowns = false;
+            for (var _d = 0, propertyTable_1 = propertyTable; _d < propertyTable_1.length; _d++) {
+                var element = propertyTable_1[_d];
+                var decl = element.node;
+                if (this.isCSSDeclaration(decl)) {
+                    var name = element.fullPropertyName;
+                    var firstChar = name.charAt(0);
+                    if (firstChar === '-') {
+                        if (name.charAt(1) !== '-') { // avoid css variables
+                            if (!this.cssDataManager.isKnownProperty(name) && !this.validProperties[name]) {
+                                this.addEntry(decl.getProperty(), _lintRules__WEBPACK_IMPORTED_MODULE_1__.Rules.UnknownVendorSpecificProperty);
+                            }
+                            var nonPrefixedName = decl.getNonPrefixedPropertyName();
+                            propertiesBySuffix.add(nonPrefixedName, name, decl.getProperty());
+                        }
+                    }
+                    else {
+                        var fullName = name;
+                        if (firstChar === '*' || firstChar === '_') {
+                            this.addEntry(decl.getProperty(), _lintRules__WEBPACK_IMPORTED_MODULE_1__.Rules.IEStarHack);
+                            name = name.substr(1);
+                        }
+                        // _property and *property might be contributed via custom data
+                        if (!this.cssDataManager.isKnownProperty(fullName) && !this.cssDataManager.isKnownProperty(name)) {
+                            if (!this.validProperties[name]) {
+                                this.addEntry(decl.getProperty(), _lintRules__WEBPACK_IMPORTED_MODULE_1__.Rules.UnknownProperty, localize('property.unknownproperty.detailed', "Unknown property: '{0}'", decl.getFullPropertyName()));
+                            }
+                        }
+                        propertiesBySuffix.add(name, name, null); // don't pass the node as we don't show errors on the standard
+                    }
+                }
+                else {
+                    containsUnknowns = true;
+                }
+            }
+            if (!containsUnknowns) { // don't perform this test if there are
+                for (var suffix in propertiesBySuffix.data) {
+                    var entry = propertiesBySuffix.data[suffix];
+                    var actual = entry.names;
+                    var needsStandard = this.cssDataManager.isStandardProperty(suffix) && (actual.indexOf(suffix) === -1);
+                    if (!needsStandard && actual.length === 1) {
+                        continue; // only the non-vendor specific rule is used, that's fine, no warning
+                    }
+                    var expected = [];
+                    for (var i = 0, len = LintVisitor.prefixes.length; i < len; i++) {
+                        var prefix = LintVisitor.prefixes[i];
+                        if (this.cssDataManager.isStandardProperty(prefix + suffix)) {
+                            expected.push(prefix + suffix);
+                        }
+                    }
+                    var missingVendorSpecific = this.getMissingNames(expected, actual);
+                    if (missingVendorSpecific || needsStandard) {
+                        for (var _e = 0, _f = entry.nodes; _e < _f.length; _e++) {
+                            var node_2 = _f[_e];
+                            if (needsStandard) {
+                                var message = localize('property.standard.missing', "Also define the standard property '{0}' for compatibility", suffix);
+                                this.addEntry(node_2, _lintRules__WEBPACK_IMPORTED_MODULE_1__.Rules.IncludeStandardPropertyWhenUsingVendorPrefix, message);
+                            }
+                            if (missingVendorSpecific) {
+                                var message = localize('property.vendorspecific.missing', "Always include all vendor specific properties: Missing: {0}", missingVendorSpecific);
+                                this.addEntry(node_2, _lintRules__WEBPACK_IMPORTED_MODULE_1__.Rules.AllVendorPrefixes, message);
+                            }
+                        }
+                    }
+                }
+            }
+        }
+        return true;
+    };
+    LintVisitor.prototype.visitPrio = function (node) {
+        /////////////////////////////////////////////////////////////
+        //     Don't use !important
+        /////////////////////////////////////////////////////////////
+        this.addEntry(node, _lintRules__WEBPACK_IMPORTED_MODULE_1__.Rules.AvoidImportant);
+        return true;
+    };
+    LintVisitor.prototype.visitNumericValue = function (node) {
+        /////////////////////////////////////////////////////////////
+        //     0 has no following unit
+        /////////////////////////////////////////////////////////////
+        var funcDecl = node.findParent(_parser_cssNodes__WEBPACK_IMPORTED_MODULE_2__.NodeType.Function);
+        if (funcDecl && funcDecl.getName() === 'calc') {
+            return true;
+        }
+        var decl = node.findParent(_parser_cssNodes__WEBPACK_IMPORTED_MODULE_2__.NodeType.Declaration);
+        if (decl) {
+            var declValue = decl.getValue();
+            if (declValue) {
+                var value = node.getValue();
+                if (!value.unit || _languageFacts_facts__WEBPACK_IMPORTED_MODULE_0__.units.length.indexOf(value.unit.toLowerCase()) === -1) {
+                    return true;
+                }
+                if (parseFloat(value.value) === 0.0 && !!value.unit && !this.validProperties[decl.getFullPropertyName()]) {
+                    this.addEntry(node, _lintRules__WEBPACK_IMPORTED_MODULE_1__.Rules.ZeroWithUnit);
+                }
+            }
+        }
+        return true;
+    };
+    LintVisitor.prototype.visitFontFace = function (node) {
+        var declarations = node.getDeclarations();
+        if (!declarations) {
+            // syntax error
+            return false;
+        }
+        var definesSrc = false, definesFontFamily = false;
+        var containsUnknowns = false;
+        for (var _i = 0, _a = declarations.getChildren(); _i < _a.length; _i++) {
+            var node_3 = _a[_i];
+            if (this.isCSSDeclaration(node_3)) {
+                var name = node_3.getProperty().getName().toLowerCase();
+                if (name === 'src') {
+                    definesSrc = true;
+                }
+                if (name === 'font-family') {
+                    definesFontFamily = true;
+                }
+            }
+            else {
+                containsUnknowns = true;
+            }
+        }
+        if (!containsUnknowns && (!definesSrc || !definesFontFamily)) {
+            this.addEntry(node, _lintRules__WEBPACK_IMPORTED_MODULE_1__.Rules.RequiredPropertiesForFontFace);
+        }
+        return true;
+    };
+    LintVisitor.prototype.isCSSDeclaration = function (node) {
+        if (node instanceof _parser_cssNodes__WEBPACK_IMPORTED_MODULE_2__.Declaration) {
+            if (!node.getValue()) {
+                return false;
+            }
+            var property = node.getProperty();
+            if (!property) {
+                return false;
+            }
+            var identifier = property.getIdentifier();
+            if (!identifier || identifier.containsInterpolation()) {
+                return false;
+            }
+            return true;
+        }
+        return false;
+    };
+    LintVisitor.prototype.visitHexColorValue = function (node) {
+        // Rule: #eeff0011 or #eeff00 or #ef01 or #ef0
+        var length = node.length;
+        if (length !== 9 && length !== 7 && length !== 5 && length !== 4) {
+            this.addEntry(node, _lintRules__WEBPACK_IMPORTED_MODULE_1__.Rules.HexColorLength);
+        }
+        return false;
+    };
+    LintVisitor.prototype.visitFunction = function (node) {
+        var fnName = node.getName().toLowerCase();
+        var expectedAttrCount = -1;
+        var actualAttrCount = 0;
+        switch (fnName) {
+            case 'rgb(':
+            case 'hsl(':
+                expectedAttrCount = 3;
+                break;
+            case 'rgba(':
+            case 'hsla(':
+                expectedAttrCount = 4;
+                break;
+        }
+        if (expectedAttrCount !== -1) {
+            node.getArguments().accept(function (n) {
+                if (n instanceof _parser_cssNodes__WEBPACK_IMPORTED_MODULE_2__.BinaryExpression) {
+                    actualAttrCount += 1;
+                    return false;
+                }
+                return true;
+            });
+            if (actualAttrCount !== expectedAttrCount) {
+                this.addEntry(node, _lintRules__WEBPACK_IMPORTED_MODULE_1__.Rules.ArgsInColorFunction);
+            }
+        }
+        return true;
+    };
+    LintVisitor.prefixes = [
+        '-ms-', '-moz-', '-o-', '-webkit-',
+    ];
+    return LintVisitor;
+}());
+
+
+
+/***/ }),
+/* 92 */
+/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
+
+__webpack_require__.r(__webpack_exports__);
+/* harmony export */ __webpack_require__.d(__webpack_exports__, {
+/* harmony export */   "Element": () => /* binding */ Element,
+/* harmony export */   "default": () => /* binding */ calculateBoxModel
+/* harmony export */ });
+/* harmony import */ var _utils_arrays__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(78);
+/*---------------------------------------------------------------------------------------------
+ *  Copyright (c) Microsoft Corporation. All rights reserved.
+ *  Licensed under the MIT License. See License.txt in the project root for license information.
+ *--------------------------------------------------------------------------------------------*/
+
+
+var Element = /** @class */ (function () {
+    function Element(decl) {
+        this.fullPropertyName = decl.getFullPropertyName().toLowerCase();
+        this.node = decl;
+    }
+    return Element;
+}());
+
+function setSide(model, side, value, property) {
+    var state = model[side];
+    state.value = value;
+    if (value) {
+        if (!(0,_utils_arrays__WEBPACK_IMPORTED_MODULE_0__.includes)(state.properties, property)) {
+            state.properties.push(property);
+        }
+    }
+}
+function setAllSides(model, value, property) {
+    setSide(model, 'top', value, property);
+    setSide(model, 'right', value, property);
+    setSide(model, 'bottom', value, property);
+    setSide(model, 'left', value, property);
+}
+function updateModelWithValue(model, side, value, property) {
+    if (side === 'top' || side === 'right' ||
+        side === 'bottom' || side === 'left') {
+        setSide(model, side, value, property);
+    }
+    else {
+        setAllSides(model, value, property);
+    }
+}
+function updateModelWithList(model, values, property) {
+    switch (values.length) {
+        case 1:
+            updateModelWithValue(model, undefined, values[0], property);
+            break;
+        case 2:
+            updateModelWithValue(model, 'top', values[0], property);
+            updateModelWithValue(model, 'bottom', values[0], property);
+            updateModelWithValue(model, 'right', values[1], property);
+            updateModelWithValue(model, 'left', values[1], property);
+            break;
+        case 3:
+            updateModelWithValue(model, 'top', values[0], property);
+            updateModelWithValue(model, 'right', values[1], property);
+            updateModelWithValue(model, 'left', values[1], property);
+            updateModelWithValue(model, 'bottom', values[2], property);
+            break;
+        case 4:
+            updateModelWithValue(model, 'top', values[0], property);
+            updateModelWithValue(model, 'right', values[1], property);
+            updateModelWithValue(model, 'bottom', values[2], property);
+            updateModelWithValue(model, 'left', values[3], property);
+            break;
+    }
+}
+function matches(value, candidates) {
+    for (var _i = 0, candidates_1 = candidates; _i < candidates_1.length; _i++) {
+        var candidate = candidates_1[_i];
+        if (value.matches(candidate)) {
+            return true;
+        }
+    }
+    return false;
+}
+/**
+ * @param allowsKeywords whether the initial value of property is zero, so keywords `initial` and `unset` count as zero
+ * @return `true` if this node represents a non-zero border; otherwise, `false`
+ */
+function checkLineWidth(value, allowsKeywords) {
+    if (allowsKeywords === void 0) { allowsKeywords = true; }
+    if (allowsKeywords && matches(value, ['initial', 'unset'])) {
+        return false;
+    }
+    // a <length> is a value and a unit
+    // so use `parseFloat` to strip the unit
+    return parseFloat(value.getText()) !== 0;
+}
+function checkLineWidthList(nodes, allowsKeywords) {
+    if (allowsKeywords === void 0) { allowsKeywords = true; }
+    return nodes.map(function (node) { return checkLineWidth(node, allowsKeywords); });
+}
+/**
+ * @param allowsKeywords whether keywords `initial` and `unset` count as zero
+ * @return `true` if this node represents a non-zero border; otherwise, `false`
+ */
+function checkLineStyle(valueNode, allowsKeywords) {
+    if (allowsKeywords === void 0) { allowsKeywords = true; }
+    if (matches(valueNode, ['none', 'hidden'])) {
+        return false;
+    }
+    if (allowsKeywords && matches(valueNode, ['initial', 'unset'])) {
+        return false;
+    }
+    return true;
+}
+function checkLineStyleList(nodes, allowsKeywords) {
+    if (allowsKeywords === void 0) { allowsKeywords = true; }
+    return nodes.map(function (node) { return checkLineStyle(node, allowsKeywords); });
+}
+function checkBorderShorthand(node) {
+    var children = node.getChildren();
+    // the only child can be a keyword, a <line-width>, or a <line-style>
+    // if either check returns false, the result is no border
+    if (children.length === 1) {
+        var value = children[0];
+        return checkLineWidth(value) && checkLineStyle(value);
+    }
+    // multiple children can't contain keywords
+    // if any child means no border, the result is no border
+    for (var _i = 0, children_1 = children; _i < children_1.length; _i++) {
+        var child = children_1[_i];
+        var value = child;
+        if (!checkLineWidth(value, /* allowsKeywords: */ false) ||
+            !checkLineStyle(value, /* allowsKeywords: */ false)) {
+            return false;
+        }
+    }
+    return true;
+}
+function calculateBoxModel(propertyTable) {
+    var model = {
+        top: { value: false, properties: [] },
+        right: { value: false, properties: [] },
+        bottom: { value: false, properties: [] },
+        left: { value: false, properties: [] },
+    };
+    for (var _i = 0, propertyTable_1 = propertyTable; _i < propertyTable_1.length; _i++) {
+        var property = propertyTable_1[_i];
+        var value = property.node.value;
+        if (typeof value === 'undefined') {
+            continue;
+        }
+        switch (property.fullPropertyName) {
+            case 'box-sizing':
+                // has `box-sizing`, bail out
+                return {
+                    top: { value: false, properties: [] },
+                    right: { value: false, properties: [] },
+                    bottom: { value: false, properties: [] },
+                    left: { value: false, properties: [] },
+                };
+            case 'width':
+                model.width = property;
+                break;
+            case 'height':
+                model.height = property;
+                break;
+            default:
+                var segments = property.fullPropertyName.split('-');
+                switch (segments[0]) {
+                    case 'border':
+                        switch (segments[1]) {
+                            case undefined:
+                            case 'top':
+                            case 'right':
+                            case 'bottom':
+                            case 'left':
+                                switch (segments[2]) {
+                                    case undefined:
+                                        updateModelWithValue(model, segments[1], checkBorderShorthand(value), property);
+                                        break;
+                                    case 'width':
+                                        // the initial value of `border-width` is `medium`, not zero
+                                        updateModelWithValue(model, segments[1], checkLineWidth(value, false), property);
+                                        break;
+                                    case 'style':
+                                        // the initial value of `border-style` is `none`
+                                        updateModelWithValue(model, segments[1], checkLineStyle(value, true), property);
+                                        break;
+                                }
+                                break;
+                            case 'width':
+                                // the initial value of `border-width` is `medium`, not zero
+                                updateModelWithList(model, checkLineWidthList(value.getChildren(), false), property);
+                                break;
+                            case 'style':
+                                // the initial value of `border-style` is `none`
+                                updateModelWithList(model, checkLineStyleList(value.getChildren(), true), property);
+                                break;
+                        }
+                        break;
+                    case 'padding':
+                        if (segments.length === 1) {
+                            // the initial value of `padding` is zero
+                            updateModelWithList(model, checkLineWidthList(value.getChildren(), true), property);
+                        }
+                        else {
+                            // the initial value of `padding` is zero
+                            updateModelWithValue(model, segments[1], checkLineWidth(value, true), property);
+                        }
+                        break;
+                }
+                break;
+        }
+    }
+    return model;
+}
+
+
+/***/ }),
+/* 93 */
+/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
+
+__webpack_require__.r(__webpack_exports__);
+/* harmony export */ __webpack_require__.d(__webpack_exports__, {
+/* harmony export */   "SCSSParser": () => /* binding */ SCSSParser
+/* harmony export */ });
+/* harmony import */ var _scssScanner__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(94);
+/* harmony import */ var _cssScanner__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(64);
+/* harmony import */ var _cssParser__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(63);
+/* harmony import */ var _cssNodes__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(65);
+/* harmony import */ var _scssErrors__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(95);
+/* harmony import */ var _cssErrors__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(67);
+/*---------------------------------------------------------------------------------------------
+ *  Copyright (c) Microsoft Corporation. All rights reserved.
+ *  Licensed under the MIT License. See License.txt in the project root for license information.
+ *--------------------------------------------------------------------------------------------*/
+
+var __extends = (undefined && undefined.__extends) || (function () {
+    var extendStatics = function (d, b) {
+        extendStatics = Object.setPrototypeOf ||
+            ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
+            function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
+        return extendStatics(d, b);
+    };
+    return function (d, b) {
+        extendStatics(d, b);
+        function __() { this.constructor = d; }
+        d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
+    };
+})();
+
+
+
+
+
+
+/// <summary>
+/// A parser for scss
+/// http://sass-lang.com/documentation/file.SASS_REFERENCE.html
+/// </summary>
+var SCSSParser = /** @class */ (function (_super) {
+    __extends(SCSSParser, _super);
+    function SCSSParser() {
+        return _super.call(this, new _scssScanner__WEBPACK_IMPORTED_MODULE_0__.SCSSScanner()) || this;
+    }
+    SCSSParser.prototype._parseStylesheetStatement = function (isNested) {
+        if (isNested === void 0) { isNested = false; }
+        if (this.peek(_cssScanner__WEBPACK_IMPORTED_MODULE_1__.TokenType.AtKeyword)) {
+            return this._parseWarnAndDebug() // @warn, @debug and @error statements
+                || this._parseControlStatement() // @if, @while, @for, @each
+                || this._parseMixinDeclaration() // @mixin
+                || this._parseMixinContent() // @content
+                || this._parseMixinReference() // @include
+                || this._parseFunctionDeclaration() // @function
+                || this._parseForward() // @forward
+                || this._parseUse() // @use
+                || this._parseRuleset(isNested) // @at-rule
+                || _super.prototype._parseStylesheetAtStatement.call(this, isNested);
+        }
+        return this._parseRuleset(true) || this._parseVariableDeclaration();
+    };
+    SCSSParser.prototype._parseImport = function () {
+        if (!this.peekKeyword('@import')) {
+            return null;
+        }
+        var node = this.create(_cssNodes__WEBPACK_IMPORTED_MODULE_3__.Import);
+        this.consumeToken();
+        if (!node.addChild(this._parseURILiteral()) && !node.addChild(this._parseStringLiteral())) {
+            return this.finish(node, _cssErrors__WEBPACK_IMPORTED_MODULE_5__.ParseError.URIOrStringExpected);
+        }
+        while (this.accept(_cssScanner__WEBPACK_IMPORTED_MODULE_1__.TokenType.Comma)) {
+            if (!node.addChild(this._parseURILiteral()) && !node.addChild(this._parseStringLiteral())) {
+                return this.finish(node, _cssErrors__WEBPACK_IMPORTED_MODULE_5__.ParseError.URIOrStringExpected);
+            }
+        }
+        if (!this.peek(_cssScanner__WEBPACK_IMPORTED_MODULE_1__.TokenType.SemiColon) && !this.peek(_cssScanner__WEBPACK_IMPORTED_MODULE_1__.TokenType.EOF)) {
+            node.setMedialist(this._parseMediaQueryList());
+        }
+        return this.finish(node);
+    };
+    // scss variables: $font-size: 12px;
+    SCSSParser.prototype._parseVariableDeclaration = function (panic) {
+        if (panic === void 0) { panic = []; }
+        if (!this.peek(_scssScanner__WEBPACK_IMPORTED_MODULE_0__.VariableName)) {
+            return null;
+        }
+        var node = this.create(_cssNodes__WEBPACK_IMPORTED_MODULE_3__.VariableDeclaration);
+        if (!node.setVariable(this._parseVariable())) {
+            return null;
+        }
+        if (!this.accept(_cssScanner__WEBPACK_IMPORTED_MODULE_1__.TokenType.Colon)) {
+            return this.finish(node, _cssErrors__WEBPACK_IMPORTED_MODULE_5__.ParseError.ColonExpected);
+        }
+        if (this.prevToken) {
+            node.colonPosition = this.prevToken.offset;
+        }
+        if (!node.setValue(this._parseExpr())) {
+            return this.finish(node, _cssErrors__WEBPACK_IMPORTED_MODULE_5__.ParseError.VariableValueExpected, [], panic);
+        }
+        while (this.peek(_cssScanner__WEBPACK_IMPORTED_MODULE_1__.TokenType.Exclamation)) {
+            if (node.addChild(this._tryParsePrio())) {
+                // !important
+            }
+            else {
+                this.consumeToken();
+                if (!this.peekRegExp(_cssScanner__WEBPACK_IMPORTED_MODULE_1__.TokenType.Ident, /^(default|global)$/)) {
+                    return this.finish(node, _cssErrors__WEBPACK_IMPORTED_MODULE_5__.ParseError.UnknownKeyword);
+                }
+                this.consumeToken();
+            }
+        }
+        if (this.peek(_cssScanner__WEBPACK_IMPORTED_MODULE_1__.TokenType.SemiColon)) {
+            node.semicolonPosition = this.token.offset; // not part of the declaration, but useful information for code assist
+        }
+        return this.finish(node);
+    };
+    SCSSParser.prototype._parseMediaContentStart = function () {
+        return this._parseInterpolation();
+    };
+    SCSSParser.prototype._parseMediaFeatureName = function () {
+        return this._parseModuleMember()
+            || this._parseFunction() // function before ident
+            || this._parseIdent()
+            || this._parseVariable();
+    };
+    SCSSParser.prototype._parseKeyframeSelector = function () {
+        return this._tryParseKeyframeSelector()
+            || this._parseControlStatement(this._parseKeyframeSelector.bind(this))
+            || this._parseVariableDeclaration()
+            || this._parseMixinContent();
+    };
+    SCSSParser.prototype._parseVariable = function () {
+        if (!this.peek(_scssScanner__WEBPACK_IMPORTED_MODULE_0__.VariableName)) {
+            return null;
+        }
+        var node = this.create(_cssNodes__WEBPACK_IMPORTED_MODULE_3__.Variable);
+        this.consumeToken();
+        return node;
+    };
+    SCSSParser.prototype._parseModuleMember = function () {
+        var pos = this.mark();
+        var node = this.create(_cssNodes__WEBPACK_IMPORTED_MODULE_3__.Module);
+        if (!node.setIdentifier(this._parseIdent([_cssNodes__WEBPACK_IMPORTED_MODULE_3__.ReferenceType.Module]))) {
+            return null;
+        }
+        if (this.hasWhitespace()
+            || !this.acceptDelim('.')
+            || this.hasWhitespace()) {
+            this.restoreAtMark(pos);
+            return null;
+        }
+        if (!node.addChild(this._parseVariable() || this._parseFunction())) {
+            return this.finish(node, _cssErrors__WEBPACK_IMPORTED_MODULE_5__.ParseError.IdentifierOrVariableExpected);
+        }
+        return node;
+    };
+    SCSSParser.prototype._parseIdent = function (referenceTypes) {
+        var _this = this;
+        if (!this.peek(_cssScanner__WEBPACK_IMPORTED_MODULE_1__.TokenType.Ident) && !this.peek(_scssScanner__WEBPACK_IMPORTED_MODULE_0__.InterpolationFunction) && !this.peekDelim('-')) {
+            return null;
+        }
+        var node = this.create(_cssNodes__WEBPACK_IMPORTED_MODULE_3__.Identifier);
+        node.referenceTypes = referenceTypes;
+        node.isCustomProperty = this.peekRegExp(_cssScanner__WEBPACK_IMPORTED_MODULE_1__.TokenType.Ident, /^--/);
+        var hasContent = false;
+        var indentInterpolation = function () {
+            var pos = _this.mark();
+            if (_this.acceptDelim('-')) {
+                if (!_this.hasWhitespace()) {
+                    _this.acceptDelim('-');
+                }
+                if (_this.hasWhitespace()) {
+                    _this.restoreAtMark(pos);
+                    return null;
+                }
+            }
+            return _this._parseInterpolation();
+        };
+        while (this.accept(_cssScanner__WEBPACK_IMPORTED_MODULE_1__.TokenType.Ident) || node.addChild(indentInterpolation()) || (hasContent && this.acceptRegexp(/^[\w-]/))) {
+            hasContent = true;
+            if (this.hasWhitespace()) {
+                break;
+            }
+        }
+        return hasContent ? this.finish(node) : null;
+    };
+    SCSSParser.prototype._parseTermExpression = function () {
+        return this._parseModuleMember() ||
+            this._parseVariable() ||
+            this._parseSelectorCombinator() ||
+            //this._tryParsePrio() ||
+            _super.prototype._parseTermExpression.call(this);
+    };
+    SCSSParser.prototype._parseInterpolation = function () {
+        if (this.peek(_scssScanner__WEBPACK_IMPORTED_MODULE_0__.InterpolationFunction)) {
+            var node = this.create(_cssNodes__WEBPACK_IMPORTED_MODULE_3__.Interpolation);
+            this.consumeToken();
+            if (!node.addChild(this._parseExpr()) && !this._parseSelectorCombinator()) {
+                if (this.accept(_cssScanner__WEBPACK_IMPORTED_MODULE_1__.TokenType.CurlyR)) {
+                    return this.finish(node);
+                }
+                return this.finish(node, _cssErrors__WEBPACK_IMPORTED_MODULE_5__.ParseError.ExpressionExpected);
+            }
+            if (!this.accept(_cssScanner__WEBPACK_IMPORTED_MODULE_1__.TokenType.CurlyR)) {
+                return this.finish(node, _cssErrors__WEBPACK_IMPORTED_MODULE_5__.ParseError.RightCurlyExpected);
+            }
+            return this.finish(node);
+        }
+        return null;
+    };
+    SCSSParser.prototype._parseOperator = function () {
+        if (this.peek(_scssScanner__WEBPACK_IMPORTED_MODULE_0__.EqualsOperator) || this.peek(_scssScanner__WEBPACK_IMPORTED_MODULE_0__.NotEqualsOperator)
+            || this.peek(_scssScanner__WEBPACK_IMPORTED_MODULE_0__.GreaterEqualsOperator) || this.peek(_scssScanner__WEBPACK_IMPORTED_MODULE_0__.SmallerEqualsOperator)
+            || this.peekDelim('>') || this.peekDelim('<')
+            || this.peekIdent('and') || this.peekIdent('or')
+            || this.peekDelim('%')) {
+            var node = this.createNode(_cssNodes__WEBPACK_IMPORTED_MODULE_3__.NodeType.Operator);
+            this.consumeToken();
+            return this.finish(node);
+        }
+        return _super.prototype._parseOperator.call(this);
+    };
+    SCSSParser.prototype._parseUnaryOperator = function () {
+        if (this.peekIdent('not')) {
+            var node = this.create(_cssNodes__WEBPACK_IMPORTED_MODULE_3__.Node);
+            this.consumeToken();
+            return this.finish(node);
+        }
+        return _super.prototype._parseUnaryOperator.call(this);
+    };
+    SCSSParser.prototype._parseRuleSetDeclaration = function () {
+        if (this.peek(_cssScanner__WEBPACK_IMPORTED_MODULE_1__.TokenType.AtKeyword)) {
+            return this._parseKeyframe() // nested @keyframe
+                || this._parseImport() // nested @import
+                || this._parseMedia(true) // nested @media
+                || this._parseFontFace() // nested @font-face
+                || this._parseWarnAndDebug() // @warn, @debug and @error statements
+                || this._parseControlStatement() // @if, @while, @for, @each
+                || this._parseFunctionDeclaration() // @function
+                || this._parseExtends() // @extends
+                || this._parseMixinReference() // @include
+                || this._parseMixinContent() // @content
+                || this._parseMixinDeclaration() // nested @mixin
+                || this._parseRuleset(true) // @at-rule
+                || this._parseSupports(true) // @supports
+                || _super.prototype._parseRuleSetDeclarationAtStatement.call(this);
+        }
+        return this._parseVariableDeclaration() // variable declaration
+            || this._tryParseRuleset(true) // nested ruleset
+            || _super.prototype._parseRuleSetDeclaration.call(this); // try css ruleset declaration as last so in the error case, the ast will contain a declaration
+    };
+    SCSSParser.prototype._parseDeclaration = function (resyncStopTokens) {
+        var node = this.create(_cssNodes__WEBPACK_IMPORTED_MODULE_3__.Declaration);
+        if (!node.setProperty(this._parseProperty())) {
+            return null;
+        }
+        if (!this.accept(_cssScanner__WEBPACK_IMPORTED_MODULE_1__.TokenType.Colon)) {
+            return this.finish(node, _cssErrors__WEBPACK_IMPORTED_MODULE_5__.ParseError.ColonExpected, [_cssScanner__WEBPACK_IMPORTED_MODULE_1__.TokenType.Colon], resyncStopTokens);
+        }
+        if (this.prevToken) {
+            node.colonPosition = this.prevToken.offset;
+        }
+        var hasContent = false;
+        if (node.setValue(this._parseExpr())) {
+            hasContent = true;
+            node.addChild(this._parsePrio());
+        }
+        if (this.peek(_cssScanner__WEBPACK_IMPORTED_MODULE_1__.TokenType.CurlyL)) {
+            node.setNestedProperties(this._parseNestedProperties());
+        }
+        else {
+            if (!hasContent) {
+                return this.finish(node, _cssErrors__WEBPACK_IMPORTED_MODULE_5__.ParseError.PropertyValueExpected);
+            }
+        }
+        if (this.peek(_cssScanner__WEBPACK_IMPORTED_MODULE_1__.TokenType.SemiColon)) {
+            node.semicolonPosition = this.token.offset; // not part of the declaration, but useful information for code assist
+        }
+        return this.finish(node);
+    };
+    SCSSParser.prototype._parseNestedProperties = function () {
+        var node = this.create(_cssNodes__WEBPACK_IMPORTED_MODULE_3__.NestedProperties);
+        return this._parseBody(node, this._parseDeclaration.bind(this));
+    };
+    SCSSParser.prototype._parseExtends = function () {
+        if (this.peekKeyword('@extend')) {
+            var node = this.create(_cssNodes__WEBPACK_IMPORTED_MODULE_3__.ExtendsReference);
+            this.consumeToken();
+            if (!node.getSelectors().addChild(this._parseSimpleSelector())) {
+                return this.finish(node, _cssErrors__WEBPACK_IMPORTED_MODULE_5__.ParseError.SelectorExpected);
+            }
+            while (this.accept(_cssScanner__WEBPACK_IMPORTED_MODULE_1__.TokenType.Comma)) {
+                node.getSelectors().addChild(this._parseSimpleSelector());
+            }
+            if (this.accept(_cssScanner__WEBPACK_IMPORTED_MODULE_1__.TokenType.Exclamation)) {
+                if (!this.acceptIdent('optional')) {
+                    return this.finish(node, _cssErrors__WEBPACK_IMPORTED_MODULE_5__.ParseError.UnknownKeyword);
+                }
+            }
+            return this.finish(node);
+        }
+        return null;
+    };
+    SCSSParser.prototype._parseSimpleSelectorBody = function () {
+        return this._parseSelectorCombinator() || this._parseSelectorPlaceholder() || _super.prototype._parseSimpleSelectorBody.call(this);
+    };
+    SCSSParser.prototype._parseSelectorCombinator = function () {
+        if (this.peekDelim('&')) {
+            var node = this.createNode(_cssNodes__WEBPACK_IMPORTED_MODULE_3__.NodeType.SelectorCombinator);
+            this.consumeToken();
+            while (!this.hasWhitespace() && (this.acceptDelim('-') || this.accept(_cssScanner__WEBPACK_IMPORTED_MODULE_1__.TokenType.Num) || this.accept(_cssScanner__WEBPACK_IMPORTED_MODULE_1__.TokenType.Dimension) || node.addChild(this._parseIdent()) || this.acceptDelim('&'))) {
+                //  support &-foo-1
+            }
+            return this.finish(node);
+        }
+        return null;
+    };
+    SCSSParser.prototype._parseSelectorPlaceholder = function () {
+        if (this.peekDelim('%')) {
+            var node = this.createNode(_cssNodes__WEBPACK_IMPORTED_MODULE_3__.NodeType.SelectorPlaceholder);
+            this.consumeToken();
+            this._parseIdent();
+            return this.finish(node);
+        }
+        else if (this.peekKeyword('@at-root')) {
+            var node = this.createNode(_cssNodes__WEBPACK_IMPORTED_MODULE_3__.NodeType.SelectorPlaceholder);
+            this.consumeToken();
+            return this.finish(node);
+        }
+        return null;
+    };
+    SCSSParser.prototype._parseElementName = function () {
+        var pos = this.mark();
+        var node = _super.prototype._parseElementName.call(this);
+        if (node && !this.hasWhitespace() && this.peek(_cssScanner__WEBPACK_IMPORTED_MODULE_1__.TokenType.ParenthesisL)) { // for #49589
+            this.restoreAtMark(pos);
+            return null;
+        }
+        return node;
+    };
+    SCSSParser.prototype._tryParsePseudoIdentifier = function () {
+        return this._parseInterpolation() || _super.prototype._tryParsePseudoIdentifier.call(this); // for #49589
+    };
+    SCSSParser.prototype._parseWarnAndDebug = function () {
+        if (!this.peekKeyword('@debug')
+            && !this.peekKeyword('@warn')
+            && !this.peekKeyword('@error')) {
+            return null;
+        }
+        var node = this.createNode(_cssNodes__WEBPACK_IMPORTED_MODULE_3__.NodeType.Debug);
+        this.consumeToken(); // @debug, @warn or @error
+        node.addChild(this._parseExpr()); // optional
+        return this.finish(node);
+    };
+    SCSSParser.prototype._parseControlStatement = function (parseStatement) {
+        if (parseStatement === void 0) { parseStatement = this._parseRuleSetDeclaration.bind(this); }
+        if (!this.peek(_cssScanner__WEBPACK_IMPORTED_MODULE_1__.TokenType.AtKeyword)) {
+            return null;
+        }
+        return this._parseIfStatement(parseStatement) || this._parseForStatement(parseStatement)
+            || this._parseEachStatement(parseStatement) || this._parseWhileStatement(parseStatement);
+    };
+    SCSSParser.prototype._parseIfStatement = function (parseStatement) {
+        if (!this.peekKeyword('@if')) {
+            return null;
+        }
+        return this._internalParseIfStatement(parseStatement);
+    };
+    SCSSParser.prototype._internalParseIfStatement = function (parseStatement) {
+        var node = this.create(_cssNodes__WEBPACK_IMPORTED_MODULE_3__.IfStatement);
+        this.consumeToken(); // @if or if
+        if (!node.setExpression(this._parseExpr(true))) {
+            return this.finish(node, _cssErrors__WEBPACK_IMPORTED_MODULE_5__.ParseError.ExpressionExpected);
+        }
+        this._parseBody(node, parseStatement);
+        if (this.acceptKeyword('@else')) {
+            if (this.peekIdent('if')) {
+                node.setElseClause(this._internalParseIfStatement(parseStatement));
+            }
+            else if (this.peek(_cssScanner__WEBPACK_IMPORTED_MODULE_1__.TokenType.CurlyL)) {
+                var elseNode = this.create(_cssNodes__WEBPACK_IMPORTED_MODULE_3__.ElseStatement);
+                this._parseBody(elseNode, parseStatement);
+                node.setElseClause(elseNode);
+            }
+        }
+        return this.finish(node);
+    };
+    SCSSParser.prototype._parseForStatement = function (parseStatement) {
+        if (!this.peekKeyword('@for')) {
+            return null;
+        }
+        var node = this.create(_cssNodes__WEBPACK_IMPORTED_MODULE_3__.ForStatement);
+        this.consumeToken(); // @for
+        if (!node.setVariable(this._parseVariable())) {
+            return this.finish(node, _cssErrors__WEBPACK_IMPORTED_MODULE_5__.ParseError.VariableNameExpected, [_cssScanner__WEBPACK_IMPORTED_MODULE_1__.TokenType.CurlyR]);
+        }
+        if (!this.acceptIdent('from')) {
+            return this.finish(node, _scssErrors__WEBPACK_IMPORTED_MODULE_4__.SCSSParseError.FromExpected, [_cssScanner__WEBPACK_IMPORTED_MODULE_1__.TokenType.CurlyR]);
+        }
+        if (!node.addChild(this._parseBinaryExpr())) {
+            return this.finish(node, _cssErrors__WEBPACK_IMPORTED_MODULE_5__.ParseError.ExpressionExpected, [_cssScanner__WEBPACK_IMPORTED_MODULE_1__.TokenType.CurlyR]);
+        }
+        if (!this.acceptIdent('to') && !this.acceptIdent('through')) {
+            return this.finish(node, _scssErrors__WEBPACK_IMPORTED_MODULE_4__.SCSSParseError.ThroughOrToExpected, [_cssScanner__WEBPACK_IMPORTED_MODULE_1__.TokenType.CurlyR]);
+        }
+        if (!node.addChild(this._parseBinaryExpr())) {
+            return this.finish(node, _cssErrors__WEBPACK_IMPORTED_MODULE_5__.ParseError.ExpressionExpected, [_cssScanner__WEBPACK_IMPORTED_MODULE_1__.TokenType.CurlyR]);
+        }
+        return this._parseBody(node, parseStatement);
+    };
+    SCSSParser.prototype._parseEachStatement = function (parseStatement) {
+        if (!this.peekKeyword('@each')) {
+            return null;
+        }
+        var node = this.create(_cssNodes__WEBPACK_IMPORTED_MODULE_3__.EachStatement);
+        this.consumeToken(); // @each
+        var variables = node.getVariables();
+        if (!variables.addChild(this._parseVariable())) {
+            return this.finish(node, _cssErrors__WEBPACK_IMPORTED_MODULE_5__.ParseError.VariableNameExpected, [_cssScanner__WEBPACK_IMPORTED_MODULE_1__.TokenType.CurlyR]);
+        }
+        while (this.accept(_cssScanner__WEBPACK_IMPORTED_MODULE_1__.TokenType.Comma)) {
+            if (!variables.addChild(this._parseVariable())) {
+                return this.finish(node, _cssErrors__WEBPACK_IMPORTED_MODULE_5__.ParseError.VariableNameExpected, [_cssScanner__WEBPACK_IMPORTED_MODULE_1__.TokenType.CurlyR]);
+            }
+        }
+        this.finish(variables);
+        if (!this.acceptIdent('in')) {
+            return this.finish(node, _scssErrors__WEBPACK_IMPORTED_MODULE_4__.SCSSParseError.InExpected, [_cssScanner__WEBPACK_IMPORTED_MODULE_1__.TokenType.CurlyR]);
+        }
+        if (!node.addChild(this._parseExpr())) {
+            return this.finish(node, _cssErrors__WEBPACK_IMPORTED_MODULE_5__.ParseError.ExpressionExpected, [_cssScanner__WEBPACK_IMPORTED_MODULE_1__.TokenType.CurlyR]);
+        }
+        return this._parseBody(node, parseStatement);
+    };
+    SCSSParser.prototype._parseWhileStatement = function (parseStatement) {
+        if (!this.peekKeyword('@while')) {
+            return null;
+        }
+        var node = this.create(_cssNodes__WEBPACK_IMPORTED_MODULE_3__.WhileStatement);
+        this.consumeToken(); // @while
+        if (!node.addChild(this._parseBinaryExpr())) {
+            return this.finish(node, _cssErrors__WEBPACK_IMPORTED_MODULE_5__.ParseError.ExpressionExpected, [_cssScanner__WEBPACK_IMPORTED_MODULE_1__.TokenType.CurlyR]);
+        }
+        return this._parseBody(node, parseStatement);
+    };
+    SCSSParser.prototype._parseFunctionBodyDeclaration = function () {
+        return this._parseVariableDeclaration() || this._parseReturnStatement() || this._parseWarnAndDebug()
+            || this._parseControlStatement(this._parseFunctionBodyDeclaration.bind(this));
+    };
+    SCSSParser.prototype._parseFunctionDeclaration = function () {
+        if (!this.peekKeyword('@function')) {
+            return null;
+        }
+        var node = this.create(_cssNodes__WEBPACK_IMPORTED_MODULE_3__.FunctionDeclaration);
+        this.consumeToken(); // @function
+        if (!node.setIdentifier(this._parseIdent([_cssNodes__WEBPACK_IMPORTED_MODULE_3__.ReferenceType.Function]))) {
+            return this.finish(node, _cssErrors__WEBPACK_IMPORTED_MODULE_5__.ParseError.IdentifierExpected, [_cssScanner__WEBPACK_IMPORTED_MODULE_1__.TokenType.CurlyR]);
+        }
+        if (!this.accept(_cssScanner__WEBPACK_IMPORTED_MODULE_1__.TokenType.ParenthesisL)) {
+            return this.finish(node, _cssErrors__WEBPACK_IMPORTED_MODULE_5__.ParseError.LeftParenthesisExpected, [_cssScanner__WEBPACK_IMPORTED_MODULE_1__.TokenType.CurlyR]);
+        }
+        if (node.getParameters().addChild(this._parseParameterDeclaration())) {
+            while (this.accept(_cssScanner__WEBPACK_IMPORTED_MODULE_1__.TokenType.Comma)) {
+                if (this.peek(_cssScanner__WEBPACK_IMPORTED_MODULE_1__.TokenType.ParenthesisR)) {
+                    break;
+                }
+                if (!node.getParameters().addChild(this._parseParameterDeclaration())) {
+                    return this.finish(node, _cssErrors__WEBPACK_IMPORTED_MODULE_5__.ParseError.VariableNameExpected);
+                }
+            }
+        }
+        if (!this.accept(_cssScanner__WEBPACK_IMPORTED_MODULE_1__.TokenType.ParenthesisR)) {
+            return this.finish(node, _cssErrors__WEBPACK_IMPORTED_MODULE_5__.ParseError.RightParenthesisExpected, [_cssScanner__WEBPACK_IMPORTED_MODULE_1__.TokenType.CurlyR]);
+        }
+        return this._parseBody(node, this._parseFunctionBodyDeclaration.bind(this));
+    };
+    SCSSParser.prototype._parseReturnStatement = function () {
+        if (!this.peekKeyword('@return')) {
+            return null;
+        }
+        var node = this.createNode(_cssNodes__WEBPACK_IMPORTED_MODULE_3__.NodeType.ReturnStatement);
+        this.consumeToken(); // @function
+        if (!node.addChild(this._parseExpr())) {
+            return this.finish(node, _cssErrors__WEBPACK_IMPORTED_MODULE_5__.ParseError.ExpressionExpected);
+        }
+        return this.finish(node);
+    };
+    SCSSParser.prototype._parseMixinDeclaration = function () {
+        if (!this.peekKeyword('@mixin')) {
+            return null;
+        }
+        var node = this.create(_cssNodes__WEBPACK_IMPORTED_MODULE_3__.MixinDeclaration);
+        this.consumeToken();
+        if (!node.setIdentifier(this._parseIdent([_cssNodes__WEBPACK_IMPORTED_MODULE_3__.ReferenceType.Mixin]))) {
+            return this.finish(node, _cssErrors__WEBPACK_IMPORTED_MODULE_5__.ParseError.IdentifierExpected, [_cssScanner__WEBPACK_IMPORTED_MODULE_1__.TokenType.CurlyR]);
+        }
+        if (this.accept(_cssScanner__WEBPACK_IMPORTED_MODULE_1__.TokenType.ParenthesisL)) {
+            if (node.getParameters().addChild(this._parseParameterDeclaration())) {
+                while (this.accept(_cssScanner__WEBPACK_IMPORTED_MODULE_1__.TokenType.Comma)) {
+                    if (this.peek(_cssScanner__WEBPACK_IMPORTED_MODULE_1__.TokenType.ParenthesisR)) {
+                        break;
+                    }
+                    if (!node.getParameters().addChild(this._parseParameterDeclaration())) {
+                        return this.finish(node, _cssErrors__WEBPACK_IMPORTED_MODULE_5__.ParseError.VariableNameExpected);
+                    }
+                }
+            }
+            if (!this.accept(_cssScanner__WEBPACK_IMPORTED_MODULE_1__.TokenType.ParenthesisR)) {
+                return this.finish(node, _cssErrors__WEBPACK_IMPORTED_MODULE_5__.ParseError.RightParenthesisExpected, [_cssScanner__WEBPACK_IMPORTED_MODULE_1__.TokenType.CurlyR]);
+            }
+        }
+        return this._parseBody(node, this._parseRuleSetDeclaration.bind(this));
+    };
+    SCSSParser.prototype._parseParameterDeclaration = function () {
+        var node = this.create(_cssNodes__WEBPACK_IMPORTED_MODULE_3__.FunctionParameter);
+        if (!node.setIdentifier(this._parseVariable())) {
+            return null;
+        }
+        if (this.accept(_scssScanner__WEBPACK_IMPORTED_MODULE_0__.Ellipsis)) {
+            // ok
+        }
+        if (this.accept(_cssScanner__WEBPACK_IMPORTED_MODULE_1__.TokenType.Colon)) {
+            if (!node.setDefaultValue(this._parseExpr(true))) {
+                return this.finish(node, _cssErrors__WEBPACK_IMPORTED_MODULE_5__.ParseError.VariableValueExpected, [], [_cssScanner__WEBPACK_IMPORTED_MODULE_1__.TokenType.Comma, _cssScanner__WEBPACK_IMPORTED_MODULE_1__.TokenType.ParenthesisR]);
+            }
+        }
+        return this.finish(node);
+    };
+    SCSSParser.prototype._parseMixinContent = function () {
+        if (!this.peekKeyword('@content')) {
+            return null;
+        }
+        var node = this.create(_cssNodes__WEBPACK_IMPORTED_MODULE_3__.MixinContentReference);
+        this.consumeToken();
+        if (this.accept(_cssScanner__WEBPACK_IMPORTED_MODULE_1__.TokenType.ParenthesisL)) {
+            if (node.getArguments().addChild(this._parseFunctionArgument())) {
+                while (this.accept(_cssScanner__WEBPACK_IMPORTED_MODULE_1__.TokenType.Comma)) {
+                    if (this.peek(_cssScanner__WEBPACK_IMPORTED_MODULE_1__.TokenType.ParenthesisR)) {
+                        break;
+                    }
+                    if (!node.getArguments().addChild(this._parseFunctionArgument())) {
+                        return this.finish(node, _cssErrors__WEBPACK_IMPORTED_MODULE_5__.ParseError.ExpressionExpected);
+                    }
+                }
+            }
+            if (!this.accept(_cssScanner__WEBPACK_IMPORTED_MODULE_1__.TokenType.ParenthesisR)) {
+                return this.finish(node, _cssErrors__WEBPACK_IMPORTED_MODULE_5__.ParseError.RightParenthesisExpected);
+            }
+        }
+        return this.finish(node);
+    };
+    SCSSParser.prototype._parseMixinReference = function () {
+        if (!this.peekKeyword('@include')) {
+            return null;
+        }
+        var node = this.create(_cssNodes__WEBPACK_IMPORTED_MODULE_3__.MixinReference);
+        this.consumeToken();
+        // Could be module or mixin identifier, set as mixin as default.
+        var firstIdent = this._parseIdent([_cssNodes__WEBPACK_IMPORTED_MODULE_3__.ReferenceType.Mixin]);
+        if (!node.setIdentifier(firstIdent)) {
+            return this.finish(node, _cssErrors__WEBPACK_IMPORTED_MODULE_5__.ParseError.IdentifierExpected, [_cssScanner__WEBPACK_IMPORTED_MODULE_1__.TokenType.CurlyR]);
+        }
+        // Is a module accessor.
+        if (!this.hasWhitespace() && this.acceptDelim('.') && !this.hasWhitespace()) {
+            var secondIdent = this._parseIdent([_cssNodes__WEBPACK_IMPORTED_MODULE_3__.ReferenceType.Mixin]);
+            if (!secondIdent) {
+                return this.finish(node, _cssErrors__WEBPACK_IMPORTED_MODULE_5__.ParseError.IdentifierExpected, [_cssScanner__WEBPACK_IMPORTED_MODULE_1__.TokenType.CurlyR]);
+            }
+            var moduleToken = this.create(_cssNodes__WEBPACK_IMPORTED_MODULE_3__.Module);
+            // Re-purpose first matched ident as identifier for module token.
+            firstIdent.referenceTypes = [_cssNodes__WEBPACK_IMPORTED_MODULE_3__.ReferenceType.Module];
+            moduleToken.setIdentifier(firstIdent);
+            // Override identifier with second ident.
+            node.setIdentifier(secondIdent);
+            node.addChild(moduleToken);
+        }
+        if (this.accept(_cssScanner__WEBPACK_IMPORTED_MODULE_1__.TokenType.ParenthesisL)) {
+            if (node.getArguments().addChild(this._parseFunctionArgument())) {
+                while (this.accept(_cssScanner__WEBPACK_IMPORTED_MODULE_1__.TokenType.Comma)) {
+                    if (this.peek(_cssScanner__WEBPACK_IMPORTED_MODULE_1__.TokenType.ParenthesisR)) {
+                        break;
+                    }
+                    if (!node.getArguments().addChild(this._parseFunctionArgument())) {
+                        return this.finish(node, _cssErrors__WEBPACK_IMPORTED_MODULE_5__.ParseError.ExpressionExpected);
+                    }
+                }
+            }
+            if (!this.accept(_cssScanner__WEBPACK_IMPORTED_MODULE_1__.TokenType.ParenthesisR)) {
+                return this.finish(node, _cssErrors__WEBPACK_IMPORTED_MODULE_5__.ParseError.RightParenthesisExpected);
+            }
+        }
+        if (this.peekIdent('using') || this.peek(_cssScanner__WEBPACK_IMPORTED_MODULE_1__.TokenType.CurlyL)) {
+            node.setContent(this._parseMixinContentDeclaration());
+        }
+        return this.finish(node);
+    };
+    SCSSParser.prototype._parseMixinContentDeclaration = function () {
+        var node = this.create(_cssNodes__WEBPACK_IMPORTED_MODULE_3__.MixinContentDeclaration);
+        if (this.acceptIdent('using')) {
+            if (!this.accept(_cssScanner__WEBPACK_IMPORTED_MODULE_1__.TokenType.ParenthesisL)) {
+                return this.finish(node, _cssErrors__WEBPACK_IMPORTED_MODULE_5__.ParseError.LeftParenthesisExpected, [_cssScanner__WEBPACK_IMPORTED_MODULE_1__.TokenType.CurlyL]);
+            }
+            if (node.getParameters().addChild(this._parseParameterDeclaration())) {
+                while (this.accept(_cssScanner__WEBPACK_IMPORTED_MODULE_1__.TokenType.Comma)) {
+                    if (this.peek(_cssScanner__WEBPACK_IMPORTED_MODULE_1__.TokenType.ParenthesisR)) {
+                        break;
+                    }
+                    if (!node.getParameters().addChild(this._parseParameterDeclaration())) {
+                        return this.finish(node, _cssErrors__WEBPACK_IMPORTED_MODULE_5__.ParseError.VariableNameExpected);
+                    }
+                }
+            }
+            if (!this.accept(_cssScanner__WEBPACK_IMPORTED_MODULE_1__.TokenType.ParenthesisR)) {
+                return this.finish(node, _cssErrors__WEBPACK_IMPORTED_MODULE_5__.ParseError.RightParenthesisExpected, [_cssScanner__WEBPACK_IMPORTED_MODULE_1__.TokenType.CurlyL]);
+            }
+        }
+        if (this.peek(_cssScanner__WEBPACK_IMPORTED_MODULE_1__.TokenType.CurlyL)) {
+            this._parseBody(node, this._parseMixinReferenceBodyStatement.bind(this));
+        }
+        return this.finish(node);
+    };
+    SCSSParser.prototype._parseMixinReferenceBodyStatement = function () {
+        return this._tryParseKeyframeSelector() || this._parseRuleSetDeclaration();
+    };
+    SCSSParser.prototype._parseFunctionArgument = function () {
+        // [variableName ':'] expression | variableName '...'
+        var node = this.create(_cssNodes__WEBPACK_IMPORTED_MODULE_3__.FunctionArgument);
+        var pos = this.mark();
+        var argument = this._parseVariable();
+        if (argument) {
+            if (!this.accept(_cssScanner__WEBPACK_IMPORTED_MODULE_1__.TokenType.Colon)) {
+                if (this.accept(_scssScanner__WEBPACK_IMPORTED_MODULE_0__.Ellipsis)) { // optional
+                    node.setValue(argument);
+                    return this.finish(node);
+                }
+                else {
+                    this.restoreAtMark(pos);
+                }
+            }
+            else {
+                node.setIdentifier(argument);
+            }
+        }
+        if (node.setValue(this._parseExpr(true))) {
+            this.accept(_scssScanner__WEBPACK_IMPORTED_MODULE_0__.Ellipsis); // #43746
+            node.addChild(this._parsePrio()); // #9859
+            return this.finish(node);
+        }
+        else if (node.setValue(this._tryParsePrio())) {
+            return this.finish(node);
+        }
+        return null;
+    };
+    SCSSParser.prototype._parseURLArgument = function () {
+        var pos = this.mark();
+        var node = _super.prototype._parseURLArgument.call(this);
+        if (!node || !this.peek(_cssScanner__WEBPACK_IMPORTED_MODULE_1__.TokenType.ParenthesisR)) {
+            this.restoreAtMark(pos);
+            var node_1 = this.create(_cssNodes__WEBPACK_IMPORTED_MODULE_3__.Node);
+            node_1.addChild(this._parseBinaryExpr());
+            return this.finish(node_1);
+        }
+        return node;
+    };
+    SCSSParser.prototype._parseOperation = function () {
+        if (!this.peek(_cssScanner__WEBPACK_IMPORTED_MODULE_1__.TokenType.ParenthesisL)) {
+            return null;
+        }
+        var node = this.create(_cssNodes__WEBPACK_IMPORTED_MODULE_3__.Node);
+        this.consumeToken();
+        while (node.addChild(this._parseListElement())) {
+            this.accept(_cssScanner__WEBPACK_IMPORTED_MODULE_1__.TokenType.Comma); // optional
+        }
+        if (!this.accept(_cssScanner__WEBPACK_IMPORTED_MODULE_1__.TokenType.ParenthesisR)) {
+            return this.finish(node, _cssErrors__WEBPACK_IMPORTED_MODULE_5__.ParseError.RightParenthesisExpected);
+        }
+        return this.finish(node);
+    };
+    SCSSParser.prototype._parseListElement = function () {
+        var node = this.create(_cssNodes__WEBPACK_IMPORTED_MODULE_3__.ListEntry);
+        var child = this._parseBinaryExpr();
+        if (!child) {
+            return null;
+        }
+        if (this.accept(_cssScanner__WEBPACK_IMPORTED_MODULE_1__.TokenType.Colon)) {
+            node.setKey(child);
+            if (!node.setValue(this._parseBinaryExpr())) {
+                return this.finish(node, _cssErrors__WEBPACK_IMPORTED_MODULE_5__.ParseError.ExpressionExpected);
+            }
+        }
+        else {
+            node.setValue(child);
+        }
+        return this.finish(node);
+    };
+    SCSSParser.prototype._parseUse = function () {
+        if (!this.peekKeyword('@use')) {
+            return null;
+        }
+        var node = this.create(_cssNodes__WEBPACK_IMPORTED_MODULE_3__.Use);
+        this.consumeToken(); // @use
+        if (!node.addChild(this._parseStringLiteral())) {
+            return this.finish(node, _cssErrors__WEBPACK_IMPORTED_MODULE_5__.ParseError.StringLiteralExpected);
+        }
+        if (!this.peek(_cssScanner__WEBPACK_IMPORTED_MODULE_1__.TokenType.SemiColon) && !this.peek(_cssScanner__WEBPACK_IMPORTED_MODULE_1__.TokenType.EOF)) {
+            if (!this.peekRegExp(_cssScanner__WEBPACK_IMPORTED_MODULE_1__.TokenType.Ident, /as|with/)) {
+                return this.finish(node, _cssErrors__WEBPACK_IMPORTED_MODULE_5__.ParseError.UnknownKeyword);
+            }
+            if (this.acceptIdent('as') &&
+                (!node.setIdentifier(this._parseIdent([_cssNodes__WEBPACK_IMPORTED_MODULE_3__.ReferenceType.Module])) && !this.acceptDelim('*'))) {
+                return this.finish(node, _cssErrors__WEBPACK_IMPORTED_MODULE_5__.ParseError.IdentifierOrWildcardExpected);
+            }
+            if (this.acceptIdent('with')) {
+                if (!this.accept(_cssScanner__WEBPACK_IMPORTED_MODULE_1__.TokenType.ParenthesisL)) {
+                    return this.finish(node, _cssErrors__WEBPACK_IMPORTED_MODULE_5__.ParseError.LeftParenthesisExpected, [_cssScanner__WEBPACK_IMPORTED_MODULE_1__.TokenType.ParenthesisR]);
+                }
+                // First variable statement, no comma.
+                if (!node.getParameters().addChild(this._parseModuleConfigDeclaration())) {
+                    return this.finish(node, _cssErrors__WEBPACK_IMPORTED_MODULE_5__.ParseError.VariableNameExpected);
+                }
+                while (this.accept(_cssScanner__WEBPACK_IMPORTED_MODULE_1__.TokenType.Comma)) {
+                    if (this.peek(_cssScanner__WEBPACK_IMPORTED_MODULE_1__.TokenType.ParenthesisR)) {
+                        break;
+                    }
+                    if (!node.getParameters().addChild(this._parseModuleConfigDeclaration())) {
+                        return this.finish(node, _cssErrors__WEBPACK_IMPORTED_MODULE_5__.ParseError.VariableNameExpected);
+                    }
+                }
+                if (!this.accept(_cssScanner__WEBPACK_IMPORTED_MODULE_1__.TokenType.ParenthesisR)) {
+                    return this.finish(node, _cssErrors__WEBPACK_IMPORTED_MODULE_5__.ParseError.RightParenthesisExpected);
+                }
+            }
+        }
+        if (!this.accept(_cssScanner__WEBPACK_IMPORTED_MODULE_1__.TokenType.SemiColon) && !this.accept(_cssScanner__WEBPACK_IMPORTED_MODULE_1__.TokenType.EOF)) {
+            return this.finish(node, _cssErrors__WEBPACK_IMPORTED_MODULE_5__.ParseError.SemiColonExpected);
+        }
+        return this.finish(node);
+    };
+    SCSSParser.prototype._parseModuleConfigDeclaration = function () {
+        var node = this.create(_cssNodes__WEBPACK_IMPORTED_MODULE_3__.ModuleConfiguration);
+        if (!node.setIdentifier(this._parseVariable())) {
+            return null;
+        }
+        if (!this.accept(_cssScanner__WEBPACK_IMPORTED_MODULE_1__.TokenType.Colon) || !node.setValue(this._parseExpr(true))) {
+            return this.finish(node, _cssErrors__WEBPACK_IMPORTED_MODULE_5__.ParseError.VariableValueExpected, [], [_cssScanner__WEBPACK_IMPORTED_MODULE_1__.TokenType.Comma, _cssScanner__WEBPACK_IMPORTED_MODULE_1__.TokenType.ParenthesisR]);
+        }
+        return this.finish(node);
+    };
+    SCSSParser.prototype._parseForward = function () {
+        if (!this.peekKeyword('@forward')) {
+            return null;
+        }
+        var node = this.create(_cssNodes__WEBPACK_IMPORTED_MODULE_3__.Forward);
+        this.consumeToken();
+        if (!node.addChild(this._parseStringLiteral())) {
+            return this.finish(node, _cssErrors__WEBPACK_IMPORTED_MODULE_5__.ParseError.StringLiteralExpected);
+        }
+        if (!this.peek(_cssScanner__WEBPACK_IMPORTED_MODULE_1__.TokenType.SemiColon) && !this.peek(_cssScanner__WEBPACK_IMPORTED_MODULE_1__.TokenType.EOF)) {
+            if (!this.peekRegExp(_cssScanner__WEBPACK_IMPORTED_MODULE_1__.TokenType.Ident, /as|hide|show/)) {
+                return this.finish(node, _cssErrors__WEBPACK_IMPORTED_MODULE_5__.ParseError.UnknownKeyword);
+            }
+            if (this.acceptIdent('as')) {
+                var identifier = this._parseIdent([_cssNodes__WEBPACK_IMPORTED_MODULE_3__.ReferenceType.Forward]);
+                if (!node.setIdentifier(identifier)) {
+                    return this.finish(node, _cssErrors__WEBPACK_IMPORTED_MODULE_5__.ParseError.IdentifierExpected);
+                }
+                // Wildcard must be the next character after the identifier string.
+                if (this.hasWhitespace() || !this.acceptDelim('*')) {
+                    return this.finish(node, _cssErrors__WEBPACK_IMPORTED_MODULE_5__.ParseError.WildcardExpected);
+                }
+            }
+            if (this.peekIdent('hide') || this.peekIdent('show')) {
+                if (!node.addChild(this._parseForwardVisibility())) {
+                    return this.finish(node, _cssErrors__WEBPACK_IMPORTED_MODULE_5__.ParseError.IdentifierOrVariableExpected);
+                }
+            }
+        }
+        if (!this.accept(_cssScanner__WEBPACK_IMPORTED_MODULE_1__.TokenType.SemiColon) && !this.accept(_cssScanner__WEBPACK_IMPORTED_MODULE_1__.TokenType.EOF)) {
+            return this.finish(node, _cssErrors__WEBPACK_IMPORTED_MODULE_5__.ParseError.SemiColonExpected);
+        }
+        return this.finish(node);
+    };
+    SCSSParser.prototype._parseForwardVisibility = function () {
+        var node = this.create(_cssNodes__WEBPACK_IMPORTED_MODULE_3__.ForwardVisibility);
+        // Assume to be "hide" or "show".
+        node.setIdentifier(this._parseIdent());
+        while (node.addChild(this._parseVariable() || this._parseIdent())) {
+            // Consume all variables and idents ahead.
+        }
+        // More than just identifier 
+        return node.getChildren().length > 1 ? node : null;
+    };
+    SCSSParser.prototype._parseSupportsCondition = function () {
+        return this._parseInterpolation() || _super.prototype._parseSupportsCondition.call(this);
+    };
+    return SCSSParser;
+}(_cssParser__WEBPACK_IMPORTED_MODULE_2__.Parser));
+
+
+
+/***/ }),
+/* 94 */
+/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
+
+__webpack_require__.r(__webpack_exports__);
+/* harmony export */ __webpack_require__.d(__webpack_exports__, {
+/* harmony export */   "VariableName": () => /* binding */ VariableName,
+/* harmony export */   "InterpolationFunction": () => /* binding */ InterpolationFunction,
+/* harmony export */   "Default": () => /* binding */ Default,
+/* harmony export */   "EqualsOperator": () => /* binding */ EqualsOperator,
+/* harmony export */   "NotEqualsOperator": () => /* binding */ NotEqualsOperator,
+/* harmony export */   "GreaterEqualsOperator": () => /* binding */ GreaterEqualsOperator,
+/* harmony export */   "SmallerEqualsOperator": () => /* binding */ SmallerEqualsOperator,
+/* harmony export */   "Ellipsis": () => /* binding */ Ellipsis,
+/* harmony export */   "Module": () => /* binding */ Module,
+/* harmony export */   "SCSSScanner": () => /* binding */ SCSSScanner
+/* harmony export */ });
+/* harmony import */ var _cssScanner__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(64);
+/*---------------------------------------------------------------------------------------------
+ *  Copyright (c) Microsoft Corporation. All rights reserved.
+ *  Licensed under the MIT License. See License.txt in the project root for license information.
+ *--------------------------------------------------------------------------------------------*/
+
+var __extends = (undefined && undefined.__extends) || (function () {
+    var extendStatics = function (d, b) {
+        extendStatics = Object.setPrototypeOf ||
+            ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
+            function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
+        return extendStatics(d, b);
+    };
+    return function (d, b) {
+        extendStatics(d, b);
+        function __() { this.constructor = d; }
+        d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
+    };
+})();
+
+var _FSL = '/'.charCodeAt(0);
+var _NWL = '\n'.charCodeAt(0);
+var _CAR = '\r'.charCodeAt(0);
+var _LFD = '\f'.charCodeAt(0);
+var _DLR = '$'.charCodeAt(0);
+var _HSH = '#'.charCodeAt(0);
+var _CUL = '{'.charCodeAt(0);
+var _EQS = '='.charCodeAt(0);
+var _BNG = '!'.charCodeAt(0);
+var _LAN = '<'.charCodeAt(0);
+var _RAN = '>'.charCodeAt(0);
+var _DOT = '.'.charCodeAt(0);
+var _ATS = '@'.charCodeAt(0);
+var customTokenValue = _cssScanner__WEBPACK_IMPORTED_MODULE_0__.TokenType.CustomToken;
+var VariableName = customTokenValue++;
+var InterpolationFunction = customTokenValue++;
+var Default = customTokenValue++;
+var EqualsOperator = customTokenValue++;
+var NotEqualsOperator = customTokenValue++;
+var GreaterEqualsOperator = customTokenValue++;
+var SmallerEqualsOperator = customTokenValue++;
+var Ellipsis = customTokenValue++;
+var Module = customTokenValue++;
+var SCSSScanner = /** @class */ (function (_super) {
+    __extends(SCSSScanner, _super);
+    function SCSSScanner() {
+        return _super !== null && _super.apply(this, arguments) || this;
+    }
+    SCSSScanner.prototype.scanNext = function (offset) {
+        // scss variable
+        if (this.stream.advanceIfChar(_DLR)) {
+            var content = ['$'];
+            if (this.ident(content)) {
+                return this.finishToken(offset, VariableName, content.join(''));
+            }
+            else {
+                this.stream.goBackTo(offset);
+            }
+        }
+        // scss: interpolation function #{..})
+        if (this.stream.advanceIfChars([_HSH, _CUL])) {
+            return this.finishToken(offset, InterpolationFunction);
+        }
+        // operator ==
+        if (this.stream.advanceIfChars([_EQS, _EQS])) {
+            return this.finishToken(offset, EqualsOperator);
+        }
+        // operator !=
+        if (this.stream.advanceIfChars([_BNG, _EQS])) {
+            return this.finishToken(offset, NotEqualsOperator);
+        }
+        // operators <, <=
+        if (this.stream.advanceIfChar(_LAN)) {
+            if (this.stream.advanceIfChar(_EQS)) {
+                return this.finishToken(offset, SmallerEqualsOperator);
+            }
+            return this.finishToken(offset, _cssScanner__WEBPACK_IMPORTED_MODULE_0__.TokenType.Delim);
+        }
+        // ooperators >, >=
+        if (this.stream.advanceIfChar(_RAN)) {
+            if (this.stream.advanceIfChar(_EQS)) {
+                return this.finishToken(offset, GreaterEqualsOperator);
+            }
+            return this.finishToken(offset, _cssScanner__WEBPACK_IMPORTED_MODULE_0__.TokenType.Delim);
+        }
+        // ellipis
+        if (this.stream.advanceIfChars([_DOT, _DOT, _DOT])) {
+            return this.finishToken(offset, Ellipsis);
+        }
+        return _super.prototype.scanNext.call(this, offset);
+    };
+    SCSSScanner.prototype.comment = function () {
+        if (_super.prototype.comment.call(this)) {
+            return true;
+        }
+        if (!this.inURL && this.stream.advanceIfChars([_FSL, _FSL])) {
+            this.stream.advanceWhileChar(function (ch) {
+                switch (ch) {
+                    case _NWL:
+                    case _CAR:
+                    case _LFD:
+                        return false;
+                    default:
+                        return true;
+                }
+            });
+            return true;
+        }
+        else {
+            return false;
+        }
+    };
+    return SCSSScanner;
+}(_cssScanner__WEBPACK_IMPORTED_MODULE_0__.Scanner));
+
+
+
+/***/ }),
+/* 95 */
+/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
+
+__webpack_require__.r(__webpack_exports__);
+/* harmony export */ __webpack_require__.d(__webpack_exports__, {
+/* harmony export */   "SCSSIssueType": () => /* binding */ SCSSIssueType,
+/* harmony export */   "SCSSParseError": () => /* binding */ SCSSParseError
+/* harmony export */ });
+/* harmony import */ var vscode_nls__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(68);
+/*---------------------------------------------------------------------------------------------
+ *  Copyright (c) Microsoft Corporation. All rights reserved.
+ *  Licensed under the MIT License. See License.txt in the project root for license information.
+ *--------------------------------------------------------------------------------------------*/
+
+
+var localize = vscode_nls__WEBPACK_IMPORTED_MODULE_0__.loadMessageBundle();
+var SCSSIssueType = /** @class */ (function () {
+    function SCSSIssueType(id, message) {
+        this.id = id;
+        this.message = message;
+    }
+    return SCSSIssueType;
+}());
+
+var SCSSParseError = {
+    FromExpected: new SCSSIssueType('scss-fromexpected', localize('expected.from', "'from' expected")),
+    ThroughOrToExpected: new SCSSIssueType('scss-throughexpected', localize('expected.through', "'through' or 'to' expected")),
+    InExpected: new SCSSIssueType('scss-fromexpected', localize('expected.in', "'in' expected")),
 };
 
 
 /***/ }),
-/* 119 */
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
+/* 96 */
+/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
+
+__webpack_require__.r(__webpack_exports__);
+/* harmony export */ __webpack_require__.d(__webpack_exports__, {
+/* harmony export */   "SCSSCompletion": () => /* binding */ SCSSCompletion
+/* harmony export */ });
+/* harmony import */ var _cssCompletion__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(76);
+/* harmony import */ var _parser_cssNodes__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(65);
+/* harmony import */ var _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(79);
+/* harmony import */ var vscode_nls__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(68);
+/*---------------------------------------------------------------------------------------------
+ *  Copyright (c) Microsoft Corporation. All rights reserved.
+ *  Licensed under the MIT License. See License.txt in the project root for license information.
+ *--------------------------------------------------------------------------------------------*/
+
+var __extends = (undefined && undefined.__extends) || (function () {
+    var extendStatics = function (d, b) {
+        extendStatics = Object.setPrototypeOf ||
+            ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
+            function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
+        return extendStatics(d, b);
+    };
+    return function (d, b) {
+        extendStatics(d, b);
+        function __() { this.constructor = d; }
+        d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
+    };
+})();
+
+
+
+
+var localize = vscode_nls__WEBPACK_IMPORTED_MODULE_3__.loadMessageBundle();
+var SCSSCompletion = /** @class */ (function (_super) {
+    __extends(SCSSCompletion, _super);
+    function SCSSCompletion(lsServiceOptions, cssDataManager) {
+        var _this = _super.call(this, '$', lsServiceOptions, cssDataManager) || this;
+        addReferencesToDocumentation(SCSSCompletion.scssModuleLoaders);
+        addReferencesToDocumentation(SCSSCompletion.scssModuleBuiltIns);
+        return _this;
+    }
+    SCSSCompletion.prototype.isImportPathParent = function (type) {
+        return type === _parser_cssNodes__WEBPACK_IMPORTED_MODULE_1__.NodeType.Forward
+            || type === _parser_cssNodes__WEBPACK_IMPORTED_MODULE_1__.NodeType.Use
+            || _super.prototype.isImportPathParent.call(this, type);
+    };
+    SCSSCompletion.prototype.getCompletionForImportPath = function (importPathNode, result) {
+        var parentType = importPathNode.getParent().type;
+        if (parentType === _parser_cssNodes__WEBPACK_IMPORTED_MODULE_1__.NodeType.Forward || parentType === _parser_cssNodes__WEBPACK_IMPORTED_MODULE_1__.NodeType.Use) {
+            for (var _i = 0, _a = SCSSCompletion.scssModuleBuiltIns; _i < _a.length; _i++) {
+                var p = _a[_i];
+                var item = {
+                    label: p.label,
+                    documentation: p.documentation,
+                    textEdit: _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_2__.TextEdit.replace(this.getCompletionRange(importPathNode), "'" + p.label + "'"),
+                    kind: _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_2__.CompletionItemKind.Module
+                };
+                result.items.push(item);
+            }
+        }
+        return _super.prototype.getCompletionForImportPath.call(this, importPathNode, result);
+    };
+    SCSSCompletion.prototype.createReplaceFunction = function () {
+        var tabStopCounter = 1;
+        return function (_match, p1) {
+            return '\\' + p1 + ': ${' + tabStopCounter++ + ':' + (SCSSCompletion.variableDefaults[p1] || '') + '}';
+        };
+    };
+    SCSSCompletion.prototype.createFunctionProposals = function (proposals, existingNode, sortToEnd, result) {
+        for (var _i = 0, proposals_1 = proposals; _i < proposals_1.length; _i++) {
+            var p = proposals_1[_i];
+            var insertText = p.func.replace(/\[?(\$\w+)\]?/g, this.createReplaceFunction());
+            var label = p.func.substr(0, p.func.indexOf('('));
+            var item = {
+                label: label,
+                detail: p.func,
+                documentation: p.desc,
+                textEdit: _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_2__.TextEdit.replace(this.getCompletionRange(existingNode), insertText),
+                insertTextFormat: _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_2__.InsertTextFormat.Snippet,
+                kind: _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_2__.CompletionItemKind.Function
+            };
+            if (sortToEnd) {
+                item.sortText = 'z';
+            }
+            result.items.push(item);
+        }
+        return result;
+    };
+    SCSSCompletion.prototype.getCompletionsForSelector = function (ruleSet, isNested, result) {
+        this.createFunctionProposals(SCSSCompletion.selectorFuncs, null, true, result);
+        return _super.prototype.getCompletionsForSelector.call(this, ruleSet, isNested, result);
+    };
+    SCSSCompletion.prototype.getTermProposals = function (entry, existingNode, result) {
+        var functions = SCSSCompletion.builtInFuncs;
+        if (entry) {
+            functions = functions.filter(function (f) { return !f.type || !entry.restrictions || entry.restrictions.indexOf(f.type) !== -1; });
+        }
+        this.createFunctionProposals(functions, existingNode, true, result);
+        return _super.prototype.getTermProposals.call(this, entry, existingNode, result);
+    };
+    SCSSCompletion.prototype.getColorProposals = function (entry, existingNode, result) {
+        this.createFunctionProposals(SCSSCompletion.colorProposals, existingNode, false, result);
+        return _super.prototype.getColorProposals.call(this, entry, existingNode, result);
+    };
+    SCSSCompletion.prototype.getCompletionsForDeclarationProperty = function (declaration, result) {
+        this.getCompletionForAtDirectives(result);
+        this.getCompletionsForSelector(null, true, result);
+        return _super.prototype.getCompletionsForDeclarationProperty.call(this, declaration, result);
+    };
+    SCSSCompletion.prototype.getCompletionsForExtendsReference = function (_extendsRef, existingNode, result) {
+        var symbols = this.getSymbolContext().findSymbolsAtOffset(this.offset, _parser_cssNodes__WEBPACK_IMPORTED_MODULE_1__.ReferenceType.Rule);
+        for (var _i = 0, symbols_1 = symbols; _i < symbols_1.length; _i++) {
+            var symbol = symbols_1[_i];
+            var suggest = {
+                label: symbol.name,
+                textEdit: _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_2__.TextEdit.replace(this.getCompletionRange(existingNode), symbol.name),
+                kind: _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_2__.CompletionItemKind.Function,
+            };
+            result.items.push(suggest);
+        }
+        return result;
+    };
+    SCSSCompletion.prototype.getCompletionForAtDirectives = function (result) {
+        var _a;
+        (_a = result.items).push.apply(_a, SCSSCompletion.scssAtDirectives);
+        return result;
+    };
+    SCSSCompletion.prototype.getCompletionForTopLevel = function (result) {
+        this.getCompletionForAtDirectives(result);
+        this.getCompletionForModuleLoaders(result);
+        _super.prototype.getCompletionForTopLevel.call(this, result);
+        return result;
+    };
+    SCSSCompletion.prototype.getCompletionForModuleLoaders = function (result) {
+        var _a;
+        (_a = result.items).push.apply(_a, SCSSCompletion.scssModuleLoaders);
+        return result;
+    };
+    SCSSCompletion.variableDefaults = {
+        '$red': '1',
+        '$green': '2',
+        '$blue': '3',
+        '$alpha': '1.0',
+        '$color': '#000000',
+        '$weight': '0.5',
+        '$hue': '0',
+        '$saturation': '0%',
+        '$lightness': '0%',
+        '$degrees': '0',
+        '$amount': '0',
+        '$string': '""',
+        '$substring': '"s"',
+        '$number': '0',
+        '$limit': '1'
+    };
+    SCSSCompletion.colorProposals = [
+        { func: 'red($color)', desc: localize('scss.builtin.red', 'Gets the red component of a color.') },
+        { func: 'green($color)', desc: localize('scss.builtin.green', 'Gets the green component of a color.') },
+        { func: 'blue($color)', desc: localize('scss.builtin.blue', 'Gets the blue component of a color.') },
+        { func: 'mix($color, $color, [$weight])', desc: localize('scss.builtin.mix', 'Mixes two colors together.') },
+        { func: 'hue($color)', desc: localize('scss.builtin.hue', 'Gets the hue component of a color.') },
+        { func: 'saturation($color)', desc: localize('scss.builtin.saturation', 'Gets the saturation component of a color.') },
+        { func: 'lightness($color)', desc: localize('scss.builtin.lightness', 'Gets the lightness component of a color.') },
+        { func: 'adjust-hue($color, $degrees)', desc: localize('scss.builtin.adjust-hue', 'Changes the hue of a color.') },
+        { func: 'lighten($color, $amount)', desc: localize('scss.builtin.lighten', 'Makes a color lighter.') },
+        { func: 'darken($color, $amount)', desc: localize('scss.builtin.darken', 'Makes a color darker.') },
+        { func: 'saturate($color, $amount)', desc: localize('scss.builtin.saturate', 'Makes a color more saturated.') },
+        { func: 'desaturate($color, $amount)', desc: localize('scss.builtin.desaturate', 'Makes a color less saturated.') },
+        { func: 'grayscale($color)', desc: localize('scss.builtin.grayscale', 'Converts a color to grayscale.') },
+        { func: 'complement($color)', desc: localize('scss.builtin.complement', 'Returns the complement of a color.') },
+        { func: 'invert($color)', desc: localize('scss.builtin.invert', 'Returns the inverse of a color.') },
+        { func: 'alpha($color)', desc: localize('scss.builtin.alpha', 'Gets the opacity component of a color.') },
+        { func: 'opacity($color)', desc: 'Gets the alpha component (opacity) of a color.' },
+        { func: 'rgba($color, $alpha)', desc: localize('scss.builtin.rgba', 'Changes the alpha component for a color.') },
+        { func: 'opacify($color, $amount)', desc: localize('scss.builtin.opacify', 'Makes a color more opaque.') },
+        { func: 'fade-in($color, $amount)', desc: localize('scss.builtin.fade-in', 'Makes a color more opaque.') },
+        { func: 'transparentize($color, $amount)', desc: localize('scss.builtin.transparentize', 'Makes a color more transparent.') },
+        { func: 'fade-out($color, $amount)', desc: localize('scss.builtin.fade-out', 'Makes a color more transparent.') },
+        { func: 'adjust-color($color, [$red], [$green], [$blue], [$hue], [$saturation], [$lightness], [$alpha])', desc: localize('scss.builtin.adjust-color', 'Increases or decreases one or more components of a color.') },
+        { func: 'scale-color($color, [$red], [$green], [$blue], [$saturation], [$lightness], [$alpha])', desc: localize('scss.builtin.scale-color', 'Fluidly scales one or more properties of a color.') },
+        { func: 'change-color($color, [$red], [$green], [$blue], [$hue], [$saturation], [$lightness], [$alpha])', desc: localize('scss.builtin.change-color', 'Changes one or more properties of a color.') },
+        { func: 'ie-hex-str($color)', desc: localize('scss.builtin.ie-hex-str', 'Converts a color into the format understood by IE filters.') }
+    ];
+    SCSSCompletion.selectorFuncs = [
+        { func: 'selector-nest($selectors…)', desc: localize('scss.builtin.selector-nest', 'Nests selector beneath one another like they would be nested in the stylesheet.') },
+        { func: 'selector-append($selectors…)', desc: localize('scss.builtin.selector-append', 'Appends selectors to one another without spaces in between.') },
+        { func: 'selector-extend($selector, $extendee, $extender)', desc: localize('scss.builtin.selector-extend', 'Extends $extendee with $extender within $selector.') },
+        { func: 'selector-replace($selector, $original, $replacement)', desc: localize('scss.builtin.selector-replace', 'Replaces $original with $replacement within $selector.') },
+        { func: 'selector-unify($selector1, $selector2)', desc: localize('scss.builtin.selector-unify', 'Unifies two selectors to produce a selector that matches elements matched by both.') },
+        { func: 'is-superselector($super, $sub)', desc: localize('scss.builtin.is-superselector', 'Returns whether $super matches all the elements $sub does, and possibly more.') },
+        { func: 'simple-selectors($selector)', desc: localize('scss.builtin.simple-selectors', 'Returns the simple selectors that comprise a compound selector.') },
+        { func: 'selector-parse($selector)', desc: localize('scss.builtin.selector-parse', 'Parses a selector into the format returned by &.') }
+    ];
+    SCSSCompletion.builtInFuncs = [
+        { func: 'unquote($string)', desc: localize('scss.builtin.unquote', 'Removes quotes from a string.') },
+        { func: 'quote($string)', desc: localize('scss.builtin.quote', 'Adds quotes to a string.') },
+        { func: 'str-length($string)', desc: localize('scss.builtin.str-length', 'Returns the number of characters in a string.') },
+        { func: 'str-insert($string, $insert, $index)', desc: localize('scss.builtin.str-insert', 'Inserts $insert into $string at $index.') },
+        { func: 'str-index($string, $substring)', desc: localize('scss.builtin.str-index', 'Returns the index of the first occurance of $substring in $string.') },
+        { func: 'str-slice($string, $start-at, [$end-at])', desc: localize('scss.builtin.str-slice', 'Extracts a substring from $string.') },
+        { func: 'to-upper-case($string)', desc: localize('scss.builtin.to-upper-case', 'Converts a string to upper case.') },
+        { func: 'to-lower-case($string)', desc: localize('scss.builtin.to-lower-case', 'Converts a string to lower case.') },
+        { func: 'percentage($number)', desc: localize('scss.builtin.percentage', 'Converts a unitless number to a percentage.'), type: 'percentage' },
+        { func: 'round($number)', desc: localize('scss.builtin.round', 'Rounds a number to the nearest whole number.') },
+        { func: 'ceil($number)', desc: localize('scss.builtin.ceil', 'Rounds a number up to the next whole number.') },
+        { func: 'floor($number)', desc: localize('scss.builtin.floor', 'Rounds a number down to the previous whole number.') },
+        { func: 'abs($number)', desc: localize('scss.builtin.abs', 'Returns the absolute value of a number.') },
+        { func: 'min($numbers)', desc: localize('scss.builtin.min', 'Finds the minimum of several numbers.') },
+        { func: 'max($numbers)', desc: localize('scss.builtin.max', 'Finds the maximum of several numbers.') },
+        { func: 'random([$limit])', desc: localize('scss.builtin.random', 'Returns a random number.') },
+        { func: 'length($list)', desc: localize('scss.builtin.length', 'Returns the length of a list.') },
+        { func: 'nth($list, $n)', desc: localize('scss.builtin.nth', 'Returns a specific item in a list.') },
+        { func: 'set-nth($list, $n, $value)', desc: localize('scss.builtin.set-nth', 'Replaces the nth item in a list.') },
+        { func: 'join($list1, $list2, [$separator])', desc: localize('scss.builtin.join', 'Joins together two lists into one.') },
+        { func: 'append($list1, $val, [$separator])', desc: localize('scss.builtin.append', 'Appends a single value onto the end of a list.') },
+        { func: 'zip($lists)', desc: localize('scss.builtin.zip', 'Combines several lists into a single multidimensional list.') },
+        { func: 'index($list, $value)', desc: localize('scss.builtin.index', 'Returns the position of a value within a list.') },
+        { func: 'list-separator(#list)', desc: localize('scss.builtin.list-separator', 'Returns the separator of a list.') },
+        { func: 'map-get($map, $key)', desc: localize('scss.builtin.map-get', 'Returns the value in a map associated with a given key.') },
+        { func: 'map-merge($map1, $map2)', desc: localize('scss.builtin.map-merge', 'Merges two maps together into a new map.') },
+        { func: 'map-remove($map, $keys)', desc: localize('scss.builtin.map-remove', 'Returns a new map with keys removed.') },
+        { func: 'map-keys($map)', desc: localize('scss.builtin.map-keys', 'Returns a list of all keys in a map.') },
+        { func: 'map-values($map)', desc: localize('scss.builtin.map-values', 'Returns a list of all values in a map.') },
+        { func: 'map-has-key($map, $key)', desc: localize('scss.builtin.map-has-key', 'Returns whether a map has a value associated with a given key.') },
+        { func: 'keywords($args)', desc: localize('scss.builtin.keywords', 'Returns the keywords passed to a function that takes variable arguments.') },
+        { func: 'feature-exists($feature)', desc: localize('scss.builtin.feature-exists', 'Returns whether a feature exists in the current Sass runtime.') },
+        { func: 'variable-exists($name)', desc: localize('scss.builtin.variable-exists', 'Returns whether a variable with the given name exists in the current scope.') },
+        { func: 'global-variable-exists($name)', desc: localize('scss.builtin.global-variable-exists', 'Returns whether a variable with the given name exists in the global scope.') },
+        { func: 'function-exists($name)', desc: localize('scss.builtin.function-exists', 'Returns whether a function with the given name exists.') },
+        { func: 'mixin-exists($name)', desc: localize('scss.builtin.mixin-exists', 'Returns whether a mixin with the given name exists.') },
+        { func: 'inspect($value)', desc: localize('scss.builtin.inspect', 'Returns the string representation of a value as it would be represented in Sass.') },
+        { func: 'type-of($value)', desc: localize('scss.builtin.type-of', 'Returns the type of a value.') },
+        { func: 'unit($number)', desc: localize('scss.builtin.unit', 'Returns the unit(s) associated with a number.') },
+        { func: 'unitless($number)', desc: localize('scss.builtin.unitless', 'Returns whether a number has units.') },
+        { func: 'comparable($number1, $number2)', desc: localize('scss.builtin.comparable', 'Returns whether two numbers can be added, subtracted, or compared.') },
+        { func: 'call($name, $args…)', desc: localize('scss.builtin.call', 'Dynamically calls a Sass function.') }
+    ];
+    SCSSCompletion.scssAtDirectives = [
+        {
+            label: "@extend",
+            documentation: localize("scss.builtin.@extend", "Inherits the styles of another selector."),
+            kind: _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_2__.CompletionItemKind.Keyword
+        },
+        {
+            label: "@at-root",
+            documentation: localize("scss.builtin.@at-root", "Causes one or more rules to be emitted at the root of the document."),
+            kind: _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_2__.CompletionItemKind.Keyword
+        },
+        {
+            label: "@debug",
+            documentation: localize("scss.builtin.@debug", "Prints the value of an expression to the standard error output stream. Useful for debugging complicated Sass files."),
+            kind: _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_2__.CompletionItemKind.Keyword
+        },
+        {
+            label: "@warn",
+            documentation: localize("scss.builtin.@warn", "Prints the value of an expression to the standard error output stream. Useful for libraries that need to warn users of deprecations or recovering from minor mixin usage mistakes. Warnings can be turned off with the `--quiet` command-line option or the `:quiet` Sass option."),
+            kind: _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_2__.CompletionItemKind.Keyword
+        },
+        {
+            label: "@error",
+            documentation: localize("scss.builtin.@error", "Throws the value of an expression as a fatal error with stack trace. Useful for validating arguments to mixins and functions."),
+            kind: _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_2__.CompletionItemKind.Keyword
+        },
+        {
+            label: "@if",
+            documentation: localize("scss.builtin.@if", "Includes the body if the expression does not evaluate to `false` or `null`."),
+            insertText: "@if ${1:expr} {\n\t$0\n}",
+            insertTextFormat: _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_2__.InsertTextFormat.Snippet,
+            kind: _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_2__.CompletionItemKind.Keyword
+        },
+        {
+            label: "@for",
+            documentation: localize("scss.builtin.@for", "For loop that repeatedly outputs a set of styles for each `$var` in the `from/through` or `from/to` clause."),
+            insertText: "@for \\$${1:var} from ${2:start} ${3|to,through|} ${4:end} {\n\t$0\n}",
+            insertTextFormat: _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_2__.InsertTextFormat.Snippet,
+            kind: _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_2__.CompletionItemKind.Keyword
+        },
+        {
+            label: "@each",
+            documentation: localize("scss.builtin.@each", "Each loop that sets `$var` to each item in the list or map, then outputs the styles it contains using that value of `$var`."),
+            insertText: "@each \\$${1:var} in ${2:list} {\n\t$0\n}",
+            insertTextFormat: _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_2__.InsertTextFormat.Snippet,
+            kind: _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_2__.CompletionItemKind.Keyword
+        },
+        {
+            label: "@while",
+            documentation: localize("scss.builtin.@while", "While loop that takes an expression and repeatedly outputs the nested styles until the statement evaluates to `false`."),
+            insertText: "@while ${1:condition} {\n\t$0\n}",
+            insertTextFormat: _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_2__.InsertTextFormat.Snippet,
+            kind: _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_2__.CompletionItemKind.Keyword
+        },
+        {
+            label: "@mixin",
+            documentation: localize("scss.builtin.@mixin", "Defines styles that can be re-used throughout the stylesheet with `@include`."),
+            insertText: "@mixin ${1:name} {\n\t$0\n}",
+            insertTextFormat: _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_2__.InsertTextFormat.Snippet,
+            kind: _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_2__.CompletionItemKind.Keyword
+        },
+        {
+            label: "@include",
+            documentation: localize("scss.builtin.@include", "Includes the styles defined by another mixin into the current rule."),
+            kind: _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_2__.CompletionItemKind.Keyword
+        },
+        {
+            label: "@function",
+            documentation: localize("scss.builtin.@function", "Defines complex operations that can be re-used throughout stylesheets."),
+            kind: _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_2__.CompletionItemKind.Keyword
+        }
+    ];
+    SCSSCompletion.scssModuleLoaders = [
+        {
+            label: "@use",
+            documentation: localize("scss.builtin.@use", "Loads mixins, functions, and variables from other Sass stylesheets as 'modules', and combines CSS from multiple stylesheets together."),
+            references: [{ name: 'Sass documentation', url: 'https://sass-lang.com/documentation/at-rules/use' }],
+            insertText: "@use '$0';",
+            insertTextFormat: _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_2__.InsertTextFormat.Snippet,
+            kind: _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_2__.CompletionItemKind.Keyword
+        },
+        {
+            label: "@forward",
+            documentation: localize("scss.builtin.@forward", "Loads a Sass stylesheet and makes its mixins, functions, and variables available when this stylesheet is loaded with the @use rule."),
+            references: [{ name: 'Sass documentation', url: 'https://sass-lang.com/documentation/at-rules/forward' }],
+            insertText: "@forward '$0';",
+            insertTextFormat: _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_2__.InsertTextFormat.Snippet,
+            kind: _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_2__.CompletionItemKind.Keyword
+        },
+    ];
+    SCSSCompletion.scssModuleBuiltIns = [
+        {
+            label: 'sass:math',
+            documentation: localize('scss.builtin.sass:math', 'Provides functions that operate on numbers.'),
+            references: [{ name: 'Sass documentation', url: 'https://sass-lang.com/documentation/modules/math' }]
+        },
+        {
+            label: 'sass:string',
+            documentation: localize('scss.builtin.sass:string', 'Makes it easy to combine, search, or split apart strings.'),
+            references: [{ name: 'Sass documentation', url: 'https://sass-lang.com/documentation/modules/string' }]
+        },
+        {
+            label: 'sass:color',
+            documentation: localize('scss.builtin.sass:color', 'Generates new colors based on existing ones, making it easy to build color themes.'),
+            references: [{ name: 'Sass documentation', url: 'https://sass-lang.com/documentation/modules/color' }]
+        },
+        {
+            label: 'sass:list',
+            documentation: localize('scss.builtin.sass:list', 'Lets you access and modify values in lists.'),
+            references: [{ name: 'Sass documentation', url: 'https://sass-lang.com/documentation/modules/list' }]
+        },
+        {
+            label: 'sass:map',
+            documentation: localize('scss.builtin.sass:map', 'Makes it possible to look up the value associated with a key in a map, and much more.'),
+            references: [{ name: 'Sass documentation', url: 'https://sass-lang.com/documentation/modules/map' }]
+        },
+        {
+            label: 'sass:selector',
+            documentation: localize('scss.builtin.sass:selector', 'Provides access to Sass’s powerful selector engine.'),
+            references: [{ name: 'Sass documentation', url: 'https://sass-lang.com/documentation/modules/selector' }]
+        },
+        {
+            label: 'sass:meta',
+            documentation: localize('scss.builtin.sass:meta', 'Exposes the details of Sass’s inner workings.'),
+            references: [{ name: 'Sass documentation', url: 'https://sass-lang.com/documentation/modules/meta' }]
+        },
+    ];
+    return SCSSCompletion;
+}(_cssCompletion__WEBPACK_IMPORTED_MODULE_0__.CSSCompletion));
+
+/**
+ * Todo @Pine: Remove this and do it through custom data
+ */
+function addReferencesToDocumentation(items) {
+    items.forEach(function (i) {
+        if (i.documentation && i.references && i.references.length > 0) {
+            var markdownDoc = typeof i.documentation === 'string'
+                ? { kind: 'markdown', value: i.documentation }
+                : { kind: 'markdown', value: i.documentation.value };
+            markdownDoc.value += '\n\n';
+            markdownDoc.value += i.references
+                .map(function (r) {
+                return "[" + r.name + "](" + r.url + ")";
+            })
+                .join(' | ');
+            i.documentation = markdownDoc;
+        }
+    });
+}
+
+
+/***/ }),
+/* 97 */
+/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
+
+__webpack_require__.r(__webpack_exports__);
+/* harmony export */ __webpack_require__.d(__webpack_exports__, {
+/* harmony export */   "LESSParser": () => /* binding */ LESSParser
+/* harmony export */ });
+/* harmony import */ var _lessScanner__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(98);
+/* harmony import */ var _cssScanner__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(64);
+/* harmony import */ var _cssParser__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(63);
+/* harmony import */ var _cssNodes__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(65);
+/* harmony import */ var _cssErrors__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(67);
+/*---------------------------------------------------------------------------------------------
+ *  Copyright (c) Microsoft Corporation. All rights reserved.
+ *  Licensed under the MIT License. See License.txt in the project root for license information.
+ *--------------------------------------------------------------------------------------------*/
+
+var __extends = (undefined && undefined.__extends) || (function () {
+    var extendStatics = function (d, b) {
+        extendStatics = Object.setPrototypeOf ||
+            ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
+            function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
+        return extendStatics(d, b);
+    };
+    return function (d, b) {
+        extendStatics(d, b);
+        function __() { this.constructor = d; }
+        d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
+    };
+})();
+
+
+
+
+
+/// <summary>
+/// A parser for LESS
+/// http://lesscss.org/
+/// </summary>
+var LESSParser = /** @class */ (function (_super) {
+    __extends(LESSParser, _super);
+    function LESSParser() {
+        return _super.call(this, new _lessScanner__WEBPACK_IMPORTED_MODULE_0__.LESSScanner()) || this;
+    }
+    LESSParser.prototype._parseStylesheetStatement = function (isNested) {
+        if (isNested === void 0) { isNested = false; }
+        if (this.peek(_cssScanner__WEBPACK_IMPORTED_MODULE_1__.TokenType.AtKeyword)) {
+            return this._parseVariableDeclaration()
+                || this._parsePlugin()
+                || _super.prototype._parseStylesheetAtStatement.call(this, isNested);
+        }
+        return this._tryParseMixinDeclaration()
+            || this._tryParseMixinReference()
+            || this._parseFunction()
+            || this._parseRuleset(true);
+    };
+    LESSParser.prototype._parseImport = function () {
+        if (!this.peekKeyword('@import') && !this.peekKeyword('@import-once') /* deprecated in less 1.4.1 */) {
+            return null;
+        }
+        var node = this.create(_cssNodes__WEBPACK_IMPORTED_MODULE_3__.Import);
+        this.consumeToken();
+        // less 1.4.1: @import (css) "lib"
+        if (this.accept(_cssScanner__WEBPACK_IMPORTED_MODULE_1__.TokenType.ParenthesisL)) {
+            if (!this.accept(_cssScanner__WEBPACK_IMPORTED_MODULE_1__.TokenType.Ident)) {
+                return this.finish(node, _cssErrors__WEBPACK_IMPORTED_MODULE_4__.ParseError.IdentifierExpected, [_cssScanner__WEBPACK_IMPORTED_MODULE_1__.TokenType.SemiColon]);
+            }
+            do {
+                if (!this.accept(_cssScanner__WEBPACK_IMPORTED_MODULE_1__.TokenType.Comma)) {
+                    break;
+                }
+            } while (this.accept(_cssScanner__WEBPACK_IMPORTED_MODULE_1__.TokenType.Ident));
+            if (!this.accept(_cssScanner__WEBPACK_IMPORTED_MODULE_1__.TokenType.ParenthesisR)) {
+                return this.finish(node, _cssErrors__WEBPACK_IMPORTED_MODULE_4__.ParseError.RightParenthesisExpected, [_cssScanner__WEBPACK_IMPORTED_MODULE_1__.TokenType.SemiColon]);
+            }
+        }
+        if (!node.addChild(this._parseURILiteral()) && !node.addChild(this._parseStringLiteral())) {
+            return this.finish(node, _cssErrors__WEBPACK_IMPORTED_MODULE_4__.ParseError.URIOrStringExpected, [_cssScanner__WEBPACK_IMPORTED_MODULE_1__.TokenType.SemiColon]);
+        }
+        if (!this.peek(_cssScanner__WEBPACK_IMPORTED_MODULE_1__.TokenType.SemiColon) && !this.peek(_cssScanner__WEBPACK_IMPORTED_MODULE_1__.TokenType.EOF)) {
+            node.setMedialist(this._parseMediaQueryList());
+        }
+        return this.finish(node);
+    };
+    LESSParser.prototype._parsePlugin = function () {
+        if (!this.peekKeyword('@plugin')) {
+            return null;
+        }
+        var node = this.createNode(_cssNodes__WEBPACK_IMPORTED_MODULE_3__.NodeType.Plugin);
+        this.consumeToken(); // @import
+        if (!node.addChild(this._parseStringLiteral())) {
+            return this.finish(node, _cssErrors__WEBPACK_IMPORTED_MODULE_4__.ParseError.StringLiteralExpected);
+        }
+        if (!this.accept(_cssScanner__WEBPACK_IMPORTED_MODULE_1__.TokenType.SemiColon)) {
+            return this.finish(node, _cssErrors__WEBPACK_IMPORTED_MODULE_4__.ParseError.SemiColonExpected);
+        }
+        return this.finish(node);
+    };
+    LESSParser.prototype._parseMediaQuery = function (resyncStopToken) {
+        var node = _super.prototype._parseMediaQuery.call(this, resyncStopToken);
+        if (!node) {
+            var node_1 = this.create(_cssNodes__WEBPACK_IMPORTED_MODULE_3__.MediaQuery);
+            if (node_1.addChild(this._parseVariable())) {
+                return this.finish(node_1);
+            }
+            return null;
+        }
+        return node;
+    };
+    LESSParser.prototype._parseMediaDeclaration = function (isNested) {
+        if (isNested === void 0) { isNested = false; }
+        return this._tryParseRuleset(isNested)
+            || this._tryToParseDeclaration()
+            || this._tryParseMixinDeclaration()
+            || this._tryParseMixinReference()
+            || this._parseDetachedRuleSetMixin()
+            || this._parseStylesheetStatement(isNested);
+    };
+    LESSParser.prototype._parseMediaFeatureName = function () {
+        return this._parseIdent() || this._parseVariable();
+    };
+    LESSParser.prototype._parseVariableDeclaration = function (panic) {
+        if (panic === void 0) { panic = []; }
+        var node = this.create(_cssNodes__WEBPACK_IMPORTED_MODULE_3__.VariableDeclaration);
+        var mark = this.mark();
+        if (!node.setVariable(this._parseVariable(true))) {
+            return null;
+        }
+        if (this.accept(_cssScanner__WEBPACK_IMPORTED_MODULE_1__.TokenType.Colon)) {
+            if (this.prevToken) {
+                node.colonPosition = this.prevToken.offset;
+            }
+            if (node.setValue(this._parseDetachedRuleSet())) {
+                node.needsSemicolon = false;
+            }
+            else if (!node.setValue(this._parseExpr())) {
+                return this.finish(node, _cssErrors__WEBPACK_IMPORTED_MODULE_4__.ParseError.VariableValueExpected, [], panic);
+            }
+            node.addChild(this._parsePrio());
+        }
+        else {
+            this.restoreAtMark(mark);
+            return null; // at keyword, but no ':', not a variable declaration but some at keyword
+        }
+        if (this.peek(_cssScanner__WEBPACK_IMPORTED_MODULE_1__.TokenType.SemiColon)) {
+            node.semicolonPosition = this.token.offset; // not part of the declaration, but useful information for code assist
+        }
+        return this.finish(node);
+    };
+    LESSParser.prototype._parseDetachedRuleSet = function () {
+        var mark = this.mark();
+        // "Anonymous mixin" used in each() and possibly a generic type in the future
+        if (this.peekDelim('#') || this.peekDelim('.')) {
+            this.consumeToken();
+            if (!this.hasWhitespace() && this.accept(_cssScanner__WEBPACK_IMPORTED_MODULE_1__.TokenType.ParenthesisL)) {
+                var node = this.create(_cssNodes__WEBPACK_IMPORTED_MODULE_3__.MixinDeclaration);
+                if (node.getParameters().addChild(this._parseMixinParameter())) {
+                    while (this.accept(_cssScanner__WEBPACK_IMPORTED_MODULE_1__.TokenType.Comma) || this.accept(_cssScanner__WEBPACK_IMPORTED_MODULE_1__.TokenType.SemiColon)) {
+                        if (this.peek(_cssScanner__WEBPACK_IMPORTED_MODULE_1__.TokenType.ParenthesisR)) {
+                            break;
+                        }
+                        if (!node.getParameters().addChild(this._parseMixinParameter())) {
+                            this.markError(node, _cssErrors__WEBPACK_IMPORTED_MODULE_4__.ParseError.IdentifierExpected, [], [_cssScanner__WEBPACK_IMPORTED_MODULE_1__.TokenType.ParenthesisR]);
+                        }
+                    }
+                }
+                if (!this.accept(_cssScanner__WEBPACK_IMPORTED_MODULE_1__.TokenType.ParenthesisR)) {
+                    this.restoreAtMark(mark);
+                    return null;
+                }
+            }
+            else {
+                this.restoreAtMark(mark);
+                return null;
+            }
+        }
+        if (!this.peek(_cssScanner__WEBPACK_IMPORTED_MODULE_1__.TokenType.CurlyL)) {
+            return null;
+        }
+        var content = this.create(_cssNodes__WEBPACK_IMPORTED_MODULE_3__.BodyDeclaration);
+        this._parseBody(content, this._parseDetachedRuleSetBody.bind(this));
+        return this.finish(content);
+    };
+    LESSParser.prototype._parseDetachedRuleSetBody = function () {
+        return this._tryParseKeyframeSelector() || this._parseRuleSetDeclaration();
+    };
+    LESSParser.prototype._addLookupChildren = function (node) {
+        if (!node.addChild(this._parseLookupValue())) {
+            return false;
+        }
+        var expectsValue = false;
+        while (true) {
+            if (this.peek(_cssScanner__WEBPACK_IMPORTED_MODULE_1__.TokenType.BracketL)) {
+                expectsValue = true;
+            }
+            if (!node.addChild(this._parseLookupValue())) {
+                break;
+            }
+            expectsValue = false;
+        }
+        return !expectsValue;
+    };
+    LESSParser.prototype._parseLookupValue = function () {
+        var node = this.create(_cssNodes__WEBPACK_IMPORTED_MODULE_3__.Node);
+        var mark = this.mark();
+        if (!this.accept(_cssScanner__WEBPACK_IMPORTED_MODULE_1__.TokenType.BracketL)) {
+            this.restoreAtMark(mark);
+            return null;
+        }
+        if (((node.addChild(this._parseVariable(false, true)) ||
+            node.addChild(this._parsePropertyIdentifier())) &&
+            this.accept(_cssScanner__WEBPACK_IMPORTED_MODULE_1__.TokenType.BracketR)) || this.accept(_cssScanner__WEBPACK_IMPORTED_MODULE_1__.TokenType.BracketR)) {
+            return node;
+        }
+        this.restoreAtMark(mark);
+        return null;
+    };
+    LESSParser.prototype._parseVariable = function (declaration, insideLookup) {
+        if (declaration === void 0) { declaration = false; }
+        if (insideLookup === void 0) { insideLookup = false; }
+        var isPropertyReference = !declaration && this.peekDelim('$');
+        if (!this.peekDelim('@') && !isPropertyReference && !this.peek(_cssScanner__WEBPACK_IMPORTED_MODULE_1__.TokenType.AtKeyword)) {
+            return null;
+        }
+        var node = this.create(_cssNodes__WEBPACK_IMPORTED_MODULE_3__.Variable);
+        var mark = this.mark();
+        while (this.acceptDelim('@') || (!declaration && this.acceptDelim('$'))) {
+            if (this.hasWhitespace()) {
+                this.restoreAtMark(mark);
+                return null;
+            }
+        }
+        if (!this.accept(_cssScanner__WEBPACK_IMPORTED_MODULE_1__.TokenType.AtKeyword) && !this.accept(_cssScanner__WEBPACK_IMPORTED_MODULE_1__.TokenType.Ident)) {
+            this.restoreAtMark(mark);
+            return null;
+        }
+        if (!insideLookup && this.peek(_cssScanner__WEBPACK_IMPORTED_MODULE_1__.TokenType.BracketL)) {
+            if (!this._addLookupChildren(node)) {
+                this.restoreAtMark(mark);
+                return null;
+            }
+        }
+        return node;
+    };
+    LESSParser.prototype._parseTermExpression = function () {
+        return this._parseVariable() ||
+            this._parseEscaped() ||
+            _super.prototype._parseTermExpression.call(this) || // preference for colors before mixin references
+            this._tryParseMixinReference(false);
+    };
+    LESSParser.prototype._parseEscaped = function () {
+        if (this.peek(_cssScanner__WEBPACK_IMPORTED_MODULE_1__.TokenType.EscapedJavaScript) ||
+            this.peek(_cssScanner__WEBPACK_IMPORTED_MODULE_1__.TokenType.BadEscapedJavaScript)) {
+            var node = this.createNode(_cssNodes__WEBPACK_IMPORTED_MODULE_3__.NodeType.EscapedValue);
+            this.consumeToken();
+            return this.finish(node);
+        }
+        if (this.peekDelim('~')) {
+            var node = this.createNode(_cssNodes__WEBPACK_IMPORTED_MODULE_3__.NodeType.EscapedValue);
+            this.consumeToken();
+            if (this.accept(_cssScanner__WEBPACK_IMPORTED_MODULE_1__.TokenType.String) || this.accept(_cssScanner__WEBPACK_IMPORTED_MODULE_1__.TokenType.EscapedJavaScript)) {
+                return this.finish(node);
+            }
+            else {
+                return this.finish(node, _cssErrors__WEBPACK_IMPORTED_MODULE_4__.ParseError.TermExpected);
+            }
+        }
+        return null;
+    };
+    LESSParser.prototype._parseOperator = function () {
+        var node = this._parseGuardOperator();
+        if (node) {
+            return node;
+        }
+        else {
+            return _super.prototype._parseOperator.call(this);
+        }
+    };
+    LESSParser.prototype._parseGuardOperator = function () {
+        if (this.peekDelim('>')) {
+            var node = this.createNode(_cssNodes__WEBPACK_IMPORTED_MODULE_3__.NodeType.Operator);
+            this.consumeToken();
+            this.acceptDelim('=');
+            return node;
+        }
+        else if (this.peekDelim('=')) {
+            var node = this.createNode(_cssNodes__WEBPACK_IMPORTED_MODULE_3__.NodeType.Operator);
+            this.consumeToken();
+            this.acceptDelim('<');
+            return node;
+        }
+        else if (this.peekDelim('<')) {
+            var node = this.createNode(_cssNodes__WEBPACK_IMPORTED_MODULE_3__.NodeType.Operator);
+            this.consumeToken();
+            this.acceptDelim('=');
+            return node;
+        }
+        return null;
+    };
+    LESSParser.prototype._parseRuleSetDeclaration = function () {
+        if (this.peek(_cssScanner__WEBPACK_IMPORTED_MODULE_1__.TokenType.AtKeyword)) {
+            return this._parseKeyframe()
+                || this._parseMedia(true)
+                || this._parseImport()
+                || this._parseSupports(true) // @supports
+                || this._parseDetachedRuleSetMixin() // less detached ruleset mixin
+                || this._parseVariableDeclaration() // Variable declarations
+                || _super.prototype._parseRuleSetDeclarationAtStatement.call(this);
+        }
+        return this._tryParseMixinDeclaration()
+            || this._tryParseRuleset(true) // nested ruleset
+            || this._tryParseMixinReference() // less mixin reference
+            || this._parseFunction()
+            || this._parseExtend() // less extend declaration
+            || _super.prototype._parseRuleSetDeclaration.call(this); // try css ruleset declaration as the last option
+    };
+    LESSParser.prototype._parseKeyframeIdent = function () {
+        return this._parseIdent([_cssNodes__WEBPACK_IMPORTED_MODULE_3__.ReferenceType.Keyframe]) || this._parseVariable();
+    };
+    LESSParser.prototype._parseKeyframeSelector = function () {
+        return this._parseDetachedRuleSetMixin() // less detached ruleset mixin
+            || _super.prototype._parseKeyframeSelector.call(this);
+    };
+    LESSParser.prototype._parseSimpleSelectorBody = function () {
+        return this._parseSelectorCombinator() || _super.prototype._parseSimpleSelectorBody.call(this);
+    };
+    LESSParser.prototype._parseSelector = function (isNested) {
+        // CSS Guards
+        var node = this.create(_cssNodes__WEBPACK_IMPORTED_MODULE_3__.Selector);
+        var hasContent = false;
+        if (isNested) {
+            // nested selectors can start with a combinator
+            hasContent = node.addChild(this._parseCombinator());
+        }
+        while (node.addChild(this._parseSimpleSelector())) {
+            hasContent = true;
+            var mark = this.mark();
+            if (node.addChild(this._parseGuard()) && this.peek(_cssScanner__WEBPACK_IMPORTED_MODULE_1__.TokenType.CurlyL)) {
+                break;
+            }
+            this.restoreAtMark(mark);
+            node.addChild(this._parseCombinator()); // optional
+        }
+        return hasContent ? this.finish(node) : null;
+    };
+    LESSParser.prototype._parseSelectorCombinator = function () {
+        if (this.peekDelim('&')) {
+            var node = this.createNode(_cssNodes__WEBPACK_IMPORTED_MODULE_3__.NodeType.SelectorCombinator);
+            this.consumeToken();
+            while (!this.hasWhitespace() && (this.acceptDelim('-') || this.accept(_cssScanner__WEBPACK_IMPORTED_MODULE_1__.TokenType.Num) || this.accept(_cssScanner__WEBPACK_IMPORTED_MODULE_1__.TokenType.Dimension) || node.addChild(this._parseIdent()) || this.acceptDelim('&'))) {
+                //  support &-foo
+            }
+            return this.finish(node);
+        }
+        return null;
+    };
+    LESSParser.prototype._parseSelectorIdent = function () {
+        if (!this.peekInterpolatedIdent()) {
+            return null;
+        }
+        var node = this.createNode(_cssNodes__WEBPACK_IMPORTED_MODULE_3__.NodeType.SelectorInterpolation);
+        var hasContent = this._acceptInterpolatedIdent(node);
+        return hasContent ? this.finish(node) : null;
+    };
+    LESSParser.prototype._parsePropertyIdentifier = function (inLookup) {
+        if (inLookup === void 0) { inLookup = false; }
+        var propertyRegex = /^[\w-]+/;
+        if (!this.peekInterpolatedIdent() && !this.peekRegExp(this.token.type, propertyRegex)) {
+            return null;
+        }
+        var mark = this.mark();
+        var node = this.create(_cssNodes__WEBPACK_IMPORTED_MODULE_3__.Identifier);
+        node.isCustomProperty = this.acceptDelim('-') && this.acceptDelim('-');
+        var childAdded = false;
+        if (!inLookup) {
+            if (node.isCustomProperty) {
+                childAdded = this._acceptInterpolatedIdent(node);
+            }
+            else {
+                childAdded = this._acceptInterpolatedIdent(node, propertyRegex);
+            }
+        }
+        else {
+            if (node.isCustomProperty) {
+                childAdded = node.addChild(this._parseIdent());
+            }
+            else {
+                childAdded = node.addChild(this._parseRegexp(propertyRegex));
+            }
+        }
+        if (!childAdded) {
+            this.restoreAtMark(mark);
+            return null;
+        }
+        if (!inLookup && !this.hasWhitespace()) {
+            this.acceptDelim('+');
+            if (!this.hasWhitespace()) {
+                this.acceptIdent('_');
+            }
+        }
+        return this.finish(node);
+    };
+    LESSParser.prototype.peekInterpolatedIdent = function () {
+        return this.peek(_cssScanner__WEBPACK_IMPORTED_MODULE_1__.TokenType.Ident) ||
+            this.peekDelim('@') ||
+            this.peekDelim('$') ||
+            this.peekDelim('-');
+    };
+    LESSParser.prototype._acceptInterpolatedIdent = function (node, identRegex) {
+        var _this = this;
+        var hasContent = false;
+        var indentInterpolation = function () {
+            var pos = _this.mark();
+            if (_this.acceptDelim('-')) {
+                if (!_this.hasWhitespace()) {
+                    _this.acceptDelim('-');
+                }
+                if (_this.hasWhitespace()) {
+                    _this.restoreAtMark(pos);
+                    return null;
+                }
+            }
+            return _this._parseInterpolation();
+        };
+        var accept = identRegex ?
+            function () { return _this.acceptRegexp(identRegex); } :
+            function () { return _this.accept(_cssScanner__WEBPACK_IMPORTED_MODULE_1__.TokenType.Ident); };
+        while (accept() ||
+            node.addChild(this._parseInterpolation() ||
+                this.try(indentInterpolation))) {
+            hasContent = true;
+            if (this.hasWhitespace()) {
+                break;
+            }
+        }
+        return hasContent;
+    };
+    LESSParser.prototype._parseInterpolation = function () {
+        // @{name} Variable or
+        // ${name} Property
+        var mark = this.mark();
+        if (this.peekDelim('@') || this.peekDelim('$')) {
+            var node = this.createNode(_cssNodes__WEBPACK_IMPORTED_MODULE_3__.NodeType.Interpolation);
+            this.consumeToken();
+            if (this.hasWhitespace() || !this.accept(_cssScanner__WEBPACK_IMPORTED_MODULE_1__.TokenType.CurlyL)) {
+                this.restoreAtMark(mark);
+                return null;
+            }
+            if (!node.addChild(this._parseIdent())) {
+                return this.finish(node, _cssErrors__WEBPACK_IMPORTED_MODULE_4__.ParseError.IdentifierExpected);
+            }
+            if (!this.accept(_cssScanner__WEBPACK_IMPORTED_MODULE_1__.TokenType.CurlyR)) {
+                return this.finish(node, _cssErrors__WEBPACK_IMPORTED_MODULE_4__.ParseError.RightCurlyExpected);
+            }
+            return this.finish(node);
+        }
+        return null;
+    };
+    LESSParser.prototype._tryParseMixinDeclaration = function () {
+        var mark = this.mark();
+        var node = this.create(_cssNodes__WEBPACK_IMPORTED_MODULE_3__.MixinDeclaration);
+        if (!node.setIdentifier(this._parseMixinDeclarationIdentifier()) || !this.accept(_cssScanner__WEBPACK_IMPORTED_MODULE_1__.TokenType.ParenthesisL)) {
+            this.restoreAtMark(mark);
+            return null;
+        }
+        if (node.getParameters().addChild(this._parseMixinParameter())) {
+            while (this.accept(_cssScanner__WEBPACK_IMPORTED_MODULE_1__.TokenType.Comma) || this.accept(_cssScanner__WEBPACK_IMPORTED_MODULE_1__.TokenType.SemiColon)) {
+                if (this.peek(_cssScanner__WEBPACK_IMPORTED_MODULE_1__.TokenType.ParenthesisR)) {
+                    break;
+                }
+                if (!node.getParameters().addChild(this._parseMixinParameter())) {
+                    this.markError(node, _cssErrors__WEBPACK_IMPORTED_MODULE_4__.ParseError.IdentifierExpected, [], [_cssScanner__WEBPACK_IMPORTED_MODULE_1__.TokenType.ParenthesisR]);
+                }
+            }
+        }
+        if (!this.accept(_cssScanner__WEBPACK_IMPORTED_MODULE_1__.TokenType.ParenthesisR)) {
+            this.restoreAtMark(mark);
+            return null;
+        }
+        node.setGuard(this._parseGuard());
+        if (!this.peek(_cssScanner__WEBPACK_IMPORTED_MODULE_1__.TokenType.CurlyL)) {
+            this.restoreAtMark(mark);
+            return null;
+        }
+        return this._parseBody(node, this._parseMixInBodyDeclaration.bind(this));
+    };
+    LESSParser.prototype._parseMixInBodyDeclaration = function () {
+        return this._parseFontFace() || this._parseRuleSetDeclaration();
+    };
+    LESSParser.prototype._parseMixinDeclarationIdentifier = function () {
+        var identifier;
+        if (this.peekDelim('#') || this.peekDelim('.')) {
+            identifier = this.create(_cssNodes__WEBPACK_IMPORTED_MODULE_3__.Identifier);
+            this.consumeToken(); // # or .
+            if (this.hasWhitespace() || !identifier.addChild(this._parseIdent())) {
+                return null;
+            }
+        }
+        else if (this.peek(_cssScanner__WEBPACK_IMPORTED_MODULE_1__.TokenType.Hash)) {
+            identifier = this.create(_cssNodes__WEBPACK_IMPORTED_MODULE_3__.Identifier);
+            this.consumeToken(); // TokenType.Hash
+        }
+        else {
+            return null;
+        }
+        identifier.referenceTypes = [_cssNodes__WEBPACK_IMPORTED_MODULE_3__.ReferenceType.Mixin];
+        return this.finish(identifier);
+    };
+    LESSParser.prototype._parsePseudo = function () {
+        if (!this.peek(_cssScanner__WEBPACK_IMPORTED_MODULE_1__.TokenType.Colon)) {
+            return null;
+        }
+        var mark = this.mark();
+        var node = this.create(_cssNodes__WEBPACK_IMPORTED_MODULE_3__.ExtendsReference);
+        this.consumeToken(); // :
+        if (this.acceptIdent('extend')) {
+            return this._completeExtends(node);
+        }
+        this.restoreAtMark(mark);
+        return _super.prototype._parsePseudo.call(this);
+    };
+    LESSParser.prototype._parseExtend = function () {
+        if (!this.peekDelim('&')) {
+            return null;
+        }
+        var mark = this.mark();
+        var node = this.create(_cssNodes__WEBPACK_IMPORTED_MODULE_3__.ExtendsReference);
+        this.consumeToken(); // &
+        if (this.hasWhitespace() || !this.accept(_cssScanner__WEBPACK_IMPORTED_MODULE_1__.TokenType.Colon) || !this.acceptIdent('extend')) {
+            this.restoreAtMark(mark);
+            return null;
+        }
+        return this._completeExtends(node);
+    };
+    LESSParser.prototype._completeExtends = function (node) {
+        if (!this.accept(_cssScanner__WEBPACK_IMPORTED_MODULE_1__.TokenType.ParenthesisL)) {
+            return this.finish(node, _cssErrors__WEBPACK_IMPORTED_MODULE_4__.ParseError.LeftParenthesisExpected);
+        }
+        var selectors = node.getSelectors();
+        if (!selectors.addChild(this._parseSelector(true))) {
+            return this.finish(node, _cssErrors__WEBPACK_IMPORTED_MODULE_4__.ParseError.SelectorExpected);
+        }
+        while (this.accept(_cssScanner__WEBPACK_IMPORTED_MODULE_1__.TokenType.Comma)) {
+            if (!selectors.addChild(this._parseSelector(true))) {
+                return this.finish(node, _cssErrors__WEBPACK_IMPORTED_MODULE_4__.ParseError.SelectorExpected);
+            }
+        }
+        if (!this.accept(_cssScanner__WEBPACK_IMPORTED_MODULE_1__.TokenType.ParenthesisR)) {
+            return this.finish(node, _cssErrors__WEBPACK_IMPORTED_MODULE_4__.ParseError.RightParenthesisExpected);
+        }
+        return this.finish(node);
+    };
+    LESSParser.prototype._parseDetachedRuleSetMixin = function () {
+        if (!this.peek(_cssScanner__WEBPACK_IMPORTED_MODULE_1__.TokenType.AtKeyword)) {
+            return null;
+        }
+        var mark = this.mark();
+        var node = this.create(_cssNodes__WEBPACK_IMPORTED_MODULE_3__.MixinReference);
+        if (node.addChild(this._parseVariable(true)) && (this.hasWhitespace() || !this.accept(_cssScanner__WEBPACK_IMPORTED_MODULE_1__.TokenType.ParenthesisL))) {
+            this.restoreAtMark(mark);
+            return null;
+        }
+        if (!this.accept(_cssScanner__WEBPACK_IMPORTED_MODULE_1__.TokenType.ParenthesisR)) {
+            return this.finish(node, _cssErrors__WEBPACK_IMPORTED_MODULE_4__.ParseError.RightParenthesisExpected);
+        }
+        return this.finish(node);
+    };
+    LESSParser.prototype._tryParseMixinReference = function (atRoot) {
+        if (atRoot === void 0) { atRoot = true; }
+        var mark = this.mark();
+        var node = this.create(_cssNodes__WEBPACK_IMPORTED_MODULE_3__.MixinReference);
+        var identifier = this._parseMixinDeclarationIdentifier();
+        while (identifier) {
+            this.acceptDelim('>');
+            var nextId = this._parseMixinDeclarationIdentifier();
+            if (nextId) {
+                node.getNamespaces().addChild(identifier);
+                identifier = nextId;
+            }
+            else {
+                break;
+            }
+        }
+        if (!node.setIdentifier(identifier)) {
+            this.restoreAtMark(mark);
+            return null;
+        }
+        var hasArguments = false;
+        if (this.accept(_cssScanner__WEBPACK_IMPORTED_MODULE_1__.TokenType.ParenthesisL)) {
+            hasArguments = true;
+            if (node.getArguments().addChild(this._parseMixinArgument())) {
+                while (this.accept(_cssScanner__WEBPACK_IMPORTED_MODULE_1__.TokenType.Comma) || this.accept(_cssScanner__WEBPACK_IMPORTED_MODULE_1__.TokenType.SemiColon)) {
+                    if (this.peek(_cssScanner__WEBPACK_IMPORTED_MODULE_1__.TokenType.ParenthesisR)) {
+                        break;
+                    }
+                    if (!node.getArguments().addChild(this._parseMixinArgument())) {
+                        return this.finish(node, _cssErrors__WEBPACK_IMPORTED_MODULE_4__.ParseError.ExpressionExpected);
+                    }
+                }
+            }
+            if (!this.accept(_cssScanner__WEBPACK_IMPORTED_MODULE_1__.TokenType.ParenthesisR)) {
+                return this.finish(node, _cssErrors__WEBPACK_IMPORTED_MODULE_4__.ParseError.RightParenthesisExpected);
+            }
+            identifier.referenceTypes = [_cssNodes__WEBPACK_IMPORTED_MODULE_3__.ReferenceType.Mixin];
+        }
+        else {
+            identifier.referenceTypes = [_cssNodes__WEBPACK_IMPORTED_MODULE_3__.ReferenceType.Mixin, _cssNodes__WEBPACK_IMPORTED_MODULE_3__.ReferenceType.Rule];
+        }
+        if (this.peek(_cssScanner__WEBPACK_IMPORTED_MODULE_1__.TokenType.BracketL)) {
+            if (!atRoot) {
+                this._addLookupChildren(node);
+            }
+        }
+        else {
+            node.addChild(this._parsePrio());
+        }
+        if (!hasArguments && !this.peek(_cssScanner__WEBPACK_IMPORTED_MODULE_1__.TokenType.SemiColon) && !this.peek(_cssScanner__WEBPACK_IMPORTED_MODULE_1__.TokenType.CurlyR) && !this.peek(_cssScanner__WEBPACK_IMPORTED_MODULE_1__.TokenType.EOF)) {
+            this.restoreAtMark(mark);
+            return null;
+        }
+        return this.finish(node);
+    };
+    LESSParser.prototype._parseMixinArgument = function () {
+        // [variableName ':'] expression | variableName '...'
+        var node = this.create(_cssNodes__WEBPACK_IMPORTED_MODULE_3__.FunctionArgument);
+        var pos = this.mark();
+        var argument = this._parseVariable();
+        if (argument) {
+            if (!this.accept(_cssScanner__WEBPACK_IMPORTED_MODULE_1__.TokenType.Colon)) {
+                this.restoreAtMark(pos);
+            }
+            else {
+                node.setIdentifier(argument);
+            }
+        }
+        if (node.setValue(this._parseDetachedRuleSet() || this._parseExpr(true))) {
+            return this.finish(node);
+        }
+        this.restoreAtMark(pos);
+        return null;
+    };
+    LESSParser.prototype._parseMixinParameter = function () {
+        var node = this.create(_cssNodes__WEBPACK_IMPORTED_MODULE_3__.FunctionParameter);
+        // special rest variable: @rest...
+        if (this.peekKeyword('@rest')) {
+            var restNode = this.create(_cssNodes__WEBPACK_IMPORTED_MODULE_3__.Node);
+            this.consumeToken();
+            if (!this.accept(_lessScanner__WEBPACK_IMPORTED_MODULE_0__.Ellipsis)) {
+                return this.finish(node, _cssErrors__WEBPACK_IMPORTED_MODULE_4__.ParseError.DotExpected, [], [_cssScanner__WEBPACK_IMPORTED_MODULE_1__.TokenType.Comma, _cssScanner__WEBPACK_IMPORTED_MODULE_1__.TokenType.ParenthesisR]);
+            }
+            node.setIdentifier(this.finish(restNode));
+            return this.finish(node);
+        }
+        // special const args: ...
+        if (this.peek(_lessScanner__WEBPACK_IMPORTED_MODULE_0__.Ellipsis)) {
+            var varargsNode = this.create(_cssNodes__WEBPACK_IMPORTED_MODULE_3__.Node);
+            this.consumeToken();
+            node.setIdentifier(this.finish(varargsNode));
+            return this.finish(node);
+        }
+        var hasContent = false;
+        // default variable declaration: @param: 12 or @name
+        if (node.setIdentifier(this._parseVariable())) {
+            this.accept(_cssScanner__WEBPACK_IMPORTED_MODULE_1__.TokenType.Colon);
+            hasContent = true;
+        }
+        if (!node.setDefaultValue(this._parseDetachedRuleSet() || this._parseExpr(true)) && !hasContent) {
+            return null;
+        }
+        return this.finish(node);
+    };
+    LESSParser.prototype._parseGuard = function () {
+        if (!this.peekIdent('when')) {
+            return null;
+        }
+        var node = this.create(_cssNodes__WEBPACK_IMPORTED_MODULE_3__.LessGuard);
+        this.consumeToken(); // when
+        node.isNegated = this.acceptIdent('not');
+        if (!node.getConditions().addChild(this._parseGuardCondition())) {
+            return this.finish(node, _cssErrors__WEBPACK_IMPORTED_MODULE_4__.ParseError.ConditionExpected);
+        }
+        while (this.acceptIdent('and') || this.accept(_cssScanner__WEBPACK_IMPORTED_MODULE_1__.TokenType.Comma)) {
+            if (!node.getConditions().addChild(this._parseGuardCondition())) {
+                return this.finish(node, _cssErrors__WEBPACK_IMPORTED_MODULE_4__.ParseError.ConditionExpected);
+            }
+        }
+        return this.finish(node);
+    };
+    LESSParser.prototype._parseGuardCondition = function () {
+        if (!this.peek(_cssScanner__WEBPACK_IMPORTED_MODULE_1__.TokenType.ParenthesisL)) {
+            return null;
+        }
+        var node = this.create(_cssNodes__WEBPACK_IMPORTED_MODULE_3__.GuardCondition);
+        this.consumeToken(); // ParenthesisL
+        if (!node.addChild(this._parseExpr())) {
+            // empty (?)
+        }
+        if (!this.accept(_cssScanner__WEBPACK_IMPORTED_MODULE_1__.TokenType.ParenthesisR)) {
+            return this.finish(node, _cssErrors__WEBPACK_IMPORTED_MODULE_4__.ParseError.RightParenthesisExpected);
+        }
+        return this.finish(node);
+    };
+    LESSParser.prototype._parseFunction = function () {
+        var pos = this.mark();
+        var node = this.create(_cssNodes__WEBPACK_IMPORTED_MODULE_3__.Function);
+        if (!node.setIdentifier(this._parseFunctionIdentifier())) {
+            return null;
+        }
+        if (this.hasWhitespace() || !this.accept(_cssScanner__WEBPACK_IMPORTED_MODULE_1__.TokenType.ParenthesisL)) {
+            this.restoreAtMark(pos);
+            return null;
+        }
+        if (node.getArguments().addChild(this._parseMixinArgument())) {
+            while (this.accept(_cssScanner__WEBPACK_IMPORTED_MODULE_1__.TokenType.Comma) || this.accept(_cssScanner__WEBPACK_IMPORTED_MODULE_1__.TokenType.SemiColon)) {
+                if (this.peek(_cssScanner__WEBPACK_IMPORTED_MODULE_1__.TokenType.ParenthesisR)) {
+                    break;
+                }
+                if (!node.getArguments().addChild(this._parseMixinArgument())) {
+                    return this.finish(node, _cssErrors__WEBPACK_IMPORTED_MODULE_4__.ParseError.ExpressionExpected);
+                }
+            }
+        }
+        if (!this.accept(_cssScanner__WEBPACK_IMPORTED_MODULE_1__.TokenType.ParenthesisR)) {
+            return this.finish(node, _cssErrors__WEBPACK_IMPORTED_MODULE_4__.ParseError.RightParenthesisExpected);
+        }
+        return this.finish(node);
+    };
+    LESSParser.prototype._parseFunctionIdentifier = function () {
+        if (this.peekDelim('%')) {
+            var node = this.create(_cssNodes__WEBPACK_IMPORTED_MODULE_3__.Identifier);
+            node.referenceTypes = [_cssNodes__WEBPACK_IMPORTED_MODULE_3__.ReferenceType.Function];
+            this.consumeToken();
+            return this.finish(node);
+        }
+        return _super.prototype._parseFunctionIdentifier.call(this);
+    };
+    LESSParser.prototype._parseURLArgument = function () {
+        var pos = this.mark();
+        var node = _super.prototype._parseURLArgument.call(this);
+        if (!node || !this.peek(_cssScanner__WEBPACK_IMPORTED_MODULE_1__.TokenType.ParenthesisR)) {
+            this.restoreAtMark(pos);
+            var node_2 = this.create(_cssNodes__WEBPACK_IMPORTED_MODULE_3__.Node);
+            node_2.addChild(this._parseBinaryExpr());
+            return this.finish(node_2);
+        }
+        return node;
+    };
+    return LESSParser;
+}(_cssParser__WEBPACK_IMPORTED_MODULE_2__.Parser));
+
+
+
+/***/ }),
+/* 98 */
+/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
+
+__webpack_require__.r(__webpack_exports__);
+/* harmony export */ __webpack_require__.d(__webpack_exports__, {
+/* harmony export */   "Ellipsis": () => /* binding */ Ellipsis,
+/* harmony export */   "LESSScanner": () => /* binding */ LESSScanner
+/* harmony export */ });
+/* harmony import */ var _cssScanner__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(64);
+/*---------------------------------------------------------------------------------------------
+ *  Copyright (c) Microsoft Corporation. All rights reserved.
+ *  Licensed under the MIT License. See License.txt in the project root for license information.
+ *--------------------------------------------------------------------------------------------*/
+
+var __extends = (undefined && undefined.__extends) || (function () {
+    var extendStatics = function (d, b) {
+        extendStatics = Object.setPrototypeOf ||
+            ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
+            function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
+        return extendStatics(d, b);
+    };
+    return function (d, b) {
+        extendStatics(d, b);
+        function __() { this.constructor = d; }
+        d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
+    };
+})();
+
+var _FSL = '/'.charCodeAt(0);
+var _NWL = '\n'.charCodeAt(0);
+var _CAR = '\r'.charCodeAt(0);
+var _LFD = '\f'.charCodeAt(0);
+var _TIC = '`'.charCodeAt(0);
+var _DOT = '.'.charCodeAt(0);
+var customTokenValue = _cssScanner__WEBPACK_IMPORTED_MODULE_0__.TokenType.CustomToken;
+var Ellipsis = customTokenValue++;
+var LESSScanner = /** @class */ (function (_super) {
+    __extends(LESSScanner, _super);
+    function LESSScanner() {
+        return _super !== null && _super.apply(this, arguments) || this;
+    }
+    LESSScanner.prototype.scanNext = function (offset) {
+        // LESS: escaped JavaScript code `const a = "dddd"`
+        var tokenType = this.escapedJavaScript();
+        if (tokenType !== null) {
+            return this.finishToken(offset, tokenType);
+        }
+        if (this.stream.advanceIfChars([_DOT, _DOT, _DOT])) {
+            return this.finishToken(offset, Ellipsis);
+        }
+        return _super.prototype.scanNext.call(this, offset);
+    };
+    LESSScanner.prototype.comment = function () {
+        if (_super.prototype.comment.call(this)) {
+            return true;
+        }
+        if (!this.inURL && this.stream.advanceIfChars([_FSL, _FSL])) {
+            this.stream.advanceWhileChar(function (ch) {
+                switch (ch) {
+                    case _NWL:
+                    case _CAR:
+                    case _LFD:
+                        return false;
+                    default:
+                        return true;
+                }
+            });
+            return true;
+        }
+        else {
+            return false;
+        }
+    };
+    LESSScanner.prototype.escapedJavaScript = function () {
+        var ch = this.stream.peekChar();
+        if (ch === _TIC) {
+            this.stream.advance(1);
+            this.stream.advanceWhileChar(function (ch) { return ch !== _TIC; });
+            return this.stream.advanceIfChar(_TIC) ? _cssScanner__WEBPACK_IMPORTED_MODULE_0__.TokenType.EscapedJavaScript : _cssScanner__WEBPACK_IMPORTED_MODULE_0__.TokenType.BadEscapedJavaScript;
+        }
+        return null;
+    };
+    return LESSScanner;
+}(_cssScanner__WEBPACK_IMPORTED_MODULE_0__.Scanner));
+
+
+
+/***/ }),
+/* 99 */
+/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
+
+__webpack_require__.r(__webpack_exports__);
+/* harmony export */ __webpack_require__.d(__webpack_exports__, {
+/* harmony export */   "LESSCompletion": () => /* binding */ LESSCompletion
+/* harmony export */ });
+/* harmony import */ var _cssCompletion__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(76);
+/* harmony import */ var _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(79);
+/* harmony import */ var vscode_nls__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(68);
+/*---------------------------------------------------------------------------------------------
+ *  Copyright (c) Microsoft Corporation. All rights reserved.
+ *  Licensed under the MIT License. See License.txt in the project root for license information.
+ *--------------------------------------------------------------------------------------------*/
+
+var __extends = (undefined && undefined.__extends) || (function () {
+    var extendStatics = function (d, b) {
+        extendStatics = Object.setPrototypeOf ||
+            ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
+            function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
+        return extendStatics(d, b);
+    };
+    return function (d, b) {
+        extendStatics(d, b);
+        function __() { this.constructor = d; }
+        d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
+    };
+})();
+
+
+
+var localize = vscode_nls__WEBPACK_IMPORTED_MODULE_2__.loadMessageBundle();
+var LESSCompletion = /** @class */ (function (_super) {
+    __extends(LESSCompletion, _super);
+    function LESSCompletion(lsOptions, cssDataManager) {
+        return _super.call(this, '@', lsOptions, cssDataManager) || this;
+    }
+    LESSCompletion.prototype.createFunctionProposals = function (proposals, existingNode, sortToEnd, result) {
+        for (var _i = 0, proposals_1 = proposals; _i < proposals_1.length; _i++) {
+            var p = proposals_1[_i];
+            var item = {
+                label: p.name,
+                detail: p.example,
+                documentation: p.description,
+                textEdit: _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_1__.TextEdit.replace(this.getCompletionRange(existingNode), p.name + '($0)'),
+                insertTextFormat: _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_1__.InsertTextFormat.Snippet,
+                kind: _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_1__.CompletionItemKind.Function
+            };
+            if (sortToEnd) {
+                item.sortText = 'z';
+            }
+            result.items.push(item);
+        }
+        return result;
+    };
+    LESSCompletion.prototype.getTermProposals = function (entry, existingNode, result) {
+        var functions = LESSCompletion.builtInProposals;
+        if (entry) {
+            functions = functions.filter(function (f) { return !f.type || !entry.restrictions || entry.restrictions.indexOf(f.type) !== -1; });
+        }
+        this.createFunctionProposals(functions, existingNode, true, result);
+        return _super.prototype.getTermProposals.call(this, entry, existingNode, result);
+    };
+    LESSCompletion.prototype.getColorProposals = function (entry, existingNode, result) {
+        this.createFunctionProposals(LESSCompletion.colorProposals, existingNode, false, result);
+        return _super.prototype.getColorProposals.call(this, entry, existingNode, result);
+    };
+    LESSCompletion.prototype.getCompletionsForDeclarationProperty = function (declaration, result) {
+        this.getCompletionsForSelector(null, true, result);
+        return _super.prototype.getCompletionsForDeclarationProperty.call(this, declaration, result);
+    };
+    LESSCompletion.builtInProposals = [
+        // Boolean functions
+        {
+            'name': 'if',
+            'example': 'if(condition, trueValue [, falseValue]);',
+            'description': localize('less.builtin.if', 'returns one of two values depending on a condition.')
+        },
+        {
+            'name': 'boolean',
+            'example': 'boolean(condition);',
+            'description': localize('less.builtin.boolean', '"store" a boolean test for later evaluation in a guard or if().')
+        },
+        // List functions
+        {
+            'name': 'length',
+            'example': 'length(@list);',
+            'description': localize('less.builtin.length', 'returns the number of elements in a value list')
+        },
+        {
+            'name': 'extract',
+            'example': 'extract(@list, index);',
+            'description': localize('less.builtin.extract', 'returns a value at the specified position in the list')
+        },
+        {
+            'name': 'range',
+            'example': 'range([start, ] end [, step]);',
+            'description': localize('less.builtin.range', 'generate a list spanning a range of values')
+        },
+        {
+            'name': 'each',
+            'example': 'each(@list, ruleset);',
+            'description': localize('less.builtin.each', 'bind the evaluation of a ruleset to each member of a list.')
+        },
+        // Other built-ins
+        {
+            'name': 'escape',
+            'example': 'escape(@string);',
+            'description': localize('less.builtin.escape', 'URL encodes a string')
+        },
+        {
+            'name': 'e',
+            'example': 'e(@string);',
+            'description': localize('less.builtin.e', 'escape string content')
+        },
+        {
+            'name': 'replace',
+            'example': 'replace(@string, @pattern, @replacement[, @flags]);',
+            'description': localize('less.builtin.replace', 'string replace')
+        },
+        {
+            'name': 'unit',
+            'example': 'unit(@dimension, [@unit: \'\']);',
+            'description': localize('less.builtin.unit', 'remove or change the unit of a dimension')
+        },
+        {
+            'name': 'color',
+            'example': 'color(@string);',
+            'description': localize('less.builtin.color', 'parses a string to a color'),
+            'type': 'color'
+        },
+        {
+            'name': 'convert',
+            'example': 'convert(@value, unit);',
+            'description': localize('less.builtin.convert', 'converts numbers from one type into another')
+        },
+        {
+            'name': 'data-uri',
+            'example': 'data-uri([mimetype,] url);',
+            'description': localize('less.builtin.data-uri', 'inlines a resource and falls back to `url()`'),
+            'type': 'url'
+        },
+        {
+            'name': 'abs',
+            'description': localize('less.builtin.abs', 'absolute value of a number'),
+            'example': 'abs(number);'
+        },
+        {
+            'name': 'acos',
+            'description': localize('less.builtin.acos', 'arccosine - inverse of cosine function'),
+            'example': 'acos(number);'
+        },
+        {
+            'name': 'asin',
+            'description': localize('less.builtin.asin', 'arcsine - inverse of sine function'),
+            'example': 'asin(number);'
+        },
+        {
+            'name': 'ceil',
+            'example': 'ceil(@number);',
+            'description': localize('less.builtin.ceil', 'rounds up to an integer')
+        },
+        {
+            'name': 'cos',
+            'description': localize('less.builtin.cos', 'cosine function'),
+            'example': 'cos(number);'
+        },
+        {
+            'name': 'floor',
+            'description': localize('less.builtin.floor', 'rounds down to an integer'),
+            'example': 'floor(@number);'
+        },
+        {
+            'name': 'percentage',
+            'description': localize('less.builtin.percentage', 'converts to a %, e.g. 0.5 > 50%'),
+            'example': 'percentage(@number);',
+            'type': 'percentage'
+        },
+        {
+            'name': 'round',
+            'description': localize('less.builtin.round', 'rounds a number to a number of places'),
+            'example': 'round(number, [places: 0]);'
+        },
+        {
+            'name': 'sqrt',
+            'description': localize('less.builtin.sqrt', 'calculates square root of a number'),
+            'example': 'sqrt(number);'
+        },
+        {
+            'name': 'sin',
+            'description': localize('less.builtin.sin', 'sine function'),
+            'example': 'sin(number);'
+        },
+        {
+            'name': 'tan',
+            'description': localize('less.builtin.tan', 'tangent function'),
+            'example': 'tan(number);'
+        },
+        {
+            'name': 'atan',
+            'description': localize('less.builtin.atan', 'arctangent - inverse of tangent function'),
+            'example': 'atan(number);'
+        },
+        {
+            'name': 'pi',
+            'description': localize('less.builtin.pi', 'returns pi'),
+            'example': 'pi();'
+        },
+        {
+            'name': 'pow',
+            'description': localize('less.builtin.pow', 'first argument raised to the power of the second argument'),
+            'example': 'pow(@base, @exponent);'
+        },
+        {
+            'name': 'mod',
+            'description': localize('less.builtin.mod', 'first argument modulus second argument'),
+            'example': 'mod(number, number);'
+        },
+        {
+            'name': 'min',
+            'description': localize('less.builtin.min', 'returns the lowest of one or more values'),
+            'example': 'min(@x, @y);'
+        },
+        {
+            'name': 'max',
+            'description': localize('less.builtin.max', 'returns the lowest of one or more values'),
+            'example': 'max(@x, @y);'
+        }
+    ];
+    LESSCompletion.colorProposals = [
+        {
+            'name': 'argb',
+            'example': 'argb(@color);',
+            'description': localize('less.builtin.argb', 'creates a #AARRGGBB')
+        },
+        {
+            'name': 'hsl',
+            'example': 'hsl(@hue, @saturation, @lightness);',
+            'description': localize('less.builtin.hsl', 'creates a color')
+        },
+        {
+            'name': 'hsla',
+            'example': 'hsla(@hue, @saturation, @lightness, @alpha);',
+            'description': localize('less.builtin.hsla', 'creates a color')
+        },
+        {
+            'name': 'hsv',
+            'example': 'hsv(@hue, @saturation, @value);',
+            'description': localize('less.builtin.hsv', 'creates a color')
+        },
+        {
+            'name': 'hsva',
+            'example': 'hsva(@hue, @saturation, @value, @alpha);',
+            'description': localize('less.builtin.hsva', 'creates a color')
+        },
+        {
+            'name': 'hue',
+            'example': 'hue(@color);',
+            'description': localize('less.builtin.hue', 'returns the `hue` channel of `@color` in the HSL space')
+        },
+        {
+            'name': 'saturation',
+            'example': 'saturation(@color);',
+            'description': localize('less.builtin.saturation', 'returns the `saturation` channel of `@color` in the HSL space')
+        },
+        {
+            'name': 'lightness',
+            'example': 'lightness(@color);',
+            'description': localize('less.builtin.lightness', 'returns the `lightness` channel of `@color` in the HSL space')
+        },
+        {
+            'name': 'hsvhue',
+            'example': 'hsvhue(@color);',
+            'description': localize('less.builtin.hsvhue', 'returns the `hue` channel of `@color` in the HSV space')
+        },
+        {
+            'name': 'hsvsaturation',
+            'example': 'hsvsaturation(@color);',
+            'description': localize('less.builtin.hsvsaturation', 'returns the `saturation` channel of `@color` in the HSV space')
+        },
+        {
+            'name': 'hsvvalue',
+            'example': 'hsvvalue(@color);',
+            'description': localize('less.builtin.hsvvalue', 'returns the `value` channel of `@color` in the HSV space')
+        },
+        {
+            'name': 'red',
+            'example': 'red(@color);',
+            'description': localize('less.builtin.red', 'returns the `red` channel of `@color`')
+        },
+        {
+            'name': 'green',
+            'example': 'green(@color);',
+            'description': localize('less.builtin.green', 'returns the `green` channel of `@color`')
+        },
+        {
+            'name': 'blue',
+            'example': 'blue(@color);',
+            'description': localize('less.builtin.blue', 'returns the `blue` channel of `@color`')
+        },
+        {
+            'name': 'alpha',
+            'example': 'alpha(@color);',
+            'description': localize('less.builtin.alpha', 'returns the `alpha` channel of `@color`')
+        },
+        {
+            'name': 'luma',
+            'example': 'luma(@color);',
+            'description': localize('less.builtin.luma', 'returns the `luma` value (perceptual brightness) of `@color`')
+        },
+        {
+            'name': 'saturate',
+            'example': 'saturate(@color, 10%);',
+            'description': localize('less.builtin.saturate', 'return `@color` 10% points more saturated')
+        },
+        {
+            'name': 'desaturate',
+            'example': 'desaturate(@color, 10%);',
+            'description': localize('less.builtin.desaturate', 'return `@color` 10% points less saturated')
+        },
+        {
+            'name': 'lighten',
+            'example': 'lighten(@color, 10%);',
+            'description': localize('less.builtin.lighten', 'return `@color` 10% points lighter')
+        },
+        {
+            'name': 'darken',
+            'example': 'darken(@color, 10%);',
+            'description': localize('less.builtin.darken', 'return `@color` 10% points darker')
+        },
+        {
+            'name': 'fadein',
+            'example': 'fadein(@color, 10%);',
+            'description': localize('less.builtin.fadein', 'return `@color` 10% points less transparent')
+        },
+        {
+            'name': 'fadeout',
+            'example': 'fadeout(@color, 10%);',
+            'description': localize('less.builtin.fadeout', 'return `@color` 10% points more transparent')
+        },
+        {
+            'name': 'fade',
+            'example': 'fade(@color, 50%);',
+            'description': localize('less.builtin.fade', 'return `@color` with 50% transparency')
+        },
+        {
+            'name': 'spin',
+            'example': 'spin(@color, 10);',
+            'description': localize('less.builtin.spin', 'return `@color` with a 10 degree larger in hue')
+        },
+        {
+            'name': 'mix',
+            'example': 'mix(@color1, @color2, [@weight: 50%]);',
+            'description': localize('less.builtin.mix', 'return a mix of `@color1` and `@color2`')
+        },
+        {
+            'name': 'greyscale',
+            'example': 'greyscale(@color);',
+            'description': localize('less.builtin.greyscale', 'returns a grey, 100% desaturated color'),
+        },
+        {
+            'name': 'contrast',
+            'example': 'contrast(@color1, [@darkcolor: black], [@lightcolor: white], [@threshold: 43%]);',
+            'description': localize('less.builtin.contrast', 'return `@darkcolor` if `@color1 is> 43% luma` otherwise return `@lightcolor`, see notes')
+        },
+        {
+            'name': 'multiply',
+            'example': 'multiply(@color1, @color2);'
+        },
+        {
+            'name': 'screen',
+            'example': 'screen(@color1, @color2);'
+        },
+        {
+            'name': 'overlay',
+            'example': 'overlay(@color1, @color2);'
+        },
+        {
+            'name': 'softlight',
+            'example': 'softlight(@color1, @color2);'
+        },
+        {
+            'name': 'hardlight',
+            'example': 'hardlight(@color1, @color2);'
+        },
+        {
+            'name': 'difference',
+            'example': 'difference(@color1, @color2);'
+        },
+        {
+            'name': 'exclusion',
+            'example': 'exclusion(@color1, @color2);'
+        },
+        {
+            'name': 'average',
+            'example': 'average(@color1, @color2);'
+        },
+        {
+            'name': 'negation',
+            'example': 'negation(@color1, @color2);'
+        }
+    ];
+    return LESSCompletion;
+}(_cssCompletion__WEBPACK_IMPORTED_MODULE_0__.CSSCompletion));
+
+
+
+/***/ }),
+/* 100 */
+/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
 
-"use strict";
 __webpack_require__.r(__webpack_exports__);
-/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "startsWith", function() { return startsWith; });
-/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "endsWith", function() { return endsWith; });
-/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "commonPrefixLength", function() { return commonPrefixLength; });
-/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "repeat", function() { return repeat; });
-/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "isLetterOrDigit", function() { return isLetterOrDigit; });
+/* harmony export */ __webpack_require__.d(__webpack_exports__, {
+/* harmony export */   "getFoldingRanges": () => /* binding */ getFoldingRanges
+/* harmony export */ });
+/* harmony import */ var _parser_cssScanner__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(64);
+/* harmony import */ var _parser_scssScanner__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(94);
+/* harmony import */ var _parser_lessScanner__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(98);
 /*---------------------------------------------------------------------------------------------
  *  Copyright (c) Microsoft Corporation. All rights reserved.
  *  Licensed under the MIT License. See License.txt in the project root for license information.
  *--------------------------------------------------------------------------------------------*/
-function startsWith(haystack, needle) {
-    if (haystack.length < needle.length) {
-        return false;
+
+
+
+
+function getFoldingRanges(document, context) {
+    var ranges = computeFoldingRanges(document);
+    return limitFoldingRanges(ranges, context);
+}
+function computeFoldingRanges(document) {
+    function getStartLine(t) {
+        return document.positionAt(t.offset).line;
     }
-    for (var i = 0; i < needle.length; i++) {
-        if (haystack[i] !== needle[i]) {
-            return false;
+    function getEndLine(t) {
+        return document.positionAt(t.offset + t.len).line;
+    }
+    function getScanner() {
+        switch (document.languageId) {
+            case 'scss':
+                return new _parser_scssScanner__WEBPACK_IMPORTED_MODULE_1__.SCSSScanner();
+            case 'less':
+                return new _parser_lessScanner__WEBPACK_IMPORTED_MODULE_2__.LESSScanner();
+            default:
+                return new _parser_cssScanner__WEBPACK_IMPORTED_MODULE_0__.Scanner();
         }
     }
-    return true;
-}
-/**
- * Determines if haystack ends with needle.
- */
-function endsWith(haystack, needle) {
-    var diff = haystack.length - needle.length;
-    if (diff > 0) {
-        return haystack.lastIndexOf(needle) === diff;
+    function tokenToRange(t, kind) {
+        var startLine = getStartLine(t);
+        var endLine = getEndLine(t);
+        if (startLine !== endLine) {
+            return {
+                startLine: startLine,
+                endLine: endLine,
+                kind: kind
+            };
+        }
+        else {
+            return null;
+        }
     }
-    else if (diff === 0) {
-        return haystack === needle;
+    var ranges = [];
+    var delimiterStack = [];
+    var scanner = getScanner();
+    scanner.ignoreComment = false;
+    scanner.setSource(document.getText());
+    var token = scanner.scan();
+    var prevToken = null;
+    var _loop_1 = function () {
+        switch (token.type) {
+            case _parser_cssScanner__WEBPACK_IMPORTED_MODULE_0__.TokenType.CurlyL:
+            case _parser_scssScanner__WEBPACK_IMPORTED_MODULE_1__.InterpolationFunction:
+                {
+                    delimiterStack.push({ line: getStartLine(token), type: 'brace', isStart: true });
+                    break;
+                }
+            case _parser_cssScanner__WEBPACK_IMPORTED_MODULE_0__.TokenType.CurlyR: {
+                if (delimiterStack.length !== 0) {
+                    var prevDelimiter = popPrevStartDelimiterOfType(delimiterStack, 'brace');
+                    if (!prevDelimiter) {
+                        break;
+                    }
+                    var endLine = getEndLine(token);
+                    if (prevDelimiter.type === 'brace') {
+                        /**
+                         * Other than the case when curly brace is not on a new line by itself, for example
+                         * .foo {
+                         *   color: red; }
+                         * Use endLine minus one to show ending curly brace
+                         */
+                        if (prevToken && getEndLine(prevToken) !== endLine) {
+                            endLine--;
+                        }
+                        if (prevDelimiter.line !== endLine) {
+                            ranges.push({
+                                startLine: prevDelimiter.line,
+                                endLine: endLine,
+                                kind: undefined
+                            });
+                        }
+                    }
+                }
+                break;
+            }
+            /**
+             * In CSS, there is no single line comment prefixed with //
+             * All comments are marked as `Comment`
+             */
+            case _parser_cssScanner__WEBPACK_IMPORTED_MODULE_0__.TokenType.Comment: {
+                var commentRegionMarkerToDelimiter_1 = function (marker) {
+                    if (marker === '#region') {
+                        return { line: getStartLine(token), type: 'comment', isStart: true };
+                    }
+                    else {
+                        return { line: getEndLine(token), type: 'comment', isStart: false };
+                    }
+                };
+                var getCurrDelimiter = function (token) {
+                    var matches = token.text.match(/^\s*\/\*\s*(#region|#endregion)\b\s*(.*?)\s*\*\//);
+                    if (matches) {
+                        return commentRegionMarkerToDelimiter_1(matches[1]);
+                    }
+                    else if (document.languageId === 'scss' || document.languageId === 'less') {
+                        var matches_1 = token.text.match(/^\s*\/\/\s*(#region|#endregion)\b\s*(.*?)\s*/);
+                        if (matches_1) {
+                            return commentRegionMarkerToDelimiter_1(matches_1[1]);
+                        }
+                    }
+                    return null;
+                };
+                var currDelimiter = getCurrDelimiter(token);
+                // /* */ comment region folding
+                // All #region and #endregion cases
+                if (currDelimiter) {
+                    if (currDelimiter.isStart) {
+                        delimiterStack.push(currDelimiter);
+                    }
+                    else {
+                        var prevDelimiter = popPrevStartDelimiterOfType(delimiterStack, 'comment');
+                        if (!prevDelimiter) {
+                            break;
+                        }
+                        if (prevDelimiter.type === 'comment') {
+                            if (prevDelimiter.line !== currDelimiter.line) {
+                                ranges.push({
+                                    startLine: prevDelimiter.line,
+                                    endLine: currDelimiter.line,
+                                    kind: 'region'
+                                });
+                            }
+                        }
+                    }
+                }
+                // Multiline comment case
+                else {
+                    var range = tokenToRange(token, 'comment');
+                    if (range) {
+                        ranges.push(range);
+                    }
+                }
+                break;
+            }
+        }
+        prevToken = token;
+        token = scanner.scan();
+    };
+    while (token.type !== _parser_cssScanner__WEBPACK_IMPORTED_MODULE_0__.TokenType.EOF) {
+        _loop_1();
     }
-    else {
-        return false;
+    return ranges;
+}
+function popPrevStartDelimiterOfType(stack, type) {
+    if (stack.length === 0) {
+        return null;
+    }
+    for (var i = stack.length - 1; i >= 0; i--) {
+        if (stack[i].type === type && stack[i].isStart) {
+            return stack.splice(i, 1)[0];
+        }
     }
+    return null;
 }
 /**
- * @returns the length of the common prefix of the two strings.
+ * - Sort regions
+ * - Remove invalid regions (intersections)
+ * - If limit exceeds, only return `rangeLimit` amount of ranges
  */
-function commonPrefixLength(a, b) {
-    var i;
-    var len = Math.min(a.length, b.length);
-    for (i = 0; i < len; i++) {
-        if (a.charCodeAt(i) !== b.charCodeAt(i)) {
-            return i;
+function limitFoldingRanges(ranges, context) {
+    var maxRanges = context && context.rangeLimit || Number.MAX_VALUE;
+    var sortedRanges = ranges.sort(function (r1, r2) {
+        var diff = r1.startLine - r2.startLine;
+        if (diff === 0) {
+            diff = r1.endLine - r2.endLine;
         }
-    }
-    return len;
-}
-function repeat(value, count) {
-    var s = '';
-    while (count > 0) {
-        if ((count & 1) === 1) {
-            s += value;
+        return diff;
+    });
+    var validRanges = [];
+    var prevEndLine = -1;
+    sortedRanges.forEach(function (r) {
+        if (!(r.startLine < prevEndLine && prevEndLine < r.endLine)) {
+            validRanges.push(r);
+            prevEndLine = r.endLine;
         }
-        value += value;
-        count = count >>> 1;
+    });
+    if (validRanges.length < maxRanges) {
+        return validRanges;
+    }
+    else {
+        return validRanges.slice(0, maxRanges);
     }
-    return s;
-}
-var _a = 'a'.charCodeAt(0);
-var _z = 'z'.charCodeAt(0);
-var _A = 'A'.charCodeAt(0);
-var _Z = 'Z'.charCodeAt(0);
-var _0 = '0'.charCodeAt(0);
-var _9 = '9'.charCodeAt(0);
-function isLetterOrDigit(text, index) {
-    var c = text.charCodeAt(index);
-    return (_a <= c && c <= _z) || (_A <= c && c <= _Z) || (_0 <= c && c <= _9);
 }
 
 
 /***/ }),
-/* 120 */
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
+/* 101 */
+/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
 
-"use strict";
 __webpack_require__.r(__webpack_exports__);
-/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "builtinDataProviders", function() { return builtinDataProviders; });
-/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "getAllDataProviders", function() { return getAllDataProviders; });
-/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "handleCustomDataProviders", function() { return handleCustomDataProviders; });
-/* harmony import */ var _dataProvider__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(121);
-/* harmony import */ var _data_webCustomData__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(123);
+/* harmony export */ __webpack_require__.d(__webpack_exports__, {
+/* harmony export */   "CSSDataManager": () => /* binding */ CSSDataManager
+/* harmony export */ });
+/* harmony import */ var _utils_objects__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(75);
+/* harmony import */ var _data_webCustomData__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(102);
+/* harmony import */ var _dataProvider__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(103);
 /*---------------------------------------------------------------------------------------------
  *  Copyright (c) Microsoft Corporation. All rights reserved.
  *  Licensed under the MIT License. See License.txt in the project root for license information.
  *--------------------------------------------------------------------------------------------*/
 
 
-var builtinDataProviders = [
-    new _dataProvider__WEBPACK_IMPORTED_MODULE_0__["HTMLDataProvider"]('html5', _data_webCustomData__WEBPACK_IMPORTED_MODULE_1__["htmlData"])
-];
-var customDataProviders = [];
-function getAllDataProviders() {
-    return builtinDataProviders.concat(customDataProviders);
-}
-function handleCustomDataProviders(providers) {
-    providers.forEach(function (p) {
-        customDataProviders.push(p);
-    });
-}
-
-
-/***/ }),
-/* 121 */
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
 
-"use strict";
-__webpack_require__.r(__webpack_exports__);
-/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "HTMLDataProvider", function() { return HTMLDataProvider; });
-/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "generateDocumentation", function() { return generateDocumentation; });
-/* harmony import */ var _utils_markup__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(122);
-/*---------------------------------------------------------------------------------------------
- *  Copyright (c) Microsoft Corporation. All rights reserved.
- *  Licensed under the MIT License. See License.txt in the project root for license information.
- *--------------------------------------------------------------------------------------------*/
 
-var HTMLDataProvider = /** @class */ (function () {
+var CSSDataManager = /** @class */ (function () {
+    function CSSDataManager(options) {
+        this.dataProviders = [];
+        this._propertySet = {};
+        this._atDirectiveSet = {};
+        this._pseudoClassSet = {};
+        this._pseudoElementSet = {};
+        this._properties = [];
+        this._atDirectives = [];
+        this._pseudoClasses = [];
+        this._pseudoElements = [];
+        this.setDataProviders((options === null || options === void 0 ? void 0 : options.useDefaultDataProvider) !== false, (options === null || options === void 0 ? void 0 : options.customDataProviders) || []);
+    }
+    CSSDataManager.prototype.setDataProviders = function (builtIn, providers) {
+        var _a;
+        this.dataProviders = [];
+        if (builtIn) {
+            this.dataProviders.push(new _dataProvider__WEBPACK_IMPORTED_MODULE_1__.CSSDataProvider(_data_webCustomData__WEBPACK_IMPORTED_MODULE_0__.cssData));
+        }
+        (_a = this.dataProviders).push.apply(_a, providers);
+        this.collectData();
+    };
     /**
-     * Currently, unversioned data uses the V1 implementation
-     * In the future when the provider handles multiple versions of HTML custom data,
-     * use the latest implementation for unversioned data
+     * Collect all data  & handle duplicates
      */
-    function HTMLDataProvider(id, customData) {
+    CSSDataManager.prototype.collectData = function () {
         var _this = this;
-        this.id = id;
-        this._tags = [];
-        this._tagMap = {};
-        this._attributeMap = {};
-        this._valueSetMap = {};
-        this._tags = customData.tags || [];
-        this._globalAttributes = customData.globalAttributes || [];
-        this._tags.forEach(function (t) {
-            _this._tagMap[t.name] = t;
-            if (t.attributes) {
-                t.attributes.forEach(function (a) {
-                    _this._attributeMap[a.name] = a;
-                });
-            }
-        });
-        this._globalAttributes.forEach(function (a) {
-            _this._attributeMap[a.name] = a;
-        });
-        if (customData.valueSets) {
-            customData.valueSets.forEach(function (vs) {
-                _this._valueSetMap[vs.name] = vs.values;
+        this._propertySet = {};
+        this._atDirectiveSet = {};
+        this._pseudoClassSet = {};
+        this._pseudoElementSet = {};
+        this.dataProviders.forEach(function (provider) {
+            provider.provideProperties().forEach(function (p) {
+                if (!_this._propertySet[p.name]) {
+                    _this._propertySet[p.name] = p;
+                }
             });
-        }
-    }
-    HTMLDataProvider.prototype.isApplicable = function () {
-        return true;
+            provider.provideAtDirectives().forEach(function (p) {
+                if (!_this._atDirectiveSet[p.name]) {
+                    _this._atDirectiveSet[p.name] = p;
+                }
+            });
+            provider.providePseudoClasses().forEach(function (p) {
+                if (!_this._pseudoClassSet[p.name]) {
+                    _this._pseudoClassSet[p.name] = p;
+                }
+            });
+            provider.providePseudoElements().forEach(function (p) {
+                if (!_this._pseudoElementSet[p.name]) {
+                    _this._pseudoElementSet[p.name] = p;
+                }
+            });
+        });
+        this._properties = _utils_objects__WEBPACK_IMPORTED_MODULE_2__.values(this._propertySet);
+        this._atDirectives = _utils_objects__WEBPACK_IMPORTED_MODULE_2__.values(this._atDirectiveSet);
+        this._pseudoClasses = _utils_objects__WEBPACK_IMPORTED_MODULE_2__.values(this._pseudoClassSet);
+        this._pseudoElements = _utils_objects__WEBPACK_IMPORTED_MODULE_2__.values(this._pseudoElementSet);
     };
-    HTMLDataProvider.prototype.getId = function () {
-        return this.id;
+    CSSDataManager.prototype.getProperty = function (name) { return this._propertySet[name]; };
+    CSSDataManager.prototype.getAtDirective = function (name) { return this._atDirectiveSet[name]; };
+    CSSDataManager.prototype.getPseudoClass = function (name) { return this._pseudoClassSet[name]; };
+    CSSDataManager.prototype.getPseudoElement = function (name) { return this._pseudoElementSet[name]; };
+    CSSDataManager.prototype.getProperties = function () {
+        return this._properties;
     };
-    HTMLDataProvider.prototype.provideTags = function () {
-        return this._tags;
+    CSSDataManager.prototype.getAtDirectives = function () {
+        return this._atDirectives;
     };
-    HTMLDataProvider.prototype.provideAttributes = function (tag) {
-        var attributes = [];
-        var processAttribute = function (a) {
-            attributes.push(a);
-        };
-        if (this._tagMap[tag]) {
-            this._tagMap[tag].attributes.forEach(function (a) {
-                processAttribute(a);
-            });
-        }
-        this._globalAttributes.forEach(function (ga) {
-            processAttribute(ga);
-        });
-        return attributes;
+    CSSDataManager.prototype.getPseudoClasses = function () {
+        return this._pseudoClasses;
     };
-    HTMLDataProvider.prototype.provideValues = function (tag, attribute) {
-        var _this = this;
-        var values = [];
-        var processAttributes = function (attributes) {
-            attributes.forEach(function (a) {
-                if (a.name === attribute) {
-                    if (a.values) {
-                        a.values.forEach(function (v) {
-                            values.push(v);
-                        });
-                    }
-                    if (a.valueSet) {
-                        if (_this._valueSetMap[a.valueSet]) {
-                            _this._valueSetMap[a.valueSet].forEach(function (v) {
-                                values.push(v);
-                            });
-                        }
-                    }
+    CSSDataManager.prototype.getPseudoElements = function () {
+        return this._pseudoElements;
+    };
+    CSSDataManager.prototype.isKnownProperty = function (name) {
+        return name.toLowerCase() in this._propertySet;
+    };
+    CSSDataManager.prototype.isStandardProperty = function (name) {
+        return this.isKnownProperty(name) &&
+            (!this._propertySet[name.toLowerCase()].status || this._propertySet[name.toLowerCase()].status === 'standard');
+    };
+    return CSSDataManager;
+}());
+
+
+
+/***/ }),
+/* 102 */
+/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
+
+__webpack_require__.r(__webpack_exports__);
+/* harmony export */ __webpack_require__.d(__webpack_exports__, {
+/* harmony export */   "cssData": () => /* binding */ cssData
+/* harmony export */ });
+/*---------------------------------------------------------------------------------------------
+ *  Copyright (c) Microsoft Corporation. All rights reserved.
+ *  Licensed under the MIT License. See License.txt in the project root for license information.
+ *--------------------------------------------------------------------------------------------*/
+// file generated from vscode-web-custom-data NPM package
+var cssData = {
+    "version": 1.1,
+    "properties": [
+        {
+            "name": "additive-symbols",
+            "browsers": [
+                "FF33"
+            ],
+            "syntax": "[ <integer> && <symbol> ]#",
+            "relevance": 50,
+            "description": "@counter-style descriptor. Specifies the symbols used by the marker-construction algorithm specified by the system descriptor. Needs to be specified if the counter system is 'additive'.",
+            "restrictions": [
+                "integer",
+                "string",
+                "image",
+                "identifier"
+            ]
+        },
+        {
+            "name": "align-content",
+            "values": [
+                {
+                    "name": "center",
+                    "description": "Lines are packed toward the center of the flex container."
+                },
+                {
+                    "name": "flex-end",
+                    "description": "Lines are packed toward the end of the flex container."
+                },
+                {
+                    "name": "flex-start",
+                    "description": "Lines are packed toward the start of the flex container."
+                },
+                {
+                    "name": "space-around",
+                    "description": "Lines are evenly distributed in the flex container, with half-size spaces on either end."
+                },
+                {
+                    "name": "space-between",
+                    "description": "Lines are evenly distributed in the flex container."
+                },
+                {
+                    "name": "stretch",
+                    "description": "Lines stretch to take up the remaining space."
+                }
+            ],
+            "syntax": "normal | <baseline-position> | <content-distribution> | <overflow-position>? <content-position>",
+            "relevance": 59,
+            "description": "Aligns a flex container’s lines within the flex container when there is extra space in the cross-axis, similar to how 'justify-content' aligns individual items within the main-axis.",
+            "restrictions": [
+                "enum"
+            ]
+        },
+        {
+            "name": "align-items",
+            "values": [
+                {
+                    "name": "baseline",
+                    "description": "If the flex item’s inline axis is the same as the cross axis, this value is identical to 'flex-start'. Otherwise, it participates in baseline alignment."
+                },
+                {
+                    "name": "center",
+                    "description": "The flex item’s margin box is centered in the cross axis within the line."
+                },
+                {
+                    "name": "flex-end",
+                    "description": "The cross-end margin edge of the flex item is placed flush with the cross-end edge of the line."
+                },
+                {
+                    "name": "flex-start",
+                    "description": "The cross-start margin edge of the flex item is placed flush with the cross-start edge of the line."
+                },
+                {
+                    "name": "stretch",
+                    "description": "If the cross size property of the flex item computes to auto, and neither of the cross-axis margins are auto, the flex item is stretched."
+                }
+            ],
+            "syntax": "normal | stretch | <baseline-position> | [ <overflow-position>? <self-position> ]",
+            "relevance": 81,
+            "description": "Aligns flex items along the cross axis of the current line of the flex container.",
+            "restrictions": [
+                "enum"
+            ]
+        },
+        {
+            "name": "justify-items",
+            "values": [
+                {
+                    "name": "auto"
+                },
+                {
+                    "name": "normal"
+                },
+                {
+                    "name": "end"
+                },
+                {
+                    "name": "start"
+                },
+                {
+                    "name": "flex-end",
+                    "description": "\"Flex items are packed toward the end of the line.\""
+                },
+                {
+                    "name": "flex-start",
+                    "description": "\"Flex items are packed toward the start of the line.\""
+                },
+                {
+                    "name": "self-end",
+                    "description": "The item is packed flush to the edge of the alignment container of the end side of the item, in the appropriate axis."
+                },
+                {
+                    "name": "self-start",
+                    "description": "The item is packed flush to the edge of the alignment container of the start side of the item, in the appropriate axis.."
+                },
+                {
+                    "name": "center",
+                    "description": "The items are packed flush to each other toward the center of the of the alignment container."
+                },
+                {
+                    "name": "left"
+                },
+                {
+                    "name": "right"
+                },
+                {
+                    "name": "baseline"
+                },
+                {
+                    "name": "first baseline"
+                },
+                {
+                    "name": "last baseline"
+                },
+                {
+                    "name": "stretch",
+                    "description": "If the cross size property of the flex item computes to auto, and neither of the cross-axis margins are auto, the flex item is stretched."
+                },
+                {
+                    "name": "save"
+                },
+                {
+                    "name": "unsave"
+                },
+                {
+                    "name": "legacy"
+                }
+            ],
+            "syntax": "normal | stretch | <baseline-position> | <overflow-position>? [ <self-position> | left | right ] | legacy | legacy && [ left | right | center ]",
+            "relevance": 50,
+            "description": "Defines the default justify-self for all items of the box, giving them the default way of justifying each box along the appropriate axis",
+            "restrictions": [
+                "enum"
+            ]
+        },
+        {
+            "name": "justify-self",
+            "browsers": [
+                "E16",
+                "FF45",
+                "S10.1",
+                "C57",
+                "O44"
+            ],
+            "values": [
+                {
+                    "name": "auto"
+                },
+                {
+                    "name": "normal"
+                },
+                {
+                    "name": "end"
+                },
+                {
+                    "name": "start"
+                },
+                {
+                    "name": "flex-end",
+                    "description": "\"Flex items are packed toward the end of the line.\""
+                },
+                {
+                    "name": "flex-start",
+                    "description": "\"Flex items are packed toward the start of the line.\""
+                },
+                {
+                    "name": "self-end",
+                    "description": "The item is packed flush to the edge of the alignment container of the end side of the item, in the appropriate axis."
+                },
+                {
+                    "name": "self-start",
+                    "description": "The item is packed flush to the edge of the alignment container of the start side of the item, in the appropriate axis.."
+                },
+                {
+                    "name": "center",
+                    "description": "The items are packed flush to each other toward the center of the of the alignment container."
+                },
+                {
+                    "name": "left"
+                },
+                {
+                    "name": "right"
+                },
+                {
+                    "name": "baseline"
+                },
+                {
+                    "name": "first baseline"
+                },
+                {
+                    "name": "last baseline"
+                },
+                {
+                    "name": "stretch",
+                    "description": "If the cross size property of the flex item computes to auto, and neither of the cross-axis margins are auto, the flex item is stretched."
+                },
+                {
+                    "name": "save"
+                },
+                {
+                    "name": "unsave"
+                }
+            ],
+            "syntax": "auto | normal | stretch | <baseline-position> | <overflow-position>? [ <self-position> | left | right ]",
+            "relevance": 52,
+            "description": "Defines the way of justifying a box inside its container along the appropriate axis.",
+            "restrictions": [
+                "enum"
+            ]
+        },
+        {
+            "name": "align-self",
+            "values": [
+                {
+                    "name": "auto",
+                    "description": "Computes to the value of 'align-items' on the element’s parent, or 'stretch' if the element has no parent. On absolutely positioned elements, it computes to itself."
+                },
+                {
+                    "name": "baseline",
+                    "description": "If the flex item’s inline axis is the same as the cross axis, this value is identical to 'flex-start'. Otherwise, it participates in baseline alignment."
+                },
+                {
+                    "name": "center",
+                    "description": "The flex item’s margin box is centered in the cross axis within the line."
+                },
+                {
+                    "name": "flex-end",
+                    "description": "The cross-end margin edge of the flex item is placed flush with the cross-end edge of the line."
+                },
+                {
+                    "name": "flex-start",
+                    "description": "The cross-start margin edge of the flex item is placed flush with the cross-start edge of the line."
+                },
+                {
+                    "name": "stretch",
+                    "description": "If the cross size property of the flex item computes to auto, and neither of the cross-axis margins are auto, the flex item is stretched."
+                }
+            ],
+            "syntax": "auto | normal | stretch | <baseline-position> | <overflow-position>? <self-position>",
+            "relevance": 69,
+            "description": "Allows the default alignment along the cross axis to be overridden for individual flex items.",
+            "restrictions": [
+                "enum"
+            ]
+        },
+        {
+            "name": "all",
+            "browsers": [
+                "E79",
+                "FF27",
+                "S9.1",
+                "C37",
+                "O24"
+            ],
+            "values": [],
+            "syntax": "initial | inherit | unset | revert",
+            "relevance": 51,
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/all"
+                }
+            ],
+            "description": "Shorthand that resets all properties except 'direction' and 'unicode-bidi'.",
+            "restrictions": [
+                "enum"
+            ]
+        },
+        {
+            "name": "alt",
+            "browsers": [
+                "S9"
+            ],
+            "values": [],
+            "relevance": 50,
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/alt"
+                }
+            ],
+            "description": "Provides alternative text for assistive technology to replace the generated content of a ::before or ::after element.",
+            "restrictions": [
+                "string",
+                "enum"
+            ]
+        },
+        {
+            "name": "animation",
+            "values": [
+                {
+                    "name": "alternate",
+                    "description": "The animation cycle iterations that are odd counts are played in the normal direction, and the animation cycle iterations that are even counts are played in a reverse direction."
+                },
+                {
+                    "name": "alternate-reverse",
+                    "description": "The animation cycle iterations that are odd counts are played in the reverse direction, and the animation cycle iterations that are even counts are played in a normal direction."
+                },
+                {
+                    "name": "backwards",
+                    "description": "The beginning property value (as defined in the first @keyframes at-rule) is applied before the animation is displayed, during the period defined by 'animation-delay'."
+                },
+                {
+                    "name": "both",
+                    "description": "Both forwards and backwards fill modes are applied."
+                },
+                {
+                    "name": "forwards",
+                    "description": "The final property value (as defined in the last @keyframes at-rule) is maintained after the animation completes."
+                },
+                {
+                    "name": "infinite",
+                    "description": "Causes the animation to repeat forever."
+                },
+                {
+                    "name": "none",
+                    "description": "No animation is performed"
+                },
+                {
+                    "name": "normal",
+                    "description": "Normal playback."
+                },
+                {
+                    "name": "reverse",
+                    "description": "All iterations of the animation are played in the reverse direction from the way they were specified."
+                }
+            ],
+            "syntax": "<single-animation>#",
+            "relevance": 79,
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/animation"
+                }
+            ],
+            "description": "Shorthand property combines six of the animation properties into a single property.",
+            "restrictions": [
+                "time",
+                "timing-function",
+                "enum",
+                "identifier",
+                "number"
+            ]
+        },
+        {
+            "name": "animation-delay",
+            "syntax": "<time>#",
+            "relevance": 62,
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/animation-delay"
+                }
+            ],
+            "description": "Defines when the animation will start.",
+            "restrictions": [
+                "time"
+            ]
+        },
+        {
+            "name": "animation-direction",
+            "values": [
+                {
+                    "name": "alternate",
+                    "description": "The animation cycle iterations that are odd counts are played in the normal direction, and the animation cycle iterations that are even counts are played in a reverse direction."
+                },
+                {
+                    "name": "alternate-reverse",
+                    "description": "The animation cycle iterations that are odd counts are played in the reverse direction, and the animation cycle iterations that are even counts are played in a normal direction."
+                },
+                {
+                    "name": "normal",
+                    "description": "Normal playback."
+                },
+                {
+                    "name": "reverse",
+                    "description": "All iterations of the animation are played in the reverse direction from the way they were specified."
+                }
+            ],
+            "syntax": "<single-animation-direction>#",
+            "relevance": 55,
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/animation-direction"
+                }
+            ],
+            "description": "Defines whether or not the animation should play in reverse on alternate cycles.",
+            "restrictions": [
+                "enum"
+            ]
+        },
+        {
+            "name": "animation-duration",
+            "syntax": "<time>#",
+            "relevance": 64,
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/animation-duration"
+                }
+            ],
+            "description": "Defines the length of time that an animation takes to complete one cycle.",
+            "restrictions": [
+                "time"
+            ]
+        },
+        {
+            "name": "animation-fill-mode",
+            "values": [
+                {
+                    "name": "backwards",
+                    "description": "The beginning property value (as defined in the first @keyframes at-rule) is applied before the animation is displayed, during the period defined by 'animation-delay'."
+                },
+                {
+                    "name": "both",
+                    "description": "Both forwards and backwards fill modes are applied."
+                },
+                {
+                    "name": "forwards",
+                    "description": "The final property value (as defined in the last @keyframes at-rule) is maintained after the animation completes."
+                },
+                {
+                    "name": "none",
+                    "description": "There is no change to the property value between the time the animation is applied and the time the animation begins playing or after the animation completes."
+                }
+            ],
+            "syntax": "<single-animation-fill-mode>#",
+            "relevance": 61,
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/animation-fill-mode"
+                }
+            ],
+            "description": "Defines what values are applied by the animation outside the time it is executing.",
+            "restrictions": [
+                "enum"
+            ]
+        },
+        {
+            "name": "animation-iteration-count",
+            "values": [
+                {
+                    "name": "infinite",
+                    "description": "Causes the animation to repeat forever."
+                }
+            ],
+            "syntax": "<single-animation-iteration-count>#",
+            "relevance": 59,
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/animation-iteration-count"
+                }
+            ],
+            "description": "Defines the number of times an animation cycle is played. The default value is one, meaning the animation will play from beginning to end once.",
+            "restrictions": [
+                "number",
+                "enum"
+            ]
+        },
+        {
+            "name": "animation-name",
+            "values": [
+                {
+                    "name": "none",
+                    "description": "No animation is performed"
+                }
+            ],
+            "syntax": "[ none | <keyframes-name> ]#",
+            "relevance": 64,
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/animation-name"
+                }
+            ],
+            "description": "Defines a list of animations that apply. Each name is used to select the keyframe at-rule that provides the property values for the animation.",
+            "restrictions": [
+                "identifier",
+                "enum"
+            ]
+        },
+        {
+            "name": "animation-play-state",
+            "values": [
+                {
+                    "name": "paused",
+                    "description": "A running animation will be paused."
+                },
+                {
+                    "name": "running",
+                    "description": "Resume playback of a paused animation."
+                }
+            ],
+            "syntax": "<single-animation-play-state>#",
+            "relevance": 53,
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/animation-play-state"
+                }
+            ],
+            "description": "Defines whether the animation is running or paused.",
+            "restrictions": [
+                "enum"
+            ]
+        },
+        {
+            "name": "animation-timing-function",
+            "syntax": "<timing-function>#",
+            "relevance": 68,
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/animation-timing-function"
+                }
+            ],
+            "description": "Describes how the animation will progress over one cycle of its duration.",
+            "restrictions": [
+                "timing-function"
+            ]
+        },
+        {
+            "name": "backface-visibility",
+            "values": [
+                {
+                    "name": "hidden",
+                    "description": "Back side is hidden."
+                },
+                {
+                    "name": "visible",
+                    "description": "Back side is visible."
+                }
+            ],
+            "syntax": "visible | hidden",
+            "relevance": 59,
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/backface-visibility"
+                }
+            ],
+            "description": "Determines whether or not the 'back' side of a transformed element is visible when facing the viewer. With an identity transform, the front side of an element faces the viewer.",
+            "restrictions": [
+                "enum"
+            ]
+        },
+        {
+            "name": "background",
+            "values": [
+                {
+                    "name": "fixed",
+                    "description": "The background is fixed with regard to the viewport. In paged media where there is no viewport, a 'fixed' background is fixed with respect to the page box and therefore replicated on every page."
+                },
+                {
+                    "name": "local",
+                    "description": "The background is fixed with regard to the element's contents: if the element has a scrolling mechanism, the background scrolls with the element's contents."
+                },
+                {
+                    "name": "none",
+                    "description": "A value of 'none' counts as an image layer but draws nothing."
+                },
+                {
+                    "name": "scroll",
+                    "description": "The background is fixed with regard to the element itself and does not scroll with its contents. (It is effectively attached to the element's border.)"
+                }
+            ],
+            "syntax": "[ <bg-layer> , ]* <final-bg-layer>",
+            "relevance": 93,
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/background"
+                }
+            ],
+            "description": "Shorthand property for setting most background properties at the same place in the style sheet.",
+            "restrictions": [
+                "enum",
+                "image",
+                "color",
+                "position",
+                "length",
+                "repeat",
+                "percentage",
+                "box"
+            ]
+        },
+        {
+            "name": "background-attachment",
+            "values": [
+                {
+                    "name": "fixed",
+                    "description": "The background is fixed with regard to the viewport. In paged media where there is no viewport, a 'fixed' background is fixed with respect to the page box and therefore replicated on every page."
+                },
+                {
+                    "name": "local",
+                    "description": "The background is fixed with regard to the element’s contents: if the element has a scrolling mechanism, the background scrolls with the element’s contents."
+                },
+                {
+                    "name": "scroll",
+                    "description": "The background is fixed with regard to the element itself and does not scroll with its contents. (It is effectively attached to the element’s border.)"
+                }
+            ],
+            "syntax": "<attachment>#",
+            "relevance": 53,
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/background-attachment"
+                }
+            ],
+            "description": "Specifies whether the background images are fixed with regard to the viewport ('fixed') or scroll along with the element ('scroll') or its contents ('local').",
+            "restrictions": [
+                "enum"
+            ]
+        },
+        {
+            "name": "background-blend-mode",
+            "browsers": [
+                "E79",
+                "FF30",
+                "S8",
+                "C35",
+                "O22"
+            ],
+            "values": [
+                {
+                    "name": "normal",
+                    "description": "Default attribute which specifies no blending"
+                },
+                {
+                    "name": "multiply",
+                    "description": "The source color is multiplied by the destination color and replaces the destination."
+                },
+                {
+                    "name": "screen",
+                    "description": "Multiplies the complements of the backdrop and source color values, then complements the result."
+                },
+                {
+                    "name": "overlay",
+                    "description": "Multiplies or screens the colors, depending on the backdrop color value."
+                },
+                {
+                    "name": "darken",
+                    "description": "Selects the darker of the backdrop and source colors."
+                },
+                {
+                    "name": "lighten",
+                    "description": "Selects the lighter of the backdrop and source colors."
+                },
+                {
+                    "name": "color-dodge",
+                    "description": "Brightens the backdrop color to reflect the source color."
+                },
+                {
+                    "name": "color-burn",
+                    "description": "Darkens the backdrop color to reflect the source color."
+                },
+                {
+                    "name": "hard-light",
+                    "description": "Multiplies or screens the colors, depending on the source color value."
+                },
+                {
+                    "name": "soft-light",
+                    "description": "Darkens or lightens the colors, depending on the source color value."
+                },
+                {
+                    "name": "difference",
+                    "description": "Subtracts the darker of the two constituent colors from the lighter color.."
+                },
+                {
+                    "name": "exclusion",
+                    "description": "Produces an effect similar to that of the Difference mode but lower in contrast."
+                },
+                {
+                    "name": "hue",
+                    "browsers": [
+                        "E79",
+                        "FF30",
+                        "S8",
+                        "C35",
+                        "O22"
+                    ],
+                    "description": "Creates a color with the hue of the source color and the saturation and luminosity of the backdrop color."
+                },
+                {
+                    "name": "saturation",
+                    "browsers": [
+                        "E79",
+                        "FF30",
+                        "S8",
+                        "C35",
+                        "O22"
+                    ],
+                    "description": "Creates a color with the saturation of the source color and the hue and luminosity of the backdrop color."
+                },
+                {
+                    "name": "color",
+                    "browsers": [
+                        "E79",
+                        "FF30",
+                        "S8",
+                        "C35",
+                        "O22"
+                    ],
+                    "description": "Creates a color with the hue and saturation of the source color and the luminosity of the backdrop color."
+                },
+                {
+                    "name": "luminosity",
+                    "browsers": [
+                        "E79",
+                        "FF30",
+                        "S8",
+                        "C35",
+                        "O22"
+                    ],
+                    "description": "Creates a color with the luminosity of the source color and the hue and saturation of the backdrop color."
+                }
+            ],
+            "syntax": "<blend-mode>#",
+            "relevance": 50,
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/background-blend-mode"
+                }
+            ],
+            "description": "Defines the blending mode of each background layer.",
+            "restrictions": [
+                "enum"
+            ]
+        },
+        {
+            "name": "background-clip",
+            "syntax": "<box>#",
+            "relevance": 67,
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/background-clip"
+                }
+            ],
+            "description": "Determines the background painting area.",
+            "restrictions": [
+                "box"
+            ]
+        },
+        {
+            "name": "background-color",
+            "syntax": "<color>",
+            "relevance": 94,
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/background-color"
+                }
+            ],
+            "description": "Sets the background color of an element.",
+            "restrictions": [
+                "color"
+            ]
+        },
+        {
+            "name": "background-image",
+            "values": [
+                {
+                    "name": "none",
+                    "description": "Counts as an image layer but draws nothing."
+                }
+            ],
+            "syntax": "<bg-image>#",
+            "relevance": 88,
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/background-image"
+                }
+            ],
+            "description": "Sets the background image(s) of an element.",
+            "restrictions": [
+                "image",
+                "enum"
+            ]
+        },
+        {
+            "name": "background-origin",
+            "syntax": "<box>#",
+            "relevance": 53,
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/background-origin"
+                }
+            ],
+            "description": "For elements rendered as a single box, specifies the background positioning area. For elements rendered as multiple boxes (e.g., inline boxes on several lines, boxes on several pages) specifies which boxes 'box-decoration-break' operates on to determine the background positioning area(s).",
+            "restrictions": [
+                "box"
+            ]
+        },
+        {
+            "name": "background-position",
+            "syntax": "<bg-position>#",
+            "relevance": 87,
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/background-position"
+                }
+            ],
+            "description": "Specifies the initial position of the background image(s) (after any resizing) within their corresponding background positioning area.",
+            "restrictions": [
+                "position",
+                "length",
+                "percentage"
+            ]
+        },
+        {
+            "name": "background-position-x",
+            "values": [
+                {
+                    "name": "center",
+                    "description": "Equivalent to '50%' ('left 50%') for the horizontal position if the horizontal position is not otherwise specified, or '50%' ('top 50%') for the vertical position if it is."
+                },
+                {
+                    "name": "left",
+                    "description": "Equivalent to '0%' for the horizontal position if one or two values are given, otherwise specifies the left edge as the origin for the next offset."
+                },
+                {
+                    "name": "right",
+                    "description": "Equivalent to '100%' for the horizontal position if one or two values are given, otherwise specifies the right edge as the origin for the next offset."
+                }
+            ],
+            "status": "experimental",
+            "syntax": "[ center | [ [ left | right | x-start | x-end ]? <length-percentage>? ]! ]#",
+            "relevance": 54,
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/background-position-x"
+                }
+            ],
+            "description": "If background images have been specified, this property specifies their initial position (after any resizing) within their corresponding background positioning area.",
+            "restrictions": [
+                "length",
+                "percentage"
+            ]
+        },
+        {
+            "name": "background-position-y",
+            "values": [
+                {
+                    "name": "bottom",
+                    "description": "Equivalent to '100%' for the vertical position if one or two values are given, otherwise specifies the bottom edge as the origin for the next offset."
+                },
+                {
+                    "name": "center",
+                    "description": "Equivalent to '50%' ('left 50%') for the horizontal position if the horizontal position is not otherwise specified, or '50%' ('top 50%') for the vertical position if it is."
+                },
+                {
+                    "name": "top",
+                    "description": "Equivalent to '0%' for the vertical position if one or two values are given, otherwise specifies the top edge as the origin for the next offset."
+                }
+            ],
+            "status": "experimental",
+            "syntax": "[ center | [ [ top | bottom | y-start | y-end ]? <length-percentage>? ]! ]#",
+            "relevance": 53,
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/background-position-y"
+                }
+            ],
+            "description": "If background images have been specified, this property specifies their initial position (after any resizing) within their corresponding background positioning area.",
+            "restrictions": [
+                "length",
+                "percentage"
+            ]
+        },
+        {
+            "name": "background-repeat",
+            "values": [],
+            "syntax": "<repeat-style>#",
+            "relevance": 85,
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/background-repeat"
+                }
+            ],
+            "description": "Specifies how background images are tiled after they have been sized and positioned.",
+            "restrictions": [
+                "repeat"
+            ]
+        },
+        {
+            "name": "background-size",
+            "values": [
+                {
+                    "name": "auto",
+                    "description": "Resolved by using the image’s intrinsic ratio and the size of the other dimension, or failing that, using the image’s intrinsic size, or failing that, treating it as 100%."
+                },
+                {
+                    "name": "contain",
+                    "description": "Scale the image, while preserving its intrinsic aspect ratio (if any), to the largest size such that both its width and its height can fit inside the background positioning area."
+                },
+                {
+                    "name": "cover",
+                    "description": "Scale the image, while preserving its intrinsic aspect ratio (if any), to the smallest size such that both its width and its height can completely cover the background positioning area."
+                }
+            ],
+            "syntax": "<bg-size>#",
+            "relevance": 85,
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/background-size"
+                }
+            ],
+            "description": "Specifies the size of the background images.",
+            "restrictions": [
+                "length",
+                "percentage"
+            ]
+        },
+        {
+            "name": "behavior",
+            "browsers": [
+                "IE6"
+            ],
+            "relevance": 50,
+            "description": "IE only. Used to extend behaviors of the browser.",
+            "restrictions": [
+                "url"
+            ]
+        },
+        {
+            "name": "block-size",
+            "browsers": [
+                "E79",
+                "FF41",
+                "S12.1",
+                "C57",
+                "O44"
+            ],
+            "values": [
+                {
+                    "name": "auto",
+                    "description": "Depends on the values of other properties."
+                }
+            ],
+            "syntax": "<'width'>",
+            "relevance": 50,
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/block-size"
+                }
+            ],
+            "description": "Logical 'width'. Mapping depends on the element’s 'writing-mode'.",
+            "restrictions": [
+                "length",
+                "percentage"
+            ]
+        },
+        {
+            "name": "border",
+            "syntax": "<line-width> || <line-style> || <color>",
+            "relevance": 95,
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/border"
+                }
+            ],
+            "description": "Shorthand property for setting border width, style, and color.",
+            "restrictions": [
+                "length",
+                "line-width",
+                "line-style",
+                "color"
+            ]
+        },
+        {
+            "name": "border-block-end",
+            "browsers": [
+                "E79",
+                "FF41",
+                "S12.1",
+                "C69",
+                "O56"
+            ],
+            "syntax": "<'border-top-width'> || <'border-top-style'> || <'color'>",
+            "relevance": 50,
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/border-block-end"
+                }
+            ],
+            "description": "Logical 'border-bottom'. Mapping depends on the parent element’s 'writing-mode', 'direction', and 'text-orientation'.",
+            "restrictions": [
+                "length",
+                "line-width",
+                "line-style",
+                "color"
+            ]
+        },
+        {
+            "name": "border-block-start",
+            "browsers": [
+                "E79",
+                "FF41",
+                "S12.1",
+                "C69",
+                "O56"
+            ],
+            "syntax": "<'border-top-width'> || <'border-top-style'> || <'color'>",
+            "relevance": 50,
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/border-block-start"
+                }
+            ],
+            "description": "Logical 'border-top'. Mapping depends on the parent element’s 'writing-mode', 'direction', and 'text-orientation'.",
+            "restrictions": [
+                "length",
+                "line-width",
+                "line-style",
+                "color"
+            ]
+        },
+        {
+            "name": "border-block-end-color",
+            "browsers": [
+                "E79",
+                "FF41",
+                "S12.1",
+                "C69",
+                "O56"
+            ],
+            "syntax": "<'border-top-color'>",
+            "relevance": 50,
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/border-block-end-color"
+                }
+            ],
+            "description": "Logical 'border-bottom-color'. Mapping depends on the parent element’s 'writing-mode', 'direction', and 'text-orientation'.",
+            "restrictions": [
+                "color"
+            ]
+        },
+        {
+            "name": "border-block-start-color",
+            "browsers": [
+                "E79",
+                "FF41",
+                "S12.1",
+                "C69",
+                "O56"
+            ],
+            "syntax": "<'border-top-color'>",
+            "relevance": 50,
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/border-block-start-color"
+                }
+            ],
+            "description": "Logical 'border-top-color'. Mapping depends on the parent element’s 'writing-mode', 'direction', and 'text-orientation'.",
+            "restrictions": [
+                "color"
+            ]
+        },
+        {
+            "name": "border-block-end-style",
+            "browsers": [
+                "E79",
+                "FF41",
+                "S12.1",
+                "C69",
+                "O56"
+            ],
+            "syntax": "<'border-top-style'>",
+            "relevance": 50,
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/border-block-end-style"
+                }
+            ],
+            "description": "Logical 'border-bottom-style'. Mapping depends on the parent element’s 'writing-mode', 'direction', and 'text-orientation'.",
+            "restrictions": [
+                "line-style"
+            ]
+        },
+        {
+            "name": "border-block-start-style",
+            "browsers": [
+                "E79",
+                "FF41",
+                "S12.1",
+                "C69",
+                "O56"
+            ],
+            "syntax": "<'border-top-style'>",
+            "relevance": 50,
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/border-block-start-style"
+                }
+            ],
+            "description": "Logical 'border-top-style'. Mapping depends on the parent element’s 'writing-mode', 'direction', and 'text-orientation'.",
+            "restrictions": [
+                "line-style"
+            ]
+        },
+        {
+            "name": "border-block-end-width",
+            "browsers": [
+                "E79",
+                "FF41",
+                "S12.1",
+                "C69",
+                "O56"
+            ],
+            "syntax": "<'border-top-width'>",
+            "relevance": 50,
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/border-block-end-width"
+                }
+            ],
+            "description": "Logical 'border-bottom-width'. Mapping depends on the parent element’s 'writing-mode', 'direction', and 'text-orientation'.",
+            "restrictions": [
+                "length",
+                "line-width"
+            ]
+        },
+        {
+            "name": "border-block-start-width",
+            "browsers": [
+                "E79",
+                "FF41",
+                "S12.1",
+                "C69",
+                "O56"
+            ],
+            "syntax": "<'border-top-width'>",
+            "relevance": 50,
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/border-block-start-width"
+                }
+            ],
+            "description": "Logical 'border-top-width'. Mapping depends on the parent element’s 'writing-mode', 'direction', and 'text-orientation'.",
+            "restrictions": [
+                "length",
+                "line-width"
+            ]
+        },
+        {
+            "name": "border-bottom",
+            "syntax": "<line-width> || <line-style> || <color>",
+            "relevance": 88,
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/border-bottom"
+                }
+            ],
+            "description": "Shorthand property for setting border width, style and color.",
+            "restrictions": [
+                "length",
+                "line-width",
+                "line-style",
+                "color"
+            ]
+        },
+        {
+            "name": "border-bottom-color",
+            "syntax": "<'border-top-color'>",
+            "relevance": 71,
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/border-bottom-color"
+                }
+            ],
+            "description": "Sets the color of the bottom border.",
+            "restrictions": [
+                "color"
+            ]
+        },
+        {
+            "name": "border-bottom-left-radius",
+            "syntax": "<length-percentage>{1,2}",
+            "relevance": 74,
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/border-bottom-left-radius"
+                }
+            ],
+            "description": "Defines the radii of the bottom left outer border edge.",
+            "restrictions": [
+                "length",
+                "percentage"
+            ]
+        },
+        {
+            "name": "border-bottom-right-radius",
+            "syntax": "<length-percentage>{1,2}",
+            "relevance": 73,
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/border-bottom-right-radius"
+                }
+            ],
+            "description": "Defines the radii of the bottom right outer border edge.",
+            "restrictions": [
+                "length",
+                "percentage"
+            ]
+        },
+        {
+            "name": "border-bottom-style",
+            "syntax": "<line-style>",
+            "relevance": 57,
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/border-bottom-style"
+                }
+            ],
+            "description": "Sets the style of the bottom border.",
+            "restrictions": [
+                "line-style"
+            ]
+        },
+        {
+            "name": "border-bottom-width",
+            "syntax": "<line-width>",
+            "relevance": 62,
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/border-bottom-width"
+                }
+            ],
+            "description": "Sets the thickness of the bottom border.",
+            "restrictions": [
+                "length",
+                "line-width"
+            ]
+        },
+        {
+            "name": "border-collapse",
+            "values": [
+                {
+                    "name": "collapse",
+                    "description": "Selects the collapsing borders model."
+                },
+                {
+                    "name": "separate",
+                    "description": "Selects the separated borders border model."
+                }
+            ],
+            "syntax": "collapse | separate",
+            "relevance": 75,
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/border-collapse"
+                }
+            ],
+            "description": "Selects a table's border model.",
+            "restrictions": [
+                "enum"
+            ]
+        },
+        {
+            "name": "border-color",
+            "values": [],
+            "syntax": "<color>{1,4}",
+            "relevance": 86,
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/border-color"
+                }
+            ],
+            "description": "The color of the border around all four edges of an element.",
+            "restrictions": [
+                "color"
+            ]
+        },
+        {
+            "name": "border-image",
+            "values": [
+                {
+                    "name": "auto",
+                    "description": "If 'auto' is specified then the border image width is the intrinsic width or height (whichever is applicable) of the corresponding image slice. If the image does not have the required intrinsic dimension then the corresponding border-width is used instead."
+                },
+                {
+                    "name": "fill",
+                    "description": "Causes the middle part of the border-image to be preserved."
+                },
+                {
+                    "name": "none",
+                    "description": "Use the border styles."
+                },
+                {
+                    "name": "repeat",
+                    "description": "The image is tiled (repeated) to fill the area."
+                },
+                {
+                    "name": "round",
+                    "description": "The image is tiled (repeated) to fill the area. If it does not fill the area with a whole number of tiles, the image is rescaled so that it does."
+                },
+                {
+                    "name": "space",
+                    "description": "The image is tiled (repeated) to fill the area. If it does not fill the area with a whole number of tiles, the extra space is distributed around the tiles."
+                },
+                {
+                    "name": "stretch",
+                    "description": "The image is stretched to fill the area."
+                },
+                {
+                    "name": "url()"
+                }
+            ],
+            "syntax": "<'border-image-source'> || <'border-image-slice'> [ / <'border-image-width'> | / <'border-image-width'>? / <'border-image-outset'> ]? || <'border-image-repeat'>",
+            "relevance": 52,
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/border-image"
+                }
+            ],
+            "description": "Shorthand property for setting 'border-image-source', 'border-image-slice', 'border-image-width', 'border-image-outset' and 'border-image-repeat'. Omitted values are set to their initial values.",
+            "restrictions": [
+                "length",
+                "percentage",
+                "number",
+                "url",
+                "enum"
+            ]
+        },
+        {
+            "name": "border-image-outset",
+            "syntax": "[ <length> | <number> ]{1,4}",
+            "relevance": 50,
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/border-image-outset"
+                }
+            ],
+            "description": "The values specify the amount by which the border image area extends beyond the border box on the top, right, bottom, and left sides respectively. If the fourth value is absent, it is the same as the second. If the third one is also absent, it is the same as the first. If the second one is also absent, it is the same as the first. Numbers represent multiples of the corresponding border-width.",
+            "restrictions": [
+                "length",
+                "number"
+            ]
+        },
+        {
+            "name": "border-image-repeat",
+            "values": [
+                {
+                    "name": "repeat",
+                    "description": "The image is tiled (repeated) to fill the area."
+                },
+                {
+                    "name": "round",
+                    "description": "The image is tiled (repeated) to fill the area. If it does not fill the area with a whole number of tiles, the image is rescaled so that it does."
+                },
+                {
+                    "name": "space",
+                    "description": "The image is tiled (repeated) to fill the area. If it does not fill the area with a whole number of tiles, the extra space is distributed around the tiles."
+                },
+                {
+                    "name": "stretch",
+                    "description": "The image is stretched to fill the area."
+                }
+            ],
+            "syntax": "[ stretch | repeat | round | space ]{1,2}",
+            "relevance": 51,
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/border-image-repeat"
+                }
+            ],
+            "description": "Specifies how the images for the sides and the middle part of the border image are scaled and tiled. If the second keyword is absent, it is assumed to be the same as the first.",
+            "restrictions": [
+                "enum"
+            ]
+        },
+        {
+            "name": "border-image-slice",
+            "values": [
+                {
+                    "name": "fill",
+                    "description": "Causes the middle part of the border-image to be preserved."
+                }
+            ],
+            "syntax": "<number-percentage>{1,4} && fill?",
+            "relevance": 51,
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/border-image-slice"
+                }
+            ],
+            "description": "Specifies inward offsets from the top, right, bottom, and left edges of the image, dividing it into nine regions: four corners, four edges and a middle.",
+            "restrictions": [
+                "number",
+                "percentage"
+            ]
+        },
+        {
+            "name": "border-image-source",
+            "values": [
+                {
+                    "name": "none",
+                    "description": "Use the border styles."
+                }
+            ],
+            "syntax": "none | <image>",
+            "relevance": 50,
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/border-image-source"
+                }
+            ],
+            "description": "Specifies an image to use instead of the border styles given by the 'border-style' properties and as an additional background layer for the element. If the value is 'none' or if the image cannot be displayed, the border styles will be used.",
+            "restrictions": [
+                "image"
+            ]
+        },
+        {
+            "name": "border-image-width",
+            "values": [
+                {
+                    "name": "auto",
+                    "description": "The border image width is the intrinsic width or height (whichever is applicable) of the corresponding image slice. If the image does not have the required intrinsic dimension then the corresponding border-width is used instead."
+                }
+            ],
+            "syntax": "[ <length-percentage> | <number> | auto ]{1,4}",
+            "relevance": 51,
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/border-image-width"
+                }
+            ],
+            "description": "The four values of 'border-image-width' specify offsets that are used to divide the border image area into nine parts. They represent inward distances from the top, right, bottom, and left sides of the area, respectively.",
+            "restrictions": [
+                "length",
+                "percentage",
+                "number"
+            ]
+        },
+        {
+            "name": "border-inline-end",
+            "browsers": [
+                "E79",
+                "FF41",
+                "S12.1",
+                "C69",
+                "O56"
+            ],
+            "syntax": "<'border-top-width'> || <'border-top-style'> || <'color'>",
+            "relevance": 50,
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/border-inline-end"
+                }
+            ],
+            "description": "Logical 'border-right'. Mapping depends on the parent element’s 'writing-mode', 'direction', and 'text-orientation'.",
+            "restrictions": [
+                "length",
+                "line-width",
+                "line-style",
+                "color"
+            ]
+        },
+        {
+            "name": "border-inline-start",
+            "browsers": [
+                "E79",
+                "FF41",
+                "S12.1",
+                "C69",
+                "O56"
+            ],
+            "syntax": "<'border-top-width'> || <'border-top-style'> || <'color'>",
+            "relevance": 50,
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/border-inline-start"
+                }
+            ],
+            "description": "Logical 'border-left'. Mapping depends on the parent element’s 'writing-mode', 'direction', and 'text-orientation'.",
+            "restrictions": [
+                "length",
+                "line-width",
+                "line-style",
+                "color"
+            ]
+        },
+        {
+            "name": "border-inline-end-color",
+            "browsers": [
+                "E79",
+                "FF41",
+                "S12.1",
+                "C69",
+                "O56"
+            ],
+            "syntax": "<'border-top-color'>",
+            "relevance": 50,
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/border-inline-end-color"
+                }
+            ],
+            "description": "Logical 'border-right-color'. Mapping depends on the parent element’s 'writing-mode', 'direction', and 'text-orientation'.",
+            "restrictions": [
+                "color"
+            ]
+        },
+        {
+            "name": "border-inline-start-color",
+            "browsers": [
+                "E79",
+                "FF41",
+                "S12.1",
+                "C69",
+                "O56"
+            ],
+            "syntax": "<'border-top-color'>",
+            "relevance": 50,
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/border-inline-start-color"
+                }
+            ],
+            "description": "Logical 'border-left-color'. Mapping depends on the parent element’s 'writing-mode', 'direction', and 'text-orientation'.",
+            "restrictions": [
+                "color"
+            ]
+        },
+        {
+            "name": "border-inline-end-style",
+            "browsers": [
+                "E79",
+                "FF41",
+                "S12.1",
+                "C69",
+                "O56"
+            ],
+            "syntax": "<'border-top-style'>",
+            "relevance": 50,
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/border-inline-end-style"
+                }
+            ],
+            "description": "Logical 'border-right-style'. Mapping depends on the parent element’s 'writing-mode', 'direction', and 'text-orientation'.",
+            "restrictions": [
+                "line-style"
+            ]
+        },
+        {
+            "name": "border-inline-start-style",
+            "browsers": [
+                "E79",
+                "FF41",
+                "S12.1",
+                "C69",
+                "O56"
+            ],
+            "syntax": "<'border-top-style'>",
+            "relevance": 50,
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/border-inline-start-style"
+                }
+            ],
+            "description": "Logical 'border-left-style'. Mapping depends on the parent element’s 'writing-mode', 'direction', and 'text-orientation'.",
+            "restrictions": [
+                "line-style"
+            ]
+        },
+        {
+            "name": "border-inline-end-width",
+            "browsers": [
+                "E79",
+                "FF41",
+                "S12.1",
+                "C69",
+                "O56"
+            ],
+            "syntax": "<'border-top-width'>",
+            "relevance": 50,
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/border-inline-end-width"
+                }
+            ],
+            "description": "Logical 'border-right-width'. Mapping depends on the parent element’s 'writing-mode', 'direction', and 'text-orientation'.",
+            "restrictions": [
+                "length",
+                "line-width"
+            ]
+        },
+        {
+            "name": "border-inline-start-width",
+            "browsers": [
+                "E79",
+                "FF41",
+                "S12.1",
+                "C69",
+                "O56"
+            ],
+            "syntax": "<'border-top-width'>",
+            "relevance": 50,
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/border-inline-start-width"
+                }
+            ],
+            "description": "Logical 'border-left-width'. Mapping depends on the parent element’s 'writing-mode', 'direction', and 'text-orientation'.",
+            "restrictions": [
+                "length",
+                "line-width"
+            ]
+        },
+        {
+            "name": "border-left",
+            "syntax": "<line-width> || <line-style> || <color>",
+            "relevance": 82,
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/border-left"
+                }
+            ],
+            "description": "Shorthand property for setting border width, style and color",
+            "restrictions": [
+                "length",
+                "line-width",
+                "line-style",
+                "color"
+            ]
+        },
+        {
+            "name": "border-left-color",
+            "syntax": "<color>",
+            "relevance": 65,
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/border-left-color"
+                }
+            ],
+            "description": "Sets the color of the left border.",
+            "restrictions": [
+                "color"
+            ]
+        },
+        {
+            "name": "border-left-style",
+            "syntax": "<line-style>",
+            "relevance": 54,
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/border-left-style"
+                }
+            ],
+            "description": "Sets the style of the left border.",
+            "restrictions": [
+                "line-style"
+            ]
+        },
+        {
+            "name": "border-left-width",
+            "syntax": "<line-width>",
+            "relevance": 58,
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/border-left-width"
+                }
+            ],
+            "description": "Sets the thickness of the left border.",
+            "restrictions": [
+                "length",
+                "line-width"
+            ]
+        },
+        {
+            "name": "border-radius",
+            "syntax": "<length-percentage>{1,4} [ / <length-percentage>{1,4} ]?",
+            "relevance": 91,
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/border-radius"
+                }
+            ],
+            "description": "Defines the radii of the outer border edge.",
+            "restrictions": [
+                "length",
+                "percentage"
+            ]
+        },
+        {
+            "name": "border-right",
+            "syntax": "<line-width> || <line-style> || <color>",
+            "relevance": 81,
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/border-right"
+                }
+            ],
+            "description": "Shorthand property for setting border width, style and color",
+            "restrictions": [
+                "length",
+                "line-width",
+                "line-style",
+                "color"
+            ]
+        },
+        {
+            "name": "border-right-color",
+            "syntax": "<color>",
+            "relevance": 64,
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/border-right-color"
+                }
+            ],
+            "description": "Sets the color of the right border.",
+            "restrictions": [
+                "color"
+            ]
+        },
+        {
+            "name": "border-right-style",
+            "syntax": "<line-style>",
+            "relevance": 54,
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/border-right-style"
+                }
+            ],
+            "description": "Sets the style of the right border.",
+            "restrictions": [
+                "line-style"
+            ]
+        },
+        {
+            "name": "border-right-width",
+            "syntax": "<line-width>",
+            "relevance": 60,
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/border-right-width"
+                }
+            ],
+            "description": "Sets the thickness of the right border.",
+            "restrictions": [
+                "length",
+                "line-width"
+            ]
+        },
+        {
+            "name": "border-spacing",
+            "syntax": "<length> <length>?",
+            "relevance": 68,
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/border-spacing"
+                }
+            ],
+            "description": "The lengths specify the distance that separates adjoining cell borders. If one length is specified, it gives both the horizontal and vertical spacing. If two are specified, the first gives the horizontal spacing and the second the vertical spacing. Lengths may not be negative.",
+            "restrictions": [
+                "length"
+            ]
+        },
+        {
+            "name": "border-style",
+            "values": [],
+            "syntax": "<line-style>{1,4}",
+            "relevance": 79,
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/border-style"
+                }
+            ],
+            "description": "The style of the border around edges of an element.",
+            "restrictions": [
+                "line-style"
+            ]
+        },
+        {
+            "name": "border-top",
+            "syntax": "<line-width> || <line-style> || <color>",
+            "relevance": 87,
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/border-top"
+                }
+            ],
+            "description": "Shorthand property for setting border width, style and color",
+            "restrictions": [
+                "length",
+                "line-width",
+                "line-style",
+                "color"
+            ]
+        },
+        {
+            "name": "border-top-color",
+            "syntax": "<color>",
+            "relevance": 71,
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/border-top-color"
+                }
+            ],
+            "description": "Sets the color of the top border.",
+            "restrictions": [
+                "color"
+            ]
+        },
+        {
+            "name": "border-top-left-radius",
+            "syntax": "<length-percentage>{1,2}",
+            "relevance": 74,
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/border-top-left-radius"
+                }
+            ],
+            "description": "Defines the radii of the top left outer border edge.",
+            "restrictions": [
+                "length",
+                "percentage"
+            ]
+        },
+        {
+            "name": "border-top-right-radius",
+            "syntax": "<length-percentage>{1,2}",
+            "relevance": 72,
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/border-top-right-radius"
+                }
+            ],
+            "description": "Defines the radii of the top right outer border edge.",
+            "restrictions": [
+                "length",
+                "percentage"
+            ]
+        },
+        {
+            "name": "border-top-style",
+            "syntax": "<line-style>",
+            "relevance": 57,
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/border-top-style"
+                }
+            ],
+            "description": "Sets the style of the top border.",
+            "restrictions": [
+                "line-style"
+            ]
+        },
+        {
+            "name": "border-top-width",
+            "syntax": "<line-width>",
+            "relevance": 61,
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/border-top-width"
+                }
+            ],
+            "description": "Sets the thickness of the top border.",
+            "restrictions": [
+                "length",
+                "line-width"
+            ]
+        },
+        {
+            "name": "border-width",
+            "values": [],
+            "syntax": "<line-width>{1,4}",
+            "relevance": 81,
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/border-width"
+                }
+            ],
+            "description": "Shorthand that sets the four 'border-*-width' properties. If it has four values, they set top, right, bottom and left in that order. If left is missing, it is the same as right; if bottom is missing, it is the same as top; if right is missing, it is the same as top.",
+            "restrictions": [
+                "length",
+                "line-width"
+            ]
+        },
+        {
+            "name": "bottom",
+            "values": [
+                {
+                    "name": "auto",
+                    "description": "For non-replaced elements, the effect of this value depends on which of related properties have the value 'auto' as well"
+                }
+            ],
+            "syntax": "<length> | <percentage> | auto",
+            "relevance": 89,
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/bottom"
+                }
+            ],
+            "description": "Specifies how far an absolutely positioned box's bottom margin edge is offset above the bottom edge of the box's 'containing block'.",
+            "restrictions": [
+                "length",
+                "percentage"
+            ]
+        },
+        {
+            "name": "box-decoration-break",
+            "browsers": [
+                "E79",
+                "FF32",
+                "S6.1",
+                "C22",
+                "O15"
+            ],
+            "values": [
+                {
+                    "name": "clone",
+                    "description": "Each box is independently wrapped with the border and padding."
+                },
+                {
+                    "name": "slice",
+                    "description": "The effect is as though the element were rendered with no breaks present, and then sliced by the breaks afterward."
+                }
+            ],
+            "syntax": "slice | clone",
+            "relevance": 50,
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/box-decoration-break"
+                }
+            ],
+            "description": "Specifies whether individual boxes are treated as broken pieces of one continuous box, or whether each box is individually wrapped with the border and padding.",
+            "restrictions": [
+                "enum"
+            ]
+        },
+        {
+            "name": "box-shadow",
+            "values": [
+                {
+                    "name": "inset",
+                    "description": "Changes the drop shadow from an outer shadow (one that shadows the box onto the canvas, as if it were lifted above the canvas) to an inner shadow (one that shadows the canvas onto the box, as if the box were cut out of the canvas and shifted behind it)."
+                },
+                {
+                    "name": "none",
+                    "description": "No shadow."
+                }
+            ],
+            "syntax": "none | <shadow>#",
+            "relevance": 89,
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/box-shadow"
+                }
+            ],
+            "description": "Attaches one or more drop-shadows to the box. The property is a comma-separated list of shadows, each specified by 2-4 length values, an optional color, and an optional 'inset' keyword. Omitted lengths are 0; omitted colors are a user agent chosen color.",
+            "restrictions": [
+                "length",
+                "color",
+                "enum"
+            ]
+        },
+        {
+            "name": "box-sizing",
+            "values": [
+                {
+                    "name": "border-box",
+                    "description": "The specified width and height (and respective min/max properties) on this element determine the border box of the element."
+                },
+                {
+                    "name": "content-box",
+                    "description": "Behavior of width and height as specified by CSS2.1. The specified width and height (and respective min/max properties) apply to the width and height respectively of the content box of the element."
+                }
+            ],
+            "syntax": "content-box | border-box",
+            "relevance": 92,
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/box-sizing"
+                }
+            ],
+            "description": "Specifies the behavior of the 'width' and 'height' properties.",
+            "restrictions": [
+                "enum"
+            ]
+        },
+        {
+            "name": "break-after",
+            "values": [
+                {
+                    "name": "always",
+                    "description": "Always force a page break before/after the generated box."
+                },
+                {
+                    "name": "auto",
+                    "description": "Neither force nor forbid a page/column break before/after the principal box."
+                },
+                {
+                    "name": "avoid",
+                    "description": "Avoid a break before/after the principal box."
+                },
+                {
+                    "name": "avoid-column",
+                    "description": "Avoid a column break before/after the principal box."
+                },
+                {
+                    "name": "avoid-page",
+                    "description": "Avoid a page break before/after the principal box."
+                },
+                {
+                    "name": "column",
+                    "description": "Always force a column break before/after the principal box."
+                },
+                {
+                    "name": "left",
+                    "description": "Force one or two page breaks before/after the generated box so that the next page is formatted as a left page."
+                },
+                {
+                    "name": "page",
+                    "description": "Always force a page break before/after the principal box."
+                },
+                {
+                    "name": "right",
+                    "description": "Force one or two page breaks before/after the generated box so that the next page is formatted as a right page."
+                }
+            ],
+            "syntax": "auto | avoid | always | all | avoid-page | page | left | right | recto | verso | avoid-column | column | avoid-region | region",
+            "relevance": 50,
+            "description": "Describes the page/column/region break behavior after the generated box.",
+            "restrictions": [
+                "enum"
+            ]
+        },
+        {
+            "name": "break-before",
+            "values": [
+                {
+                    "name": "always",
+                    "description": "Always force a page break before/after the generated box."
+                },
+                {
+                    "name": "auto",
+                    "description": "Neither force nor forbid a page/column break before/after the principal box."
+                },
+                {
+                    "name": "avoid",
+                    "description": "Avoid a break before/after the principal box."
+                },
+                {
+                    "name": "avoid-column",
+                    "description": "Avoid a column break before/after the principal box."
+                },
+                {
+                    "name": "avoid-page",
+                    "description": "Avoid a page break before/after the principal box."
+                },
+                {
+                    "name": "column",
+                    "description": "Always force a column break before/after the principal box."
+                },
+                {
+                    "name": "left",
+                    "description": "Force one or two page breaks before/after the generated box so that the next page is formatted as a left page."
+                },
+                {
+                    "name": "page",
+                    "description": "Always force a page break before/after the principal box."
+                },
+                {
+                    "name": "right",
+                    "description": "Force one or two page breaks before/after the generated box so that the next page is formatted as a right page."
+                }
+            ],
+            "syntax": "auto | avoid | always | all | avoid-page | page | left | right | recto | verso | avoid-column | column | avoid-region | region",
+            "relevance": 50,
+            "description": "Describes the page/column/region break behavior before the generated box.",
+            "restrictions": [
+                "enum"
+            ]
+        },
+        {
+            "name": "break-inside",
+            "values": [
+                {
+                    "name": "auto",
+                    "description": "Impose no additional breaking constraints within the box."
+                },
+                {
+                    "name": "avoid",
+                    "description": "Avoid breaks within the box."
+                },
+                {
+                    "name": "avoid-column",
+                    "description": "Avoid a column break within the box."
+                },
+                {
+                    "name": "avoid-page",
+                    "description": "Avoid a page break within the box."
+                }
+            ],
+            "syntax": "auto | avoid | avoid-page | avoid-column | avoid-region",
+            "relevance": 50,
+            "description": "Describes the page/column/region break behavior inside the principal box.",
+            "restrictions": [
+                "enum"
+            ]
+        },
+        {
+            "name": "caption-side",
+            "values": [
+                {
+                    "name": "bottom",
+                    "description": "Positions the caption box below the table box."
+                },
+                {
+                    "name": "top",
+                    "description": "Positions the caption box above the table box."
+                }
+            ],
+            "syntax": "top | bottom | block-start | block-end | inline-start | inline-end",
+            "relevance": 51,
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/caption-side"
+                }
+            ],
+            "description": "Specifies the position of the caption box with respect to the table box.",
+            "restrictions": [
+                "enum"
+            ]
+        },
+        {
+            "name": "caret-color",
+            "browsers": [
+                "E79",
+                "FF53",
+                "S11.1",
+                "C57",
+                "O44"
+            ],
+            "values": [
+                {
+                    "name": "auto",
+                    "description": "The user agent selects an appropriate color for the caret. This is generally currentcolor, but the user agent may choose a different color to ensure good visibility and contrast with the surrounding content, taking into account the value of currentcolor, the background, shadows, and other factors."
+                }
+            ],
+            "syntax": "auto | <color>",
+            "relevance": 51,
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/caret-color"
+                }
+            ],
+            "description": "Controls the color of the text insertion indicator.",
+            "restrictions": [
+                "color",
+                "enum"
+            ]
+        },
+        {
+            "name": "clear",
+            "values": [
+                {
+                    "name": "both",
+                    "description": "The clearance of the generated box is set to the amount necessary to place the top border edge below the bottom outer edge of any right-floating and left-floating boxes that resulted from elements earlier in the source document."
+                },
+                {
+                    "name": "left",
+                    "description": "The clearance of the generated box is set to the amount necessary to place the top border edge below the bottom outer edge of any left-floating boxes that resulted from elements earlier in the source document."
+                },
+                {
+                    "name": "none",
+                    "description": "No constraint on the box's position with respect to floats."
+                },
+                {
+                    "name": "right",
+                    "description": "The clearance of the generated box is set to the amount necessary to place the top border edge below the bottom outer edge of any right-floating boxes that resulted from elements earlier in the source document."
+                }
+            ],
+            "syntax": "none | left | right | both | inline-start | inline-end",
+            "relevance": 84,
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/clear"
+                }
+            ],
+            "description": "Indicates which sides of an element's box(es) may not be adjacent to an earlier floating box. The 'clear' property does not consider floats inside the element itself or in other block formatting contexts.",
+            "restrictions": [
+                "enum"
+            ]
+        },
+        {
+            "name": "clip",
+            "values": [
+                {
+                    "name": "auto",
+                    "description": "The element does not clip."
+                },
+                {
+                    "name": "rect()",
+                    "description": "Specifies offsets from the edges of the border box."
+                }
+            ],
+            "syntax": "<shape> | auto",
+            "relevance": 73,
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/clip"
+                }
+            ],
+            "description": "Deprecated. Use the 'clip-path' property when support allows. Defines the visible portion of an element’s box.",
+            "restrictions": [
+                "enum"
+            ]
+        },
+        {
+            "name": "clip-path",
+            "values": [
+                {
+                    "name": "none",
+                    "description": "No clipping path gets created."
+                },
+                {
+                    "name": "url()",
+                    "description": "References a <clipPath> element to create a clipping path."
+                }
+            ],
+            "syntax": "<clip-source> | [ <basic-shape> || <geometry-box> ] | none",
+            "relevance": 55,
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/clip-path"
+                }
+            ],
+            "description": "Specifies a clipping path where everything inside the path is visible and everything outside is clipped out.",
+            "restrictions": [
+                "url",
+                "shape",
+                "geometry-box",
+                "enum"
+            ]
+        },
+        {
+            "name": "clip-rule",
+            "browsers": [
+                "E",
+                "C5",
+                "FF3",
+                "IE10",
+                "O9",
+                "S6"
+            ],
+            "values": [
+                {
+                    "name": "evenodd",
+                    "description": "Determines the ‘insideness’ of a point on the canvas by drawing a ray from that point to infinity in any direction and counting the number of path segments from the given shape that the ray crosses."
+                },
+                {
+                    "name": "nonzero",
+                    "description": "Determines the ‘insideness’ of a point on the canvas by drawing a ray from that point to infinity in any direction and then examining the places where a segment of the shape crosses the ray."
+                }
+            ],
+            "relevance": 50,
+            "description": "Indicates the algorithm which is to be used to determine what parts of the canvas are included inside the shape.",
+            "restrictions": [
+                "enum"
+            ]
+        },
+        {
+            "name": "color",
+            "syntax": "<color>",
+            "relevance": 94,
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/color"
+                }
+            ],
+            "description": "Sets the color of an element's text",
+            "restrictions": [
+                "color"
+            ]
+        },
+        {
+            "name": "color-interpolation-filters",
+            "browsers": [
+                "E",
+                "C5",
+                "FF3",
+                "IE10",
+                "O9",
+                "S6"
+            ],
+            "values": [
+                {
+                    "name": "auto",
+                    "description": "Color operations are not required to occur in a particular color space."
+                },
+                {
+                    "name": "linearRGB",
+                    "description": "Color operations should occur in the linearized RGB color space."
+                },
+                {
+                    "name": "sRGB",
+                    "description": "Color operations should occur in the sRGB color space."
+                }
+            ],
+            "relevance": 50,
+            "description": "Specifies the color space for imaging operations performed via filter effects.",
+            "restrictions": [
+                "enum"
+            ]
+        },
+        {
+            "name": "column-count",
+            "values": [
+                {
+                    "name": "auto",
+                    "description": "Determines the number of columns by the 'column-width' property and the element width."
+                }
+            ],
+            "syntax": "<integer> | auto",
+            "relevance": 52,
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/column-count"
+                }
+            ],
+            "description": "Describes the optimal number of columns into which the content of the element will be flowed.",
+            "restrictions": [
+                "integer",
+                "enum"
+            ]
+        },
+        {
+            "name": "column-fill",
+            "values": [
+                {
+                    "name": "auto",
+                    "description": "Fills columns sequentially."
+                },
+                {
+                    "name": "balance",
+                    "description": "Balance content equally between columns, if possible."
+                }
+            ],
+            "syntax": "auto | balance | balance-all",
+            "relevance": 50,
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/column-fill"
+                }
+            ],
+            "description": "In continuous media, this property will only be consulted if the length of columns has been constrained. Otherwise, columns will automatically be balanced.",
+            "restrictions": [
+                "enum"
+            ]
+        },
+        {
+            "name": "column-gap",
+            "values": [
+                {
+                    "name": "normal",
+                    "description": "User agent specific and typically equivalent to 1em."
+                }
+            ],
+            "syntax": "normal | <length-percentage>",
+            "relevance": 52,
+            "description": "Sets the gap between columns. If there is a column rule between columns, it will appear in the middle of the gap.",
+            "restrictions": [
+                "length",
+                "enum"
+            ]
+        },
+        {
+            "name": "column-rule",
+            "syntax": "<'column-rule-width'> || <'column-rule-style'> || <'column-rule-color'>",
+            "relevance": 51,
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/column-rule"
+                }
+            ],
+            "description": "Shorthand for setting 'column-rule-width', 'column-rule-style', and 'column-rule-color' at the same place in the style sheet. Omitted values are set to their initial values.",
+            "restrictions": [
+                "length",
+                "line-width",
+                "line-style",
+                "color"
+            ]
+        },
+        {
+            "name": "column-rule-color",
+            "syntax": "<color>",
+            "relevance": 50,
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/column-rule-color"
+                }
+            ],
+            "description": "Sets the color of the column rule",
+            "restrictions": [
+                "color"
+            ]
+        },
+        {
+            "name": "column-rule-style",
+            "syntax": "<'border-style'>",
+            "relevance": 50,
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/column-rule-style"
+                }
+            ],
+            "description": "Sets the style of the rule between columns of an element.",
+            "restrictions": [
+                "line-style"
+            ]
+        },
+        {
+            "name": "column-rule-width",
+            "syntax": "<'border-width'>",
+            "relevance": 50,
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/column-rule-width"
+                }
+            ],
+            "description": "Sets the width of the rule between columns. Negative values are not allowed.",
+            "restrictions": [
+                "length",
+                "line-width"
+            ]
+        },
+        {
+            "name": "columns",
+            "values": [
+                {
+                    "name": "auto",
+                    "description": "The width depends on the values of other properties."
+                }
+            ],
+            "syntax": "<'column-width'> || <'column-count'>",
+            "relevance": 51,
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/columns"
+                }
+            ],
+            "description": "A shorthand property which sets both 'column-width' and 'column-count'.",
+            "restrictions": [
+                "length",
+                "integer",
+                "enum"
+            ]
+        },
+        {
+            "name": "column-span",
+            "values": [
+                {
+                    "name": "all",
+                    "description": "The element spans across all columns. Content in the normal flow that appears before the element is automatically balanced across all columns before the element appear."
+                },
+                {
+                    "name": "none",
+                    "description": "The element does not span multiple columns."
+                }
+            ],
+            "syntax": "none | all",
+            "relevance": 50,
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/column-span"
+                }
+            ],
+            "description": "Describes the page/column break behavior after the generated box.",
+            "restrictions": [
+                "enum"
+            ]
+        },
+        {
+            "name": "column-width",
+            "values": [
+                {
+                    "name": "auto",
+                    "description": "The width depends on the values of other properties."
+                }
+            ],
+            "syntax": "<length> | auto",
+            "relevance": 51,
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/column-width"
+                }
+            ],
+            "description": "Describes the width of columns in multicol elements.",
+            "restrictions": [
+                "length",
+                "enum"
+            ]
+        },
+        {
+            "name": "contain",
+            "browsers": [
+                "E79",
+                "FF69",
+                "C52",
+                "O40"
+            ],
+            "values": [
+                {
+                    "name": "none",
+                    "description": "Indicates that the property has no effect."
+                },
+                {
+                    "name": "strict",
+                    "description": "Turns on all forms of containment for the element."
+                },
+                {
+                    "name": "content",
+                    "description": "All containment rules except size are applied to the element."
+                },
+                {
+                    "name": "size",
+                    "description": "For properties that can have effects on more than just an element and its descendants, those effects don't escape the containing element."
+                },
+                {
+                    "name": "layout",
+                    "description": "Turns on layout containment for the element."
+                },
+                {
+                    "name": "style",
+                    "description": "Turns on style containment for the element."
+                },
+                {
+                    "name": "paint",
+                    "description": "Turns on paint containment for the element."
+                }
+            ],
+            "syntax": "none | strict | content | [ size || layout || style || paint ]",
+            "relevance": 55,
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/contain"
+                }
+            ],
+            "description": "Indicates that an element and its contents are, as much as possible, independent of the rest of the document tree.",
+            "restrictions": [
+                "enum"
+            ]
+        },
+        {
+            "name": "content",
+            "values": [
+                {
+                    "name": "attr()",
+                    "description": "The attr(n) function returns as a string the value of attribute n for the subject of the selector."
+                },
+                {
+                    "name": "counter(name)",
+                    "description": "Counters are denoted by identifiers (see the 'counter-increment' and 'counter-reset' properties)."
+                },
+                {
+                    "name": "icon",
+                    "description": "The (pseudo-)element is replaced in its entirety by the resource referenced by its 'icon' property, and treated as a replaced element."
+                },
+                {
+                    "name": "none",
+                    "description": "On elements, this inhibits the children of the element from being rendered as children of this element, as if the element was empty. On pseudo-elements it causes the pseudo-element to have no content."
+                },
+                {
+                    "name": "normal",
+                    "description": "See http://www.w3.org/TR/css3-content/#content for computation rules."
+                },
+                {
+                    "name": "url()"
+                }
+            ],
+            "syntax": "normal | none | [ <content-replacement> | <content-list> ] [/ <string> ]?",
+            "relevance": 89,
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/content"
+                }
+            ],
+            "description": "Determines which page-based occurrence of a given element is applied to a counter or string value.",
+            "restrictions": [
+                "string",
+                "url"
+            ]
+        },
+        {
+            "name": "counter-increment",
+            "values": [
+                {
+                    "name": "none",
+                    "description": "This element does not alter the value of any counters."
+                }
+            ],
+            "syntax": "[ <custom-ident> <integer>? ]+ | none",
+            "relevance": 52,
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/counter-increment"
+                }
+            ],
+            "description": "Manipulate the value of existing counters.",
+            "restrictions": [
+                "identifier",
+                "integer"
+            ]
+        },
+        {
+            "name": "counter-reset",
+            "values": [
+                {
+                    "name": "none",
+                    "description": "The counter is not modified."
+                }
+            ],
+            "syntax": "[ <custom-ident> <integer>? ]+ | none",
+            "relevance": 52,
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/counter-reset"
+                }
+            ],
+            "description": "Property accepts one or more names of counters (identifiers), each one optionally followed by an integer. The integer gives the value that the counter is set to on each occurrence of the element.",
+            "restrictions": [
+                "identifier",
+                "integer"
+            ]
+        },
+        {
+            "name": "cursor",
+            "values": [
+                {
+                    "name": "alias",
+                    "description": "Indicates an alias of/shortcut to something is to be created. Often rendered as an arrow with a small curved arrow next to it."
+                },
+                {
+                    "name": "all-scroll",
+                    "description": "Indicates that the something can be scrolled in any direction. Often rendered as arrows pointing up, down, left, and right with a dot in the middle."
+                },
+                {
+                    "name": "auto",
+                    "description": "The UA determines the cursor to display based on the current context."
+                },
+                {
+                    "name": "cell",
+                    "description": "Indicates that a cell or set of cells may be selected. Often rendered as a thick plus-sign with a dot in the middle."
+                },
+                {
+                    "name": "col-resize",
+                    "description": "Indicates that the item/column can be resized horizontally. Often rendered as arrows pointing left and right with a vertical bar separating them."
+                },
+                {
+                    "name": "context-menu",
+                    "description": "A context menu is available for the object under the cursor. Often rendered as an arrow with a small menu-like graphic next to it."
+                },
+                {
+                    "name": "copy",
+                    "description": "Indicates something is to be copied. Often rendered as an arrow with a small plus sign next to it."
+                },
+                {
+                    "name": "crosshair",
+                    "description": "A simple crosshair (e.g., short line segments resembling a '+' sign). Often used to indicate a two dimensional bitmap selection mode."
+                },
+                {
+                    "name": "default",
+                    "description": "The platform-dependent default cursor. Often rendered as an arrow."
+                },
+                {
+                    "name": "e-resize",
+                    "description": "Indicates that east edge is to be moved."
+                },
+                {
+                    "name": "ew-resize",
+                    "description": "Indicates a bidirectional east-west resize cursor."
+                },
+                {
+                    "name": "grab",
+                    "description": "Indicates that something can be grabbed."
+                },
+                {
+                    "name": "grabbing",
+                    "description": "Indicates that something is being grabbed."
+                },
+                {
+                    "name": "help",
+                    "description": "Help is available for the object under the cursor. Often rendered as a question mark or a balloon."
+                },
+                {
+                    "name": "move",
+                    "description": "Indicates something is to be moved."
+                },
+                {
+                    "name": "-moz-grab",
+                    "description": "Indicates that something can be grabbed."
+                },
+                {
+                    "name": "-moz-grabbing",
+                    "description": "Indicates that something is being grabbed."
+                },
+                {
+                    "name": "-moz-zoom-in",
+                    "description": "Indicates that something can be zoomed (magnified) in."
+                },
+                {
+                    "name": "-moz-zoom-out",
+                    "description": "Indicates that something can be zoomed (magnified) out."
+                },
+                {
+                    "name": "ne-resize",
+                    "description": "Indicates that movement starts from north-east corner."
+                },
+                {
+                    "name": "nesw-resize",
+                    "description": "Indicates a bidirectional north-east/south-west cursor."
+                },
+                {
+                    "name": "no-drop",
+                    "description": "Indicates that the dragged item cannot be dropped at the current cursor location. Often rendered as a hand or pointer with a small circle with a line through it."
+                },
+                {
+                    "name": "none",
+                    "description": "No cursor is rendered for the element."
+                },
+                {
+                    "name": "not-allowed",
+                    "description": "Indicates that the requested action will not be carried out. Often rendered as a circle with a line through it."
+                },
+                {
+                    "name": "n-resize",
+                    "description": "Indicates that north edge is to be moved."
+                },
+                {
+                    "name": "ns-resize",
+                    "description": "Indicates a bidirectional north-south cursor."
+                },
+                {
+                    "name": "nw-resize",
+                    "description": "Indicates that movement starts from north-west corner."
+                },
+                {
+                    "name": "nwse-resize",
+                    "description": "Indicates a bidirectional north-west/south-east cursor."
+                },
+                {
+                    "name": "pointer",
+                    "description": "The cursor is a pointer that indicates a link."
+                },
+                {
+                    "name": "progress",
+                    "description": "A progress indicator. The program is performing some processing, but is different from 'wait' in that the user may still interact with the program. Often rendered as a spinning beach ball, or an arrow with a watch or hourglass."
+                },
+                {
+                    "name": "row-resize",
+                    "description": "Indicates that the item/row can be resized vertically. Often rendered as arrows pointing up and down with a horizontal bar separating them."
+                },
+                {
+                    "name": "se-resize",
+                    "description": "Indicates that movement starts from south-east corner."
+                },
+                {
+                    "name": "s-resize",
+                    "description": "Indicates that south edge is to be moved."
+                },
+                {
+                    "name": "sw-resize",
+                    "description": "Indicates that movement starts from south-west corner."
+                },
+                {
+                    "name": "text",
+                    "description": "Indicates text that may be selected. Often rendered as a vertical I-beam."
+                },
+                {
+                    "name": "vertical-text",
+                    "description": "Indicates vertical-text that may be selected. Often rendered as a horizontal I-beam."
+                },
+                {
+                    "name": "wait",
+                    "description": "Indicates that the program is busy and the user should wait. Often rendered as a watch or hourglass."
+                },
+                {
+                    "name": "-webkit-grab",
+                    "description": "Indicates that something can be grabbed."
+                },
+                {
+                    "name": "-webkit-grabbing",
+                    "description": "Indicates that something is being grabbed."
+                },
+                {
+                    "name": "-webkit-zoom-in",
+                    "description": "Indicates that something can be zoomed (magnified) in."
+                },
+                {
+                    "name": "-webkit-zoom-out",
+                    "description": "Indicates that something can be zoomed (magnified) out."
+                },
+                {
+                    "name": "w-resize",
+                    "description": "Indicates that west edge is to be moved."
+                },
+                {
+                    "name": "zoom-in",
+                    "description": "Indicates that something can be zoomed (magnified) in."
+                },
+                {
+                    "name": "zoom-out",
+                    "description": "Indicates that something can be zoomed (magnified) out."
+                }
+            ],
+            "syntax": "[ [ <url> [ <x> <y> ]? , ]* [ auto | default | none | context-menu | help | pointer | progress | wait | cell | crosshair | text | vertical-text | alias | copy | move | no-drop | not-allowed | e-resize | n-resize | ne-resize | nw-resize | s-resize | se-resize | sw-resize | w-resize | ew-resize | ns-resize | nesw-resize | nwse-resize | col-resize | row-resize | all-scroll | zoom-in | zoom-out | grab | grabbing ] ]",
+            "relevance": 91,
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/cursor"
+                }
+            ],
+            "description": "Allows control over cursor appearance in an element",
+            "restrictions": [
+                "url",
+                "number",
+                "enum"
+            ]
+        },
+        {
+            "name": "direction",
+            "values": [
+                {
+                    "name": "ltr",
+                    "description": "Left-to-right direction."
+                },
+                {
+                    "name": "rtl",
+                    "description": "Right-to-left direction."
+                }
+            ],
+            "syntax": "ltr | rtl",
+            "relevance": 68,
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/direction"
+                }
+            ],
+            "description": "Specifies the inline base direction or directionality of any bidi paragraph, embedding, isolate, or override established by the box. Note: for HTML content use the 'dir' attribute and 'bdo' element rather than this property.",
+            "restrictions": [
+                "enum"
+            ]
+        },
+        {
+            "name": "display",
+            "values": [
+                {
+                    "name": "block",
+                    "description": "The element generates a block-level box"
+                },
+                {
+                    "name": "contents",
+                    "description": "The element itself does not generate any boxes, but its children and pseudo-elements still generate boxes as normal."
+                },
+                {
+                    "name": "flex",
+                    "description": "The element generates a principal flex container box and establishes a flex formatting context."
+                },
+                {
+                    "name": "flexbox",
+                    "description": "The element lays out its contents using flow layout (block-and-inline layout). Standardized as 'flex'."
+                },
+                {
+                    "name": "flow-root",
+                    "description": "The element generates a block container box, and lays out its contents using flow layout."
+                },
+                {
+                    "name": "grid",
+                    "description": "The element generates a principal grid container box, and establishes a grid formatting context."
+                },
+                {
+                    "name": "inline",
+                    "description": "The element generates an inline-level box."
+                },
+                {
+                    "name": "inline-block",
+                    "description": "A block box, which itself is flowed as a single inline box, similar to a replaced element. The inside of an inline-block is formatted as a block box, and the box itself is formatted as an inline box."
+                },
+                {
+                    "name": "inline-flex",
+                    "description": "Inline-level flex container."
+                },
+                {
+                    "name": "inline-flexbox",
+                    "description": "Inline-level flex container. Standardized as 'inline-flex'"
+                },
+                {
+                    "name": "inline-table",
+                    "description": "Inline-level table wrapper box containing table box."
+                },
+                {
+                    "name": "list-item",
+                    "description": "One or more block boxes and one marker box."
+                },
+                {
+                    "name": "-moz-box",
+                    "description": "The element lays out its contents using flow layout (block-and-inline layout). Standardized as 'flex'."
+                },
+                {
+                    "name": "-moz-deck"
+                },
+                {
+                    "name": "-moz-grid"
+                },
+                {
+                    "name": "-moz-grid-group"
+                },
+                {
+                    "name": "-moz-grid-line"
+                },
+                {
+                    "name": "-moz-groupbox"
+                },
+                {
+                    "name": "-moz-inline-box",
+                    "description": "Inline-level flex container. Standardized as 'inline-flex'"
+                },
+                {
+                    "name": "-moz-inline-grid"
+                },
+                {
+                    "name": "-moz-inline-stack"
+                },
+                {
+                    "name": "-moz-marker"
+                },
+                {
+                    "name": "-moz-popup"
+                },
+                {
+                    "name": "-moz-stack"
+                },
+                {
+                    "name": "-ms-flexbox",
+                    "description": "The element lays out its contents using flow layout (block-and-inline layout). Standardized as 'flex'."
+                },
+                {
+                    "name": "-ms-grid",
+                    "description": "The element generates a principal grid container box, and establishes a grid formatting context."
+                },
+                {
+                    "name": "-ms-inline-flexbox",
+                    "description": "Inline-level flex container. Standardized as 'inline-flex'"
+                },
+                {
+                    "name": "-ms-inline-grid",
+                    "description": "Inline-level grid container."
+                },
+                {
+                    "name": "none",
+                    "description": "The element and its descendants generates no boxes."
+                },
+                {
+                    "name": "ruby",
+                    "description": "The element generates a principal ruby container box, and establishes a ruby formatting context."
+                },
+                {
+                    "name": "ruby-base"
+                },
+                {
+                    "name": "ruby-base-container"
+                },
+                {
+                    "name": "ruby-text"
+                },
+                {
+                    "name": "ruby-text-container"
+                },
+                {
+                    "name": "run-in",
+                    "description": "The element generates a run-in box. Run-in elements act like inlines or blocks, depending on the surrounding elements."
+                },
+                {
+                    "name": "table",
+                    "description": "The element generates a principal table wrapper box containing an additionally-generated table box, and establishes a table formatting context."
+                },
+                {
+                    "name": "table-caption"
+                },
+                {
+                    "name": "table-cell"
+                },
+                {
+                    "name": "table-column"
+                },
+                {
+                    "name": "table-column-group"
+                },
+                {
+                    "name": "table-footer-group"
+                },
+                {
+                    "name": "table-header-group"
+                },
+                {
+                    "name": "table-row"
+                },
+                {
+                    "name": "table-row-group"
+                },
+                {
+                    "name": "-webkit-box",
+                    "description": "The element lays out its contents using flow layout (block-and-inline layout). Standardized as 'flex'."
+                },
+                {
+                    "name": "-webkit-flex",
+                    "description": "The element lays out its contents using flow layout (block-and-inline layout)."
+                },
+                {
+                    "name": "-webkit-inline-box",
+                    "description": "Inline-level flex container. Standardized as 'inline-flex'"
+                },
+                {
+                    "name": "-webkit-inline-flex",
+                    "description": "Inline-level flex container."
+                }
+            ],
+            "syntax": "[ <display-outside> || <display-inside> ] | <display-listitem> | <display-internal> | <display-box> | <display-legacy>",
+            "relevance": 96,
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/display"
+                }
+            ],
+            "description": "In combination with 'float' and 'position', determines the type of box or boxes that are generated for an element.",
+            "restrictions": [
+                "enum"
+            ]
+        },
+        {
+            "name": "empty-cells",
+            "values": [
+                {
+                    "name": "hide",
+                    "description": "No borders or backgrounds are drawn around/behind empty cells."
+                },
+                {
+                    "name": "-moz-show-background"
+                },
+                {
+                    "name": "show",
+                    "description": "Borders and backgrounds are drawn around/behind empty cells (like normal cells)."
+                }
+            ],
+            "syntax": "show | hide",
+            "relevance": 51,
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/empty-cells"
+                }
+            ],
+            "description": "In the separated borders model, this property controls the rendering of borders and backgrounds around cells that have no visible content.",
+            "restrictions": [
+                "enum"
+            ]
+        },
+        {
+            "name": "enable-background",
+            "values": [
+                {
+                    "name": "accumulate",
+                    "description": "If the ancestor container element has a property of new, then all graphics elements within the current container are rendered both on the parent's background image and onto the target."
+                },
+                {
+                    "name": "new",
+                    "description": "Create a new background image canvas. All children of the current container element can access the background, and they will be rendered onto both the parent's background image canvas in addition to the target device."
+                }
+            ],
+            "relevance": 50,
+            "description": "Deprecated. Use 'isolation' property instead when support allows. Specifies how the accumulation of the background image is managed.",
+            "restrictions": [
+                "integer",
+                "length",
+                "percentage",
+                "enum"
+            ]
+        },
+        {
+            "name": "fallback",
+            "browsers": [
+                "FF33"
+            ],
+            "syntax": "<counter-style-name>",
+            "relevance": 50,
+            "description": "@counter-style descriptor. Specifies a fallback counter style to be used when the current counter style can’t create a representation for a given counter value.",
+            "restrictions": [
+                "identifier"
+            ]
+        },
+        {
+            "name": "fill",
+            "values": [
+                {
+                    "name": "url()",
+                    "description": "A URL reference to a paint server element, which is an element that defines a paint server: ‘hatch’, ‘linearGradient’, ‘mesh’, ‘pattern’, ‘radialGradient’ and ‘solidcolor’."
+                },
+                {
+                    "name": "none",
+                    "description": "No paint is applied in this layer."
+                }
+            ],
+            "relevance": 74,
+            "description": "Paints the interior of the given graphical element.",
+            "restrictions": [
+                "color",
+                "enum",
+                "url"
+            ]
+        },
+        {
+            "name": "fill-opacity",
+            "relevance": 52,
+            "description": "Specifies the opacity of the painting operation used to paint the interior the current object.",
+            "restrictions": [
+                "number(0-1)"
+            ]
+        },
+        {
+            "name": "fill-rule",
+            "values": [
+                {
+                    "name": "evenodd",
+                    "description": "Determines the ‘insideness’ of a point on the canvas by drawing a ray from that point to infinity in any direction and counting the number of path segments from the given shape that the ray crosses."
+                },
+                {
+                    "name": "nonzero",
+                    "description": "Determines the ‘insideness’ of a point on the canvas by drawing a ray from that point to infinity in any direction and then examining the places where a segment of the shape crosses the ray."
+                }
+            ],
+            "relevance": 50,
+            "description": "Indicates the algorithm (or winding rule) which is to be used to determine what parts of the canvas are included inside the shape.",
+            "restrictions": [
+                "enum"
+            ]
+        },
+        {
+            "name": "filter",
+            "browsers": [
+                "E12",
+                "FF35",
+                "S9.1",
+                "C53",
+                "O40"
+            ],
+            "values": [
+                {
+                    "name": "none",
+                    "description": "No filter effects are applied."
+                },
+                {
+                    "name": "blur()",
+                    "description": "Applies a Gaussian blur to the input image."
+                },
+                {
+                    "name": "brightness()",
+                    "description": "Applies a linear multiplier to input image, making it appear more or less bright."
+                },
+                {
+                    "name": "contrast()",
+                    "description": "Adjusts the contrast of the input."
+                },
+                {
+                    "name": "drop-shadow()",
+                    "description": "Applies a drop shadow effect to the input image."
+                },
+                {
+                    "name": "grayscale()",
+                    "description": "Converts the input image to grayscale."
+                },
+                {
+                    "name": "hue-rotate()",
+                    "description": "Applies a hue rotation on the input image. "
+                },
+                {
+                    "name": "invert()",
+                    "description": "Inverts the samples in the input image."
+                },
+                {
+                    "name": "opacity()",
+                    "description": "Applies transparency to the samples in the input image."
+                },
+                {
+                    "name": "saturate()",
+                    "description": "Saturates the input image."
+                },
+                {
+                    "name": "sepia()",
+                    "description": "Converts the input image to sepia."
+                },
+                {
+                    "name": "url()",
+                    "browsers": [
+                        "E12",
+                        "FF35",
+                        "S9.1",
+                        "C53",
+                        "O40"
+                    ],
+                    "description": "A filter reference to a <filter> element."
+                }
+            ],
+            "syntax": "none | <filter-function-list>",
+            "relevance": 64,
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/filter"
+                }
+            ],
+            "description": "Processes an element’s rendering before it is displayed in the document, by applying one or more filter effects.",
+            "restrictions": [
+                "enum",
+                "url"
+            ]
+        },
+        {
+            "name": "flex",
+            "values": [
+                {
+                    "name": "auto",
+                    "description": "Retrieves the value of the main size property as the used 'flex-basis'."
+                },
+                {
+                    "name": "content",
+                    "description": "Indicates automatic sizing, based on the flex item’s content."
+                },
+                {
+                    "name": "none",
+                    "description": "Expands to '0 0 auto'."
+                }
+            ],
+            "syntax": "none | [ <'flex-grow'> <'flex-shrink'>? || <'flex-basis'> ]",
+            "relevance": 77,
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/flex"
+                }
+            ],
+            "description": "Specifies the components of a flexible length: the flex grow factor and flex shrink factor, and the flex basis.",
+            "restrictions": [
+                "length",
+                "number",
+                "percentage"
+            ]
+        },
+        {
+            "name": "flex-basis",
+            "values": [
+                {
+                    "name": "auto",
+                    "description": "Retrieves the value of the main size property as the used 'flex-basis'."
+                },
+                {
+                    "name": "content",
+                    "description": "Indicates automatic sizing, based on the flex item’s content."
+                }
+            ],
+            "syntax": "content | <'width'>",
+            "relevance": 62,
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/flex-basis"
+                }
+            ],
+            "description": "Sets the flex basis.",
+            "restrictions": [
+                "length",
+                "number",
+                "percentage"
+            ]
+        },
+        {
+            "name": "flex-direction",
+            "values": [
+                {
+                    "name": "column",
+                    "description": "The flex container’s main axis has the same orientation as the block axis of the current writing mode."
+                },
+                {
+                    "name": "column-reverse",
+                    "description": "Same as 'column', except the main-start and main-end directions are swapped."
+                },
+                {
+                    "name": "row",
+                    "description": "The flex container’s main axis has the same orientation as the inline axis of the current writing mode."
+                },
+                {
+                    "name": "row-reverse",
+                    "description": "Same as 'row', except the main-start and main-end directions are swapped."
+                }
+            ],
+            "syntax": "row | row-reverse | column | column-reverse",
+            "relevance": 78,
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/flex-direction"
+                }
+            ],
+            "description": "Specifies how flex items are placed in the flex container, by setting the direction of the flex container’s main axis.",
+            "restrictions": [
+                "enum"
+            ]
+        },
+        {
+            "name": "flex-flow",
+            "values": [
+                {
+                    "name": "column",
+                    "description": "The flex container’s main axis has the same orientation as the block axis of the current writing mode."
+                },
+                {
+                    "name": "column-reverse",
+                    "description": "Same as 'column', except the main-start and main-end directions are swapped."
+                },
+                {
+                    "name": "nowrap",
+                    "description": "The flex container is single-line."
+                },
+                {
+                    "name": "row",
+                    "description": "The flex container’s main axis has the same orientation as the inline axis of the current writing mode."
+                },
+                {
+                    "name": "row-reverse",
+                    "description": "Same as 'row', except the main-start and main-end directions are swapped."
+                },
+                {
+                    "name": "wrap",
+                    "description": "The flexbox is multi-line."
+                },
+                {
+                    "name": "wrap-reverse",
+                    "description": "Same as 'wrap', except the cross-start and cross-end directions are swapped."
+                }
+            ],
+            "syntax": "<'flex-direction'> || <'flex-wrap'>",
+            "relevance": 58,
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/flex-flow"
+                }
+            ],
+            "description": "Specifies how flexbox items are placed in the flexbox.",
+            "restrictions": [
+                "enum"
+            ]
+        },
+        {
+            "name": "flex-grow",
+            "syntax": "<number>",
+            "relevance": 71,
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/flex-grow"
+                }
+            ],
+            "description": "Sets the flex grow factor. Negative numbers are invalid.",
+            "restrictions": [
+                "number"
+            ]
+        },
+        {
+            "name": "flex-shrink",
+            "syntax": "<number>",
+            "relevance": 69,
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/flex-shrink"
+                }
+            ],
+            "description": "Sets the flex shrink factor. Negative numbers are invalid.",
+            "restrictions": [
+                "number"
+            ]
+        },
+        {
+            "name": "flex-wrap",
+            "values": [
+                {
+                    "name": "nowrap",
+                    "description": "The flex container is single-line."
+                },
+                {
+                    "name": "wrap",
+                    "description": "The flexbox is multi-line."
+                },
+                {
+                    "name": "wrap-reverse",
+                    "description": "Same as 'wrap', except the cross-start and cross-end directions are swapped."
+                }
+            ],
+            "syntax": "nowrap | wrap | wrap-reverse",
+            "relevance": 74,
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/flex-wrap"
+                }
+            ],
+            "description": "Controls whether the flex container is single-line or multi-line, and the direction of the cross-axis, which determines the direction new lines are stacked in.",
+            "restrictions": [
+                "enum"
+            ]
+        },
+        {
+            "name": "float",
+            "values": [
+                {
+                    "name": "inline-end",
+                    "description": "A keyword indicating that the element must float on the end side of its containing block. That is the right side with ltr scripts, and the left side with rtl scripts."
+                },
+                {
+                    "name": "inline-start",
+                    "description": "A keyword indicating that the element must float on the start side of its containing block. That is the left side with ltr scripts, and the right side with rtl scripts."
+                },
+                {
+                    "name": "left",
+                    "description": "The element generates a block box that is floated to the left. Content flows on the right side of the box, starting at the top (subject to the 'clear' property)."
+                },
+                {
+                    "name": "none",
+                    "description": "The box is not floated."
+                },
+                {
+                    "name": "right",
+                    "description": "Similar to 'left', except the box is floated to the right, and content flows on the left side of the box, starting at the top."
+                }
+            ],
+            "syntax": "left | right | none | inline-start | inline-end",
+            "relevance": 92,
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/float"
+                }
+            ],
+            "description": "Specifies how a box should be floated. It may be set for any element, but only applies to elements that generate boxes that are not absolutely positioned.",
+            "restrictions": [
+                "enum"
+            ]
+        },
+        {
+            "name": "flood-color",
+            "browsers": [
+                "E",
+                "C5",
+                "FF3",
+                "IE10",
+                "O9",
+                "S6"
+            ],
+            "relevance": 50,
+            "description": "Indicates what color to use to flood the current filter primitive subregion.",
+            "restrictions": [
+                "color"
+            ]
+        },
+        {
+            "name": "flood-opacity",
+            "browsers": [
+                "E",
+                "C5",
+                "FF3",
+                "IE10",
+                "O9",
+                "S6"
+            ],
+            "relevance": 50,
+            "description": "Indicates what opacity to use to flood the current filter primitive subregion.",
+            "restrictions": [
+                "number(0-1)",
+                "percentage"
+            ]
+        },
+        {
+            "name": "font",
+            "values": [
+                {
+                    "name": "100",
+                    "description": "Thin"
+                },
+                {
+                    "name": "200",
+                    "description": "Extra Light (Ultra Light)"
+                },
+                {
+                    "name": "300",
+                    "description": "Light"
+                },
+                {
+                    "name": "400",
+                    "description": "Normal"
+                },
+                {
+                    "name": "500",
+                    "description": "Medium"
+                },
+                {
+                    "name": "600",
+                    "description": "Semi Bold (Demi Bold)"
+                },
+                {
+                    "name": "700",
+                    "description": "Bold"
+                },
+                {
+                    "name": "800",
+                    "description": "Extra Bold (Ultra Bold)"
+                },
+                {
+                    "name": "900",
+                    "description": "Black (Heavy)"
+                },
+                {
+                    "name": "bold",
+                    "description": "Same as 700"
+                },
+                {
+                    "name": "bolder",
+                    "description": "Specifies the weight of the face bolder than the inherited value."
+                },
+                {
+                    "name": "caption",
+                    "description": "The font used for captioned controls (e.g., buttons, drop-downs, etc.)."
+                },
+                {
+                    "name": "icon",
+                    "description": "The font used to label icons."
+                },
+                {
+                    "name": "italic",
+                    "description": "Selects a font that is labeled 'italic', or, if that is not available, one labeled 'oblique'."
+                },
+                {
+                    "name": "large"
+                },
+                {
+                    "name": "larger"
+                },
+                {
+                    "name": "lighter",
+                    "description": "Specifies the weight of the face lighter than the inherited value."
+                },
+                {
+                    "name": "medium"
+                },
+                {
+                    "name": "menu",
+                    "description": "The font used in menus (e.g., dropdown menus and menu lists)."
+                },
+                {
+                    "name": "message-box",
+                    "description": "The font used in dialog boxes."
+                },
+                {
+                    "name": "normal",
+                    "description": "Specifies a face that is not labeled as a small-caps font."
+                },
+                {
+                    "name": "oblique",
+                    "description": "Selects a font that is labeled 'oblique'."
+                },
+                {
+                    "name": "small"
+                },
+                {
+                    "name": "small-caps",
+                    "description": "Specifies a font that is labeled as a small-caps font. If a genuine small-caps font is not available, user agents should simulate a small-caps font."
+                },
+                {
+                    "name": "small-caption",
+                    "description": "The font used for labeling small controls."
+                },
+                {
+                    "name": "smaller"
+                },
+                {
+                    "name": "status-bar",
+                    "description": "The font used in window status bars."
+                },
+                {
+                    "name": "x-large"
+                },
+                {
+                    "name": "x-small"
+                },
+                {
+                    "name": "xx-large"
+                },
+                {
+                    "name": "xx-small"
+                }
+            ],
+            "syntax": "[ [ <'font-style'> || <font-variant-css21> || <'font-weight'> || <'font-stretch'> ]? <'font-size'> [ / <'line-height'> ]? <'font-family'> ] | caption | icon | menu | message-box | small-caption | status-bar",
+            "relevance": 82,
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/font"
+                }
+            ],
+            "description": "Shorthand property for setting 'font-style', 'font-variant', 'font-weight', 'font-size', 'line-height', and 'font-family', at the same place in the style sheet. The syntax of this property is based on a traditional typographical shorthand notation to set multiple properties related to fonts.",
+            "restrictions": [
+                "font"
+            ]
+        },
+        {
+            "name": "font-family",
+            "values": [
+                {
+                    "name": "-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif"
+                },
+                {
+                    "name": "Arial, Helvetica, sans-serif"
+                },
+                {
+                    "name": "Cambria, Cochin, Georgia, Times, 'Times New Roman', serif"
+                },
+                {
+                    "name": "'Courier New', Courier, monospace"
+                },
+                {
+                    "name": "cursive"
+                },
+                {
+                    "name": "fantasy"
+                },
+                {
+                    "name": "'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif"
+                },
+                {
+                    "name": "Georgia, 'Times New Roman', Times, serif"
+                },
+                {
+                    "name": "'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif"
+                },
+                {
+                    "name": "Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif"
+                },
+                {
+                    "name": "'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif"
+                },
+                {
+                    "name": "monospace"
+                },
+                {
+                    "name": "sans-serif"
+                },
+                {
+                    "name": "'Segoe UI', Tahoma, Geneva, Verdana, sans-serif"
+                },
+                {
+                    "name": "serif"
+                },
+                {
+                    "name": "'Times New Roman', Times, serif"
+                },
+                {
+                    "name": "'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif"
+                },
+                {
+                    "name": "Verdana, Geneva, Tahoma, sans-serif"
+                }
+            ],
+            "syntax": "<family-name>",
+            "relevance": 92,
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/font-family"
+                }
+            ],
+            "description": "Specifies a prioritized list of font family names or generic family names. A user agent iterates through the list of family names until it matches an available font that contains a glyph for the character to be rendered.",
+            "restrictions": [
+                "font"
+            ]
+        },
+        {
+            "name": "font-feature-settings",
+            "values": [
+                {
+                    "name": "\"aalt\"",
+                    "description": "Access All Alternates."
+                },
+                {
+                    "name": "\"abvf\"",
+                    "description": "Above-base Forms. Required in Khmer script."
+                },
+                {
+                    "name": "\"abvm\"",
+                    "description": "Above-base Mark Positioning. Required in Indic scripts."
+                },
+                {
+                    "name": "\"abvs\"",
+                    "description": "Above-base Substitutions. Required in Indic scripts."
+                },
+                {
+                    "name": "\"afrc\"",
+                    "description": "Alternative Fractions."
+                },
+                {
+                    "name": "\"akhn\"",
+                    "description": "Akhand. Required in most Indic scripts."
+                },
+                {
+                    "name": "\"blwf\"",
+                    "description": "Below-base Form. Required in a number of Indic scripts."
+                },
+                {
+                    "name": "\"blwm\"",
+                    "description": "Below-base Mark Positioning. Required in Indic scripts."
+                },
+                {
+                    "name": "\"blws\"",
+                    "description": "Below-base Substitutions. Required in Indic scripts."
+                },
+                {
+                    "name": "\"calt\"",
+                    "description": "Contextual Alternates."
+                },
+                {
+                    "name": "\"case\"",
+                    "description": "Case-Sensitive Forms. Applies only to European scripts; particularly prominent in Spanish-language setting."
+                },
+                {
+                    "name": "\"ccmp\"",
+                    "description": "Glyph Composition/Decomposition."
+                },
+                {
+                    "name": "\"cfar\"",
+                    "description": "Conjunct Form After Ro. Required in Khmer scripts."
+                },
+                {
+                    "name": "\"cjct\"",
+                    "description": "Conjunct Forms. Required in Indic scripts that show similarity to Devanagari."
+                },
+                {
+                    "name": "\"clig\"",
+                    "description": "Contextual Ligatures."
+                },
+                {
+                    "name": "\"cpct\"",
+                    "description": "Centered CJK Punctuation. Used primarily in Chinese fonts."
+                },
+                {
+                    "name": "\"cpsp\"",
+                    "description": "Capital Spacing. Should not be used in connecting scripts (e.g. most Arabic)."
+                },
+                {
+                    "name": "\"cswh\"",
+                    "description": "Contextual Swash."
+                },
+                {
+                    "name": "\"curs\"",
+                    "description": "Cursive Positioning. Can be used in any cursive script."
+                },
+                {
+                    "name": "\"c2pc\"",
+                    "description": "Petite Capitals From Capitals. Applies only to bicameral scripts."
+                },
+                {
+                    "name": "\"c2sc\"",
+                    "description": "Small Capitals From Capitals. Applies only to bicameral scripts."
+                },
+                {
+                    "name": "\"dist\"",
+                    "description": "Distances. Required in Indic scripts."
+                },
+                {
+                    "name": "\"dlig\"",
+                    "description": "Discretionary ligatures."
+                },
+                {
+                    "name": "\"dnom\"",
+                    "description": "Denominators."
+                },
+                {
+                    "name": "\"dtls\"",
+                    "description": "Dotless Forms. Applied to math formula layout."
+                },
+                {
+                    "name": "\"expt\"",
+                    "description": "Expert Forms. Applies only to Japanese."
+                },
+                {
+                    "name": "\"falt\"",
+                    "description": "Final Glyph on Line Alternates. Can be used in any cursive script."
+                },
+                {
+                    "name": "\"fin2\"",
+                    "description": "Terminal Form #2. Used only with the Syriac script."
+                },
+                {
+                    "name": "\"fin3\"",
+                    "description": "Terminal Form #3. Used only with the Syriac script."
+                },
+                {
+                    "name": "\"fina\"",
+                    "description": "Terminal Forms. Can be used in any alphabetic script."
+                },
+                {
+                    "name": "\"flac\"",
+                    "description": "Flattened ascent forms. Applied to math formula layout."
+                },
+                {
+                    "name": "\"frac\"",
+                    "description": "Fractions."
+                },
+                {
+                    "name": "\"fwid\"",
+                    "description": "Full Widths. Applies to any script which can use monospaced forms."
+                },
+                {
+                    "name": "\"half\"",
+                    "description": "Half Forms. Required in Indic scripts that show similarity to Devanagari."
+                },
+                {
+                    "name": "\"haln\"",
+                    "description": "Halant Forms. Required in Indic scripts."
+                },
+                {
+                    "name": "\"halt\"",
+                    "description": "Alternate Half Widths. Used only in CJKV fonts."
+                },
+                {
+                    "name": "\"hist\"",
+                    "description": "Historical Forms."
+                },
+                {
+                    "name": "\"hkna\"",
+                    "description": "Horizontal Kana Alternates. Applies only to fonts that support kana (hiragana and katakana)."
+                },
+                {
+                    "name": "\"hlig\"",
+                    "description": "Historical Ligatures."
+                },
+                {
+                    "name": "\"hngl\"",
+                    "description": "Hangul. Korean only."
+                },
+                {
+                    "name": "\"hojo\"",
+                    "description": "Hojo Kanji Forms (JIS X 0212-1990 Kanji Forms). Used only with Kanji script."
+                },
+                {
+                    "name": "\"hwid\"",
+                    "description": "Half Widths. Generally used only in CJKV fonts."
+                },
+                {
+                    "name": "\"init\"",
+                    "description": "Initial Forms. Can be used in any alphabetic script."
+                },
+                {
+                    "name": "\"isol\"",
+                    "description": "Isolated Forms. Can be used in any cursive script."
+                },
+                {
+                    "name": "\"ital\"",
+                    "description": "Italics. Applies mostly to Latin; note that many non-Latin fonts contain Latin as well."
+                },
+                {
+                    "name": "\"jalt\"",
+                    "description": "Justification Alternates. Can be used in any cursive script."
+                },
+                {
+                    "name": "\"jp78\"",
+                    "description": "JIS78 Forms. Applies only to Japanese."
+                },
+                {
+                    "name": "\"jp83\"",
+                    "description": "JIS83 Forms. Applies only to Japanese."
+                },
+                {
+                    "name": "\"jp90\"",
+                    "description": "JIS90 Forms. Applies only to Japanese."
+                },
+                {
+                    "name": "\"jp04\"",
+                    "description": "JIS2004 Forms. Applies only to Japanese."
+                },
+                {
+                    "name": "\"kern\"",
+                    "description": "Kerning."
+                },
+                {
+                    "name": "\"lfbd\"",
+                    "description": "Left Bounds."
+                },
+                {
+                    "name": "\"liga\"",
+                    "description": "Standard Ligatures."
+                },
+                {
+                    "name": "\"ljmo\"",
+                    "description": "Leading Jamo Forms. Required for Hangul script when Ancient Hangul writing system is supported."
+                },
+                {
+                    "name": "\"lnum\"",
+                    "description": "Lining Figures."
+                },
+                {
+                    "name": "\"locl\"",
+                    "description": "Localized Forms."
+                },
+                {
+                    "name": "\"ltra\"",
+                    "description": "Left-to-right glyph alternates."
+                },
+                {
+                    "name": "\"ltrm\"",
+                    "description": "Left-to-right mirrored forms."
+                },
+                {
+                    "name": "\"mark\"",
+                    "description": "Mark Positioning."
+                },
+                {
+                    "name": "\"med2\"",
+                    "description": "Medial Form #2. Used only with the Syriac script."
+                },
+                {
+                    "name": "\"medi\"",
+                    "description": "Medial Forms."
+                },
+                {
+                    "name": "\"mgrk\"",
+                    "description": "Mathematical Greek."
+                },
+                {
+                    "name": "\"mkmk\"",
+                    "description": "Mark to Mark Positioning."
+                },
+                {
+                    "name": "\"nalt\"",
+                    "description": "Alternate Annotation Forms."
+                },
+                {
+                    "name": "\"nlck\"",
+                    "description": "NLC Kanji Forms. Used only with Kanji script."
+                },
+                {
+                    "name": "\"nukt\"",
+                    "description": "Nukta Forms. Required in Indic scripts.."
+                },
+                {
+                    "name": "\"numr\"",
+                    "description": "Numerators."
+                },
+                {
+                    "name": "\"onum\"",
+                    "description": "Oldstyle Figures."
+                },
+                {
+                    "name": "\"opbd\"",
+                    "description": "Optical Bounds."
+                },
+                {
+                    "name": "\"ordn\"",
+                    "description": "Ordinals. Applies mostly to Latin script."
+                },
+                {
+                    "name": "\"ornm\"",
+                    "description": "Ornaments."
+                },
+                {
+                    "name": "\"palt\"",
+                    "description": "Proportional Alternate Widths. Used mostly in CJKV fonts."
+                },
+                {
+                    "name": "\"pcap\"",
+                    "description": "Petite Capitals."
+                },
+                {
+                    "name": "\"pkna\"",
+                    "description": "Proportional Kana. Generally used only in Japanese fonts."
+                },
+                {
+                    "name": "\"pnum\"",
+                    "description": "Proportional Figures."
+                },
+                {
+                    "name": "\"pref\"",
+                    "description": "Pre-base Forms. Required in Khmer and Myanmar (Burmese) scripts and southern Indic scripts that may display a pre-base form of Ra."
+                },
+                {
+                    "name": "\"pres\"",
+                    "description": "Pre-base Substitutions. Required in Indic scripts."
+                },
+                {
+                    "name": "\"pstf\"",
+                    "description": "Post-base Forms. Required in scripts of south and southeast Asia that have post-base forms for consonants eg: Gurmukhi, Malayalam, Khmer."
+                },
+                {
+                    "name": "\"psts\"",
+                    "description": "Post-base Substitutions."
+                },
+                {
+                    "name": "\"pwid\"",
+                    "description": "Proportional Widths."
+                },
+                {
+                    "name": "\"qwid\"",
+                    "description": "Quarter Widths. Generally used only in CJKV fonts."
+                },
+                {
+                    "name": "\"rand\"",
+                    "description": "Randomize."
+                },
+                {
+                    "name": "\"rclt\"",
+                    "description": "Required Contextual Alternates. May apply to any script, but is especially important for many styles of Arabic."
+                },
+                {
+                    "name": "\"rlig\"",
+                    "description": "Required Ligatures. Applies to Arabic and Syriac. May apply to some other scripts."
+                },
+                {
+                    "name": "\"rkrf\"",
+                    "description": "Rakar Forms. Required in Devanagari and Gujarati scripts."
+                },
+                {
+                    "name": "\"rphf\"",
+                    "description": "Reph Form. Required in Indic scripts. E.g. Devanagari, Kannada."
+                },
+                {
+                    "name": "\"rtbd\"",
+                    "description": "Right Bounds."
+                },
+                {
+                    "name": "\"rtla\"",
+                    "description": "Right-to-left alternates."
+                },
+                {
+                    "name": "\"rtlm\"",
+                    "description": "Right-to-left mirrored forms."
+                },
+                {
+                    "name": "\"ruby\"",
+                    "description": "Ruby Notation Forms. Applies only to Japanese."
+                },
+                {
+                    "name": "\"salt\"",
+                    "description": "Stylistic Alternates."
+                },
+                {
+                    "name": "\"sinf\"",
+                    "description": "Scientific Inferiors."
+                },
+                {
+                    "name": "\"size\"",
+                    "description": "Optical size."
+                },
+                {
+                    "name": "\"smcp\"",
+                    "description": "Small Capitals. Applies only to bicameral scripts."
+                },
+                {
+                    "name": "\"smpl\"",
+                    "description": "Simplified Forms. Applies only to Chinese and Japanese."
+                },
+                {
+                    "name": "\"ssty\"",
+                    "description": "Math script style alternates."
+                },
+                {
+                    "name": "\"stch\"",
+                    "description": "Stretching Glyph Decomposition."
+                },
+                {
+                    "name": "\"subs\"",
+                    "description": "Subscript."
+                },
+                {
+                    "name": "\"sups\"",
+                    "description": "Superscript."
+                },
+                {
+                    "name": "\"swsh\"",
+                    "description": "Swash. Does not apply to ideographic scripts."
+                },
+                {
+                    "name": "\"titl\"",
+                    "description": "Titling."
+                },
+                {
+                    "name": "\"tjmo\"",
+                    "description": "Trailing Jamo Forms. Required for Hangul script when Ancient Hangul writing system is supported."
+                },
+                {
+                    "name": "\"tnam\"",
+                    "description": "Traditional Name Forms. Applies only to Japanese."
+                },
+                {
+                    "name": "\"tnum\"",
+                    "description": "Tabular Figures."
+                },
+                {
+                    "name": "\"trad\"",
+                    "description": "Traditional Forms. Applies only to Chinese and Japanese."
+                },
+                {
+                    "name": "\"twid\"",
+                    "description": "Third Widths. Generally used only in CJKV fonts."
+                },
+                {
+                    "name": "\"unic\"",
+                    "description": "Unicase."
+                },
+                {
+                    "name": "\"valt\"",
+                    "description": "Alternate Vertical Metrics. Applies only to scripts with vertical writing modes."
+                },
+                {
+                    "name": "\"vatu\"",
+                    "description": "Vattu Variants. Used for Indic scripts. E.g. Devanagari."
+                },
+                {
+                    "name": "\"vert\"",
+                    "description": "Vertical Alternates. Applies only to scripts with vertical writing modes."
+                },
+                {
+                    "name": "\"vhal\"",
+                    "description": "Alternate Vertical Half Metrics. Used only in CJKV fonts."
+                },
+                {
+                    "name": "\"vjmo\"",
+                    "description": "Vowel Jamo Forms. Required for Hangul script when Ancient Hangul writing system is supported."
+                },
+                {
+                    "name": "\"vkna\"",
+                    "description": "Vertical Kana Alternates. Applies only to fonts that support kana (hiragana and katakana)."
+                },
+                {
+                    "name": "\"vkrn\"",
+                    "description": "Vertical Kerning."
+                },
+                {
+                    "name": "\"vpal\"",
+                    "description": "Proportional Alternate Vertical Metrics. Used mostly in CJKV fonts."
+                },
+                {
+                    "name": "\"vrt2\"",
+                    "description": "Vertical Alternates and Rotation. Applies only to scripts with vertical writing modes."
+                },
+                {
+                    "name": "\"zero\"",
+                    "description": "Slashed Zero."
+                },
+                {
+                    "name": "normal",
+                    "description": "No change in glyph substitution or positioning occurs."
+                },
+                {
+                    "name": "off",
+                    "description": "Disable feature."
+                },
+                {
+                    "name": "on",
+                    "description": "Enable feature."
+                }
+            ],
+            "syntax": "normal | <feature-tag-value>#",
+            "relevance": 55,
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/font-feature-settings"
+                }
+            ],
+            "description": "Provides low-level control over OpenType font features. It is intended as a way of providing access to font features that are not widely used but are needed for a particular use case.",
+            "restrictions": [
+                "string",
+                "integer"
+            ]
+        },
+        {
+            "name": "font-kerning",
+            "browsers": [
+                "E79",
+                "FF32",
+                "S9",
+                "C33",
+                "O20"
+            ],
+            "values": [
+                {
+                    "name": "auto",
+                    "description": "Specifies that kerning is applied at the discretion of the user agent."
+                },
+                {
+                    "name": "none",
+                    "description": "Specifies that kerning is not applied."
+                },
+                {
+                    "name": "normal",
+                    "description": "Specifies that kerning is applied."
+                }
+            ],
+            "syntax": "auto | normal | none",
+            "relevance": 51,
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/font-kerning"
+                }
+            ],
+            "description": "Kerning is the contextual adjustment of inter-glyph spacing. This property controls metric kerning, kerning that utilizes adjustment data contained in the font.",
+            "restrictions": [
+                "enum"
+            ]
+        },
+        {
+            "name": "font-language-override",
+            "browsers": [
+                "FF34"
+            ],
+            "values": [
+                {
+                    "name": "normal",
+                    "description": "Implies that when rendering with OpenType fonts the language of the document is used to infer the OpenType language system, used to select language specific features when rendering."
+                }
+            ],
+            "syntax": "normal | <string>",
+            "relevance": 50,
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/font-language-override"
+                }
+            ],
+            "description": "The value of 'normal' implies that when rendering with OpenType fonts the language of the document is used to infer the OpenType language system, used to select language specific features when rendering.",
+            "restrictions": [
+                "string"
+            ]
+        },
+        {
+            "name": "font-size",
+            "values": [
+                {
+                    "name": "large"
+                },
+                {
+                    "name": "larger"
+                },
+                {
+                    "name": "medium"
+                },
+                {
+                    "name": "small"
+                },
+                {
+                    "name": "smaller"
+                },
+                {
+                    "name": "x-large"
+                },
+                {
+                    "name": "x-small"
+                },
+                {
+                    "name": "xx-large"
+                },
+                {
+                    "name": "xx-small"
+                }
+            ],
+            "syntax": "<absolute-size> | <relative-size> | <length-percentage>",
+            "relevance": 94,
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/font-size"
+                }
+            ],
+            "description": "Indicates the desired height of glyphs from the font. For scalable fonts, the font-size is a scale factor applied to the EM unit of the font. (Note that certain glyphs may bleed outside their EM box.) For non-scalable fonts, the font-size is converted into absolute units and matched against the declared font-size of the font, using the same absolute coordinate space for both of the matched values.",
+            "restrictions": [
+                "length",
+                "percentage"
+            ]
+        },
+        {
+            "name": "font-size-adjust",
+            "browsers": [
+                "E79",
+                "FF40",
+                "C43",
+                "O30"
+            ],
+            "values": [
+                {
+                    "name": "none",
+                    "description": "Do not preserve the font’s x-height."
+                }
+            ],
+            "syntax": "none | <number>",
+            "relevance": 50,
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/font-size-adjust"
+                }
+            ],
+            "description": "Preserves the readability of text when font fallback occurs by adjusting the font-size so that the x-height is the same regardless of the font used.",
+            "restrictions": [
+                "number"
+            ]
+        },
+        {
+            "name": "font-stretch",
+            "values": [
+                {
+                    "name": "condensed"
+                },
+                {
+                    "name": "expanded"
+                },
+                {
+                    "name": "extra-condensed"
+                },
+                {
+                    "name": "extra-expanded"
+                },
+                {
+                    "name": "narrower",
+                    "description": "Indicates a narrower value relative to the width of the parent element."
+                },
+                {
+                    "name": "normal"
+                },
+                {
+                    "name": "semi-condensed"
+                },
+                {
+                    "name": "semi-expanded"
+                },
+                {
+                    "name": "ultra-condensed"
+                },
+                {
+                    "name": "ultra-expanded"
+                },
+                {
+                    "name": "wider",
+                    "description": "Indicates a wider value relative to the width of the parent element."
+                }
+            ],
+            "syntax": "<font-stretch-absolute>{1,2}",
+            "relevance": 53,
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/font-stretch"
+                }
+            ],
+            "description": "Selects a normal, condensed, or expanded face from a font family.",
+            "restrictions": [
+                "enum"
+            ]
+        },
+        {
+            "name": "font-style",
+            "values": [
+                {
+                    "name": "italic",
+                    "description": "Selects a font that is labeled as an 'italic' face, or an 'oblique' face if one is not"
+                },
+                {
+                    "name": "normal",
+                    "description": "Selects a face that is classified as 'normal'."
+                },
+                {
+                    "name": "oblique",
+                    "description": "Selects a font that is labeled as an 'oblique' face, or an 'italic' face if one is not."
+                }
+            ],
+            "syntax": "normal | italic | oblique <angle>{0,2}",
+            "relevance": 83,
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/font-style"
+                }
+            ],
+            "description": "Allows italic or oblique faces to be selected. Italic forms are generally cursive in nature while oblique faces are typically sloped versions of the regular face.",
+            "restrictions": [
+                "enum"
+            ]
+        },
+        {
+            "name": "font-synthesis",
+            "browsers": [
+                "FF34",
+                "S9"
+            ],
+            "values": [
+                {
+                    "name": "none",
+                    "description": "Disallow all synthetic faces."
+                },
+                {
+                    "name": "style",
+                    "description": "Allow synthetic italic faces."
+                },
+                {
+                    "name": "weight",
+                    "description": "Allow synthetic bold faces."
+                }
+            ],
+            "syntax": "none | [ weight || style ]",
+            "relevance": 50,
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/font-synthesis"
+                }
+            ],
+            "description": "Controls whether user agents are allowed to synthesize bold or oblique font faces when a font family lacks bold or italic faces.",
+            "restrictions": [
+                "enum"
+            ]
+        },
+        {
+            "name": "font-variant",
+            "values": [
+                {
+                    "name": "normal",
+                    "description": "Specifies a face that is not labeled as a small-caps font."
+                },
+                {
+                    "name": "small-caps",
+                    "description": "Specifies a font that is labeled as a small-caps font. If a genuine small-caps font is not available, user agents should simulate a small-caps font."
+                }
+            ],
+            "syntax": "normal | none | [ <common-lig-values> || <discretionary-lig-values> || <historical-lig-values> || <contextual-alt-values> || stylistic(<feature-value-name>) || historical-forms || styleset(<feature-value-name>#) || character-variant(<feature-value-name>#) || swash(<feature-value-name>) || ornaments(<feature-value-name>) || annotation(<feature-value-name>) || [ small-caps | all-small-caps | petite-caps | all-petite-caps | unicase | titling-caps ] || <numeric-figure-values> || <numeric-spacing-values> || <numeric-fraction-values> || ordinal || slashed-zero || <east-asian-variant-values> || <east-asian-width-values> || ruby ]",
+            "relevance": 63,
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/font-variant"
+                }
+            ],
+            "description": "Specifies variant representations of the font",
+            "restrictions": [
+                "enum"
+            ]
+        },
+        {
+            "name": "font-variant-alternates",
+            "browsers": [
+                "FF34"
+            ],
+            "values": [
+                {
+                    "name": "annotation()",
+                    "description": "Enables display of alternate annotation forms."
+                },
+                {
+                    "name": "character-variant()",
+                    "description": "Enables display of specific character variants."
+                },
+                {
+                    "name": "historical-forms",
+                    "description": "Enables display of historical forms."
+                },
+                {
+                    "name": "normal",
+                    "description": "None of the features are enabled."
+                },
+                {
+                    "name": "ornaments()",
+                    "description": "Enables replacement of default glyphs with ornaments, if provided in the font."
+                },
+                {
+                    "name": "styleset()",
+                    "description": "Enables display with stylistic sets."
+                },
+                {
+                    "name": "stylistic()",
+                    "description": "Enables display of stylistic alternates."
+                },
+                {
+                    "name": "swash()",
+                    "description": "Enables display of swash glyphs."
+                }
+            ],
+            "syntax": "normal | [ stylistic( <feature-value-name> ) || historical-forms || styleset( <feature-value-name># ) || character-variant( <feature-value-name># ) || swash( <feature-value-name> ) || ornaments( <feature-value-name> ) || annotation( <feature-value-name> ) ]",
+            "relevance": 50,
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/font-variant-alternates"
+                }
+            ],
+            "description": "For any given character, fonts can provide a variety of alternate glyphs in addition to the default glyph for that character. This property provides control over the selection of these alternate glyphs.",
+            "restrictions": [
+                "enum"
+            ]
+        },
+        {
+            "name": "font-variant-caps",
+            "browsers": [
+                "E79",
+                "FF34",
+                "C52",
+                "O39"
+            ],
+            "values": [
+                {
+                    "name": "all-petite-caps",
+                    "description": "Enables display of petite capitals for both upper and lowercase letters."
+                },
+                {
+                    "name": "all-small-caps",
+                    "description": "Enables display of small capitals for both upper and lowercase letters."
+                },
+                {
+                    "name": "normal",
+                    "description": "None of the features are enabled."
+                },
+                {
+                    "name": "petite-caps",
+                    "description": "Enables display of petite capitals."
+                },
+                {
+                    "name": "small-caps",
+                    "description": "Enables display of small capitals. Small-caps glyphs typically use the form of uppercase letters but are reduced to the size of lowercase letters."
+                },
+                {
+                    "name": "titling-caps",
+                    "description": "Enables display of titling capitals."
+                },
+                {
+                    "name": "unicase",
+                    "description": "Enables display of mixture of small capitals for uppercase letters with normal lowercase letters."
+                }
+            ],
+            "syntax": "normal | small-caps | all-small-caps | petite-caps | all-petite-caps | unicase | titling-caps",
+            "relevance": 50,
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/font-variant-caps"
+                }
+            ],
+            "description": "Specifies control over capitalized forms.",
+            "restrictions": [
+                "enum"
+            ]
+        },
+        {
+            "name": "font-variant-east-asian",
+            "browsers": [
+                "E79",
+                "FF34",
+                "C63",
+                "O50"
+            ],
+            "values": [
+                {
+                    "name": "full-width",
+                    "description": "Enables rendering of full-width variants."
+                },
+                {
+                    "name": "jis04",
+                    "description": "Enables rendering of JIS04 forms."
+                },
+                {
+                    "name": "jis78",
+                    "description": "Enables rendering of JIS78 forms."
+                },
+                {
+                    "name": "jis83",
+                    "description": "Enables rendering of JIS83 forms."
+                },
+                {
+                    "name": "jis90",
+                    "description": "Enables rendering of JIS90 forms."
+                },
+                {
+                    "name": "normal",
+                    "description": "None of the features are enabled."
+                },
+                {
+                    "name": "proportional-width",
+                    "description": "Enables rendering of proportionally-spaced variants."
+                },
+                {
+                    "name": "ruby",
+                    "description": "Enables display of ruby variant glyphs."
+                },
+                {
+                    "name": "simplified",
+                    "description": "Enables rendering of simplified forms."
+                },
+                {
+                    "name": "traditional",
+                    "description": "Enables rendering of traditional forms."
+                }
+            ],
+            "syntax": "normal | [ <east-asian-variant-values> || <east-asian-width-values> || ruby ]",
+            "relevance": 50,
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/font-variant-east-asian"
+                }
+            ],
+            "description": "Allows control of glyph substitute and positioning in East Asian text.",
+            "restrictions": [
+                "enum"
+            ]
+        },
+        {
+            "name": "font-variant-ligatures",
+            "browsers": [
+                "E79",
+                "FF34",
+                "S9.1",
+                "C34",
+                "O21"
+            ],
+            "values": [
+                {
+                    "name": "additional-ligatures",
+                    "description": "Enables display of additional ligatures."
+                },
+                {
+                    "name": "common-ligatures",
+                    "description": "Enables display of common ligatures."
+                },
+                {
+                    "name": "contextual",
+                    "browsers": [
+                        "E79",
+                        "FF34",
+                        "S9.1",
+                        "C34",
+                        "O21"
+                    ],
+                    "description": "Enables display of contextual alternates."
+                },
+                {
+                    "name": "discretionary-ligatures",
+                    "description": "Enables display of discretionary ligatures."
+                },
+                {
+                    "name": "historical-ligatures",
+                    "description": "Enables display of historical ligatures."
+                },
+                {
+                    "name": "no-additional-ligatures",
+                    "description": "Disables display of additional ligatures."
+                },
+                {
+                    "name": "no-common-ligatures",
+                    "description": "Disables display of common ligatures."
+                },
+                {
+                    "name": "no-contextual",
+                    "browsers": [
+                        "E79",
+                        "FF34",
+                        "S9.1",
+                        "C34",
+                        "O21"
+                    ],
+                    "description": "Disables display of contextual alternates."
+                },
+                {
+                    "name": "no-discretionary-ligatures",
+                    "description": "Disables display of discretionary ligatures."
+                },
+                {
+                    "name": "no-historical-ligatures",
+                    "description": "Disables display of historical ligatures."
+                },
+                {
+                    "name": "none",
+                    "browsers": [
+                        "E79",
+                        "FF34",
+                        "S9.1",
+                        "C34",
+                        "O21"
+                    ],
+                    "description": "Disables all ligatures."
+                },
+                {
+                    "name": "normal",
+                    "description": "Implies that the defaults set by the font are used."
+                }
+            ],
+            "syntax": "normal | none | [ <common-lig-values> || <discretionary-lig-values> || <historical-lig-values> || <contextual-alt-values> ]",
+            "relevance": 51,
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/font-variant-ligatures"
+                }
+            ],
+            "description": "Specifies control over which ligatures are enabled or disabled. A value of ‘normal’ implies that the defaults set by the font are used.",
+            "restrictions": [
+                "enum"
+            ]
+        },
+        {
+            "name": "font-variant-numeric",
+            "browsers": [
+                "E79",
+                "FF34",
+                "S9.1",
+                "C52",
+                "O39"
+            ],
+            "values": [
+                {
+                    "name": "diagonal-fractions",
+                    "description": "Enables display of lining diagonal fractions."
+                },
+                {
+                    "name": "lining-nums",
+                    "description": "Enables display of lining numerals."
+                },
+                {
+                    "name": "normal",
+                    "description": "None of the features are enabled."
+                },
+                {
+                    "name": "oldstyle-nums",
+                    "description": "Enables display of old-style numerals."
+                },
+                {
+                    "name": "ordinal",
+                    "description": "Enables display of letter forms used with ordinal numbers."
+                },
+                {
+                    "name": "proportional-nums",
+                    "description": "Enables display of proportional numerals."
+                },
+                {
+                    "name": "slashed-zero",
+                    "description": "Enables display of slashed zeros."
+                },
+                {
+                    "name": "stacked-fractions",
+                    "description": "Enables display of lining stacked fractions."
+                },
+                {
+                    "name": "tabular-nums",
+                    "description": "Enables display of tabular numerals."
+                }
+            ],
+            "syntax": "normal | [ <numeric-figure-values> || <numeric-spacing-values> || <numeric-fraction-values> || ordinal || slashed-zero ]",
+            "relevance": 50,
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/font-variant-numeric"
+                }
+            ],
+            "description": "Specifies control over numerical forms.",
+            "restrictions": [
+                "enum"
+            ]
+        },
+        {
+            "name": "font-variant-position",
+            "browsers": [
+                "FF34"
+            ],
+            "values": [
+                {
+                    "name": "normal",
+                    "description": "None of the features are enabled."
+                },
+                {
+                    "name": "sub",
+                    "description": "Enables display of subscript variants (OpenType feature: subs)."
+                },
+                {
+                    "name": "super",
+                    "description": "Enables display of superscript variants (OpenType feature: sups)."
+                }
+            ],
+            "syntax": "normal | sub | super",
+            "relevance": 50,
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/font-variant-position"
+                }
+            ],
+            "description": "Specifies the vertical position",
+            "restrictions": [
+                "enum"
+            ]
+        },
+        {
+            "name": "font-weight",
+            "values": [
+                {
+                    "name": "100",
+                    "description": "Thin"
+                },
+                {
+                    "name": "200",
+                    "description": "Extra Light (Ultra Light)"
+                },
+                {
+                    "name": "300",
+                    "description": "Light"
+                },
+                {
+                    "name": "400",
+                    "description": "Normal"
+                },
+                {
+                    "name": "500",
+                    "description": "Medium"
+                },
+                {
+                    "name": "600",
+                    "description": "Semi Bold (Demi Bold)"
+                },
+                {
+                    "name": "700",
+                    "description": "Bold"
+                },
+                {
+                    "name": "800",
+                    "description": "Extra Bold (Ultra Bold)"
+                },
+                {
+                    "name": "900",
+                    "description": "Black (Heavy)"
+                },
+                {
+                    "name": "bold",
+                    "description": "Same as 700"
+                },
+                {
+                    "name": "bolder",
+                    "description": "Specifies the weight of the face bolder than the inherited value."
+                },
+                {
+                    "name": "lighter",
+                    "description": "Specifies the weight of the face lighter than the inherited value."
+                },
+                {
+                    "name": "normal",
+                    "description": "Same as 400"
+                }
+            ],
+            "syntax": "<font-weight-absolute>{1,2}",
+            "relevance": 93,
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/font-weight"
+                }
+            ],
+            "description": "Specifies weight of glyphs in the font, their degree of blackness or stroke thickness.",
+            "restrictions": [
+                "enum"
+            ]
+        },
+        {
+            "name": "glyph-orientation-horizontal",
+            "relevance": 50,
+            "description": "Controls glyph orientation when the inline-progression-direction is horizontal.",
+            "restrictions": [
+                "angle",
+                "number"
+            ]
+        },
+        {
+            "name": "glyph-orientation-vertical",
+            "values": [
+                {
+                    "name": "auto",
+                    "description": "Sets the orientation based on the fullwidth or non-fullwidth characters and the most common orientation."
+                }
+            ],
+            "relevance": 50,
+            "description": "Controls glyph orientation when the inline-progression-direction is vertical.",
+            "restrictions": [
+                "angle",
+                "number",
+                "enum"
+            ]
+        },
+        {
+            "name": "grid-area",
+            "browsers": [
+                "E16",
+                "FF52",
+                "S10.1",
+                "C57",
+                "O44"
+            ],
+            "values": [
+                {
+                    "name": "auto",
+                    "description": "The property contributes nothing to the grid item’s placement, indicating auto-placement, an automatic span, or a default span of one."
+                },
+                {
+                    "name": "span",
+                    "description": "Contributes a grid span to the grid item’s placement such that the corresponding edge of the grid item’s grid area is N lines from its opposite edge."
+                }
+            ],
+            "syntax": "<grid-line> [ / <grid-line> ]{0,3}",
+            "relevance": 51,
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/grid-area"
+                }
+            ],
+            "description": "Determine a grid item’s size and location within the grid by contributing a line, a span, or nothing (automatic) to its grid placement. Shorthand for 'grid-row-start', 'grid-column-start', 'grid-row-end', and 'grid-column-end'.",
+            "restrictions": [
+                "identifier",
+                "integer"
+            ]
+        },
+        {
+            "name": "grid",
+            "browsers": [
+                "E16",
+                "FF52",
+                "S10.1",
+                "C57",
+                "O44"
+            ],
+            "syntax": "<'grid-template'> | <'grid-template-rows'> / [ auto-flow && dense? ] <'grid-auto-columns'>? | [ auto-flow && dense? ] <'grid-auto-rows'>? / <'grid-template-columns'>",
+            "relevance": 50,
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/grid"
+                }
+            ],
+            "description": "The grid CSS property is a shorthand property that sets all of the explicit grid properties ('grid-template-rows', 'grid-template-columns', and 'grid-template-areas'), and all the implicit grid properties ('grid-auto-rows', 'grid-auto-columns', and 'grid-auto-flow'), in a single declaration.",
+            "restrictions": [
+                "identifier",
+                "length",
+                "percentage",
+                "string",
+                "enum"
+            ]
+        },
+        {
+            "name": "grid-auto-columns",
+            "values": [
+                {
+                    "name": "min-content",
+                    "description": "Represents the largest min-content contribution of the grid items occupying the grid track."
+                },
+                {
+                    "name": "max-content",
+                    "description": "Represents the largest max-content contribution of the grid items occupying the grid track."
+                },
+                {
+                    "name": "auto",
+                    "description": "As a maximum, identical to 'max-content'. As a minimum, represents the largest minimum size (as specified by min-width/min-height) of the grid items occupying the grid track."
+                },
+                {
+                    "name": "minmax()",
+                    "description": "Defines a size range greater than or equal to min and less than or equal to max."
+                }
+            ],
+            "syntax": "<track-size>+",
+            "relevance": 50,
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/grid-auto-columns"
+                }
+            ],
+            "description": "Specifies the size of implicitly created columns.",
+            "restrictions": [
+                "length",
+                "percentage"
+            ]
+        },
+        {
+            "name": "grid-auto-flow",
+            "browsers": [
+                "E16",
+                "FF52",
+                "S10.1",
+                "C57",
+                "O44"
+            ],
+            "values": [
+                {
+                    "name": "row",
+                    "description": "The auto-placement algorithm places items by filling each row in turn, adding new rows as necessary."
+                },
+                {
+                    "name": "column",
+                    "description": "The auto-placement algorithm places items by filling each column in turn, adding new columns as necessary."
+                },
+                {
+                    "name": "dense",
+                    "description": "If specified, the auto-placement algorithm uses a “dense” packing algorithm, which attempts to fill in holes earlier in the grid if smaller items come up later."
+                }
+            ],
+            "syntax": "[ row | column ] || dense",
+            "relevance": 50,
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/grid-auto-flow"
+                }
+            ],
+            "description": "Controls how the auto-placement algorithm works, specifying exactly how auto-placed items get flowed into the grid.",
+            "restrictions": [
+                "enum"
+            ]
+        },
+        {
+            "name": "grid-auto-rows",
+            "values": [
+                {
+                    "name": "min-content",
+                    "description": "Represents the largest min-content contribution of the grid items occupying the grid track."
+                },
+                {
+                    "name": "max-content",
+                    "description": "Represents the largest max-content contribution of the grid items occupying the grid track."
+                },
+                {
+                    "name": "auto",
+                    "description": "As a maximum, identical to 'max-content'. As a minimum, represents the largest minimum size (as specified by min-width/min-height) of the grid items occupying the grid track."
+                },
+                {
+                    "name": "minmax()",
+                    "description": "Defines a size range greater than or equal to min and less than or equal to max."
+                }
+            ],
+            "syntax": "<track-size>+",
+            "relevance": 50,
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/grid-auto-rows"
+                }
+            ],
+            "description": "Specifies the size of implicitly created rows.",
+            "restrictions": [
+                "length",
+                "percentage"
+            ]
+        },
+        {
+            "name": "grid-column",
+            "browsers": [
+                "E16",
+                "FF52",
+                "S10.1",
+                "C57",
+                "O44"
+            ],
+            "values": [
+                {
+                    "name": "auto",
+                    "description": "The property contributes nothing to the grid item’s placement, indicating auto-placement, an automatic span, or a default span of one."
+                },
+                {
+                    "name": "span",
+                    "description": "Contributes a grid span to the grid item’s placement such that the corresponding edge of the grid item’s grid area is N lines from its opposite edge."
+                }
+            ],
+            "syntax": "<grid-line> [ / <grid-line> ]?",
+            "relevance": 51,
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/grid-column"
+                }
+            ],
+            "description": "Shorthand for 'grid-column-start' and 'grid-column-end'.",
+            "restrictions": [
+                "identifier",
+                "integer",
+                "enum"
+            ]
+        },
+        {
+            "name": "grid-column-end",
+            "browsers": [
+                "E16",
+                "FF52",
+                "S10.1",
+                "C57",
+                "O44"
+            ],
+            "values": [
+                {
+                    "name": "auto",
+                    "description": "The property contributes nothing to the grid item’s placement, indicating auto-placement, an automatic span, or a default span of one."
+                },
+                {
+                    "name": "span",
+                    "description": "Contributes a grid span to the grid item’s placement such that the corresponding edge of the grid item’s grid area is N lines from its opposite edge."
+                }
+            ],
+            "syntax": "<grid-line>",
+            "relevance": 50,
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/grid-column-end"
+                }
+            ],
+            "description": "Determine a grid item’s size and location within the grid by contributing a line, a span, or nothing (automatic) to its grid placement.",
+            "restrictions": [
+                "identifier",
+                "integer",
+                "enum"
+            ]
+        },
+        {
+            "name": "grid-column-gap",
+            "browsers": [
+                "FF52",
+                "C57",
+                "S10.1",
+                "O44"
+            ],
+            "status": "obsolete",
+            "syntax": "<length-percentage>",
+            "relevance": 1,
+            "description": "Specifies the gutters between grid columns. Replaced by 'column-gap' property.",
+            "restrictions": [
+                "length"
+            ]
+        },
+        {
+            "name": "grid-column-start",
+            "browsers": [
+                "E16",
+                "FF52",
+                "S10.1",
+                "C57",
+                "O44"
+            ],
+            "values": [
+                {
+                    "name": "auto",
+                    "description": "The property contributes nothing to the grid item’s placement, indicating auto-placement, an automatic span, or a default span of one."
+                },
+                {
+                    "name": "span",
+                    "description": "Contributes a grid span to the grid item’s placement such that the corresponding edge of the grid item’s grid area is N lines from its opposite edge."
+                }
+            ],
+            "syntax": "<grid-line>",
+            "relevance": 50,
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/grid-column-start"
+                }
+            ],
+            "description": "Determine a grid item’s size and location within the grid by contributing a line, a span, or nothing (automatic) to its grid placement.",
+            "restrictions": [
+                "identifier",
+                "integer",
+                "enum"
+            ]
+        },
+        {
+            "name": "grid-gap",
+            "browsers": [
+                "FF52",
+                "C57",
+                "S10.1",
+                "O44"
+            ],
+            "status": "obsolete",
+            "syntax": "<'grid-row-gap'> <'grid-column-gap'>?",
+            "relevance": 1,
+            "description": "Shorthand that specifies the gutters between grid columns and grid rows in one declaration. Replaced by 'gap' property.",
+            "restrictions": [
+                "length"
+            ]
+        },
+        {
+            "name": "grid-row",
+            "browsers": [
+                "E16",
+                "FF52",
+                "S10.1",
+                "C57",
+                "O44"
+            ],
+            "values": [
+                {
+                    "name": "auto",
+                    "description": "The property contributes nothing to the grid item’s placement, indicating auto-placement, an automatic span, or a default span of one."
+                },
+                {
+                    "name": "span",
+                    "description": "Contributes a grid span to the grid item’s placement such that the corresponding edge of the grid item’s grid area is N lines from its opposite edge."
+                }
+            ],
+            "syntax": "<grid-line> [ / <grid-line> ]?",
+            "relevance": 51,
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/grid-row"
+                }
+            ],
+            "description": "Shorthand for 'grid-row-start' and 'grid-row-end'.",
+            "restrictions": [
+                "identifier",
+                "integer",
+                "enum"
+            ]
+        },
+        {
+            "name": "grid-row-end",
+            "browsers": [
+                "E16",
+                "FF52",
+                "S10.1",
+                "C57",
+                "O44"
+            ],
+            "values": [
+                {
+                    "name": "auto",
+                    "description": "The property contributes nothing to the grid item’s placement, indicating auto-placement, an automatic span, or a default span of one."
+                },
+                {
+                    "name": "span",
+                    "description": "Contributes a grid span to the grid item’s placement such that the corresponding edge of the grid item’s grid area is N lines from its opposite edge."
+                }
+            ],
+            "syntax": "<grid-line>",
+            "relevance": 50,
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/grid-row-end"
+                }
+            ],
+            "description": "Determine a grid item’s size and location within the grid by contributing a line, a span, or nothing (automatic) to its grid placement.",
+            "restrictions": [
+                "identifier",
+                "integer",
+                "enum"
+            ]
+        },
+        {
+            "name": "grid-row-gap",
+            "browsers": [
+                "FF52",
+                "C57",
+                "S10.1",
+                "O44"
+            ],
+            "status": "obsolete",
+            "syntax": "<length-percentage>",
+            "relevance": 1,
+            "description": "Specifies the gutters between grid rows. Replaced by 'row-gap' property.",
+            "restrictions": [
+                "length"
+            ]
+        },
+        {
+            "name": "grid-row-start",
+            "browsers": [
+                "E16",
+                "FF52",
+                "S10.1",
+                "C57",
+                "O44"
+            ],
+            "values": [
+                {
+                    "name": "auto",
+                    "description": "The property contributes nothing to the grid item’s placement, indicating auto-placement, an automatic span, or a default span of one."
+                },
+                {
+                    "name": "span",
+                    "description": "Contributes a grid span to the grid item’s placement such that the corresponding edge of the grid item’s grid area is N lines from its opposite edge."
+                }
+            ],
+            "syntax": "<grid-line>",
+            "relevance": 50,
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/grid-row-start"
+                }
+            ],
+            "description": "Determine a grid item’s size and location within the grid by contributing a line, a span, or nothing (automatic) to its grid placement.",
+            "restrictions": [
+                "identifier",
+                "integer",
+                "enum"
+            ]
+        },
+        {
+            "name": "grid-template",
+            "browsers": [
+                "E16",
+                "FF52",
+                "S10.1",
+                "C57",
+                "O44"
+            ],
+            "values": [
+                {
+                    "name": "none",
+                    "description": "Sets all three properties to their initial values."
+                },
+                {
+                    "name": "min-content",
+                    "description": "Represents the largest min-content contribution of the grid items occupying the grid track."
+                },
+                {
+                    "name": "max-content",
+                    "description": "Represents the largest max-content contribution of the grid items occupying the grid track."
+                },
+                {
+                    "name": "auto",
+                    "description": "As a maximum, identical to 'max-content'. As a minimum, represents the largest minimum size (as specified by min-width/min-height) of the grid items occupying the grid track."
+                },
+                {
+                    "name": "subgrid",
+                    "description": "Sets 'grid-template-rows' and 'grid-template-columns' to 'subgrid', and 'grid-template-areas' to its initial value."
+                },
+                {
+                    "name": "minmax()",
+                    "description": "Defines a size range greater than or equal to min and less than or equal to max."
+                },
+                {
+                    "name": "repeat()",
+                    "description": "Represents a repeated fragment of the track list, allowing a large number of columns or rows that exhibit a recurring pattern to be written in a more compact form."
+                }
+            ],
+            "syntax": "none | [ <'grid-template-rows'> / <'grid-template-columns'> ] | [ <line-names>? <string> <track-size>? <line-names>? ]+ [ / <explicit-track-list> ]?",
+            "relevance": 50,
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/grid-template"
+                }
+            ],
+            "description": "Shorthand for setting grid-template-columns, grid-template-rows, and grid-template-areas in a single declaration.",
+            "restrictions": [
+                "identifier",
+                "length",
+                "percentage",
+                "string",
+                "enum"
+            ]
+        },
+        {
+            "name": "grid-template-areas",
+            "browsers": [
+                "E16",
+                "FF52",
+                "S10.1",
+                "C57",
+                "O44"
+            ],
+            "values": [
+                {
+                    "name": "none",
+                    "description": "The grid container doesn’t define any named grid areas."
+                }
+            ],
+            "syntax": "none | <string>+",
+            "relevance": 50,
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/grid-template-areas"
+                }
+            ],
+            "description": "Specifies named grid areas, which are not associated with any particular grid item, but can be referenced from the grid-placement properties.",
+            "restrictions": [
+                "string"
+            ]
+        },
+        {
+            "name": "grid-template-columns",
+            "browsers": [
+                "E16",
+                "FF52",
+                "S10.1",
+                "C57",
+                "O44"
+            ],
+            "values": [
+                {
+                    "name": "none",
+                    "description": "There is no explicit grid; any rows/columns will be implicitly generated."
+                },
+                {
+                    "name": "min-content",
+                    "description": "Represents the largest min-content contribution of the grid items occupying the grid track."
+                },
+                {
+                    "name": "max-content",
+                    "description": "Represents the largest max-content contribution of the grid items occupying the grid track."
+                },
+                {
+                    "name": "auto",
+                    "description": "As a maximum, identical to 'max-content'. As a minimum, represents the largest minimum size (as specified by min-width/min-height) of the grid items occupying the grid track."
+                },
+                {
+                    "name": "subgrid",
+                    "description": "Indicates that the grid will align to its parent grid in that axis."
+                },
+                {
+                    "name": "minmax()",
+                    "description": "Defines a size range greater than or equal to min and less than or equal to max."
+                },
+                {
+                    "name": "repeat()",
+                    "description": "Represents a repeated fragment of the track list, allowing a large number of columns or rows that exhibit a recurring pattern to be written in a more compact form."
+                }
+            ],
+            "syntax": "none | <track-list> | <auto-track-list> | subgrid <line-name-list>?",
+            "relevance": 55,
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/grid-template-columns"
+                }
+            ],
+            "description": "specifies, as a space-separated track list, the line names and track sizing functions of the grid.",
+            "restrictions": [
+                "identifier",
+                "length",
+                "percentage",
+                "enum"
+            ]
+        },
+        {
+            "name": "grid-template-rows",
+            "browsers": [
+                "E16",
+                "FF52",
+                "S10.1",
+                "C57",
+                "O44"
+            ],
+            "values": [
+                {
+                    "name": "none",
+                    "description": "There is no explicit grid; any rows/columns will be implicitly generated."
+                },
+                {
+                    "name": "min-content",
+                    "description": "Represents the largest min-content contribution of the grid items occupying the grid track."
+                },
+                {
+                    "name": "max-content",
+                    "description": "Represents the largest max-content contribution of the grid items occupying the grid track."
+                },
+                {
+                    "name": "auto",
+                    "description": "As a maximum, identical to 'max-content'. As a minimum, represents the largest minimum size (as specified by min-width/min-height) of the grid items occupying the grid track."
+                },
+                {
+                    "name": "subgrid",
+                    "description": "Indicates that the grid will align to its parent grid in that axis."
+                },
+                {
+                    "name": "minmax()",
+                    "description": "Defines a size range greater than or equal to min and less than or equal to max."
+                },
+                {
+                    "name": "repeat()",
+                    "description": "Represents a repeated fragment of the track list, allowing a large number of columns or rows that exhibit a recurring pattern to be written in a more compact form."
+                }
+            ],
+            "syntax": "none | <track-list> | <auto-track-list> | subgrid <line-name-list>?",
+            "relevance": 52,
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/grid-template-rows"
+                }
+            ],
+            "description": "specifies, as a space-separated track list, the line names and track sizing functions of the grid.",
+            "restrictions": [
+                "identifier",
+                "length",
+                "percentage",
+                "string",
+                "enum"
+            ]
+        },
+        {
+            "name": "height",
+            "values": [
+                {
+                    "name": "auto",
+                    "description": "The height depends on the values of other properties."
+                },
+                {
+                    "name": "fit-content",
+                    "description": "Use the fit-content inline size or fit-content block size, as appropriate to the writing mode."
+                },
+                {
+                    "name": "max-content",
+                    "description": "Use the max-content inline size or max-content block size, as appropriate to the writing mode."
+                },
+                {
+                    "name": "min-content",
+                    "description": "Use the min-content inline size or min-content block size, as appropriate to the writing mode."
+                }
+            ],
+            "syntax": "<viewport-length>{1,2}",
+            "relevance": 96,
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/height"
+                }
+            ],
+            "description": "Specifies the height of the content area, padding area or border area (depending on 'box-sizing') of certain boxes.",
+            "restrictions": [
+                "length",
+                "percentage"
+            ]
+        },
+        {
+            "name": "hyphens",
+            "values": [
+                {
+                    "name": "auto",
+                    "description": "Conditional hyphenation characters inside a word, if present, take priority over automatic resources when determining hyphenation points within the word."
+                },
+                {
+                    "name": "manual",
+                    "description": "Words are only broken at line breaks where there are characters inside the word that suggest line break opportunities"
+                },
+                {
+                    "name": "none",
+                    "description": "Words are not broken at line breaks, even if characters inside the word suggest line break points."
+                }
+            ],
+            "syntax": "none | manual | auto",
+            "relevance": 53,
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/hyphens"
+                }
+            ],
+            "description": "Controls whether hyphenation is allowed to create more break opportunities within a line of text.",
+            "restrictions": [
+                "enum"
+            ]
+        },
+        {
+            "name": "image-orientation",
+            "browsers": [
+                "E81",
+                "FF26",
+                "S13.1",
+                "C81",
+                "O67"
+            ],
+            "values": [
+                {
+                    "name": "flip",
+                    "description": "After rotating by the precededing angle, the image is flipped horizontally. Defaults to 0deg if the angle is ommitted."
+                },
+                {
+                    "name": "from-image",
+                    "description": "If the image has an orientation specified in its metadata, such as EXIF, this value computes to the angle that the metadata specifies is necessary to correctly orient the image."
+                }
+            ],
+            "syntax": "from-image | <angle> | [ <angle>? flip ]",
+            "relevance": 50,
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/image-orientation"
+                }
+            ],
+            "description": "Specifies an orthogonal rotation to be applied to an image before it is laid out.",
+            "restrictions": [
+                "angle"
+            ]
+        },
+        {
+            "name": "image-rendering",
+            "browsers": [
+                "E79",
+                "FF3.6",
+                "S6",
+                "C13",
+                "O15"
+            ],
+            "values": [
+                {
+                    "name": "auto",
+                    "description": "The image should be scaled with an algorithm that maximizes the appearance of the image."
+                },
+                {
+                    "name": "crisp-edges",
+                    "description": "The image must be scaled with an algorithm that preserves contrast and edges in the image, and which does not smooth colors or introduce blur to the image in the process."
+                },
+                {
+                    "name": "-moz-crisp-edges",
+                    "browsers": [
+                        "E79",
+                        "FF3.6",
+                        "S6",
+                        "C13",
+                        "O15"
+                    ]
+                },
+                {
+                    "name": "optimizeQuality",
+                    "description": "Deprecated."
+                },
+                {
+                    "name": "optimizeSpeed",
+                    "description": "Deprecated."
+                },
+                {
+                    "name": "pixelated",
+                    "description": "When scaling the image up, the 'nearest neighbor' or similar algorithm must be used, so that the image appears to be simply composed of very large pixels."
+                }
+            ],
+            "syntax": "auto | crisp-edges | pixelated",
+            "relevance": 55,
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/image-rendering"
+                }
+            ],
+            "description": "Provides a hint to the user-agent about what aspects of an image are most important to preserve when the image is scaled, to aid the user-agent in the choice of an appropriate scaling algorithm.",
+            "restrictions": [
+                "enum"
+            ]
+        },
+        {
+            "name": "ime-mode",
+            "browsers": [
+                "E12",
+                "FF3",
+                "IE5"
+            ],
+            "values": [
+                {
+                    "name": "active",
+                    "description": "The input method editor is initially active; text entry is performed using it unless the user specifically dismisses it."
+                },
+                {
+                    "name": "auto",
+                    "description": "No change is made to the current input method editor state. This is the default."
+                },
+                {
+                    "name": "disabled",
+                    "description": "The input method editor is disabled and may not be activated by the user."
+                },
+                {
+                    "name": "inactive",
+                    "description": "The input method editor is initially inactive, but the user may activate it if they wish."
+                },
+                {
+                    "name": "normal",
+                    "description": "The IME state should be normal; this value can be used in a user style sheet to override the page setting."
+                }
+            ],
+            "status": "obsolete",
+            "syntax": "auto | normal | active | inactive | disabled",
+            "relevance": 0,
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/ime-mode"
+                }
+            ],
+            "description": "Controls the state of the input method editor for text fields.",
+            "restrictions": [
+                "enum"
+            ]
+        },
+        {
+            "name": "inline-size",
+            "browsers": [
+                "E79",
+                "FF41",
+                "S12.1",
+                "C57",
+                "O44"
+            ],
+            "values": [
+                {
+                    "name": "auto",
+                    "description": "Depends on the values of other properties."
+                }
+            ],
+            "syntax": "<'width'>",
+            "relevance": 50,
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/inline-size"
+                }
+            ],
+            "description": "Logical 'height'. Mapping depends on the element’s 'writing-mode'.",
+            "restrictions": [
+                "length",
+                "percentage"
+            ]
+        },
+        {
+            "name": "isolation",
+            "browsers": [
+                "E79",
+                "FF36",
+                "S8",
+                "C41",
+                "O30"
+            ],
+            "values": [
+                {
+                    "name": "auto",
+                    "description": "Elements are not isolated unless an operation is applied that causes the creation of a stacking context."
+                },
+                {
+                    "name": "isolate",
+                    "description": "In CSS will turn the element into a stacking context."
+                }
+            ],
+            "syntax": "auto | isolate",
+            "relevance": 50,
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/isolation"
+                }
+            ],
+            "description": "In CSS setting to 'isolate' will turn the element into a stacking context. In SVG, it defines whether an element is isolated or not.",
+            "restrictions": [
+                "enum"
+            ]
+        },
+        {
+            "name": "justify-content",
+            "values": [
+                {
+                    "name": "center",
+                    "description": "Flex items are packed toward the center of the line."
+                },
+                {
+                    "name": "start",
+                    "description": "The items are packed flush to each other toward the start edge of the alignment container in the main axis."
+                },
+                {
+                    "name": "end",
+                    "description": "The items are packed flush to each other toward the end edge of the alignment container in the main axis."
+                },
+                {
+                    "name": "left",
+                    "description": "The items are packed flush to each other toward the left edge of the alignment container in the main axis."
+                },
+                {
+                    "name": "right",
+                    "description": "The items are packed flush to each other toward the right edge of the alignment container in the main axis."
+                },
+                {
+                    "name": "safe",
+                    "description": "If the size of the item overflows the alignment container, the item is instead aligned as if the alignment mode were start."
+                },
+                {
+                    "name": "unsafe",
+                    "description": "Regardless of the relative sizes of the item and alignment container, the given alignment value is honored."
+                },
+                {
+                    "name": "stretch",
+                    "description": "If the combined size of the alignment subjects is less than the size of the alignment container, any auto-sized alignment subjects have their size increased equally (not proportionally), while still respecting the constraints imposed by max-height/max-width (or equivalent functionality), so that the combined size exactly fills the alignment container."
+                },
+                {
+                    "name": "space-evenly",
+                    "description": "The items are evenly distributed within the alignment container along the main axis."
+                },
+                {
+                    "name": "flex-end",
+                    "description": "Flex items are packed toward the end of the line."
+                },
+                {
+                    "name": "flex-start",
+                    "description": "Flex items are packed toward the start of the line."
+                },
+                {
+                    "name": "space-around",
+                    "description": "Flex items are evenly distributed in the line, with half-size spaces on either end."
+                },
+                {
+                    "name": "space-between",
+                    "description": "Flex items are evenly distributed in the line."
+                },
+                {
+                    "name": "baseline",
+                    "description": "Specifies participation in first-baseline alignment."
+                },
+                {
+                    "name": "first baseline",
+                    "description": "Specifies participation in first-baseline alignment."
+                },
+                {
+                    "name": "last baseline",
+                    "description": "Specifies participation in last-baseline alignment."
+                }
+            ],
+            "syntax": "normal | <content-distribution> | <overflow-position>? [ <content-position> | left | right ]",
+            "relevance": 82,
+            "description": "Aligns flex items along the main axis of the current line of the flex container.",
+            "restrictions": [
+                "enum"
+            ]
+        },
+        {
+            "name": "kerning",
+            "values": [
+                {
+                    "name": "auto",
+                    "description": "Indicates that the user agent should adjust inter-glyph spacing based on kerning tables that are included in the font that will be used."
+                }
+            ],
+            "relevance": 50,
+            "description": "Indicates whether the user agent should adjust inter-glyph spacing based on kerning tables that are included in the relevant font or instead disable auto-kerning and set inter-character spacing to a specific length.",
+            "restrictions": [
+                "length",
+                "enum"
+            ]
+        },
+        {
+            "name": "left",
+            "values": [
+                {
+                    "name": "auto",
+                    "description": "For non-replaced elements, the effect of this value depends on which of related properties have the value 'auto' as well"
+                }
+            ],
+            "syntax": "<length> | <percentage> | auto",
+            "relevance": 95,
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/left"
+                }
+            ],
+            "description": "Specifies how far an absolutely positioned box's left margin edge is offset to the right of the left edge of the box's 'containing block'.",
+            "restrictions": [
+                "length",
+                "percentage"
+            ]
+        },
+        {
+            "name": "letter-spacing",
+            "values": [
+                {
+                    "name": "normal",
+                    "description": "The spacing is the normal spacing for the current font. It is typically zero-length."
+                }
+            ],
+            "syntax": "normal | <length>",
+            "relevance": 79,
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/letter-spacing"
+                }
+            ],
+            "description": "Specifies the minimum, maximum, and optimal spacing between grapheme clusters.",
+            "restrictions": [
+                "length"
+            ]
+        },
+        {
+            "name": "lighting-color",
+            "browsers": [
+                "E",
+                "C5",
+                "FF3",
+                "IE10",
+                "O9",
+                "S6"
+            ],
+            "relevance": 50,
+            "description": "Defines the color of the light source for filter primitives 'feDiffuseLighting' and 'feSpecularLighting'.",
+            "restrictions": [
+                "color"
+            ]
+        },
+        {
+            "name": "line-break",
+            "values": [
+                {
+                    "name": "auto",
+                    "description": "The UA determines the set of line-breaking restrictions to use for CJK scripts, and it may vary the restrictions based on the length of the line; e.g., use a less restrictive set of line-break rules for short lines."
+                },
+                {
+                    "name": "loose",
+                    "description": "Breaks text using the least restrictive set of line-breaking rules. Typically used for short lines, such as in newspapers."
+                },
+                {
+                    "name": "normal",
+                    "description": "Breaks text using the most common set of line-breaking rules."
+                },
+                {
+                    "name": "strict",
+                    "description": "Breaks CJK scripts using a more restrictive set of line-breaking rules than 'normal'."
+                }
+            ],
+            "syntax": "auto | loose | normal | strict | anywhere",
+            "relevance": 51,
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/line-break"
+                }
+            ],
+            "description": "Specifies what set of line breaking restrictions are in effect within the element.",
+            "restrictions": [
+                "enum"
+            ]
+        },
+        {
+            "name": "line-height",
+            "values": [
+                {
+                    "name": "normal",
+                    "description": "Tells user agents to set the computed value to a 'reasonable' value based on the font size of the element."
+                }
+            ],
+            "syntax": "normal | <number> | <length> | <percentage>",
+            "relevance": 92,
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/line-height"
+                }
+            ],
+            "description": "Determines the block-progression dimension of the text content area of an inline box.",
+            "restrictions": [
+                "number",
+                "length",
+                "percentage"
+            ]
+        },
+        {
+            "name": "list-style",
+            "values": [
+                {
+                    "name": "armenian"
+                },
+                {
+                    "name": "circle",
+                    "description": "A hollow circle."
+                },
+                {
+                    "name": "decimal"
+                },
+                {
+                    "name": "decimal-leading-zero"
+                },
+                {
+                    "name": "disc",
+                    "description": "A filled circle."
+                },
+                {
+                    "name": "georgian"
+                },
+                {
+                    "name": "inside",
+                    "description": "The marker box is outside the principal block box, as described in the section on the ::marker pseudo-element below."
+                },
+                {
+                    "name": "lower-alpha"
+                },
+                {
+                    "name": "lower-greek"
+                },
+                {
+                    "name": "lower-latin"
+                },
+                {
+                    "name": "lower-roman"
+                },
+                {
+                    "name": "none"
+                },
+                {
+                    "name": "outside",
+                    "description": "The ::marker pseudo-element is an inline element placed immediately before all ::before pseudo-elements in the principal block box, after which the element's content flows."
+                },
+                {
+                    "name": "square",
+                    "description": "A filled square."
+                },
+                {
+                    "name": "symbols()",
+                    "description": "Allows a counter style to be defined inline."
+                },
+                {
+                    "name": "upper-alpha"
+                },
+                {
+                    "name": "upper-latin"
+                },
+                {
+                    "name": "upper-roman"
+                },
+                {
+                    "name": "url()"
+                }
+            ],
+            "syntax": "<'list-style-type'> || <'list-style-position'> || <'list-style-image'>",
+            "relevance": 84,
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/list-style"
+                }
+            ],
+            "description": "Shorthand for setting 'list-style-type', 'list-style-position' and 'list-style-image'",
+            "restrictions": [
+                "image",
+                "enum",
+                "url"
+            ]
+        },
+        {
+            "name": "list-style-image",
+            "values": [
+                {
+                    "name": "none",
+                    "description": "The default contents of the of the list item’s marker are given by 'list-style-type' instead."
+                }
+            ],
+            "syntax": "<url> | none",
+            "relevance": 52,
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/list-style-image"
+                }
+            ],
+            "description": "Sets the image that will be used as the list item marker. When the image is available, it will replace the marker set with the 'list-style-type' marker.",
+            "restrictions": [
+                "image"
+            ]
+        },
+        {
+            "name": "list-style-position",
+            "values": [
+                {
+                    "name": "inside",
+                    "description": "The marker box is outside the principal block box, as described in the section on the ::marker pseudo-element below."
+                },
+                {
+                    "name": "outside",
+                    "description": "The ::marker pseudo-element is an inline element placed immediately before all ::before pseudo-elements in the principal block box, after which the element's content flows."
+                }
+            ],
+            "syntax": "inside | outside",
+            "relevance": 55,
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/list-style-position"
+                }
+            ],
+            "description": "Specifies the position of the '::marker' pseudo-element's box in the list item.",
+            "restrictions": [
+                "enum"
+            ]
+        },
+        {
+            "name": "list-style-type",
+            "values": [
+                {
+                    "name": "armenian",
+                    "description": "Traditional uppercase Armenian numbering."
+                },
+                {
+                    "name": "circle",
+                    "description": "A hollow circle."
+                },
+                {
+                    "name": "decimal",
+                    "description": "Western decimal numbers."
+                },
+                {
+                    "name": "decimal-leading-zero",
+                    "description": "Decimal numbers padded by initial zeros."
+                },
+                {
+                    "name": "disc",
+                    "description": "A filled circle."
+                },
+                {
+                    "name": "georgian",
+                    "description": "Traditional Georgian numbering."
+                },
+                {
+                    "name": "lower-alpha",
+                    "description": "Lowercase ASCII letters."
+                },
+                {
+                    "name": "lower-greek",
+                    "description": "Lowercase classical Greek."
+                },
+                {
+                    "name": "lower-latin",
+                    "description": "Lowercase ASCII letters."
+                },
+                {
+                    "name": "lower-roman",
+                    "description": "Lowercase ASCII Roman numerals."
+                },
+                {
+                    "name": "none",
+                    "description": "No marker"
+                },
+                {
+                    "name": "square",
+                    "description": "A filled square."
+                },
+                {
+                    "name": "symbols()",
+                    "description": "Allows a counter style to be defined inline."
+                },
+                {
+                    "name": "upper-alpha",
+                    "description": "Uppercase ASCII letters."
+                },
+                {
+                    "name": "upper-latin",
+                    "description": "Uppercase ASCII letters."
+                },
+                {
+                    "name": "upper-roman",
+                    "description": "Uppercase ASCII Roman numerals."
+                }
+            ],
+            "syntax": "<counter-style> | <string> | none",
+            "relevance": 74,
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/list-style-type"
+                }
+            ],
+            "description": "Used to construct the default contents of a list item’s marker",
+            "restrictions": [
+                "enum",
+                "string"
+            ]
+        },
+        {
+            "name": "margin",
+            "values": [
+                {
+                    "name": "auto"
+                }
+            ],
+            "syntax": "[ <length> | <percentage> | auto ]{1,4}",
+            "relevance": 95,
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/margin"
+                }
+            ],
+            "description": "Shorthand property to set values the thickness of the margin area. If left is omitted, it is the same as right. If bottom is omitted it is the same as top, if right is omitted it is the same as top. Negative values for margin properties are allowed, but there may be implementation-specific limits.",
+            "restrictions": [
+                "length",
+                "percentage"
+            ]
+        },
+        {
+            "name": "margin-block-end",
+            "browsers": [
+                "E79",
+                "FF41",
+                "S12.1",
+                "C69",
+                "O56"
+            ],
+            "values": [
+                {
+                    "name": "auto"
+                }
+            ],
+            "syntax": "<'margin-left'>",
+            "relevance": 53,
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/margin-block-end"
+                }
+            ],
+            "description": "Logical 'margin-bottom'. Mapping depends on the parent element’s 'writing-mode', 'direction', and 'text-orientation'.",
+            "restrictions": [
+                "length",
+                "percentage"
+            ]
+        },
+        {
+            "name": "margin-block-start",
+            "browsers": [
+                "E79",
+                "FF41",
+                "S12.1",
+                "C69",
+                "O56"
+            ],
+            "values": [
+                {
+                    "name": "auto"
+                }
+            ],
+            "syntax": "<'margin-left'>",
+            "relevance": 52,
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/margin-block-start"
+                }
+            ],
+            "description": "Logical 'margin-top'. Mapping depends on the parent element’s 'writing-mode', 'direction', and 'text-orientation'.",
+            "restrictions": [
+                "length",
+                "percentage"
+            ]
+        },
+        {
+            "name": "margin-bottom",
+            "values": [
+                {
+                    "name": "auto"
+                }
+            ],
+            "syntax": "<length> | <percentage> | auto",
+            "relevance": 91,
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/margin-bottom"
+                }
+            ],
+            "description": "Shorthand property to set values the thickness of the margin area. If left is omitted, it is the same as right. If bottom is omitted it is the same as top, if right is omitted it is the same as top. Negative values for margin properties are allowed, but there may be implementation-specific limits..",
+            "restrictions": [
+                "length",
+                "percentage"
+            ]
+        },
+        {
+            "name": "margin-inline-end",
+            "browsers": [
+                "E79",
+                "FF41",
+                "S12.1",
+                "C69",
+                "O56"
+            ],
+            "values": [
+                {
+                    "name": "auto"
+                }
+            ],
+            "syntax": "<'margin-left'>",
+            "relevance": 51,
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/margin-inline-end"
+                }
+            ],
+            "description": "Logical 'margin-right'. Mapping depends on the parent element’s 'writing-mode', 'direction', and 'text-orientation'.",
+            "restrictions": [
+                "length",
+                "percentage"
+            ]
+        },
+        {
+            "name": "margin-inline-start",
+            "browsers": [
+                "E79",
+                "FF41",
+                "S12.1",
+                "C69",
+                "O56"
+            ],
+            "values": [
+                {
+                    "name": "auto"
+                }
+            ],
+            "syntax": "<'margin-left'>",
+            "relevance": 51,
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/margin-inline-start"
+                }
+            ],
+            "description": "Logical 'margin-left'. Mapping depends on the parent element’s 'writing-mode', 'direction', and 'text-orientation'.",
+            "restrictions": [
+                "length",
+                "percentage"
+            ]
+        },
+        {
+            "name": "margin-left",
+            "values": [
+                {
+                    "name": "auto"
+                }
+            ],
+            "syntax": "<length> | <percentage> | auto",
+            "relevance": 91,
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/margin-left"
+                }
+            ],
+            "description": "Shorthand property to set values the thickness of the margin area. If left is omitted, it is the same as right. If bottom is omitted it is the same as top, if right is omitted it is the same as top. Negative values for margin properties are allowed, but there may be implementation-specific limits..",
+            "restrictions": [
+                "length",
+                "percentage"
+            ]
+        },
+        {
+            "name": "margin-right",
+            "values": [
+                {
+                    "name": "auto"
+                }
+            ],
+            "syntax": "<length> | <percentage> | auto",
+            "relevance": 90,
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/margin-right"
+                }
+            ],
+            "description": "Shorthand property to set values the thickness of the margin area. If left is omitted, it is the same as right. If bottom is omitted it is the same as top, if right is omitted it is the same as top. Negative values for margin properties are allowed, but there may be implementation-specific limits..",
+            "restrictions": [
+                "length",
+                "percentage"
+            ]
+        },
+        {
+            "name": "margin-top",
+            "values": [
+                {
+                    "name": "auto"
+                }
+            ],
+            "syntax": "<length> | <percentage> | auto",
+            "relevance": 95,
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/margin-top"
+                }
+            ],
+            "description": "Shorthand property to set values the thickness of the margin area. If left is omitted, it is the same as right. If bottom is omitted it is the same as top, if right is omitted it is the same as top. Negative values for margin properties are allowed, but there may be implementation-specific limits..",
+            "restrictions": [
+                "length",
+                "percentage"
+            ]
+        },
+        {
+            "name": "marker",
+            "values": [
+                {
+                    "name": "none",
+                    "description": "Indicates that no marker symbol will be drawn at the given vertex or vertices."
+                },
+                {
+                    "name": "url()",
+                    "description": "Indicates that the <marker> element referenced will be used."
+                }
+            ],
+            "relevance": 50,
+            "description": "Specifies the marker symbol that shall be used for all points on the sets the value for all vertices on the given ‘path’ element or basic shape.",
+            "restrictions": [
+                "url"
+            ]
+        },
+        {
+            "name": "marker-end",
+            "values": [
+                {
+                    "name": "none",
+                    "description": "Indicates that no marker symbol will be drawn at the given vertex or vertices."
+                },
+                {
+                    "name": "url()",
+                    "description": "Indicates that the <marker> element referenced will be used."
+                }
+            ],
+            "relevance": 50,
+            "description": "Specifies the marker that will be drawn at the last vertices of the given markable element.",
+            "restrictions": [
+                "url"
+            ]
+        },
+        {
+            "name": "marker-mid",
+            "values": [
+                {
+                    "name": "none",
+                    "description": "Indicates that no marker symbol will be drawn at the given vertex or vertices."
+                },
+                {
+                    "name": "url()",
+                    "description": "Indicates that the <marker> element referenced will be used."
+                }
+            ],
+            "relevance": 50,
+            "description": "Specifies the marker that will be drawn at all vertices except the first and last.",
+            "restrictions": [
+                "url"
+            ]
+        },
+        {
+            "name": "marker-start",
+            "values": [
+                {
+                    "name": "none",
+                    "description": "Indicates that no marker symbol will be drawn at the given vertex or vertices."
+                },
+                {
+                    "name": "url()",
+                    "description": "Indicates that the <marker> element referenced will be used."
+                }
+            ],
+            "relevance": 50,
+            "description": "Specifies the marker that will be drawn at the first vertices of the given markable element.",
+            "restrictions": [
+                "url"
+            ]
+        },
+        {
+            "name": "mask-image",
+            "browsers": [
+                "E16",
+                "FF53",
+                "S4",
+                "C1",
+                "O15"
+            ],
+            "values": [
+                {
+                    "name": "none",
+                    "description": "Counts as a transparent black image layer."
+                },
+                {
+                    "name": "url()",
+                    "description": "Reference to a <mask element or to a CSS image."
+                }
+            ],
+            "syntax": "<mask-reference>#",
+            "relevance": 50,
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/mask-image"
+                }
+            ],
+            "description": "Sets the mask layer image of an element.",
+            "restrictions": [
+                "url",
+                "image",
+                "enum"
+            ]
+        },
+        {
+            "name": "mask-mode",
+            "browsers": [
+                "FF53"
+            ],
+            "values": [
+                {
+                    "name": "alpha",
+                    "description": "Alpha values of the mask layer image should be used as the mask values."
+                },
+                {
+                    "name": "auto",
+                    "description": "Use alpha values if 'mask-image' is an image, luminance if a <mask> element or a CSS image."
+                },
+                {
+                    "name": "luminance",
+                    "description": "Luminance values of the mask layer image should be used as the mask values."
+                }
+            ],
+            "syntax": "<masking-mode>#",
+            "relevance": 50,
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/mask-mode"
+                }
+            ],
+            "description": "Indicates whether the mask layer image is treated as luminance mask or alpha mask.",
+            "restrictions": [
+                "url",
+                "image",
+                "enum"
+            ]
+        },
+        {
+            "name": "mask-origin",
+            "browsers": [
+                "E79",
+                "FF53",
+                "S4",
+                "C1",
+                "O15"
+            ],
+            "syntax": "<geometry-box>#",
+            "relevance": 50,
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/mask-origin"
+                }
+            ],
+            "description": "Specifies the mask positioning area.",
+            "restrictions": [
+                "geometry-box",
+                "enum"
+            ]
+        },
+        {
+            "name": "mask-position",
+            "browsers": [
+                "E18",
+                "FF53",
+                "S3.2",
+                "C1",
+                "O15"
+            ],
+            "syntax": "<position>#",
+            "relevance": 50,
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/mask-position"
+                }
+            ],
+            "description": "Specifies how mask layer images are positioned.",
+            "restrictions": [
+                "position",
+                "length",
+                "percentage"
+            ]
+        },
+        {
+            "name": "mask-repeat",
+            "browsers": [
+                "E18",
+                "FF53",
+                "S3.2",
+                "C1",
+                "O15"
+            ],
+            "syntax": "<repeat-style>#",
+            "relevance": 50,
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/mask-repeat"
+                }
+            ],
+            "description": "Specifies how mask layer images are tiled after they have been sized and positioned.",
+            "restrictions": [
+                "repeat"
+            ]
+        },
+        {
+            "name": "mask-size",
+            "browsers": [
+                "E18",
+                "FF53",
+                "S4",
+                "C4",
+                "O15"
+            ],
+            "values": [
+                {
+                    "name": "auto",
+                    "description": "Resolved by using the image’s intrinsic ratio and the size of the other dimension, or failing that, using the image’s intrinsic size, or failing that, treating it as 100%."
+                },
+                {
+                    "name": "contain",
+                    "description": "Scale the image, while preserving its intrinsic aspect ratio (if any), to the largest size such that both its width and its height can fit inside the background positioning area."
+                },
+                {
+                    "name": "cover",
+                    "description": "Scale the image, while preserving its intrinsic aspect ratio (if any), to the smallest size such that both its width and its height can completely cover the background positioning area."
+                }
+            ],
+            "syntax": "<bg-size>#",
+            "relevance": 50,
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/mask-size"
+                }
+            ],
+            "description": "Specifies the size of the mask layer images.",
+            "restrictions": [
+                "length",
+                "percentage",
+                "enum"
+            ]
+        },
+        {
+            "name": "mask-type",
+            "browsers": [
+                "E79",
+                "FF35",
+                "S6.1",
+                "C24",
+                "O15"
+            ],
+            "values": [
+                {
+                    "name": "alpha",
+                    "description": "Indicates that the alpha values of the mask should be used."
+                },
+                {
+                    "name": "luminance",
+                    "description": "Indicates that the luminance values of the mask should be used."
+                }
+            ],
+            "syntax": "luminance | alpha",
+            "relevance": 50,
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/mask-type"
+                }
+            ],
+            "description": "Defines whether the content of the <mask> element is treated as as luminance mask or alpha mask.",
+            "restrictions": [
+                "enum"
+            ]
+        },
+        {
+            "name": "max-block-size",
+            "browsers": [
+                "E79",
+                "FF41",
+                "S12.1",
+                "C57",
+                "O44"
+            ],
+            "values": [
+                {
+                    "name": "none",
+                    "description": "No limit on the width of the box."
+                }
+            ],
+            "syntax": "<'max-width'>",
+            "relevance": 50,
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/max-block-size"
+                }
+            ],
+            "description": "Logical 'max-width'. Mapping depends on the element’s 'writing-mode'.",
+            "restrictions": [
+                "length",
+                "percentage"
+            ]
+        },
+        {
+            "name": "max-height",
+            "values": [
+                {
+                    "name": "none",
+                    "description": "No limit on the height of the box."
+                },
+                {
+                    "name": "fit-content",
+                    "description": "Use the fit-content inline size or fit-content block size, as appropriate to the writing mode."
+                },
+                {
+                    "name": "max-content",
+                    "description": "Use the max-content inline size or max-content block size, as appropriate to the writing mode."
+                },
+                {
+                    "name": "min-content",
+                    "description": "Use the min-content inline size or min-content block size, as appropriate to the writing mode."
+                }
+            ],
+            "syntax": "<viewport-length>",
+            "relevance": 84,
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/max-height"
+                }
+            ],
+            "description": "Allows authors to constrain content height to a certain range.",
+            "restrictions": [
+                "length",
+                "percentage"
+            ]
+        },
+        {
+            "name": "max-inline-size",
+            "browsers": [
+                "E79",
+                "FF41",
+                "S10.1",
+                "C57",
+                "O44"
+            ],
+            "values": [
+                {
+                    "name": "none",
+                    "description": "No limit on the height of the box."
+                }
+            ],
+            "syntax": "<'max-width'>",
+            "relevance": 50,
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/max-inline-size"
+                }
+            ],
+            "description": "Logical 'max-height'. Mapping depends on the element’s 'writing-mode'.",
+            "restrictions": [
+                "length",
+                "percentage"
+            ]
+        },
+        {
+            "name": "max-width",
+            "values": [
+                {
+                    "name": "none",
+                    "description": "No limit on the width of the box."
+                },
+                {
+                    "name": "fit-content",
+                    "description": "Use the fit-content inline size or fit-content block size, as appropriate to the writing mode."
+                },
+                {
+                    "name": "max-content",
+                    "description": "Use the max-content inline size or max-content block size, as appropriate to the writing mode."
+                },
+                {
+                    "name": "min-content",
+                    "description": "Use the min-content inline size or min-content block size, as appropriate to the writing mode."
+                }
+            ],
+            "syntax": "<viewport-length>",
+            "relevance": 89,
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/max-width"
+                }
+            ],
+            "description": "Allows authors to constrain content width to a certain range.",
+            "restrictions": [
+                "length",
+                "percentage"
+            ]
+        },
+        {
+            "name": "min-block-size",
+            "browsers": [
+                "E79",
+                "FF41",
+                "S12.1",
+                "C57",
+                "O44"
+            ],
+            "syntax": "<'min-width'>",
+            "relevance": 50,
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/min-block-size"
+                }
+            ],
+            "description": "Logical 'min-width'. Mapping depends on the element’s 'writing-mode'.",
+            "restrictions": [
+                "length",
+                "percentage"
+            ]
+        },
+        {
+            "name": "min-height",
+            "values": [
+                {
+                    "name": "auto"
+                },
+                {
+                    "name": "fit-content",
+                    "description": "Use the fit-content inline size or fit-content block size, as appropriate to the writing mode."
+                },
+                {
+                    "name": "max-content",
+                    "description": "Use the max-content inline size or max-content block size, as appropriate to the writing mode."
+                },
+                {
+                    "name": "min-content",
+                    "description": "Use the min-content inline size or min-content block size, as appropriate to the writing mode."
+                }
+            ],
+            "syntax": "<viewport-length>",
+            "relevance": 88,
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/min-height"
+                }
+            ],
+            "description": "Allows authors to constrain content height to a certain range.",
+            "restrictions": [
+                "length",
+                "percentage"
+            ]
+        },
+        {
+            "name": "min-inline-size",
+            "browsers": [
+                "E79",
+                "FF41",
+                "S12.1",
+                "C57",
+                "O44"
+            ],
+            "syntax": "<'min-width'>",
+            "relevance": 50,
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/min-inline-size"
+                }
+            ],
+            "description": "Logical 'min-height'. Mapping depends on the element’s 'writing-mode'.",
+            "restrictions": [
+                "length",
+                "percentage"
+            ]
+        },
+        {
+            "name": "min-width",
+            "values": [
+                {
+                    "name": "auto"
+                },
+                {
+                    "name": "fit-content",
+                    "description": "Use the fit-content inline size or fit-content block size, as appropriate to the writing mode."
+                },
+                {
+                    "name": "max-content",
+                    "description": "Use the max-content inline size or max-content block size, as appropriate to the writing mode."
+                },
+                {
+                    "name": "min-content",
+                    "description": "Use the min-content inline size or min-content block size, as appropriate to the writing mode."
+                }
+            ],
+            "syntax": "<viewport-length>",
+            "relevance": 87,
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/min-width"
+                }
+            ],
+            "description": "Allows authors to constrain content width to a certain range.",
+            "restrictions": [
+                "length",
+                "percentage"
+            ]
+        },
+        {
+            "name": "mix-blend-mode",
+            "browsers": [
+                "E79",
+                "FF32",
+                "S8",
+                "C41",
+                "O28"
+            ],
+            "values": [
+                {
+                    "name": "normal",
+                    "description": "Default attribute which specifies no blending"
+                },
+                {
+                    "name": "multiply",
+                    "description": "The source color is multiplied by the destination color and replaces the destination."
+                },
+                {
+                    "name": "screen",
+                    "description": "Multiplies the complements of the backdrop and source color values, then complements the result."
+                },
+                {
+                    "name": "overlay",
+                    "description": "Multiplies or screens the colors, depending on the backdrop color value."
+                },
+                {
+                    "name": "darken",
+                    "description": "Selects the darker of the backdrop and source colors."
+                },
+                {
+                    "name": "lighten",
+                    "description": "Selects the lighter of the backdrop and source colors."
+                },
+                {
+                    "name": "color-dodge",
+                    "description": "Brightens the backdrop color to reflect the source color."
+                },
+                {
+                    "name": "color-burn",
+                    "description": "Darkens the backdrop color to reflect the source color."
+                },
+                {
+                    "name": "hard-light",
+                    "description": "Multiplies or screens the colors, depending on the source color value."
+                },
+                {
+                    "name": "soft-light",
+                    "description": "Darkens or lightens the colors, depending on the source color value."
+                },
+                {
+                    "name": "difference",
+                    "description": "Subtracts the darker of the two constituent colors from the lighter color.."
+                },
+                {
+                    "name": "exclusion",
+                    "description": "Produces an effect similar to that of the Difference mode but lower in contrast."
+                },
+                {
+                    "name": "hue",
+                    "browsers": [
+                        "E79",
+                        "FF32",
+                        "S8",
+                        "C41",
+                        "O28"
+                    ],
+                    "description": "Creates a color with the hue of the source color and the saturation and luminosity of the backdrop color."
+                },
+                {
+                    "name": "saturation",
+                    "browsers": [
+                        "E79",
+                        "FF32",
+                        "S8",
+                        "C41",
+                        "O28"
+                    ],
+                    "description": "Creates a color with the saturation of the source color and the hue and luminosity of the backdrop color."
+                },
+                {
+                    "name": "color",
+                    "browsers": [
+                        "E79",
+                        "FF32",
+                        "S8",
+                        "C41",
+                        "O28"
+                    ],
+                    "description": "Creates a color with the hue and saturation of the source color and the luminosity of the backdrop color."
+                },
+                {
+                    "name": "luminosity",
+                    "browsers": [
+                        "E79",
+                        "FF32",
+                        "S8",
+                        "C41",
+                        "O28"
+                    ],
+                    "description": "Creates a color with the luminosity of the source color and the hue and saturation of the backdrop color."
+                }
+            ],
+            "syntax": "<blend-mode>",
+            "relevance": 51,
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/mix-blend-mode"
+                }
+            ],
+            "description": "Defines the formula that must be used to mix the colors with the backdrop.",
+            "restrictions": [
+                "enum"
+            ]
+        },
+        {
+            "name": "motion",
+            "browsers": [
+                "C46",
+                "O33"
+            ],
+            "values": [
+                {
+                    "name": "none",
+                    "description": "No motion path gets created."
+                },
+                {
+                    "name": "path()",
+                    "description": "Defines an SVG path as a string, with optional 'fill-rule' as the first argument."
+                },
+                {
+                    "name": "auto",
+                    "description": "Indicates that the object is rotated by the angle of the direction of the motion path."
+                },
+                {
+                    "name": "reverse",
+                    "description": "Indicates that the object is rotated by the angle of the direction of the motion path plus 180 degrees."
+                }
+            ],
+            "relevance": 50,
+            "description": "Shorthand property for setting 'motion-path', 'motion-offset' and 'motion-rotation'.",
+            "restrictions": [
+                "url",
+                "length",
+                "percentage",
+                "angle",
+                "shape",
+                "geometry-box",
+                "enum"
+            ]
+        },
+        {
+            "name": "motion-offset",
+            "browsers": [
+                "C46",
+                "O33"
+            ],
+            "relevance": 50,
+            "description": "A distance that describes the position along the specified motion path.",
+            "restrictions": [
+                "length",
+                "percentage"
+            ]
+        },
+        {
+            "name": "motion-path",
+            "browsers": [
+                "C46",
+                "O33"
+            ],
+            "values": [
+                {
+                    "name": "none",
+                    "description": "No motion path gets created."
+                },
+                {
+                    "name": "path()",
+                    "description": "Defines an SVG path as a string, with optional 'fill-rule' as the first argument."
+                }
+            ],
+            "relevance": 50,
+            "description": "Specifies the motion path the element gets positioned at.",
+            "restrictions": [
+                "url",
+                "shape",
+                "geometry-box",
+                "enum"
+            ]
+        },
+        {
+            "name": "motion-rotation",
+            "browsers": [
+                "C46",
+                "O33"
+            ],
+            "values": [
+                {
+                    "name": "auto",
+                    "description": "Indicates that the object is rotated by the angle of the direction of the motion path."
+                },
+                {
+                    "name": "reverse",
+                    "description": "Indicates that the object is rotated by the angle of the direction of the motion path plus 180 degrees."
+                }
+            ],
+            "relevance": 50,
+            "description": "Defines the direction of the element while positioning along the motion path.",
+            "restrictions": [
+                "angle"
+            ]
+        },
+        {
+            "name": "-moz-animation",
+            "browsers": [
+                "FF9"
+            ],
+            "values": [
+                {
+                    "name": "alternate",
+                    "description": "The animation cycle iterations that are odd counts are played in the normal direction, and the animation cycle iterations that are even counts are played in a reverse direction."
+                },
+                {
+                    "name": "alternate-reverse",
+                    "description": "The animation cycle iterations that are odd counts are played in the reverse direction, and the animation cycle iterations that are even counts are played in a normal direction."
+                },
+                {
+                    "name": "backwards",
+                    "description": "The beginning property value (as defined in the first @keyframes at-rule) is applied before the animation is displayed, during the period defined by 'animation-delay'."
+                },
+                {
+                    "name": "both",
+                    "description": "Both forwards and backwards fill modes are applied."
+                },
+                {
+                    "name": "forwards",
+                    "description": "The final property value (as defined in the last @keyframes at-rule) is maintained after the animation completes."
+                },
+                {
+                    "name": "infinite",
+                    "description": "Causes the animation to repeat forever."
+                },
+                {
+                    "name": "none",
+                    "description": "No animation is performed"
+                },
+                {
+                    "name": "normal",
+                    "description": "Normal playback."
+                },
+                {
+                    "name": "reverse",
+                    "description": "All iterations of the animation are played in the reverse direction from the way they were specified."
+                }
+            ],
+            "relevance": 50,
+            "description": "Shorthand property combines six of the animation properties into a single property.",
+            "restrictions": [
+                "time",
+                "enum",
+                "timing-function",
+                "identifier",
+                "number"
+            ]
+        },
+        {
+            "name": "-moz-animation-delay",
+            "browsers": [
+                "FF9"
+            ],
+            "relevance": 50,
+            "description": "Defines when the animation will start.",
+            "restrictions": [
+                "time"
+            ]
+        },
+        {
+            "name": "-moz-animation-direction",
+            "browsers": [
+                "FF9"
+            ],
+            "values": [
+                {
+                    "name": "alternate",
+                    "description": "The animation cycle iterations that are odd counts are played in the normal direction, and the animation cycle iterations that are even counts are played in a reverse direction."
+                },
+                {
+                    "name": "alternate-reverse",
+                    "description": "The animation cycle iterations that are odd counts are played in the reverse direction, and the animation cycle iterations that are even counts are played in a normal direction."
+                },
+                {
+                    "name": "normal",
+                    "description": "Normal playback."
+                },
+                {
+                    "name": "reverse",
+                    "description": "All iterations of the animation are played in the reverse direction from the way they were specified."
+                }
+            ],
+            "relevance": 50,
+            "description": "Defines whether or not the animation should play in reverse on alternate cycles.",
+            "restrictions": [
+                "enum"
+            ]
+        },
+        {
+            "name": "-moz-animation-duration",
+            "browsers": [
+                "FF9"
+            ],
+            "relevance": 50,
+            "description": "Defines the length of time that an animation takes to complete one cycle.",
+            "restrictions": [
+                "time"
+            ]
+        },
+        {
+            "name": "-moz-animation-iteration-count",
+            "browsers": [
+                "FF9"
+            ],
+            "values": [
+                {
+                    "name": "infinite",
+                    "description": "Causes the animation to repeat forever."
+                }
+            ],
+            "relevance": 50,
+            "description": "Defines the number of times an animation cycle is played. The default value is one, meaning the animation will play from beginning to end once.",
+            "restrictions": [
+                "number",
+                "enum"
+            ]
+        },
+        {
+            "name": "-moz-animation-name",
+            "browsers": [
+                "FF9"
+            ],
+            "values": [
+                {
+                    "name": "none",
+                    "description": "No animation is performed"
+                }
+            ],
+            "relevance": 50,
+            "description": "Defines a list of animations that apply. Each name is used to select the keyframe at-rule that provides the property values for the animation.",
+            "restrictions": [
+                "identifier",
+                "enum"
+            ]
+        },
+        {
+            "name": "-moz-animation-play-state",
+            "browsers": [
+                "FF9"
+            ],
+            "values": [
+                {
+                    "name": "paused",
+                    "description": "A running animation will be paused."
+                },
+                {
+                    "name": "running",
+                    "description": "Resume playback of a paused animation."
+                }
+            ],
+            "relevance": 50,
+            "description": "Defines whether the animation is running or paused.",
+            "restrictions": [
+                "enum"
+            ]
+        },
+        {
+            "name": "-moz-animation-timing-function",
+            "browsers": [
+                "FF9"
+            ],
+            "relevance": 50,
+            "description": "Describes how the animation will progress over one cycle of its duration. See the 'transition-timing-function'.",
+            "restrictions": [
+                "timing-function"
+            ]
+        },
+        {
+            "name": "-moz-appearance",
+            "browsers": [
+                "FF1"
+            ],
+            "values": [
+                {
+                    "name": "button"
+                },
+                {
+                    "name": "button-arrow-down"
+                },
+                {
+                    "name": "button-arrow-next"
+                },
+                {
+                    "name": "button-arrow-previous"
+                },
+                {
+                    "name": "button-arrow-up"
+                },
+                {
+                    "name": "button-bevel"
+                },
+                {
+                    "name": "checkbox"
+                },
+                {
+                    "name": "checkbox-container"
+                },
+                {
+                    "name": "checkbox-label"
+                },
+                {
+                    "name": "dialog"
+                },
+                {
+                    "name": "groupbox"
+                },
+                {
+                    "name": "listbox"
+                },
+                {
+                    "name": "menuarrow"
+                },
+                {
+                    "name": "menuimage"
+                },
+                {
+                    "name": "menuitem"
+                },
+                {
+                    "name": "menuitemtext"
+                },
+                {
+                    "name": "menulist"
+                },
+                {
+                    "name": "menulist-button"
+                },
+                {
+                    "name": "menulist-text"
+                },
+                {
+                    "name": "menulist-textfield"
+                },
+                {
+                    "name": "menupopup"
+                },
+                {
+                    "name": "menuradio"
+                },
+                {
+                    "name": "menuseparator"
+                },
+                {
+                    "name": "-moz-mac-unified-toolbar"
+                },
+                {
+                    "name": "-moz-win-borderless-glass"
+                },
+                {
+                    "name": "-moz-win-browsertabbar-toolbox"
+                },
+                {
+                    "name": "-moz-win-communications-toolbox"
+                },
+                {
+                    "name": "-moz-win-glass"
+                },
+                {
+                    "name": "-moz-win-media-toolbox"
+                },
+                {
+                    "name": "none"
+                },
+                {
+                    "name": "progressbar"
+                },
+                {
+                    "name": "progresschunk"
+                },
+                {
+                    "name": "radio"
+                },
+                {
+                    "name": "radio-container"
+                },
+                {
+                    "name": "radio-label"
+                },
+                {
+                    "name": "radiomenuitem"
+                },
+                {
+                    "name": "resizer"
+                },
+                {
+                    "name": "resizerpanel"
+                },
+                {
+                    "name": "scrollbarbutton-down"
+                },
+                {
+                    "name": "scrollbarbutton-left"
+                },
+                {
+                    "name": "scrollbarbutton-right"
+                },
+                {
+                    "name": "scrollbarbutton-up"
+                },
+                {
+                    "name": "scrollbar-small"
+                },
+                {
+                    "name": "scrollbartrack-horizontal"
+                },
+                {
+                    "name": "scrollbartrack-vertical"
+                },
+                {
+                    "name": "separator"
+                },
+                {
+                    "name": "spinner"
+                },
+                {
+                    "name": "spinner-downbutton"
+                },
+                {
+                    "name": "spinner-textfield"
+                },
+                {
+                    "name": "spinner-upbutton"
+                },
+                {
+                    "name": "statusbar"
+                },
+                {
+                    "name": "statusbarpanel"
+                },
+                {
+                    "name": "tab"
+                },
+                {
+                    "name": "tabpanels"
+                },
+                {
+                    "name": "tab-scroll-arrow-back"
+                },
+                {
+                    "name": "tab-scroll-arrow-forward"
+                },
+                {
+                    "name": "textfield"
+                },
+                {
+                    "name": "textfield-multiline"
+                },
+                {
+                    "name": "toolbar"
+                },
+                {
+                    "name": "toolbox"
+                },
+                {
+                    "name": "tooltip"
+                },
+                {
+                    "name": "treeheadercell"
+                },
+                {
+                    "name": "treeheadersortarrow"
+                },
+                {
+                    "name": "treeitem"
+                },
+                {
+                    "name": "treetwistyopen"
+                },
+                {
+                    "name": "treeview"
+                },
+                {
+                    "name": "treewisty"
+                },
+                {
+                    "name": "window"
+                }
+            ],
+            "status": "nonstandard",
+            "syntax": "none | button | button-arrow-down | button-arrow-next | button-arrow-previous | button-arrow-up | button-bevel | button-focus | caret | checkbox | checkbox-container | checkbox-label | checkmenuitem | dualbutton | groupbox | listbox | listitem | menuarrow | menubar | menucheckbox | menuimage | menuitem | menuitemtext | menulist | menulist-button | menulist-text | menulist-textfield | menupopup | menuradio | menuseparator | meterbar | meterchunk | progressbar | progressbar-vertical | progresschunk | progresschunk-vertical | radio | radio-container | radio-label | radiomenuitem | range | range-thumb | resizer | resizerpanel | scale-horizontal | scalethumbend | scalethumb-horizontal | scalethumbstart | scalethumbtick | scalethumb-vertical | scale-vertical | scrollbarbutton-down | scrollbarbutton-left | scrollbarbutton-right | scrollbarbutton-up | scrollbarthumb-horizontal | scrollbarthumb-vertical | scrollbartrack-horizontal | scrollbartrack-vertical | searchfield | separator | sheet | spinner | spinner-downbutton | spinner-textfield | spinner-upbutton | splitter | statusbar | statusbarpanel | tab | tabpanel | tabpanels | tab-scroll-arrow-back | tab-scroll-arrow-forward | textfield | textfield-multiline | toolbar | toolbarbutton | toolbarbutton-dropdown | toolbargripper | toolbox | tooltip | treeheader | treeheadercell | treeheadersortarrow | treeitem | treeline | treetwisty | treetwistyopen | treeview | -moz-mac-unified-toolbar | -moz-win-borderless-glass | -moz-win-browsertabbar-toolbox | -moz-win-communicationstext | -moz-win-communications-toolbox | -moz-win-exclude-glass | -moz-win-glass | -moz-win-mediatext | -moz-win-media-toolbox | -moz-window-button-box | -moz-window-button-box-maximized | -moz-window-button-close | -moz-window-button-maximize | -moz-window-button-minimize | -moz-window-button-restore | -moz-window-frame-bottom | -moz-window-frame-left | -moz-window-frame-right | -moz-window-titlebar | -moz-window-titlebar-maximized",
+            "relevance": 0,
+            "description": "Used in Gecko (Firefox) to display an element using a platform-native styling based on the operating system's theme.",
+            "restrictions": [
+                "enum"
+            ]
+        },
+        {
+            "name": "-moz-backface-visibility",
+            "browsers": [
+                "FF10"
+            ],
+            "values": [
+                {
+                    "name": "hidden"
+                },
+                {
+                    "name": "visible"
+                }
+            ],
+            "relevance": 50,
+            "description": "Determines whether or not the 'back' side of a transformed element is visible when facing the viewer. With an identity transform, the front side of an element faces the viewer.",
+            "restrictions": [
+                "enum"
+            ]
+        },
+        {
+            "name": "-moz-background-clip",
+            "browsers": [
+                "FF1-3.6"
+            ],
+            "values": [
+                {
+                    "name": "padding"
+                }
+            ],
+            "relevance": 50,
+            "description": "Determines the background painting area.",
+            "restrictions": [
+                "box",
+                "enum"
+            ]
+        },
+        {
+            "name": "-moz-background-inline-policy",
+            "browsers": [
+                "FF1"
+            ],
+            "values": [
+                {
+                    "name": "bounding-box"
+                },
+                {
+                    "name": "continuous"
+                },
+                {
+                    "name": "each-box"
+                }
+            ],
+            "relevance": 50,
+            "description": "In Gecko-based applications like Firefox, the -moz-background-inline-policy CSS property specifies how the background image of an inline element is determined when the content of the inline element wraps onto multiple lines. The choice of position has significant effects on repetition.",
+            "restrictions": [
+                "enum"
+            ]
+        },
+        {
+            "name": "-moz-background-origin",
+            "browsers": [
+                "FF1"
+            ],
+            "relevance": 50,
+            "description": "For elements rendered as a single box, specifies the background positioning area. For elements rendered as multiple boxes (e.g., inline boxes on several lines, boxes on several pages) specifies which boxes 'box-decoration-break' operates on to determine the background positioning area(s).",
+            "restrictions": [
+                "box"
+            ]
+        },
+        {
+            "name": "-moz-border-bottom-colors",
+            "browsers": [
+                "FF1"
+            ],
+            "status": "nonstandard",
+            "syntax": "<color>+ | none",
+            "relevance": 0,
+            "description": "Sets a list of colors for the bottom border.",
+            "restrictions": [
+                "color"
+            ]
+        },
+        {
+            "name": "-moz-border-image",
+            "browsers": [
+                "FF3.6"
+            ],
+            "values": [
+                {
+                    "name": "auto",
+                    "description": "If 'auto' is specified then the border image width is the intrinsic width or height (whichever is applicable) of the corresponding image slice. If the image does not have the required intrinsic dimension then the corresponding border-width is used instead."
+                },
+                {
+                    "name": "fill",
+                    "description": "Causes the middle part of the border-image to be preserved."
+                },
+                {
+                    "name": "none"
+                },
+                {
+                    "name": "repeat",
+                    "description": "The image is tiled (repeated) to fill the area."
+                },
+                {
+                    "name": "round",
+                    "description": "The image is tiled (repeated) to fill the area. If it does not fill the area with a whole number of tiles, the image is rescaled so that it does."
+                },
+                {
+                    "name": "space",
+                    "description": "The image is tiled (repeated) to fill the area. If it does not fill the area with a whole number of tiles, the extra space is distributed around the tiles."
+                },
+                {
+                    "name": "stretch",
+                    "description": "The image is stretched to fill the area."
+                },
+                {
+                    "name": "url()"
+                }
+            ],
+            "relevance": 50,
+            "description": "Shorthand property for setting 'border-image-source', 'border-image-slice', 'border-image-width', 'border-image-outset' and 'border-image-repeat'. Omitted values are set to their initial values.",
+            "restrictions": [
+                "length",
+                "percentage",
+                "number",
+                "url",
+                "enum"
+            ]
+        },
+        {
+            "name": "-moz-border-left-colors",
+            "browsers": [
+                "FF1"
+            ],
+            "status": "nonstandard",
+            "syntax": "<color>+ | none",
+            "relevance": 0,
+            "description": "Sets a list of colors for the bottom border.",
+            "restrictions": [
+                "color"
+            ]
+        },
+        {
+            "name": "-moz-border-right-colors",
+            "browsers": [
+                "FF1"
+            ],
+            "status": "nonstandard",
+            "syntax": "<color>+ | none",
+            "relevance": 0,
+            "description": "Sets a list of colors for the bottom border.",
+            "restrictions": [
+                "color"
+            ]
+        },
+        {
+            "name": "-moz-border-top-colors",
+            "browsers": [
+                "FF1"
+            ],
+            "status": "nonstandard",
+            "syntax": "<color>+ | none",
+            "relevance": 0,
+            "description": "Ske Firefox, -moz-border-bottom-colors sets a list of colors for the bottom border.",
+            "restrictions": [
+                "color"
+            ]
+        },
+        {
+            "name": "-moz-box-align",
+            "browsers": [
+                "FF1"
+            ],
+            "values": [
+                {
+                    "name": "baseline",
+                    "description": "If this box orientation is inline-axis or horizontal, all children are placed with their baselines aligned, and extra space placed before or after as necessary. For block flows, the baseline of the first non-empty line box located within the element is used. For tables, the baseline of the first cell is used."
+                },
+                {
+                    "name": "center",
+                    "description": "Any extra space is divided evenly, with half placed above the child and the other half placed after the child."
+                },
+                {
+                    "name": "end",
+                    "description": "For normal direction boxes, the bottom edge of each child is placed along the bottom of the box. Extra space is placed above the element. For reverse direction boxes, the top edge of each child is placed along the top of the box. Extra space is placed below the element."
+                },
+                {
+                    "name": "start",
+                    "description": "For normal direction boxes, the top edge of each child is placed along the top of the box. Extra space is placed below the element. For reverse direction boxes, the bottom edge of each child is placed along the bottom of the box. Extra space is placed above the element."
+                },
+                {
+                    "name": "stretch",
+                    "description": "The height of each child is adjusted to that of the containing block."
+                }
+            ],
+            "relevance": 50,
+            "description": "Specifies how a XUL box aligns its contents across (perpendicular to) the direction of its layout. The effect of this is only visible if there is extra space in the box.",
+            "restrictions": [
+                "enum"
+            ]
+        },
+        {
+            "name": "-moz-box-direction",
+            "browsers": [
+                "FF1"
+            ],
+            "values": [
+                {
+                    "name": "normal",
+                    "description": "A box with a computed value of horizontal for box-orient displays its children from left to right. A box with a computed value of vertical displays its children from top to bottom."
+                },
+                {
+                    "name": "reverse",
+                    "description": "A box with a computed value of horizontal for box-orient displays its children from right to left. A box with a computed value of vertical displays its children from bottom to top."
+                }
+            ],
+            "relevance": 50,
+            "description": "Specifies whether a box lays out its contents normally (from the top or left edge), or in reverse (from the bottom or right edge).",
+            "restrictions": [
+                "enum"
+            ]
+        },
+        {
+            "name": "-moz-box-flex",
+            "browsers": [
+                "FF1"
+            ],
+            "relevance": 50,
+            "description": "Specifies how a box grows to fill the box that contains it, in the direction of the containing box's layout.",
+            "restrictions": [
+                "number"
+            ]
+        },
+        {
+            "name": "-moz-box-flexgroup",
+            "browsers": [
+                "FF1"
+            ],
+            "relevance": 50,
+            "description": "Flexible elements can be assigned to flex groups using the 'box-flex-group' property.",
+            "restrictions": [
+                "integer"
+            ]
+        },
+        {
+            "name": "-moz-box-ordinal-group",
+            "browsers": [
+                "FF1"
+            ],
+            "relevance": 50,
+            "description": "Indicates the ordinal group the element belongs to. Elements with a lower ordinal group are displayed before those with a higher ordinal group.",
+            "restrictions": [
+                "integer"
+            ]
+        },
+        {
+            "name": "-moz-box-orient",
+            "browsers": [
+                "FF1"
+            ],
+            "values": [
+                {
+                    "name": "block-axis",
+                    "description": "Elements are oriented along the box's axis."
+                },
+                {
+                    "name": "horizontal",
+                    "description": "The box displays its children from left to right in a horizontal line."
+                },
+                {
+                    "name": "inline-axis",
+                    "description": "Elements are oriented vertically."
+                },
+                {
+                    "name": "vertical",
+                    "description": "The box displays its children from stacked from top to bottom vertically."
+                }
+            ],
+            "relevance": 50,
+            "description": "In Mozilla applications, -moz-box-orient specifies whether a box lays out its contents horizontally or vertically.",
+            "restrictions": [
+                "enum"
+            ]
+        },
+        {
+            "name": "-moz-box-pack",
+            "browsers": [
+                "FF1"
+            ],
+            "values": [
+                {
+                    "name": "center",
+                    "description": "The extra space is divided evenly, with half placed before the first child and the other half placed after the last child."
+                },
+                {
+                    "name": "end",
+                    "description": "For normal direction boxes, the right edge of the last child is placed at the right side, with all extra space placed before the first child. For reverse direction boxes, the left edge of the first child is placed at the left side, with all extra space placed after the last child."
+                },
+                {
+                    "name": "justify",
+                    "description": "The space is divided evenly in-between each child, with none of the extra space placed before the first child or after the last child. If there is only one child, treat the pack value as if it were start."
+                },
+                {
+                    "name": "start",
+                    "description": "For normal direction boxes, the left edge of the first child is placed at the left side, with all extra space placed after the last child. For reverse direction boxes, the right edge of the last child is placed at the right side, with all extra space placed before the first child."
+                }
+            ],
+            "relevance": 50,
+            "description": "Specifies how a box packs its contents in the direction of its layout. The effect of this is only visible if there is extra space in the box.",
+            "restrictions": [
+                "enum"
+            ]
+        },
+        {
+            "name": "-moz-box-sizing",
+            "browsers": [
+                "FF1"
+            ],
+            "values": [
+                {
+                    "name": "border-box",
+                    "description": "The specified width and height (and respective min/max properties) on this element determine the border box of the element."
+                },
+                {
+                    "name": "content-box",
+                    "description": "Behavior of width and height as specified by CSS2.1. The specified width and height (and respective min/max properties) apply to the width and height respectively of the content box of the element."
+                },
+                {
+                    "name": "padding-box",
+                    "description": "The specified width and height (and respective min/max properties) on this element determine the padding box of the element."
+                }
+            ],
+            "relevance": 50,
+            "description": "Box Model addition in CSS3.",
+            "restrictions": [
+                "enum"
+            ]
+        },
+        {
+            "name": "-moz-column-count",
+            "browsers": [
+                "FF3.5"
+            ],
+            "values": [
+                {
+                    "name": "auto",
+                    "description": "Determines the number of columns by the 'column-width' property and the element width."
+                }
+            ],
+            "relevance": 50,
+            "description": "Describes the optimal number of columns into which the content of the element will be flowed.",
+            "restrictions": [
+                "integer"
+            ]
+        },
+        {
+            "name": "-moz-column-gap",
+            "browsers": [
+                "FF3.5"
+            ],
+            "values": [
+                {
+                    "name": "normal",
+                    "description": "User agent specific and typically equivalent to 1em."
+                }
+            ],
+            "relevance": 50,
+            "description": "Sets the gap between columns. If there is a column rule between columns, it will appear in the middle of the gap.",
+            "restrictions": [
+                "length"
+            ]
+        },
+        {
+            "name": "-moz-column-rule",
+            "browsers": [
+                "FF3.5"
+            ],
+            "relevance": 50,
+            "description": "Shorthand for setting 'column-rule-width', 'column-rule-style', and 'column-rule-color' at the same place in the style sheet. Omitted values are set to their initial values.",
+            "restrictions": [
+                "length",
+                "line-width",
+                "line-style",
+                "color"
+            ]
+        },
+        {
+            "name": "-moz-column-rule-color",
+            "browsers": [
+                "FF3.5"
+            ],
+            "relevance": 50,
+            "description": "Sets the color of the column rule",
+            "restrictions": [
+                "color"
+            ]
+        },
+        {
+            "name": "-moz-column-rule-style",
+            "browsers": [
+                "FF3.5"
+            ],
+            "relevance": 50,
+            "description": "Sets the style of the rule between columns of an element.",
+            "restrictions": [
+                "line-style"
+            ]
+        },
+        {
+            "name": "-moz-column-rule-width",
+            "browsers": [
+                "FF3.5"
+            ],
+            "relevance": 50,
+            "description": "Sets the width of the rule between columns. Negative values are not allowed.",
+            "restrictions": [
+                "length",
+                "line-width"
+            ]
+        },
+        {
+            "name": "-moz-columns",
+            "browsers": [
+                "FF9"
+            ],
+            "values": [
+                {
+                    "name": "auto",
+                    "description": "The width depends on the values of other properties."
+                }
+            ],
+            "relevance": 50,
+            "description": "A shorthand property which sets both 'column-width' and 'column-count'.",
+            "restrictions": [
+                "length",
+                "integer"
+            ]
+        },
+        {
+            "name": "-moz-column-width",
+            "browsers": [
+                "FF3.5"
+            ],
+            "values": [
+                {
+                    "name": "auto",
+                    "description": "The width depends on the values of other properties."
+                }
+            ],
+            "relevance": 50,
+            "description": "This property describes the width of columns in multicol elements.",
+            "restrictions": [
+                "length"
+            ]
+        },
+        {
+            "name": "-moz-font-feature-settings",
+            "browsers": [
+                "FF4"
+            ],
+            "values": [
+                {
+                    "name": "\"c2cs\""
+                },
+                {
+                    "name": "\"dlig\""
+                },
+                {
+                    "name": "\"kern\""
+                },
+                {
+                    "name": "\"liga\""
+                },
+                {
+                    "name": "\"lnum\""
+                },
+                {
+                    "name": "\"onum\""
+                },
+                {
+                    "name": "\"smcp\""
+                },
+                {
+                    "name": "\"swsh\""
+                },
+                {
+                    "name": "\"tnum\""
+                },
+                {
+                    "name": "normal",
+                    "description": "No change in glyph substitution or positioning occurs."
+                },
+                {
+                    "name": "off",
+                    "browsers": [
+                        "FF4"
+                    ]
+                },
+                {
+                    "name": "on",
+                    "browsers": [
+                        "FF4"
+                    ]
+                }
+            ],
+            "relevance": 50,
+            "description": "Provides low-level control over OpenType font features. It is intended as a way of providing access to font features that are not widely used but are needed for a particular use case.",
+            "restrictions": [
+                "string",
+                "integer"
+            ]
+        },
+        {
+            "name": "-moz-hyphens",
+            "browsers": [
+                "FF9"
+            ],
+            "values": [
+                {
+                    "name": "auto",
+                    "description": "Conditional hyphenation characters inside a word, if present, take priority over automatic resources when determining hyphenation points within the word."
+                },
+                {
+                    "name": "manual",
+                    "description": "Words are only broken at line breaks where there are characters inside the word that suggest line break opportunities"
+                },
+                {
+                    "name": "none",
+                    "description": "Words are not broken at line breaks, even if characters inside the word suggest line break points."
+                }
+            ],
+            "relevance": 50,
+            "description": "Controls whether hyphenation is allowed to create more break opportunities within a line of text.",
+            "restrictions": [
+                "enum"
+            ]
+        },
+        {
+            "name": "-moz-perspective",
+            "browsers": [
+                "FF10"
+            ],
+            "values": [
+                {
+                    "name": "none",
+                    "description": "No perspective transform is applied."
+                }
+            ],
+            "relevance": 50,
+            "description": "Applies the same transform as the perspective(<number>) transform function, except that it applies only to the positioned or transformed children of the element, not to the transform on the element itself.",
+            "restrictions": [
+                "length"
+            ]
+        },
+        {
+            "name": "-moz-perspective-origin",
+            "browsers": [
+                "FF10"
+            ],
+            "relevance": 50,
+            "description": "Establishes the origin for the perspective property. It effectively sets the X and Y position at which the viewer appears to be looking at the children of the element.",
+            "restrictions": [
+                "position",
+                "percentage",
+                "length"
+            ]
+        },
+        {
+            "name": "-moz-text-align-last",
+            "browsers": [
+                "FF12"
+            ],
+            "values": [
+                {
+                    "name": "auto"
+                },
+                {
+                    "name": "center",
+                    "description": "The inline contents are centered within the line box."
+                },
+                {
+                    "name": "justify",
+                    "description": "The text is justified according to the method specified by the 'text-justify' property."
+                },
+                {
+                    "name": "left",
+                    "description": "The inline contents are aligned to the left edge of the line box. In vertical text, 'left' aligns to the edge of the line box that would be the start edge for left-to-right text."
+                },
+                {
+                    "name": "right",
+                    "description": "The inline contents are aligned to the right edge of the line box. In vertical text, 'right' aligns to the edge of the line box that would be the end edge for left-to-right text."
+                }
+            ],
+            "relevance": 50,
+            "description": "Describes how the last line of a block or a line right before a forced line break is aligned when 'text-align' is set to 'justify'.",
+            "restrictions": [
+                "enum"
+            ]
+        },
+        {
+            "name": "-moz-text-decoration-color",
+            "browsers": [
+                "FF6"
+            ],
+            "relevance": 50,
+            "description": "Specifies the color of text decoration (underlines overlines, and line-throughs) set on the element with text-decoration-line.",
+            "restrictions": [
+                "color"
+            ]
+        },
+        {
+            "name": "-moz-text-decoration-line",
+            "browsers": [
+                "FF6"
+            ],
+            "values": [
+                {
+                    "name": "line-through",
+                    "description": "Each line of text has a line through the middle."
+                },
+                {
+                    "name": "none",
+                    "description": "Neither produces nor inhibits text decoration."
+                },
+                {
+                    "name": "overline",
+                    "description": "Each line of text has a line above it."
+                },
+                {
+                    "name": "underline",
+                    "description": "Each line of text is underlined."
+                }
+            ],
+            "relevance": 50,
+            "description": "Specifies what line decorations, if any, are added to the element.",
+            "restrictions": [
+                "enum"
+            ]
+        },
+        {
+            "name": "-moz-text-decoration-style",
+            "browsers": [
+                "FF6"
+            ],
+            "values": [
+                {
+                    "name": "dashed",
+                    "description": "Produces a dashed line style."
+                },
+                {
+                    "name": "dotted",
+                    "description": "Produces a dotted line."
+                },
+                {
+                    "name": "double",
+                    "description": "Produces a double line."
+                },
+                {
+                    "name": "none",
+                    "description": "Produces no line."
+                },
+                {
+                    "name": "solid",
+                    "description": "Produces a solid line."
+                },
+                {
+                    "name": "wavy",
+                    "description": "Produces a wavy line."
+                }
+            ],
+            "relevance": 50,
+            "description": "Specifies the line style for underline, line-through and overline text decoration.",
+            "restrictions": [
+                "enum"
+            ]
+        },
+        {
+            "name": "-moz-text-size-adjust",
+            "browsers": [
+                "FF"
+            ],
+            "values": [
+                {
+                    "name": "auto",
+                    "description": "Renderers must use the default size adjustment when displaying on a small device."
+                },
+                {
+                    "name": "none",
+                    "description": "Renderers must not do size adjustment when displaying on a small device."
+                }
+            ],
+            "relevance": 50,
+            "description": "Specifies a size adjustment for displaying text content in mobile browsers.",
+            "restrictions": [
+                "enum",
+                "percentage"
+            ]
+        },
+        {
+            "name": "-moz-transform",
+            "browsers": [
+                "FF3.5"
+            ],
+            "values": [
+                {
+                    "name": "matrix()",
+                    "description": "Specifies a 2D transformation in the form of a transformation matrix of six values. matrix(a,b,c,d,e,f) is equivalent to applying the transformation matrix [a b c d e f]"
+                },
+                {
+                    "name": "matrix3d()",
+                    "description": "Specifies a 3D transformation as a 4x4 homogeneous matrix of 16 values in column-major order."
+                },
+                {
+                    "name": "none"
+                },
+                {
+                    "name": "perspective",
+                    "description": "Specifies a perspective projection matrix."
+                },
+                {
+                    "name": "rotate()",
+                    "description": "Specifies a 2D rotation by the angle specified in the parameter about the origin of the element, as defined by the transform-origin property."
+                },
+                {
+                    "name": "rotate3d()",
+                    "description": "Specifies a clockwise 3D rotation by the angle specified in last parameter about the [x,y,z] direction vector described by the first 3 parameters."
+                },
+                {
+                    "name": "rotateX('angle')",
+                    "description": "Specifies a clockwise rotation by the given angle about the X axis."
+                },
+                {
+                    "name": "rotateY('angle')",
+                    "description": "Specifies a clockwise rotation by the given angle about the Y axis."
+                },
+                {
+                    "name": "rotateZ('angle')",
+                    "description": "Specifies a clockwise rotation by the given angle about the Z axis."
+                },
+                {
+                    "name": "scale()",
+                    "description": "Specifies a 2D scale operation by the [sx,sy] scaling vector described by the 2 parameters. If the second parameter is not provided, it is takes a value equal to the first."
+                },
+                {
+                    "name": "scale3d()",
+                    "description": "Specifies a 3D scale operation by the [sx,sy,sz] scaling vector described by the 3 parameters."
+                },
+                {
+                    "name": "scaleX()",
+                    "description": "Specifies a scale operation using the [sx,1] scaling vector, where sx is given as the parameter."
+                },
+                {
+                    "name": "scaleY()",
+                    "description": "Specifies a scale operation using the [sy,1] scaling vector, where sy is given as the parameter."
+                },
+                {
+                    "name": "scaleZ()",
+                    "description": "Specifies a scale operation using the [1,1,sz] scaling vector, where sz is given as the parameter."
+                },
+                {
+                    "name": "skew()",
+                    "description": "Specifies a skew transformation along the X and Y axes. The first angle parameter specifies the skew on the X axis. The second angle parameter specifies the skew on the Y axis. If the second parameter is not given then a value of 0 is used for the Y angle (ie: no skew on the Y axis)."
+                },
+                {
+                    "name": "skewX()",
+                    "description": "Specifies a skew transformation along the X axis by the given angle."
+                },
+                {
+                    "name": "skewY()",
+                    "description": "Specifies a skew transformation along the Y axis by the given angle."
+                },
+                {
+                    "name": "translate()",
+                    "description": "Specifies a 2D translation by the vector [tx, ty], where tx is the first translation-value parameter and ty is the optional second translation-value parameter."
+                },
+                {
+                    "name": "translate3d()",
+                    "description": "Specifies a 3D translation by the vector [tx,ty,tz], with tx, ty and tz being the first, second and third translation-value parameters respectively."
+                },
+                {
+                    "name": "translateX()",
+                    "description": "Specifies a translation by the given amount in the X direction."
+                },
+                {
+                    "name": "translateY()",
+                    "description": "Specifies a translation by the given amount in the Y direction."
+                },
+                {
+                    "name": "translateZ()",
+                    "description": "Specifies a translation by the given amount in the Z direction. Note that percentage values are not allowed in the translateZ translation-value, and if present are evaluated as 0."
+                }
+            ],
+            "relevance": 50,
+            "description": "A two-dimensional transformation is applied to an element through the 'transform' property. This property contains a list of transform functions similar to those allowed by SVG.",
+            "restrictions": [
+                "enum"
+            ]
+        },
+        {
+            "name": "-moz-transform-origin",
+            "browsers": [
+                "FF3.5"
+            ],
+            "relevance": 50,
+            "description": "Establishes the origin of transformation for an element.",
+            "restrictions": [
+                "position",
+                "length",
+                "percentage"
+            ]
+        },
+        {
+            "name": "-moz-transition",
+            "browsers": [
+                "FF4"
+            ],
+            "values": [
+                {
+                    "name": "all",
+                    "description": "Every property that is able to undergo a transition will do so."
+                },
+                {
+                    "name": "none",
+                    "description": "No property will transition."
+                }
+            ],
+            "relevance": 50,
+            "description": "Shorthand property combines four of the transition properties into a single property.",
+            "restrictions": [
+                "time",
+                "property",
+                "timing-function",
+                "enum"
+            ]
+        },
+        {
+            "name": "-moz-transition-delay",
+            "browsers": [
+                "FF4"
+            ],
+            "relevance": 50,
+            "description": "Defines when the transition will start. It allows a transition to begin execution some period of time from when it is applied.",
+            "restrictions": [
+                "time"
+            ]
+        },
+        {
+            "name": "-moz-transition-duration",
+            "browsers": [
+                "FF4"
+            ],
+            "relevance": 50,
+            "description": "Specifies how long the transition from the old value to the new value should take.",
+            "restrictions": [
+                "time"
+            ]
+        },
+        {
+            "name": "-moz-transition-property",
+            "browsers": [
+                "FF4"
+            ],
+            "values": [
+                {
+                    "name": "all",
+                    "description": "Every property that is able to undergo a transition will do so."
+                },
+                {
+                    "name": "none",
+                    "description": "No property will transition."
+                }
+            ],
+            "relevance": 50,
+            "description": "Specifies the name of the CSS property to which the transition is applied.",
+            "restrictions": [
+                "property"
+            ]
+        },
+        {
+            "name": "-moz-transition-timing-function",
+            "browsers": [
+                "FF4"
+            ],
+            "relevance": 50,
+            "description": "Describes how the intermediate values used during a transition will be calculated.",
+            "restrictions": [
+                "timing-function"
+            ]
+        },
+        {
+            "name": "-moz-user-focus",
+            "browsers": [
+                "FF1"
+            ],
+            "values": [
+                {
+                    "name": "ignore"
+                },
+                {
+                    "name": "normal"
+                }
+            ],
+            "status": "nonstandard",
+            "syntax": "ignore | normal | select-after | select-before | select-menu | select-same | select-all | none",
+            "relevance": 0,
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/-moz-user-focus"
+                }
+            ],
+            "description": "Used to indicate whether the element can have focus."
+        },
+        {
+            "name": "-moz-user-select",
+            "browsers": [
+                "FF1.5"
+            ],
+            "values": [
+                {
+                    "name": "all"
+                },
+                {
+                    "name": "element"
+                },
+                {
+                    "name": "elements"
+                },
+                {
+                    "name": "-moz-all"
+                },
+                {
+                    "name": "-moz-none"
+                },
+                {
+                    "name": "none"
+                },
+                {
+                    "name": "text"
+                },
+                {
+                    "name": "toggle"
+                }
+            ],
+            "relevance": 50,
+            "description": "Controls the appearance of selection.",
+            "restrictions": [
+                "enum"
+            ]
+        },
+        {
+            "name": "-ms-accelerator",
+            "browsers": [
+                "E",
+                "IE10"
+            ],
+            "values": [
+                {
+                    "name": "false",
+                    "description": "The element does not contain an accelerator key sequence."
+                },
+                {
+                    "name": "true",
+                    "description": "The element contains an accelerator key sequence."
+                }
+            ],
+            "status": "nonstandard",
+            "syntax": "false | true",
+            "relevance": 0,
+            "description": "IE only. Has the ability to turn off its system underlines for accelerator keys until the ALT key is pressed",
+            "restrictions": [
+                "enum"
+            ]
+        },
+        {
+            "name": "-ms-behavior",
+            "browsers": [
+                "IE8"
+            ],
+            "relevance": 50,
+            "description": "IE only. Used to extend behaviors of the browser",
+            "restrictions": [
+                "url"
+            ]
+        },
+        {
+            "name": "-ms-block-progression",
+            "browsers": [
+                "IE8"
+            ],
+            "values": [
+                {
+                    "name": "bt",
+                    "description": "Bottom-to-top block flow. Layout is horizontal."
+                },
+                {
+                    "name": "lr",
+                    "description": "Left-to-right direction. The flow orientation is vertical."
+                },
+                {
+                    "name": "rl",
+                    "description": "Right-to-left direction. The flow orientation is vertical."
+                },
+                {
+                    "name": "tb",
+                    "description": "Top-to-bottom direction. The flow orientation is horizontal."
+                }
+            ],
+            "status": "nonstandard",
+            "syntax": "tb | rl | bt | lr",
+            "relevance": 0,
+            "description": "Sets the block-progression value and the flow orientation",
+            "restrictions": [
+                "enum"
+            ]
+        },
+        {
+            "name": "-ms-content-zoom-chaining",
+            "browsers": [
+                "E",
+                "IE10"
+            ],
+            "values": [
+                {
+                    "name": "chained",
+                    "description": "The nearest zoomable parent element begins zooming when the user hits a zoom limit during a manipulation. No bounce effect is shown."
+                },
+                {
+                    "name": "none",
+                    "description": "A bounce effect is shown when the user hits a zoom limit during a manipulation."
+                }
+            ],
+            "status": "nonstandard",
+            "syntax": "none | chained",
+            "relevance": 0,
+            "description": "Specifies the zoom behavior that occurs when a user hits the zoom limit during a manipulation."
+        },
+        {
+            "name": "-ms-content-zooming",
+            "browsers": [
+                "E",
+                "IE10"
+            ],
+            "values": [
+                {
+                    "name": "none",
+                    "description": "The element is not zoomable."
+                },
+                {
+                    "name": "zoom",
+                    "description": "The element is zoomable."
+                }
+            ],
+            "status": "nonstandard",
+            "syntax": "none | zoom",
+            "relevance": 0,
+            "description": "Specifies whether zooming is enabled.",
+            "restrictions": [
+                "enum"
+            ]
+        },
+        {
+            "name": "-ms-content-zoom-limit",
+            "browsers": [
+                "E",
+                "IE10"
+            ],
+            "status": "nonstandard",
+            "syntax": "<'-ms-content-zoom-limit-min'> <'-ms-content-zoom-limit-max'>",
+            "relevance": 0,
+            "description": "Shorthand property for the -ms-content-zoom-limit-min and -ms-content-zoom-limit-max properties.",
+            "restrictions": [
+                "percentage"
+            ]
+        },
+        {
+            "name": "-ms-content-zoom-limit-max",
+            "browsers": [
+                "E",
+                "IE10"
+            ],
+            "status": "nonstandard",
+            "syntax": "<percentage>",
+            "relevance": 0,
+            "description": "Specifies the maximum zoom factor.",
+            "restrictions": [
+                "percentage"
+            ]
+        },
+        {
+            "name": "-ms-content-zoom-limit-min",
+            "browsers": [
+                "E",
+                "IE10"
+            ],
+            "status": "nonstandard",
+            "syntax": "<percentage>",
+            "relevance": 0,
+            "description": "Specifies the minimum zoom factor.",
+            "restrictions": [
+                "percentage"
+            ]
+        },
+        {
+            "name": "-ms-content-zoom-snap",
+            "browsers": [
+                "E",
+                "IE10"
+            ],
+            "values": [
+                {
+                    "name": "mandatory",
+                    "description": "Indicates that the motion of the content after the contact is picked up is always adjusted so that it lands on a snap-point."
+                },
+                {
+                    "name": "none",
+                    "description": "Indicates that zooming is unaffected by any defined snap-points."
+                },
+                {
+                    "name": "proximity",
+                    "description": "Indicates that the motion of the content after the contact is picked up may be adjusted if the content would normally stop \"close enough\" to a snap-point."
+                },
+                {
+                    "name": "snapInterval(100%, 100%)",
+                    "description": "Specifies where the snap-points will be placed."
+                },
+                {
+                    "name": "snapList()",
+                    "description": "Specifies the position of individual snap-points as a comma-separated list of zoom factors."
+                }
+            ],
+            "status": "nonstandard",
+            "syntax": "<'-ms-content-zoom-snap-type'> || <'-ms-content-zoom-snap-points'>",
+            "relevance": 0,
+            "description": "Shorthand property for the -ms-content-zoom-snap-type and -ms-content-zoom-snap-points properties."
+        },
+        {
+            "name": "-ms-content-zoom-snap-points",
+            "browsers": [
+                "E",
+                "IE10"
+            ],
+            "values": [
+                {
+                    "name": "snapInterval(100%, 100%)",
+                    "description": "Specifies where the snap-points will be placed."
+                },
+                {
+                    "name": "snapList()",
+                    "description": "Specifies the position of individual snap-points as a comma-separated list of zoom factors."
+                }
+            ],
+            "status": "nonstandard",
+            "syntax": "snapInterval( <percentage>, <percentage> ) | snapList( <percentage># )",
+            "relevance": 0,
+            "description": "Defines where zoom snap-points are located."
+        },
+        {
+            "name": "-ms-content-zoom-snap-type",
+            "browsers": [
+                "E",
+                "IE10"
+            ],
+            "values": [
+                {
+                    "name": "mandatory",
+                    "description": "Indicates that the motion of the content after the contact is picked up is always adjusted so that it lands on a snap-point."
+                },
+                {
+                    "name": "none",
+                    "description": "Indicates that zooming is unaffected by any defined snap-points."
+                },
+                {
+                    "name": "proximity",
+                    "description": "Indicates that the motion of the content after the contact is picked up may be adjusted if the content would normally stop \"close enough\" to a snap-point."
+                }
+            ],
+            "status": "nonstandard",
+            "syntax": "none | proximity | mandatory",
+            "relevance": 0,
+            "description": "Specifies how zooming is affected by defined snap-points.",
+            "restrictions": [
+                "enum"
+            ]
+        },
+        {
+            "name": "-ms-filter",
+            "browsers": [
+                "IE8-9"
+            ],
+            "status": "nonstandard",
+            "syntax": "<string>",
+            "relevance": 0,
+            "description": "IE only. Used to produce visual effects.",
+            "restrictions": [
+                "string"
+            ]
+        },
+        {
+            "name": "-ms-flex",
+            "browsers": [
+                "IE10"
+            ],
+            "values": [
+                {
+                    "name": "auto",
+                    "description": "Retrieves the value of the main size property as the used 'flex-basis'."
+                },
+                {
+                    "name": "none",
+                    "description": "Expands to '0 0 auto'."
+                }
+            ],
+            "relevance": 50,
+            "description": "specifies the parameters of a flexible length: the positive and negative flexibility, and the preferred size.",
+            "restrictions": [
+                "length",
+                "number",
+                "percentage"
+            ]
+        },
+        {
+            "name": "-ms-flex-align",
+            "browsers": [
+                "IE10"
+            ],
+            "values": [
+                {
+                    "name": "baseline",
+                    "description": "If the flex item’s inline axis is the same as the cross axis, this value is identical to 'flex-start'. Otherwise, it participates in baseline alignment."
+                },
+                {
+                    "name": "center",
+                    "description": "The flex item’s margin box is centered in the cross axis within the line."
+                },
+                {
+                    "name": "end",
+                    "description": "The cross-end margin edge of the flex item is placed flush with the cross-end edge of the line."
+                },
+                {
+                    "name": "start",
+                    "description": "The cross-start margin edge of the flexbox item is placed flush with the cross-start edge of the line."
+                },
+                {
+                    "name": "stretch",
+                    "description": "If the cross size property of the flexbox item is anything other than 'auto', this value is identical to 'start'."
+                }
+            ],
+            "relevance": 50,
+            "description": "Aligns flex items along the cross axis of the current line of the flex container.",
+            "restrictions": [
+                "enum"
+            ]
+        },
+        {
+            "name": "-ms-flex-direction",
+            "browsers": [
+                "IE10"
+            ],
+            "values": [
+                {
+                    "name": "column",
+                    "description": "The flex container’s main axis has the same orientation as the block axis of the current writing mode."
+                },
+                {
+                    "name": "column-reverse",
+                    "description": "Same as 'column', except the main-start and main-end directions are swapped."
+                },
+                {
+                    "name": "row",
+                    "description": "The flex container’s main axis has the same orientation as the inline axis of the current writing mode."
+                },
+                {
+                    "name": "row-reverse",
+                    "description": "Same as 'row', except the main-start and main-end directions are swapped."
+                }
+            ],
+            "relevance": 50,
+            "description": "Specifies how flex items are placed in the flex container, by setting the direction of the flex container’s main axis.",
+            "restrictions": [
+                "enum"
+            ]
+        },
+        {
+            "name": "-ms-flex-flow",
+            "browsers": [
+                "IE10"
+            ],
+            "values": [
+                {
+                    "name": "column",
+                    "description": "The flex container’s main axis has the same orientation as the block axis of the current writing mode."
+                },
+                {
+                    "name": "column-reverse",
+                    "description": "Same as 'column', except the main-start and main-end directions are swapped."
+                },
+                {
+                    "name": "nowrap",
+                    "description": "The flex container is single-line."
+                },
+                {
+                    "name": "row",
+                    "description": "The flex container’s main axis has the same orientation as the inline axis of the current writing mode."
+                },
+                {
+                    "name": "wrap",
+                    "description": "The flexbox is multi-line."
+                },
+                {
+                    "name": "wrap-reverse",
+                    "description": "Same as 'wrap', except the cross-start and cross-end directions are swapped."
+                }
+            ],
+            "relevance": 50,
+            "description": "Specifies how flexbox items are placed in the flexbox.",
+            "restrictions": [
+                "enum"
+            ]
+        },
+        {
+            "name": "-ms-flex-item-align",
+            "browsers": [
+                "IE10"
+            ],
+            "values": [
+                {
+                    "name": "auto",
+                    "description": "Computes to the value of 'align-items' on the element’s parent, or 'stretch' if the element has no parent. On absolutely positioned elements, it computes to itself."
+                },
+                {
+                    "name": "baseline",
+                    "description": "If the flex item’s inline axis is the same as the cross axis, this value is identical to 'flex-start'. Otherwise, it participates in baseline alignment."
+                },
+                {
+                    "name": "center",
+                    "description": "The flex item’s margin box is centered in the cross axis within the line."
+                },
+                {
+                    "name": "end",
+                    "description": "The cross-end margin edge of the flex item is placed flush with the cross-end edge of the line."
+                },
+                {
+                    "name": "start",
+                    "description": "The cross-start margin edge of the flex item is placed flush with the cross-start edge of the line."
+                },
+                {
+                    "name": "stretch",
+                    "description": "If the cross size property of the flex item computes to auto, and neither of the cross-axis margins are auto, the flex item is stretched."
+                }
+            ],
+            "relevance": 50,
+            "description": "Allows the default alignment along the cross axis to be overridden for individual flex items.",
+            "restrictions": [
+                "enum"
+            ]
+        },
+        {
+            "name": "-ms-flex-line-pack",
+            "browsers": [
+                "IE10"
+            ],
+            "values": [
+                {
+                    "name": "center",
+                    "description": "Lines are packed toward the center of the flex container."
+                },
+                {
+                    "name": "distribute",
+                    "description": "Lines are evenly distributed in the flex container, with half-size spaces on either end."
+                },
+                {
+                    "name": "end",
+                    "description": "Lines are packed toward the end of the flex container."
+                },
+                {
+                    "name": "justify",
+                    "description": "Lines are evenly distributed in the flex container."
+                },
+                {
+                    "name": "start",
+                    "description": "Lines are packed toward the start of the flex container."
+                },
+                {
+                    "name": "stretch",
+                    "description": "Lines stretch to take up the remaining space."
+                }
+            ],
+            "relevance": 50,
+            "description": "Aligns a flex container’s lines within the flex container when there is extra space in the cross-axis, similar to how 'justify-content' aligns individual items within the main-axis.",
+            "restrictions": [
+                "enum"
+            ]
+        },
+        {
+            "name": "-ms-flex-order",
+            "browsers": [
+                "IE10"
+            ],
+            "relevance": 50,
+            "description": "Controls the order in which children of a flex container appear within the flex container, by assigning them to ordinal groups.",
+            "restrictions": [
+                "integer"
+            ]
+        },
+        {
+            "name": "-ms-flex-pack",
+            "browsers": [
+                "IE10"
+            ],
+            "values": [
+                {
+                    "name": "center",
+                    "description": "Flex items are packed toward the center of the line."
+                },
+                {
+                    "name": "distribute",
+                    "description": "Flex items are evenly distributed in the line, with half-size spaces on either end."
+                },
+                {
+                    "name": "end",
+                    "description": "Flex items are packed toward the end of the line."
+                },
+                {
+                    "name": "justify",
+                    "description": "Flex items are evenly distributed in the line."
+                },
+                {
+                    "name": "start",
+                    "description": "Flex items are packed toward the start of the line."
+                }
+            ],
+            "relevance": 50,
+            "description": "Aligns flex items along the main axis of the current line of the flex container.",
+            "restrictions": [
+                "enum"
+            ]
+        },
+        {
+            "name": "-ms-flex-wrap",
+            "browsers": [
+                "IE10"
+            ],
+            "values": [
+                {
+                    "name": "nowrap",
+                    "description": "The flex container is single-line."
+                },
+                {
+                    "name": "wrap",
+                    "description": "The flexbox is multi-line."
+                },
+                {
+                    "name": "wrap-reverse",
+                    "description": "Same as 'wrap', except the cross-start and cross-end directions are swapped."
+                }
+            ],
+            "relevance": 50,
+            "description": "Controls whether the flex container is single-line or multi-line, and the direction of the cross-axis, which determines the direction new lines are stacked in.",
+            "restrictions": [
+                "enum"
+            ]
+        },
+        {
+            "name": "-ms-flow-from",
+            "browsers": [
+                "E",
+                "IE10"
+            ],
+            "values": [
+                {
+                    "name": "none",
+                    "description": "The block container is not a CSS Region."
+                }
+            ],
+            "status": "nonstandard",
+            "syntax": "[ none | <custom-ident> ]#",
+            "relevance": 0,
+            "description": "Makes a block container a region and associates it with a named flow.",
+            "restrictions": [
+                "identifier"
+            ]
+        },
+        {
+            "name": "-ms-flow-into",
+            "browsers": [
+                "E",
+                "IE10"
+            ],
+            "values": [
+                {
+                    "name": "none",
+                    "description": "The element is not moved to a named flow and normal CSS processing takes place."
+                }
+            ],
+            "status": "nonstandard",
+            "syntax": "[ none | <custom-ident> ]#",
+            "relevance": 0,
+            "description": "Places an element or its contents into a named flow.",
+            "restrictions": [
+                "identifier"
+            ]
+        },
+        {
+            "name": "-ms-grid-column",
+            "browsers": [
+                "E12",
+                "IE10"
+            ],
+            "values": [
+                {
+                    "name": "auto"
+                },
+                {
+                    "name": "end"
+                },
+                {
+                    "name": "start"
+                }
+            ],
+            "relevance": 50,
+            "description": "Used to place grid items and explicitly defined grid cells in the Grid.",
+            "restrictions": [
+                "integer",
+                "string",
+                "enum"
+            ]
+        },
+        {
+            "name": "-ms-grid-column-align",
+            "browsers": [
+                "E12",
+                "IE10"
+            ],
+            "values": [
+                {
+                    "name": "center",
+                    "description": "Places the center of the Grid Item's margin box at the center of the Grid Item's column."
+                },
+                {
+                    "name": "end",
+                    "description": "Aligns the end edge of the Grid Item's margin box to the end edge of the Grid Item's column."
+                },
+                {
+                    "name": "start",
+                    "description": "Aligns the starting edge of the Grid Item's margin box to the starting edge of the Grid Item's column."
+                },
+                {
+                    "name": "stretch",
+                    "description": "Ensures that the Grid Item's margin box is equal to the size of the Grid Item's column."
+                }
+            ],
+            "relevance": 50,
+            "description": "Aligns the columns in a grid.",
+            "restrictions": [
+                "enum"
+            ]
+        },
+        {
+            "name": "-ms-grid-columns",
+            "browsers": [
+                "E12",
+                "IE10"
+            ],
+            "relevance": 50,
+            "description": "Lays out the columns of the grid."
+        },
+        {
+            "name": "-ms-grid-column-span",
+            "browsers": [
+                "E12",
+                "IE10"
+            ],
+            "relevance": 50,
+            "description": "Specifies the number of columns to span.",
+            "restrictions": [
+                "integer"
+            ]
+        },
+        {
+            "name": "-ms-grid-layer",
+            "browsers": [
+                "E",
+                "IE10"
+            ],
+            "relevance": 50,
+            "description": "Grid-layer is similar in concept to z-index, but avoids overloading the meaning of the z-index property, which is applicable only to positioned elements.",
+            "restrictions": [
+                "integer"
+            ]
+        },
+        {
+            "name": "-ms-grid-row",
+            "browsers": [
+                "E12",
+                "IE10"
+            ],
+            "values": [
+                {
+                    "name": "auto"
+                },
+                {
+                    "name": "end"
+                },
+                {
+                    "name": "start"
+                }
+            ],
+            "relevance": 50,
+            "description": "grid-row is used to place grid items and explicitly defined grid cells in the Grid.",
+            "restrictions": [
+                "integer",
+                "string",
+                "enum"
+            ]
+        },
+        {
+            "name": "-ms-grid-row-align",
+            "browsers": [
+                "E12",
+                "IE10"
+            ],
+            "values": [
+                {
+                    "name": "center",
+                    "description": "Places the center of the Grid Item's margin box at the center of the Grid Item's row."
+                },
+                {
+                    "name": "end",
+                    "description": "Aligns the end edge of the Grid Item's margin box to the end edge of the Grid Item's row."
+                },
+                {
+                    "name": "start",
+                    "description": "Aligns the starting edge of the Grid Item's margin box to the starting edge of the Grid Item's row."
+                },
+                {
+                    "name": "stretch",
+                    "description": "Ensures that the Grid Item's margin box is equal to the size of the Grid Item's row."
+                }
+            ],
+            "relevance": 50,
+            "description": "Aligns the rows in a grid.",
+            "restrictions": [
+                "enum"
+            ]
+        },
+        {
+            "name": "-ms-grid-rows",
+            "browsers": [
+                "E12",
+                "IE10"
+            ],
+            "relevance": 50,
+            "description": "Lays out the columns of the grid."
+        },
+        {
+            "name": "-ms-grid-row-span",
+            "browsers": [
+                "E12",
+                "IE10"
+            ],
+            "relevance": 50,
+            "description": "Specifies the number of rows to span.",
+            "restrictions": [
+                "integer"
+            ]
+        },
+        {
+            "name": "-ms-high-contrast-adjust",
+            "browsers": [
+                "E",
+                "IE10"
+            ],
+            "values": [
+                {
+                    "name": "auto",
+                    "description": "Properties will be adjusted as applicable."
+                },
+                {
+                    "name": "none",
+                    "description": "No adjustments will be applied."
+                }
+            ],
+            "status": "nonstandard",
+            "syntax": "auto | none",
+            "relevance": 0,
+            "description": "Specifies if properties should be adjusted in high contrast mode.",
+            "restrictions": [
+                "enum"
+            ]
+        },
+        {
+            "name": "-ms-hyphenate-limit-chars",
+            "browsers": [
+                "E",
+                "IE10"
+            ],
+            "values": [
+                {
+                    "name": "auto",
+                    "description": "The user agent chooses a value that adapts to the current layout."
+                }
+            ],
+            "status": "nonstandard",
+            "syntax": "auto | <integer>{1,3}",
+            "relevance": 0,
+            "description": "Specifies the minimum number of characters in a hyphenated word.",
+            "restrictions": [
+                "integer"
+            ]
+        },
+        {
+            "name": "-ms-hyphenate-limit-lines",
+            "browsers": [
+                "E",
+                "IE10"
+            ],
+            "values": [
+                {
+                    "name": "no-limit",
+                    "description": "There is no limit."
+                }
+            ],
+            "status": "nonstandard",
+            "syntax": "no-limit | <integer>",
+            "relevance": 0,
+            "description": "Indicates the maximum number of successive hyphenated lines in an element.",
+            "restrictions": [
+                "integer"
+            ]
+        },
+        {
+            "name": "-ms-hyphenate-limit-zone",
+            "browsers": [
+                "E",
+                "IE10"
+            ],
+            "status": "nonstandard",
+            "syntax": "<percentage> | <length>",
+            "relevance": 0,
+            "description": "Specifies the maximum amount of unfilled space (before justification) that may be left in the line box before hyphenation is triggered to pull part of a word from the next line back up into the current line.",
+            "restrictions": [
+                "percentage",
+                "length"
+            ]
+        },
+        {
+            "name": "-ms-hyphens",
+            "browsers": [
+                "E",
+                "IE10"
+            ],
+            "values": [
+                {
+                    "name": "auto",
+                    "description": "Conditional hyphenation characters inside a word, if present, take priority over automatic resources when determining hyphenation points within the word."
+                },
+                {
+                    "name": "manual",
+                    "description": "Words are only broken at line breaks where there are characters inside the word that suggest line break opportunities"
+                },
+                {
+                    "name": "none",
+                    "description": "Words are not broken at line breaks, even if characters inside the word suggest line break points."
+                }
+            ],
+            "relevance": 50,
+            "description": "Controls whether hyphenation is allowed to create more break opportunities within a line of text.",
+            "restrictions": [
+                "enum"
+            ]
+        },
+        {
+            "name": "-ms-ime-mode",
+            "browsers": [
+                "IE10"
+            ],
+            "values": [
+                {
+                    "name": "active",
+                    "description": "The input method editor is initially active; text entry is performed using it unless the user specifically dismisses it."
+                },
+                {
+                    "name": "auto",
+                    "description": "No change is made to the current input method editor state. This is the default."
+                },
+                {
+                    "name": "disabled",
+                    "description": "The input method editor is disabled and may not be activated by the user."
+                },
+                {
+                    "name": "inactive",
+                    "description": "The input method editor is initially inactive, but the user may activate it if they wish."
+                },
+                {
+                    "name": "normal",
+                    "description": "The IME state should be normal; this value can be used in a user style sheet to override the page setting."
+                }
+            ],
+            "relevance": 50,
+            "description": "Controls the state of the input method editor for text fields.",
+            "restrictions": [
+                "enum"
+            ]
+        },
+        {
+            "name": "-ms-interpolation-mode",
+            "browsers": [
+                "IE7"
+            ],
+            "values": [
+                {
+                    "name": "bicubic"
+                },
+                {
+                    "name": "nearest-neighbor"
+                }
+            ],
+            "relevance": 50,
+            "description": "Gets or sets the interpolation (resampling) method used to stretch images.",
+            "restrictions": [
+                "enum"
+            ]
+        },
+        {
+            "name": "-ms-layout-grid",
+            "browsers": [
+                "E",
+                "IE10"
+            ],
+            "values": [
+                {
+                    "name": "char",
+                    "description": "Any of the range of character values available to the -ms-layout-grid-char property."
+                },
+                {
+                    "name": "line",
+                    "description": "Any of the range of line values available to the -ms-layout-grid-line property."
+                },
+                {
+                    "name": "mode",
+                    "description": "Any of the range of mode values available to the -ms-layout-grid-mode property."
+                },
+                {
+                    "name": "type",
+                    "description": "Any of the range of type values available to the -ms-layout-grid-type property."
+                }
+            ],
+            "relevance": 50,
+            "description": "Sets or retrieves the composite document grid properties that specify the layout of text characters."
+        },
+        {
+            "name": "-ms-layout-grid-char",
+            "browsers": [
+                "E",
+                "IE10"
+            ],
+            "values": [
+                {
+                    "name": "auto",
+                    "description": "Largest character in the font of the element is used to set the character grid."
+                },
+                {
+                    "name": "none",
+                    "description": "Default. No character grid is set."
+                }
+            ],
+            "relevance": 50,
+            "description": "Sets or retrieves the size of the character grid used for rendering the text content of an element.",
+            "restrictions": [
+                "enum",
+                "length",
+                "percentage"
+            ]
+        },
+        {
+            "name": "-ms-layout-grid-line",
+            "browsers": [
+                "E",
+                "IE10"
+            ],
+            "values": [
+                {
+                    "name": "auto",
+                    "description": "Largest character in the font of the element is used to set the character grid."
+                },
+                {
+                    "name": "none",
+                    "description": "Default. No grid line is set."
+                }
+            ],
+            "relevance": 50,
+            "description": "Sets or retrieves the gridline value used for rendering the text content of an element.",
+            "restrictions": [
+                "length"
+            ]
+        },
+        {
+            "name": "-ms-layout-grid-mode",
+            "browsers": [
+                "E",
+                "IE10"
+            ],
+            "values": [
+                {
+                    "name": "both",
+                    "description": "Default. Both the char and line grid modes are enabled. This setting is necessary to fully enable the layout grid on an element."
+                },
+                {
+                    "name": "char",
+                    "description": "Only a character grid is used. This is recommended for use with block-level elements, such as a blockquote, where the line grid is intended to be disabled."
+                },
+                {
+                    "name": "line",
+                    "description": "Only a line grid is used. This is recommended for use with inline elements, such as a span, to disable the horizontal grid on runs of text that act as a single entity in the grid layout."
+                },
+                {
+                    "name": "none",
+                    "description": "No grid is used."
+                }
+            ],
+            "relevance": 50,
+            "description": "Gets or sets whether the text layout grid uses two dimensions.",
+            "restrictions": [
+                "enum"
+            ]
+        },
+        {
+            "name": "-ms-layout-grid-type",
+            "browsers": [
+                "E",
+                "IE10"
+            ],
+            "values": [
+                {
+                    "name": "fixed",
+                    "description": "Grid used for monospaced layout. All noncursive characters are treated as equal; every character is centered within a single grid space by default."
+                },
+                {
+                    "name": "loose",
+                    "description": "Default. Grid used for Japanese and Korean characters."
+                },
+                {
+                    "name": "strict",
+                    "description": "Grid used for Chinese, as well as Japanese (Genko) and Korean characters. Only the ideographs, kanas, and wide characters are snapped to the grid."
+                }
+            ],
+            "relevance": 50,
+            "description": "Sets or retrieves the type of grid used for rendering the text content of an element.",
+            "restrictions": [
+                "enum"
+            ]
+        },
+        {
+            "name": "-ms-line-break",
+            "browsers": [
+                "E",
+                "IE10"
+            ],
+            "values": [
+                {
+                    "name": "auto",
+                    "description": "The UA determines the set of line-breaking restrictions to use for CJK scripts, and it may vary the restrictions based on the length of the line; e.g., use a less restrictive set of line-break rules for short lines."
+                },
+                {
+                    "name": "keep-all",
+                    "description": "Sequences of CJK characters can no longer break on implied break points. This option should only be used where the presence of word separator characters still creates line-breaking opportunities, as in Korean."
+                },
+                {
+                    "name": "newspaper",
+                    "description": "Breaks CJK scripts using the least restrictive set of line-breaking rules. Typically used for short lines, such as in newspapers."
+                },
+                {
+                    "name": "normal",
+                    "description": "Breaks CJK scripts using a normal set of line-breaking rules."
+                },
+                {
+                    "name": "strict",
+                    "description": "Breaks CJK scripts using a more restrictive set of line-breaking rules than 'normal'."
+                }
+            ],
+            "relevance": 50,
+            "description": "Specifies what set of line breaking restrictions are in effect within the element.",
+            "restrictions": [
+                "enum"
+            ]
+        },
+        {
+            "name": "-ms-overflow-style",
+            "browsers": [
+                "E",
+                "IE10"
+            ],
+            "values": [
+                {
+                    "name": "auto",
+                    "description": "No preference, UA should use the first scrolling method in the list that it supports."
+                },
+                {
+                    "name": "-ms-autohiding-scrollbar",
+                    "description": "Indicates the element displays auto-hiding scrollbars during mouse interactions and panning indicators during touch and keyboard interactions."
+                },
+                {
+                    "name": "none",
+                    "description": "Indicates the element does not display scrollbars or panning indicators, even when its content overflows."
+                },
+                {
+                    "name": "scrollbar",
+                    "description": "Scrollbars are typically narrow strips inserted on one or two edges of an element and which often have arrows to click on and a \"thumb\" to drag up and down (or left and right) to move the contents of the element."
+                }
+            ],
+            "status": "nonstandard",
+            "syntax": "auto | none | scrollbar | -ms-autohiding-scrollbar",
+            "relevance": 0,
+            "description": "Specify whether content is clipped when it overflows the element's content area.",
+            "restrictions": [
+                "enum"
+            ]
+        },
+        {
+            "name": "-ms-perspective",
+            "browsers": [
+                "IE10"
+            ],
+            "values": [
+                {
+                    "name": "none",
+                    "description": "No perspective transform is applied."
+                }
+            ],
+            "relevance": 50,
+            "description": "Applies the same transform as the perspective(<number>) transform function, except that it applies only to the positioned or transformed children of the element, not to the transform on the element itself.",
+            "restrictions": [
+                "length"
+            ]
+        },
+        {
+            "name": "-ms-perspective-origin",
+            "browsers": [
+                "IE10"
+            ],
+            "relevance": 50,
+            "description": "Establishes the origin for the perspective property. It effectively sets the X and Y position at which the viewer appears to be looking at the children of the element.",
+            "restrictions": [
+                "position",
+                "percentage",
+                "length"
+            ]
+        },
+        {
+            "name": "-ms-perspective-origin-x",
+            "browsers": [
+                "IE10"
+            ],
+            "relevance": 50,
+            "description": "Establishes the origin for the perspective property. It effectively sets the X  position at which the viewer appears to be looking at the children of the element.",
+            "restrictions": [
+                "position",
+                "percentage",
+                "length"
+            ]
+        },
+        {
+            "name": "-ms-perspective-origin-y",
+            "browsers": [
+                "IE10"
+            ],
+            "relevance": 50,
+            "description": "Establishes the origin for the perspective property. It effectively sets the Y position at which the viewer appears to be looking at the children of the element.",
+            "restrictions": [
+                "position",
+                "percentage",
+                "length"
+            ]
+        },
+        {
+            "name": "-ms-progress-appearance",
+            "browsers": [
+                "IE10"
+            ],
+            "values": [
+                {
+                    "name": "bar"
+                },
+                {
+                    "name": "ring"
+                }
+            ],
+            "relevance": 50,
+            "description": "Gets or sets a value that specifies whether a progress control displays as a bar or a ring.",
+            "restrictions": [
+                "enum"
+            ]
+        },
+        {
+            "name": "-ms-scrollbar-3dlight-color",
+            "browsers": [
+                "IE8"
+            ],
+            "status": "nonstandard",
+            "syntax": "<color>",
+            "relevance": 0,
+            "description": "Determines the color of the top and left edges of the scroll box and scroll arrows of a scroll bar.",
+            "restrictions": [
+                "color"
+            ]
+        },
+        {
+            "name": "-ms-scrollbar-arrow-color",
+            "browsers": [
+                "IE8"
+            ],
+            "status": "nonstandard",
+            "syntax": "<color>",
+            "relevance": 0,
+            "description": "Determines the color of the arrow elements of a scroll arrow.",
+            "restrictions": [
+                "color"
+            ]
+        },
+        {
+            "name": "-ms-scrollbar-base-color",
+            "browsers": [
+                "IE8"
+            ],
+            "status": "nonstandard",
+            "syntax": "<color>",
+            "relevance": 0,
+            "description": "Determines the color of the main elements of a scroll bar, which include the scroll box, track, and scroll arrows.",
+            "restrictions": [
+                "color"
+            ]
+        },
+        {
+            "name": "-ms-scrollbar-darkshadow-color",
+            "browsers": [
+                "IE8"
+            ],
+            "status": "nonstandard",
+            "syntax": "<color>",
+            "relevance": 0,
+            "description": "Determines the color of the gutter of a scroll bar.",
+            "restrictions": [
+                "color"
+            ]
+        },
+        {
+            "name": "-ms-scrollbar-face-color",
+            "browsers": [
+                "IE8"
+            ],
+            "status": "nonstandard",
+            "syntax": "<color>",
+            "relevance": 0,
+            "description": "Determines the color of the scroll box and scroll arrows of a scroll bar.",
+            "restrictions": [
+                "color"
+            ]
+        },
+        {
+            "name": "-ms-scrollbar-highlight-color",
+            "browsers": [
+                "IE8"
+            ],
+            "status": "nonstandard",
+            "syntax": "<color>",
+            "relevance": 0,
+            "description": "Determines the color of the top and left edges of the scroll box and scroll arrows of a scroll bar.",
+            "restrictions": [
+                "color"
+            ]
+        },
+        {
+            "name": "-ms-scrollbar-shadow-color",
+            "browsers": [
+                "IE8"
+            ],
+            "status": "nonstandard",
+            "syntax": "<color>",
+            "relevance": 0,
+            "description": "Determines the color of the bottom and right edges of the scroll box and scroll arrows of a scroll bar.",
+            "restrictions": [
+                "color"
+            ]
+        },
+        {
+            "name": "-ms-scrollbar-track-color",
+            "browsers": [
+                "IE5"
+            ],
+            "status": "nonstandard",
+            "syntax": "<color>",
+            "relevance": 0,
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/-ms-scrollbar-track-color"
+                }
+            ],
+            "description": "Determines the color of the track element of a scroll bar.",
+            "restrictions": [
+                "color"
+            ]
+        },
+        {
+            "name": "-ms-scroll-chaining",
+            "browsers": [
+                "E",
+                "IE10"
+            ],
+            "values": [
+                {
+                    "name": "chained"
+                },
+                {
+                    "name": "none"
+                }
+            ],
+            "status": "nonstandard",
+            "syntax": "chained | none",
+            "relevance": 0,
+            "description": "Gets or sets a value that indicates the scrolling behavior that occurs when a user hits the content boundary during a manipulation.",
+            "restrictions": [
+                "enum",
+                "length"
+            ]
+        },
+        {
+            "name": "-ms-scroll-limit",
+            "browsers": [
+                "E",
+                "IE10"
+            ],
+            "values": [
+                {
+                    "name": "auto"
+                }
+            ],
+            "status": "nonstandard",
+            "syntax": "<'-ms-scroll-limit-x-min'> <'-ms-scroll-limit-y-min'> <'-ms-scroll-limit-x-max'> <'-ms-scroll-limit-y-max'>",
+            "relevance": 0,
+            "description": "Gets or sets a shorthand value that sets values for the -ms-scroll-limit-x-min, -ms-scroll-limit-y-min, -ms-scroll-limit-x-max, and -ms-scroll-limit-y-max properties.",
+            "restrictions": [
+                "length"
+            ]
+        },
+        {
+            "name": "-ms-scroll-limit-x-max",
+            "browsers": [
+                "E",
+                "IE10"
+            ],
+            "values": [
+                {
+                    "name": "auto"
+                }
+            ],
+            "status": "nonstandard",
+            "syntax": "auto | <length>",
+            "relevance": 0,
+            "description": "Gets or sets a value that specifies the maximum value for the scrollLeft property.",
+            "restrictions": [
+                "length"
+            ]
+        },
+        {
+            "name": "-ms-scroll-limit-x-min",
+            "browsers": [
+                "E",
+                "IE10"
+            ],
+            "status": "nonstandard",
+            "syntax": "<length>",
+            "relevance": 0,
+            "description": "Gets or sets a value that specifies the minimum value for the scrollLeft property.",
+            "restrictions": [
+                "length"
+            ]
+        },
+        {
+            "name": "-ms-scroll-limit-y-max",
+            "browsers": [
+                "E",
+                "IE10"
+            ],
+            "values": [
+                {
+                    "name": "auto"
+                }
+            ],
+            "status": "nonstandard",
+            "syntax": "auto | <length>",
+            "relevance": 0,
+            "description": "Gets or sets a value that specifies the maximum value for the scrollTop property.",
+            "restrictions": [
+                "length"
+            ]
+        },
+        {
+            "name": "-ms-scroll-limit-y-min",
+            "browsers": [
+                "E",
+                "IE10"
+            ],
+            "status": "nonstandard",
+            "syntax": "<length>",
+            "relevance": 0,
+            "description": "Gets or sets a value that specifies the minimum value for the scrollTop property.",
+            "restrictions": [
+                "length"
+            ]
+        },
+        {
+            "name": "-ms-scroll-rails",
+            "browsers": [
+                "E",
+                "IE10"
+            ],
+            "values": [
+                {
+                    "name": "none"
+                },
+                {
+                    "name": "railed"
+                }
+            ],
+            "status": "nonstandard",
+            "syntax": "none | railed",
+            "relevance": 0,
+            "description": "Gets or sets a value that indicates whether or not small motions perpendicular to the primary axis of motion will result in either changes to both the scrollTop and scrollLeft properties or a change to the primary axis (for instance, either the scrollTop or scrollLeft properties will change, but not both).",
+            "restrictions": [
+                "enum",
+                "length"
+            ]
+        },
+        {
+            "name": "-ms-scroll-snap-points-x",
+            "browsers": [
+                "E",
+                "IE10"
+            ],
+            "values": [
+                {
+                    "name": "snapInterval(100%, 100%)"
+                },
+                {
+                    "name": "snapList()"
+                }
+            ],
+            "status": "nonstandard",
+            "syntax": "snapInterval( <length-percentage>, <length-percentage> ) | snapList( <length-percentage># )",
+            "relevance": 0,
+            "description": "Gets or sets a value that defines where snap-points will be located along the x-axis.",
+            "restrictions": [
+                "enum"
+            ]
+        },
+        {
+            "name": "-ms-scroll-snap-points-y",
+            "browsers": [
+                "E",
+                "IE10"
+            ],
+            "values": [
+                {
+                    "name": "snapInterval(100%, 100%)"
+                },
+                {
+                    "name": "snapList()"
+                }
+            ],
+            "status": "nonstandard",
+            "syntax": "snapInterval( <length-percentage>, <length-percentage> ) | snapList( <length-percentage># )",
+            "relevance": 0,
+            "description": "Gets or sets a value that defines where snap-points will be located along the y-axis.",
+            "restrictions": [
+                "enum"
+            ]
+        },
+        {
+            "name": "-ms-scroll-snap-type",
+            "browsers": [
+                "E",
+                "IE10"
+            ],
+            "values": [
+                {
+                    "name": "none",
+                    "description": "The visual viewport of this scroll container must ignore snap points, if any, when scrolled."
+                },
+                {
+                    "name": "mandatory",
+                    "description": "The visual viewport of this scroll container is guaranteed to rest on a snap point when there are no active scrolling operations."
+                },
+                {
+                    "name": "proximity",
+                    "description": "The visual viewport of this scroll container may come to rest on a snap point at the termination of a scroll at the discretion of the UA given the parameters of the scroll."
+                }
+            ],
+            "status": "nonstandard",
+            "syntax": "none | proximity | mandatory",
+            "relevance": 0,
+            "description": "Gets or sets a value that defines what type of snap-point should be used for the current element. There are two type of snap-points, with the primary difference being whether or not the user is guaranteed to always stop on a snap-point.",
+            "restrictions": [
+                "enum"
+            ]
+        },
+        {
+            "name": "-ms-scroll-snap-x",
+            "browsers": [
+                "E",
+                "IE10"
+            ],
+            "values": [
+                {
+                    "name": "mandatory"
+                },
+                {
+                    "name": "none"
+                },
+                {
+                    "name": "proximity"
+                },
+                {
+                    "name": "snapInterval(100%, 100%)"
+                },
+                {
+                    "name": "snapList()"
+                }
+            ],
+            "status": "nonstandard",
+            "syntax": "<'-ms-scroll-snap-type'> <'-ms-scroll-snap-points-x'>",
+            "relevance": 0,
+            "description": "Gets or sets a shorthand value that sets values for the -ms-scroll-snap-type and -ms-scroll-snap-points-x properties.",
+            "restrictions": [
+                "enum"
+            ]
+        },
+        {
+            "name": "-ms-scroll-snap-y",
+            "browsers": [
+                "E",
+                "IE10"
+            ],
+            "values": [
+                {
+                    "name": "mandatory"
+                },
+                {
+                    "name": "none"
+                },
+                {
+                    "name": "proximity"
+                },
+                {
+                    "name": "snapInterval(100%, 100%)"
+                },
+                {
+                    "name": "snapList()"
+                }
+            ],
+            "status": "nonstandard",
+            "syntax": "<'-ms-scroll-snap-type'> <'-ms-scroll-snap-points-y'>",
+            "relevance": 0,
+            "description": "Gets or sets a shorthand value that sets values for the -ms-scroll-snap-type and -ms-scroll-snap-points-y properties.",
+            "restrictions": [
+                "enum"
+            ]
+        },
+        {
+            "name": "-ms-scroll-translation",
+            "browsers": [
+                "E",
+                "IE10"
+            ],
+            "values": [
+                {
+                    "name": "none"
+                },
+                {
+                    "name": "vertical-to-horizontal"
+                }
+            ],
+            "status": "nonstandard",
+            "syntax": "none | vertical-to-horizontal",
+            "relevance": 0,
+            "description": "Gets or sets a value that specifies whether vertical-to-horizontal scroll wheel translation occurs on the specified element.",
+            "restrictions": [
+                "enum"
+            ]
+        },
+        {
+            "name": "-ms-text-align-last",
+            "browsers": [
+                "E",
+                "IE8"
+            ],
+            "values": [
+                {
+                    "name": "auto"
+                },
+                {
+                    "name": "center",
+                    "description": "The inline contents are centered within the line box."
+                },
+                {
+                    "name": "justify",
+                    "description": "The text is justified according to the method specified by the 'text-justify' property."
+                },
+                {
+                    "name": "left",
+                    "description": "The inline contents are aligned to the left edge of the line box. In vertical text, 'left' aligns to the edge of the line box that would be the start edge for left-to-right text."
+                },
+                {
+                    "name": "right",
+                    "description": "The inline contents are aligned to the right edge of the line box. In vertical text, 'right' aligns to the edge of the line box that would be the end edge for left-to-right text."
+                }
+            ],
+            "relevance": 50,
+            "description": "Describes how the last line of a block or a line right before a forced line break is aligned when 'text-align' is set to 'justify'.",
+            "restrictions": [
+                "enum"
+            ]
+        },
+        {
+            "name": "-ms-text-autospace",
+            "browsers": [
+                "E",
+                "IE8"
+            ],
+            "values": [
+                {
+                    "name": "ideograph-alpha",
+                    "description": "Creates 1/4em extra spacing between runs of ideographic letters and non-ideographic letters, such as Latin-based, Cyrillic, Greek, Arabic or Hebrew."
+                },
+                {
+                    "name": "ideograph-numeric",
+                    "description": "Creates 1/4em extra spacing between runs of ideographic letters and numeric glyphs."
+                },
+                {
+                    "name": "ideograph-parenthesis",
+                    "description": "Creates extra spacing between normal (non wide) parenthesis and ideographs."
+                },
+                {
+                    "name": "ideograph-space",
+                    "description": "Extends the width of the space character while surrounded by ideographs."
+                },
+                {
+                    "name": "none",
+                    "description": "No extra space is created."
+                },
+                {
+                    "name": "punctuation",
+                    "description": "Creates extra non-breaking spacing around punctuation as required by language-specific typographic conventions."
+                }
+            ],
+            "status": "nonstandard",
+            "syntax": "none | ideograph-alpha | ideograph-numeric | ideograph-parenthesis | ideograph-space",
+            "relevance": 0,
+            "description": "Determines whether or not a full-width punctuation mark character should be trimmed if it appears at the beginning of a line, so that its 'ink' lines up with the first glyph in the line above and below.",
+            "restrictions": [
+                "enum"
+            ]
+        },
+        {
+            "name": "-ms-text-combine-horizontal",
+            "browsers": [
+                "E",
+                "IE11"
+            ],
+            "values": [
+                {
+                    "name": "all",
+                    "description": "Attempt to typeset horizontally all consecutive characters within the box such that they take up the space of a single character within the vertical line box."
+                },
+                {
+                    "name": "digits",
+                    "description": "Attempt to typeset horizontally each maximal sequence of consecutive ASCII digits (U+0030–U+0039) that has as many or fewer characters than the specified integer such that it takes up the space of a single character within the vertical line box."
+                },
+                {
+                    "name": "none",
+                    "description": "No special processing."
+                }
+            ],
+            "relevance": 50,
+            "description": "This property specifies the combination of multiple characters into the space of a single character.",
+            "restrictions": [
+                "enum",
+                "integer"
+            ]
+        },
+        {
+            "name": "-ms-text-justify",
+            "browsers": [
+                "E",
+                "IE8"
+            ],
+            "values": [
+                {
+                    "name": "auto",
+                    "description": "The UA determines the justification algorithm to follow, based on a balance between performance and adequate presentation quality."
+                },
+                {
+                    "name": "distribute",
+                    "description": "Justification primarily changes spacing both at word separators and at grapheme cluster boundaries in all scripts except those in the connected and cursive groups. This value is sometimes used in e.g. Japanese, often with the 'text-align-last' property."
+                },
+                {
+                    "name": "inter-cluster",
+                    "description": "Justification primarily changes spacing at word separators and at grapheme cluster boundaries in clustered scripts. This value is typically used for Southeast Asian scripts such as Thai."
+                },
+                {
+                    "name": "inter-ideograph",
+                    "description": "Justification primarily changes spacing at word separators and at inter-graphemic boundaries in scripts that use no word spaces. This value is typically used for CJK languages."
+                },
+                {
+                    "name": "inter-word",
+                    "description": "Justification primarily changes spacing at word separators. This value is typically used for languages that separate words using spaces, like English or (sometimes) Korean."
+                },
+                {
+                    "name": "kashida",
+                    "description": "Justification primarily stretches Arabic and related scripts through the use of kashida or other calligraphic elongation."
+                }
+            ],
+            "relevance": 50,
+            "description": "Selects the justification algorithm used when 'text-align' is set to 'justify'. The property applies to block containers, but the UA may (but is not required to) also support it on inline elements.",
+            "restrictions": [
+                "enum"
+            ]
+        },
+        {
+            "name": "-ms-text-kashida-space",
+            "browsers": [
+                "E",
+                "IE10"
+            ],
+            "relevance": 50,
+            "description": "Sets or retrieves the ratio of kashida expansion to white space expansion when justifying lines of text in the object.",
+            "restrictions": [
+                "percentage"
+            ]
+        },
+        {
+            "name": "-ms-text-overflow",
+            "browsers": [
+                "IE10"
+            ],
+            "values": [
+                {
+                    "name": "clip",
+                    "description": "Clip inline content that overflows. Characters may be only partially rendered."
+                },
+                {
+                    "name": "ellipsis",
+                    "description": "Render an ellipsis character (U+2026) to represent clipped inline content."
+                }
+            ],
+            "relevance": 50,
+            "description": "Text can overflow for example when it is prevented from wrapping",
+            "restrictions": [
+                "enum"
+            ]
+        },
+        {
+            "name": "-ms-text-size-adjust",
+            "browsers": [
+                "E",
+                "IE10"
+            ],
+            "values": [
+                {
+                    "name": "auto",
+                    "description": "Renderers must use the default size adjustment when displaying on a small device."
+                },
+                {
+                    "name": "none",
+                    "description": "Renderers must not do size adjustment when displaying on a small device."
+                }
+            ],
+            "relevance": 50,
+            "description": "Specifies a size adjustment for displaying text content in mobile browsers.",
+            "restrictions": [
+                "enum",
+                "percentage"
+            ]
+        },
+        {
+            "name": "-ms-text-underline-position",
+            "browsers": [
+                "E",
+                "IE10"
+            ],
+            "values": [
+                {
+                    "name": "alphabetic",
+                    "description": "The underline is aligned with the alphabetic baseline. In this case the underline is likely to cross some descenders."
+                },
+                {
+                    "name": "auto",
+                    "description": "The user agent may use any algorithm to determine the underline's position. In horizontal line layout, the underline should be aligned as for alphabetic. In vertical line layout, if the language is set to Japanese or Korean, the underline should be aligned as for over."
+                },
+                {
+                    "name": "over",
+                    "description": "The underline is aligned with the 'top' (right in vertical writing) edge of the element's em-box. In this mode, an overline also switches sides."
+                },
+                {
+                    "name": "under",
+                    "description": "The underline is aligned with the 'bottom' (left in vertical writing) edge of the element's em-box. In this case the underline usually does not cross the descenders. This is sometimes called 'accounting' underline."
+                }
+            ],
+            "relevance": 50,
+            "description": "Sets the position of an underline specified on the same element: it does not affect underlines specified by ancestor elements.This property is typically used in vertical writing contexts such as in Japanese documents where it often desired to have the underline appear 'over' (to the right of) the affected run of text",
+            "restrictions": [
+                "enum"
+            ]
+        },
+        {
+            "name": "-ms-touch-action",
+            "browsers": [
+                "IE10"
+            ],
+            "values": [
+                {
+                    "name": "auto",
+                    "description": "The element is a passive element, with several exceptions."
+                },
+                {
+                    "name": "double-tap-zoom",
+                    "description": "The element will zoom on double-tap."
+                },
+                {
+                    "name": "manipulation",
+                    "description": "The element is a manipulation-causing element."
+                },
+                {
+                    "name": "none",
+                    "description": "The element is a manipulation-blocking element."
+                },
+                {
+                    "name": "pan-x",
+                    "description": "The element permits touch-driven panning on the horizontal axis. The touch pan is performed on the nearest ancestor with horizontally scrollable content."
+                },
+                {
+                    "name": "pan-y",
+                    "description": "The element permits touch-driven panning on the vertical axis. The touch pan is performed on the nearest ancestor with vertically scrollable content."
+                },
+                {
+                    "name": "pinch-zoom",
+                    "description": "The element permits pinch-zooming. The pinch-zoom is performed on the nearest ancestor with zoomable content."
+                }
+            ],
+            "relevance": 50,
+            "description": "Gets or sets a value that indicates whether and how a given region can be manipulated by the user.",
+            "restrictions": [
+                "enum"
+            ]
+        },
+        {
+            "name": "-ms-touch-select",
+            "browsers": [
+                "E",
+                "IE10"
+            ],
+            "values": [
+                {
+                    "name": "grippers",
+                    "description": "Grippers are always on."
+                },
+                {
+                    "name": "none",
+                    "description": "Grippers are always off."
+                }
+            ],
+            "status": "nonstandard",
+            "syntax": "grippers | none",
+            "relevance": 0,
+            "description": "Gets or sets a value that toggles the 'gripper' visual elements that enable touch text selection.",
+            "restrictions": [
+                "enum"
+            ]
+        },
+        {
+            "name": "-ms-transform",
+            "browsers": [
+                "IE9-9"
+            ],
+            "values": [
+                {
+                    "name": "matrix()",
+                    "description": "Specifies a 2D transformation in the form of a transformation matrix of six values. matrix(a,b,c,d,e,f) is equivalent to applying the transformation matrix [a b c d e f]"
+                },
+                {
+                    "name": "matrix3d()",
+                    "description": "Specifies a 3D transformation as a 4x4 homogeneous matrix of 16 values in column-major order."
+                },
+                {
+                    "name": "none"
+                },
+                {
+                    "name": "rotate()",
+                    "description": "Specifies a 2D rotation by the angle specified in the parameter about the origin of the element, as defined by the transform-origin property."
+                },
+                {
+                    "name": "rotate3d()",
+                    "description": "Specifies a clockwise 3D rotation by the angle specified in last parameter about the [x,y,z] direction vector described by the first 3 parameters."
+                },
+                {
+                    "name": "rotateX('angle')",
+                    "description": "Specifies a clockwise rotation by the given angle about the X axis."
+                },
+                {
+                    "name": "rotateY('angle')",
+                    "description": "Specifies a clockwise rotation by the given angle about the Y axis."
+                },
+                {
+                    "name": "rotateZ('angle')",
+                    "description": "Specifies a clockwise rotation by the given angle about the Z axis."
+                },
+                {
+                    "name": "scale()",
+                    "description": "Specifies a 2D scale operation by the [sx,sy] scaling vector described by the 2 parameters. If the second parameter is not provided, it is takes a value equal to the first."
+                },
+                {
+                    "name": "scale3d()",
+                    "description": "Specifies a 3D scale operation by the [sx,sy,sz] scaling vector described by the 3 parameters."
+                },
+                {
+                    "name": "scaleX()",
+                    "description": "Specifies a scale operation using the [sx,1] scaling vector, where sx is given as the parameter."
+                },
+                {
+                    "name": "scaleY()",
+                    "description": "Specifies a scale operation using the [sy,1] scaling vector, where sy is given as the parameter."
+                },
+                {
+                    "name": "scaleZ()",
+                    "description": "Specifies a scale operation using the [1,1,sz] scaling vector, where sz is given as the parameter."
+                },
+                {
+                    "name": "skew()",
+                    "description": "Specifies a skew transformation along the X and Y axes. The first angle parameter specifies the skew on the X axis. The second angle parameter specifies the skew on the Y axis. If the second parameter is not given then a value of 0 is used for the Y angle (ie: no skew on the Y axis)."
+                },
+                {
+                    "name": "skewX()",
+                    "description": "Specifies a skew transformation along the X axis by the given angle."
+                },
+                {
+                    "name": "skewY()",
+                    "description": "Specifies a skew transformation along the Y axis by the given angle."
+                },
+                {
+                    "name": "translate()",
+                    "description": "Specifies a 2D translation by the vector [tx, ty], where tx is the first translation-value parameter and ty is the optional second translation-value parameter."
+                },
+                {
+                    "name": "translate3d()",
+                    "description": "Specifies a 3D translation by the vector [tx,ty,tz], with tx, ty and tz being the first, second and third translation-value parameters respectively."
+                },
+                {
+                    "name": "translateX()",
+                    "description": "Specifies a translation by the given amount in the X direction."
+                },
+                {
+                    "name": "translateY()",
+                    "description": "Specifies a translation by the given amount in the Y direction."
+                },
+                {
+                    "name": "translateZ()",
+                    "description": "Specifies a translation by the given amount in the Z direction. Note that percentage values are not allowed in the translateZ translation-value, and if present are evaluated as 0."
+                }
+            ],
+            "relevance": 50,
+            "description": "A two-dimensional transformation is applied to an element through the 'transform' property. This property contains a list of transform functions similar to those allowed by SVG.",
+            "restrictions": [
+                "enum"
+            ]
+        },
+        {
+            "name": "-ms-transform-origin",
+            "browsers": [
+                "IE9-9"
+            ],
+            "relevance": 50,
+            "description": "Establishes the origin of transformation for an element.",
+            "restrictions": [
+                "position",
+                "length",
+                "percentage"
+            ]
+        },
+        {
+            "name": "-ms-transform-origin-x",
+            "browsers": [
+                "IE10"
+            ],
+            "relevance": 50,
+            "description": "The x coordinate of the origin for transforms applied to an element with respect to its border box.",
+            "restrictions": [
+                "length",
+                "percentage"
+            ]
+        },
+        {
+            "name": "-ms-transform-origin-y",
+            "browsers": [
+                "IE10"
+            ],
+            "relevance": 50,
+            "description": "The y coordinate of the origin for transforms applied to an element with respect to its border box.",
+            "restrictions": [
+                "length",
+                "percentage"
+            ]
+        },
+        {
+            "name": "-ms-transform-origin-z",
+            "browsers": [
+                "IE10"
+            ],
+            "relevance": 50,
+            "description": "The z coordinate of the origin for transforms applied to an element with respect to its border box.",
+            "restrictions": [
+                "length",
+                "percentage"
+            ]
+        },
+        {
+            "name": "-ms-user-select",
+            "browsers": [
+                "E",
+                "IE10"
+            ],
+            "values": [
+                {
+                    "name": "element"
+                },
+                {
+                    "name": "none"
+                },
+                {
+                    "name": "text"
+                }
+            ],
+            "status": "nonstandard",
+            "syntax": "none | element | text",
+            "relevance": 0,
+            "description": "Controls the appearance of selection.",
+            "restrictions": [
+                "enum"
+            ]
+        },
+        {
+            "name": "-ms-word-break",
+            "browsers": [
+                "IE8"
+            ],
+            "values": [
+                {
+                    "name": "break-all",
+                    "description": "Lines may break between any two grapheme clusters for non-CJK scripts."
+                },
+                {
+                    "name": "keep-all",
+                    "description": "Block characters can no longer create implied break points."
+                },
+                {
+                    "name": "normal",
+                    "description": "Breaks non-CJK scripts according to their own rules."
+                }
+            ],
+            "relevance": 50,
+            "description": "Specifies line break opportunities for non-CJK scripts.",
+            "restrictions": [
+                "enum"
+            ]
+        },
+        {
+            "name": "-ms-word-wrap",
+            "browsers": [
+                "IE8"
+            ],
+            "values": [
+                {
+                    "name": "break-word",
+                    "description": "An unbreakable 'word' may be broken at an arbitrary point if there are no otherwise-acceptable break points in the line."
+                },
+                {
+                    "name": "normal",
+                    "description": "Lines may break only at allowed break points."
+                }
+            ],
+            "relevance": 50,
+            "description": "Specifies whether the UA may break within a word to prevent overflow when an otherwise-unbreakable string is too long to fit.",
+            "restrictions": [
+                "enum"
+            ]
+        },
+        {
+            "name": "-ms-wrap-flow",
+            "browsers": [
+                "E",
+                "IE10"
+            ],
+            "values": [
+                {
+                    "name": "auto",
+                    "description": "For floats an exclusion is created, for all other elements an exclusion is not created."
+                },
+                {
+                    "name": "both",
+                    "description": "Inline flow content can flow on all sides of the exclusion."
+                },
+                {
+                    "name": "clear",
+                    "description": "Inline flow content can only wrap on top and bottom of the exclusion and must leave the areas to the start and end edges of the exclusion box empty."
+                },
+                {
+                    "name": "end",
+                    "description": "Inline flow content can wrap on the end side of the exclusion area but must leave the area to the start edge of the exclusion area empty."
+                },
+                {
+                    "name": "maximum",
+                    "description": "Inline flow content can wrap on the side of the exclusion with the largest available space for the given line, and must leave the other side of the exclusion empty."
+                },
+                {
+                    "name": "minimum",
+                    "description": "Inline flow content can flow around the edge of the exclusion with the smallest available space within the flow content’s containing block, and must leave the other edge of the exclusion empty."
+                },
+                {
+                    "name": "start",
+                    "description": "Inline flow content can wrap on the start edge of the exclusion area but must leave the area to end edge of the exclusion area empty."
+                }
+            ],
+            "status": "nonstandard",
+            "syntax": "auto | both | start | end | maximum | clear",
+            "relevance": 0,
+            "description": "An element becomes an exclusion when its 'wrap-flow' property has a computed value other than 'auto'.",
+            "restrictions": [
+                "enum"
+            ]
+        },
+        {
+            "name": "-ms-wrap-margin",
+            "browsers": [
+                "E",
+                "IE10"
+            ],
+            "status": "nonstandard",
+            "syntax": "<length>",
+            "relevance": 0,
+            "description": "Gets or sets a value that is used to offset the inner wrap shape from other shapes.",
+            "restrictions": [
+                "length",
+                "percentage"
+            ]
+        },
+        {
+            "name": "-ms-wrap-through",
+            "browsers": [
+                "E",
+                "IE10"
+            ],
+            "values": [
+                {
+                    "name": "none",
+                    "description": "The exclusion element does not inherit its parent node's wrapping context. Its descendants are only subject to exclusion shapes defined inside the element."
+                },
+                {
+                    "name": "wrap",
+                    "description": "The exclusion element inherits its parent node's wrapping context. Its descendant inline content wraps around exclusions defined outside the element."
+                }
+            ],
+            "status": "nonstandard",
+            "syntax": "wrap | none",
+            "relevance": 0,
+            "description": "Specifies if an element inherits its parent wrapping context. In other words if it is subject to the exclusions defined outside the element.",
+            "restrictions": [
+                "enum"
+            ]
+        },
+        {
+            "name": "-ms-writing-mode",
+            "browsers": [
+                "IE8"
+            ],
+            "values": [
+                {
+                    "name": "bt-lr"
+                },
+                {
+                    "name": "bt-rl"
+                },
+                {
+                    "name": "lr-bt"
+                },
+                {
+                    "name": "lr-tb"
+                },
+                {
+                    "name": "rl-bt"
+                },
+                {
+                    "name": "rl-tb"
+                },
+                {
+                    "name": "tb-lr"
+                },
+                {
+                    "name": "tb-rl"
+                }
+            ],
+            "relevance": 50,
+            "description": "Shorthand property for both 'direction' and 'block-progression'.",
+            "restrictions": [
+                "enum"
+            ]
+        },
+        {
+            "name": "-ms-zoom",
+            "browsers": [
+                "IE8"
+            ],
+            "values": [
+                {
+                    "name": "normal"
+                }
+            ],
+            "relevance": 50,
+            "description": "Sets or retrieves the magnification scale of the object.",
+            "restrictions": [
+                "enum",
+                "integer",
+                "number",
+                "percentage"
+            ]
+        },
+        {
+            "name": "-ms-zoom-animation",
+            "browsers": [
+                "IE10"
+            ],
+            "values": [
+                {
+                    "name": "default"
+                },
+                {
+                    "name": "none"
+                }
+            ],
+            "relevance": 50,
+            "description": "Gets or sets a value that indicates whether an animation is used when zooming.",
+            "restrictions": [
+                "enum"
+            ]
+        },
+        {
+            "name": "nav-down",
+            "browsers": [
+                "O9.5"
+            ],
+            "values": [
+                {
+                    "name": "auto",
+                    "description": "The user agent automatically determines which element to navigate the focus to in response to directional navigational input."
+                },
+                {
+                    "name": "current",
+                    "description": "Indicates that the user agent should target the frame that the element is in."
+                },
+                {
+                    "name": "root",
+                    "description": "Indicates that the user agent should target the full window."
+                }
+            ],
+            "relevance": 50,
+            "description": "Provides an way to control directional focus navigation.",
+            "restrictions": [
+                "enum",
+                "identifier",
+                "string"
+            ]
+        },
+        {
+            "name": "nav-index",
+            "browsers": [
+                "O9.5"
+            ],
+            "values": [
+                {
+                    "name": "auto",
+                    "description": "The element's sequential navigation order is assigned automatically by the user agent."
+                }
+            ],
+            "relevance": 50,
+            "description": "Provides an input-method-neutral way of specifying the sequential navigation order (also known as 'tabbing order').",
+            "restrictions": [
+                "number"
+            ]
+        },
+        {
+            "name": "nav-left",
+            "browsers": [
+                "O9.5"
+            ],
+            "values": [
+                {
+                    "name": "auto",
+                    "description": "The user agent automatically determines which element to navigate the focus to in response to directional navigational input."
+                },
+                {
+                    "name": "current",
+                    "description": "Indicates that the user agent should target the frame that the element is in."
+                },
+                {
+                    "name": "root",
+                    "description": "Indicates that the user agent should target the full window."
+                }
+            ],
+            "relevance": 50,
+            "description": "Provides an way to control directional focus navigation.",
+            "restrictions": [
+                "enum",
+                "identifier",
+                "string"
+            ]
+        },
+        {
+            "name": "nav-right",
+            "browsers": [
+                "O9.5"
+            ],
+            "values": [
+                {
+                    "name": "auto",
+                    "description": "The user agent automatically determines which element to navigate the focus to in response to directional navigational input."
+                },
+                {
+                    "name": "current",
+                    "description": "Indicates that the user agent should target the frame that the element is in."
+                },
+                {
+                    "name": "root",
+                    "description": "Indicates that the user agent should target the full window."
+                }
+            ],
+            "relevance": 50,
+            "description": "Provides an way to control directional focus navigation.",
+            "restrictions": [
+                "enum",
+                "identifier",
+                "string"
+            ]
+        },
+        {
+            "name": "nav-up",
+            "browsers": [
+                "O9.5"
+            ],
+            "values": [
+                {
+                    "name": "auto",
+                    "description": "The user agent automatically determines which element to navigate the focus to in response to directional navigational input."
+                },
+                {
+                    "name": "current",
+                    "description": "Indicates that the user agent should target the frame that the element is in."
+                },
+                {
+                    "name": "root",
+                    "description": "Indicates that the user agent should target the full window."
+                }
+            ],
+            "relevance": 50,
+            "description": "Provides an way to control directional focus navigation.",
+            "restrictions": [
+                "enum",
+                "identifier",
+                "string"
+            ]
+        },
+        {
+            "name": "negative",
+            "browsers": [
+                "FF33"
+            ],
+            "syntax": "<symbol> <symbol>?",
+            "relevance": 50,
+            "description": "@counter-style descriptor. Defines how to alter the representation when the counter value is negative.",
+            "restrictions": [
+                "image",
+                "identifier",
+                "string"
+            ]
+        },
+        {
+            "name": "-o-animation",
+            "browsers": [
+                "O12"
+            ],
+            "values": [
+                {
+                    "name": "alternate",
+                    "description": "The animation cycle iterations that are odd counts are played in the normal direction, and the animation cycle iterations that are even counts are played in a reverse direction."
+                },
+                {
+                    "name": "alternate-reverse",
+                    "description": "The animation cycle iterations that are odd counts are played in the reverse direction, and the animation cycle iterations that are even counts are played in a normal direction."
+                },
+                {
+                    "name": "backwards",
+                    "description": "The beginning property value (as defined in the first @keyframes at-rule) is applied before the animation is displayed, during the period defined by 'animation-delay'."
+                },
+                {
+                    "name": "both",
+                    "description": "Both forwards and backwards fill modes are applied."
+                },
+                {
+                    "name": "forwards",
+                    "description": "The final property value (as defined in the last @keyframes at-rule) is maintained after the animation completes."
+                },
+                {
+                    "name": "infinite",
+                    "description": "Causes the animation to repeat forever."
+                },
+                {
+                    "name": "none",
+                    "description": "No animation is performed"
+                },
+                {
+                    "name": "normal",
+                    "description": "Normal playback."
+                },
+                {
+                    "name": "reverse",
+                    "description": "All iterations of the animation are played in the reverse direction from the way they were specified."
+                }
+            ],
+            "relevance": 50,
+            "description": "Shorthand property combines six of the animation properties into a single property.",
+            "restrictions": [
+                "time",
+                "enum",
+                "timing-function",
+                "identifier",
+                "number"
+            ]
+        },
+        {
+            "name": "-o-animation-delay",
+            "browsers": [
+                "O12"
+            ],
+            "relevance": 50,
+            "description": "Defines when the animation will start.",
+            "restrictions": [
+                "time"
+            ]
+        },
+        {
+            "name": "-o-animation-direction",
+            "browsers": [
+                "O12"
+            ],
+            "values": [
+                {
+                    "name": "alternate",
+                    "description": "The animation cycle iterations that are odd counts are played in the normal direction, and the animation cycle iterations that are even counts are played in a reverse direction."
+                },
+                {
+                    "name": "alternate-reverse",
+                    "description": "The animation cycle iterations that are odd counts are played in the reverse direction, and the animation cycle iterations that are even counts are played in a normal direction."
+                },
+                {
+                    "name": "normal",
+                    "description": "Normal playback."
+                },
+                {
+                    "name": "reverse",
+                    "description": "All iterations of the animation are played in the reverse direction from the way they were specified."
+                }
+            ],
+            "relevance": 50,
+            "description": "Defines whether or not the animation should play in reverse on alternate cycles.",
+            "restrictions": [
+                "enum"
+            ]
+        },
+        {
+            "name": "-o-animation-duration",
+            "browsers": [
+                "O12"
+            ],
+            "relevance": 50,
+            "description": "Defines the length of time that an animation takes to complete one cycle.",
+            "restrictions": [
+                "time"
+            ]
+        },
+        {
+            "name": "-o-animation-fill-mode",
+            "browsers": [
+                "O12"
+            ],
+            "values": [
+                {
+                    "name": "backwards",
+                    "description": "The beginning property value (as defined in the first @keyframes at-rule) is applied before the animation is displayed, during the period defined by 'animation-delay'."
+                },
+                {
+                    "name": "both",
+                    "description": "Both forwards and backwards fill modes are applied."
+                },
+                {
+                    "name": "forwards",
+                    "description": "The final property value (as defined in the last @keyframes at-rule) is maintained after the animation completes."
+                },
+                {
+                    "name": "none",
+                    "description": "There is no change to the property value between the time the animation is applied and the time the animation begins playing or after the animation completes."
+                }
+            ],
+            "relevance": 50,
+            "description": "Defines what values are applied by the animation outside the time it is executing.",
+            "restrictions": [
+                "enum"
+            ]
+        },
+        {
+            "name": "-o-animation-iteration-count",
+            "browsers": [
+                "O12"
+            ],
+            "values": [
+                {
+                    "name": "infinite",
+                    "description": "Causes the animation to repeat forever."
+                }
+            ],
+            "relevance": 50,
+            "description": "Defines the number of times an animation cycle is played. The default value is one, meaning the animation will play from beginning to end once.",
+            "restrictions": [
+                "number",
+                "enum"
+            ]
+        },
+        {
+            "name": "-o-animation-name",
+            "browsers": [
+                "O12"
+            ],
+            "values": [
+                {
+                    "name": "none",
+                    "description": "No animation is performed"
+                }
+            ],
+            "relevance": 50,
+            "description": "Defines a list of animations that apply. Each name is used to select the keyframe at-rule that provides the property values for the animation.",
+            "restrictions": [
+                "identifier",
+                "enum"
+            ]
+        },
+        {
+            "name": "-o-animation-play-state",
+            "browsers": [
+                "O12"
+            ],
+            "values": [
+                {
+                    "name": "paused",
+                    "description": "A running animation will be paused."
+                },
+                {
+                    "name": "running",
+                    "description": "Resume playback of a paused animation."
+                }
+            ],
+            "relevance": 50,
+            "description": "Defines whether the animation is running or paused.",
+            "restrictions": [
+                "enum"
+            ]
+        },
+        {
+            "name": "-o-animation-timing-function",
+            "browsers": [
+                "O12"
+            ],
+            "relevance": 50,
+            "description": "Describes how the animation will progress over one cycle of its duration. See the 'transition-timing-function'.",
+            "restrictions": [
+                "timing-function"
+            ]
+        },
+        {
+            "name": "object-fit",
+            "browsers": [
+                "E16",
+                "FF36",
+                "S10",
+                "C31",
+                "O19"
+            ],
+            "values": [
+                {
+                    "name": "contain",
+                    "description": "The replaced content is sized to maintain its aspect ratio while fitting within the element’s content box: its concrete object size is resolved as a contain constraint against the element's used width and height."
+                },
+                {
+                    "name": "cover",
+                    "description": "The replaced content is sized to maintain its aspect ratio while filling the element's entire content box: its concrete object size is resolved as a cover constraint against the element’s used width and height."
+                },
+                {
+                    "name": "fill",
+                    "description": "The replaced content is sized to fill the element’s content box: the object's concrete object size is the element's used width and height."
+                },
+                {
+                    "name": "none",
+                    "description": "The replaced content is not resized to fit inside the element's content box"
+                },
+                {
+                    "name": "scale-down",
+                    "description": "Size the content as if ‘none’ or ‘contain’ were specified, whichever would result in a smaller concrete object size."
+                }
+            ],
+            "syntax": "fill | contain | cover | none | scale-down",
+            "relevance": 61,
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/object-fit"
+                }
+            ],
+            "description": "Specifies how the contents of a replaced element should be scaled relative to the box established by its used height and width.",
+            "restrictions": [
+                "enum"
+            ]
+        },
+        {
+            "name": "object-position",
+            "browsers": [
+                "E16",
+                "FF36",
+                "S10",
+                "C31",
+                "O19"
+            ],
+            "syntax": "<position>",
+            "relevance": 52,
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/object-position"
+                }
+            ],
+            "description": "Determines the alignment of the replaced element inside its box.",
+            "restrictions": [
+                "position",
+                "length",
+                "percentage"
+            ]
+        },
+        {
+            "name": "-o-border-image",
+            "browsers": [
+                "O11.6"
+            ],
+            "values": [
+                {
+                    "name": "auto",
+                    "description": "If 'auto' is specified then the border image width is the intrinsic width or height (whichever is applicable) of the corresponding image slice. If the image does not have the required intrinsic dimension then the corresponding border-width is used instead."
+                },
+                {
+                    "name": "fill",
+                    "description": "Causes the middle part of the border-image to be preserved."
+                },
+                {
+                    "name": "none"
+                },
+                {
+                    "name": "repeat",
+                    "description": "The image is tiled (repeated) to fill the area."
+                },
+                {
+                    "name": "round",
+                    "description": "The image is tiled (repeated) to fill the area. If it does not fill the area with a whole number of tiles, the image is rescaled so that it does."
+                },
+                {
+                    "name": "space",
+                    "description": "The image is tiled (repeated) to fill the area. If it does not fill the area with a whole number of tiles, the extra space is distributed around the tiles."
+                },
+                {
+                    "name": "stretch",
+                    "description": "The image is stretched to fill the area."
+                }
+            ],
+            "relevance": 50,
+            "description": "Shorthand property for setting 'border-image-source', 'border-image-slice', 'border-image-width', 'border-image-outset' and 'border-image-repeat'. Omitted values are set to their initial values.",
+            "restrictions": [
+                "length",
+                "percentage",
+                "number",
+                "image",
+                "enum"
+            ]
+        },
+        {
+            "name": "-o-object-fit",
+            "browsers": [
+                "O10.6"
+            ],
+            "values": [
+                {
+                    "name": "contain",
+                    "description": "The replaced content is sized to maintain its aspect ratio while fitting within the element’s content box: its concrete object size is resolved as a contain constraint against the element's used width and height."
+                },
+                {
+                    "name": "cover",
+                    "description": "The replaced content is sized to maintain its aspect ratio while filling the element's entire content box: its concrete object size is resolved as a cover constraint against the element’s used width and height."
+                },
+                {
+                    "name": "fill",
+                    "description": "The replaced content is sized to fill the element’s content box: the object's concrete object size is the element's used width and height."
+                },
+                {
+                    "name": "none",
+                    "description": "The replaced content is not resized to fit inside the element's content box"
+                },
+                {
+                    "name": "scale-down",
+                    "description": "Size the content as if ‘none’ or ‘contain’ were specified, whichever would result in a smaller concrete object size."
+                }
+            ],
+            "relevance": 50,
+            "description": "Specifies how the contents of a replaced element should be scaled relative to the box established by its used height and width.",
+            "restrictions": [
+                "enum"
+            ]
+        },
+        {
+            "name": "-o-object-position",
+            "browsers": [
+                "O10.6"
+            ],
+            "relevance": 50,
+            "description": "Determines the alignment of the replaced element inside its box.",
+            "restrictions": [
+                "position",
+                "length",
+                "percentage"
+            ]
+        },
+        {
+            "name": "opacity",
+            "syntax": "<alpha-value>",
+            "relevance": 93,
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/opacity"
+                }
+            ],
+            "description": "Opacity of an element's text, where 1 is opaque and 0 is entirely transparent.",
+            "restrictions": [
+                "number(0-1)"
+            ]
+        },
+        {
+            "name": "order",
+            "syntax": "<integer>",
+            "relevance": 61,
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/order"
+                }
+            ],
+            "description": "Controls the order in which children of a flex container appear within the flex container, by assigning them to ordinal groups.",
+            "restrictions": [
+                "integer"
+            ]
+        },
+        {
+            "name": "orphans",
+            "browsers": [
+                "E12",
+                "S1.3",
+                "C25",
+                "IE8",
+                "O9.2"
+            ],
+            "syntax": "<integer>",
+            "relevance": 51,
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/orphans"
+                }
+            ],
+            "description": "Specifies the minimum number of line boxes in a block container that must be left in a fragment before a fragmentation break.",
+            "restrictions": [
+                "integer"
+            ]
+        },
+        {
+            "name": "-o-table-baseline",
+            "browsers": [
+                "O9.6"
+            ],
+            "relevance": 50,
+            "description": "Determines which row of a inline-table should be used as baseline of inline-table.",
+            "restrictions": [
+                "integer"
+            ]
+        },
+        {
+            "name": "-o-tab-size",
+            "browsers": [
+                "O10.6"
+            ],
+            "relevance": 50,
+            "description": "This property determines the width of the tab character (U+0009), in space characters (U+0020), when rendered.",
+            "restrictions": [
+                "integer",
+                "length"
+            ]
+        },
+        {
+            "name": "-o-text-overflow",
+            "browsers": [
+                "O10"
+            ],
+            "values": [
+                {
+                    "name": "clip",
+                    "description": "Clip inline content that overflows. Characters may be only partially rendered."
+                },
+                {
+                    "name": "ellipsis",
+                    "description": "Render an ellipsis character (U+2026) to represent clipped inline content."
+                }
+            ],
+            "relevance": 50,
+            "description": "Text can overflow for example when it is prevented from wrapping",
+            "restrictions": [
+                "enum"
+            ]
+        },
+        {
+            "name": "-o-transform",
+            "browsers": [
+                "O10.5"
+            ],
+            "values": [
+                {
+                    "name": "matrix()",
+                    "description": "Specifies a 2D transformation in the form of a transformation matrix of six values. matrix(a,b,c,d,e,f) is equivalent to applying the transformation matrix [a b c d e f]"
+                },
+                {
+                    "name": "matrix3d()",
+                    "description": "Specifies a 3D transformation as a 4x4 homogeneous matrix of 16 values in column-major order."
+                },
+                {
+                    "name": "none"
+                },
+                {
+                    "name": "rotate()",
+                    "description": "Specifies a 2D rotation by the angle specified in the parameter about the origin of the element, as defined by the transform-origin property."
+                },
+                {
+                    "name": "rotate3d()",
+                    "description": "Specifies a clockwise 3D rotation by the angle specified in last parameter about the [x,y,z] direction vector described by the first 3 parameters."
+                },
+                {
+                    "name": "rotateX('angle')",
+                    "description": "Specifies a clockwise rotation by the given angle about the X axis."
+                },
+                {
+                    "name": "rotateY('angle')",
+                    "description": "Specifies a clockwise rotation by the given angle about the Y axis."
+                },
+                {
+                    "name": "rotateZ('angle')",
+                    "description": "Specifies a clockwise rotation by the given angle about the Z axis."
+                },
+                {
+                    "name": "scale()",
+                    "description": "Specifies a 2D scale operation by the [sx,sy] scaling vector described by the 2 parameters. If the second parameter is not provided, it is takes a value equal to the first."
+                },
+                {
+                    "name": "scale3d()",
+                    "description": "Specifies a 3D scale operation by the [sx,sy,sz] scaling vector described by the 3 parameters."
+                },
+                {
+                    "name": "scaleX()",
+                    "description": "Specifies a scale operation using the [sx,1] scaling vector, where sx is given as the parameter."
+                },
+                {
+                    "name": "scaleY()",
+                    "description": "Specifies a scale operation using the [sy,1] scaling vector, where sy is given as the parameter."
+                },
+                {
+                    "name": "scaleZ()",
+                    "description": "Specifies a scale operation using the [1,1,sz] scaling vector, where sz is given as the parameter."
+                },
+                {
+                    "name": "skew()",
+                    "description": "Specifies a skew transformation along the X and Y axes. The first angle parameter specifies the skew on the X axis. The second angle parameter specifies the skew on the Y axis. If the second parameter is not given then a value of 0 is used for the Y angle (ie: no skew on the Y axis)."
+                },
+                {
+                    "name": "skewX()",
+                    "description": "Specifies a skew transformation along the X axis by the given angle."
+                },
+                {
+                    "name": "skewY()",
+                    "description": "Specifies a skew transformation along the Y axis by the given angle."
+                },
+                {
+                    "name": "translate()",
+                    "description": "Specifies a 2D translation by the vector [tx, ty], where tx is the first translation-value parameter and ty is the optional second translation-value parameter."
+                },
+                {
+                    "name": "translate3d()",
+                    "description": "Specifies a 3D translation by the vector [tx,ty,tz], with tx, ty and tz being the first, second and third translation-value parameters respectively."
+                },
+                {
+                    "name": "translateX()",
+                    "description": "Specifies a translation by the given amount in the X direction."
+                },
+                {
+                    "name": "translateY()",
+                    "description": "Specifies a translation by the given amount in the Y direction."
+                },
+                {
+                    "name": "translateZ()",
+                    "description": "Specifies a translation by the given amount in the Z direction. Note that percentage values are not allowed in the translateZ translation-value, and if present are evaluated as 0."
+                }
+            ],
+            "relevance": 50,
+            "description": "A two-dimensional transformation is applied to an element through the 'transform' property. This property contains a list of transform functions similar to those allowed by SVG.",
+            "restrictions": [
+                "enum"
+            ]
+        },
+        {
+            "name": "-o-transform-origin",
+            "browsers": [
+                "O10.5"
+            ],
+            "relevance": 50,
+            "description": "Establishes the origin of transformation for an element.",
+            "restrictions": [
+                "positon",
+                "length",
+                "percentage"
+            ]
+        },
+        {
+            "name": "-o-transition",
+            "browsers": [
+                "O11.5"
+            ],
+            "values": [
+                {
+                    "name": "all",
+                    "description": "Every property that is able to undergo a transition will do so."
+                },
+                {
+                    "name": "none",
+                    "description": "No property will transition."
+                }
+            ],
+            "relevance": 50,
+            "description": "Shorthand property combines four of the transition properties into a single property.",
+            "restrictions": [
+                "time",
+                "property",
+                "timing-function",
+                "enum"
+            ]
+        },
+        {
+            "name": "-o-transition-delay",
+            "browsers": [
+                "O11.5"
+            ],
+            "relevance": 50,
+            "description": "Defines when the transition will start. It allows a transition to begin execution some period of time from when it is applied.",
+            "restrictions": [
+                "time"
+            ]
+        },
+        {
+            "name": "-o-transition-duration",
+            "browsers": [
+                "O11.5"
+            ],
+            "relevance": 50,
+            "description": "Specifies how long the transition from the old value to the new value should take.",
+            "restrictions": [
+                "time"
+            ]
+        },
+        {
+            "name": "-o-transition-property",
+            "browsers": [
+                "O11.5"
+            ],
+            "values": [
+                {
+                    "name": "all",
+                    "description": "Every property that is able to undergo a transition will do so."
+                },
+                {
+                    "name": "none",
+                    "description": "No property will transition."
+                }
+            ],
+            "relevance": 50,
+            "description": "Specifies the name of the CSS property to which the transition is applied.",
+            "restrictions": [
+                "property"
+            ]
+        },
+        {
+            "name": "-o-transition-timing-function",
+            "browsers": [
+                "O11.5"
+            ],
+            "relevance": 50,
+            "description": "Describes how the intermediate values used during a transition will be calculated.",
+            "restrictions": [
+                "timing-function"
+            ]
+        },
+        {
+            "name": "offset-block-end",
+            "browsers": [
+                "FF41"
+            ],
+            "values": [
+                {
+                    "name": "auto",
+                    "description": "For non-replaced elements, the effect of this value depends on which of related properties have the value 'auto' as well."
+                }
+            ],
+            "relevance": 50,
+            "description": "Logical 'bottom'. Mapping depends on the parent element’s 'writing-mode', 'direction', and 'text-orientation'.",
+            "restrictions": [
+                "length",
+                "percentage"
+            ]
+        },
+        {
+            "name": "offset-block-start",
+            "browsers": [
+                "FF41"
+            ],
+            "values": [
+                {
+                    "name": "auto",
+                    "description": "For non-replaced elements, the effect of this value depends on which of related properties have the value 'auto' as well."
+                }
+            ],
+            "relevance": 50,
+            "description": "Logical 'top'. Mapping depends on the parent element’s 'writing-mode', 'direction', and 'text-orientation'.",
+            "restrictions": [
+                "length",
+                "percentage"
+            ]
+        },
+        {
+            "name": "offset-inline-end",
+            "browsers": [
+                "FF41"
+            ],
+            "values": [
+                {
+                    "name": "auto",
+                    "description": "For non-replaced elements, the effect of this value depends on which of related properties have the value 'auto' as well."
+                }
+            ],
+            "relevance": 50,
+            "description": "Logical 'right'. Mapping depends on the parent element’s 'writing-mode', 'direction', and 'text-orientation'.",
+            "restrictions": [
+                "length",
+                "percentage"
+            ]
+        },
+        {
+            "name": "offset-inline-start",
+            "browsers": [
+                "FF41"
+            ],
+            "values": [
+                {
+                    "name": "auto",
+                    "description": "For non-replaced elements, the effect of this value depends on which of related properties have the value 'auto' as well."
+                }
+            ],
+            "relevance": 50,
+            "description": "Logical 'left'. Mapping depends on the parent element’s 'writing-mode', 'direction', and 'text-orientation'.",
+            "restrictions": [
+                "length",
+                "percentage"
+            ]
+        },
+        {
+            "name": "outline",
+            "values": [
+                {
+                    "name": "auto",
+                    "description": "Permits the user agent to render a custom outline style, typically the default platform style."
+                },
+                {
+                    "name": "invert",
+                    "description": "Performs a color inversion on the pixels on the screen."
+                }
+            ],
+            "syntax": "[ <'outline-color'> || <'outline-style'> || <'outline-width'> ]",
+            "relevance": 87,
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/outline"
+                }
+            ],
+            "description": "Shorthand property for 'outline-style', 'outline-width', and 'outline-color'.",
+            "restrictions": [
+                "length",
+                "line-width",
+                "line-style",
+                "color",
+                "enum"
+            ]
+        },
+        {
+            "name": "outline-color",
+            "values": [
+                {
+                    "name": "invert",
+                    "description": "Performs a color inversion on the pixels on the screen."
+                }
+            ],
+            "syntax": "<color> | invert",
+            "relevance": 53,
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/outline-color"
+                }
+            ],
+            "description": "The color of the outline.",
+            "restrictions": [
+                "enum",
+                "color"
+            ]
+        },
+        {
+            "name": "outline-offset",
+            "browsers": [
+                "E15",
+                "FF1.5",
+                "S1.2",
+                "C1",
+                "O9.5"
+            ],
+            "syntax": "<length>",
+            "relevance": 59,
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/outline-offset"
+                }
+            ],
+            "description": "Offset the outline and draw it beyond the border edge.",
+            "restrictions": [
+                "length"
+            ]
+        },
+        {
+            "name": "outline-style",
+            "values": [
+                {
+                    "name": "auto",
+                    "description": "Permits the user agent to render a custom outline style, typically the default platform style."
+                }
+            ],
+            "syntax": "auto | <'border-style'>",
+            "relevance": 60,
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/outline-style"
+                }
+            ],
+            "description": "Style of the outline.",
+            "restrictions": [
+                "line-style",
+                "enum"
+            ]
+        },
+        {
+            "name": "outline-width",
+            "syntax": "<line-width>",
+            "relevance": 60,
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/outline-width"
+                }
+            ],
+            "description": "Width of the outline.",
+            "restrictions": [
+                "length",
+                "line-width"
+            ]
+        },
+        {
+            "name": "overflow",
+            "values": [
+                {
+                    "name": "auto",
+                    "description": "The behavior of the 'auto' value is UA-dependent, but should cause a scrolling mechanism to be provided for overflowing boxes."
+                },
+                {
+                    "name": "hidden",
+                    "description": "Content is clipped and no scrolling mechanism should be provided to view the content outside the clipping region."
+                },
+                {
+                    "name": "-moz-hidden-unscrollable",
+                    "description": "Same as the standardized 'clip', except doesn’t establish a block formatting context."
+                },
+                {
+                    "name": "scroll",
+                    "description": "Content is clipped and if the user agent uses a scrolling mechanism that is visible on the screen (such as a scroll bar or a panner), that mechanism should be displayed for a box whether or not any of its content is clipped."
+                },
+                {
+                    "name": "visible",
+                    "description": "Content is not clipped, i.e., it may be rendered outside the content box."
+                }
+            ],
+            "syntax": "[ visible | hidden | clip | scroll | auto ]{1,2}",
+            "relevance": 92,
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/overflow"
+                }
+            ],
+            "description": "Shorthand for setting 'overflow-x' and 'overflow-y'.",
+            "restrictions": [
+                "enum"
+            ]
+        },
+        {
+            "name": "overflow-wrap",
+            "values": [
+                {
+                    "name": "break-word",
+                    "description": "An otherwise unbreakable sequence of characters may be broken at an arbitrary point if there are no otherwise-acceptable break points in the line."
+                },
+                {
+                    "name": "normal",
+                    "description": "Lines may break only at allowed break points."
+                }
+            ],
+            "syntax": "normal | break-word | anywhere",
+            "relevance": 63,
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/overflow-wrap"
+                }
+            ],
+            "description": "Specifies whether the UA may break within a word to prevent overflow when an otherwise-unbreakable string is too long to fit within the line box.",
+            "restrictions": [
+                "enum"
+            ]
+        },
+        {
+            "name": "overflow-x",
+            "values": [
+                {
+                    "name": "auto",
+                    "description": "The behavior of the 'auto' value is UA-dependent, but should cause a scrolling mechanism to be provided for overflowing boxes."
+                },
+                {
+                    "name": "hidden",
+                    "description": "Content is clipped and no scrolling mechanism should be provided to view the content outside the clipping region."
+                },
+                {
+                    "name": "scroll",
+                    "description": "Content is clipped and if the user agent uses a scrolling mechanism that is visible on the screen (such as a scroll bar or a panner), that mechanism should be displayed for a box whether or not any of its content is clipped."
+                },
+                {
+                    "name": "visible",
+                    "description": "Content is not clipped, i.e., it may be rendered outside the content box."
+                }
+            ],
+            "syntax": "visible | hidden | clip | scroll | auto",
+            "relevance": 79,
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/overflow-x"
+                }
+            ],
+            "description": "Specifies the handling of overflow in the horizontal direction.",
+            "restrictions": [
+                "enum"
+            ]
+        },
+        {
+            "name": "overflow-y",
+            "values": [
+                {
+                    "name": "auto",
+                    "description": "The behavior of the 'auto' value is UA-dependent, but should cause a scrolling mechanism to be provided for overflowing boxes."
+                },
+                {
+                    "name": "hidden",
+                    "description": "Content is clipped and no scrolling mechanism should be provided to view the content outside the clipping region."
+                },
+                {
+                    "name": "scroll",
+                    "description": "Content is clipped and if the user agent uses a scrolling mechanism that is visible on the screen (such as a scroll bar or a panner), that mechanism should be displayed for a box whether or not any of its content is clipped."
+                },
+                {
+                    "name": "visible",
+                    "description": "Content is not clipped, i.e., it may be rendered outside the content box."
+                }
+            ],
+            "syntax": "visible | hidden | clip | scroll | auto",
+            "relevance": 81,
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/overflow-y"
+                }
+            ],
+            "description": "Specifies the handling of overflow in the vertical direction.",
+            "restrictions": [
+                "enum"
+            ]
+        },
+        {
+            "name": "pad",
+            "browsers": [
+                "FF33"
+            ],
+            "syntax": "<integer> && <symbol>",
+            "relevance": 50,
+            "description": "@counter-style descriptor. Specifies a “fixed-width” counter style, where representations shorter than the pad value are padded with a particular <symbol>",
+            "restrictions": [
+                "integer",
+                "image",
+                "string",
+                "identifier"
+            ]
+        },
+        {
+            "name": "padding",
+            "values": [],
+            "syntax": "[ <length> | <percentage> ]{1,4}",
+            "relevance": 96,
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/padding"
+                }
+            ],
+            "description": "Shorthand property to set values the thickness of the padding area. If left is omitted, it is the same as right. If bottom is omitted it is the same as top, if right is omitted it is the same as top. The value may not be negative.",
+            "restrictions": [
+                "length",
+                "percentage"
+            ]
+        },
+        {
+            "name": "padding-bottom",
+            "syntax": "<length> | <percentage>",
+            "relevance": 88,
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/padding-bottom"
+                }
+            ],
+            "description": "Shorthand property to set values the thickness of the padding area. If left is omitted, it is the same as right. If bottom is omitted it is the same as top, if right is omitted it is the same as top. The value may not be negative.",
+            "restrictions": [
+                "length",
+                "percentage"
+            ]
+        },
+        {
+            "name": "padding-block-end",
+            "browsers": [
+                "E79",
+                "FF41",
+                "S12.1",
+                "C69",
+                "O56"
+            ],
+            "syntax": "<'padding-left'>",
+            "relevance": 50,
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/padding-block-end"
+                }
+            ],
+            "description": "Logical 'padding-bottom'. Mapping depends on the parent element’s 'writing-mode', 'direction', and 'text-orientation'.",
+            "restrictions": [
+                "length",
+                "percentage"
+            ]
+        },
+        {
+            "name": "padding-block-start",
+            "browsers": [
+                "E79",
+                "FF41",
+                "S12.1",
+                "C69",
+                "O56"
+            ],
+            "syntax": "<'padding-left'>",
+            "relevance": 50,
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/padding-block-start"
+                }
+            ],
+            "description": "Logical 'padding-top'. Mapping depends on the parent element’s 'writing-mode', 'direction', and 'text-orientation'.",
+            "restrictions": [
+                "length",
+                "percentage"
+            ]
+        },
+        {
+            "name": "padding-inline-end",
+            "browsers": [
+                "E79",
+                "FF41",
+                "S12.1",
+                "C69",
+                "O56"
+            ],
+            "syntax": "<'padding-left'>",
+            "relevance": 51,
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/padding-inline-end"
+                }
+            ],
+            "description": "Logical 'padding-right'. Mapping depends on the parent element’s 'writing-mode', 'direction', and 'text-orientation'.",
+            "restrictions": [
+                "length",
+                "percentage"
+            ]
+        },
+        {
+            "name": "padding-inline-start",
+            "browsers": [
+                "E79",
+                "FF41",
+                "S12.1",
+                "C69",
+                "O56"
+            ],
+            "syntax": "<'padding-left'>",
+            "relevance": 52,
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/padding-inline-start"
+                }
+            ],
+            "description": "Logical 'padding-left'. Mapping depends on the parent element’s 'writing-mode', 'direction', and 'text-orientation'.",
+            "restrictions": [
+                "length",
+                "percentage"
+            ]
+        },
+        {
+            "name": "padding-left",
+            "syntax": "<length> | <percentage>",
+            "relevance": 90,
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/padding-left"
+                }
+            ],
+            "description": "Shorthand property to set values the thickness of the padding area. If left is omitted, it is the same as right. If bottom is omitted it is the same as top, if right is omitted it is the same as top. The value may not be negative.",
+            "restrictions": [
+                "length",
+                "percentage"
+            ]
+        },
+        {
+            "name": "padding-right",
+            "syntax": "<length> | <percentage>",
+            "relevance": 88,
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/padding-right"
+                }
+            ],
+            "description": "Shorthand property to set values the thickness of the padding area. If left is omitted, it is the same as right. If bottom is omitted it is the same as top, if right is omitted it is the same as top. The value may not be negative.",
+            "restrictions": [
+                "length",
+                "percentage"
+            ]
+        },
+        {
+            "name": "padding-top",
+            "syntax": "<length> | <percentage>",
+            "relevance": 90,
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/padding-top"
+                }
+            ],
+            "description": "Shorthand property to set values the thickness of the padding area. If left is omitted, it is the same as right. If bottom is omitted it is the same as top, if right is omitted it is the same as top. The value may not be negative.",
+            "restrictions": [
+                "length",
+                "percentage"
+            ]
+        },
+        {
+            "name": "page-break-after",
+            "values": [
+                {
+                    "name": "always",
+                    "description": "Always force a page break after the generated box."
+                },
+                {
+                    "name": "auto",
+                    "description": "Neither force nor forbid a page break after generated box."
+                },
+                {
+                    "name": "avoid",
+                    "description": "Avoid a page break after the generated box."
+                },
+                {
+                    "name": "left",
+                    "description": "Force one or two page breaks after the generated box so that the next page is formatted as a left page."
+                },
+                {
+                    "name": "right",
+                    "description": "Force one or two page breaks after the generated box so that the next page is formatted as a right page."
+                }
+            ],
+            "syntax": "auto | always | avoid | left | right | recto | verso",
+            "relevance": 52,
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/page-break-after"
+                }
+            ],
+            "description": "Defines rules for page breaks after an element.",
+            "restrictions": [
+                "enum"
+            ]
+        },
+        {
+            "name": "page-break-before",
+            "values": [
+                {
+                    "name": "always",
+                    "description": "Always force a page break before the generated box."
+                },
+                {
+                    "name": "auto",
+                    "description": "Neither force nor forbid a page break before the generated box."
+                },
+                {
+                    "name": "avoid",
+                    "description": "Avoid a page break before the generated box."
+                },
+                {
+                    "name": "left",
+                    "description": "Force one or two page breaks before the generated box so that the next page is formatted as a left page."
+                },
+                {
+                    "name": "right",
+                    "description": "Force one or two page breaks before the generated box so that the next page is formatted as a right page."
+                }
+            ],
+            "syntax": "auto | always | avoid | left | right | recto | verso",
+            "relevance": 50,
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/page-break-before"
+                }
+            ],
+            "description": "Defines rules for page breaks before an element.",
+            "restrictions": [
+                "enum"
+            ]
+        },
+        {
+            "name": "page-break-inside",
+            "values": [
+                {
+                    "name": "auto",
+                    "description": "Neither force nor forbid a page break inside the generated box."
+                },
+                {
+                    "name": "avoid",
+                    "description": "Avoid a page break inside the generated box."
+                }
+            ],
+            "syntax": "auto | avoid",
+            "relevance": 52,
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/page-break-inside"
+                }
+            ],
+            "description": "Defines rules for page breaks inside an element.",
+            "restrictions": [
+                "enum"
+            ]
+        },
+        {
+            "name": "paint-order",
+            "browsers": [
+                "E17",
+                "FF60",
+                "S8",
+                "C35",
+                "O22"
+            ],
+            "values": [
+                {
+                    "name": "fill"
+                },
+                {
+                    "name": "markers"
+                },
+                {
+                    "name": "normal",
+                    "description": "The element is painted with the standard order of painting operations: the 'fill' is painted first, then its 'stroke' and finally its markers."
+                },
+                {
+                    "name": "stroke"
+                }
+            ],
+            "syntax": "normal | [ fill || stroke || markers ]",
+            "relevance": 50,
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/paint-order"
+                }
+            ],
+            "description": "Controls the order that the three paint operations that shapes and text are rendered with: their fill, their stroke and any markers they might have.",
+            "restrictions": [
+                "enum"
+            ]
+        },
+        {
+            "name": "perspective",
+            "values": [
+                {
+                    "name": "none",
+                    "description": "No perspective transform is applied."
+                }
+            ],
+            "syntax": "none | <length>",
+            "relevance": 55,
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/perspective"
+                }
+            ],
+            "description": "Applies the same transform as the perspective(<number>) transform function, except that it applies only to the positioned or transformed children of the element, not to the transform on the element itself.",
+            "restrictions": [
+                "length",
+                "enum"
+            ]
+        },
+        {
+            "name": "perspective-origin",
+            "syntax": "<position>",
+            "relevance": 51,
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/perspective-origin"
+                }
+            ],
+            "description": "Establishes the origin for the perspective property. It effectively sets the X and Y position at which the viewer appears to be looking at the children of the element.",
+            "restrictions": [
+                "position",
+                "percentage",
+                "length"
+            ]
+        },
+        {
+            "name": "pointer-events",
+            "values": [
+                {
+                    "name": "all",
+                    "description": "The given element can be the target element for pointer events whenever the pointer is over either the interior or the perimeter of the element."
+                },
+                {
+                    "name": "fill",
+                    "description": "The given element can be the target element for pointer events whenever the pointer is over the interior of the element."
+                },
+                {
+                    "name": "none",
+                    "description": "The given element does not receive pointer events."
+                },
+                {
+                    "name": "painted",
+                    "description": "The given element can be the target element for pointer events when the pointer is over a \"painted\" area. "
+                },
+                {
+                    "name": "stroke",
+                    "description": "The given element can be the target element for pointer events whenever the pointer is over the perimeter of the element."
+                },
+                {
+                    "name": "visible",
+                    "description": "The given element can be the target element for pointer events when the ‘visibility’ property is set to visible and the pointer is over either the interior or the perimete of the element."
+                },
+                {
+                    "name": "visibleFill",
+                    "description": "The given element can be the target element for pointer events when the ‘visibility’ property is set to visible and when the pointer is over the interior of the element."
+                },
+                {
+                    "name": "visiblePainted",
+                    "description": "The given element can be the target element for pointer events when the ‘visibility’ property is set to visible and when the pointer is over a ‘painted’ area."
+                },
+                {
+                    "name": "visibleStroke",
+                    "description": "The given element can be the target element for pointer events when the ‘visibility’ property is set to visible and when the pointer is over the perimeter of the element."
+                }
+            ],
+            "syntax": "auto | none | visiblePainted | visibleFill | visibleStroke | visible | painted | fill | stroke | all | inherit",
+            "relevance": 80,
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/pointer-events"
+                }
+            ],
+            "description": "Specifies under what circumstances a given element can be the target element for a pointer event.",
+            "restrictions": [
+                "enum"
+            ]
+        },
+        {
+            "name": "position",
+            "values": [
+                {
+                    "name": "absolute",
+                    "description": "The box's position (and possibly size) is specified with the 'top', 'right', 'bottom', and 'left' properties. These properties specify offsets with respect to the box's 'containing block'."
+                },
+                {
+                    "name": "fixed",
+                    "description": "The box's position is calculated according to the 'absolute' model, but in addition, the box is fixed with respect to some reference. As with the 'absolute' model, the box's margins do not collapse with any other margins."
+                },
+                {
+                    "name": "-ms-page",
+                    "description": "The box's position is calculated according to the 'absolute' model."
+                },
+                {
+                    "name": "relative",
+                    "description": "The box's position is calculated according to the normal flow (this is called the position in normal flow). Then the box is offset relative to its normal position."
+                },
+                {
+                    "name": "static",
+                    "description": "The box is a normal box, laid out according to the normal flow. The 'top', 'right', 'bottom', and 'left' properties do not apply."
+                },
+                {
+                    "name": "sticky",
+                    "description": "The box's position is calculated according to the normal flow. Then the box is offset relative to its flow root and containing block and in all cases, including table elements, does not affect the position of any following boxes."
+                },
+                {
+                    "name": "-webkit-sticky",
+                    "description": "The box's position is calculated according to the normal flow. Then the box is offset relative to its flow root and containing block and in all cases, including table elements, does not affect the position of any following boxes."
+                }
+            ],
+            "syntax": "static | relative | absolute | sticky | fixed",
+            "relevance": 96,
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/position"
+                }
+            ],
+            "description": "The position CSS property sets how an element is positioned in a document. The top, right, bottom, and left properties determine the final location of positioned elements.",
+            "restrictions": [
+                "enum"
+            ]
+        },
+        {
+            "name": "prefix",
+            "browsers": [
+                "FF33"
+            ],
+            "syntax": "<symbol>",
+            "relevance": 50,
+            "description": "@counter-style descriptor. Specifies a <symbol> that is prepended to the marker representation.",
+            "restrictions": [
+                "image",
+                "string",
+                "identifier"
+            ]
+        },
+        {
+            "name": "quotes",
+            "values": [
+                {
+                    "name": "none",
+                    "description": "The 'open-quote' and 'close-quote' values of the 'content' property produce no quotations marks, as if they were 'no-open-quote' and 'no-close-quote' respectively."
+                }
+            ],
+            "syntax": "none | auto | [ <string> <string> ]+",
+            "relevance": 53,
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/quotes"
+                }
+            ],
+            "description": "Specifies quotation marks for any number of embedded quotations.",
+            "restrictions": [
+                "string"
+            ]
+        },
+        {
+            "name": "range",
+            "browsers": [
+                "FF33"
+            ],
+            "values": [
+                {
+                    "name": "auto",
+                    "description": "The range depends on the counter system."
+                },
+                {
+                    "name": "infinite",
+                    "description": "If used as the first value in a range, it represents negative infinity; if used as the second value, it represents positive infinity."
+                }
+            ],
+            "syntax": "[ [ <integer> | infinite ]{2} ]# | auto",
+            "relevance": 50,
+            "description": "@counter-style descriptor. Defines the ranges over which the counter style is defined.",
+            "restrictions": [
+                "integer",
+                "enum"
+            ]
+        },
+        {
+            "name": "resize",
+            "browsers": [
+                "E79",
+                "FF4",
+                "S3",
+                "C1",
+                "O12.1"
+            ],
+            "values": [
+                {
+                    "name": "both",
+                    "description": "The UA presents a bidirectional resizing mechanism to allow the user to adjust both the height and the width of the element."
+                },
+                {
+                    "name": "horizontal",
+                    "description": "The UA presents a unidirectional horizontal resizing mechanism to allow the user to adjust only the width of the element."
+                },
+                {
+                    "name": "none",
+                    "description": "The UA does not present a resizing mechanism on the element, and the user is given no direct manipulation mechanism to resize the element."
+                },
+                {
+                    "name": "vertical",
+                    "description": "The UA presents a unidirectional vertical resizing mechanism to allow the user to adjust only the height of the element."
+                }
+            ],
+            "syntax": "none | both | horizontal | vertical | block | inline",
+            "relevance": 60,
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/resize"
+                }
+            ],
+            "description": "Specifies whether or not an element is resizable by the user, and if so, along which axis/axes.",
+            "restrictions": [
+                "enum"
+            ]
+        },
+        {
+            "name": "right",
+            "values": [
+                {
+                    "name": "auto",
+                    "description": "For non-replaced elements, the effect of this value depends on which of related properties have the value 'auto' as well"
+                }
+            ],
+            "syntax": "<length> | <percentage> | auto",
+            "relevance": 90,
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/right"
+                }
+            ],
+            "description": "Specifies how far an absolutely positioned box's right margin edge is offset to the left of the right edge of the box's 'containing block'.",
+            "restrictions": [
+                "length",
+                "percentage"
+            ]
+        },
+        {
+            "name": "ruby-align",
+            "browsers": [
+                "FF38"
+            ],
+            "values": [
+                {
+                    "name": "auto",
+                    "browsers": [
+                        "FF38"
+                    ],
+                    "description": "The user agent determines how the ruby contents are aligned. This is the initial value."
+                },
+                {
+                    "name": "center",
+                    "description": "The ruby content is centered within its box."
+                },
+                {
+                    "name": "distribute-letter",
+                    "browsers": [
+                        "FF38"
+                    ],
+                    "description": "If the width of the ruby text is smaller than that of the base, then the ruby text contents are evenly distributed across the width of the base, with the first and last ruby text glyphs lining up with the corresponding first and last base glyphs. If the width of the ruby text is at least the width of the base, then the letters of the base are evenly distributed across the width of the ruby text."
+                },
+                {
+                    "name": "distribute-space",
+                    "browsers": [
+                        "FF38"
+                    ],
+                    "description": "If the width of the ruby text is smaller than that of the base, then the ruby text contents are evenly distributed across the width of the base, with a certain amount of white space preceding the first and following the last character in the ruby text. That amount of white space is normally equal to half the amount of inter-character space of the ruby text."
+                },
+                {
+                    "name": "left",
+                    "description": "The ruby text content is aligned with the start edge of the base."
+                },
+                {
+                    "name": "line-edge",
+                    "browsers": [
+                        "FF38"
+                    ],
+                    "description": "If the ruby text is not adjacent to a line edge, it is aligned as in 'auto'. If it is adjacent to a line edge, then it is still aligned as in auto, but the side of the ruby text that touches the end of the line is lined up with the corresponding edge of the base."
+                },
+                {
+                    "name": "right",
+                    "browsers": [
+                        "FF38"
+                    ],
+                    "description": "The ruby text content is aligned with the end edge of the base."
+                },
+                {
+                    "name": "start",
+                    "browsers": [
+                        "FF38"
+                    ],
+                    "description": "The ruby text content is aligned with the start edge of the base."
+                },
+                {
+                    "name": "space-between",
+                    "browsers": [
+                        "FF38"
+                    ],
+                    "description": "The ruby content expands as defined for normal text justification (as defined by 'text-justify'),"
+                },
+                {
+                    "name": "space-around",
+                    "browsers": [
+                        "FF38"
+                    ],
+                    "description": "As for 'space-between' except that there exists an extra justification opportunities whose space is distributed half before and half after the ruby content."
+                }
+            ],
+            "status": "experimental",
+            "syntax": "start | center | space-between | space-around",
+            "relevance": 50,
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/ruby-align"
+                }
+            ],
+            "description": "Specifies how text is distributed within the various ruby boxes when their contents do not exactly fill their respective boxes.",
+            "restrictions": [
+                "enum"
+            ]
+        },
+        {
+            "name": "ruby-overhang",
+            "browsers": [
+                "FF10",
+                "IE5"
+            ],
+            "values": [
+                {
+                    "name": "auto",
+                    "description": "The ruby text can overhang text adjacent to the base on either side. This is the initial value."
+                },
+                {
+                    "name": "end",
+                    "description": "The ruby text can overhang the text that follows it."
+                },
+                {
+                    "name": "none",
+                    "description": "The ruby text cannot overhang any text adjacent to its base, only its own base."
+                },
+                {
+                    "name": "start",
+                    "description": "The ruby text can overhang the text that precedes it."
+                }
+            ],
+            "relevance": 50,
+            "description": "Determines whether, and on which side, ruby text is allowed to partially overhang any adjacent text in addition to its own base, when the ruby text is wider than the ruby base.",
+            "restrictions": [
+                "enum"
+            ]
+        },
+        {
+            "name": "ruby-position",
+            "browsers": [
+                "E12",
+                "FF38"
+            ],
+            "values": [
+                {
+                    "name": "after",
+                    "description": "The ruby text appears after the base. This is a relatively rare setting used in ideographic East Asian writing systems, most easily found in educational text."
+                },
+                {
+                    "name": "before",
+                    "description": "The ruby text appears before the base. This is the most common setting used in ideographic East Asian writing systems."
+                },
+                {
+                    "name": "inline"
+                },
+                {
+                    "name": "right",
+                    "description": "The ruby text appears on the right of the base. Unlike 'before' and 'after', this value is not relative to the text flow direction."
+                }
+            ],
+            "status": "experimental",
+            "syntax": "over | under | inter-character",
+            "relevance": 50,
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/ruby-position"
+                }
+            ],
+            "description": "Used by the parent of elements with display: ruby-text to control the position of the ruby text with respect to its base.",
+            "restrictions": [
+                "enum"
+            ]
+        },
+        {
+            "name": "ruby-span",
+            "browsers": [
+                "FF10"
+            ],
+            "values": [
+                {
+                    "name": "attr(x)",
+                    "description": "The value of attribute 'x' is a string value. The string value is evaluated as a <number> to determine the number of ruby base elements to be spanned by the annotation element."
+                },
+                {
+                    "name": "none",
+                    "description": "No spanning. The computed value is '1'."
+                }
+            ],
+            "relevance": 50,
+            "description": "Determines whether, and on which side, ruby text is allowed to partially overhang any adjacent text in addition to its own base, when the ruby text is wider than the ruby base.",
+            "restrictions": [
+                "enum"
+            ]
+        },
+        {
+            "name": "scrollbar-3dlight-color",
+            "browsers": [
+                "IE5"
+            ],
+            "relevance": 50,
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/scrollbar-3dlight-color"
+                }
+            ],
+            "description": "Determines the color of the top and left edges of the scroll box and scroll arrows of a scroll bar.",
+            "restrictions": [
+                "color"
+            ]
+        },
+        {
+            "name": "scrollbar-arrow-color",
+            "browsers": [
+                "IE5"
+            ],
+            "relevance": 50,
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/scrollbar-arrow-color"
+                }
+            ],
+            "description": "Determines the color of the arrow elements of a scroll arrow.",
+            "restrictions": [
+                "color"
+            ]
+        },
+        {
+            "name": "scrollbar-base-color",
+            "browsers": [
+                "IE5"
+            ],
+            "relevance": 50,
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/scrollbar-base-color"
+                }
+            ],
+            "description": "Determines the color of the main elements of a scroll bar, which include the scroll box, track, and scroll arrows.",
+            "restrictions": [
+                "color"
+            ]
+        },
+        {
+            "name": "scrollbar-darkshadow-color",
+            "browsers": [
+                "IE5"
+            ],
+            "relevance": 50,
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/scrollbar-darkshadow-color"
+                }
+            ],
+            "description": "Determines the color of the gutter of a scroll bar.",
+            "restrictions": [
+                "color"
+            ]
+        },
+        {
+            "name": "scrollbar-face-color",
+            "browsers": [
+                "IE5"
+            ],
+            "relevance": 50,
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/scrollbar-face-color"
+                }
+            ],
+            "description": "Determines the color of the scroll box and scroll arrows of a scroll bar.",
+            "restrictions": [
+                "color"
+            ]
+        },
+        {
+            "name": "scrollbar-highlight-color",
+            "browsers": [
+                "IE5"
+            ],
+            "relevance": 50,
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/scrollbar-highlight-color"
+                }
+            ],
+            "description": "Determines the color of the top and left edges of the scroll box and scroll arrows of a scroll bar.",
+            "restrictions": [
+                "color"
+            ]
+        },
+        {
+            "name": "scrollbar-shadow-color",
+            "browsers": [
+                "IE5"
+            ],
+            "relevance": 50,
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/scrollbar-shadow-color"
+                }
+            ],
+            "description": "Determines the color of the bottom and right edges of the scroll box and scroll arrows of a scroll bar.",
+            "restrictions": [
+                "color"
+            ]
+        },
+        {
+            "name": "scrollbar-track-color",
+            "browsers": [
+                "IE6"
+            ],
+            "relevance": 50,
+            "description": "Determines the color of the track element of a scroll bar.",
+            "restrictions": [
+                "color"
+            ]
+        },
+        {
+            "name": "scroll-behavior",
+            "browsers": [
+                "E79",
+                "FF36",
+                "C61",
+                "O48"
+            ],
+            "values": [
+                {
+                    "name": "auto",
+                    "description": "Scrolls in an instant fashion."
+                },
+                {
+                    "name": "smooth",
+                    "description": "Scrolls in a smooth fashion using a user-agent-defined timing function and time period."
+                }
+            ],
+            "syntax": "auto | smooth",
+            "relevance": 51,
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/scroll-behavior"
+                }
+            ],
+            "description": "Specifies the scrolling behavior for a scrolling box, when scrolling happens due to navigation or CSSOM scrolling APIs.",
+            "restrictions": [
+                "enum"
+            ]
+        },
+        {
+            "name": "scroll-snap-coordinate",
+            "browsers": [
+                "FF39"
+            ],
+            "values": [
+                {
+                    "name": "none",
+                    "description": "Specifies that this element does not contribute a snap point."
+                }
+            ],
+            "status": "obsolete",
+            "syntax": "none | <position>#",
+            "relevance": 0,
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/scroll-snap-coordinate"
+                }
+            ],
+            "description": "Defines the x and y coordinate within the element which will align with the nearest ancestor scroll container’s snap-destination for the respective axis.",
+            "restrictions": [
+                "position",
+                "length",
+                "percentage",
+                "enum"
+            ]
+        },
+        {
+            "name": "scroll-snap-destination",
+            "browsers": [
+                "FF39"
+            ],
+            "status": "obsolete",
+            "syntax": "<position>",
+            "relevance": 0,
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/scroll-snap-destination"
+                }
+            ],
+            "description": "Define the x and y coordinate within the scroll container’s visual viewport which element snap points will align with.",
+            "restrictions": [
+                "position",
+                "length",
+                "percentage"
+            ]
+        },
+        {
+            "name": "scroll-snap-points-x",
+            "browsers": [
+                "FF39",
+                "S9"
+            ],
+            "values": [
+                {
+                    "name": "none",
+                    "description": "No snap points are defined by this scroll container."
+                },
+                {
+                    "name": "repeat()",
+                    "description": "Defines an interval at which snap points are defined, starting from the container’s relevant start edge."
+                }
+            ],
+            "status": "obsolete",
+            "syntax": "none | repeat( <length-percentage> )",
+            "relevance": 0,
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/scroll-snap-points-x"
+                }
+            ],
+            "description": "Defines the positioning of snap points along the x axis of the scroll container it is applied to.",
+            "restrictions": [
+                "enum"
+            ]
+        },
+        {
+            "name": "scroll-snap-points-y",
+            "browsers": [
+                "FF39",
+                "S9"
+            ],
+            "values": [
+                {
+                    "name": "none",
+                    "description": "No snap points are defined by this scroll container."
+                },
+                {
+                    "name": "repeat()",
+                    "description": "Defines an interval at which snap points are defined, starting from the container’s relevant start edge."
+                }
+            ],
+            "status": "obsolete",
+            "syntax": "none | repeat( <length-percentage> )",
+            "relevance": 0,
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/scroll-snap-points-y"
+                }
+            ],
+            "description": "Defines the positioning of snap points along the y axis of the scroll container it is applied to.",
+            "restrictions": [
+                "enum"
+            ]
+        },
+        {
+            "name": "scroll-snap-type",
+            "values": [
+                {
+                    "name": "none",
+                    "description": "The visual viewport of this scroll container must ignore snap points, if any, when scrolled."
+                },
+                {
+                    "name": "mandatory",
+                    "description": "The visual viewport of this scroll container is guaranteed to rest on a snap point when there are no active scrolling operations."
+                },
+                {
+                    "name": "proximity",
+                    "description": "The visual viewport of this scroll container may come to rest on a snap point at the termination of a scroll at the discretion of the UA given the parameters of the scroll."
+                }
+            ],
+            "syntax": "none | [ x | y | block | inline | both ] [ mandatory | proximity ]?",
+            "relevance": 50,
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/scroll-snap-type"
+                }
+            ],
+            "description": "Defines how strictly snap points are enforced on the scroll container.",
+            "restrictions": [
+                "enum"
+            ]
+        },
+        {
+            "name": "shape-image-threshold",
+            "browsers": [
+                "E79",
+                "FF62",
+                "S10.1",
+                "C37",
+                "O24"
+            ],
+            "syntax": "<alpha-value>",
+            "relevance": 50,
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/shape-image-threshold"
+                }
+            ],
+            "description": "Defines the alpha channel threshold used to extract the shape using an image. A value of 0.5 means that the shape will enclose all the pixels that are more than 50% opaque.",
+            "restrictions": [
+                "number"
+            ]
+        },
+        {
+            "name": "shape-margin",
+            "browsers": [
+                "E79",
+                "FF62",
+                "S10.1",
+                "C37",
+                "O24"
+            ],
+            "syntax": "<length-percentage>",
+            "relevance": 50,
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/shape-margin"
+                }
+            ],
+            "description": "Adds a margin to a 'shape-outside'. This defines a new shape that is the smallest contour that includes all the points that are the 'shape-margin' distance outward in the perpendicular direction from a point on the underlying shape.",
+            "restrictions": [
+                "url",
+                "length",
+                "percentage"
+            ]
+        },
+        {
+            "name": "shape-outside",
+            "browsers": [
+                "E79",
+                "FF62",
+                "S10.1",
+                "C37",
+                "O24"
+            ],
+            "values": [
+                {
+                    "name": "margin-box",
+                    "description": "The background is painted within (clipped to) the margin box."
+                },
+                {
+                    "name": "none",
+                    "description": "The float area is unaffected."
+                }
+            ],
+            "syntax": "none | <shape-box> || <basic-shape> | <image>",
+            "relevance": 50,
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/shape-outside"
+                }
+            ],
+            "description": "Specifies an orthogonal rotation to be applied to an image before it is laid out.",
+            "restrictions": [
+                "image",
+                "box",
+                "shape",
+                "enum"
+            ]
+        },
+        {
+            "name": "shape-rendering",
+            "values": [
+                {
+                    "name": "auto",
+                    "description": "Suppresses aural rendering."
+                },
+                {
+                    "name": "crispEdges",
+                    "description": "Emphasize the contrast between clean edges of artwork over rendering speed and geometric precision."
+                },
+                {
+                    "name": "geometricPrecision",
+                    "description": "Emphasize geometric precision over speed and crisp edges."
+                },
+                {
+                    "name": "optimizeSpeed",
+                    "description": "Emphasize rendering speed over geometric precision and crisp edges."
+                }
+            ],
+            "relevance": 50,
+            "description": "Provides hints about what tradeoffs to make as it renders vector graphics elements such as <path> elements and basic shapes such as circles and rectangles.",
+            "restrictions": [
+                "enum"
+            ]
+        },
+        {
+            "name": "size",
+            "browsers": [
+                "C",
+                "O8"
+            ],
+            "syntax": "<length>{1,2} | auto | [ <page-size> || [ portrait | landscape ] ]",
+            "relevance": 52,
+            "description": "The size CSS at-rule descriptor, used with the @page at-rule, defines the size and orientation of the box which is used to represent a page. Most of the time, this size corresponds to the target size of the printed page if applicable.",
+            "restrictions": [
+                "length"
+            ]
+        },
+        {
+            "name": "src",
+            "values": [
+                {
+                    "name": "url()",
+                    "description": "Reference font by URL"
+                },
+                {
+                    "name": "format()",
+                    "description": "Optional hint describing the format of the font resource."
+                },
+                {
+                    "name": "local()",
+                    "description": "Format-specific string that identifies a locally available copy of a given font."
+                }
+            ],
+            "syntax": "[ <url> [ format( <string># ) ]? | local( <family-name> ) ]#",
+            "relevance": 67,
+            "description": "@font-face descriptor. Specifies the resource containing font data. It is required, whether the font is downloadable or locally installed.",
+            "restrictions": [
+                "enum",
+                "url",
+                "identifier"
+            ]
+        },
+        {
+            "name": "stop-color",
+            "relevance": 51,
+            "description": "Indicates what color to use at that gradient stop.",
+            "restrictions": [
+                "color"
+            ]
+        },
+        {
+            "name": "stop-opacity",
+            "relevance": 50,
+            "description": "Defines the opacity of a given gradient stop.",
+            "restrictions": [
+                "number(0-1)"
+            ]
+        },
+        {
+            "name": "stroke",
+            "values": [
+                {
+                    "name": "url()",
+                    "description": "A URL reference to a paint server element, which is an element that defines a paint server: ‘hatch’, ‘linearGradient’, ‘mesh’, ‘pattern’, ‘radialGradient’ and ‘solidcolor’."
+                },
+                {
+                    "name": "none",
+                    "description": "No paint is applied in this layer."
+                }
+            ],
+            "relevance": 63,
+            "description": "Paints along the outline of the given graphical element.",
+            "restrictions": [
+                "color",
+                "enum",
+                "url"
+            ]
+        },
+        {
+            "name": "stroke-dasharray",
+            "values": [
+                {
+                    "name": "none",
+                    "description": "Indicates that no dashing is used."
+                }
+            ],
+            "relevance": 58,
+            "description": "Controls the pattern of dashes and gaps used to stroke paths.",
+            "restrictions": [
+                "length",
+                "percentage",
+                "number",
+                "enum"
+            ]
+        },
+        {
+            "name": "stroke-dashoffset",
+            "relevance": 58,
+            "description": "Specifies the distance into the dash pattern to start the dash.",
+            "restrictions": [
+                "percentage",
+                "length"
+            ]
+        },
+        {
+            "name": "stroke-linecap",
+            "values": [
+                {
+                    "name": "butt",
+                    "description": "Indicates that the stroke for each subpath does not extend beyond its two endpoints."
+                },
+                {
+                    "name": "round",
+                    "description": "Indicates that at each end of each subpath, the shape representing the stroke will be extended by a half circle with a radius equal to the stroke width."
+                },
+                {
+                    "name": "square",
+                    "description": "Indicates that at the end of each subpath, the shape representing the stroke will be extended by a rectangle with the same width as the stroke width and whose length is half of the stroke width."
+                }
+            ],
+            "relevance": 53,
+            "description": "Specifies the shape to be used at the end of open subpaths when they are stroked.",
+            "restrictions": [
+                "enum"
+            ]
+        },
+        {
+            "name": "stroke-linejoin",
+            "values": [
+                {
+                    "name": "bevel",
+                    "description": "Indicates that a bevelled corner is to be used to join path segments."
+                },
+                {
+                    "name": "miter",
+                    "description": "Indicates that a sharp corner is to be used to join path segments."
+                },
+                {
+                    "name": "round",
+                    "description": "Indicates that a round corner is to be used to join path segments."
+                }
+            ],
+            "relevance": 50,
+            "description": "Specifies the shape to be used at the corners of paths or basic shapes when they are stroked.",
+            "restrictions": [
+                "enum"
+            ]
+        },
+        {
+            "name": "stroke-miterlimit",
+            "relevance": 50,
+            "description": "When two line segments meet at a sharp angle and miter joins have been specified for 'stroke-linejoin', it is possible for the miter to extend far beyond the thickness of the line stroking the path.",
+            "restrictions": [
+                "number"
+            ]
+        },
+        {
+            "name": "stroke-opacity",
+            "relevance": 51,
+            "description": "Specifies the opacity of the painting operation used to stroke the current object.",
+            "restrictions": [
+                "number(0-1)"
+            ]
+        },
+        {
+            "name": "stroke-width",
+            "relevance": 60,
+            "description": "Specifies the width of the stroke on the current object.",
+            "restrictions": [
+                "percentage",
+                "length"
+            ]
+        },
+        {
+            "name": "suffix",
+            "browsers": [
+                "FF33"
+            ],
+            "syntax": "<symbol>",
+            "relevance": 50,
+            "description": "@counter-style descriptor. Specifies a <symbol> that is appended to the marker representation.",
+            "restrictions": [
+                "image",
+                "string",
+                "identifier"
+            ]
+        },
+        {
+            "name": "system",
+            "browsers": [
+                "FF33"
+            ],
+            "values": [
+                {
+                    "name": "additive",
+                    "description": "Represents “sign-value” numbering systems, which, rather than using reusing digits in different positions to change their value, define additional digits with much larger values, so that the value of the number can be obtained by adding all the digits together."
+                },
+                {
+                    "name": "alphabetic",
+                    "description": "Interprets the list of counter symbols as digits to an alphabetic numbering system, similar to the default lower-alpha counter style, which wraps from \"a\", \"b\", \"c\", to \"aa\", \"ab\", \"ac\"."
+                },
+                {
+                    "name": "cyclic",
+                    "description": "Cycles repeatedly through its provided symbols, looping back to the beginning when it reaches the end of the list."
+                },
+                {
+                    "name": "extends",
+                    "description": "Use the algorithm of another counter style, but alter other aspects."
+                },
+                {
+                    "name": "fixed",
+                    "description": "Runs through its list of counter symbols once, then falls back."
+                },
+                {
+                    "name": "numeric",
+                    "description": "interprets the list of counter symbols as digits to a \"place-value\" numbering system, similar to the default 'decimal' counter style."
+                },
+                {
+                    "name": "symbolic",
+                    "description": "Cycles repeatedly through its provided symbols, doubling, tripling, etc. the symbols on each successive pass through the list."
+                }
+            ],
+            "syntax": "cyclic | numeric | alphabetic | symbolic | additive | [ fixed <integer>? ] | [ extends <counter-style-name> ]",
+            "relevance": 50,
+            "description": "@counter-style descriptor. Specifies which algorithm will be used to construct the counter’s representation based on the counter value.",
+            "restrictions": [
+                "enum",
+                "integer"
+            ]
+        },
+        {
+            "name": "symbols",
+            "browsers": [
+                "FF33"
+            ],
+            "syntax": "<symbol>+",
+            "relevance": 50,
+            "description": "@counter-style descriptor. Specifies the symbols used by the marker-construction algorithm specified by the system descriptor.",
+            "restrictions": [
+                "image",
+                "string",
+                "identifier"
+            ]
+        },
+        {
+            "name": "table-layout",
+            "values": [
+                {
+                    "name": "auto",
+                    "description": "Use any automatic table layout algorithm."
+                },
+                {
+                    "name": "fixed",
+                    "description": "Use the fixed table layout algorithm."
+                }
+            ],
+            "syntax": "auto | fixed",
+            "relevance": 61,
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/table-layout"
+                }
+            ],
+            "description": "Controls the algorithm used to lay out the table cells, rows, and columns.",
+            "restrictions": [
+                "enum"
+            ]
+        },
+        {
+            "name": "tab-size",
+            "browsers": [
+                "E79",
+                "FF4",
+                "S6.1",
+                "C21",
+                "O15"
+            ],
+            "syntax": "<integer> | <length>",
+            "relevance": 51,
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/tab-size"
+                }
+            ],
+            "description": "Determines the width of the tab character (U+0009), in space characters (U+0020), when rendered.",
+            "restrictions": [
+                "integer",
+                "length"
+            ]
+        },
+        {
+            "name": "text-align",
+            "values": [
+                {
+                    "name": "center",
+                    "description": "The inline contents are centered within the line box."
+                },
+                {
+                    "name": "end",
+                    "description": "The inline contents are aligned to the end edge of the line box."
+                },
+                {
+                    "name": "justify",
+                    "description": "The text is justified according to the method specified by the 'text-justify' property."
+                },
+                {
+                    "name": "left",
+                    "description": "The inline contents are aligned to the left edge of the line box. In vertical text, 'left' aligns to the edge of the line box that would be the start edge for left-to-right text."
+                },
+                {
+                    "name": "right",
+                    "description": "The inline contents are aligned to the right edge of the line box. In vertical text, 'right' aligns to the edge of the line box that would be the end edge for left-to-right text."
+                },
+                {
+                    "name": "start",
+                    "description": "The inline contents are aligned to the start edge of the line box."
+                }
+            ],
+            "syntax": "start | end | left | right | center | justify | match-parent",
+            "relevance": 93,
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/text-align"
+                }
+            ],
+            "description": "Describes how inline contents of a block are horizontally aligned if the contents do not completely fill the line box.",
+            "restrictions": [
+                "string"
+            ]
+        },
+        {
+            "name": "text-align-last",
+            "browsers": [
+                "E12",
+                "FF49",
+                "C47",
+                "IE5.5",
+                "O34"
+            ],
+            "values": [
+                {
+                    "name": "auto",
+                    "description": "Content on the affected line is aligned per 'text-align' unless 'text-align' is set to 'justify', in which case it is 'start-aligned'."
+                },
+                {
+                    "name": "center",
+                    "description": "The inline contents are centered within the line box."
+                },
+                {
+                    "name": "justify",
+                    "description": "The text is justified according to the method specified by the 'text-justify' property."
+                },
+                {
+                    "name": "left",
+                    "description": "The inline contents are aligned to the left edge of the line box. In vertical text, 'left' aligns to the edge of the line box that would be the start edge for left-to-right text."
+                },
+                {
+                    "name": "right",
+                    "description": "The inline contents are aligned to the right edge of the line box. In vertical text, 'right' aligns to the edge of the line box that would be the end edge for left-to-right text."
+                }
+            ],
+            "syntax": "auto | start | end | left | right | center | justify",
+            "relevance": 50,
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/text-align-last"
+                }
+            ],
+            "description": "Describes how the last line of a block or a line right before a forced line break is aligned when 'text-align' is set to 'justify'.",
+            "restrictions": [
+                "enum"
+            ]
+        },
+        {
+            "name": "text-anchor",
+            "values": [
+                {
+                    "name": "end",
+                    "description": "The rendered characters are aligned such that the end of the resulting rendered text is at the initial current text position."
+                },
+                {
+                    "name": "middle",
+                    "description": "The rendered characters are aligned such that the geometric middle of the resulting rendered text is at the initial current text position."
+                },
+                {
+                    "name": "start",
+                    "description": "The rendered characters are aligned such that the start of the resulting rendered text is at the initial current text position."
+                }
+            ],
+            "relevance": 50,
+            "description": "Used to align (start-, middle- or end-alignment) a string of text relative to a given point.",
+            "restrictions": [
+                "enum"
+            ]
+        },
+        {
+            "name": "text-decoration",
+            "values": [
+                {
+                    "name": "dashed",
+                    "description": "Produces a dashed line style."
+                },
+                {
+                    "name": "dotted",
+                    "description": "Produces a dotted line."
+                },
+                {
+                    "name": "double",
+                    "description": "Produces a double line."
+                },
+                {
+                    "name": "line-through",
+                    "description": "Each line of text has a line through the middle."
+                },
+                {
+                    "name": "none",
+                    "description": "Produces no line."
+                },
+                {
+                    "name": "overline",
+                    "description": "Each line of text has a line above it."
+                },
+                {
+                    "name": "solid",
+                    "description": "Produces a solid line."
+                },
+                {
+                    "name": "underline",
+                    "description": "Each line of text is underlined."
+                },
+                {
+                    "name": "wavy",
+                    "description": "Produces a wavy line."
+                }
+            ],
+            "syntax": "<'text-decoration-line'> || <'text-decoration-style'> || <'text-decoration-color'> || <'text-decoration-thickness'>",
+            "relevance": 91,
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/text-decoration"
+                }
+            ],
+            "description": "Decorations applied to font used for an element's text.",
+            "restrictions": [
+                "enum",
+                "color"
+            ]
+        },
+        {
+            "name": "text-decoration-color",
+            "browsers": [
+                "E79",
+                "FF36",
+                "S12.1",
+                "C57",
+                "O44"
+            ],
+            "syntax": "<color>",
+            "relevance": 52,
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/text-decoration-color"
+                }
+            ],
+            "description": "Specifies the color of text decoration (underlines overlines, and line-throughs) set on the element with text-decoration-line.",
+            "restrictions": [
+                "color"
+            ]
+        },
+        {
+            "name": "text-decoration-line",
+            "browsers": [
+                "E79",
+                "FF36",
+                "S12.1",
+                "C57",
+                "O44"
+            ],
+            "values": [
+                {
+                    "name": "line-through",
+                    "description": "Each line of text has a line through the middle."
+                },
+                {
+                    "name": "none",
+                    "description": "Neither produces nor inhibits text decoration."
+                },
+                {
+                    "name": "overline",
+                    "description": "Each line of text has a line above it."
+                },
+                {
+                    "name": "underline",
+                    "description": "Each line of text is underlined."
+                }
+            ],
+            "syntax": "none | [ underline || overline || line-through || blink ] | spelling-error | grammar-error",
+            "relevance": 50,
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/text-decoration-line"
+                }
+            ],
+            "description": "Specifies what line decorations, if any, are added to the element.",
+            "restrictions": [
+                "enum"
+            ]
+        },
+        {
+            "name": "text-decoration-style",
+            "browsers": [
+                "E79",
+                "FF36",
+                "S12.1",
+                "C57",
+                "O44"
+            ],
+            "values": [
+                {
+                    "name": "dashed",
+                    "description": "Produces a dashed line style."
+                },
+                {
+                    "name": "dotted",
+                    "description": "Produces a dotted line."
+                },
+                {
+                    "name": "double",
+                    "description": "Produces a double line."
+                },
+                {
+                    "name": "none",
+                    "description": "Produces no line."
+                },
+                {
+                    "name": "solid",
+                    "description": "Produces a solid line."
+                },
+                {
+                    "name": "wavy",
+                    "description": "Produces a wavy line."
+                }
+            ],
+            "syntax": "solid | double | dotted | dashed | wavy",
+            "relevance": 50,
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/text-decoration-style"
+                }
+            ],
+            "description": "Specifies the line style for underline, line-through and overline text decoration.",
+            "restrictions": [
+                "enum"
+            ]
+        },
+        {
+            "name": "text-indent",
+            "values": [],
+            "syntax": "<length-percentage> && hanging? && each-line?",
+            "relevance": 68,
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/text-indent"
+                }
+            ],
+            "description": "Specifies the indentation applied to lines of inline content in a block. The indentation only affects the first line of inline content in the block unless the 'hanging' keyword is specified, in which case it affects all lines except the first.",
+            "restrictions": [
+                "percentage",
+                "length"
+            ]
+        },
+        {
+            "name": "text-justify",
+            "browsers": [
+                "E12",
+                "FF55",
+                "C32",
+                "IE11",
+                "O19"
+            ],
+            "values": [
+                {
+                    "name": "auto",
+                    "description": "The UA determines the justification algorithm to follow, based on a balance between performance and adequate presentation quality."
+                },
+                {
+                    "name": "distribute",
+                    "description": "Justification primarily changes spacing both at word separators and at grapheme cluster boundaries in all scripts except those in the connected and cursive groups. This value is sometimes used in e.g. Japanese, often with the 'text-align-last' property."
+                },
+                {
+                    "name": "distribute-all-lines"
+                },
+                {
+                    "name": "inter-cluster",
+                    "description": "Justification primarily changes spacing at word separators and at grapheme cluster boundaries in clustered scripts. This value is typically used for Southeast Asian scripts such as Thai."
+                },
+                {
+                    "name": "inter-ideograph",
+                    "description": "Justification primarily changes spacing at word separators and at inter-graphemic boundaries in scripts that use no word spaces. This value is typically used for CJK languages."
+                },
+                {
+                    "name": "inter-word",
+                    "description": "Justification primarily changes spacing at word separators. This value is typically used for languages that separate words using spaces, like English or (sometimes) Korean."
+                },
+                {
+                    "name": "kashida",
+                    "description": "Justification primarily stretches Arabic and related scripts through the use of kashida or other calligraphic elongation."
+                },
+                {
+                    "name": "newspaper"
+                }
+            ],
+            "syntax": "auto | inter-character | inter-word | none",
+            "relevance": 50,
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/text-justify"
+                }
+            ],
+            "description": "Selects the justification algorithm used when 'text-align' is set to 'justify'. The property applies to block containers, but the UA may (but is not required to) also support it on inline elements.",
+            "restrictions": [
+                "enum"
+            ]
+        },
+        {
+            "name": "text-orientation",
+            "browsers": [
+                "E79",
+                "FF41",
+                "S5.1",
+                "C48",
+                "O15"
+            ],
+            "values": [
+                {
+                    "name": "sideways",
+                    "browsers": [
+                        "E79",
+                        "FF41",
+                        "S5.1",
+                        "C48",
+                        "O15"
+                    ],
+                    "description": "This value is equivalent to 'sideways-right' in 'vertical-rl' writing mode and equivalent to 'sideways-left' in 'vertical-lr' writing mode."
+                },
+                {
+                    "name": "sideways-right",
+                    "browsers": [
+                        "E79",
+                        "FF41",
+                        "S5.1",
+                        "C48",
+                        "O15"
+                    ],
+                    "description": "In vertical writing modes, this causes text to be set as if in a horizontal layout, but rotated 90° clockwise."
+                },
+                {
+                    "name": "upright",
+                    "description": "In vertical writing modes, characters from horizontal-only scripts are rendered upright, i.e. in their standard horizontal orientation."
+                }
+            ],
+            "syntax": "mixed | upright | sideways",
+            "relevance": 50,
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/text-orientation"
+                }
+            ],
+            "description": "Specifies the orientation of text within a line.",
+            "restrictions": [
+                "enum"
+            ]
+        },
+        {
+            "name": "text-overflow",
+            "values": [
+                {
+                    "name": "clip",
+                    "description": "Clip inline content that overflows. Characters may be only partially rendered."
+                },
+                {
+                    "name": "ellipsis",
+                    "description": "Render an ellipsis character (U+2026) to represent clipped inline content."
+                }
+            ],
+            "syntax": "[ clip | ellipsis | <string> ]{1,2}",
+            "relevance": 81,
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/text-overflow"
+                }
+            ],
+            "description": "Text can overflow for example when it is prevented from wrapping.",
+            "restrictions": [
+                "enum",
+                "string"
+            ]
+        },
+        {
+            "name": "text-rendering",
+            "browsers": [
+                "E79",
+                "FF1",
+                "S5",
+                "C4",
+                "O15"
+            ],
+            "values": [
+                {
+                    "name": "auto"
+                },
+                {
+                    "name": "geometricPrecision",
+                    "description": "Indicates that the user agent shall emphasize geometric precision over legibility and rendering speed."
+                },
+                {
+                    "name": "optimizeLegibility",
+                    "description": "Indicates that the user agent shall emphasize legibility over rendering speed and geometric precision."
+                },
+                {
+                    "name": "optimizeSpeed",
+                    "description": "Indicates that the user agent shall emphasize rendering speed over legibility and geometric precision."
+                }
+            ],
+            "syntax": "auto | optimizeSpeed | optimizeLegibility | geometricPrecision",
+            "relevance": 68,
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/text-rendering"
+                }
+            ],
+            "description": "The creator of SVG content might want to provide a hint to the implementation about what tradeoffs to make as it renders text. The ‘text-rendering’ property provides these hints.",
+            "restrictions": [
+                "enum"
+            ]
+        },
+        {
+            "name": "text-shadow",
+            "values": [
+                {
+                    "name": "none",
+                    "description": "No shadow."
+                }
+            ],
+            "syntax": "none | <shadow-t>#",
+            "relevance": 74,
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/text-shadow"
+                }
+            ],
+            "description": "Enables shadow effects to be applied to the text of the element.",
+            "restrictions": [
+                "length",
+                "color"
+            ]
+        },
+        {
+            "name": "text-transform",
+            "values": [
+                {
+                    "name": "capitalize",
+                    "description": "Puts the first typographic letter unit of each word in titlecase."
+                },
+                {
+                    "name": "lowercase",
+                    "description": "Puts all letters in lowercase."
+                },
+                {
+                    "name": "none",
+                    "description": "No effects."
+                },
+                {
+                    "name": "uppercase",
+                    "description": "Puts all letters in uppercase."
+                }
+            ],
+            "syntax": "none | capitalize | uppercase | lowercase | full-width | full-size-kana",
+            "relevance": 84,
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/text-transform"
+                }
+            ],
+            "description": "Controls capitalization effects of an element’s text.",
+            "restrictions": [
+                "enum"
+            ]
+        },
+        {
+            "name": "text-underline-position",
+            "values": [
+                {
+                    "name": "above"
+                },
+                {
+                    "name": "auto",
+                    "description": "The user agent may use any algorithm to determine the underline’s position. In horizontal line layout, the underline should be aligned as for alphabetic. In vertical line layout, if the language is set to Japanese or Korean, the underline should be aligned as for over."
+                },
+                {
+                    "name": "below",
+                    "description": "The underline is aligned with the under edge of the element’s content box."
+                }
+            ],
+            "syntax": "auto | from-font | [ under || [ left | right ] ]",
+            "relevance": 50,
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/text-underline-position"
+                }
+            ],
+            "description": "Sets the position of an underline specified on the same element: it does not affect underlines specified by ancestor elements. This property is typically used in vertical writing contexts such as in Japanese documents where it often desired to have the underline appear 'over' (to the right of) the affected run of text",
+            "restrictions": [
+                "enum"
+            ]
+        },
+        {
+            "name": "top",
+            "values": [
+                {
+                    "name": "auto",
+                    "description": "For non-replaced elements, the effect of this value depends on which of related properties have the value 'auto' as well"
+                }
+            ],
+            "syntax": "<length> | <percentage> | auto",
+            "relevance": 95,
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/top"
+                }
+            ],
+            "description": "Specifies how far an absolutely positioned box's top margin edge is offset below the top edge of the box's 'containing block'.",
+            "restrictions": [
+                "length",
+                "percentage"
+            ]
+        },
+        {
+            "name": "touch-action",
+            "values": [
+                {
+                    "name": "auto",
+                    "description": "The user agent may determine any permitted touch behaviors for touches that begin on the element."
+                },
+                {
+                    "name": "cross-slide-x"
+                },
+                {
+                    "name": "cross-slide-y"
+                },
+                {
+                    "name": "double-tap-zoom"
+                },
+                {
+                    "name": "manipulation",
+                    "description": "The user agent may consider touches that begin on the element only for the purposes of scrolling and continuous zooming."
+                },
+                {
+                    "name": "none",
+                    "description": "Touches that begin on the element must not trigger default touch behaviors."
+                },
+                {
+                    "name": "pan-x",
+                    "description": "The user agent may consider touches that begin on the element only for the purposes of horizontally scrolling the element’s nearest ancestor with horizontally scrollable content."
+                },
+                {
+                    "name": "pan-y",
+                    "description": "The user agent may consider touches that begin on the element only for the purposes of vertically scrolling the element’s nearest ancestor with vertically scrollable content."
+                },
+                {
+                    "name": "pinch-zoom"
+                }
+            ],
+            "syntax": "auto | none | [ [ pan-x | pan-left | pan-right ] || [ pan-y | pan-up | pan-down ] || pinch-zoom ] | manipulation",
+            "relevance": 65,
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/touch-action"
+                }
+            ],
+            "description": "Determines whether touch input may trigger default behavior supplied by user agent.",
+            "restrictions": [
+                "enum"
+            ]
+        },
+        {
+            "name": "transform",
+            "values": [
+                {
+                    "name": "matrix()",
+                    "description": "Specifies a 2D transformation in the form of a transformation matrix of six values. matrix(a,b,c,d,e,f) is equivalent to applying the transformation matrix [a b c d e f]"
+                },
+                {
+                    "name": "matrix3d()",
+                    "description": "Specifies a 3D transformation as a 4x4 homogeneous matrix of 16 values in column-major order."
+                },
+                {
+                    "name": "none"
+                },
+                {
+                    "name": "perspective()",
+                    "description": "Specifies a perspective projection matrix."
+                },
+                {
+                    "name": "rotate()",
+                    "description": "Specifies a 2D rotation by the angle specified in the parameter about the origin of the element, as defined by the transform-origin property."
+                },
+                {
+                    "name": "rotate3d()",
+                    "description": "Specifies a clockwise 3D rotation by the angle specified in last parameter about the [x,y,z] direction vector described by the first 3 parameters."
+                },
+                {
+                    "name": "rotateX('angle')",
+                    "description": "Specifies a clockwise rotation by the given angle about the X axis."
+                },
+                {
+                    "name": "rotateY('angle')",
+                    "description": "Specifies a clockwise rotation by the given angle about the Y axis."
+                },
+                {
+                    "name": "rotateZ('angle')",
+                    "description": "Specifies a clockwise rotation by the given angle about the Z axis."
+                },
+                {
+                    "name": "scale()",
+                    "description": "Specifies a 2D scale operation by the [sx,sy] scaling vector described by the 2 parameters. If the second parameter is not provided, it is takes a value equal to the first."
+                },
+                {
+                    "name": "scale3d()",
+                    "description": "Specifies a 3D scale operation by the [sx,sy,sz] scaling vector described by the 3 parameters."
+                },
+                {
+                    "name": "scaleX()",
+                    "description": "Specifies a scale operation using the [sx,1] scaling vector, where sx is given as the parameter."
+                },
+                {
+                    "name": "scaleY()",
+                    "description": "Specifies a scale operation using the [sy,1] scaling vector, where sy is given as the parameter."
+                },
+                {
+                    "name": "scaleZ()",
+                    "description": "Specifies a scale operation using the [1,1,sz] scaling vector, where sz is given as the parameter."
+                },
+                {
+                    "name": "skew()",
+                    "description": "Specifies a skew transformation along the X and Y axes. The first angle parameter specifies the skew on the X axis. The second angle parameter specifies the skew on the Y axis. If the second parameter is not given then a value of 0 is used for the Y angle (ie: no skew on the Y axis)."
+                },
+                {
+                    "name": "skewX()",
+                    "description": "Specifies a skew transformation along the X axis by the given angle."
+                },
+                {
+                    "name": "skewY()",
+                    "description": "Specifies a skew transformation along the Y axis by the given angle."
+                },
+                {
+                    "name": "translate()",
+                    "description": "Specifies a 2D translation by the vector [tx, ty], where tx is the first translation-value parameter and ty is the optional second translation-value parameter."
+                },
+                {
+                    "name": "translate3d()",
+                    "description": "Specifies a 3D translation by the vector [tx,ty,tz], with tx, ty and tz being the first, second and third translation-value parameters respectively."
+                },
+                {
+                    "name": "translateX()",
+                    "description": "Specifies a translation by the given amount in the X direction."
+                },
+                {
+                    "name": "translateY()",
+                    "description": "Specifies a translation by the given amount in the Y direction."
+                },
+                {
+                    "name": "translateZ()",
+                    "description": "Specifies a translation by the given amount in the Z direction. Note that percentage values are not allowed in the translateZ translation-value, and if present are evaluated as 0."
+                }
+            ],
+            "syntax": "none | <transform-list>",
+            "relevance": 88,
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/transform"
+                }
+            ],
+            "description": "A two-dimensional transformation is applied to an element through the 'transform' property. This property contains a list of transform functions similar to those allowed by SVG.",
+            "restrictions": [
+                "enum"
+            ]
+        },
+        {
+            "name": "transform-origin",
+            "syntax": "[ <length-percentage> | left | center | right | top | bottom ] | [ [ <length-percentage> | left | center | right ] && [ <length-percentage> | top | center | bottom ] ] <length>?",
+            "relevance": 74,
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/transform-origin"
+                }
+            ],
+            "description": "Establishes the origin of transformation for an element.",
+            "restrictions": [
+                "position",
+                "length",
+                "percentage"
+            ]
+        },
+        {
+            "name": "transform-style",
+            "browsers": [
+                "E12",
+                "FF16",
+                "S9",
+                "C36",
+                "O23"
+            ],
+            "values": [
+                {
+                    "name": "flat",
+                    "description": "All children of this element are rendered flattened into the 2D plane of the element."
+                },
+                {
+                    "name": "preserve-3d",
+                    "browsers": [
+                        "E12",
+                        "FF16",
+                        "S9",
+                        "C36",
+                        "O23"
+                    ],
+                    "description": "Flattening is not performed, so children maintain their position in 3D space."
+                }
+            ],
+            "syntax": "flat | preserve-3d",
+            "relevance": 54,
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/transform-style"
+                }
+            ],
+            "description": "Defines how nested elements are rendered in 3D space.",
+            "restrictions": [
+                "enum"
+            ]
+        },
+        {
+            "name": "transition",
+            "values": [
+                {
+                    "name": "all",
+                    "description": "Every property that is able to undergo a transition will do so."
+                },
+                {
+                    "name": "none",
+                    "description": "No property will transition."
+                }
+            ],
+            "syntax": "<single-transition>#",
+            "relevance": 87,
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/transition"
+                }
+            ],
+            "description": "Shorthand property combines four of the transition properties into a single property.",
+            "restrictions": [
+                "time",
+                "property",
+                "timing-function",
+                "enum"
+            ]
+        },
+        {
+            "name": "transition-delay",
+            "syntax": "<time>#",
+            "relevance": 62,
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/transition-delay"
+                }
+            ],
+            "description": "Defines when the transition will start. It allows a transition to begin execution some period of time from when it is applied.",
+            "restrictions": [
+                "time"
+            ]
+        },
+        {
+            "name": "transition-duration",
+            "syntax": "<time>#",
+            "relevance": 62,
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/transition-duration"
+                }
+            ],
+            "description": "Specifies how long the transition from the old value to the new value should take.",
+            "restrictions": [
+                "time"
+            ]
+        },
+        {
+            "name": "transition-property",
+            "values": [
+                {
+                    "name": "all",
+                    "description": "Every property that is able to undergo a transition will do so."
+                },
+                {
+                    "name": "none",
+                    "description": "No property will transition."
+                }
+            ],
+            "syntax": "none | <single-transition-property>#",
+            "relevance": 64,
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/transition-property"
+                }
+            ],
+            "description": "Specifies the name of the CSS property to which the transition is applied.",
+            "restrictions": [
+                "property"
+            ]
+        },
+        {
+            "name": "transition-timing-function",
+            "syntax": "<timing-function>#",
+            "relevance": 60,
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/transition-timing-function"
+                }
+            ],
+            "description": "Describes how the intermediate values used during a transition will be calculated.",
+            "restrictions": [
+                "timing-function"
+            ]
+        },
+        {
+            "name": "unicode-bidi",
+            "values": [
+                {
+                    "name": "bidi-override",
+                    "description": "Inside the element, reordering is strictly in sequence according to the 'direction' property; the implicit part of the bidirectional algorithm is ignored."
+                },
+                {
+                    "name": "embed",
+                    "description": "If the element is inline-level, this value opens an additional level of embedding with respect to the bidirectional algorithm. The direction of this embedding level is given by the 'direction' property."
+                },
+                {
+                    "name": "isolate",
+                    "description": "The contents of the element are considered to be inside a separate, independent paragraph."
+                },
+                {
+                    "name": "isolate-override",
+                    "description": "This combines the isolation behavior of 'isolate' with the directional override behavior of 'bidi-override'"
+                },
+                {
+                    "name": "normal",
+                    "description": "The element does not open an additional level of embedding with respect to the bidirectional algorithm. For inline-level elements, implicit reordering works across element boundaries."
+                },
+                {
+                    "name": "plaintext",
+                    "description": "For the purposes of the Unicode bidirectional algorithm, the base directionality of each bidi paragraph for which the element forms the containing block is determined not by the element's computed 'direction'."
+                }
+            ],
+            "syntax": "normal | embed | isolate | bidi-override | isolate-override | plaintext",
+            "relevance": 57,
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/unicode-bidi"
+                }
+            ],
+            "description": "The level of embedding with respect to the bidirectional algorithm.",
+            "restrictions": [
+                "enum"
+            ]
+        },
+        {
+            "name": "unicode-range",
+            "values": [
+                {
+                    "name": "U+26",
+                    "description": "Ampersand."
+                },
+                {
+                    "name": "U+20-24F, U+2B0-2FF, U+370-4FF, U+1E00-1EFF, U+2000-20CF, U+2100-23FF, U+2500-26FF, U+E000-F8FF, U+FB00–FB4F",
+                    "description": "WGL4 character set (Pan-European)."
+                },
+                {
+                    "name": "U+20-17F, U+2B0-2FF, U+2000-206F, U+20A0-20CF, U+2100-21FF, U+2600-26FF",
+                    "description": "The Multilingual European Subset No. 1. Latin. Covers ~44 languages."
+                },
+                {
+                    "name": "U+20-2FF, U+370-4FF, U+1E00-20CF, U+2100-23FF, U+2500-26FF, U+FB00-FB4F, U+FFF0-FFFD",
+                    "description": "The Multilingual European Subset No. 2. Latin, Greek, and Cyrillic. Covers ~128 language."
+                },
+                {
+                    "name": "U+20-4FF, U+530-58F, U+10D0-10FF, U+1E00-23FF, U+2440-245F, U+2500-26FF, U+FB00-FB4F, U+FE20-FE2F, U+FFF0-FFFD",
+                    "description": "The Multilingual European Subset No. 3. Covers all characters belonging to European scripts."
+                },
+                {
+                    "name": "U+00-7F",
+                    "description": "Basic Latin (ASCII)."
+                },
+                {
+                    "name": "U+80-FF",
+                    "description": "Latin-1 Supplement. Accented characters for Western European languages, common punctuation characters, multiplication and division signs."
+                },
+                {
+                    "name": "U+100-17F",
+                    "description": "Latin Extended-A. Accented characters for for Czech, Dutch, Polish, and Turkish."
+                },
+                {
+                    "name": "U+180-24F",
+                    "description": "Latin Extended-B. Croatian, Slovenian, Romanian, Non-European and historic latin, Khoisan, Pinyin, Livonian, Sinology."
+                },
+                {
+                    "name": "U+1E00-1EFF",
+                    "description": "Latin Extended Additional. Vietnamese, German captial sharp s, Medievalist, Latin general use."
+                },
+                {
+                    "name": "U+250-2AF",
+                    "description": "International Phonetic Alphabet Extensions."
+                },
+                {
+                    "name": "U+370-3FF",
+                    "description": "Greek and Coptic."
+                },
+                {
+                    "name": "U+1F00-1FFF",
+                    "description": "Greek Extended. Accented characters for polytonic Greek."
+                },
+                {
+                    "name": "U+400-4FF",
+                    "description": "Cyrillic."
+                },
+                {
+                    "name": "U+500-52F",
+                    "description": "Cyrillic Supplement. Extra letters for Komi, Khanty, Chukchi, Mordvin, Kurdish, Aleut, Chuvash, Abkhaz, Azerbaijani, and Orok."
+                },
+                {
+                    "name": "U+00-52F, U+1E00-1FFF, U+2200–22FF",
+                    "description": "Latin, Greek, Cyrillic, some punctuation and symbols."
+                },
+                {
+                    "name": "U+530–58F",
+                    "description": "Armenian."
+                },
+                {
+                    "name": "U+590–5FF",
+                    "description": "Hebrew."
+                },
+                {
+                    "name": "U+600–6FF",
+                    "description": "Arabic."
+                },
+                {
+                    "name": "U+750–77F",
+                    "description": "Arabic Supplement. Additional letters for African languages, Khowar, Torwali, Burushaski, and early Persian."
+                },
+                {
+                    "name": "U+8A0–8FF",
+                    "description": "Arabic Extended-A. Additional letters for African languages, European and Central Asian languages, Rohingya, Tamazight, Arwi, and Koranic annotation signs."
+                },
+                {
+                    "name": "U+700–74F",
+                    "description": "Syriac."
+                },
+                {
+                    "name": "U+900–97F",
+                    "description": "Devanagari."
+                },
+                {
+                    "name": "U+980–9FF",
+                    "description": "Bengali."
+                },
+                {
+                    "name": "U+A00–A7F",
+                    "description": "Gurmukhi."
+                },
+                {
+                    "name": "U+A80–AFF",
+                    "description": "Gujarati."
+                },
+                {
+                    "name": "U+B00–B7F",
+                    "description": "Oriya."
+                },
+                {
+                    "name": "U+B80–BFF",
+                    "description": "Tamil."
+                },
+                {
+                    "name": "U+C00–C7F",
+                    "description": "Telugu."
+                },
+                {
+                    "name": "U+C80–CFF",
+                    "description": "Kannada."
+                },
+                {
+                    "name": "U+D00–D7F",
+                    "description": "Malayalam."
+                },
+                {
+                    "name": "U+D80–DFF",
+                    "description": "Sinhala."
+                },
+                {
+                    "name": "U+118A0–118FF",
+                    "description": "Warang Citi."
+                },
+                {
+                    "name": "U+E00–E7F",
+                    "description": "Thai."
+                },
+                {
+                    "name": "U+1A20–1AAF",
+                    "description": "Tai Tham."
+                },
+                {
+                    "name": "U+AA80–AADF",
+                    "description": "Tai Viet."
+                },
+                {
+                    "name": "U+E80–EFF",
+                    "description": "Lao."
+                },
+                {
+                    "name": "U+F00–FFF",
+                    "description": "Tibetan."
+                },
+                {
+                    "name": "U+1000–109F",
+                    "description": "Myanmar (Burmese)."
+                },
+                {
+                    "name": "U+10A0–10FF",
+                    "description": "Georgian."
+                },
+                {
+                    "name": "U+1200–137F",
+                    "description": "Ethiopic."
+                },
+                {
+                    "name": "U+1380–139F",
+                    "description": "Ethiopic Supplement. Extra Syllables for Sebatbeit, and Tonal marks"
+                },
+                {
+                    "name": "U+2D80–2DDF",
+                    "description": "Ethiopic Extended. Extra Syllables for Me'en, Blin, and Sebatbeit."
+                },
+                {
+                    "name": "U+AB00–AB2F",
+                    "description": "Ethiopic Extended-A. Extra characters for Gamo-Gofa-Dawro, Basketo, and Gumuz."
+                },
+                {
+                    "name": "U+1780–17FF",
+                    "description": "Khmer."
+                },
+                {
+                    "name": "U+1800–18AF",
+                    "description": "Mongolian."
+                },
+                {
+                    "name": "U+1B80–1BBF",
+                    "description": "Sundanese."
+                },
+                {
+                    "name": "U+1CC0–1CCF",
+                    "description": "Sundanese Supplement. Punctuation."
+                },
+                {
+                    "name": "U+4E00–9FD5",
+                    "description": "CJK (Chinese, Japanese, Korean) Unified Ideographs. Most common ideographs for modern Chinese and Japanese."
+                },
+                {
+                    "name": "U+3400–4DB5",
+                    "description": "CJK Unified Ideographs Extension A. Rare ideographs."
+                },
+                {
+                    "name": "U+2F00–2FDF",
+                    "description": "Kangxi Radicals."
+                },
+                {
+                    "name": "U+2E80–2EFF",
+                    "description": "CJK Radicals Supplement. Alternative forms of Kangxi Radicals."
+                },
+                {
+                    "name": "U+1100–11FF",
+                    "description": "Hangul Jamo."
+                },
+                {
+                    "name": "U+AC00–D7AF",
+                    "description": "Hangul Syllables."
+                },
+                {
+                    "name": "U+3040–309F",
+                    "description": "Hiragana."
+                },
+                {
+                    "name": "U+30A0–30FF",
+                    "description": "Katakana."
+                },
+                {
+                    "name": "U+A5, U+4E00-9FFF, U+30??, U+FF00-FF9F",
+                    "description": "Japanese Kanji, Hiragana and Katakana characters plus Yen/Yuan symbol."
+                },
+                {
+                    "name": "U+A4D0–A4FF",
+                    "description": "Lisu."
+                },
+                {
+                    "name": "U+A000–A48F",
+                    "description": "Yi Syllables."
+                },
+                {
+                    "name": "U+A490–A4CF",
+                    "description": "Yi Radicals."
+                },
+                {
+                    "name": "U+2000-206F",
+                    "description": "General Punctuation."
+                },
+                {
+                    "name": "U+3000–303F",
+                    "description": "CJK Symbols and Punctuation."
+                },
+                {
+                    "name": "U+2070–209F",
+                    "description": "Superscripts and Subscripts."
+                },
+                {
+                    "name": "U+20A0–20CF",
+                    "description": "Currency Symbols."
+                },
+                {
+                    "name": "U+2100–214F",
+                    "description": "Letterlike Symbols."
+                },
+                {
+                    "name": "U+2150–218F",
+                    "description": "Number Forms."
+                },
+                {
+                    "name": "U+2190–21FF",
+                    "description": "Arrows."
+                },
+                {
+                    "name": "U+2200–22FF",
+                    "description": "Mathematical Operators."
+                },
+                {
+                    "name": "U+2300–23FF",
+                    "description": "Miscellaneous Technical."
+                },
+                {
+                    "name": "U+E000-F8FF",
+                    "description": "Private Use Area."
+                },
+                {
+                    "name": "U+FB00–FB4F",
+                    "description": "Alphabetic Presentation Forms. Ligatures for latin, Armenian, and Hebrew."
+                },
+                {
+                    "name": "U+FB50–FDFF",
+                    "description": "Arabic Presentation Forms-A. Contextual forms / ligatures for Persian, Urdu, Sindhi, Central Asian languages, etc, Arabic pedagogical symbols, word ligatures."
+                },
+                {
+                    "name": "U+1F600–1F64F",
+                    "description": "Emoji: Emoticons."
+                },
+                {
+                    "name": "U+2600–26FF",
+                    "description": "Emoji: Miscellaneous Symbols."
+                },
+                {
+                    "name": "U+1F300–1F5FF",
+                    "description": "Emoji: Miscellaneous Symbols and Pictographs."
+                },
+                {
+                    "name": "U+1F900–1F9FF",
+                    "description": "Emoji: Supplemental Symbols and Pictographs."
+                },
+                {
+                    "name": "U+1F680–1F6FF",
+                    "description": "Emoji: Transport and Map Symbols."
+                }
+            ],
+            "syntax": "<unicode-range>#",
+            "relevance": 58,
+            "description": "@font-face descriptor. Defines the set of Unicode codepoints that may be supported by the font face for which it is declared.",
+            "restrictions": [
+                "unicode-range"
+            ]
+        },
+        {
+            "name": "user-select",
+            "values": [
+                {
+                    "name": "all",
+                    "description": "The content of the element must be selected atomically"
+                },
+                {
+                    "name": "auto"
+                },
+                {
+                    "name": "contain",
+                    "description": "UAs must not allow a selection which is started in this element to be extended outside of this element."
+                },
+                {
+                    "name": "none",
+                    "description": "The UA must not allow selections to be started in this element."
+                },
+                {
+                    "name": "text",
+                    "description": "The element imposes no constraint on the selection."
+                }
+            ],
+            "status": "nonstandard",
+            "syntax": "auto | text | none | contain | all",
+            "relevance": 24,
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/user-select"
+                }
+            ],
+            "description": "Controls the appearance of selection.",
+            "restrictions": [
+                "enum"
+            ]
+        },
+        {
+            "name": "vertical-align",
+            "values": [
+                {
+                    "name": "auto",
+                    "description": "Align the dominant baseline of the parent box with the equivalent, or heuristically reconstructed, baseline of the element inline box."
+                },
+                {
+                    "name": "baseline",
+                    "description": "Align the 'alphabetic' baseline of the element with the 'alphabetic' baseline of the parent element."
+                },
+                {
+                    "name": "bottom",
+                    "description": "Align the after edge of the extended inline box with the after-edge of the line box."
+                },
+                {
+                    "name": "middle",
+                    "description": "Align the 'middle' baseline of the inline element with the middle baseline of the parent."
+                },
+                {
+                    "name": "sub",
+                    "description": "Lower the baseline of the box to the proper position for subscripts of the parent's box. (This value has no effect on the font size of the element's text.)"
+                },
+                {
+                    "name": "super",
+                    "description": "Raise the baseline of the box to the proper position for superscripts of the parent's box. (This value has no effect on the font size of the element's text.)"
+                },
+                {
+                    "name": "text-bottom",
+                    "description": "Align the bottom of the box with the after-edge of the parent element's font."
+                },
+                {
+                    "name": "text-top",
+                    "description": "Align the top of the box with the before-edge of the parent element's font."
+                },
+                {
+                    "name": "top",
+                    "description": "Align the before edge of the extended inline box with the before-edge of the line box."
+                },
+                {
+                    "name": "-webkit-baseline-middle"
+                }
+            ],
+            "syntax": "baseline | sub | super | text-top | text-bottom | middle | top | bottom | <percentage> | <length>",
+            "relevance": 91,
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/vertical-align"
+                }
+            ],
+            "description": "Affects the vertical positioning of the inline boxes generated by an inline-level element inside a line box.",
+            "restrictions": [
+                "percentage",
+                "length"
+            ]
+        },
+        {
+            "name": "visibility",
+            "values": [
+                {
+                    "name": "collapse",
+                    "description": "Table-specific. If used on elements other than rows, row groups, columns, or column groups, 'collapse' has the same meaning as 'hidden'."
+                },
+                {
+                    "name": "hidden",
+                    "description": "The generated box is invisible (fully transparent, nothing is drawn), but still affects layout."
+                },
+                {
+                    "name": "visible",
+                    "description": "The generated box is visible."
+                }
+            ],
+            "syntax": "visible | hidden | collapse",
+            "relevance": 88,
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/visibility"
+                }
+            ],
+            "description": "Specifies whether the boxes generated by an element are rendered. Invisible boxes still affect layout (set the ‘display’ property to ‘none’ to suppress box generation altogether).",
+            "restrictions": [
+                "enum"
+            ]
+        },
+        {
+            "name": "-webkit-animation",
+            "browsers": [
+                "C",
+                "S5"
+            ],
+            "values": [
+                {
+                    "name": "alternate",
+                    "description": "The animation cycle iterations that are odd counts are played in the normal direction, and the animation cycle iterations that are even counts are played in a reverse direction."
+                },
+                {
+                    "name": "alternate-reverse",
+                    "description": "The animation cycle iterations that are odd counts are played in the reverse direction, and the animation cycle iterations that are even counts are played in a normal direction."
+                },
+                {
+                    "name": "backwards",
+                    "description": "The beginning property value (as defined in the first @keyframes at-rule) is applied before the animation is displayed, during the period defined by 'animation-delay'."
+                },
+                {
+                    "name": "both",
+                    "description": "Both forwards and backwards fill modes are applied."
+                },
+                {
+                    "name": "forwards",
+                    "description": "The final property value (as defined in the last @keyframes at-rule) is maintained after the animation completes."
+                },
+                {
+                    "name": "infinite",
+                    "description": "Causes the animation to repeat forever."
+                },
+                {
+                    "name": "none",
+                    "description": "No animation is performed"
+                },
+                {
+                    "name": "normal",
+                    "description": "Normal playback."
+                },
+                {
+                    "name": "reverse",
+                    "description": "All iterations of the animation are played in the reverse direction from the way they were specified."
+                }
+            ],
+            "relevance": 50,
+            "description": "Shorthand property combines six of the animation properties into a single property.",
+            "restrictions": [
+                "time",
+                "enum",
+                "timing-function",
+                "identifier",
+                "number"
+            ]
+        },
+        {
+            "name": "-webkit-animation-delay",
+            "browsers": [
+                "C",
+                "S5"
+            ],
+            "relevance": 50,
+            "description": "Defines when the animation will start.",
+            "restrictions": [
+                "time"
+            ]
+        },
+        {
+            "name": "-webkit-animation-direction",
+            "browsers": [
+                "C",
+                "S5"
+            ],
+            "values": [
+                {
+                    "name": "alternate",
+                    "description": "The animation cycle iterations that are odd counts are played in the normal direction, and the animation cycle iterations that are even counts are played in a reverse direction."
+                },
+                {
+                    "name": "alternate-reverse",
+                    "description": "The animation cycle iterations that are odd counts are played in the reverse direction, and the animation cycle iterations that are even counts are played in a normal direction."
+                },
+                {
+                    "name": "normal",
+                    "description": "Normal playback."
+                },
+                {
+                    "name": "reverse",
+                    "description": "All iterations of the animation are played in the reverse direction from the way they were specified."
+                }
+            ],
+            "relevance": 50,
+            "description": "Defines whether or not the animation should play in reverse on alternate cycles.",
+            "restrictions": [
+                "enum"
+            ]
+        },
+        {
+            "name": "-webkit-animation-duration",
+            "browsers": [
+                "C",
+                "S5"
+            ],
+            "relevance": 50,
+            "description": "Defines the length of time that an animation takes to complete one cycle.",
+            "restrictions": [
+                "time"
+            ]
+        },
+        {
+            "name": "-webkit-animation-fill-mode",
+            "browsers": [
+                "C",
+                "S5"
+            ],
+            "values": [
+                {
+                    "name": "backwards",
+                    "description": "The beginning property value (as defined in the first @keyframes at-rule) is applied before the animation is displayed, during the period defined by 'animation-delay'."
+                },
+                {
+                    "name": "both",
+                    "description": "Both forwards and backwards fill modes are applied."
+                },
+                {
+                    "name": "forwards",
+                    "description": "The final property value (as defined in the last @keyframes at-rule) is maintained after the animation completes."
+                },
+                {
+                    "name": "none",
+                    "description": "There is no change to the property value between the time the animation is applied and the time the animation begins playing or after the animation completes."
+                }
+            ],
+            "relevance": 50,
+            "description": "Defines what values are applied by the animation outside the time it is executing.",
+            "restrictions": [
+                "enum"
+            ]
+        },
+        {
+            "name": "-webkit-animation-iteration-count",
+            "browsers": [
+                "C",
+                "S5"
+            ],
+            "values": [
+                {
+                    "name": "infinite",
+                    "description": "Causes the animation to repeat forever."
+                }
+            ],
+            "relevance": 50,
+            "description": "Defines the number of times an animation cycle is played. The default value is one, meaning the animation will play from beginning to end once.",
+            "restrictions": [
+                "number",
+                "enum"
+            ]
+        },
+        {
+            "name": "-webkit-animation-name",
+            "browsers": [
+                "C",
+                "S5"
+            ],
+            "values": [
+                {
+                    "name": "none",
+                    "description": "No animation is performed"
+                }
+            ],
+            "relevance": 50,
+            "description": "Defines a list of animations that apply. Each name is used to select the keyframe at-rule that provides the property values for the animation.",
+            "restrictions": [
+                "identifier",
+                "enum"
+            ]
+        },
+        {
+            "name": "-webkit-animation-play-state",
+            "browsers": [
+                "C",
+                "S5"
+            ],
+            "values": [
+                {
+                    "name": "paused",
+                    "description": "A running animation will be paused."
+                },
+                {
+                    "name": "running",
+                    "description": "Resume playback of a paused animation."
+                }
+            ],
+            "relevance": 50,
+            "description": "Defines whether the animation is running or paused.",
+            "restrictions": [
+                "enum"
+            ]
+        },
+        {
+            "name": "-webkit-animation-timing-function",
+            "browsers": [
+                "C",
+                "S5"
+            ],
+            "relevance": 50,
+            "description": "Describes how the animation will progress over one cycle of its duration. See the 'transition-timing-function'.",
+            "restrictions": [
+                "timing-function"
+            ]
+        },
+        {
+            "name": "-webkit-appearance",
+            "browsers": [
+                "C",
+                "S3"
+            ],
+            "values": [
+                {
+                    "name": "button"
+                },
+                {
+                    "name": "button-bevel"
+                },
+                {
+                    "name": "caps-lock-indicator"
+                },
+                {
+                    "name": "caret"
+                },
+                {
+                    "name": "checkbox"
+                },
+                {
+                    "name": "default-button"
+                },
+                {
+                    "name": "listbox"
+                },
+                {
+                    "name": "listitem"
+                },
+                {
+                    "name": "media-fullscreen-button"
+                },
+                {
+                    "name": "media-mute-button"
+                },
+                {
+                    "name": "media-play-button"
+                },
+                {
+                    "name": "media-seek-back-button"
+                },
+                {
+                    "name": "media-seek-forward-button"
+                },
+                {
+                    "name": "media-slider"
+                },
+                {
+                    "name": "media-sliderthumb"
+                },
+                {
+                    "name": "menulist"
+                },
+                {
+                    "name": "menulist-button"
+                },
+                {
+                    "name": "menulist-text"
+                },
+                {
+                    "name": "menulist-textfield"
+                },
+                {
+                    "name": "none"
+                },
+                {
+                    "name": "push-button"
+                },
+                {
+                    "name": "radio"
+                },
+                {
+                    "name": "scrollbarbutton-down"
+                },
+                {
+                    "name": "scrollbarbutton-left"
+                },
+                {
+                    "name": "scrollbarbutton-right"
+                },
+                {
+                    "name": "scrollbarbutton-up"
+                },
+                {
+                    "name": "scrollbargripper-horizontal"
+                },
+                {
+                    "name": "scrollbargripper-vertical"
+                },
+                {
+                    "name": "scrollbarthumb-horizontal"
+                },
+                {
+                    "name": "scrollbarthumb-vertical"
+                },
+                {
+                    "name": "scrollbartrack-horizontal"
+                },
+                {
+                    "name": "scrollbartrack-vertical"
+                },
+                {
+                    "name": "searchfield"
+                },
+                {
+                    "name": "searchfield-cancel-button"
+                },
+                {
+                    "name": "searchfield-decoration"
+                },
+                {
+                    "name": "searchfield-results-button"
+                },
+                {
+                    "name": "searchfield-results-decoration"
+                },
+                {
+                    "name": "slider-horizontal"
+                },
+                {
+                    "name": "sliderthumb-horizontal"
+                },
+                {
+                    "name": "sliderthumb-vertical"
+                },
+                {
+                    "name": "slider-vertical"
+                },
+                {
+                    "name": "square-button"
+                },
+                {
+                    "name": "textarea"
+                },
+                {
+                    "name": "textfield"
+                }
+            ],
+            "status": "nonstandard",
+            "syntax": "none | button | button-bevel | caret | checkbox | default-button | inner-spin-button | listbox | listitem | media-controls-background | media-controls-fullscreen-background | media-current-time-display | media-enter-fullscreen-button | media-exit-fullscreen-button | media-fullscreen-button | media-mute-button | media-overlay-play-button | media-play-button | media-seek-back-button | media-seek-forward-button | media-slider | media-sliderthumb | media-time-remaining-display | media-toggle-closed-captions-button | media-volume-slider | media-volume-slider-container | media-volume-sliderthumb | menulist | menulist-button | menulist-text | menulist-textfield | meter | progress-bar | progress-bar-value | push-button | radio | searchfield | searchfield-cancel-button | searchfield-decoration | searchfield-results-button | searchfield-results-decoration | slider-horizontal | slider-vertical | sliderthumb-horizontal | sliderthumb-vertical | square-button | textarea | textfield",
+            "relevance": 0,
+            "description": "Changes the appearance of buttons and other controls to resemble native controls.",
+            "restrictions": [
+                "enum"
+            ]
+        },
+        {
+            "name": "-webkit-backdrop-filter",
+            "browsers": [
+                "S9"
+            ],
+            "values": [
+                {
+                    "name": "none",
+                    "description": "No filter effects are applied."
+                },
+                {
+                    "name": "blur()",
+                    "description": "Applies a Gaussian blur to the input image."
+                },
+                {
+                    "name": "brightness()",
+                    "description": "Applies a linear multiplier to input image, making it appear more or less bright."
+                },
+                {
+                    "name": "contrast()",
+                    "description": "Adjusts the contrast of the input."
+                },
+                {
+                    "name": "drop-shadow()",
+                    "description": "Applies a drop shadow effect to the input image."
+                },
+                {
+                    "name": "grayscale()",
+                    "description": "Converts the input image to grayscale."
+                },
+                {
+                    "name": "hue-rotate()",
+                    "description": "Applies a hue rotation on the input image. "
+                },
+                {
+                    "name": "invert()",
+                    "description": "Inverts the samples in the input image."
+                },
+                {
+                    "name": "opacity()",
+                    "description": "Applies transparency to the samples in the input image."
+                },
+                {
+                    "name": "saturate()",
+                    "description": "Saturates the input image."
+                },
+                {
+                    "name": "sepia()",
+                    "description": "Converts the input image to sepia."
+                },
+                {
+                    "name": "url()",
+                    "description": "A filter reference to a <filter> element."
+                }
+            ],
+            "relevance": 50,
+            "description": "Applies a filter effect where the first filter in the list takes the element's background image as the input image.",
+            "restrictions": [
+                "enum",
+                "url"
+            ]
+        },
+        {
+            "name": "-webkit-backface-visibility",
+            "browsers": [
+                "C",
+                "S5"
+            ],
+            "values": [
+                {
+                    "name": "hidden"
+                },
+                {
+                    "name": "visible"
+                }
+            ],
+            "relevance": 50,
+            "description": "Determines whether or not the 'back' side of a transformed element is visible when facing the viewer. With an identity transform, the front side of an element faces the viewer.",
+            "restrictions": [
+                "enum"
+            ]
+        },
+        {
+            "name": "-webkit-background-clip",
+            "browsers": [
+                "C",
+                "S3"
+            ],
+            "relevance": 50,
+            "description": "Determines the background painting area.",
+            "restrictions": [
+                "box"
+            ]
+        },
+        {
+            "name": "-webkit-background-composite",
+            "browsers": [
+                "C",
+                "S3"
+            ],
+            "values": [
+                {
+                    "name": "border"
+                },
+                {
+                    "name": "padding"
+                }
+            ],
+            "relevance": 50,
+            "restrictions": [
+                "enum"
+            ]
+        },
+        {
+            "name": "-webkit-background-origin",
+            "browsers": [
+                "C",
+                "S3"
+            ],
+            "relevance": 50,
+            "description": "For elements rendered as a single box, specifies the background positioning area. For elements rendered as multiple boxes (e.g., inline boxes on several lines, boxes on several pages) specifies which boxes 'box-decoration-break' operates on to determine the background positioning area(s).",
+            "restrictions": [
+                "box"
+            ]
+        },
+        {
+            "name": "-webkit-border-image",
+            "browsers": [
+                "C",
+                "S5"
+            ],
+            "values": [
+                {
+                    "name": "auto",
+                    "description": "If 'auto' is specified then the border image width is the intrinsic width or height (whichever is applicable) of the corresponding image slice. If the image does not have the required intrinsic dimension then the corresponding border-width is used instead."
+                },
+                {
+                    "name": "fill",
+                    "description": "Causes the middle part of the border-image to be preserved."
+                },
+                {
+                    "name": "none"
+                },
+                {
+                    "name": "repeat",
+                    "description": "The image is tiled (repeated) to fill the area."
+                },
+                {
+                    "name": "round",
+                    "description": "The image is tiled (repeated) to fill the area. If it does not fill the area with a whole number of tiles, the image is rescaled so that it does."
+                },
+                {
+                    "name": "space",
+                    "description": "The image is tiled (repeated) to fill the area. If it does not fill the area with a whole number of tiles, the extra space is distributed around the tiles."
+                },
+                {
+                    "name": "stretch",
+                    "description": "The image is stretched to fill the area."
+                },
+                {
+                    "name": "url()"
+                }
+            ],
+            "relevance": 50,
+            "description": "Shorthand property for setting 'border-image-source', 'border-image-slice', 'border-image-width', 'border-image-outset' and 'border-image-repeat'. Omitted values are set to their initial values.",
+            "restrictions": [
+                "length",
+                "percentage",
+                "number",
+                "url",
+                "enum"
+            ]
+        },
+        {
+            "name": "-webkit-box-align",
+            "browsers": [
+                "C",
+                "S3"
+            ],
+            "values": [
+                {
+                    "name": "baseline",
+                    "description": "If this box orientation is inline-axis or horizontal, all children are placed with their baselines aligned, and extra space placed before or after as necessary. For block flows, the baseline of the first non-empty line box located within the element is used. For tables, the baseline of the first cell is used."
+                },
+                {
+                    "name": "center",
+                    "description": "Any extra space is divided evenly, with half placed above the child and the other half placed after the child."
+                },
+                {
+                    "name": "end",
+                    "description": "For normal direction boxes, the bottom edge of each child is placed along the bottom of the box. Extra space is placed above the element. For reverse direction boxes, the top edge of each child is placed along the top of the box. Extra space is placed below the element."
+                },
+                {
+                    "name": "start",
+                    "description": "For normal direction boxes, the top edge of each child is placed along the top of the box. Extra space is placed below the element. For reverse direction boxes, the bottom edge of each child is placed along the bottom of the box. Extra space is placed above the element."
+                },
+                {
+                    "name": "stretch",
+                    "description": "The height of each child is adjusted to that of the containing block."
+                }
+            ],
+            "relevance": 50,
+            "description": "Specifies the alignment of nested elements within an outer flexible box element.",
+            "restrictions": [
+                "enum"
+            ]
+        },
+        {
+            "name": "-webkit-box-direction",
+            "browsers": [
+                "C",
+                "S3"
+            ],
+            "values": [
+                {
+                    "name": "normal",
+                    "description": "A box with a computed value of horizontal for box-orient displays its children from left to right. A box with a computed value of vertical displays its children from top to bottom."
+                },
+                {
+                    "name": "reverse",
+                    "description": "A box with a computed value of horizontal for box-orient displays its children from right to left. A box with a computed value of vertical displays its children from bottom to top."
+                }
+            ],
+            "relevance": 50,
+            "description": "In webkit applications, -webkit-box-direction specifies whether a box lays out its contents normally (from the top or left edge), or in reverse (from the bottom or right edge).",
+            "restrictions": [
+                "enum"
+            ]
+        },
+        {
+            "name": "-webkit-box-flex",
+            "browsers": [
+                "C",
+                "S3"
+            ],
+            "relevance": 50,
+            "description": "Specifies an element's flexibility.",
+            "restrictions": [
+                "number"
+            ]
+        },
+        {
+            "name": "-webkit-box-flex-group",
+            "browsers": [
+                "C",
+                "S3"
+            ],
+            "relevance": 50,
+            "description": "Flexible elements can be assigned to flex groups using the 'box-flex-group' property.",
+            "restrictions": [
+                "integer"
+            ]
+        },
+        {
+            "name": "-webkit-box-ordinal-group",
+            "browsers": [
+                "C",
+                "S3"
+            ],
+            "relevance": 50,
+            "description": "Indicates the ordinal group the element belongs to. Elements with a lower ordinal group are displayed before those with a higher ordinal group.",
+            "restrictions": [
+                "integer"
+            ]
+        },
+        {
+            "name": "-webkit-box-orient",
+            "browsers": [
+                "C",
+                "S3"
+            ],
+            "values": [
+                {
+                    "name": "block-axis",
+                    "description": "Elements are oriented along the box's axis."
+                },
+                {
+                    "name": "horizontal",
+                    "description": "The box displays its children from left to right in a horizontal line."
+                },
+                {
+                    "name": "inline-axis",
+                    "description": "Elements are oriented vertically."
+                },
+                {
+                    "name": "vertical",
+                    "description": "The box displays its children from stacked from top to bottom vertically."
+                }
+            ],
+            "relevance": 50,
+            "description": "In webkit applications, -webkit-box-orient specifies whether a box lays out its contents horizontally or vertically.",
+            "restrictions": [
+                "enum"
+            ]
+        },
+        {
+            "name": "-webkit-box-pack",
+            "browsers": [
+                "C",
+                "S3"
+            ],
+            "values": [
+                {
+                    "name": "center",
+                    "description": "The extra space is divided evenly, with half placed before the first child and the other half placed after the last child."
+                },
+                {
+                    "name": "end",
+                    "description": "For normal direction boxes, the right edge of the last child is placed at the right side, with all extra space placed before the first child. For reverse direction boxes, the left edge of the first child is placed at the left side, with all extra space placed after the last child."
+                },
+                {
+                    "name": "justify",
+                    "description": "The space is divided evenly in-between each child, with none of the extra space placed before the first child or after the last child. If there is only one child, treat the pack value as if it were start."
+                },
+                {
+                    "name": "start",
+                    "description": "For normal direction boxes, the left edge of the first child is placed at the left side, with all extra space placed after the last child. For reverse direction boxes, the right edge of the last child is placed at the right side, with all extra space placed before the first child."
+                }
+            ],
+            "relevance": 50,
+            "description": "Specifies alignment of child elements within the current element in the direction of orientation.",
+            "restrictions": [
+                "enum"
+            ]
+        },
+        {
+            "name": "-webkit-box-reflect",
+            "browsers": [
+                "E79",
+                "S4",
+                "C4",
+                "O15"
+            ],
+            "values": [
+                {
+                    "name": "above",
+                    "description": "The reflection appears above the border box."
+                },
+                {
+                    "name": "below",
+                    "description": "The reflection appears below the border box."
+                },
+                {
+                    "name": "left",
+                    "description": "The reflection appears to the left of the border box."
+                },
+                {
+                    "name": "right",
+                    "description": "The reflection appears to the right of the border box."
+                }
+            ],
+            "status": "nonstandard",
+            "syntax": "[ above | below | right | left ]? <length>? <image>?",
+            "relevance": 0,
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/-webkit-box-reflect"
+                }
+            ],
+            "description": "Defines a reflection of a border box."
+        },
+        {
+            "name": "-webkit-box-sizing",
+            "browsers": [
+                "C",
+                "S3"
+            ],
+            "values": [
+                {
+                    "name": "border-box",
+                    "description": "The specified width and height (and respective min/max properties) on this element determine the border box of the element."
+                },
+                {
+                    "name": "content-box",
+                    "description": "Behavior of width and height as specified by CSS2.1. The specified width and height (and respective min/max properties) apply to the width and height respectively of the content box of the element."
+                }
+            ],
+            "relevance": 50,
+            "description": "Box Model addition in CSS3.",
+            "restrictions": [
+                "enum"
+            ]
+        },
+        {
+            "name": "-webkit-break-after",
+            "browsers": [
+                "S7"
+            ],
+            "values": [
+                {
+                    "name": "always",
+                    "description": "Always force a page break before/after the generated box."
+                },
+                {
+                    "name": "auto",
+                    "description": "Neither force nor forbid a page/column break before/after the generated box."
+                },
+                {
+                    "name": "avoid",
+                    "description": "Avoid a page/column break before/after the generated box."
+                },
+                {
+                    "name": "avoid-column",
+                    "description": "Avoid a column break before/after the generated box."
+                },
+                {
+                    "name": "avoid-page",
+                    "description": "Avoid a page break before/after the generated box."
+                },
+                {
+                    "name": "avoid-region"
+                },
+                {
+                    "name": "column",
+                    "description": "Always force a column break before/after the generated box."
+                },
+                {
+                    "name": "left",
+                    "description": "Force one or two page breaks before/after the generated box so that the next page is formatted as a left page."
+                },
+                {
+                    "name": "page",
+                    "description": "Always force a page break before/after the generated box."
+                },
+                {
+                    "name": "region"
+                },
+                {
+                    "name": "right",
+                    "description": "Force one or two page breaks before/after the generated box so that the next page is formatted as a right page."
+                }
+            ],
+            "relevance": 50,
+            "description": "Describes the page/column break behavior before the generated box.",
+            "restrictions": [
+                "enum"
+            ]
+        },
+        {
+            "name": "-webkit-break-before",
+            "browsers": [
+                "S7"
+            ],
+            "values": [
+                {
+                    "name": "always",
+                    "description": "Always force a page break before/after the generated box."
+                },
+                {
+                    "name": "auto",
+                    "description": "Neither force nor forbid a page/column break before/after the generated box."
+                },
+                {
+                    "name": "avoid",
+                    "description": "Avoid a page/column break before/after the generated box."
+                },
+                {
+                    "name": "avoid-column",
+                    "description": "Avoid a column break before/after the generated box."
+                },
+                {
+                    "name": "avoid-page",
+                    "description": "Avoid a page break before/after the generated box."
+                },
+                {
+                    "name": "avoid-region"
+                },
+                {
+                    "name": "column",
+                    "description": "Always force a column break before/after the generated box."
+                },
+                {
+                    "name": "left",
+                    "description": "Force one or two page breaks before/after the generated box so that the next page is formatted as a left page."
+                },
+                {
+                    "name": "page",
+                    "description": "Always force a page break before/after the generated box."
+                },
+                {
+                    "name": "region"
+                },
+                {
+                    "name": "right",
+                    "description": "Force one or two page breaks before/after the generated box so that the next page is formatted as a right page."
+                }
+            ],
+            "relevance": 50,
+            "description": "Describes the page/column break behavior before the generated box.",
+            "restrictions": [
+                "enum"
+            ]
+        },
+        {
+            "name": "-webkit-break-inside",
+            "browsers": [
+                "S7"
+            ],
+            "values": [
+                {
+                    "name": "auto",
+                    "description": "Neither force nor forbid a page/column break inside the generated box."
+                },
+                {
+                    "name": "avoid",
+                    "description": "Avoid a page/column break inside the generated box."
+                },
+                {
+                    "name": "avoid-column",
+                    "description": "Avoid a column break inside the generated box."
+                },
+                {
+                    "name": "avoid-page",
+                    "description": "Avoid a page break inside the generated box."
+                },
+                {
+                    "name": "avoid-region"
+                }
+            ],
+            "relevance": 50,
+            "description": "Describes the page/column break behavior inside the generated box.",
+            "restrictions": [
+                "enum"
+            ]
+        },
+        {
+            "name": "-webkit-column-break-after",
+            "browsers": [
+                "C",
+                "S3"
+            ],
+            "values": [
+                {
+                    "name": "always",
+                    "description": "Always force a page break before/after the generated box."
+                },
+                {
+                    "name": "auto",
+                    "description": "Neither force nor forbid a page/column break before/after the generated box."
+                },
+                {
+                    "name": "avoid",
+                    "description": "Avoid a page/column break before/after the generated box."
+                },
+                {
+                    "name": "avoid-column",
+                    "description": "Avoid a column break before/after the generated box."
+                },
+                {
+                    "name": "avoid-page",
+                    "description": "Avoid a page break before/after the generated box."
+                },
+                {
+                    "name": "avoid-region"
+                },
+                {
+                    "name": "column",
+                    "description": "Always force a column break before/after the generated box."
+                },
+                {
+                    "name": "left",
+                    "description": "Force one or two page breaks before/after the generated box so that the next page is formatted as a left page."
+                },
+                {
+                    "name": "page",
+                    "description": "Always force a page break before/after the generated box."
+                },
+                {
+                    "name": "region"
+                },
+                {
+                    "name": "right",
+                    "description": "Force one or two page breaks before/after the generated box so that the next page is formatted as a right page."
+                }
+            ],
+            "relevance": 50,
+            "description": "Describes the page/column break behavior before the generated box.",
+            "restrictions": [
+                "enum"
+            ]
+        },
+        {
+            "name": "-webkit-column-break-before",
+            "browsers": [
+                "C",
+                "S3"
+            ],
+            "values": [
+                {
+                    "name": "always",
+                    "description": "Always force a page break before/after the generated box."
+                },
+                {
+                    "name": "auto",
+                    "description": "Neither force nor forbid a page/column break before/after the generated box."
+                },
+                {
+                    "name": "avoid",
+                    "description": "Avoid a page/column break before/after the generated box."
+                },
+                {
+                    "name": "avoid-column",
+                    "description": "Avoid a column break before/after the generated box."
+                },
+                {
+                    "name": "avoid-page",
+                    "description": "Avoid a page break before/after the generated box."
+                },
+                {
+                    "name": "avoid-region"
+                },
+                {
+                    "name": "column",
+                    "description": "Always force a column break before/after the generated box."
+                },
+                {
+                    "name": "left",
+                    "description": "Force one or two page breaks before/after the generated box so that the next page is formatted as a left page."
+                },
+                {
+                    "name": "page",
+                    "description": "Always force a page break before/after the generated box."
+                },
+                {
+                    "name": "region"
+                },
+                {
+                    "name": "right",
+                    "description": "Force one or two page breaks before/after the generated box so that the next page is formatted as a right page."
+                }
+            ],
+            "relevance": 50,
+            "description": "Describes the page/column break behavior before the generated box.",
+            "restrictions": [
+                "enum"
+            ]
+        },
+        {
+            "name": "-webkit-column-break-inside",
+            "browsers": [
+                "C",
+                "S3"
+            ],
+            "values": [
+                {
+                    "name": "auto",
+                    "description": "Neither force nor forbid a page/column break inside the generated box."
+                },
+                {
+                    "name": "avoid",
+                    "description": "Avoid a page/column break inside the generated box."
+                },
+                {
+                    "name": "avoid-column",
+                    "description": "Avoid a column break inside the generated box."
+                },
+                {
+                    "name": "avoid-page",
+                    "description": "Avoid a page break inside the generated box."
+                },
+                {
+                    "name": "avoid-region"
+                }
+            ],
+            "relevance": 50,
+            "description": "Describes the page/column break behavior inside the generated box.",
+            "restrictions": [
+                "enum"
+            ]
+        },
+        {
+            "name": "-webkit-column-count",
+            "browsers": [
+                "C",
+                "S3"
+            ],
+            "values": [
+                {
+                    "name": "auto",
+                    "description": "Determines the number of columns by the 'column-width' property and the element width."
+                }
+            ],
+            "relevance": 50,
+            "description": "Describes the optimal number of columns into which the content of the element will be flowed.",
+            "restrictions": [
+                "integer"
+            ]
+        },
+        {
+            "name": "-webkit-column-gap",
+            "browsers": [
+                "C",
+                "S3"
+            ],
+            "values": [
+                {
+                    "name": "normal",
+                    "description": "User agent specific and typically equivalent to 1em."
+                }
+            ],
+            "relevance": 50,
+            "description": "Sets the gap between columns. If there is a column rule between columns, it will appear in the middle of the gap.",
+            "restrictions": [
+                "length"
+            ]
+        },
+        {
+            "name": "-webkit-column-rule",
+            "browsers": [
+                "C",
+                "S3"
+            ],
+            "relevance": 50,
+            "description": "This property is a shorthand for setting 'column-rule-width', 'column-rule-style', and 'column-rule-color' at the same place in the style sheet. Omitted values are set to their initial values.",
+            "restrictions": [
+                "length",
+                "line-width",
+                "line-style",
+                "color"
+            ]
+        },
+        {
+            "name": "-webkit-column-rule-color",
+            "browsers": [
+                "C",
+                "S3"
+            ],
+            "relevance": 50,
+            "description": "Sets the color of the column rule",
+            "restrictions": [
+                "color"
+            ]
+        },
+        {
+            "name": "-webkit-column-rule-style",
+            "browsers": [
+                "C",
+                "S3"
+            ],
+            "relevance": 50,
+            "description": "Sets the style of the rule between columns of an element.",
+            "restrictions": [
+                "line-style"
+            ]
+        },
+        {
+            "name": "-webkit-column-rule-width",
+            "browsers": [
+                "C",
+                "S3"
+            ],
+            "relevance": 50,
+            "description": "Sets the width of the rule between columns. Negative values are not allowed.",
+            "restrictions": [
+                "length",
+                "line-width"
+            ]
+        },
+        {
+            "name": "-webkit-columns",
+            "browsers": [
+                "C",
+                "S3"
+            ],
+            "values": [
+                {
+                    "name": "auto",
+                    "description": "The width depends on the values of other properties."
+                }
+            ],
+            "relevance": 50,
+            "description": "A shorthand property which sets both 'column-width' and 'column-count'.",
+            "restrictions": [
+                "length",
+                "integer"
+            ]
+        },
+        {
+            "name": "-webkit-column-span",
+            "browsers": [
+                "C",
+                "S3"
+            ],
+            "values": [
+                {
+                    "name": "all",
+                    "description": "The element spans across all columns. Content in the normal flow that appears before the element is automatically balanced across all columns before the element appear."
+                },
+                {
+                    "name": "none",
+                    "description": "The element does not span multiple columns."
+                }
+            ],
+            "relevance": 50,
+            "description": "Describes the page/column break behavior after the generated box.",
+            "restrictions": [
+                "enum"
+            ]
+        },
+        {
+            "name": "-webkit-column-width",
+            "browsers": [
+                "C",
+                "S3"
+            ],
+            "values": [
+                {
+                    "name": "auto",
+                    "description": "The width depends on the values of other properties."
+                }
+            ],
+            "relevance": 50,
+            "description": "This property describes the width of columns in multicol elements.",
+            "restrictions": [
+                "length"
+            ]
+        },
+        {
+            "name": "-webkit-filter",
+            "browsers": [
+                "C18",
+                "O15",
+                "S6"
+            ],
+            "values": [
+                {
+                    "name": "none",
+                    "description": "No filter effects are applied."
+                },
+                {
+                    "name": "blur()",
+                    "description": "Applies a Gaussian blur to the input image."
+                },
+                {
+                    "name": "brightness()",
+                    "description": "Applies a linear multiplier to input image, making it appear more or less bright."
+                },
+                {
+                    "name": "contrast()",
+                    "description": "Adjusts the contrast of the input."
+                },
+                {
+                    "name": "drop-shadow()",
+                    "description": "Applies a drop shadow effect to the input image."
+                },
+                {
+                    "name": "grayscale()",
+                    "description": "Converts the input image to grayscale."
+                },
+                {
+                    "name": "hue-rotate()",
+                    "description": "Applies a hue rotation on the input image. "
+                },
+                {
+                    "name": "invert()",
+                    "description": "Inverts the samples in the input image."
+                },
+                {
+                    "name": "opacity()",
+                    "description": "Applies transparency to the samples in the input image."
+                },
+                {
+                    "name": "saturate()",
+                    "description": "Saturates the input image."
+                },
+                {
+                    "name": "sepia()",
+                    "description": "Converts the input image to sepia."
+                },
+                {
+                    "name": "url()",
+                    "description": "A filter reference to a <filter> element."
+                }
+            ],
+            "relevance": 50,
+            "description": "Processes an element’s rendering before it is displayed in the document, by applying one or more filter effects.",
+            "restrictions": [
+                "enum",
+                "url"
+            ]
+        },
+        {
+            "name": "-webkit-flow-from",
+            "browsers": [
+                "S6.1"
+            ],
+            "values": [
+                {
+                    "name": "none",
+                    "description": "The block container is not a CSS Region."
+                }
+            ],
+            "relevance": 50,
+            "description": "Makes a block container a region and associates it with a named flow.",
+            "restrictions": [
+                "identifier"
+            ]
+        },
+        {
+            "name": "-webkit-flow-into",
+            "browsers": [
+                "S6.1"
+            ],
+            "values": [
+                {
+                    "name": "none",
+                    "description": "The element is not moved to a named flow and normal CSS processing takes place."
+                }
+            ],
+            "relevance": 50,
+            "description": "Places an element or its contents into a named flow.",
+            "restrictions": [
+                "identifier"
+            ]
+        },
+        {
+            "name": "-webkit-font-feature-settings",
+            "browsers": [
+                "C16"
+            ],
+            "values": [
+                {
+                    "name": "\"c2cs\""
+                },
+                {
+                    "name": "\"dlig\""
+                },
+                {
+                    "name": "\"kern\""
+                },
+                {
+                    "name": "\"liga\""
+                },
+                {
+                    "name": "\"lnum\""
+                },
+                {
+                    "name": "\"onum\""
+                },
+                {
+                    "name": "\"smcp\""
+                },
+                {
+                    "name": "\"swsh\""
+                },
+                {
+                    "name": "\"tnum\""
+                },
+                {
+                    "name": "normal",
+                    "description": "No change in glyph substitution or positioning occurs."
+                },
+                {
+                    "name": "off"
+                },
+                {
+                    "name": "on"
+                }
+            ],
+            "relevance": 50,
+            "description": "This property provides low-level control over OpenType font features. It is intended as a way of providing access to font features that are not widely used but are needed for a particular use case.",
+            "restrictions": [
+                "string",
+                "integer"
+            ]
+        },
+        {
+            "name": "-webkit-hyphens",
+            "browsers": [
+                "S5.1"
+            ],
+            "values": [
+                {
+                    "name": "auto",
+                    "description": "Conditional hyphenation characters inside a word, if present, take priority over automatic resources when determining hyphenation points within the word."
+                },
+                {
+                    "name": "manual",
+                    "description": "Words are only broken at line breaks where there are characters inside the word that suggest line break opportunities"
+                },
+                {
+                    "name": "none",
+                    "description": "Words are not broken at line breaks, even if characters inside the word suggest line break points."
+                }
+            ],
+            "relevance": 50,
+            "description": "Controls whether hyphenation is allowed to create more break opportunities within a line of text.",
+            "restrictions": [
+                "enum"
+            ]
+        },
+        {
+            "name": "-webkit-line-break",
+            "browsers": [
+                "C",
+                "S3"
+            ],
+            "values": [
+                {
+                    "name": "after-white-space"
+                },
+                {
+                    "name": "normal"
+                }
+            ],
+            "relevance": 50,
+            "description": "Specifies line-breaking rules for CJK (Chinese, Japanese, and Korean) text."
+        },
+        {
+            "name": "-webkit-margin-bottom-collapse",
+            "browsers": [
+                "C",
+                "S3"
+            ],
+            "values": [
+                {
+                    "name": "collapse"
+                },
+                {
+                    "name": "discard"
+                },
+                {
+                    "name": "separate"
+                }
+            ],
+            "relevance": 50,
+            "restrictions": [
+                "enum"
+            ]
+        },
+        {
+            "name": "-webkit-margin-collapse",
+            "browsers": [
+                "C",
+                "S3"
+            ],
+            "values": [
+                {
+                    "name": "collapse"
+                },
+                {
+                    "name": "discard"
+                },
+                {
+                    "name": "separate"
+                }
+            ],
+            "relevance": 50,
+            "restrictions": [
+                "enum"
+            ]
+        },
+        {
+            "name": "-webkit-margin-start",
+            "browsers": [
+                "C",
+                "S3"
+            ],
+            "values": [
+                {
+                    "name": "auto"
+                }
+            ],
+            "relevance": 50,
+            "restrictions": [
+                "percentage",
+                "length"
+            ]
+        },
+        {
+            "name": "-webkit-margin-top-collapse",
+            "browsers": [
+                "C",
+                "S3"
+            ],
+            "values": [
+                {
+                    "name": "collapse"
+                },
+                {
+                    "name": "discard"
+                },
+                {
+                    "name": "separate"
+                }
+            ],
+            "relevance": 50,
+            "restrictions": [
+                "enum"
+            ]
+        },
+        {
+            "name": "-webkit-mask-clip",
+            "browsers": [
+                "C",
+                "O15",
+                "S4"
+            ],
+            "status": "nonstandard",
+            "syntax": "[ <box> | border | padding | content | text ]#",
+            "relevance": 0,
+            "description": "Determines the mask painting area, which determines the area that is affected by the mask.",
+            "restrictions": [
+                "box"
+            ]
+        },
+        {
+            "name": "-webkit-mask-image",
+            "browsers": [
+                "C",
+                "O15",
+                "S4"
+            ],
+            "values": [
+                {
+                    "name": "none",
+                    "description": "Counts as a transparent black image layer."
+                },
+                {
+                    "name": "url()",
+                    "description": "Reference to a <mask element or to a CSS image."
+                }
+            ],
+            "status": "nonstandard",
+            "syntax": "<mask-reference>#",
+            "relevance": 0,
+            "description": "Sets the mask layer image of an element.",
+            "restrictions": [
+                "url",
+                "image",
+                "enum"
+            ]
+        },
+        {
+            "name": "-webkit-mask-origin",
+            "browsers": [
+                "C",
+                "O15",
+                "S4"
+            ],
+            "status": "nonstandard",
+            "syntax": "[ <box> | border | padding | content ]#",
+            "relevance": 0,
+            "description": "Specifies the mask positioning area.",
+            "restrictions": [
+                "box"
+            ]
+        },
+        {
+            "name": "-webkit-mask-repeat",
+            "browsers": [
+                "C",
+                "O15",
+                "S4"
+            ],
+            "status": "nonstandard",
+            "syntax": "<repeat-style>#",
+            "relevance": 0,
+            "description": "Specifies how mask layer images are tiled after they have been sized and positioned.",
+            "restrictions": [
+                "repeat"
+            ]
+        },
+        {
+            "name": "-webkit-mask-size",
+            "browsers": [
+                "C",
+                "O15",
+                "S4"
+            ],
+            "values": [
+                {
+                    "name": "auto",
+                    "description": "Resolved by using the image’s intrinsic ratio and the size of the other dimension, or failing that, using the image’s intrinsic size, or failing that, treating it as 100%."
+                },
+                {
+                    "name": "contain",
+                    "description": "Scale the image, while preserving its intrinsic aspect ratio (if any), to the largest size such that both its width and its height can fit inside the background positioning area."
+                },
+                {
+                    "name": "cover",
+                    "description": "Scale the image, while preserving its intrinsic aspect ratio (if any), to the smallest size such that both its width and its height can completely cover the background positioning area."
+                }
+            ],
+            "status": "nonstandard",
+            "syntax": "<bg-size>#",
+            "relevance": 0,
+            "description": "Specifies the size of the mask layer images.",
+            "restrictions": [
+                "length",
+                "percentage",
+                "enum"
+            ]
+        },
+        {
+            "name": "-webkit-nbsp-mode",
+            "browsers": [
+                "C",
+                "S3"
+            ],
+            "values": [
+                {
+                    "name": "normal"
+                },
+                {
+                    "name": "space"
+                }
+            ],
+            "relevance": 50,
+            "description": "Defines the behavior of nonbreaking spaces within text."
+        },
+        {
+            "name": "-webkit-overflow-scrolling",
+            "browsers": [
+                "C",
+                "S5"
+            ],
+            "values": [
+                {
+                    "name": "auto"
+                },
+                {
+                    "name": "touch"
+                }
+            ],
+            "status": "nonstandard",
+            "syntax": "auto | touch",
+            "relevance": 0,
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/-webkit-overflow-scrolling"
+                }
+            ],
+            "description": "Specifies whether to use native-style scrolling in an overflow:scroll element."
+        },
+        {
+            "name": "-webkit-padding-start",
+            "browsers": [
+                "C",
+                "S3"
+            ],
+            "relevance": 50,
+            "restrictions": [
+                "percentage",
+                "length"
+            ]
+        },
+        {
+            "name": "-webkit-perspective",
+            "browsers": [
+                "C",
+                "S4"
+            ],
+            "values": [
+                {
+                    "name": "none",
+                    "description": "No perspective transform is applied."
+                }
+            ],
+            "relevance": 50,
+            "description": "Applies the same transform as the perspective(<number>) transform function, except that it applies only to the positioned or transformed children of the element, not to the transform on the element itself.",
+            "restrictions": [
+                "length"
+            ]
+        },
+        {
+            "name": "-webkit-perspective-origin",
+            "browsers": [
+                "C",
+                "S4"
+            ],
+            "relevance": 50,
+            "description": "Establishes the origin for the perspective property. It effectively sets the X and Y position at which the viewer appears to be looking at the children of the element.",
+            "restrictions": [
+                "position",
+                "percentage",
+                "length"
+            ]
+        },
+        {
+            "name": "-webkit-region-fragment",
+            "browsers": [
+                "S7"
+            ],
+            "values": [
+                {
+                    "name": "auto",
+                    "description": "Content flows as it would in a regular content box."
+                },
+                {
+                    "name": "break",
+                    "description": "If the content fits within the CSS Region, then this property has no effect."
+                }
+            ],
+            "relevance": 50,
+            "description": "The 'region-fragment' property controls the behavior of the last region associated with a named flow.",
+            "restrictions": [
+                "enum"
+            ]
+        },
+        {
+            "name": "-webkit-tap-highlight-color",
+            "browsers": [
+                "E12",
+                "C16",
+                "O≤15"
+            ],
+            "status": "nonstandard",
+            "syntax": "<color>",
+            "relevance": 0,
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/-webkit-tap-highlight-color"
+                }
+            ],
+            "restrictions": [
+                "color"
+            ]
+        },
+        {
+            "name": "-webkit-text-fill-color",
+            "browsers": [
+                "E12",
+                "FF49",
+                "S3",
+                "C1",
+                "O15"
+            ],
+            "status": "nonstandard",
+            "syntax": "<color>",
+            "relevance": 0,
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/-webkit-text-fill-color"
+                }
+            ],
+            "restrictions": [
+                "color"
+            ]
+        },
+        {
+            "name": "-webkit-text-size-adjust",
+            "browsers": [
+                "E",
+                "C",
+                "S3"
+            ],
+            "values": [
+                {
+                    "name": "auto",
+                    "description": "Renderers must use the default size adjustment when displaying on a small device."
+                },
+                {
+                    "name": "none",
+                    "description": "Renderers must not do size adjustment when displaying on a small device."
+                }
+            ],
+            "relevance": 50,
+            "description": "Specifies a size adjustment for displaying text content in mobile browsers.",
+            "restrictions": [
+                "percentage"
+            ]
+        },
+        {
+            "name": "-webkit-text-stroke",
+            "browsers": [
+                "E15",
+                "FF49",
+                "S3",
+                "C4",
+                "O15"
+            ],
+            "status": "nonstandard",
+            "syntax": "<length> || <color>",
+            "relevance": 0,
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/-webkit-text-stroke"
+                }
+            ],
+            "restrictions": [
+                "length",
+                "line-width",
+                "color",
+                "percentage"
+            ]
+        },
+        {
+            "name": "-webkit-text-stroke-color",
+            "browsers": [
+                "E15",
+                "FF49",
+                "S3",
+                "C1",
+                "O15"
+            ],
+            "status": "nonstandard",
+            "syntax": "<color>",
+            "relevance": 0,
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/-webkit-text-stroke-color"
+                }
+            ],
+            "restrictions": [
+                "color"
+            ]
+        },
+        {
+            "name": "-webkit-text-stroke-width",
+            "browsers": [
+                "E15",
+                "FF49",
+                "S3",
+                "C1",
+                "O15"
+            ],
+            "status": "nonstandard",
+            "syntax": "<length>",
+            "relevance": 0,
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/-webkit-text-stroke-width"
+                }
+            ],
+            "restrictions": [
+                "length",
+                "line-width",
+                "percentage"
+            ]
+        },
+        {
+            "name": "-webkit-touch-callout",
+            "browsers": [
+                "S3"
+            ],
+            "values": [
+                {
+                    "name": "none"
+                }
+            ],
+            "status": "nonstandard",
+            "syntax": "default | none",
+            "relevance": 0,
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/-webkit-touch-callout"
+                }
+            ],
+            "restrictions": [
+                "enum"
+            ]
+        },
+        {
+            "name": "-webkit-transform",
+            "browsers": [
+                "C",
+                "O12",
+                "S3.1"
+            ],
+            "values": [
+                {
+                    "name": "matrix()",
+                    "description": "Specifies a 2D transformation in the form of a transformation matrix of six values. matrix(a,b,c,d,e,f) is equivalent to applying the transformation matrix [a b c d e f]"
+                },
+                {
+                    "name": "matrix3d()",
+                    "description": "Specifies a 3D transformation as a 4x4 homogeneous matrix of 16 values in column-major order."
+                },
+                {
+                    "name": "none"
+                },
+                {
+                    "name": "perspective()",
+                    "description": "Specifies a perspective projection matrix."
+                },
+                {
+                    "name": "rotate()",
+                    "description": "Specifies a 2D rotation by the angle specified in the parameter about the origin of the element, as defined by the transform-origin property."
+                },
+                {
+                    "name": "rotate3d()",
+                    "description": "Specifies a clockwise 3D rotation by the angle specified in last parameter about the [x,y,z] direction vector described by the first 3 parameters."
+                },
+                {
+                    "name": "rotateX('angle')",
+                    "description": "Specifies a clockwise rotation by the given angle about the X axis."
+                },
+                {
+                    "name": "rotateY('angle')",
+                    "description": "Specifies a clockwise rotation by the given angle about the Y axis."
+                },
+                {
+                    "name": "rotateZ('angle')",
+                    "description": "Specifies a clockwise rotation by the given angle about the Z axis."
+                },
+                {
+                    "name": "scale()",
+                    "description": "Specifies a 2D scale operation by the [sx,sy] scaling vector described by the 2 parameters. If the second parameter is not provided, it is takes a value equal to the first."
+                },
+                {
+                    "name": "scale3d()",
+                    "description": "Specifies a 3D scale operation by the [sx,sy,sz] scaling vector described by the 3 parameters."
+                },
+                {
+                    "name": "scaleX()",
+                    "description": "Specifies a scale operation using the [sx,1] scaling vector, where sx is given as the parameter."
+                },
+                {
+                    "name": "scaleY()",
+                    "description": "Specifies a scale operation using the [sy,1] scaling vector, where sy is given as the parameter."
+                },
+                {
+                    "name": "scaleZ()",
+                    "description": "Specifies a scale operation using the [1,1,sz] scaling vector, where sz is given as the parameter."
+                },
+                {
+                    "name": "skew()",
+                    "description": "Specifies a skew transformation along the X and Y axes. The first angle parameter specifies the skew on the X axis. The second angle parameter specifies the skew on the Y axis. If the second parameter is not given then a value of 0 is used for the Y angle (ie: no skew on the Y axis)."
+                },
+                {
+                    "name": "skewX()",
+                    "description": "Specifies a skew transformation along the X axis by the given angle."
+                },
+                {
+                    "name": "skewY()",
+                    "description": "Specifies a skew transformation along the Y axis by the given angle."
+                },
+                {
+                    "name": "translate()",
+                    "description": "Specifies a 2D translation by the vector [tx, ty], where tx is the first translation-value parameter and ty is the optional second translation-value parameter."
+                },
+                {
+                    "name": "translate3d()",
+                    "description": "Specifies a 3D translation by the vector [tx,ty,tz], with tx, ty and tz being the first, second and third translation-value parameters respectively."
+                },
+                {
+                    "name": "translateX()",
+                    "description": "Specifies a translation by the given amount in the X direction."
+                },
+                {
+                    "name": "translateY()",
+                    "description": "Specifies a translation by the given amount in the Y direction."
+                },
+                {
+                    "name": "translateZ()",
+                    "description": "Specifies a translation by the given amount in the Z direction. Note that percentage values are not allowed in the translateZ translation-value, and if present are evaluated as 0."
+                }
+            ],
+            "relevance": 50,
+            "description": "A two-dimensional transformation is applied to an element through the 'transform' property. This property contains a list of transform functions similar to those allowed by SVG.",
+            "restrictions": [
+                "enum"
+            ]
+        },
+        {
+            "name": "-webkit-transform-origin",
+            "browsers": [
+                "C",
+                "O15",
+                "S3.1"
+            ],
+            "relevance": 50,
+            "description": "Establishes the origin of transformation for an element.",
+            "restrictions": [
+                "position",
+                "length",
+                "percentage"
+            ]
+        },
+        {
+            "name": "-webkit-transform-origin-x",
+            "browsers": [
+                "C",
+                "S3.1"
+            ],
+            "relevance": 50,
+            "description": "The x coordinate of the origin for transforms applied to an element with respect to its border box.",
+            "restrictions": [
+                "length",
+                "percentage"
+            ]
+        },
+        {
+            "name": "-webkit-transform-origin-y",
+            "browsers": [
+                "C",
+                "S3.1"
+            ],
+            "relevance": 50,
+            "description": "The y coordinate of the origin for transforms applied to an element with respect to its border box.",
+            "restrictions": [
+                "length",
+                "percentage"
+            ]
+        },
+        {
+            "name": "-webkit-transform-origin-z",
+            "browsers": [
+                "C",
+                "S4"
+            ],
+            "relevance": 50,
+            "description": "The z coordinate of the origin for transforms applied to an element with respect to its border box.",
+            "restrictions": [
+                "length",
+                "percentage"
+            ]
+        },
+        {
+            "name": "-webkit-transform-style",
+            "browsers": [
+                "C",
+                "S4"
+            ],
+            "values": [
+                {
+                    "name": "flat",
+                    "description": "All children of this element are rendered flattened into the 2D plane of the element."
+                }
+            ],
+            "relevance": 50,
+            "description": "Defines how nested elements are rendered in 3D space.",
+            "restrictions": [
+                "enum"
+            ]
+        },
+        {
+            "name": "-webkit-transition",
+            "browsers": [
+                "C",
+                "O12",
+                "S5"
+            ],
+            "values": [
+                {
+                    "name": "all",
+                    "description": "Every property that is able to undergo a transition will do so."
+                },
+                {
+                    "name": "none",
+                    "description": "No property will transition."
+                }
+            ],
+            "relevance": 50,
+            "description": "Shorthand property combines four of the transition properties into a single property.",
+            "restrictions": [
+                "time",
+                "property",
+                "timing-function",
+                "enum"
+            ]
+        },
+        {
+            "name": "-webkit-transition-delay",
+            "browsers": [
+                "C",
+                "O12",
+                "S5"
+            ],
+            "relevance": 50,
+            "description": "Defines when the transition will start. It allows a transition to begin execution some period of time from when it is applied.",
+            "restrictions": [
+                "time"
+            ]
+        },
+        {
+            "name": "-webkit-transition-duration",
+            "browsers": [
+                "C",
+                "O12",
+                "S5"
+            ],
+            "relevance": 50,
+            "description": "Specifies how long the transition from the old value to the new value should take.",
+            "restrictions": [
+                "time"
+            ]
+        },
+        {
+            "name": "-webkit-transition-property",
+            "browsers": [
+                "C",
+                "O12",
+                "S5"
+            ],
+            "values": [
+                {
+                    "name": "all",
+                    "description": "Every property that is able to undergo a transition will do so."
+                },
+                {
+                    "name": "none",
+                    "description": "No property will transition."
+                }
+            ],
+            "relevance": 50,
+            "description": "Specifies the name of the CSS property to which the transition is applied.",
+            "restrictions": [
+                "property"
+            ]
+        },
+        {
+            "name": "-webkit-transition-timing-function",
+            "browsers": [
+                "C",
+                "O12",
+                "S5"
+            ],
+            "relevance": 50,
+            "description": "Describes how the intermediate values used during a transition will be calculated.",
+            "restrictions": [
+                "timing-function"
+            ]
+        },
+        {
+            "name": "-webkit-user-drag",
+            "browsers": [
+                "S3"
+            ],
+            "values": [
+                {
+                    "name": "auto"
+                },
+                {
+                    "name": "element"
+                },
+                {
+                    "name": "none"
+                }
+            ],
+            "relevance": 50,
+            "restrictions": [
+                "enum"
+            ]
+        },
+        {
+            "name": "-webkit-user-modify",
+            "browsers": [
+                "C",
+                "S3"
+            ],
+            "values": [
+                {
+                    "name": "read-only"
+                },
+                {
+                    "name": "read-write"
+                },
+                {
+                    "name": "read-write-plaintext-only"
+                }
+            ],
+            "status": "nonstandard",
+            "syntax": "read-only | read-write | read-write-plaintext-only",
+            "relevance": 0,
+            "description": "Determines whether a user can edit the content of an element.",
+            "restrictions": [
+                "enum"
+            ]
+        },
+        {
+            "name": "-webkit-user-select",
+            "browsers": [
+                "C",
+                "S3"
+            ],
+            "values": [
+                {
+                    "name": "auto"
+                },
+                {
+                    "name": "none"
+                },
+                {
+                    "name": "text"
+                }
+            ],
+            "relevance": 50,
+            "description": "Controls the appearance of selection.",
+            "restrictions": [
+                "enum"
+            ]
+        },
+        {
+            "name": "white-space",
+            "values": [
+                {
+                    "name": "normal",
+                    "description": "Sets 'white-space-collapsing' to 'collapse' and 'text-wrap' to 'normal'."
+                },
+                {
+                    "name": "nowrap",
+                    "description": "Sets 'white-space-collapsing' to 'collapse' and 'text-wrap' to 'none'."
+                },
+                {
+                    "name": "pre",
+                    "description": "Sets 'white-space-collapsing' to 'preserve' and 'text-wrap' to 'none'."
+                },
+                {
+                    "name": "pre-line",
+                    "description": "Sets 'white-space-collapsing' to 'preserve-breaks' and 'text-wrap' to 'normal'."
+                },
+                {
+                    "name": "pre-wrap",
+                    "description": "Sets 'white-space-collapsing' to 'preserve' and 'text-wrap' to 'normal'."
+                }
+            ],
+            "syntax": "normal | pre | nowrap | pre-wrap | pre-line | break-spaces",
+            "relevance": 88,
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/white-space"
+                }
+            ],
+            "description": "Shorthand property for the 'white-space-collapsing' and 'text-wrap' properties.",
+            "restrictions": [
+                "enum"
+            ]
+        },
+        {
+            "name": "widows",
+            "browsers": [
+                "E12",
+                "S1.3",
+                "C25",
+                "IE8",
+                "O9.2"
+            ],
+            "syntax": "<integer>",
+            "relevance": 51,
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/widows"
+                }
+            ],
+            "description": "Specifies the minimum number of line boxes of a block container that must be left in a fragment after a break.",
+            "restrictions": [
+                "integer"
+            ]
+        },
+        {
+            "name": "width",
+            "values": [
+                {
+                    "name": "auto",
+                    "description": "The width depends on the values of other properties."
+                },
+                {
+                    "name": "fit-content",
+                    "description": "Use the fit-content inline size or fit-content block size, as appropriate to the writing mode."
+                },
+                {
+                    "name": "max-content",
+                    "description": "Use the max-content inline size or max-content block size, as appropriate to the writing mode."
+                },
+                {
+                    "name": "min-content",
+                    "description": "Use the min-content inline size or min-content block size, as appropriate to the writing mode."
+                }
+            ],
+            "syntax": "<viewport-length>{1,2}",
+            "relevance": 96,
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/width"
+                }
+            ],
+            "description": "Specifies the width of the content area, padding area or border area (depending on 'box-sizing') of certain boxes.",
+            "restrictions": [
+                "length",
+                "percentage"
+            ]
+        },
+        {
+            "name": "will-change",
+            "browsers": [
+                "E79",
+                "FF36",
+                "S9.1",
+                "C36",
+                "O24"
+            ],
+            "values": [
+                {
+                    "name": "auto",
+                    "description": "Expresses no particular intent."
+                },
+                {
+                    "name": "contents",
+                    "description": "Indicates that the author expects to animate or change something about the element’s contents in the near future."
+                },
+                {
+                    "name": "scroll-position",
+                    "description": "Indicates that the author expects to animate or change the scroll position of the element in the near future."
+                }
+            ],
+            "syntax": "auto | <animateable-feature>#",
+            "relevance": 62,
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/will-change"
+                }
+            ],
+            "description": "Provides a rendering hint to the user agent, stating what kinds of changes the author expects to perform on the element.",
+            "restrictions": [
+                "enum",
+                "identifier"
+            ]
+        },
+        {
+            "name": "word-break",
+            "values": [
+                {
+                    "name": "break-all",
+                    "description": "Lines may break between any two grapheme clusters for non-CJK scripts."
+                },
+                {
+                    "name": "keep-all",
+                    "description": "Block characters can no longer create implied break points."
+                },
+                {
+                    "name": "normal",
+                    "description": "Breaks non-CJK scripts according to their own rules."
+                }
+            ],
+            "syntax": "normal | break-all | keep-all | break-word",
+            "relevance": 72,
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/word-break"
+                }
+            ],
+            "description": "Specifies line break opportunities for non-CJK scripts.",
+            "restrictions": [
+                "enum"
+            ]
+        },
+        {
+            "name": "word-spacing",
+            "values": [
+                {
+                    "name": "normal",
+                    "description": "No additional spacing is applied. Computes to zero."
+                }
+            ],
+            "syntax": "normal | <length-percentage>",
+            "relevance": 57,
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/word-spacing"
+                }
+            ],
+            "description": "Specifies additional spacing between “words”.",
+            "restrictions": [
+                "length",
+                "percentage"
+            ]
+        },
+        {
+            "name": "word-wrap",
+            "values": [
+                {
+                    "name": "break-word",
+                    "description": "An otherwise unbreakable sequence of characters may be broken at an arbitrary point if there are no otherwise-acceptable break points in the line."
+                },
+                {
+                    "name": "normal",
+                    "description": "Lines may break only at allowed break points."
+                }
+            ],
+            "syntax": "normal | break-word",
+            "relevance": 77,
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/overflow-wrap"
+                }
+            ],
+            "description": "Specifies whether the UA may break within a word to prevent overflow when an otherwise-unbreakable string is too long to fit.",
+            "restrictions": [
+                "enum"
+            ]
+        },
+        {
+            "name": "writing-mode",
+            "values": [
+                {
+                    "name": "horizontal-tb",
+                    "description": "Top-to-bottom block flow direction. The writing mode is horizontal."
+                },
+                {
+                    "name": "sideways-lr",
+                    "description": "Left-to-right block flow direction. The writing mode is vertical, while the typographic mode is horizontal."
+                },
+                {
+                    "name": "sideways-rl",
+                    "description": "Right-to-left block flow direction. The writing mode is vertical, while the typographic mode is horizontal."
+                },
+                {
+                    "name": "vertical-lr",
+                    "description": "Left-to-right block flow direction. The writing mode is vertical."
+                },
+                {
+                    "name": "vertical-rl",
+                    "description": "Right-to-left block flow direction. The writing mode is vertical."
+                }
+            ],
+            "syntax": "horizontal-tb | vertical-rl | vertical-lr | sideways-rl | sideways-lr",
+            "relevance": 50,
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/writing-mode"
+                }
+            ],
+            "description": "This is a shorthand property for both 'direction' and 'block-progression'.",
+            "restrictions": [
+                "enum"
+            ]
+        },
+        {
+            "name": "z-index",
+            "values": [
+                {
+                    "name": "auto",
+                    "description": "The stack level of the generated box in the current stacking context is 0. The box does not establish a new stacking context unless it is the root element."
+                }
+            ],
+            "syntax": "auto | <integer>",
+            "relevance": 91,
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/z-index"
+                }
+            ],
+            "description": "For a positioned box, the 'z-index' property specifies the stack level of the box in the current stacking context and whether the box establishes a local stacking context.",
+            "restrictions": [
+                "integer"
+            ]
+        },
+        {
+            "name": "zoom",
+            "browsers": [
+                "E12",
+                "S3.1",
+                "C1",
+                "IE5.5",
+                "O15"
+            ],
+            "values": [
+                {
+                    "name": "normal"
+                }
+            ],
+            "syntax": "auto | <number> | <percentage>",
+            "relevance": 74,
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/zoom"
+                }
+            ],
+            "description": "Non-standard. Specifies the magnification scale of the object. See 'transform: scale()' for a standards-based alternative.",
+            "restrictions": [
+                "enum",
+                "integer",
+                "number",
+                "percentage"
+            ]
+        },
+        {
+            "name": "-ms-ime-align",
+            "status": "nonstandard",
+            "syntax": "auto | after",
+            "relevance": 0,
+            "description": "Aligns the Input Method Editor (IME) candidate window box relative to the element on which the IME composition is active."
+        },
+        {
+            "name": "-moz-binding",
+            "status": "nonstandard",
+            "syntax": "<url> | none",
+            "relevance": 0,
+            "browsers": [
+                "FF1"
+            ],
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/-moz-binding"
+                }
+            ],
+            "description": "The -moz-binding CSS property is used by Mozilla-based applications to attach an XBL binding to a DOM element."
+        },
+        {
+            "name": "-moz-context-properties",
+            "status": "nonstandard",
+            "syntax": "none | [ fill | fill-opacity | stroke | stroke-opacity ]#",
+            "relevance": 0,
+            "browsers": [
+                "FF55"
+            ],
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/-moz-context-properties"
+                }
+            ],
+            "description": "If you reference an SVG image in a webpage (such as with the <img> element or as a background image), the SVG image can coordinate with the embedding element (its context) to have the image adopt property values set on the embedding element. To do this the embedding element needs to list the properties that are to be made available to the image by listing them as values of the -moz-context-properties property, and the image needs to opt in to using those properties by using values such as the context-fill value.\n\nThis feature is available since Firefox 55, but is only currently supported with SVG images loaded via chrome:// or resource:// URLs. To experiment with the feature in SVG on the Web it is necessary to set the svg.context-properties.content.enabled pref to true."
+        },
+        {
+            "name": "-moz-float-edge",
+            "status": "nonstandard",
+            "syntax": "border-box | content-box | margin-box | padding-box",
+            "relevance": 0,
+            "browsers": [
+                "FF1"
+            ],
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/-moz-float-edge"
+                }
+            ],
+            "description": "The non-standard -moz-float-edge CSS property specifies whether the height and width properties of the element include the margin, border, or padding thickness."
+        },
+        {
+            "name": "-moz-force-broken-image-icon",
+            "status": "nonstandard",
+            "syntax": "<integer>",
+            "relevance": 0,
+            "browsers": [
+                "FF1"
+            ],
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/-moz-force-broken-image-icon"
+                }
+            ],
+            "description": "The -moz-force-broken-image-icon extended CSS property can be used to force the broken image icon to be shown even when a broken image has an alt attribute."
+        },
+        {
+            "name": "-moz-image-region",
+            "status": "nonstandard",
+            "syntax": "<shape> | auto",
+            "relevance": 0,
+            "browsers": [
+                "FF1"
+            ],
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/-moz-image-region"
+                }
+            ],
+            "description": "For certain XUL elements and pseudo-elements that use an image from the list-style-image property, this property specifies a region of the image that is used in place of the whole image. This allows elements to use different pieces of the same image to improve performance."
+        },
+        {
+            "name": "-moz-orient",
+            "status": "nonstandard",
+            "syntax": "inline | block | horizontal | vertical",
+            "relevance": 0,
+            "browsers": [
+                "FF6"
+            ],
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/-moz-orient"
+                }
+            ],
+            "description": "The -moz-orient CSS property specifies the orientation of the element to which it's applied."
+        },
+        {
+            "name": "-moz-outline-radius",
+            "status": "nonstandard",
+            "syntax": "<outline-radius>{1,4} [ / <outline-radius>{1,4} ]?",
+            "relevance": 0,
+            "browsers": [
+                "FF1"
+            ],
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/-moz-outline-radius"
+                }
+            ],
+            "description": "In Mozilla applications like Firefox, the -moz-outline-radius CSS property can be used to give an element's outline rounded corners."
+        },
+        {
+            "name": "-moz-outline-radius-bottomleft",
+            "status": "nonstandard",
+            "syntax": "<outline-radius>",
+            "relevance": 0,
+            "browsers": [
+                "FF1"
+            ],
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/-moz-outline-radius-bottomleft"
+                }
+            ],
+            "description": "In Mozilla applications, the -moz-outline-radius-bottomleft CSS property can be used to round the bottom-left corner of an element's outline."
+        },
+        {
+            "name": "-moz-outline-radius-bottomright",
+            "status": "nonstandard",
+            "syntax": "<outline-radius>",
+            "relevance": 0,
+            "browsers": [
+                "FF1"
+            ],
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/-moz-outline-radius-bottomright"
+                }
+            ],
+            "description": "In Mozilla applications, the -moz-outline-radius-bottomright CSS property can be used to round the bottom-right corner of an element's outline."
+        },
+        {
+            "name": "-moz-outline-radius-topleft",
+            "status": "nonstandard",
+            "syntax": "<outline-radius>",
+            "relevance": 0,
+            "browsers": [
+                "FF1"
+            ],
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/-moz-outline-radius-topleft"
+                }
+            ],
+            "description": "In Mozilla applications, the -moz-outline-radius-topleft CSS property can be used to round the top-left corner of an element's outline."
+        },
+        {
+            "name": "-moz-outline-radius-topright",
+            "status": "nonstandard",
+            "syntax": "<outline-radius>",
+            "relevance": 0,
+            "browsers": [
+                "FF1"
+            ],
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/-moz-outline-radius-topright"
+                }
+            ],
+            "description": "In Mozilla applications, the -moz-outline-radius-topright CSS property can be used to round the top-right corner of an element's outline."
+        },
+        {
+            "name": "-moz-stack-sizing",
+            "status": "nonstandard",
+            "syntax": "ignore | stretch-to-fit",
+            "relevance": 0,
+            "description": "-moz-stack-sizing is an extended CSS property. Normally, a stack will change its size so that all of its child elements are completely visible. For example, moving a child of the stack far to the right will widen the stack so the child remains visible."
+        },
+        {
+            "name": "-moz-text-blink",
+            "status": "nonstandard",
+            "syntax": "none | blink",
+            "relevance": 0,
+            "description": "The -moz-text-blink non-standard Mozilla CSS extension specifies the blink mode."
+        },
+        {
+            "name": "-moz-user-input",
+            "status": "nonstandard",
+            "syntax": "auto | none | enabled | disabled",
+            "relevance": 0,
+            "browsers": [
+                "FF1"
+            ],
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/-moz-user-input"
+                }
+            ],
+            "description": "In Mozilla applications, -moz-user-input determines if an element will accept user input."
+        },
+        {
+            "name": "-moz-user-modify",
+            "status": "nonstandard",
+            "syntax": "read-only | read-write | write-only",
+            "relevance": 0,
+            "description": "The -moz-user-modify property has no effect. It was originally planned to determine whether or not the content of an element can be edited by a user."
+        },
+        {
+            "name": "-moz-window-dragging",
+            "status": "nonstandard",
+            "syntax": "drag | no-drag",
+            "relevance": 0,
+            "description": "The -moz-window-dragging CSS property specifies whether a window is draggable or not. It only works in Chrome code, and only on Mac OS X."
+        },
+        {
+            "name": "-moz-window-shadow",
+            "status": "nonstandard",
+            "syntax": "default | menu | tooltip | sheet | none",
+            "relevance": 0,
+            "description": "The -moz-window-shadow CSS property specifies whether a window will have a shadow. It only works on Mac OS X."
+        },
+        {
+            "name": "-webkit-border-before",
+            "status": "nonstandard",
+            "syntax": "<'border-width'> || <'border-style'> || <'color'>",
+            "relevance": 0,
+            "browsers": [
+                "E79",
+                "S5.1",
+                "C8",
+                "O15"
+            ],
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/-webkit-border-before"
+                }
+            ],
+            "description": "The -webkit-border-before CSS property is a shorthand property for setting the individual logical block start border property values in a single place in the style sheet."
+        },
+        {
+            "name": "-webkit-border-before-color",
+            "status": "nonstandard",
+            "syntax": "<'color'>",
+            "relevance": 0,
+            "description": "The -webkit-border-before-color CSS property sets the color of the individual logical block start border in a single place in the style sheet."
+        },
+        {
+            "name": "-webkit-border-before-style",
+            "status": "nonstandard",
+            "syntax": "<'border-style'>",
+            "relevance": 0,
+            "description": "The -webkit-border-before-style CSS property sets the style of the individual logical block start border in a single place in the style sheet."
+        },
+        {
+            "name": "-webkit-border-before-width",
+            "status": "nonstandard",
+            "syntax": "<'border-width'>",
+            "relevance": 0,
+            "description": "The -webkit-border-before-width CSS property sets the width of the individual logical block start border in a single place in the style sheet."
+        },
+        {
+            "name": "-webkit-line-clamp",
+            "syntax": "none | <integer>",
+            "relevance": 50,
+            "browsers": [
+                "E17",
+                "FF68",
+                "S5",
+                "C6",
+                "O15"
+            ],
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/-webkit-line-clamp"
+                }
+            ],
+            "description": "The -webkit-line-clamp CSS property allows limiting of the contents of a block container to the specified number of lines."
+        },
+        {
+            "name": "-webkit-mask",
+            "status": "nonstandard",
+            "syntax": "[ <mask-reference> || <position> [ / <bg-size> ]? || <repeat-style> || [ <box> | border | padding | content | text ] || [ <box> | border | padding | content ] ]#",
+            "relevance": 0,
+            "description": "The mask CSS property alters the visibility of an element by either partially or fully hiding it. This is accomplished by either masking or clipping the image at specific points."
+        },
+        {
+            "name": "-webkit-mask-attachment",
+            "status": "nonstandard",
+            "syntax": "<attachment>#",
+            "relevance": 0,
+            "browsers": [
+                "S4",
+                "C1"
+            ],
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/-webkit-mask-attachment"
+                }
+            ],
+            "description": "If a -webkit-mask-image is specified, -webkit-mask-attachment determines whether the mask image's position is fixed within the viewport, or scrolls along with its containing block."
+        },
+        {
+            "name": "-webkit-mask-composite",
+            "status": "nonstandard",
+            "syntax": "<composite-style>#",
+            "relevance": 0,
+            "browsers": [
+                "E18",
+                "FF53",
+                "S3.2",
+                "C1",
+                "O15"
+            ],
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/-webkit-mask-composite"
+                }
+            ],
+            "description": "The -webkit-mask-composite property specifies the manner in which multiple mask images applied to the same element are composited with one another. Mask images are composited in the opposite order that they are declared with the -webkit-mask-image property."
+        },
+        {
+            "name": "-webkit-mask-position",
+            "status": "nonstandard",
+            "syntax": "<position>#",
+            "relevance": 0,
+            "description": "The mask-position CSS property sets the initial position, relative to the mask position layer defined by mask-origin, for each defined mask image."
+        },
+        {
+            "name": "-webkit-mask-position-x",
+            "status": "nonstandard",
+            "syntax": "[ <length-percentage> | left | center | right ]#",
+            "relevance": 0,
+            "browsers": [
+                "E18",
+                "FF49",
+                "S3.2",
+                "C1",
+                "O15"
+            ],
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/-webkit-mask-position-x"
                 }
-            });
-        };
-        if (!this._tagMap[tag]) {
-            return [];
-        }
-        processAttributes(this._tagMap[tag].attributes);
-        processAttributes(this._globalAttributes);
-        return values;
-    };
-    return HTMLDataProvider;
-}());
-
-/**
- * Generate Documentation used in hover/complete
- * From `documentation` and `references`
- */
-function generateDocumentation(item, doesSupportMarkdown) {
-    var result = {
-        kind: doesSupportMarkdown ? 'markdown' : 'plaintext',
-        value: ''
-    };
-    if (item.description) {
-        var normalizedDescription = Object(_utils_markup__WEBPACK_IMPORTED_MODULE_0__["normalizeMarkupContent"])(item.description);
-        if (normalizedDescription) {
-            result.value += normalizedDescription.value;
-        }
-    }
-    if (item.references && item.references.length > 0) {
-        result.value += "\n\n";
-        if (doesSupportMarkdown) {
-            result.value += item.references.map(function (r) {
-                return "[" + r.name + "](" + r.url + ")";
-            }).join(' | ');
-        }
-        else {
-            result.value += item.references.map(function (r) {
-                return r.name + ": " + r.url;
-            }).join('\n');
-        }
-    }
-    if (result.value === '') {
-        return undefined;
-    }
-    return result;
-}
-
-
-/***/ }),
-/* 122 */
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
-
-"use strict";
-__webpack_require__.r(__webpack_exports__);
-/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "normalizeMarkupContent", function() { return normalizeMarkupContent; });
-/*---------------------------------------------------------------------------------------------
- *  Copyright (c) Microsoft Corporation. All rights reserved.
- *  Licensed under the MIT License. See License.txt in the project root for license information.
- *--------------------------------------------------------------------------------------------*/
-function normalizeMarkupContent(input) {
-    if (!input) {
-        return undefined;
-    }
-    if (typeof input === 'string') {
-        return {
-            kind: 'markdown',
-            value: input
-        };
-    }
-    return {
-        kind: 'markdown',
-        value: input.value
-    };
-}
-
-
-/***/ }),
-/* 123 */
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
-
-"use strict";
-__webpack_require__.r(__webpack_exports__);
-/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "htmlData", function() { return htmlData; });
-/*---------------------------------------------------------------------------------------------
- *  Copyright (c) Microsoft Corporation. All rights reserved.
- *  Licensed under the MIT License. See License.txt in the project root for license information.
- *--------------------------------------------------------------------------------------------*/
-// file generated from vscode-web-custom-data NPM package
-var htmlData = {
-    "version": 1.1,
-    "tags": [
+            ],
+            "description": "The -webkit-mask-position-x CSS property sets the initial horizontal position of a mask image."
+        },
         {
-            "name": "html",
-            "description": {
-                "kind": "markdown",
-                "value": "The html element represents the root of an HTML document."
-            },
-            "attributes": [
+            "name": "-webkit-mask-position-y",
+            "status": "nonstandard",
+            "syntax": "[ <length-percentage> | top | center | bottom ]#",
+            "relevance": 0,
+            "browsers": [
+                "E18",
+                "FF49",
+                "S3.2",
+                "C1",
+                "O15"
+            ],
+            "references": [
                 {
-                    "name": "manifest",
-                    "description": {
-                        "kind": "markdown",
-                        "value": "Specifies the URI of a resource manifest indicating resources that should be cached locally. See [Using the application cache](https://developer.mozilla.org/en-US/docs/Web/HTML/Using_the_application_cache) for details."
-                    }
-                },
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/-webkit-mask-position-y"
+                }
+            ],
+            "description": "The -webkit-mask-position-y CSS property sets the initial vertical position of a mask image."
+        },
+        {
+            "name": "-webkit-mask-repeat-x",
+            "status": "nonstandard",
+            "syntax": "repeat | no-repeat | space | round",
+            "relevance": 0,
+            "browsers": [
+                "E18",
+                "S5",
+                "C3",
+                "O15"
+            ],
+            "references": [
                 {
-                    "name": "version",
-                    "description": "Specifies the version of the HTML [Document Type Definition](https://developer.mozilla.org/en-US/docs/Glossary/DTD \"Document Type Definition: In HTML, the doctype is the required \"<!DOCTYPE html>\" preamble found at the top of all documents. Its sole purpose is to prevent a browser from switching into so-called “quirks mode” when rendering a document; that is, the \"<!DOCTYPE html>\" doctype ensures that the browser makes a best-effort attempt at following the relevant specifications, rather than using a different rendering mode that is incompatible with some specifications.\") that governs the current document. This attribute is not needed, because it is redundant with the version information in the document type declaration."
-                },
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/-webkit-mask-repeat-x"
+                }
+            ],
+            "description": "The -webkit-mask-repeat-x property specifies whether and how a mask image is repeated (tiled) horizontally."
+        },
+        {
+            "name": "-webkit-mask-repeat-y",
+            "status": "nonstandard",
+            "syntax": "repeat | no-repeat | space | round",
+            "relevance": 0,
+            "browsers": [
+                "E18",
+                "S5",
+                "C3",
+                "O15"
+            ],
+            "references": [
                 {
-                    "name": "xmlns",
-                    "description": "Specifies the XML Namespace of the document. Default value is `\"http://www.w3.org/1999/xhtml\"`. This is required in documents parsed with XML parsers, and optional in text/html documents."
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/-webkit-mask-repeat-y"
+                }
+            ],
+            "description": "The -webkit-mask-repeat-y property specifies whether and how a mask image is repeated (tiled) vertically."
+        },
+        {
+            "name": "appearance",
+            "status": "experimental",
+            "syntax": "none | auto | button | textfield | menulist-button | <compat-auto>",
+            "relevance": 60,
+            "browsers": [
+                "E84",
+                "FF1",
+                "S3",
+                "C84",
+                "O70"
+            ],
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/appearance"
+                }
+            ],
+            "description": "Changes the appearance of buttons and other controls to resemble native controls."
+        },
+        {
+            "name": "aspect-ratio",
+            "status": "experimental",
+            "syntax": "auto | <ratio>",
+            "relevance": 50,
+            "browsers": [
+                "E79",
+                "FF71",
+                "C79"
+            ],
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/aspect-ratio"
+                }
+            ],
+            "description": "The aspect-ratio   CSS property sets a preferred aspect ratio for the box, which will be used in the calculation of auto sizes and some other layout functions."
+        },
+        {
+            "name": "azimuth",
+            "status": "obsolete",
+            "syntax": "<angle> | [ [ left-side | far-left | left | center-left | center | center-right | right | far-right | right-side ] || behind ] | leftwards | rightwards",
+            "relevance": 0,
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/azimuth"
+                }
+            ],
+            "description": "In combination with elevation, the azimuth CSS property enables different audio sources to be positioned spatially for aural presentation. This is important in that it provides a natural way to tell several voices apart, as each can be positioned to originate at a different location on the sound stage. Stereo output produce a lateral sound stage, while binaural headphones and multi-speaker setups allow for a fully three-dimensional stage."
+        },
+        {
+            "name": "backdrop-filter",
+            "syntax": "none | <filter-function-list>",
+            "relevance": 51,
+            "browsers": [
+                "E17",
+                "FF70",
+                "S9",
+                "C76",
+                "O34"
+            ],
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/backdrop-filter"
+                }
+            ],
+            "description": "The backdrop-filter CSS property lets you apply graphical effects such as blurring or color shifting to the area behind an element. Because it applies to everything behind the element, to see the effect you must make the element or its background at least partially transparent."
+        },
+        {
+            "name": "border-block",
+            "syntax": "<'border-top-width'> || <'border-top-style'> || <'color'>",
+            "relevance": 50,
+            "browsers": [
+                "E79",
+                "FF66",
+                "C69",
+                "O56"
+            ],
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/border-block"
+                }
+            ],
+            "description": "The border-block CSS property is a shorthand property for setting the individual logical block border property values in a single place in the style sheet."
+        },
+        {
+            "name": "border-block-color",
+            "syntax": "<'border-top-color'>{1,2}",
+            "relevance": 50,
+            "browsers": [
+                "E79",
+                "FF66",
+                "C69",
+                "O56"
+            ],
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/border-block-color"
+                }
+            ],
+            "description": "The border-block-color CSS property defines the color of the logical block borders of an element, which maps to a physical border color depending on the element's writing mode, directionality, and text orientation. It corresponds to the border-top-color and border-bottom-color, or border-right-color and border-left-color property depending on the values defined for writing-mode, direction, and text-orientation."
+        },
+        {
+            "name": "border-block-style",
+            "syntax": "<'border-top-style'>",
+            "relevance": 50,
+            "browsers": [
+                "E79",
+                "FF66",
+                "C69",
+                "O56"
+            ],
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/border-block-style"
+                }
+            ],
+            "description": "The border-block-style CSS property defines the style of the logical block borders of an element, which maps to a physical border style depending on the element's writing mode, directionality, and text orientation. It corresponds to the border-top-style and border-bottom-style, or border-left-style and border-right-style properties depending on the values defined for writing-mode, direction, and text-orientation."
+        },
+        {
+            "name": "border-block-width",
+            "syntax": "<'border-top-width'>",
+            "relevance": 50,
+            "browsers": [
+                "E79",
+                "FF66",
+                "C69",
+                "O56"
+            ],
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/border-block-width"
+                }
+            ],
+            "description": "The border-block-width CSS property defines the width of the logical block borders of an element, which maps to a physical border width depending on the element's writing mode, directionality, and text orientation. It corresponds to the border-top-width and border-bottom-width, or border-left-width, and border-right-width property depending on the values defined for writing-mode, direction, and text-orientation."
+        },
+        {
+            "name": "border-end-end-radius",
+            "syntax": "<length-percentage>{1,2}",
+            "relevance": 50,
+            "browsers": [
+                "FF66"
+            ],
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/border-end-end-radius"
+                }
+            ],
+            "description": "The border-end-end-radius CSS property defines a logical border radius on an element, which maps to a physical border radius that depends on on the element's writing-mode, direction, and text-orientation."
+        },
+        {
+            "name": "border-end-start-radius",
+            "syntax": "<length-percentage>{1,2}",
+            "relevance": 50,
+            "browsers": [
+                "FF66"
+            ],
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/border-end-start-radius"
+                }
+            ],
+            "description": "The border-end-start-radius CSS property defines a logical border radius on an element, which maps to a physical border radius depending on the element's writing-mode, direction, and text-orientation."
+        },
+        {
+            "name": "border-inline",
+            "syntax": "<'border-top-width'> || <'border-top-style'> || <'color'>",
+            "relevance": 50,
+            "browsers": [
+                "E79",
+                "FF66",
+                "C69",
+                "O56"
+            ],
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/border-inline"
+                }
+            ],
+            "description": "The border-inline CSS property is a shorthand property for setting the individual logical inline border property values in a single place in the style sheet."
+        },
+        {
+            "name": "border-inline-color",
+            "syntax": "<'border-top-color'>{1,2}",
+            "relevance": 50,
+            "browsers": [
+                "E79",
+                "FF66",
+                "C69",
+                "O56"
+            ],
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/border-inline-color"
+                }
+            ],
+            "description": "The border-inline-color CSS property defines the color of the logical inline borders of an element, which maps to a physical border color depending on the element's writing mode, directionality, and text orientation. It corresponds to the border-top-color and border-bottom-color, or border-right-color and border-left-color property depending on the values defined for writing-mode, direction, and text-orientation."
+        },
+        {
+            "name": "border-inline-style",
+            "syntax": "<'border-top-style'>",
+            "relevance": 50,
+            "browsers": [
+                "E79",
+                "FF66",
+                "C69",
+                "O56"
+            ],
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/border-inline-style"
+                }
+            ],
+            "description": "The border-inline-style CSS property defines the style of the logical inline borders of an element, which maps to a physical border style depending on the element's writing mode, directionality, and text orientation. It corresponds to the border-top-style and border-bottom-style, or border-left-style and border-right-style properties depending on the values defined for writing-mode, direction, and text-orientation."
+        },
+        {
+            "name": "border-inline-width",
+            "syntax": "<'border-top-width'>",
+            "relevance": 50,
+            "browsers": [
+                "E79",
+                "FF66",
+                "C69",
+                "O56"
+            ],
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/border-inline-width"
+                }
+            ],
+            "description": "The border-inline-width CSS property defines the width of the logical inline borders of an element, which maps to a physical border width depending on the element's writing mode, directionality, and text orientation. It corresponds to the border-top-width and border-bottom-width, or border-left-width, and border-right-width property depending on the values defined for writing-mode, direction, and text-orientation."
+        },
+        {
+            "name": "border-start-end-radius",
+            "syntax": "<length-percentage>{1,2}",
+            "relevance": 50,
+            "browsers": [
+                "FF66"
+            ],
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/border-start-end-radius"
+                }
+            ],
+            "description": "The border-start-end-radius CSS property defines a logical border radius on an element, which maps to a physical border radius depending on the element's writing-mode, direction, and text-orientation."
+        },
+        {
+            "name": "border-start-start-radius",
+            "syntax": "<length-percentage>{1,2}",
+            "relevance": 50,
+            "browsers": [
+                "FF66"
+            ],
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/border-start-start-radius"
+                }
+            ],
+            "description": "The border-start-start-radius CSS property defines a logical border radius on an element, which maps to a physical border radius that depends on the element's writing-mode, direction, and text-orientation."
+        },
+        {
+            "name": "box-align",
+            "status": "nonstandard",
+            "syntax": "start | center | end | baseline | stretch",
+            "relevance": 0,
+            "browsers": [
+                "E12",
+                "FF1",
+                "S3",
+                "C1",
+                "O15"
+            ],
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/box-align"
+                }
+            ],
+            "description": "The box-align CSS property specifies how an element aligns its contents across its layout in a perpendicular direction. The effect of the property is only visible if there is extra space in the box."
+        },
+        {
+            "name": "box-direction",
+            "status": "nonstandard",
+            "syntax": "normal | reverse | inherit",
+            "relevance": 0,
+            "browsers": [
+                "E12",
+                "FF1",
+                "S3",
+                "C1",
+                "O15"
+            ],
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/box-direction"
+                }
+            ],
+            "description": "The box-direction CSS property specifies whether a box lays out its contents normally (from the top or left edge), or in reverse (from the bottom or right edge)."
+        },
+        {
+            "name": "box-flex",
+            "status": "nonstandard",
+            "syntax": "<number>",
+            "relevance": 0,
+            "browsers": [
+                "E12",
+                "FF1",
+                "S3",
+                "C1",
+                "O15"
+            ],
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/box-flex"
+                }
+            ],
+            "description": "The -moz-box-flex and -webkit-box-flex CSS properties specify how a -moz-box or -webkit-box grows to fill the box that contains it, in the direction of the containing box's layout."
+        },
+        {
+            "name": "box-flex-group",
+            "status": "nonstandard",
+            "syntax": "<integer>",
+            "relevance": 0,
+            "browsers": [
+                "S3",
+                "C1",
+                "O15"
+            ],
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/box-flex-group"
+                }
+            ],
+            "description": "The box-flex-group CSS property assigns the flexbox's child elements to a flex group."
+        },
+        {
+            "name": "box-lines",
+            "status": "nonstandard",
+            "syntax": "single | multiple",
+            "relevance": 0,
+            "browsers": [
+                "S3",
+                "C1",
+                "O15"
+            ],
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/box-lines"
                 }
             ],
+            "description": "The box-lines CSS property determines whether the box may have a single or multiple lines (rows for horizontally oriented boxes, columns for vertically oriented boxes)."
+        },
+        {
+            "name": "box-ordinal-group",
+            "status": "nonstandard",
+            "syntax": "<integer>",
+            "relevance": 0,
+            "browsers": [
+                "E12",
+                "FF1",
+                "S3",
+                "C1",
+                "O15"
+            ],
             "references": [
                 {
                     "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/HTML/Element/html"
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/box-ordinal-group"
                 }
-            ]
+            ],
+            "description": "The box-ordinal-group CSS property assigns the flexbox's child elements to an ordinal group."
         },
         {
-            "name": "head",
-            "description": {
-                "kind": "markdown",
-                "value": "The head element represents a collection of metadata for the Document."
-            },
-            "attributes": [
+            "name": "box-orient",
+            "status": "nonstandard",
+            "syntax": "horizontal | vertical | inline-axis | block-axis | inherit",
+            "relevance": 0,
+            "browsers": [
+                "E12",
+                "FF1",
+                "S3",
+                "C1",
+                "O15"
+            ],
+            "references": [
                 {
-                    "name": "profile",
-                    "description": "The URIs of one or more metadata profiles, separated by white space."
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/box-orient"
                 }
             ],
+            "description": "The box-orient CSS property specifies whether an element lays out its contents horizontally or vertically."
+        },
+        {
+            "name": "box-pack",
+            "status": "nonstandard",
+            "syntax": "start | center | end | justify",
+            "relevance": 0,
+            "browsers": [
+                "E12",
+                "FF1",
+                "S3",
+                "C1",
+                "O15"
+            ],
             "references": [
                 {
                     "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/HTML/Element/head"
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/box-pack"
                 }
-            ]
+            ],
+            "description": "The -moz-box-pack and -webkit-box-pack CSS properties specify how a -moz-box or -webkit-box packs its contents in the direction of its layout. The effect of this is only visible if there is extra space in the box."
         },
         {
-            "name": "title",
-            "description": {
-                "kind": "markdown",
-                "value": "The title element represents the document's title or name. Authors should use titles that identify their documents even when they are used out of context, for example in a user's history or bookmarks, or in search results. The document's title is often different from its first heading, since the first heading does not have to stand alone when taken out of context."
-            },
-            "attributes": [],
+            "name": "color-adjust",
+            "syntax": "economy | exact",
+            "relevance": 50,
+            "browsers": [
+                "E79",
+                "FF48",
+                "S6",
+                "C49",
+                "O15"
+            ],
             "references": [
                 {
                     "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/HTML/Element/title"
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/color-adjust"
                 }
-            ]
+            ],
+            "description": "The color-adjust property is a non-standard CSS extension that can be used to force printing of background colors and images in browsers based on the WebKit engine."
         },
         {
-            "name": "base",
-            "description": {
-                "kind": "markdown",
-                "value": "The base element allows authors to specify the document base URL for the purposes of resolving relative URLs, and the name of the default browsing context for the purposes of following hyperlinks. The element does not represent any content beyond this information."
-            },
-            "attributes": [
-                {
-                    "name": "href",
-                    "description": {
-                        "kind": "markdown",
-                        "value": "The base URL to be used throughout the document for relative URL addresses. If this attribute is specified, this element must come before any other elements with attributes whose values are URLs. Absolute and relative URLs are allowed."
-                    }
-                },
+            "name": "counter-set",
+            "syntax": "[ <custom-ident> <integer>? ]+ | none",
+            "relevance": 50,
+            "browsers": [
+                "FF68"
+            ],
+            "references": [
                 {
-                    "name": "target",
-                    "description": {
-                        "kind": "markdown",
-                        "value": "A name or keyword indicating the default location to display the result when hyperlinks or forms cause navigation, for elements that do not have an explicit target reference. It is a name of, or keyword for, a _browsing context_ (for example: tab, window, or inline frame). The following keywords have special meanings:\n\n*   `_self`: Load the result into the same browsing context as the current one. This value is the default if the attribute is not specified.\n*   `_blank`: Load the result into a new unnamed browsing context.\n*   `_parent`: Load the result into the parent browsing context of the current one. If there is no parent, this option behaves the same way as `_self`.\n*   `_top`: Load the result into the top-level browsing context (that is, the browsing context that is an ancestor of the current one, and has no parent). If there is no parent, this option behaves the same way as `_self`.\n\nIf this attribute is specified, this element must come before any other elements with attributes whose values are URLs."
-                    }
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/counter-set"
                 }
             ],
+            "description": "The counter-set CSS property sets a CSS counter to a given value. It manipulates the value of existing counters, and will only create new counters if there isn't already a counter of the given name on the element."
+        },
+        {
+            "name": "font-optical-sizing",
+            "syntax": "auto | none",
+            "relevance": 50,
+            "browsers": [
+                "E17",
+                "FF62",
+                "S11",
+                "C79",
+                "O66"
+            ],
             "references": [
                 {
                     "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/HTML/Element/base"
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/font-optical-sizing"
                 }
-            ]
+            ],
+            "description": "The font-optical-sizing CSS property allows developers to control whether browsers render text with slightly differing visual representations to optimize viewing at different sizes, or not. This only works for fonts that have an optical size variation axis."
         },
         {
-            "name": "link",
-            "description": {
-                "kind": "markdown",
-                "value": "The link element allows authors to link their document to other resources."
-            },
-            "attributes": [
-                {
-                    "name": "href",
-                    "description": {
-                        "kind": "markdown",
-                        "value": "This attribute specifies the [URL](https://developer.mozilla.org/en-US/docs/Glossary/URL \"URL: Uniform Resource Locator (URL) is a text string specifying where a resource can be found on the Internet.\") of the linked resource. A URL can be absolute or relative."
-                    }
-                },
-                {
-                    "name": "crossorigin",
-                    "valueSet": "xo",
-                    "description": {
-                        "kind": "markdown",
-                        "value": "This enumerated attribute indicates whether [CORS](https://developer.mozilla.org/en-US/docs/Glossary/CORS \"CORS: CORS (Cross-Origin Resource Sharing) is a system, consisting of transmitting HTTP headers, that determines whether browsers block frontend JavaScript code from accessing responses for cross-origin requests.\") must be used when fetching the resource. [CORS-enabled images](https://developer.mozilla.org/en-US/docs/Web/HTML/CORS_Enabled_Image) can be reused in the [`<canvas>`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/canvas \"Use the HTML <canvas> element with either the canvas scripting API or the WebGL API to draw graphics and animations.\") element without being _tainted_. The allowed values are:\n\n`anonymous`\n\nA cross-origin request (i.e. with an [`Origin`](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Origin \"The Origin request header indicates where a fetch originates from. It doesn't include any path information, but only the server name. It is sent with CORS requests, as well as with POST requests. It is similar to the Referer header, but, unlike this header, it doesn't disclose the whole path.\") HTTP header) is performed, but no credential is sent (i.e. no cookie, X.509 certificate, or HTTP Basic authentication). If the server does not give credentials to the origin site (by not setting the [`Access-Control-Allow-Origin`](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Access-Control-Allow-Origin \"The Access-Control-Allow-Origin response header indicates whether the response can be shared with requesting code from the given origin.\") HTTP header) the image will be tainted and its usage restricted.\n\n`use-credentials`\n\nA cross-origin request (i.e. with an `Origin` HTTP header) is performed along with a credential sent (i.e. a cookie, certificate, and/or HTTP Basic authentication is performed). If the server does not give credentials to the origin site (through [`Access-Control-Allow-Credentials`](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Access-Control-Allow-Credentials \"The Access-Control-Allow-Credentials response header tells browsers whether to expose the response to frontend JavaScript code when the request's credentials mode (Request.credentials) is \"include\".\") HTTP header), the resource will be _tainted_ and its usage restricted.\n\nIf the attribute is not present, the resource is fetched without a [CORS](https://developer.mozilla.org/en-US/docs/Glossary/CORS \"CORS: CORS (Cross-Origin Resource Sharing) is a system, consisting of transmitting HTTP headers, that determines whether browsers block frontend JavaScript code from accessing responses for cross-origin requests.\") request (i.e. without sending the `Origin` HTTP header), preventing its non-tainted usage. If invalid, it is handled as if the enumerated keyword **anonymous** was used. See [CORS settings attributes](https://developer.mozilla.org/en-US/docs/Web/HTML/CORS_settings_attributes) for additional information."
-                    }
-                },
-                {
-                    "name": "rel",
-                    "description": {
-                        "kind": "markdown",
-                        "value": "This attribute names a relationship of the linked document to the current document. The attribute must be a space-separated list of the [link types values](https://developer.mozilla.org/en-US/docs/Web/HTML/Link_types)."
-                    }
-                },
-                {
-                    "name": "media",
-                    "description": {
-                        "kind": "markdown",
-                        "value": "This attribute specifies the media that the linked resource applies to. Its value must be a media type / [media query](https://developer.mozilla.org/en-US/docs/Web/CSS/Media_queries). This attribute is mainly useful when linking to external stylesheets — it allows the user agent to pick the best adapted one for the device it runs on.\n\n**Notes:**\n\n*   In HTML 4, this can only be a simple white-space-separated list of media description literals, i.e., [media types and groups](https://developer.mozilla.org/en-US/docs/Web/CSS/@media), where defined and allowed as values for this attribute, such as `print`, `screen`, `aural`, `braille`. HTML5 extended this to any kind of [media queries](https://developer.mozilla.org/en-US/docs/Web/CSS/Media_queries), which are a superset of the allowed values of HTML 4.\n*   Browsers not supporting [CSS3 Media Queries](https://developer.mozilla.org/en-US/docs/Web/CSS/Media_queries) won't necessarily recognize the adequate link; do not forget to set fallback links, the restricted set of media queries defined in HTML 4."
-                    }
-                },
-                {
-                    "name": "hreflang",
-                    "description": {
-                        "kind": "markdown",
-                        "value": "This attribute indicates the language of the linked resource. It is purely advisory. Allowed values are determined by [BCP47](https://www.ietf.org/rfc/bcp/bcp47.txt). Use this attribute only if the [`href`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#attr-href) attribute is present."
-                    }
-                },
-                {
-                    "name": "type",
-                    "description": {
-                        "kind": "markdown",
-                        "value": "This attribute is used to define the type of the content linked to. The value of the attribute should be a MIME type such as **text/html**, **text/css**, and so on. The common use of this attribute is to define the type of stylesheet being referenced (such as **text/css**), but given that CSS is the only stylesheet language used on the web, not only is it possible to omit the `type` attribute, but is actually now recommended practice. It is also used on `rel=\"preload\"` link types, to make sure the browser only downloads file types that it supports."
-                    }
-                },
-                {
-                    "name": "sizes",
-                    "description": {
-                        "kind": "markdown",
-                        "value": "This attribute defines the sizes of the icons for visual media contained in the resource. It must be present only if the [`rel`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/link#attr-rel) contains a value of `icon` or a non-standard type such as Apple's `apple-touch-icon`. It may have the following values:\n\n*   `any`, meaning that the icon can be scaled to any size as it is in a vector format, like `image/svg+xml`.\n*   a white-space separated list of sizes, each in the format `_<width in pixels>_x_<height in pixels>_` or `_<width in pixels>_X_<height in pixels>_`. Each of these sizes must be contained in the resource.\n\n**Note:** Most icon formats are only able to store one single icon; therefore most of the time the [`sizes`](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes#attr-sizes) contains only one entry. MS's ICO format does, as well as Apple's ICNS. ICO is more ubiquitous; you should definitely use it."
-                    }
-                },
-                {
-                    "name": "as",
-                    "description": "This attribute is only used when `rel=\"preload\"` or `rel=\"prefetch\"` has been set on the `<link>` element. It specifies the type of content being loaded by the `<link>`, which is necessary for content prioritization, request matching, application of correct [content security policy](https://developer.mozilla.org/en-US/docs/Web/HTTP/CSP), and setting of correct [`Accept`](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Accept \"The Accept request HTTP header advertises which content types, expressed as MIME types, the client is able to understand. Using content negotiation, the server then selects one of the proposals, uses it and informs the client of its choice with the Content-Type response header. Browsers set adequate values for this header depending on the context where the request is done: when fetching a CSS stylesheet a different value is set for the request than when fetching an image, video or a script.\") request header."
-                },
-                {
-                    "name": "importance",
-                    "description": "Indicates the relative importance of the resource. Priority hints are delegated using the values:"
-                },
-                {
-                    "name": "importance",
-                    "description": "**`auto`**: Indicates **no preference**. The browser may use its own heuristics to decide the priority of the resource.\n\n**`high`**: Indicates to the browser that the resource is of **high** priority.\n\n**`low`**: Indicates to the browser that the resource is of **low** priority.\n\n**Note:** The `importance` attribute may only be used for the `<link>` element if `rel=\"preload\"` or `rel=\"prefetch\"` is present."
-                },
-                {
-                    "name": "integrity",
-                    "description": "Contains inline metadata — a base64-encoded cryptographic hash of the resource (file) you’re telling the browser to fetch. The browser can use this to verify that the fetched resource has been delivered free of unexpected manipulation. See [Subresource Integrity](https://developer.mozilla.org/en-US/docs/Web/Security/Subresource_Integrity)."
-                },
-                {
-                    "name": "referrerpolicy",
-                    "description": "A string indicating which referrer to use when fetching the resource:\n\n*   `no-referrer` means that the [`Referer`](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Referer \"The Referer request header contains the address of the previous web page from which a link to the currently requested page was followed. The Referer header allows servers to identify where people are visiting them from and may use that data for analytics, logging, or optimized caching, for example.\") header will not be sent.\n*   `no-referrer-when-downgrade` means that no [`Referer`](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Referer \"The Referer request header contains the address of the previous web page from which a link to the currently requested page was followed. The Referer header allows servers to identify where people are visiting them from and may use that data for analytics, logging, or optimized caching, for example.\") header will be sent when navigating to an origin without TLS (HTTPS). This is a user agent’s default behavior, if no policy is otherwise specified.\n*   `origin` means that the referrer will be the origin of the page, which is roughly the scheme, the host, and the port.\n*   `origin-when-cross-origin` means that navigating to other origins will be limited to the scheme, the host, and the port, while navigating on the same origin will include the referrer's path.\n*   `unsafe-url` means that the referrer will include the origin and the path (but not the fragment, password, or username). This case is unsafe because it can leak origins and paths from TLS-protected resources to insecure origins."
-                },
+            "name": "font-variation-settings",
+            "syntax": "normal | [ <string> <number> ]#",
+            "relevance": 50,
+            "browsers": [
+                "E17",
+                "FF62",
+                "S11",
+                "C62",
+                "O49"
+            ],
+            "references": [
                 {
-                    "name": "title",
-                    "description": "The `title` attribute has special semantics on the `<link>` element. When used on a `<link rel=\"stylesheet\">` it defines a [preferred or an alternate stylesheet](https://developer.mozilla.org/en-US/docs/Web/CSS/Alternative_style_sheets). Incorrectly using it may [cause the stylesheet to be ignored](https://developer.mozilla.org/en-US/docs/Correctly_Using_Titles_With_External_Stylesheets)."
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/font-variation-settings"
                 }
             ],
+            "description": "The font-variation-settings CSS property provides low-level control over OpenType or TrueType font variations, by specifying the four letter axis names of the features you want to vary, along with their variation values."
+        },
+        {
+            "name": "font-smooth",
+            "status": "nonstandard",
+            "syntax": "auto | never | always | <absolute-size> | <length>",
+            "relevance": 0,
+            "browsers": [
+                "E79",
+                "FF25",
+                "S4",
+                "C5",
+                "O15"
+            ],
             "references": [
                 {
                     "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/HTML/Element/link"
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/font-smooth"
                 }
-            ]
+            ],
+            "description": ""
         },
         {
-            "name": "meta",
-            "description": {
-                "kind": "markdown",
-                "value": "The meta element represents various kinds of metadata that cannot be expressed using the title, base, link, style, and script elements."
-            },
-            "attributes": [
-                {
-                    "name": "name",
-                    "description": {
-                        "kind": "markdown",
-                        "value": "This attribute defines the name of a piece of document-level metadata. It should not be set if one of the attributes [`itemprop`](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes#attr-itemprop), [`http-equiv`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/meta#attr-http-equiv) or [`charset`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/meta#attr-charset) is also set.\n\nThis metadata name is associated with the value contained by the [`content`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/meta#attr-content) attribute. The possible values for the name attribute are:\n\n*   `application-name` which defines the name of the application running in the web page.\n    \n    **Note:**\n    \n    *   Browsers may use this to identify the application. It is different from the [`<title>`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/title \"The HTML Title element (<title>) defines the document's title that is shown in a browser's title bar or a page's tab.\") element, which usually contain the application name, but may also contain information like the document name or a status.\n    *   Simple web pages shouldn't define an application-name.\n    \n*   `author` which defines the name of the document's author.\n*   `description` which contains a short and accurate summary of the content of the page. Several browsers, like Firefox and Opera, use this as the default description of bookmarked pages.\n*   `generator` which contains the identifier of the software that generated the page.\n*   `keywords` which contains words relevant to the page's content separated by commas.\n*   `referrer` which controls the [`Referer` HTTP header](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Referer) attached to requests sent from the document:\n    \n    Values for the `content` attribute of `<meta name=\"referrer\">`\n    \n    `no-referrer`\n    \n    Do not send a HTTP `Referrer` header.\n    \n    `origin`\n    \n    Send the [origin](https://developer.mozilla.org/en-US/docs/Glossary/Origin) of the document.\n    \n    `no-referrer-when-downgrade`\n    \n    Send the [origin](https://developer.mozilla.org/en-US/docs/Glossary/Origin) as a referrer to URLs as secure as the current page, (https→https), but does not send a referrer to less secure URLs (https→http). This is the default behaviour.\n    \n    `origin-when-cross-origin`\n    \n    Send the full URL (stripped of parameters) for same-origin requests, but only send the [origin](https://developer.mozilla.org/en-US/docs/Glossary/Origin) for other cases.\n    \n    `same-origin`\n    \n    A referrer will be sent for [same-site origins](https://developer.mozilla.org/en-US/docs/Web/Security/Same-origin_policy), but cross-origin requests will contain no referrer information.\n    \n    `strict-origin`\n    \n    Only send the origin of the document as the referrer to a-priori as-much-secure destination (HTTPS->HTTPS), but don't send it to a less secure destination (HTTPS->HTTP).\n    \n    `strict-origin-when-cross-origin`\n    \n    Send a full URL when performing a same-origin request, only send the origin of the document to a-priori as-much-secure destination (HTTPS->HTTPS), and send no header to a less secure destination (HTTPS->HTTP).\n    \n    `unsafe-URL`\n    \n    Send the full URL (stripped of parameters) for same-origin or cross-origin requests.\n    \n    **Notes:**\n    \n    *   Some browsers support the deprecated values of `always`, `default`, and `never` for referrer.\n    *   Dynamically inserting `<meta name=\"referrer\">` (with [`document.write`](https://developer.mozilla.org/en-US/docs/Web/API/Document/write) or [`appendChild`](https://developer.mozilla.org/en-US/docs/Web/API/Node/appendChild)) makes the referrer behaviour unpredictable.\n    *   When several conflicting policies are defined, the no-referrer policy is applied.\n    \n\nThis attribute may also have a value taken from the extended list defined on [WHATWG Wiki MetaExtensions page](https://wiki.whatwg.org/wiki/MetaExtensions). Although none have been formally accepted yet, a few commonly used names are:\n\n*   `creator` which defines the name of the creator of the document, such as an organization or institution. If there are more than one, several [`<meta>`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/meta \"The HTML <meta> element represents metadata that cannot be represented by other HTML meta-related elements, like <base>, <link>, <script>, <style> or <title>.\") elements should be used.\n*   `googlebot`, a synonym of `robots`, is only followed by Googlebot (the indexing crawler for Google).\n*   `publisher` which defines the name of the document's publisher.\n*   `robots` which defines the behaviour that cooperative crawlers, or \"robots\", should use with the page. It is a comma-separated list of the values below:\n    \n    Values for the content of `<meta name=\"robots\">`\n    \n    Value\n    \n    Description\n    \n    Used by\n    \n    `index`\n    \n    Allows the robot to index the page (default).\n    \n    All\n    \n    `noindex`\n    \n    Requests the robot to not index the page.\n    \n    All\n    \n    `follow`\n    \n    Allows the robot to follow the links on the page (default).\n    \n    All\n    \n    `nofollow`\n    \n    Requests the robot to not follow the links on the page.\n    \n    All\n    \n    `none`\n    \n    Equivalent to `noindex, nofollow`\n    \n    [Google](https://support.google.com/webmasters/answer/79812)\n    \n    `noodp`\n    \n    Prevents using the [Open Directory Project](https://www.dmoz.org/) description, if any, as the page description in search engine results.\n    \n    [Google](https://support.google.com/webmasters/answer/35624#nodmoz), [Yahoo](https://help.yahoo.com/kb/search-for-desktop/meta-tags-robotstxt-yahoo-search-sln2213.html#cont5), [Bing](https://www.bing.com/webmaster/help/which-robots-metatags-does-bing-support-5198d240)\n    \n    `noarchive`\n    \n    Requests the search engine not to cache the page content.\n    \n    [Google](https://developers.google.com/webmasters/control-crawl-index/docs/robots_meta_tag#valid-indexing--serving-directives), [Yahoo](https://help.yahoo.com/kb/search-for-desktop/SLN2213.html), [Bing](https://www.bing.com/webmaster/help/which-robots-metatags-does-bing-support-5198d240)\n    \n    `nosnippet`\n    \n    Prevents displaying any description of the page in search engine results.\n    \n    [Google](https://developers.google.com/webmasters/control-crawl-index/docs/robots_meta_tag#valid-indexing--serving-directives), [Bing](https://www.bing.com/webmaster/help/which-robots-metatags-does-bing-support-5198d240)\n    \n    `noimageindex`\n    \n    Requests this page not to appear as the referring page of an indexed image.\n    \n    [Google](https://developers.google.com/webmasters/control-crawl-index/docs/robots_meta_tag#valid-indexing--serving-directives)\n    \n    `nocache`\n    \n    Synonym of `noarchive`.\n    \n    [Bing](https://www.bing.com/webmaster/help/which-robots-metatags-does-bing-support-5198d240)\n    \n    **Notes:**\n    \n    *   Only cooperative robots follow these rules. Do not expect to prevent e-mail harvesters with them.\n    *   The robot still needs to access the page in order to read these rules. To prevent bandwidth consumption, use a _[robots.txt](https://developer.mozilla.org/en-US/docs/Glossary/robots.txt \"robots.txt: Robots.txt is a file which is usually placed in the root of any website. It decides whether crawlers are permitted or forbidden access to the web site.\")_ file.\n    *   If you want to remove a page, `noindex` will work, but only after the robot visits the page again. Ensure that the `robots.txt` file is not preventing revisits.\n    *   Some values are mutually exclusive, like `index` and `noindex`, or `follow` and `nofollow`. In these cases the robot's behaviour is undefined and may vary between them.\n    *   Some crawler robots, like Google, Yahoo and Bing, support the same values for the HTTP header `X-Robots-Tag`; this allows non-HTML documents like images to use these rules.\n    \n*   `slurp`, is a synonym of `robots`, but only for Slurp - the crawler for Yahoo Search.\n*   `viewport`, which gives hints about the size of the initial size of the [viewport](https://developer.mozilla.org/en-US/docs/Glossary/viewport \"viewport: A viewport represents a polygonal (normally rectangular) area in computer graphics that is currently being viewed. In web browser terms, it refers to the part of the document you're viewing which is currently visible in its window (or the screen, if the document is being viewed in full screen mode). Content outside the viewport is not visible onscreen until scrolled into view.\"). Used by mobile devices only.\n    \n    Values for the content of `<meta name=\"viewport\">`\n    \n    Value\n    \n    Possible subvalues\n    \n    Description\n    \n    `width`\n    \n    A positive integer number, or the text `device-width`\n    \n    Defines the pixel width of the viewport that you want the web site to be rendered at.\n    \n    `height`\n    \n    A positive integer, or the text `device-height`\n    \n    Defines the height of the viewport. Not used by any browser.\n    \n    `initial-scale`\n    \n    A positive number between `0.0` and `10.0`\n    \n    Defines the ratio between the device width (`device-width` in portrait mode or `device-height` in landscape mode) and the viewport size.\n    \n    `maximum-scale`\n    \n    A positive number between `0.0` and `10.0`\n    \n    Defines the maximum amount to zoom in. It must be greater or equal to the `minimum-scale` or the behaviour is undefined. Browser settings can ignore this rule and iOS10+ ignores it by default.\n    \n    `minimum-scale`\n    \n    A positive number between `0.0` and `10.0`\n    \n    Defines the minimum zoom level. It must be smaller or equal to the `maximum-scale` or the behaviour is undefined. Browser settings can ignore this rule and iOS10+ ignores it by default.\n    \n    `user-scalable`\n    \n    `yes` or `no`\n    \n    If set to `no`, the user is not able to zoom in the webpage. The default is `yes`. Browser settings can ignore this rule, and iOS10+ ignores it by default.\n    \n    Specification\n    \n    Status\n    \n    Comment\n    \n    [CSS Device Adaptation  \n    The definition of '<meta name=\"viewport\">' in that specification.](https://drafts.csswg.org/css-device-adapt/#viewport-meta)\n    \n    Working Draft\n    \n    Non-normatively describes the Viewport META element\n    \n    See also: [`@viewport`](https://developer.mozilla.org/en-US/docs/Web/CSS/@viewport \"The @viewport CSS at-rule lets you configure the viewport through which the document is viewed. It's primarily used for mobile devices, but is also used by desktop browsers that support features like \"snap to edge\" (such as Microsoft Edge).\")\n    \n    **Notes:**\n    \n    *   Though unstandardized, this declaration is respected by most mobile browsers due to de-facto dominance.\n    *   The default values may vary between devices and browsers.\n    *   To learn about this declaration in Firefox for Mobile, see [this article](https://developer.mozilla.org/en-US/docs/Mobile/Viewport_meta_tag \"Mobile/Viewport meta tag\")."
-                    }
-                },
-                {
-                    "name": "http-equiv",
-                    "description": {
-                        "kind": "markdown",
-                        "value": "Defines a pragma directive. The attribute is named `**http-equiv**(alent)` because all the allowed values are names of particular HTTP headers:\n\n*   `\"content-language\"`  \n    Defines the default language of the page. It can be overridden by the [lang](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/lang) attribute on any element.\n    \n    **Warning:** Do not use this value, as it is obsolete. Prefer the `lang` attribute on the [`<html>`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/html \"The HTML <html> element represents the root (top-level element) of an HTML document, so it is also referred to as the root element. All other elements must be descendants of this element.\") element.\n    \n*   `\"content-security-policy\"`  \n    Allows page authors to define a [content policy](https://developer.mozilla.org/en-US/docs/Web/Security/CSP/CSP_policy_directives) for the current page. Content policies mostly specify allowed server origins and script endpoints which help guard against cross-site scripting attacks.\n*   `\"content-type\"`  \n    Defines the [MIME type](https://developer.mozilla.org/en-US/docs/Glossary/MIME_type) of the document, followed by its character encoding. It follows the same syntax as the HTTP `content-type` entity-header field, but as it is inside a HTML page, most values other than `text/html` are impossible. Therefore the valid syntax for its `content` is the string '`text/html`' followed by a character set with the following syntax: '`; charset=_IANAcharset_`', where `IANAcharset` is the _preferred MIME name_ for a character set as [defined by the IANA.](https://www.iana.org/assignments/character-sets)\n    \n    **Warning:** Do not use this value, as it is obsolete. Use the [`charset`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/meta#attr-charset) attribute on the [`<meta>`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/meta \"The HTML <meta> element represents metadata that cannot be represented by other HTML meta-related elements, like <base>, <link>, <script>, <style> or <title>.\") element.\n    \n    **Note:** As [`<meta>`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/meta \"The HTML <meta> element represents metadata that cannot be represented by other HTML meta-related elements, like <base>, <link>, <script>, <style> or <title>.\") can't change documents' types in XHTML or HTML5's XHTML serialization, never set the MIME type to an XHTML MIME type with `<meta>`.\n    \n*   `\"refresh\"`  \n    This instruction specifies:\n    *   The number of seconds until the page should be reloaded - only if the [`content`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/meta#attr-content) attribute contains a positive integer.\n    *   The number of seconds until the page should redirect to another - only if the [`content`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/meta#attr-content) attribute contains a positive integer followed by the string '`;url=`', and a valid URL.\n*   `\"set-cookie\"`  \n    Defines a [cookie](https://developer.mozilla.org/en-US/docs/cookie) for the page. Its content must follow the syntax defined in the [IETF HTTP Cookie Specification](https://tools.ietf.org/html/draft-ietf-httpstate-cookie-14).\n    \n    **Warning:** Do not use this instruction, as it is obsolete. Use the HTTP header [`Set-Cookie`](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Set-Cookie) instead."
-                    }
-                },
-                {
-                    "name": "content",
-                    "description": {
-                        "kind": "markdown",
-                        "value": "This attribute contains the value for the [`http-equiv`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/meta#attr-http-equiv) or [`name`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/meta#attr-name) attribute, depending on which is used."
-                    }
-                },
-                {
-                    "name": "charset",
-                    "description": {
-                        "kind": "markdown",
-                        "value": "This attribute declares the page's character encoding. It must contain a [standard IANA MIME name for character encodings](https://www.iana.org/assignments/character-sets). Although the standard doesn't request a specific encoding, it suggests:\n\n*   Authors are encouraged to use [`UTF-8`](https://developer.mozilla.org/en-US/docs/Glossary/UTF-8).\n*   Authors should not use ASCII-incompatible encodings to avoid security risk: browsers not supporting them may interpret harmful content as HTML. This happens with the `JIS_C6226-1983`, `JIS_X0212-1990`, `HZ-GB-2312`, `JOHAB`, the ISO-2022 family and the EBCDIC family.\n\n**Note:** ASCII-incompatible encodings are those that don't map the 8-bit code points `0x20` to `0x7E` to the `0x0020` to `0x007E` Unicode code points)\n\n*   Authors **must not** use `CESU-8`, `UTF-7`, `BOCU-1` and/or `SCSU` as [cross-site scripting](https://developer.mozilla.org/en-US/docs/Glossary/Cross-site_scripting) attacks with these encodings have been demonstrated.\n*   Authors should not use `UTF-32` because not all HTML5 encoding algorithms can distinguish it from `UTF-16`.\n\n**Notes:**\n\n*   The declared character encoding must match the one the page was saved with to avoid garbled characters and security holes.\n*   The [`<meta>`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/meta \"The HTML <meta> element represents metadata that cannot be represented by other HTML meta-related elements, like <base>, <link>, <script>, <style> or <title>.\") element declaring the encoding must be inside the [`<head>`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/head \"The HTML <head> element provides general information (metadata) about the document, including its title and links to its scripts and style sheets.\") element and **within the first 1024 bytes** of the HTML as some browsers only look at those bytes before choosing an encoding.\n*   This [`<meta>`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/meta \"The HTML <meta> element represents metadata that cannot be represented by other HTML meta-related elements, like <base>, <link>, <script>, <style> or <title>.\") element is only one part of the [algorithm to determine a page's character set](https://www.whatwg.org/specs/web-apps/current-work/multipage/parsing.html#encoding-sniffing-algorithm \"Algorithm charset page\"). The [`Content-Type` header](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Content-Type) and any [Byte-Order Marks](https://developer.mozilla.org/en-US/docs/Glossary/Byte-Order_Mark \"The definition of that term (Byte-Order Marks) has not been written yet; please consider contributing it!\") override this element.\n*   It is strongly recommended to define the character encoding. If a page's encoding is undefined, cross-scripting techniques are possible, such as the [`UTF-7` fallback cross-scripting technique](https://code.google.com/p/doctype-mirror/wiki/ArticleUtf7).\n*   The [`<meta>`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/meta \"The HTML <meta> element represents metadata that cannot be represented by other HTML meta-related elements, like <base>, <link>, <script>, <style> or <title>.\") element with a `charset` attribute is a synonym for the pre-HTML5 `<meta http-equiv=\"Content-Type\" content=\"text/html; charset=_IANAcharset_\">`, where _`IANAcharset`_ contains the value of the equivalent [`charset`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/meta#attr-charset) attribute. This syntax is still allowed, although no longer recommended."
-                    }
-                },
+            "name": "gap",
+            "syntax": "<'row-gap'> <'column-gap'>?",
+            "relevance": 50,
+            "browsers": [
+                "E84",
+                "FF63",
+                "S10.1",
+                "C84",
+                "O70"
+            ],
+            "description": "The gap CSS property is a shorthand property for row-gap and column-gap specifying the gutters between grid rows and columns."
+        },
+        {
+            "name": "hanging-punctuation",
+            "syntax": "none | [ first || [ force-end | allow-end ] || last ]",
+            "relevance": 50,
+            "browsers": [
+                "S10"
+            ],
+            "references": [
                 {
-                    "name": "scheme",
-                    "description": "This attribute defines the scheme in which metadata is described. A scheme is a context leading to the correct interpretations of the [`content`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/meta#attr-content) value, like a format.\n\n**Warning:** Do not use this value, as it is obsolete. There is no replacement as there was no real usage for it."
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/hanging-punctuation"
                 }
             ],
+            "description": "The hanging-punctuation CSS property specifies whether a punctuation mark should hang at the start or end of a line of text. Hanging punctuation may be placed outside the line box."
+        },
+        {
+            "name": "image-resolution",
+            "status": "experimental",
+            "syntax": "[ from-image || <resolution> ] && snap?",
+            "relevance": 50,
+            "description": "The image-resolution property specifies the intrinsic resolution of all raster images used in or on the element. It affects both content images (e.g. replaced elements and generated content) and decorative images (such as background-image). The intrinsic resolution of an image is used to determine the image’s intrinsic dimensions."
+        },
+        {
+            "name": "initial-letter",
+            "status": "experimental",
+            "syntax": "normal | [ <number> <integer>? ]",
+            "relevance": 50,
+            "browsers": [
+                "S9"
+            ],
             "references": [
                 {
                     "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/HTML/Element/meta"
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/initial-letter"
                 }
-            ]
+            ],
+            "description": "The initial-letter CSS property specifies styling for dropped, raised, and sunken initial letters."
         },
         {
-            "name": "style",
-            "description": {
-                "kind": "markdown",
-                "value": "The style element allows authors to embed style information in their documents. The style element is one of several inputs to the styling processing model. The element does not represent content for the user."
-            },
-            "attributes": [
-                {
-                    "name": "media",
-                    "description": {
-                        "kind": "markdown",
-                        "value": "This attribute defines which media the style should be applied to. Its value is a [media query](https://developer.mozilla.org/en-US/docs/Web/Guide/CSS/Media_queries), which defaults to `all` if the attribute is missing."
-                    }
-                },
-                {
-                    "name": "nonce",
-                    "description": {
-                        "kind": "markdown",
-                        "value": "A cryptographic nonce (number used once) used to whitelist inline styles in a [style-src Content-Security-Policy](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Content-Security-Policy/style-src). The server must generate a unique nonce value each time it transmits a policy. It is critical to provide a nonce that cannot be guessed as bypassing a resource’s policy is otherwise trivial."
-                    }
-                },
-                {
-                    "name": "type",
-                    "description": {
-                        "kind": "markdown",
-                        "value": "This attribute defines the styling language as a MIME type (charset should not be specified). This attribute is optional and defaults to `text/css` if it is not specified — there is very little reason to include this in modern web documents."
-                    }
-                },
-                {
-                    "name": "scoped",
-                    "valueSet": "v"
-                },
+            "name": "initial-letter-align",
+            "status": "experimental",
+            "syntax": "[ auto | alphabetic | hanging | ideographic ]",
+            "relevance": 50,
+            "references": [
                 {
-                    "name": "title",
-                    "description": "This attribute specifies [alternative style sheet](https://developer.mozilla.org/en-US/docs/Web/CSS/Alternative_style_sheets) sets."
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/initial-letter-align"
                 }
             ],
+            "description": "The initial-letter-align CSS property specifies the alignment of initial letters within a paragraph."
+        },
+        {
+            "name": "inset",
+            "syntax": "<'top'>{1,4}",
+            "relevance": 50,
+            "browsers": [
+                "FF66"
+            ],
             "references": [
                 {
                     "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/HTML/Element/style"
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/inset"
                 }
-            ]
+            ],
+            "description": "The inset CSS property defines the logical block and inline start and end offsets of an element, which map to physical offsets depending on the element's writing mode, directionality, and text orientation. It corresponds to the top and bottom, or right and left properties depending on the values defined for writing-mode, direction, and text-orientation."
         },
         {
-            "name": "body",
-            "description": {
-                "kind": "markdown",
-                "value": "The body element represents the content of the document."
-            },
-            "attributes": [
-                {
-                    "name": "onafterprint",
-                    "description": {
-                        "kind": "markdown",
-                        "value": "Function to call after the user has printed the document."
-                    }
-                },
-                {
-                    "name": "onbeforeprint",
-                    "description": {
-                        "kind": "markdown",
-                        "value": "Function to call when the user requests printing of the document."
-                    }
-                },
-                {
-                    "name": "onbeforeunload",
-                    "description": {
-                        "kind": "markdown",
-                        "value": "Function to call when the document is about to be unloaded."
-                    }
-                },
-                {
-                    "name": "onhashchange",
-                    "description": {
-                        "kind": "markdown",
-                        "value": "Function to call when the fragment identifier part (starting with the hash (`'#'`) character) of the document's current address has changed."
-                    }
-                },
-                {
-                    "name": "onlanguagechange",
-                    "description": {
-                        "kind": "markdown",
-                        "value": "Function to call when the preferred languages changed."
-                    }
-                },
-                {
-                    "name": "onmessage",
-                    "description": {
-                        "kind": "markdown",
-                        "value": "Function to call when the document has received a message."
-                    }
-                },
-                {
-                    "name": "onoffline",
-                    "description": {
-                        "kind": "markdown",
-                        "value": "Function to call when network communication has failed."
-                    }
-                },
-                {
-                    "name": "ononline",
-                    "description": {
-                        "kind": "markdown",
-                        "value": "Function to call when network communication has been restored."
-                    }
-                },
-                {
-                    "name": "onpagehide"
-                },
-                {
-                    "name": "onpageshow"
-                },
-                {
-                    "name": "onpopstate",
-                    "description": {
-                        "kind": "markdown",
-                        "value": "Function to call when the user has navigated session history."
-                    }
-                },
-                {
-                    "name": "onstorage",
-                    "description": {
-                        "kind": "markdown",
-                        "value": "Function to call when the storage area has changed."
-                    }
-                },
-                {
-                    "name": "onunload",
-                    "description": {
-                        "kind": "markdown",
-                        "value": "Function to call when the document is going away."
-                    }
-                },
-                {
-                    "name": "alink",
-                    "description": "Color of text for hyperlinks when selected. _This method is non-conforming, use CSS [`color`](https://developer.mozilla.org/en-US/docs/Web/CSS/color \"The color CSS property sets the foreground color value of an element's text and text decorations, and sets the currentcolor value.\") property in conjunction with the [`:active`](https://developer.mozilla.org/en-US/docs/Web/CSS/:active \"The :active CSS pseudo-class represents an element (such as a button) that is being activated by the user.\") pseudo-class instead._"
-                },
-                {
-                    "name": "background",
-                    "description": "URI of a image to use as a background. _This method is non-conforming, use CSS [`background`](https://developer.mozilla.org/en-US/docs/Web/CSS/background \"The background shorthand CSS property sets all background style properties at once, such as color, image, origin and size, or repeat method.\") property on the element instead._"
-                },
-                {
-                    "name": "bgcolor",
-                    "description": "Background color for the document. _This method is non-conforming, use CSS [`background-color`](https://developer.mozilla.org/en-US/docs/Web/CSS/background-color \"The background-color CSS property sets the background color of an element.\") property on the element instead._"
-                },
-                {
-                    "name": "bottommargin",
-                    "description": "The margin of the bottom of the body. _This method is non-conforming, use CSS [`margin-bottom`](https://developer.mozilla.org/en-US/docs/Web/CSS/margin-bottom \"The margin-bottom CSS property sets the margin area on the bottom of an element. A positive value places it farther from its neighbors, while a negative value places it closer.\") property on the element instead._"
-                },
-                {
-                    "name": "leftmargin",
-                    "description": "The margin of the left of the body. _This method is non-conforming, use CSS [`margin-left`](https://developer.mozilla.org/en-US/docs/Web/CSS/margin-left \"The margin-left CSS property sets the margin area on the left side of an element. A positive value places it farther from its neighbors, while a negative value places it closer.\") property on the element instead._"
-                },
-                {
-                    "name": "link",
-                    "description": "Color of text for unvisited hypertext links. _This method is non-conforming, use CSS [`color`](https://developer.mozilla.org/en-US/docs/Web/CSS/color \"The color CSS property sets the foreground color value of an element's text and text decorations, and sets the currentcolor value.\") property in conjunction with the [`:link`](https://developer.mozilla.org/en-US/docs/Web/CSS/:link \"The :link CSS pseudo-class represents an element that has not yet been visited. It matches every unvisited <a>, <area>, or <link> element that has an href attribute.\") pseudo-class instead._"
-                },
-                {
-                    "name": "onblur",
-                    "description": "Function to call when the document loses focus."
-                },
-                {
-                    "name": "onerror",
-                    "description": "Function to call when the document fails to load properly."
-                },
-                {
-                    "name": "onfocus",
-                    "description": "Function to call when the document receives focus."
-                },
-                {
-                    "name": "onload",
-                    "description": "Function to call when the document has finished loading."
-                },
-                {
-                    "name": "onredo",
-                    "description": "Function to call when the user has moved forward in undo transaction history."
-                },
-                {
-                    "name": "onresize",
-                    "description": "Function to call when the document has been resized."
-                },
-                {
-                    "name": "onundo",
-                    "description": "Function to call when the user has moved backward in undo transaction history."
-                },
-                {
-                    "name": "rightmargin",
-                    "description": "The margin of the right of the body. _This method is non-conforming, use CSS [`margin-right`](https://developer.mozilla.org/en-US/docs/Web/CSS/margin-right \"The margin-right CSS property sets the margin area on the right side of an element. A positive value places it farther from its neighbors, while a negative value places it closer.\") property on the element instead._"
-                },
-                {
-                    "name": "text",
-                    "description": "Foreground color of text. _This method is non-conforming, use CSS [`color`](https://developer.mozilla.org/en-US/docs/Web/CSS/color \"The color CSS property sets the foreground color value of an element's text and text decorations, and sets the currentcolor value.\") property on the element instead._"
-                },
-                {
-                    "name": "topmargin",
-                    "description": "The margin of the top of the body. _This method is non-conforming, use CSS [`margin-top`](https://developer.mozilla.org/en-US/docs/Web/CSS/margin-top \"The margin-top CSS property sets the margin area on the top of an element. A positive value places it farther from its neighbors, while a negative value places it closer.\") property on the element instead._"
-                },
+            "name": "inset-block",
+            "syntax": "<'top'>{1,2}",
+            "relevance": 50,
+            "browsers": [
+                "E79",
+                "FF63",
+                "C69",
+                "O56"
+            ],
+            "references": [
                 {
-                    "name": "vlink",
-                    "description": "Color of text for visited hypertext links. _This method is non-conforming, use CSS [`color`](https://developer.mozilla.org/en-US/docs/Web/CSS/color \"The color CSS property sets the foreground color value of an element's text and text decorations, and sets the currentcolor value.\") property in conjunction with the [`:visited`](https://developer.mozilla.org/en-US/docs/Web/CSS/:visited \"The :visited CSS pseudo-class represents links that the user has already visited. For privacy reasons, the styles that can be modified using this selector are very limited.\") pseudo-class instead._"
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/inset-block"
                 }
             ],
+            "description": "The inset-block CSS property defines the logical block start and end offsets of an element, which maps to physical offsets depending on the element's writing mode, directionality, and text orientation. It corresponds to the top and bottom, or right and left properties depending on the values defined for writing-mode, direction, and text-orientation."
+        },
+        {
+            "name": "inset-block-end",
+            "syntax": "<'top'>",
+            "relevance": 50,
+            "browsers": [
+                "E79",
+                "FF63",
+                "C69",
+                "O56"
+            ],
             "references": [
                 {
                     "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/HTML/Element/body"
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/inset-block-end"
                 }
-            ]
+            ],
+            "description": "The inset-block-end CSS property defines the logical block end offset of an element, which maps to a physical offset depending on the element's writing mode, directionality, and text orientation. It corresponds to the top, right, bottom, or left property depending on the values defined for writing-mode, direction, and text-orientation."
         },
         {
-            "name": "article",
-            "description": {
-                "kind": "markdown",
-                "value": "The article element represents a complete, or self-contained, composition in a document, page, application, or site and that is, in principle, independently distributable or reusable, e.g. in syndication. This could be a forum post, a magazine or newspaper article, a blog entry, a user-submitted comment, an interactive widget or gadget, or any other independent item of content. Each article should be identified, typically by including a heading (h1–h6 element) as a child of the article element."
-            },
-            "attributes": [],
+            "name": "inset-block-start",
+            "syntax": "<'top'>",
+            "relevance": 50,
+            "browsers": [
+                "E79",
+                "FF63",
+                "C69",
+                "O56"
+            ],
             "references": [
                 {
                     "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/HTML/Element/article"
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/inset-block-start"
                 }
-            ]
+            ],
+            "description": "The inset-block-start CSS property defines the logical block start offset of an element, which maps to a physical offset depending on the element's writing mode, directionality, and text orientation. It corresponds to the top, right, bottom, or left property depending on the values defined for writing-mode, direction, and text-orientation."
         },
         {
-            "name": "section",
-            "description": {
-                "kind": "markdown",
-                "value": "The section element represents a generic section of a document or application. A section, in this context, is a thematic grouping of content. Each section should be identified, typically by including a heading ( h1- h6 element) as a child of the section element."
-            },
-            "attributes": [],
+            "name": "inset-inline",
+            "syntax": "<'top'>{1,2}",
+            "relevance": 50,
+            "browsers": [
+                "E79",
+                "FF63",
+                "C69",
+                "O56"
+            ],
             "references": [
                 {
                     "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/HTML/Element/section"
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/inset-inline"
                 }
-            ]
+            ],
+            "description": "The inset-inline CSS property defines the logical block start and end offsets of an element, which maps to physical offsets depending on the element's writing mode, directionality, and text orientation. It corresponds to the top and bottom, or right and left properties depending on the values defined for writing-mode, direction, and text-orientation."
         },
         {
-            "name": "nav",
-            "description": {
-                "kind": "markdown",
-                "value": "The nav element represents a section of a page that links to other pages or to parts within the page: a section with navigation links."
-            },
-            "attributes": [],
+            "name": "inset-inline-end",
+            "syntax": "<'top'>",
+            "relevance": 50,
+            "browsers": [
+                "E79",
+                "FF63",
+                "C69",
+                "O56"
+            ],
             "references": [
                 {
                     "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/HTML/Element/nav"
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/inset-inline-end"
                 }
-            ]
+            ],
+            "description": "The inset-inline-end CSS property defines the logical inline end inset of an element, which maps to a physical inset depending on the element's writing mode, directionality, and text orientation. It corresponds to the top, right, bottom, or left property depending on the values defined for writing-mode, direction, and text-orientation."
         },
         {
-            "name": "aside",
-            "description": {
-                "kind": "markdown",
-                "value": "The aside element represents a section of a page that consists of content that is tangentially related to the content around the aside element, and which could be considered separate from that content. Such sections are often represented as sidebars in printed typography."
-            },
-            "attributes": [],
+            "name": "inset-inline-start",
+            "syntax": "<'top'>",
+            "relevance": 50,
+            "browsers": [
+                "E79",
+                "FF63",
+                "C69",
+                "O56"
+            ],
             "references": [
                 {
                     "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/HTML/Element/aside"
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/inset-inline-start"
                 }
-            ]
+            ],
+            "description": "The inset-inline-start CSS property defines the logical inline start inset of an element, which maps to a physical offset depending on the element's writing mode, directionality, and text orientation. It corresponds to the top, right, bottom, or left property depending on the values defined for writing-mode, direction, and text-orientation."
         },
         {
-            "name": "h1",
-            "description": {
-                "kind": "markdown",
-                "value": "The h1 element represents a section heading."
-            },
-            "attributes": [],
+            "name": "line-clamp",
+            "status": "experimental",
+            "syntax": "none | <integer>",
+            "relevance": 50,
+            "description": "The line-clamp property allows limiting the contents of a block container to the specified number of lines; remaining content is fragmented away and neither rendered nor measured. Optionally, it also allows inserting content into the last line box to indicate the continuity of truncated/interrupted content."
+        },
+        {
+            "name": "line-height-step",
+            "status": "experimental",
+            "syntax": "<length>",
+            "relevance": 50,
+            "browsers": [
+                "E79",
+                "C60",
+                "O47"
+            ],
             "references": [
                 {
                     "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/HTML/Element/Heading_Elements"
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/line-height-step"
                 }
-            ]
+            ],
+            "description": "The line-height-step CSS property defines the step units for line box heights. When the step unit is positive, line box heights are rounded up to the closest multiple of the unit. Negative values are invalid."
         },
         {
-            "name": "h2",
-            "description": {
-                "kind": "markdown",
-                "value": "The h2 element represents a section heading."
-            },
-            "attributes": [],
+            "name": "margin-block",
+            "syntax": "<'margin-left'>{1,2}",
+            "relevance": 50,
+            "browsers": [
+                "E79",
+                "FF66",
+                "C69",
+                "O56"
+            ],
             "references": [
                 {
                     "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/HTML/Element/Heading_Elements"
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/margin-block"
                 }
-            ]
+            ],
+            "description": "The margin-block CSS property defines the logical block start and end margins of an element, which maps to physical margins depending on the element's writing mode, directionality, and text orientation."
         },
         {
-            "name": "h3",
-            "description": {
-                "kind": "markdown",
-                "value": "The h3 element represents a section heading."
-            },
-            "attributes": [],
+            "name": "margin-inline",
+            "syntax": "<'margin-left'>{1,2}",
+            "relevance": 50,
+            "browsers": [
+                "E79",
+                "FF66",
+                "C69",
+                "O56"
+            ],
             "references": [
                 {
                     "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/HTML/Element/Heading_Elements"
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/margin-inline"
                 }
-            ]
+            ],
+            "description": "The margin-inline CSS property defines the logical inline start and end margins of an element, which maps to physical margins depending on the element's writing mode, directionality, and text orientation."
         },
         {
-            "name": "h4",
-            "description": {
-                "kind": "markdown",
-                "value": "The h4 element represents a section heading."
-            },
-            "attributes": [],
+            "name": "margin-trim",
+            "status": "experimental",
+            "syntax": "none | in-flow | all",
+            "relevance": 50,
             "references": [
                 {
                     "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/HTML/Element/Heading_Elements"
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/margin-trim"
                 }
-            ]
+            ],
+            "description": "The margin-trim property allows the container to trim the margins of its children where they adjoin the container’s edges."
         },
         {
-            "name": "h5",
-            "description": {
-                "kind": "markdown",
-                "value": "The h5 element represents a section heading."
-            },
-            "attributes": [],
+            "name": "mask",
+            "syntax": "<mask-layer>#",
+            "relevance": 50,
+            "browsers": [
+                "E12",
+                "FF2",
+                "S3.2",
+                "C1",
+                "O15"
+            ],
             "references": [
                 {
                     "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/HTML/Element/Heading_Elements"
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/mask"
                 }
-            ]
+            ],
+            "description": "The mask CSS property alters the visibility of an element by either partially or fully hiding it. This is accomplished by either masking or clipping the image at specific points."
         },
         {
-            "name": "h6",
-            "description": {
-                "kind": "markdown",
-                "value": "The h6 element represents a section heading."
-            },
-            "attributes": [],
+            "name": "mask-border",
+            "syntax": "<'mask-border-source'> || <'mask-border-slice'> [ / <'mask-border-width'>? [ / <'mask-border-outset'> ]? ]? || <'mask-border-repeat'> || <'mask-border-mode'>",
+            "relevance": 50,
+            "description": "The mask-border CSS property lets you create a mask along the edge of an element's border.\n\nThis property is a shorthand for mask-border-source, mask-border-slice, mask-border-width, mask-border-outset, mask-border-repeat, and mask-border-mode. As with all shorthand properties, any omitted sub-values will be set to their initial value."
+        },
+        {
+            "name": "mask-border-mode",
+            "syntax": "luminance | alpha",
+            "relevance": 50,
+            "description": "The mask-border-mode CSS property specifies the blending mode used in a mask border."
+        },
+        {
+            "name": "mask-border-outset",
+            "syntax": "[ <length> | <number> ]{1,4}",
+            "relevance": 50,
+            "description": "The mask-border-outset CSS property specifies the distance by which an element's mask border is set out from its border box."
+        },
+        {
+            "name": "mask-border-repeat",
+            "syntax": "[ stretch | repeat | round | space ]{1,2}",
+            "relevance": 50,
+            "description": "The mask-border-repeat CSS property defines how the edge regions of a source image are adjusted to fit the dimensions of an element's mask border."
+        },
+        {
+            "name": "mask-border-slice",
+            "syntax": "<number-percentage>{1,4} fill?",
+            "relevance": 50,
+            "description": "The mask-border-slice CSS property divides the image specified by mask-border-source into regions. These regions are used to form the components of an element's mask border."
+        },
+        {
+            "name": "mask-border-source",
+            "syntax": "none | <image>",
+            "relevance": 50,
+            "description": "The mask-border-source CSS property specifies the source image used to create an element's mask border.\n\nThe mask-border-slice property is used to divide the source image into regions, which are then dynamically applied to the final mask border."
+        },
+        {
+            "name": "mask-border-width",
+            "syntax": "[ <length-percentage> | <number> | auto ]{1,4}",
+            "relevance": 50,
+            "description": "The mask-border-width CSS property specifies the width of an element's mask border."
+        },
+        {
+            "name": "mask-clip",
+            "syntax": "[ <geometry-box> | no-clip ]#",
+            "relevance": 50,
+            "browsers": [
+                "E79",
+                "FF53",
+                "S4",
+                "C1",
+                "O15"
+            ],
             "references": [
                 {
                     "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/HTML/Element/Heading_Elements"
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/mask-clip"
                 }
-            ]
+            ],
+            "description": "The mask-clip CSS property determines the area, which is affected by a mask. The painted content of an element must be restricted to this area."
         },
         {
-            "name": "header",
-            "description": {
-                "kind": "markdown",
-                "value": "The header element represents introductory content for its nearest ancestor sectioning content or sectioning root element. A header typically contains a group of introductory or navigational aids. When the nearest ancestor sectioning content or sectioning root element is the body element, then it applies to the whole page."
-            },
-            "attributes": [],
+            "name": "mask-composite",
+            "syntax": "<compositing-operator>#",
+            "relevance": 50,
+            "browsers": [
+                "E18",
+                "FF53"
+            ],
             "references": [
                 {
                     "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/HTML/Element/header"
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/mask-composite"
                 }
-            ]
+            ],
+            "description": "The mask-composite CSS property represents a compositing operation used on the current mask layer with the mask layers below it."
         },
         {
-            "name": "footer",
-            "description": {
-                "kind": "markdown",
-                "value": "The footer element represents a footer for its nearest ancestor sectioning content or sectioning root element. A footer typically contains information about its section such as who wrote it, links to related documents, copyright data, and the like."
-            },
-            "attributes": [],
+            "name": "max-lines",
+            "status": "experimental",
+            "syntax": "none | <integer>",
+            "relevance": 50,
+            "description": "The max-liens property forces a break after a set number of lines"
+        },
+        {
+            "name": "offset",
+            "syntax": "[ <'offset-position'>? [ <'offset-path'> [ <'offset-distance'> || <'offset-rotate'> ]? ]? ]! [ / <'offset-anchor'> ]?",
+            "relevance": 50,
+            "browsers": [
+                "E79",
+                "FF72",
+                "C55",
+                "O42"
+            ],
             "references": [
                 {
                     "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/HTML/Element/footer"
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/offset"
                 }
-            ]
+            ],
+            "description": "The offset CSS property is a shorthand property for animating an element along a defined path."
         },
         {
-            "name": "address",
-            "description": {
-                "kind": "markdown",
-                "value": "The address element represents the contact information for its nearest article or body element ancestor. If that is the body element, then the contact information applies to the document as a whole."
-            },
-            "attributes": [],
+            "name": "offset-anchor",
+            "syntax": "auto | <position>",
+            "relevance": 50,
+            "browsers": [
+                "E79",
+                "FF72",
+                "C79"
+            ],
             "references": [
                 {
                     "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/HTML/Element/address"
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/offset-anchor"
                 }
-            ]
+            ],
+            "description": "Defines an anchor point of the box positioned along the path. The anchor point specifies the point of the box which is to be considered as the point that is moved along the path."
         },
         {
-            "name": "p",
-            "description": {
-                "kind": "markdown",
-                "value": "The p element represents a paragraph."
-            },
-            "attributes": [],
+            "name": "offset-distance",
+            "syntax": "<length-percentage>",
+            "relevance": 50,
+            "browsers": [
+                "E79",
+                "FF72",
+                "C55",
+                "O42"
+            ],
             "references": [
                 {
                     "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/HTML/Element/p"
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/offset-distance"
                 }
-            ]
+            ],
+            "description": "The offset-distance CSS property specifies a position along an offset-path."
         },
         {
-            "name": "hr",
-            "description": {
-                "kind": "markdown",
-                "value": "The hr element represents a paragraph-level thematic break, e.g. a scene change in a story, or a transition to another topic within a section of a reference book."
-            },
-            "attributes": [
-                {
-                    "name": "align",
-                    "description": "Sets the alignment of the rule on the page. If no value is specified, the default value is `left`."
-                },
-                {
-                    "name": "color",
-                    "description": "Sets the color of the rule through color name or hexadecimal value."
-                },
-                {
-                    "name": "noshade",
-                    "description": "Sets the rule to have no shading."
-                },
-                {
-                    "name": "size",
-                    "description": "Sets the height, in pixels, of the rule."
-                },
-                {
-                    "name": "width",
-                    "description": "Sets the length of the rule on the page through a pixel or percentage value."
-                }
+            "name": "offset-path",
+            "syntax": "none | ray( [ <angle> && <size>? && contain? ] ) | <path()> | <url> | [ <basic-shape> || <geometry-box> ]",
+            "relevance": 50,
+            "browsers": [
+                "E79",
+                "FF72",
+                "C55",
+                "O45"
             ],
             "references": [
                 {
                     "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/HTML/Element/hr"
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/offset-path"
                 }
-            ]
+            ],
+            "description": "The offset-path CSS property specifies the offset path where the element gets positioned. The exact element’s position on the offset path is determined by the offset-distance property. An offset path is either a specified path with one or multiple sub-paths or the geometry of a not-styled basic shape. Each shape or path must define an initial position for the computed value of \"0\" for offset-distance and an initial direction which specifies the rotation of the object to the initial position.\n\nIn this specification, a direction (or rotation) of 0 degrees is equivalent to the direction of the positive x-axis in the object’s local coordinate system. In other words, a rotation of 0 degree points to the right side of the UA if the object and its ancestors have no transformation applied."
         },
         {
-            "name": "pre",
-            "description": {
-                "kind": "markdown",
-                "value": "The pre element represents a block of preformatted text, in which structure is represented by typographic conventions rather than by elements."
-            },
-            "attributes": [
-                {
-                    "name": "cols",
-                    "description": "Contains the _preferred_ count of characters that a line should have. It was a non-standard synonym of [`width`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/pre#attr-width). To achieve such an effect, use CSS [`width`](https://developer.mozilla.org/en-US/docs/Web/CSS/width \"The width CSS property sets an element's width. By default it sets the width of the content area, but if box-sizing is set to border-box, it sets the width of the border area.\") instead."
-                },
-                {
-                    "name": "width",
-                    "description": "Contains the _preferred_ count of characters that a line should have. Though technically still implemented, this attribute has no visual effect; to achieve such an effect, use CSS [`width`](https://developer.mozilla.org/en-US/docs/Web/CSS/width \"The width CSS property sets an element's width. By default it sets the width of the content area, but if box-sizing is set to border-box, it sets the width of the border area.\") instead."
-                },
+            "name": "offset-position",
+            "status": "experimental",
+            "syntax": "auto | <position>",
+            "relevance": 50,
+            "references": [
                 {
-                    "name": "wrap",
-                    "description": "Is a _hint_ indicating how the overflow must happen. In modern browser this hint is ignored and no visual effect results in its present; to achieve such an effect, use CSS [`white-space`](https://developer.mozilla.org/en-US/docs/Web/CSS/white-space \"The white-space CSS property sets how white space inside an element is handled.\") instead."
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/offset-position"
                 }
             ],
+            "description": "Specifies the initial position of the offset path. If position is specified with static, offset-position would be ignored."
+        },
+        {
+            "name": "offset-rotate",
+            "syntax": "[ auto | reverse ] || <angle>",
+            "relevance": 50,
+            "browsers": [
+                "E79",
+                "FF72",
+                "C56",
+                "O43"
+            ],
             "references": [
                 {
                     "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/HTML/Element/pre"
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/offset-rotate"
                 }
-            ]
+            ],
+            "description": "The offset-rotate CSS property defines the direction of the element while positioning along the offset path."
         },
         {
-            "name": "blockquote",
-            "description": {
-                "kind": "markdown",
-                "value": "The blockquote element represents content that is quoted from another source, optionally with a citation which must be within a footer or cite element, and optionally with in-line changes such as annotations and abbreviations."
-            },
-            "attributes": [
-                {
-                    "name": "cite",
-                    "description": {
-                        "kind": "markdown",
-                        "value": "A URL that designates a source document or message for the information quoted. This attribute is intended to point to information explaining the context or the reference for the quote."
-                    }
-                }
+            "name": "overflow-anchor",
+            "syntax": "auto | none",
+            "relevance": 51,
+            "browsers": [
+                "E79",
+                "FF66",
+                "C56",
+                "O43"
             ],
             "references": [
                 {
                     "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/HTML/Element/blockquote"
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/overflow-anchor"
                 }
-            ]
+            ],
+            "description": "The overflow-anchor CSS property provides a way to opt out browser scroll anchoring behavior which adjusts scroll position to minimize content shifts."
         },
         {
-            "name": "ol",
-            "description": {
-                "kind": "markdown",
-                "value": "The ol element represents a list of items, where the items have been intentionally ordered, such that changing the order would change the meaning of the document."
-            },
-            "attributes": [
-                {
-                    "name": "reversed",
-                    "valueSet": "v",
-                    "description": {
-                        "kind": "markdown",
-                        "value": "This Boolean attribute specifies that the items of the list are specified in reversed order."
-                    }
-                },
-                {
-                    "name": "start",
-                    "description": {
-                        "kind": "markdown",
-                        "value": "This integer attribute specifies the start value for numbering the individual list items. Although the ordering type of list elements might be Roman numerals, such as XXXI, or letters, the value of start is always represented as a number. To start numbering elements from the letter \"C\", use `<ol start=\"3\">`.\n\n**Note**: This attribute was deprecated in HTML4, but reintroduced in HTML5."
-                    }
-                },
-                {
-                    "name": "type",
-                    "valueSet": "lt",
-                    "description": {
-                        "kind": "markdown",
-                        "value": "Indicates the numbering type:\n\n*   `'a'` indicates lowercase letters,\n*   `'A'` indicates uppercase letters,\n*   `'i'` indicates lowercase Roman numerals,\n*   `'I'` indicates uppercase Roman numerals,\n*   and `'1'` indicates numbers (default).\n\nThe type set is used for the entire list unless a different [`type`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/li#attr-type) attribute is used within an enclosed [`<li>`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/li \"The HTML <li> element is used to represent an item in a list. It must be contained in a parent element: an ordered list (<ol>), an unordered list (<ul>), or a menu (<menu>). In menus and unordered lists, list items are usually displayed using bullet points. In ordered lists, they are usually displayed with an ascending counter on the left, such as a number or letter.\") element.\n\n**Note:** This attribute was deprecated in HTML4, but reintroduced in HTML5.\n\nUnless the value of the list number matters (e.g. in legal or technical documents where items are to be referenced by their number/letter), the CSS [`list-style-type`](https://developer.mozilla.org/en-US/docs/Web/CSS/list-style-type \"The list-style-type CSS property sets the marker (such as a disc, character, or custom counter style) of a list item element.\") property should be used instead."
-                    }
-                },
-                {
-                    "name": "compact",
-                    "description": "This Boolean attribute hints that the list should be rendered in a compact style. The interpretation of this attribute depends on the user agent and it doesn't work in all browsers.\n\n**Warning:** Do not use this attribute, as it has been deprecated: the [`<ol>`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/ol \"The HTML <ol> element represents an ordered list of items, typically rendered as a numbered list.\") element should be styled using [CSS](https://developer.mozilla.org/en-US/docs/CSS). To give an effect similar to the `compact` attribute, the [CSS](https://developer.mozilla.org/en-US/docs/CSS) property [`line-height`](https://developer.mozilla.org/en-US/docs/Web/CSS/line-height \"The line-height CSS property sets the amount of space used for lines, such as in text. On block-level elements, it specifies the minimum height of line boxes within the element. On non-replaced inline elements, it specifies the height that is used to calculate line box height.\") can be used with a value of `80%`."
-                }
+            "name": "overflow-block",
+            "syntax": "visible | hidden | clip | scroll | auto",
+            "relevance": 50,
+            "browsers": [
+                "FF69"
             ],
             "references": [
                 {
                     "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/HTML/Element/ol"
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/overflow-block"
                 }
-            ]
+            ],
+            "description": "The overflow-block CSS media feature can be used to test how the output device handles content that overflows the initial containing block along the block axis."
         },
         {
-            "name": "ul",
-            "description": {
-                "kind": "markdown",
-                "value": "The ul element represents a list of items, where the order of the items is not important — that is, where changing the order would not materially change the meaning of the document."
-            },
-            "attributes": [
-                {
-                    "name": "compact",
-                    "description": "This Boolean attribute hints that the list should be rendered in a compact style. The interpretation of this attribute depends on the user agent and it doesn't work in all browsers.\n\n**Usage note: **Do not use this attribute, as it has been deprecated: the [`<ul>`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/ul \"The HTML <ul> element represents an unordered list of items, typically rendered as a bulleted list.\") element should be styled using [CSS](https://developer.mozilla.org/en-US/docs/CSS). To give a similar effect as the `compact` attribute, the [CSS](https://developer.mozilla.org/en-US/docs/CSS) property [line-height](https://developer.mozilla.org/en-US/docs/CSS/line-height) can be used with a value of `80%`."
-                }
+            "name": "overflow-clip-box",
+            "status": "nonstandard",
+            "syntax": "padding-box | content-box",
+            "relevance": 0,
+            "browsers": [
+                "FF29"
             ],
             "references": [
                 {
                     "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/HTML/Element/ul"
+                    "url": "https://developer.mozilla.org/docs/Mozilla/Gecko/Chrome/CSS/overflow-clip-box"
                 }
-            ]
+            ],
+            "description": "The overflow-clip-box CSS property specifies relative to which box the clipping happens when there is an overflow. It is short hand for the overflow-clip-box-inline and overflow-clip-box-block properties."
         },
         {
-            "name": "li",
-            "description": {
-                "kind": "markdown",
-                "value": "The li element represents a list item. If its parent element is an ol, ul, or menu element, then the element is an item of the parent element's list, as defined for those elements. Otherwise, the list item has no defined list-related relationship to any other li element."
-            },
-            "attributes": [
-                {
-                    "name": "value",
-                    "description": {
-                        "kind": "markdown",
-                        "value": "This integer attribute indicates the current ordinal value of the list item as defined by the [`<ol>`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/ol \"The HTML <ol> element represents an ordered list of items, typically rendered as a numbered list.\") element. The only allowed value for this attribute is a number, even if the list is displayed with Roman numerals or letters. List items that follow this one continue numbering from the value set. The **value** attribute has no meaning for unordered lists ([`<ul>`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/ul \"The HTML <ul> element represents an unordered list of items, typically rendered as a bulleted list.\")) or for menus ([`<menu>`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/menu \"The HTML <menu> element represents a group of commands that a user can perform or activate. This includes both list menus, which might appear across the top of a screen, as well as context menus, such as those that might appear underneath a button after it has been clicked.\")).\n\n**Note**: This attribute was deprecated in HTML4, but reintroduced in HTML5.\n\n**Note:** Prior to Gecko 9.0, negative values were incorrectly converted to 0. Starting in Gecko 9.0 all integer values are correctly parsed."
-                    }
-                },
+            "name": "overflow-inline",
+            "syntax": "visible | hidden | clip | scroll | auto",
+            "relevance": 50,
+            "browsers": [
+                "FF69"
+            ],
+            "references": [
                 {
-                    "name": "type",
-                    "description": "This character attribute indicates the numbering type:\n\n*   `a`: lowercase letters\n*   `A`: uppercase letters\n*   `i`: lowercase Roman numerals\n*   `I`: uppercase Roman numerals\n*   `1`: numbers\n\nThis type overrides the one used by its parent [`<ol>`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/ol \"The HTML <ol> element represents an ordered list of items, typically rendered as a numbered list.\") element, if any.\n\n**Usage note:** This attribute has been deprecated: use the CSS [`list-style-type`](https://developer.mozilla.org/en-US/docs/Web/CSS/list-style-type \"The list-style-type CSS property sets the marker (such as a disc, character, or custom counter style) of a list item element.\") property instead."
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/overflow-inline"
                 }
             ],
+            "description": "The overflow-inline CSS media feature can be used to test how the output device handles content that overflows the initial containing block along the inline axis."
+        },
+        {
+            "name": "overscroll-behavior",
+            "syntax": "[ contain | none | auto ]{1,2}",
+            "relevance": 50,
+            "browsers": [
+                "E18",
+                "FF59",
+                "C63",
+                "O50"
+            ],
             "references": [
                 {
                     "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/HTML/Element/li"
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/overscroll-behavior"
                 }
-            ]
+            ],
+            "description": "The overscroll-behavior CSS property is shorthand for the overscroll-behavior-x and overscroll-behavior-y properties, which allow you to control the browser's scroll overflow behavior — what happens when the boundary of a scrolling area is reached."
         },
         {
-            "name": "dl",
-            "description": {
-                "kind": "markdown",
-                "value": "The dl element represents an association list consisting of zero or more name-value groups (a description list). A name-value group consists of one or more names (dt elements) followed by one or more values (dd elements), ignoring any nodes other than dt and dd elements. Within a single dl element, there should not be more than one dt element for each name."
-            },
-            "attributes": [],
+            "name": "overscroll-behavior-block",
+            "syntax": "contain | none | auto",
+            "relevance": 50,
+            "browsers": [
+                "E79",
+                "FF73",
+                "C77",
+                "O64"
+            ],
             "references": [
                 {
                     "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/HTML/Element/dl"
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/overscroll-behavior-block"
                 }
-            ]
+            ],
+            "description": "The overscroll-behavior-block CSS property sets the browser's behavior when the block direction boundary of a scrolling area is reached."
         },
         {
-            "name": "dt",
-            "description": {
-                "kind": "markdown",
-                "value": "The dt element represents the term, or name, part of a term-description group in a description list (dl element)."
-            },
-            "attributes": [],
+            "name": "overscroll-behavior-inline",
+            "syntax": "contain | none | auto",
+            "relevance": 50,
+            "browsers": [
+                "E79",
+                "FF73",
+                "C77",
+                "O64"
+            ],
             "references": [
                 {
                     "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/HTML/Element/dt"
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/overscroll-behavior-inline"
                 }
-            ]
+            ],
+            "description": "The overscroll-behavior-inline CSS property sets the browser's behavior when the inline direction boundary of a scrolling area is reached."
         },
         {
-            "name": "dd",
-            "description": {
-                "kind": "markdown",
-                "value": "The dd element represents the description, definition, or value, part of a term-description group in a description list (dl element)."
-            },
-            "attributes": [
-                {
-                    "name": "nowrap",
-                    "description": "If the value of this attribute is set to `yes`, the definition text will not wrap. The default value is `no`."
-                }
+            "name": "overscroll-behavior-x",
+            "syntax": "contain | none | auto",
+            "relevance": 50,
+            "browsers": [
+                "E18",
+                "FF59",
+                "C63",
+                "O50"
             ],
             "references": [
                 {
                     "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/HTML/Element/dd"
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/overscroll-behavior-x"
                 }
-            ]
+            ],
+            "description": "The overscroll-behavior-x CSS property is allows you to control the browser's scroll overflow behavior — what happens when the boundary of a scrolling area is reached — in the x axis direction."
         },
         {
-            "name": "figure",
-            "description": {
-                "kind": "markdown",
-                "value": "The figure element represents some flow content, optionally with a caption, that is self-contained (like a complete sentence) and is typically referenced as a single unit from the main flow of the document."
-            },
-            "attributes": [],
+            "name": "overscroll-behavior-y",
+            "syntax": "contain | none | auto",
+            "relevance": 50,
+            "browsers": [
+                "E18",
+                "FF59",
+                "C63",
+                "O50"
+            ],
             "references": [
                 {
                     "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/HTML/Element/figure"
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/overscroll-behavior-y"
                 }
-            ]
+            ],
+            "description": "The overscroll-behavior-y CSS property is allows you to control the browser's scroll overflow behavior — what happens when the boundary of a scrolling area is reached — in the y axis direction."
         },
         {
-            "name": "figcaption",
-            "description": {
-                "kind": "markdown",
-                "value": "The figcaption element represents a caption or legend for the rest of the contents of the figcaption element's parent figure element, if any."
-            },
-            "attributes": [],
+            "name": "padding-block",
+            "syntax": "<'padding-left'>{1,2}",
+            "relevance": 50,
+            "browsers": [
+                "E79",
+                "FF66",
+                "C69",
+                "O56"
+            ],
             "references": [
                 {
                     "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/HTML/Element/figcaption"
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/padding-block"
                 }
-            ]
+            ],
+            "description": "The padding-block CSS property defines the logical block start and end padding of an element, which maps to physical padding properties depending on the element's writing mode, directionality, and text orientation."
         },
         {
-            "name": "main",
-            "description": {
-                "kind": "markdown",
-                "value": "The main element represents the main content of the body of a document or application. The main content area consists of content that is directly related to or expands upon the central topic of a document or central functionality of an application."
-            },
-            "attributes": [],
+            "name": "padding-inline",
+            "syntax": "<'padding-left'>{1,2}",
+            "relevance": 50,
+            "browsers": [
+                "E79",
+                "FF66",
+                "C69",
+                "O56"
+            ],
             "references": [
                 {
                     "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/HTML/Element/main"
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/padding-inline"
                 }
-            ]
+            ],
+            "description": "The padding-inline CSS property defines the logical inline start and end padding of an element, which maps to physical padding properties depending on the element's writing mode, directionality, and text orientation."
         },
         {
-            "name": "div",
-            "description": {
-                "kind": "markdown",
-                "value": "The div element has no special meaning at all. It represents its children. It can be used with the class, lang, and title attributes to mark up semantics common to a group of consecutive elements."
-            },
-            "attributes": [],
+            "name": "place-content",
+            "syntax": "<'align-content'> <'justify-content'>?",
+            "relevance": 50,
+            "browsers": [
+                "E79",
+                "FF53",
+                "S9",
+                "C59",
+                "O46"
+            ],
+            "description": "The place-content CSS shorthand property sets both the align-content and justify-content properties."
+        },
+        {
+            "name": "place-items",
+            "syntax": "<'align-items'> <'justify-items'>?",
+            "relevance": 50,
+            "browsers": [
+                "E79",
+                "FF45",
+                "S11",
+                "C59",
+                "O46"
+            ],
+            "description": "The CSS place-items shorthand property sets both the align-items and justify-items properties. The first value is the align-items property value, the second the justify-items one. If the second value is not present, the first value is also used for it."
+        },
+        {
+            "name": "place-self",
+            "syntax": "<'align-self'> <'justify-self'>?",
+            "relevance": 50,
+            "browsers": [
+                "E79",
+                "FF45",
+                "C59",
+                "O46"
+            ],
+            "description": "The place-self CSS property is a shorthand property sets both the align-self and justify-self properties. The first value is the align-self property value, the second the justify-self one. If the second value is not present, the first value is also used for it."
+        },
+        {
+            "name": "rotate",
+            "syntax": "none | <angle> | [ x | y | z | <number>{3} ] && <angle>",
+            "relevance": 50,
+            "browsers": [
+                "FF72"
+            ],
             "references": [
                 {
                     "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/HTML/Element/div"
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/rotate"
                 }
-            ]
+            ],
+            "description": "The rotate CSS property allows you to specify rotation transforms individually and independently of the transform property. This maps better to typical user interface usage, and saves having to remember the exact order of transform functions to specify in the transform value."
         },
         {
-            "name": "a",
-            "description": {
-                "kind": "markdown",
-                "value": "If the a element has an href attribute, then it represents a hyperlink (a hypertext anchor) labeled by its contents."
-            },
-            "attributes": [
-                {
-                    "name": "href",
-                    "description": {
-                        "kind": "markdown",
-                        "value": "Contains a URL or a URL fragment that the hyperlink points to."
-                    }
-                },
-                {
-                    "name": "target",
-                    "description": {
-                        "kind": "markdown",
-                        "value": "Specifies where to display the linked URL. It is a name of, or keyword for, a _browsing context_: a tab, window, or `<iframe>`. The following keywords have special meanings:\n\n*   `_self`: Load the URL into the same browsing context as the current one. This is the default behavior.\n*   `_blank`: Load the URL into a new browsing context. This is usually a tab, but users can configure browsers to use new windows instead.\n*   `_parent`: Load the URL into the parent browsing context of the current one. If there is no parent, this behaves the same way as `_self`.\n*   `_top`: Load the URL into the top-level browsing context (that is, the \"highest\" browsing context that is an ancestor of the current one, and has no parent). If there is no parent, this behaves the same way as `_self`.\n\n**Note:** When using `target`, consider adding `rel=\"noreferrer\"` to avoid exploitation of the `window.opener` API.\n\n**Note:** Linking to another page using `target=\"_blank\"` will run the new page on the same process as your page. If the new page is executing expensive JS, your page's performance may suffer. To avoid this use `rel=\"noopener\"`."
-                    }
-                },
-                {
-                    "name": "download",
-                    "description": {
-                        "kind": "markdown",
-                        "value": "This attribute instructs browsers to download a URL instead of navigating to it, so the user will be prompted to save it as a local file. If the attribute has a value, it is used as the pre-filled file name in the Save prompt (the user can still change the file name if they want). There are no restrictions on allowed values, though `/` and `\\` are converted to underscores. Most file systems limit some punctuation in file names, and browsers will adjust the suggested name accordingly.\n\n**Notes:**\n\n*   This attribute only works for [same-origin URLs](https://developer.mozilla.org/en-US/docs/Web/Security/Same-origin_policy).\n*   Although HTTP(s) URLs need to be in the same-origin, [`blob:` URLs](https://developer.mozilla.org/en-US/docs/Web/API/URL.createObjectURL) and [`data:` URLs](https://developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/Data_URIs) are allowed so that content generated by JavaScript, such as pictures created in an image-editor Web app, can be downloaded.\n*   If the HTTP header [`Content-Disposition:`](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Content-Disposition) gives a different filename than this attribute, the HTTP header takes priority over this attribute.\n*   If `Content-Disposition:` is set to `inline`, Firefox prioritizes `Content-Disposition`, like the filename case, while Chrome prioritizes the `download` attribute."
-                    }
-                },
-                {
-                    "name": "ping",
-                    "description": {
-                        "kind": "markdown",
-                        "value": "Contains a space-separated list of URLs to which, when the hyperlink is followed, [`POST`](https://developer.mozilla.org/en-US/docs/Web/HTTP/Methods/POST \"The HTTP POST method sends data to the server. The type of the body of the request is indicated by the Content-Type header.\") requests with the body `PING` will be sent by the browser (in the background). Typically used for tracking."
-                    }
-                },
-                {
-                    "name": "rel",
-                    "description": {
-                        "kind": "markdown",
-                        "value": "Specifies the relationship of the target object to the link object. The value is a space-separated list of [link types](https://developer.mozilla.org/en-US/docs/Web/HTML/Link_types)."
-                    }
-                },
-                {
-                    "name": "hreflang",
-                    "description": {
-                        "kind": "markdown",
-                        "value": "This attribute indicates the human language of the linked resource. It is purely advisory, with no built-in functionality. Allowed values are determined by [BCP47](https://www.ietf.org/rfc/bcp/bcp47.txt \"Tags for Identifying Languages\")."
-                    }
-                },
-                {
-                    "name": "type",
-                    "description": {
-                        "kind": "markdown",
-                        "value": "Specifies the media type in the form of a [MIME type](https://developer.mozilla.org/en-US/docs/Glossary/MIME_type \"MIME type: A MIME type (now properly called \"media type\", but also sometimes \"content type\") is a string sent along with a file indicating the type of the file (describing the content format, for example, a sound file might be labeled audio/ogg, or an image file image/png).\") for the linked URL. It is purely advisory, with no built-in functionality."
-                    }
-                },
-                {
-                    "name": "referrerpolicy",
-                    "description": "Indicates which [referrer](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Referer) to send when fetching the URL:\n\n*   `'no-referrer'` means the `Referer:` header will not be sent.\n*   `'no-referrer-when-downgrade'` means no `Referer:` header will be sent when navigating to an origin without HTTPS. This is the default behavior.\n*   `'origin'` means the referrer will be the [origin](https://developer.mozilla.org/en-US/docs/Glossary/Origin) of the page, not including information after the domain.\n*   `'origin-when-cross-origin'` meaning that navigations to other origins will be limited to the scheme, the host and the port, while navigations on the same origin will include the referrer's path.\n*   `'strict-origin-when-cross-origin'`\n*   `'unsafe-url'` means the referrer will include the origin and path, but not the fragment, password, or username. This is unsafe because it can leak data from secure URLs to insecure ones."
-                }
+            "name": "row-gap",
+            "syntax": "normal | <length-percentage>",
+            "relevance": 50,
+            "browsers": [
+                "E84",
+                "FF63",
+                "S10.1",
+                "C84",
+                "O70"
+            ],
+            "description": "The row-gap CSS property specifies the gutter between grid rows."
+        },
+        {
+            "name": "ruby-merge",
+            "status": "experimental",
+            "syntax": "separate | collapse | auto",
+            "relevance": 50,
+            "description": "This property controls how ruby annotation boxes should be rendered when there are more than one in a ruby container box: whether each pair should be kept separate, the annotations should be collapsed and rendered as a group, or the separation should be determined based on the space available."
+        },
+        {
+            "name": "scale",
+            "syntax": "none | <number>{1,3}",
+            "relevance": 50,
+            "browsers": [
+                "FF72"
             ],
             "references": [
                 {
                     "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/HTML/Element/a"
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/scale"
                 }
-            ]
+            ],
+            "description": "The scale CSS property allows you to specify scale transforms individually and independently of the transform property. This maps better to typical user interface usage, and saves having to remember the exact order of transform functions to specify in the transform value."
         },
         {
-            "name": "em",
-            "description": {
-                "kind": "markdown",
-                "value": "The em element represents stress emphasis of its contents."
-            },
-            "attributes": [],
+            "name": "scrollbar-color",
+            "syntax": "auto | dark | light | <color>{2}",
+            "relevance": 50,
+            "browsers": [
+                "FF64"
+            ],
             "references": [
                 {
                     "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/HTML/Element/em"
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/scrollbar-color"
                 }
-            ]
+            ],
+            "description": "The scrollbar-color CSS property sets the color of the scrollbar track and thumb."
         },
         {
-            "name": "strong",
-            "description": {
-                "kind": "markdown",
-                "value": "The strong element represents strong importance, seriousness, or urgency for its contents."
-            },
-            "attributes": [],
+            "name": "scrollbar-width",
+            "syntax": "auto | thin | none",
+            "relevance": 50,
+            "browsers": [
+                "FF64"
+            ],
             "references": [
                 {
                     "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/HTML/Element/strong"
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/scrollbar-width"
                 }
-            ]
+            ],
+            "description": "The scrollbar-width property allows the author to set the maximum thickness of an element’s scrollbars when they are shown. "
         },
         {
-            "name": "small",
-            "description": {
-                "kind": "markdown",
-                "value": "The small element represents side comments such as small print."
-            },
-            "attributes": [],
+            "name": "scroll-margin",
+            "syntax": "<length>{1,4}",
+            "relevance": 50,
+            "browsers": [
+                "E79",
+                "FF68",
+                "S11",
+                "C69",
+                "O56"
+            ],
             "references": [
                 {
                     "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/HTML/Element/small"
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/scroll-margin"
                 }
-            ]
+            ],
+            "description": "The scroll-margin property is a shorthand property which sets all of the scroll-margin longhands, assigning values much like the margin property does for the margin-* longhands."
         },
         {
-            "name": "s",
-            "description": {
-                "kind": "markdown",
-                "value": "The s element represents contents that are no longer accurate or no longer relevant."
-            },
-            "attributes": [],
+            "name": "scroll-margin-block",
+            "syntax": "<length>{1,2}",
+            "relevance": 50,
+            "browsers": [
+                "E79",
+                "FF68",
+                "C69",
+                "O56"
+            ],
             "references": [
                 {
                     "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/HTML/Element/s"
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/scroll-margin-block"
                 }
-            ]
+            ],
+            "description": "The scroll-margin-block property is a shorthand property which sets the scroll-margin longhands in the block dimension."
         },
         {
-            "name": "cite",
-            "description": {
-                "kind": "markdown",
-                "value": "The cite element represents a reference to a creative work. It must include the title of the work or the name of the author(person, people or organization) or an URL reference, or a reference in abbreviated form as per the conventions used for the addition of citation metadata."
-            },
-            "attributes": [],
+            "name": "scroll-margin-block-start",
+            "syntax": "<length>",
+            "relevance": 50,
+            "browsers": [
+                "E79",
+                "FF68",
+                "C69",
+                "O56"
+            ],
             "references": [
                 {
                     "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/HTML/Element/cite"
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/scroll-margin-block-start"
                 }
-            ]
+            ],
+            "description": "The scroll-margin-block-start property defines the margin of the scroll snap area at the start of the block dimension that is used for snapping this box to the snapport. The scroll snap area is determined by taking the transformed border box, finding its rectangular bounding box (axis-aligned in the scroll container’s coordinate space), then adding the specified outsets."
         },
         {
-            "name": "q",
-            "description": {
-                "kind": "markdown",
-                "value": "The q element represents some phrasing content quoted from another source."
-            },
-            "attributes": [
-                {
-                    "name": "cite",
-                    "description": {
-                        "kind": "markdown",
-                        "value": "The value of this attribute is a URL that designates a source document or message for the information quoted. This attribute is intended to point to information explaining the context or the reference for the quote."
-                    }
-                }
+            "name": "scroll-margin-block-end",
+            "syntax": "<length>",
+            "relevance": 50,
+            "browsers": [
+                "E79",
+                "FF68",
+                "C69",
+                "O56"
             ],
             "references": [
                 {
                     "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/HTML/Element/q"
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/scroll-margin-block-end"
                 }
-            ]
+            ],
+            "description": "The scroll-margin-block-end property defines the margin of the scroll snap area at the end of the block dimension that is used for snapping this box to the snapport. The scroll snap area is determined by taking the transformed border box, finding its rectangular bounding box (axis-aligned in the scroll container’s coordinate space), then adding the specified outsets."
         },
         {
-            "name": "dfn",
-            "description": {
-                "kind": "markdown",
-                "value": "The dfn element represents the defining instance of a term. The paragraph, description list group, or section that is the nearest ancestor of the dfn element must also contain the definition(s) for the term given by the dfn element."
-            },
-            "attributes": [],
+            "name": "scroll-margin-bottom",
+            "syntax": "<length>",
+            "relevance": 50,
+            "browsers": [
+                "E79",
+                "FF68",
+                "S11",
+                "C69",
+                "O56"
+            ],
             "references": [
                 {
                     "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/HTML/Element/dfn"
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/scroll-margin-bottom"
                 }
-            ]
+            ],
+            "description": "The scroll-margin-bottom property defines the bottom margin of the scroll snap area that is used for snapping this box to the snapport. The scroll snap area is determined by taking the transformed border box, finding its rectangular bounding box (axis-aligned in the scroll container’s coordinate space), then adding the specified outsets."
         },
         {
-            "name": "abbr",
-            "description": {
-                "kind": "markdown",
-                "value": "The abbr element represents an abbreviation or acronym, optionally with its expansion. The title attribute may be used to provide an expansion of the abbreviation. The attribute, if specified, must contain an expansion of the abbreviation, and nothing else."
-            },
-            "attributes": [],
+            "name": "scroll-margin-inline",
+            "syntax": "<length>{1,2}",
+            "relevance": 50,
+            "browsers": [
+                "FF68"
+            ],
             "references": [
                 {
                     "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/HTML/Element/abbr"
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/scroll-margin-inline"
                 }
-            ]
+            ],
+            "description": "The scroll-margin-inline property is a shorthand property which sets the scroll-margin longhands in the inline dimension."
         },
         {
-            "name": "ruby",
-            "description": {
-                "kind": "markdown",
-                "value": "The ruby element allows one or more spans of phrasing content to be marked with ruby annotations. Ruby annotations are short runs of text presented alongside base text, primarily used in East Asian typography as a guide for pronunciation or to include other annotations. In Japanese, this form of typography is also known as furigana. Ruby text can appear on either side, and sometimes both sides, of the base text, and it is possible to control its position using CSS. A more complete introduction to ruby can be found in the Use Cases & Exploratory Approaches for Ruby Markup document as well as in CSS Ruby Module Level 1. [RUBY-UC] [CSSRUBY]"
-            },
-            "attributes": [],
+            "name": "scroll-margin-inline-start",
+            "syntax": "<length>",
+            "relevance": 50,
+            "browsers": [
+                "E79",
+                "FF68",
+                "C69",
+                "O56"
+            ],
             "references": [
                 {
                     "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/HTML/Element/ruby"
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/scroll-margin-inline-start"
                 }
-            ]
+            ],
+            "description": "The scroll-margin-inline-start property defines the margin of the scroll snap area at the start of the inline dimension that is used for snapping this box to the snapport. The scroll snap area is determined by taking the transformed border box, finding its rectangular bounding box (axis-aligned in the scroll container’s coordinate space), then adding the specified outsets."
         },
         {
-            "name": "rb",
-            "description": {
-                "kind": "markdown",
-                "value": "The rb element marks the base text component of a ruby annotation. When it is the child of a ruby element, it doesn't represent anything itself, but its parent ruby element uses it as part of determining what it represents."
-            },
-            "attributes": [],
+            "name": "scroll-margin-inline-end",
+            "syntax": "<length>",
+            "relevance": 50,
+            "browsers": [
+                "E79",
+                "FF68",
+                "C69",
+                "O56"
+            ],
             "references": [
                 {
                     "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/HTML/Element/rb"
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/scroll-margin-inline-end"
                 }
-            ]
+            ],
+            "description": "The scroll-margin-inline-end property defines the margin of the scroll snap area at the end of the inline dimension that is used for snapping this box to the snapport. The scroll snap area is determined by taking the transformed border box, finding its rectangular bounding box (axis-aligned in the scroll container’s coordinate space), then adding the specified outsets."
         },
         {
-            "name": "rt",
-            "description": {
-                "kind": "markdown",
-                "value": "The rt element marks the ruby text component of a ruby annotation. When it is the child of a ruby element or of an rtc element that is itself the child of a ruby element, it doesn't represent anything itself, but its ancestor ruby element uses it as part of determining what it represents."
-            },
-            "attributes": [],
+            "name": "scroll-margin-left",
+            "syntax": "<length>",
+            "relevance": 50,
+            "browsers": [
+                "E79",
+                "FF68",
+                "S11",
+                "C69",
+                "O56"
+            ],
             "references": [
                 {
                     "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/HTML/Element/rt"
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/scroll-margin-left"
                 }
-            ]
+            ],
+            "description": "The scroll-margin-left property defines the left margin of the scroll snap area that is used for snapping this box to the snapport. The scroll snap area is determined by taking the transformed border box, finding its rectangular bounding box (axis-aligned in the scroll container’s coordinate space), then adding the specified outsets."
         },
         {
-            "name": "rp",
-            "description": {
-                "kind": "markdown",
-                "value": "The rp element is used to provide fallback text to be shown by user agents that don't support ruby annotations. One widespread convention is to provide parentheses around the ruby text component of a ruby annotation."
-            },
-            "attributes": [],
+            "name": "scroll-margin-right",
+            "syntax": "<length>",
+            "relevance": 50,
+            "browsers": [
+                "E79",
+                "FF68",
+                "S11",
+                "C69",
+                "O56"
+            ],
             "references": [
                 {
                     "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/HTML/Element/rp"
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/scroll-margin-right"
                 }
-            ]
+            ],
+            "description": "The scroll-margin-right property defines the right margin of the scroll snap area that is used for snapping this box to the snapport. The scroll snap area is determined by taking the transformed border box, finding its rectangular bounding box (axis-aligned in the scroll container’s coordinate space), then adding the specified outsets."
         },
         {
-            "name": "time",
-            "description": {
-                "kind": "markdown",
-                "value": "The time element represents its contents, along with a machine-readable form of those contents in the datetime attribute. The kind of content is limited to various kinds of dates, times, time-zone offsets, and durations, as described below."
-            },
-            "attributes": [
+            "name": "scroll-margin-top",
+            "syntax": "<length>",
+            "relevance": 50,
+            "browsers": [
+                "E79",
+                "FF68",
+                "S11",
+                "C69",
+                "O56"
+            ],
+            "references": [
                 {
-                    "name": "datetime",
-                    "description": {
-                        "kind": "markdown",
-                        "value": "This attribute indicates the time and/or date of the element and must be in one of the formats described below."
-                    }
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/scroll-margin-top"
                 }
             ],
+            "description": "The scroll-margin-top property defines the top margin of the scroll snap area that is used for snapping this box to the snapport. The scroll snap area is determined by taking the transformed border box, finding its rectangular bounding box (axis-aligned in the scroll container’s coordinate space), then adding the specified outsets."
+        },
+        {
+            "name": "scroll-padding",
+            "syntax": "[ auto | <length-percentage> ]{1,4}",
+            "relevance": 50,
+            "browsers": [
+                "E79",
+                "FF68",
+                "S11",
+                "C69",
+                "O56"
+            ],
             "references": [
                 {
                     "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/HTML/Element/time"
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/scroll-padding"
                 }
-            ]
+            ],
+            "description": "The scroll-padding property is a shorthand property which sets all of the scroll-padding longhands, assigning values much like the padding property does for the padding-* longhands."
         },
         {
-            "name": "code",
-            "description": {
-                "kind": "markdown",
-                "value": "The code element represents a fragment of computer code. This could be an XML element name, a file name, a computer program, or any other string that a computer would recognize."
-            },
-            "attributes": [],
+            "name": "scroll-padding-block",
+            "syntax": "[ auto | <length-percentage> ]{1,2}",
+            "relevance": 50,
+            "browsers": [
+                "E79",
+                "FF68",
+                "C69",
+                "O56"
+            ],
             "references": [
                 {
                     "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/HTML/Element/code"
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/scroll-padding-block"
                 }
-            ]
+            ],
+            "description": "The scroll-padding-block property is a shorthand property which sets the scroll-padding longhands for the block dimension."
         },
         {
-            "name": "var",
-            "description": {
-                "kind": "markdown",
-                "value": "The var element represents a variable. This could be an actual variable in a mathematical expression or programming context, an identifier representing a constant, a symbol identifying a physical quantity, a function parameter, or just be a term used as a placeholder in prose."
-            },
-            "attributes": [],
+            "name": "scroll-padding-block-start",
+            "syntax": "auto | <length-percentage>",
+            "relevance": 50,
+            "browsers": [
+                "E79",
+                "FF68",
+                "C69",
+                "O56"
+            ],
             "references": [
                 {
                     "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/HTML/Element/var"
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/scroll-padding-block-start"
                 }
-            ]
+            ],
+            "description": "The scroll-padding-block-start property defines offsets for the start edge in the block dimension of the optimal viewing region of the scrollport: the region used as the target region for placing things in view of the user. This allows the author to exclude regions of the scrollport that are obscured by other content (such as fixed-positioned toolbars or sidebars) or simply to put more breathing room between a targeted element and the edges of the scrollport."
         },
         {
-            "name": "samp",
-            "description": {
-                "kind": "markdown",
-                "value": "The samp element represents sample or quoted output from another program or computing system."
-            },
-            "attributes": [],
+            "name": "scroll-padding-block-end",
+            "syntax": "auto | <length-percentage>",
+            "relevance": 50,
+            "browsers": [
+                "E79",
+                "FF68",
+                "C69",
+                "O56"
+            ],
             "references": [
                 {
                     "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/HTML/Element/samp"
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/scroll-padding-block-end"
                 }
-            ]
+            ],
+            "description": "The scroll-padding-block-end property defines offsets for the end edge in the block dimension of the optimal viewing region of the scrollport: the region used as the target region for placing things in view of the user. This allows the author to exclude regions of the scrollport that are obscured by other content (such as fixed-positioned toolbars or sidebars) or simply to put more breathing room between a targeted element and the edges of the scrollport."
         },
         {
-            "name": "kbd",
-            "description": {
-                "kind": "markdown",
-                "value": "The kbd element represents user input (typically keyboard input, although it may also be used to represent other input, such as voice commands)."
-            },
-            "attributes": [],
+            "name": "scroll-padding-bottom",
+            "syntax": "auto | <length-percentage>",
+            "relevance": 50,
+            "browsers": [
+                "E79",
+                "FF68",
+                "S11",
+                "C69",
+                "O56"
+            ],
             "references": [
                 {
                     "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/HTML/Element/kbd"
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/scroll-padding-bottom"
                 }
-            ]
+            ],
+            "description": "The scroll-padding-bottom property defines offsets for the bottom of the optimal viewing region of the scrollport: the region used as the target region for placing things in view of the user. This allows the author to exclude regions of the scrollport that are obscured by other content (such as fixed-positioned toolbars or sidebars) or simply to put more breathing room between a targeted element and the edges of the scrollport."
         },
         {
-            "name": "sub",
-            "description": {
-                "kind": "markdown",
-                "value": "The sub element represents a subscript."
-            },
-            "attributes": [],
+            "name": "scroll-padding-inline",
+            "syntax": "[ auto | <length-percentage> ]{1,2}",
+            "relevance": 50,
+            "browsers": [
+                "E79",
+                "FF68",
+                "C69",
+                "O56"
+            ],
             "references": [
                 {
                     "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/HTML/Element/sub"
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/scroll-padding-inline"
                 }
-            ]
+            ],
+            "description": "The scroll-padding-inline property is a shorthand property which sets the scroll-padding longhands for the inline dimension."
         },
         {
-            "name": "sup",
-            "description": {
-                "kind": "markdown",
-                "value": "The sup element represents a superscript."
-            },
-            "attributes": [],
+            "name": "scroll-padding-inline-start",
+            "syntax": "auto | <length-percentage>",
+            "relevance": 50,
+            "browsers": [
+                "E79",
+                "FF68",
+                "C69",
+                "O56"
+            ],
             "references": [
                 {
                     "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/HTML/Element/sup"
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/scroll-padding-inline-start"
                 }
-            ]
+            ],
+            "description": "The scroll-padding-inline-start property defines offsets for the start edge in the inline dimension of the optimal viewing region of the scrollport: the region used as the target region for placing things in view of the user. This allows the author to exclude regions of the scrollport that are obscured by other content (such as fixed-positioned toolbars or sidebars) or simply to put more breathing room between a targeted element and the edges of the scrollport."
         },
         {
-            "name": "i",
-            "description": {
-                "kind": "markdown",
-                "value": "The i element represents a span of text in an alternate voice or mood, or otherwise offset from the normal prose in a manner indicating a different quality of text, such as a taxonomic designation, a technical term, an idiomatic phrase from another language, transliteration, a thought, or a ship name in Western texts."
-            },
-            "attributes": [],
+            "name": "scroll-padding-inline-end",
+            "syntax": "auto | <length-percentage>",
+            "relevance": 50,
+            "browsers": [
+                "E79",
+                "FF68",
+                "C69",
+                "O56"
+            ],
             "references": [
                 {
                     "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/HTML/Element/i"
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/scroll-padding-inline-end"
                 }
-            ]
+            ],
+            "description": "The scroll-padding-inline-end property defines offsets for the end edge in the inline dimension of the optimal viewing region of the scrollport: the region used as the target region for placing things in view of the user. This allows the author to exclude regions of the scrollport that are obscured by other content (such as fixed-positioned toolbars or sidebars) or simply to put more breathing room between a targeted element and the edges of the scrollport."
         },
         {
-            "name": "b",
-            "description": {
-                "kind": "markdown",
-                "value": "The b element represents a span of text to which attention is being drawn for utilitarian purposes without conveying any extra importance and with no implication of an alternate voice or mood, such as key words in a document abstract, product names in a review, actionable words in interactive text-driven software, or an article lede."
-            },
-            "attributes": [],
+            "name": "scroll-padding-left",
+            "syntax": "auto | <length-percentage>",
+            "relevance": 50,
+            "browsers": [
+                "E79",
+                "FF68",
+                "S11",
+                "C69",
+                "O56"
+            ],
             "references": [
                 {
                     "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/HTML/Element/b"
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/scroll-padding-left"
                 }
-            ]
+            ],
+            "description": "The scroll-padding-left property defines offsets for the left of the optimal viewing region of the scrollport: the region used as the target region for placing things in view of the user. This allows the author to exclude regions of the scrollport that are obscured by other content (such as fixed-positioned toolbars or sidebars) or simply to put more breathing room between a targeted element and the edges of the scrollport."
         },
         {
-            "name": "u",
-            "description": {
-                "kind": "markdown",
-                "value": "The u element represents a span of text with an unarticulated, though explicitly rendered, non-textual annotation, such as labeling the text as being a proper name in Chinese text (a Chinese proper name mark), or labeling the text as being misspelt."
-            },
-            "attributes": [],
+            "name": "scroll-padding-right",
+            "syntax": "auto | <length-percentage>",
+            "relevance": 50,
+            "browsers": [
+                "E79",
+                "FF68",
+                "S11",
+                "C69",
+                "O56"
+            ],
             "references": [
                 {
                     "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/HTML/Element/u"
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/scroll-padding-right"
                 }
-            ]
+            ],
+            "description": "The scroll-padding-right property defines offsets for the right of the optimal viewing region of the scrollport: the region used as the target region for placing things in view of the user. This allows the author to exclude regions of the scrollport that are obscured by other content (such as fixed-positioned toolbars or sidebars) or simply to put more breathing room between a targeted element and the edges of the scrollport."
         },
         {
-            "name": "mark",
-            "description": {
-                "kind": "markdown",
-                "value": "The mark element represents a run of text in one document marked or highlighted for reference purposes, due to its relevance in another context. When used in a quotation or other block of text referred to from the prose, it indicates a highlight that was not originally present but which has been added to bring the reader's attention to a part of the text that might not have been considered important by the original author when the block was originally written, but which is now under previously unexpected scrutiny. When used in the main prose of a document, it indicates a part of the document that has been highlighted due to its likely relevance to the user's current activity."
-            },
-            "attributes": [],
+            "name": "scroll-padding-top",
+            "syntax": "auto | <length-percentage>",
+            "relevance": 50,
+            "browsers": [
+                "E79",
+                "FF68",
+                "S11",
+                "C69",
+                "O56"
+            ],
             "references": [
                 {
                     "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/HTML/Element/mark"
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/scroll-padding-top"
                 }
-            ]
+            ],
+            "description": "The scroll-padding-top property defines offsets for the top of the optimal viewing region of the scrollport: the region used as the target region for placing things in view of the user. This allows the author to exclude regions of the scrollport that are obscured by other content (such as fixed-positioned toolbars or sidebars) or simply to put more breathing room between a targeted element and the edges of the scrollport."
         },
         {
-            "name": "bdi",
-            "description": {
-                "kind": "markdown",
-                "value": "The bdi element represents a span of text that is to be isolated from its surroundings for the purposes of bidirectional text formatting. [BIDI]"
-            },
-            "attributes": [],
+            "name": "scroll-snap-align",
+            "syntax": "[ none | start | end | center ]{1,2}",
+            "relevance": 50,
+            "browsers": [
+                "E79",
+                "FF68",
+                "S11",
+                "C69",
+                "O56"
+            ],
             "references": [
                 {
                     "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/HTML/Element/bdi"
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/scroll-snap-align"
                 }
-            ]
+            ],
+            "description": "The scroll-snap-align property specifies the box’s snap position as an alignment of its snap area (as the alignment subject) within its snap container’s snapport (as the alignment container). The two values specify the snapping alignment in the block axis and inline axis, respectively. If only one value is specified, the second value defaults to the same value."
         },
         {
-            "name": "bdo",
-            "description": {
-                "kind": "markdown",
-                "value": "The bdo element represents explicit text directionality formatting control for its children. It allows authors to override the Unicode bidirectional algorithm by explicitly specifying a direction override. [BIDI]"
-            },
-            "attributes": [
-                {
-                    "name": "dir",
-                    "description": "The direction in which text should be rendered in this element's contents. Possible values are:\n\n*   `ltr`: Indicates that the text should go in a left-to-right direction.\n*   `rtl`: Indicates that the text should go in a right-to-left direction."
-                }
+            "name": "scroll-snap-stop",
+            "syntax": "normal | always",
+            "relevance": 50,
+            "browsers": [
+                "E79",
+                "C75",
+                "O62"
             ],
             "references": [
                 {
                     "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/HTML/Element/bdo"
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/scroll-snap-stop"
                 }
-            ]
+            ],
+            "description": "The scroll-snap-stop CSS property defines whether the scroll container is allowed to \"pass over\" possible snap positions."
         },
         {
-            "name": "span",
-            "description": {
-                "kind": "markdown",
-                "value": "The span element doesn't mean anything on its own, but can be useful when used together with the global attributes, e.g. class, lang, or dir. It represents its children."
-            },
-            "attributes": [],
+            "name": "scroll-snap-type-x",
+            "status": "obsolete",
+            "syntax": "none | mandatory | proximity",
+            "relevance": 0,
+            "browsers": [
+                "FF39",
+                "S9"
+            ],
             "references": [
                 {
                     "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/HTML/Element/span"
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/scroll-snap-type-x"
                 }
-            ]
+            ],
+            "description": "The scroll-snap-type-x CSS property defines how strictly snap points are enforced on the horizontal axis of the scroll container in case there is one.\n\nSpecifying any precise animations or physics used to enforce those snap points is not covered by this property but instead left up to the user agent."
         },
         {
-            "name": "br",
-            "description": {
-                "kind": "markdown",
-                "value": "The br element represents a line break."
-            },
-            "attributes": [
-                {
-                    "name": "clear",
-                    "description": "Indicates where to begin the next line after the break."
-                }
+            "name": "scroll-snap-type-y",
+            "status": "obsolete",
+            "syntax": "none | mandatory | proximity",
+            "relevance": 0,
+            "browsers": [
+                "FF39"
             ],
             "references": [
                 {
                     "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/HTML/Element/br"
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/scroll-snap-type-y"
                 }
-            ]
+            ],
+            "description": "The scroll-snap-type-y CSS property defines how strictly snap points are enforced on the vertical axis of the scroll container in case there is one.\n\nSpecifying any precise animations or physics used to enforce those snap points is not covered by this property but instead left up to the user agent."
         },
         {
-            "name": "wbr",
-            "description": {
-                "kind": "markdown",
-                "value": "The wbr element represents a line break opportunity."
-            },
-            "attributes": [],
+            "name": "text-combine-upright",
+            "syntax": "none | all | [ digits <integer>? ]",
+            "relevance": 50,
             "references": [
                 {
                     "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/HTML/Element/wbr"
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/text-combine-upright"
                 }
-            ]
+            ],
+            "description": "The text-combine-upright CSS property specifies the combination of multiple characters into the space of a single character. If the combined text is wider than 1em, the user agent must fit the contents within 1em. The resulting composition is treated as a single upright glyph for layout and decoration. This property only has an effect in vertical writing modes.\n\nThis is used to produce an effect that is known as tate-chū-yoko (縦中横) in Japanese, or as 直書橫向 in Chinese."
         },
         {
-            "name": "ins",
-            "description": {
-                "kind": "markdown",
-                "value": "The ins element represents an addition to the document."
-            },
-            "attributes": [
-                {
-                    "name": "cite",
-                    "description": "This attribute defines the URI of a resource that explains the change, such as a link to meeting minutes or a ticket in a troubleshooting system."
-                },
-                {
-                    "name": "datetime",
-                    "description": "This attribute indicates the time and date of the change and must be a valid date with an optional time string. If the value cannot be parsed as a date with an optional time string, the element does not have an associated time stamp. For the format of the string without a time, see [Format of a valid date string](https://developer.mozilla.org/en-US/docs/Web/HTML/Date_and_time_formats#Format_of_a_valid_date_string \"Certain HTML elements use date and/or time values. The formats of the strings that specify these are described in this article.\") in [Date and time formats used in HTML](https://developer.mozilla.org/en-US/docs/Web/HTML/Date_and_time_formats \"Certain HTML elements use date and/or time values. The formats of the strings that specify these are described in this article.\"). The format of the string if it includes both date and time is covered in [Format of a valid local date and time string](https://developer.mozilla.org/en-US/docs/Web/HTML/Date_and_time_formats#Format_of_a_valid_local_date_and_time_string \"Certain HTML elements use date and/or time values. The formats of the strings that specify these are described in this article.\") in [Date and time formats used in HTML](https://developer.mozilla.org/en-US/docs/Web/HTML/Date_and_time_formats \"Certain HTML elements use date and/or time values. The formats of the strings that specify these are described in this article.\")."
-                }
+            "name": "text-decoration-skip",
+            "status": "experimental",
+            "syntax": "none | [ objects || [ spaces | [ leading-spaces || trailing-spaces ] ] || edges || box-decoration ]",
+            "relevance": 52,
+            "browsers": [
+                "S12.1",
+                "C57",
+                "O44"
             ],
             "references": [
                 {
                     "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/HTML/Element/ins"
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/text-decoration-skip"
                 }
-            ]
+            ],
+            "description": "The text-decoration-skip CSS property specifies what parts of the element’s content any text decoration affecting the element must skip over. It controls all text decoration lines drawn by the element and also any text decoration lines drawn by its ancestors."
         },
         {
-            "name": "del",
-            "description": {
-                "kind": "markdown",
-                "value": "The del element represents a removal from the document."
-            },
-            "attributes": [
-                {
-                    "name": "cite",
-                    "description": {
-                        "kind": "markdown",
-                        "value": "A URI for a resource that explains the change (for example, meeting minutes)."
-                    }
-                },
-                {
-                    "name": "datetime",
-                    "description": {
-                        "kind": "markdown",
-                        "value": "This attribute indicates the time and date of the change and must be a valid date string with an optional time. If the value cannot be parsed as a date with an optional time string, the element does not have an associated time stamp. For the format of the string without a time, see [Format of a valid date string](https://developer.mozilla.org/en-US/docs/Web/HTML/Date_and_time_formats#Format_of_a_valid_date_string \"Certain HTML elements use date and/or time values. The formats of the strings that specify these are described in this article.\") in [Date and time formats used in HTML](https://developer.mozilla.org/en-US/docs/Web/HTML/Date_and_time_formats \"Certain HTML elements use date and/or time values. The formats of the strings that specify these are described in this article.\"). The format of the string if it includes both date and time is covered in [Format of a valid local date and time string](https://developer.mozilla.org/en-US/docs/Web/HTML/Date_and_time_formats#Format_of_a_valid_local_date_and_time_string \"Certain HTML elements use date and/or time values. The formats of the strings that specify these are described in this article.\") in [Date and time formats used in HTML](https://developer.mozilla.org/en-US/docs/Web/HTML/Date_and_time_formats \"Certain HTML elements use date and/or time values. The formats of the strings that specify these are described in this article.\")."
-                    }
-                }
+            "name": "text-decoration-skip-ink",
+            "syntax": "auto | all | none",
+            "relevance": 50,
+            "browsers": [
+                "E79",
+                "FF70",
+                "C64",
+                "O50"
             ],
             "references": [
                 {
                     "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/HTML/Element/del"
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/text-decoration-skip-ink"
                 }
-            ]
+            ],
+            "description": "The text-decoration-skip-ink CSS property specifies how overlines and underlines are drawn when they pass over glyph ascenders and descenders."
         },
         {
-            "name": "picture",
-            "description": {
-                "kind": "markdown",
-                "value": "The picture element is a container which provides multiple sources to its contained img element to allow authors to declaratively control or give hints to the user agent about which image resource to use, based on the screen pixel density, viewport size, image format, and other factors. It represents its children."
-            },
-            "attributes": [],
+            "name": "text-decoration-thickness",
+            "syntax": "auto | from-font | <length> | <percentage> ",
+            "relevance": 50,
+            "browsers": [
+                "FF70",
+                "S12.1"
+            ],
             "references": [
                 {
                     "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/HTML/Element/picture"
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/text-decoration-thickness"
                 }
-            ]
+            ],
+            "description": "The text-decoration-thickness CSS property sets the thickness, or width, of the decoration line that is used on text in an element, such as a line-through, underline, or overline."
         },
         {
-            "name": "img",
-            "description": {
-                "kind": "markdown",
-                "value": "An img element represents an image."
-            },
-            "attributes": [
-                {
-                    "name": "alt",
-                    "description": {
-                        "kind": "markdown",
-                        "value": "This attribute defines an alternative text description of the image.\n\n**Note:** Browsers do not always display the image referenced by the element. This is the case for non-graphical browsers (including those used by people with visual impairments), if the user chooses not to display images, or if the browser cannot display the image because it is invalid or an [unsupported type](#Supported_image_formats). In these cases, the browser may replace the image with the text defined in this element's `alt` attribute. You should, for these reasons and others, provide a useful value for `alt` whenever possible.\n\n**Note:** Omitting this attribute altogether indicates that the image is a key part of the content, and no textual equivalent is available. Setting this attribute to an empty string (`alt=\"\"`) indicates that this image is _not_ a key part of the content (decorative), and that non-visual browsers may omit it from rendering."
-                    }
-                },
-                {
-                    "name": "src",
-                    "description": {
-                        "kind": "markdown",
-                        "value": "The image URL. This attribute is mandatory for the `<img>` element. On browsers supporting `srcset`, `src` is treated like a candidate image with a pixel density descriptor `1x` unless an image with this pixel density descriptor is already defined in `srcset,` or unless `srcset` contains '`w`' descriptors."
-                    }
-                },
-                {
-                    "name": "srcset",
-                    "description": {
-                        "kind": "markdown",
-                        "value": "A list of one or more strings separated by commas indicating a set of possible image sources for the user agent to use. Each string is composed of:\n\n1.  a URL to an image,\n2.  optionally, whitespace followed by one of:\n    *   A width descriptor, or a positive integer directly followed by '`w`'. The width descriptor is divided by the source size given in the `sizes` attribute to calculate the effective pixel density.\n    *   A pixel density descriptor, which is a positive floating point number directly followed by '`x`'.\n\nIf no descriptor is specified, the source is assigned the default descriptor: `1x`.\n\nIt is incorrect to mix width descriptors and pixel density descriptors in the same `srcset` attribute. Duplicate descriptors (for instance, two sources in the same `srcset` which are both described with '`2x`') are also invalid.\n\nThe user agent selects any one of the available sources at its discretion. This provides them with significant leeway to tailor their selection based on things like user preferences or bandwidth conditions. See our [Responsive images](https://developer.mozilla.org/en-US/docs/Learn/HTML/Multimedia_and_embedding/Responsive_images) tutorial for an example."
-                    }
-                },
-                {
-                    "name": "crossorigin",
-                    "valueSet": "xo",
-                    "description": {
-                        "kind": "markdown",
-                        "value": "This enumerated attribute indicates if the fetching of the related image must be done using CORS or not. [CORS-enabled images](https://developer.mozilla.org/en-US/docs/CORS_Enabled_Image) can be reused in the [`<canvas>`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/canvas \"Use the HTML <canvas> element with either the canvas scripting API or the WebGL API to draw graphics and animations.\") element without being \"[tainted](https://developer.mozilla.org/en-US/docs/Web/HTML/CORS_enabled_image#What_is_a_tainted_canvas).\" The allowed values are:"
-                    }
-                },
-                {
-                    "name": "usemap",
-                    "description": {
-                        "kind": "markdown",
-                        "value": "The partial URL (starting with '#') of an [image map](https://developer.mozilla.org/en-US/docs/HTML/Element/map) associated with the element.\n\n**Note:** You cannot use this attribute if the `<img>` element is a descendant of an [`<a>`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a \"The HTML <a> element (or anchor element) creates a hyperlink to other web pages, files, locations within the same page, email addresses, or any other URL.\") or [`<button>`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/button \"The HTML <button> element represents a clickable button, which can be used in forms or anywhere in a document that needs simple, standard button functionality.\") element."
-                    }
-                },
-                {
-                    "name": "ismap",
-                    "valueSet": "v",
-                    "description": {
-                        "kind": "markdown",
-                        "value": "This Boolean attribute indicates that the image is part of a server-side map. If so, the precise coordinates of a click are sent to the server.\n\n**Note:** This attribute is allowed only if the `<img>` element is a descendant of an [`<a>`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a \"The HTML <a> element (or anchor element) creates a hyperlink to other web pages, files, locations within the same page, email addresses, or any other URL.\") element with a valid [`href`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#attr-href) attribute."
-                    }
-                },
-                {
-                    "name": "width",
-                    "description": {
-                        "kind": "markdown",
-                        "value": "The intrinsic width of the image in pixels."
-                    }
-                },
-                {
-                    "name": "height",
-                    "description": {
-                        "kind": "markdown",
-                        "value": "The intrinsic height of the image in pixels."
-                    }
-                },
-                {
-                    "name": "decoding",
-                    "description": "Provides an image decoding hint to the browser. The allowed values are:"
-                },
-                {
-                    "name": "decoding",
-                    "description": "`sync`\n\nDecode the image synchronously for atomic presentation with other content.\n\n`async`\n\nDecode the image asynchronously to reduce delay in presenting other content.\n\n`auto`\n\nDefault mode, which indicates no preference for the decoding mode. The browser decides what is best for the user."
-                },
-                {
-                    "name": "importance",
-                    "description": "Indicates the relative importance of the resource. Priority hints are delegated using the values:"
-                },
-                {
-                    "name": "importance",
-                    "description": "`auto`: Indicates **no preference**. The browser may use its own heuristics to decide the priority of the image.\n\n`high`: Indicates to the browser that the image is of **high** priority.\n\n`low`: Indicates to the browser that the image is of **low** priority."
-                },
-                {
-                    "name": "intrinsicsize",
-                    "description": "This attribute tells the browser to ignore the actual intrinsic size of the image and pretend it’s the size specified in the attribute. Specifically, the image would raster at these dimensions and `naturalWidth`/`naturalHeight` on images would return the values specified in this attribute. [Explainer](https://github.com/ojanvafai/intrinsicsize-attribute), [examples](https://googlechrome.github.io/samples/intrinsic-size/index.html)"
-                },
-                {
-                    "name": "referrerpolicy",
-                    "description": "A string indicating which referrer to use when fetching the resource:\n\n*   `no-referrer:` The [`Referer`](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Referer \"The Referer request header contains the address of the previous web page from which a link to the currently requested page was followed. The Referer header allows servers to identify where people are visiting them from and may use that data for analytics, logging, or optimized caching, for example.\") header will not be sent.\n*   `no-referrer-when-downgrade:` No `Referer` header will be sent when navigating to an origin without TLS (HTTPS). This is a user agent’s default behavior if no policy is otherwise specified.\n*   `origin:` The `Referer` header will include the page of origin's scheme, the host, and the port.\n*   `origin-when-cross-origin:` Navigating to other origins will limit the included referral data to the scheme, the host and the port, while navigating from the same origin will include the referrer's full path.\n*   `unsafe-url:` The `Referer` header will include the origin and the path, but not the fragment, password, or username. This case is unsafe because it can leak origins and paths from TLS-protected resources to insecure origins."
-                },
+            "name": "text-emphasis",
+            "syntax": "<'text-emphasis-style'> || <'text-emphasis-color'>",
+            "relevance": 50,
+            "browsers": [
+                "E79",
+                "FF46",
+                "S6.1",
+                "C25",
+                "O15"
+            ],
+            "references": [
                 {
-                    "name": "sizes",
-                    "description": "A list of one or more strings separated by commas indicating a set of source sizes. Each source size consists of:\n\n1.  a media condition. This must be omitted for the last item.\n2.  a source size value.\n\nSource size values specify the intended display size of the image. User agents use the current source size to select one of the sources supplied by the `srcset` attribute, when those sources are described using width ('`w`') descriptors. The selected source size affects the intrinsic size of the image (the image’s display size if no CSS styling is applied). If the `srcset` attribute is absent, or contains no values with a width (`w`) descriptor, then the `sizes` attribute has no effect."
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/text-emphasis"
                 }
             ],
+            "description": "The text-emphasis CSS property is a shorthand property for setting text-emphasis-style and text-emphasis-color in one declaration. This property will apply the specified emphasis mark to each character of the element's text, except separator characters, like spaces,  and control characters."
+        },
+        {
+            "name": "text-emphasis-color",
+            "syntax": "<color>",
+            "relevance": 50,
+            "browsers": [
+                "E79",
+                "FF46",
+                "S6.1",
+                "C25",
+                "O15"
+            ],
             "references": [
                 {
                     "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/HTML/Element/img"
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/text-emphasis-color"
                 }
-            ]
+            ],
+            "description": "The text-emphasis-color CSS property defines the color used to draw emphasis marks on text being rendered in the HTML document. This value can also be set and reset using the text-emphasis shorthand."
         },
         {
-            "name": "iframe",
-            "description": {
-                "kind": "markdown",
-                "value": "The iframe element represents a nested browsing context."
-            },
-            "attributes": [
-                {
-                    "name": "src",
-                    "description": {
-                        "kind": "markdown",
-                        "value": "The URL of the page to embed. Use a value of `about:blank` to embed an empty page that conforms to the [same-origin policy](https://developer.mozilla.org/en-US/docs/Web/Security/Same-origin_policy#Inherited_origins). Also note that programatically removing an `<iframe>`'s src attribute (e.g. via [`Element.removeAttribute()`](https://developer.mozilla.org/en-US/docs/Web/API/Element/removeAttribute \"The Element method removeAttribute() removes the attribute with the specified name from the element.\")) causes `about:blank` to be loaded in the frame in Firefox (from version 65), Chromium-based browsers, and Safari/iOS."
-                    }
-                },
-                {
-                    "name": "srcdoc",
-                    "description": {
-                        "kind": "markdown",
-                        "value": "Inline HTML to embed, overriding the `src` attribute. If a browser does not support the `srcdoc` attribute, it will fall back to the URL in the `src` attribute."
-                    }
-                },
-                {
-                    "name": "name",
-                    "description": {
-                        "kind": "markdown",
-                        "value": "A targetable name for the embedded browsing context. This can be used in the `target` attribute of the [`<a>`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a \"The HTML <a> element (or anchor element) creates a hyperlink to other web pages, files, locations within the same page, email addresses, or any other URL.\"), [`<form>`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/form \"The HTML <form> element represents a document section that contains interactive controls for submitting information to a web server.\"), or [`<base>`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/base \"The HTML <base> element specifies the base URL to use for all relative URLs contained within a document. There can be only one <base> element in a document.\") elements; the `formtarget` attribute of the [`<input>`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input \"The HTML <input> element is used to create interactive controls for web-based forms in order to accept data from the user; a wide variety of types of input data and control widgets are available, depending on the device and user agent.\") or [`<button>`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/button \"The HTML <button> element represents a clickable button, which can be used in forms or anywhere in a document that needs simple, standard button functionality.\") elements; or the `windowName` parameter in the [`window.open()`](https://developer.mozilla.org/en-US/docs/Web/API/Window/open \"The Window interface's open() method loads the specified resource into the browsing context (window, <iframe> or tab) with the specified name. If the name doesn't exist, then a new window is opened and the specified resource is loaded into its browsing context.\") method."
-                    }
-                },
-                {
-                    "name": "sandbox",
-                    "valueSet": "sb",
-                    "description": {
-                        "kind": "markdown",
-                        "value": "Applies extra restrictions to the content in the frame. The value of the attribute can either be empty to apply all restrictions, or space-separated tokens to lift particular restrictions:\n\n*   `allow-forms`: Allows the resource to submit forms. If this keyword is not used, form submission is blocked.\n*   `allow-modals`: Lets the resource [open modal windows](https://html.spec.whatwg.org/multipage/origin.html#sandboxed-modals-flag).\n*   `allow-orientation-lock`: Lets the resource [lock the screen orientation](https://developer.mozilla.org/en-US/docs/Web/API/Screen/lockOrientation).\n*   `allow-pointer-lock`: Lets the resource use the [Pointer Lock API](https://developer.mozilla.org/en-US/docs/WebAPI/Pointer_Lock).\n*   `allow-popups`: Allows popups (such as `window.open()`, `target=\"_blank\"`, or `showModalDialog()`). If this keyword is not used, the popup will silently fail to open.\n*   `allow-popups-to-escape-sandbox`: Lets the sandboxed document open new windows without those windows inheriting the sandboxing. For example, this can safely sandbox an advertisement without forcing the same restrictions upon the page the ad links to.\n*   `allow-presentation`: Lets the resource start a [presentation session](https://developer.mozilla.org/en-US/docs/Web/API/PresentationRequest).\n*   `allow-same-origin`: If this token is not used, the resource is treated as being from a special origin that always fails the [same-origin policy](https://developer.mozilla.org/en-US/docs/Glossary/same-origin_policy \"same-origin policy: The same-origin policy is a critical security mechanism that restricts how a document or script loaded from one origin can interact with a resource from another origin.\").\n*   `allow-scripts`: Lets the resource run scripts (but not create popup windows).\n*   `allow-storage-access-by-user-activation` : Lets the resource request access to the parent's storage capabilities with the [Storage Access API](https://developer.mozilla.org/en-US/docs/Web/API/Storage_Access_API).\n*   `allow-top-navigation`: Lets the resource navigate the top-level browsing context (the one named `_top`).\n*   `allow-top-navigation-by-user-activation`: Lets the resource navigate the top-level browsing context, but only if initiated by a user gesture.\n\n**Notes about sandboxing:**\n\n*   When the embedded document has the same origin as the embedding page, it is **strongly discouraged** to use both `allow-scripts` and `allow-same-origin`, as that lets the embedded document remove the `sandbox` attribute — making it no more secure than not using the `sandbox` attribute at all.\n*   Sandboxing is useless if the attacker can display content outside a sandboxed `iframe` — such as if the viewer opens the frame in a new tab. Such content should be also served from a _separate origin_ to limit potential damage.\n*   The `sandbox` attribute is unsupported in Internet Explorer 9 and earlier."
-                    }
-                },
-                {
-                    "name": "seamless",
-                    "valueSet": "v"
-                },
-                {
-                    "name": "allowfullscreen",
-                    "valueSet": "v",
-                    "description": {
-                        "kind": "markdown",
-                        "value": "Set to `true` if the `<iframe>` can activate fullscreen mode by calling the [`requestFullscreen()`](https://developer.mozilla.org/en-US/docs/Web/API/Element/requestFullscreen \"The Element.requestFullscreen() method issues an asynchronous request to make the element be displayed in full-screen mode.\") method."
-                    }
-                },
-                {
-                    "name": "width",
-                    "description": {
-                        "kind": "markdown",
-                        "value": "The width of the frame in CSS pixels. Default is `300`."
-                    }
-                },
-                {
-                    "name": "height",
-                    "description": {
-                        "kind": "markdown",
-                        "value": "The height of the frame in CSS pixels. Default is `150`."
-                    }
-                },
-                {
-                    "name": "allow",
-                    "description": "Specifies a [feature policy](https://developer.mozilla.org/en-US/docs/Web/HTTP/Feature_Policy) for the `<iframe>`."
-                },
-                {
-                    "name": "allowpaymentrequest",
-                    "description": "Set to `true` if a cross-origin `<iframe>` should be allowed to invoke the [Payment Request API](https://developer.mozilla.org/en-US/docs/Web/API/Payment_Request_API)."
-                },
-                {
-                    "name": "allowpaymentrequest",
-                    "description": "This attribute is considered a legacy attribute and redefined as `allow=\"payment\"`."
-                },
-                {
-                    "name": "csp",
-                    "description": "A [Content Security Policy](https://developer.mozilla.org/en-US/docs/Web/HTTP/CSP) enforced for the embedded resource. See [`HTMLIFrameElement.csp`](https://developer.mozilla.org/en-US/docs/Web/API/HTMLIFrameElement/csp \"The csp property of the HTMLIFrameElement interface specifies the Content Security Policy that an embedded document must agree to enforce upon itself.\") for details."
-                },
-                {
-                    "name": "importance",
-                    "description": "The download priority of the resource in the `<iframe>`'s `src` attribute. Allowed values:\n\n`auto` (default)\n\nNo preference. The browser uses its own heuristics to decide the priority of the resource.\n\n`high`\n\nThe resource should be downloaded before other lower-priority page resources.\n\n`low`\n\nThe resource should be downloaded after other higher-priority page resources."
-                },
-                {
-                    "name": "referrerpolicy",
-                    "description": "Indicates which [referrer](https://developer.mozilla.org/en-US/docs/Web/API/Document/referrer) to send when fetching the frame's resource:\n\n*   `no-referrer`: The [`Referer`](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Referer \"The Referer request header contains the address of the previous web page from which a link to the currently requested page was followed. The Referer header allows servers to identify where people are visiting them from and may use that data for analytics, logging, or optimized caching, for example.\") header will not be sent.\n*   `no-referrer-when-downgrade` (default): The [`Referer`](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Referer \"The Referer request header contains the address of the previous web page from which a link to the currently requested page was followed. The Referer header allows servers to identify where people are visiting them from and may use that data for analytics, logging, or optimized caching, for example.\") header will not be sent to [origin](https://developer.mozilla.org/en-US/docs/Glossary/origin \"origin: Web content's origin is defined by the scheme (protocol), host (domain), and port of the URL used to access it. Two objects have the same origin only when the scheme, host, and port all match.\")s without [TLS](https://developer.mozilla.org/en-US/docs/Glossary/TLS \"TLS: Transport Layer Security (TLS), previously known as Secure Sockets Layer (SSL), is a protocol used by applications to communicate securely across a network, preventing tampering with and eavesdropping on email, web browsing, messaging, and other protocols.\") ([HTTPS](https://developer.mozilla.org/en-US/docs/Glossary/HTTPS \"HTTPS: HTTPS (HTTP Secure) is an encrypted version of the HTTP protocol. It usually uses SSL or TLS to encrypt all communication between a client and a server. This secure connection allows clients to safely exchange sensitive data with a server, for example for banking activities or online shopping.\")).\n*   `origin`: The sent referrer will be limited to the origin of the referring page: its [scheme](https://developer.mozilla.org/en-US/docs/Archive/Mozilla/URIScheme), [host](https://developer.mozilla.org/en-US/docs/Glossary/host \"host: A host is a device connected to the Internet (or a local network). Some hosts called servers offer additional services like serving webpages or storing files and emails.\"), and [port](https://developer.mozilla.org/en-US/docs/Glossary/port \"port: For a computer connected to a network with an IP address, a port is a communication endpoint. Ports are designated by numbers, and below 1024 each port is associated by default with a specific protocol.\").\n*   `origin-when-cross-origin`: The referrer sent to other origins will be limited to the scheme, the host, and the port. Navigations on the same origin will still include the path.\n*   `same-origin`: A referrer will be sent for [same origin](https://developer.mozilla.org/en-US/docs/Glossary/Same-origin_policy \"same origin: The same-origin policy is a critical security mechanism that restricts how a document or script loaded from one origin can interact with a resource from another origin.\"), but cross-origin requests will contain no referrer information.\n*   `strict-origin`: Only send the origin of the document as the referrer when the protocol security level stays the same (HTTPS→HTTPS), but don't send it to a less secure destination (HTTPS→HTTP).\n*   `strict-origin-when-cross-origin`: Send a full URL when performing a same-origin request, only send the origin when the protocol security level stays the same (HTTPS→HTTPS), and send no header to a less secure destination (HTTPS→HTTP).\n*   `unsafe-url`: The referrer will include the origin _and_ the path (but not the [fragment](https://developer.mozilla.org/en-US/docs/Web/API/HTMLHyperlinkElementUtils/hash), [password](https://developer.mozilla.org/en-US/docs/Web/API/HTMLHyperlinkElementUtils/password), or [username](https://developer.mozilla.org/en-US/docs/Web/API/HTMLHyperlinkElementUtils/username)). **This value is unsafe**, because it leaks origins and paths from TLS-protected resources to insecure origins."
+            "name": "text-emphasis-position",
+            "syntax": "[ over | under ] && [ right | left ]",
+            "relevance": 50,
+            "browsers": [
+                "E79",
+                "FF46",
+                "S6.1",
+                "C25",
+                "O15"
+            ],
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/text-emphasis-position"
                 }
             ],
+            "description": "The text-emphasis-position CSS property describes where emphasis marks are drawn at. The effect of emphasis marks on the line height is the same as for ruby text: if there isn't enough place, the line height is increased."
+        },
+        {
+            "name": "text-emphasis-style",
+            "syntax": "none | [ [ filled | open ] || [ dot | circle | double-circle | triangle | sesame ] ] | <string>",
+            "relevance": 50,
+            "browsers": [
+                "E79",
+                "FF46",
+                "S6.1",
+                "C25",
+                "O15"
+            ],
             "references": [
                 {
                     "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/HTML/Element/iframe"
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/text-emphasis-style"
                 }
-            ]
+            ],
+            "description": "The text-emphasis-style CSS property defines the type of emphasis used. It can also be set, and reset, using the text-emphasis shorthand."
         },
         {
-            "name": "embed",
-            "description": {
-                "kind": "markdown",
-                "value": "The embed element provides an integration point for an external (typically non-HTML) application or interactive content."
-            },
-            "attributes": [
-                {
-                    "name": "src",
-                    "description": {
-                        "kind": "markdown",
-                        "value": "The URL of the resource being embedded."
-                    }
-                },
-                {
-                    "name": "type",
-                    "description": {
-                        "kind": "markdown",
-                        "value": "The MIME type to use to select the plug-in to instantiate."
-                    }
-                },
-                {
-                    "name": "width",
-                    "description": {
-                        "kind": "markdown",
-                        "value": "The displayed width of the resource, in [CSS pixels](https://drafts.csswg.org/css-values/#px). This must be an absolute value; percentages are _not_ allowed."
-                    }
-                },
+            "name": "text-size-adjust",
+            "status": "experimental",
+            "syntax": "none | auto | <percentage>",
+            "relevance": 56,
+            "browsers": [
+                "E79",
+                "C54",
+                "O41"
+            ],
+            "references": [
                 {
-                    "name": "height",
-                    "description": {
-                        "kind": "markdown",
-                        "value": "The displayed height of the resource, in [CSS pixels](https://drafts.csswg.org/css-values/#px). This must be an absolute value; percentages are _not_ allowed."
-                    }
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/text-size-adjust"
                 }
             ],
+            "description": "The text-size-adjust CSS property controls the text inflation algorithm used on some smartphones and tablets. Other browsers will ignore this property."
+        },
+        {
+            "name": "text-underline-offset",
+            "syntax": "auto | <length> | <percentage> ",
+            "relevance": 50,
+            "browsers": [
+                "FF70",
+                "S12.1"
+            ],
             "references": [
                 {
                     "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/HTML/Element/embed"
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/text-underline-offset"
                 }
-            ]
+            ],
+            "description": "The text-underline-offset CSS property sets the offset distance of an underline text decoration line (applied using text-decoration) from its original position."
         },
         {
-            "name": "object",
-            "description": {
-                "kind": "markdown",
-                "value": "The object element can represent an external resource, which, depending on the type of the resource, will either be treated as an image, as a nested browsing context, or as an external resource to be processed by a plugin."
-            },
-            "attributes": [
-                {
-                    "name": "data",
-                    "description": {
-                        "kind": "markdown",
-                        "value": "The address of the resource as a valid URL. At least one of **data** and **type** must be defined."
-                    }
-                },
-                {
-                    "name": "type",
-                    "description": {
-                        "kind": "markdown",
-                        "value": "The [content type](https://developer.mozilla.org/en-US/docs/Glossary/Content_type) of the resource specified by **data**. At least one of **data** and **type** must be defined."
-                    }
-                },
-                {
-                    "name": "typemustmatch",
-                    "valueSet": "v",
-                    "description": {
-                        "kind": "markdown",
-                        "value": "This Boolean attribute indicates if the **type** attribute and the actual [content type](https://developer.mozilla.org/en-US/docs/Glossary/Content_type) of the resource must match to be used."
-                    }
-                },
-                {
-                    "name": "name",
-                    "description": {
-                        "kind": "markdown",
-                        "value": "The name of valid browsing context (HTML5), or the name of the control (HTML 4)."
-                    }
-                },
-                {
-                    "name": "usemap",
-                    "description": {
-                        "kind": "markdown",
-                        "value": "A hash-name reference to a [`<map>`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/map \"The HTML <map> element is used with <area> elements to define an image map (a clickable link area).\") element; that is a '#' followed by the value of a [`name`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/map#attr-name) of a map element."
-                    }
-                },
-                {
-                    "name": "form",
-                    "description": {
-                        "kind": "markdown",
-                        "value": "The form element, if any, that the object element is associated with (its _form owner_). The value of the attribute must be an ID of a [`<form>`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/form \"The HTML <form> element represents a document section that contains interactive controls for submitting information to a web server.\") element in the same document."
-                    }
-                },
-                {
-                    "name": "width",
-                    "description": {
-                        "kind": "markdown",
-                        "value": "The width of the display resource, in [CSS pixels](https://drafts.csswg.org/css-values/#px). -- (Absolute values only. [NO percentages](https://html.spec.whatwg.org/multipage/embedded-content.html#dimension-attributes))"
-                    }
-                },
-                {
-                    "name": "height",
-                    "description": {
-                        "kind": "markdown",
-                        "value": "The height of the displayed resource, in [CSS pixels](https://drafts.csswg.org/css-values/#px). -- (Absolute values only. [NO percentages](https://html.spec.whatwg.org/multipage/embedded-content.html#dimension-attributes))"
-                    }
-                },
-                {
-                    "name": "archive",
-                    "description": "A space-separated list of URIs for archives of resources for the object."
-                },
-                {
-                    "name": "border",
-                    "description": "The width of a border around the control, in pixels."
-                },
-                {
-                    "name": "classid",
-                    "description": "The URI of the object's implementation. It can be used together with, or in place of, the **data** attribute."
-                },
-                {
-                    "name": "codebase",
-                    "description": "The base path used to resolve relative URIs specified by **classid**, **data**, or **archive**. If not specified, the default is the base URI of the current document."
-                },
-                {
-                    "name": "codetype",
-                    "description": "The content type of the data specified by **classid**."
-                },
-                {
-                    "name": "declare",
-                    "description": "The presence of this Boolean attribute makes this element a declaration only. The object must be instantiated by a subsequent `<object>` element. In HTML5, repeat the <object> element completely each that that the resource is reused."
-                },
-                {
-                    "name": "standby",
-                    "description": "A message that the browser can show while loading the object's implementation and data."
-                },
+            "name": "transform-box",
+            "syntax": "content-box | border-box | fill-box | stroke-box | view-box",
+            "relevance": 50,
+            "browsers": [
+                "E79",
+                "FF55",
+                "S11",
+                "C64",
+                "O51"
+            ],
+            "references": [
                 {
-                    "name": "tabindex",
-                    "description": "The position of the element in the tabbing navigation order for the current document."
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/transform-box"
                 }
             ],
+            "description": "The transform-box CSS property defines the layout box to which the transform and transform-origin properties relate."
+        },
+        {
+            "name": "translate",
+            "syntax": "none | <length-percentage> [ <length-percentage> <length>? ]?",
+            "relevance": 50,
+            "browsers": [
+                "FF72"
+            ],
             "references": [
                 {
                     "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/HTML/Element/object"
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/translate"
                 }
-            ]
+            ],
+            "description": "The translate CSS property allows you to specify translation transforms individually and independently of the transform property. This maps better to typical user interface usage, and saves having to remember the exact order of transform functions to specify in the transform value."
         },
         {
-            "name": "param",
-            "description": {
-                "kind": "markdown",
-                "value": "The param element defines parameters for plugins invoked by object elements. It does not represent anything on its own."
-            },
-            "attributes": [
-                {
-                    "name": "name",
-                    "description": {
-                        "kind": "markdown",
-                        "value": "Name of the parameter."
-                    }
-                },
-                {
-                    "name": "value",
-                    "description": {
-                        "kind": "markdown",
-                        "value": "Specifies the value of the parameter."
-                    }
-                },
-                {
-                    "name": "type",
-                    "description": "Only used if the `valuetype` is set to \"ref\". Specifies the MIME type of values found at the URI specified by value."
-                },
+            "name": "speak-as",
+            "syntax": "auto | bullets | numbers | words | spell-out | <counter-style-name>",
+            "relevance": 50,
+            "description": "The speak-as descriptor specifies how a counter symbol constructed with a given @counter-style will be represented in the spoken form. For example, an author can specify a counter symbol to be either spoken as its numerical value or just represented with an audio cue."
+        },
+        {
+            "name": "font-display",
+            "status": "experimental",
+            "syntax": "[ auto | block | swap | fallback | optional ]",
+            "relevance": 54,
+            "description": "The font-display descriptor determines how a font face is displayed based on whether and when it is downloaded and ready to use."
+        },
+        {
+            "name": "bleed",
+            "syntax": "auto | <length>",
+            "relevance": 50,
+            "description": "The bleed CSS at-rule descriptor, used with the @page at-rule, specifies the extent of the page bleed area outside the page box. This property only has effect if crop marks are enabled using the marks property."
+        },
+        {
+            "name": "marks",
+            "syntax": "none | [ crop || cross ]",
+            "relevance": 50,
+            "description": "The marks CSS at-rule descriptor, used with the @page at-rule, adds crop and/or cross marks to the presentation of the document. Crop marks indicate where the page should be cut. Cross marks are used to align sheets."
+        },
+        {
+            "name": "max-zoom",
+            "syntax": "auto | <number> | <percentage>",
+            "relevance": 50,
+            "description": "The max-zoom CSS descriptor sets the maximum zoom factor of a document defined by the @viewport at-rule. The browser will not zoom in any further than this, whether automatically or at the user's request.\n\nA zoom factor of 1.0 or 100% corresponds to no zooming. Larger values are zoomed in. Smaller values are zoomed out."
+        },
+        {
+            "name": "min-zoom",
+            "syntax": "auto | <number> | <percentage>",
+            "relevance": 50,
+            "description": "The min-zoom CSS descriptor sets the minimum zoom factor of a document defined by the @viewport at-rule. The browser will not zoom out any further than this, whether automatically or at the user's request.\n\nA zoom factor of 1.0 or 100% corresponds to no zooming. Larger values are zoomed in. Smaller values are zoomed out."
+        },
+        {
+            "name": "orientation",
+            "syntax": "auto | portrait | landscape",
+            "relevance": 50,
+            "description": "The orientation CSS @media media feature can be used to apply styles based on the orientation of the viewport (or the page box, for paged media)."
+        },
+        {
+            "name": "user-zoom",
+            "syntax": "zoom | fixed",
+            "relevance": 50,
+            "description": "The user-zoom CSS descriptor controls whether or not the user can change the zoom factor of a document defined by @viewport."
+        },
+        {
+            "name": "viewport-fit",
+            "syntax": "auto | contain | cover",
+            "relevance": 50,
+            "description": "The border-block-style CSS property defines the style of the logical block borders of an element, which maps to a physical border style depending on the element's writing mode, directionality, and text orientation."
+        }
+    ],
+    "atDirectives": [
+        {
+            "name": "@charset",
+            "references": [
                 {
-                    "name": "valuetype",
-                    "description": "Specifies the type of the `value` attribute. Possible values are:\n\n*   data: Default value. The value is passed to the object's implementation as a string.\n*   ref: The value is a URI to a resource where run-time values are stored.\n*   object: An ID of another [`<object>`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/object \"The HTML <object> element represents an external resource, which can be treated as an image, a nested browsing context, or a resource to be handled by a plugin.\") in the same document."
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/@charset"
                 }
             ],
+            "description": "Defines character set of the document."
+        },
+        {
+            "name": "@counter-style",
+            "browsers": [
+                "FF33"
+            ],
             "references": [
                 {
                     "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/HTML/Element/param"
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/@counter-style"
                 }
-            ]
+            ],
+            "description": "Defines a custom counter style."
         },
         {
-            "name": "video",
-            "description": {
-                "kind": "markdown",
-                "value": "A video element is used for playing videos or movies, and audio files with captions."
-            },
-            "attributes": [
-                {
-                    "name": "src"
-                },
-                {
-                    "name": "crossorigin",
-                    "valueSet": "xo"
-                },
-                {
-                    "name": "poster"
-                },
-                {
-                    "name": "preload",
-                    "valueSet": "pl"
-                },
-                {
-                    "name": "autoplay",
-                    "valueSet": "v",
-                    "description": {
-                        "kind": "markdown",
-                        "value": "A Boolean attribute; if specified, the video automatically begins to play back as soon as it can do so without stopping to finish loading the data."
-                    }
-                },
-                {
-                    "name": "mediagroup"
-                },
-                {
-                    "name": "loop",
-                    "valueSet": "v"
-                },
-                {
-                    "name": "muted",
-                    "valueSet": "v"
-                },
-                {
-                    "name": "controls",
-                    "valueSet": "v"
-                },
-                {
-                    "name": "width"
-                },
+            "name": "@font-face",
+            "references": [
                 {
-                    "name": "height"
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/@font-face"
                 }
             ],
+            "description": "Allows for linking to fonts that are automatically activated when needed. This permits authors to work around the limitation of 'web-safe' fonts, allowing for consistent rendering independent of the fonts available in a given user's environment."
+        },
+        {
+            "name": "@font-feature-values",
+            "browsers": [
+                "FF34",
+                "S9.1"
+            ],
             "references": [
                 {
                     "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/HTML/Element/video"
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/@font-feature-values"
                 }
-            ]
+            ],
+            "description": "Defines named values for the indices used to select alternate glyphs for a given font family."
         },
         {
-            "name": "audio",
-            "description": {
-                "kind": "markdown",
-                "value": "An audio element represents a sound or audio stream."
-            },
-            "attributes": [
-                {
-                    "name": "src",
-                    "description": {
-                        "kind": "markdown",
-                        "value": "The URL of the audio to embed. This is subject to [HTTP access controls](https://developer.mozilla.org/en-US/docs/HTTP_access_control). This is optional; you may instead use the [`<source>`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/source \"The HTML <source> element specifies multiple media resources for the <picture>, the <audio> element, or the <video> element.\") element within the audio block to specify the audio to embed."
-                    }
-                },
-                {
-                    "name": "crossorigin",
-                    "valueSet": "xo",
-                    "description": {
-                        "kind": "markdown",
-                        "value": "This enumerated attribute indicates whether to use CORS to fetch the related image. [CORS-enabled resources](https://developer.mozilla.org/en-US/docs/CORS_Enabled_Image) can be reused in the [`<canvas>`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/canvas \"Use the HTML <canvas> element with either the canvas scripting API or the WebGL API to draw graphics and animations.\") element without being _tainted_. The allowed values are:\n\nanonymous\n\nSends a cross-origin request without a credential. In other words, it sends the `Origin:` HTTP header without a cookie, X.509 certificate, or performing HTTP Basic authentication. If the server does not give credentials to the origin site (by not setting the `Access-Control-Allow-Origin:` HTTP header), the image will be _tainted_, and its usage restricted.\n\nuse-credentials\n\nSends a cross-origin request with a credential. In other words, it sends the `Origin:` HTTP header with a cookie, a certificate, or performing HTTP Basic authentication. If the server does not give credentials to the origin site (through `Access-Control-Allow-Credentials:` HTTP header), the image will be _tainted_ and its usage restricted.\n\nWhen not present, the resource is fetched without a CORS request (i.e. without sending the `Origin:` HTTP header), preventing its non-tainted used in [`<canvas>`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/canvas \"Use the HTML <canvas> element with either the canvas scripting API or the WebGL API to draw graphics and animations.\") elements. If invalid, it is handled as if the enumerated keyword **anonymous** was used. See [CORS settings attributes](https://developer.mozilla.org/en-US/docs/HTML/CORS_settings_attributes) for additional information."
-                    }
-                },
+            "name": "@import",
+            "references": [
                 {
-                    "name": "preload",
-                    "valueSet": "pl",
-                    "description": {
-                        "kind": "markdown",
-                        "value": "This enumerated attribute is intended to provide a hint to the browser about what the author thinks will lead to the best user experience. It may have one of the following values:\n\n*   `none`: Indicates that the audio should not be preloaded.\n*   `metadata`: Indicates that only audio metadata (e.g. length) is fetched.\n*   `auto`: Indicates that the whole audio file can be downloaded, even if the user is not expected to use it.\n*   _empty string_: A synonym of the `auto` value.\n\nIf not set, `preload`'s default value is browser-defined (i.e. each browser may have its own default value). The spec advises it to be set to `metadata`.\n\n**Usage notes:**\n\n*   The `autoplay` attribute has precedence over `preload`. If `autoplay` is specified, the browser would obviously need to start downloading the audio for playback.\n*   The browser is not forced by the specification to follow the value of this attribute; it is a mere hint."
-                    }
-                },
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/@import"
+                }
+            ],
+            "description": "Includes content of another file."
+        },
+        {
+            "name": "@keyframes",
+            "references": [
                 {
-                    "name": "autoplay",
-                    "valueSet": "v",
-                    "description": {
-                        "kind": "markdown",
-                        "value": "A Boolean attribute: if specified, the audio will automatically begin playback as soon as it can do so, without waiting for the entire audio file to finish downloading.\n\n**Note**: Sites that automatically play audio (or videos with an audio track) can be an unpleasant experience for users, so should be avoided when possible. If you must offer autoplay functionality, you should make it opt-in (requiring a user to specifically enable it). However, this can be useful when creating media elements whose source will be set at a later time, under user control."
-                    }
-                },
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/@keyframes"
+                }
+            ],
+            "description": "Defines set of animation key frames."
+        },
+        {
+            "name": "@media",
+            "references": [
                 {
-                    "name": "mediagroup"
-                },
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/@media"
+                }
+            ],
+            "description": "Defines a stylesheet for a particular media type."
+        },
+        {
+            "name": "@-moz-document",
+            "browsers": [
+                "FF1.8"
+            ],
+            "description": "Gecko-specific at-rule that restricts the style rules contained within it based on the URL of the document."
+        },
+        {
+            "name": "@-moz-keyframes",
+            "browsers": [
+                "FF5"
+            ],
+            "description": "Defines set of animation key frames."
+        },
+        {
+            "name": "@-ms-viewport",
+            "browsers": [
+                "E",
+                "IE10"
+            ],
+            "description": "Specifies the size, zoom factor, and orientation of the viewport."
+        },
+        {
+            "name": "@namespace",
+            "references": [
                 {
-                    "name": "loop",
-                    "valueSet": "v",
-                    "description": {
-                        "kind": "markdown",
-                        "value": "A Boolean attribute: if specified, the audio player will automatically seek back to the start upon reaching the end of the audio."
-                    }
-                },
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/@namespace"
+                }
+            ],
+            "description": "Declares a prefix and associates it with a namespace name."
+        },
+        {
+            "name": "@-o-keyframes",
+            "browsers": [
+                "O12"
+            ],
+            "description": "Defines set of animation key frames."
+        },
+        {
+            "name": "@-o-viewport",
+            "browsers": [
+                "O11"
+            ],
+            "description": "Specifies the size, zoom factor, and orientation of the viewport."
+        },
+        {
+            "name": "@page",
+            "browsers": [
+                "E12",
+                "FF19",
+                "C2",
+                "IE8",
+                "O6"
+            ],
+            "references": [
                 {
-                    "name": "muted",
-                    "valueSet": "v",
-                    "description": {
-                        "kind": "markdown",
-                        "value": "A Boolean attribute that indicates whether the audio will be initially silenced. Its default value is `false`."
-                    }
-                },
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/@page"
+                }
+            ],
+            "description": "Directive defines various page parameters."
+        },
+        {
+            "name": "@supports",
+            "browsers": [
+                "E12",
+                "FF22",
+                "S9",
+                "C28",
+                "O12.1"
+            ],
+            "references": [
                 {
-                    "name": "controls",
-                    "valueSet": "v",
-                    "description": {
-                        "kind": "markdown",
-                        "value": "If this attribute is present, the browser will offer controls to allow the user to control audio playback, including volume, seeking, and pause/resume playback."
-                    }
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/@supports"
+                }
+            ],
+            "description": "A conditional group rule whose condition tests whether the user agent supports CSS property:value pairs."
+        },
+        {
+            "name": "@-webkit-keyframes",
+            "browsers": [
+                "C",
+                "S4"
+            ],
+            "description": "Defines set of animation key frames."
+        }
+    ],
+    "pseudoClasses": [
+        {
+            "name": ":active",
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/:active"
                 }
             ],
+            "description": "Applies while an element is being activated by the user. For example, between the times the user presses the mouse button and releases it."
+        },
+        {
+            "name": ":any-link",
+            "browsers": [
+                "E79",
+                "FF50",
+                "S9",
+                "C65",
+                "O52"
+            ],
             "references": [
                 {
                     "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/HTML/Element/audio"
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/:any-link"
                 }
-            ]
+            ],
+            "description": "Represents an element that acts as the source anchor of a hyperlink. Applies to both visited and unvisited links."
         },
         {
-            "name": "source",
-            "description": {
-                "kind": "markdown",
-                "value": "The source element allows authors to specify multiple alternative media resources for media elements. It does not represent anything on its own."
-            },
-            "attributes": [
-                {
-                    "name": "src",
-                    "description": {
-                        "kind": "markdown",
-                        "value": "Required for [`<audio>`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/audio \"The HTML <audio> element is used to embed sound content in documents. It may contain one or more audio sources, represented using the src attribute or the <source> element: the browser will choose the most suitable one. It can also be the destination for streamed media, using a MediaStream.\") and [`<video>`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/video \"The HTML Video element (<video>) embeds a media player which supports video playback into the document.\"), address of the media resource. The value of this attribute is ignored when the `<source>` element is placed inside a [`<picture>`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/picture \"The HTML <picture> element contains zero or more <source> elements and one <img> element to provide versions of an image for different display/device scenarios.\") element."
-                    }
-                },
-                {
-                    "name": "type",
-                    "description": {
-                        "kind": "markdown",
-                        "value": "The MIME-type of the resource, optionally with a `codecs` parameter. See [RFC 4281](https://tools.ietf.org/html/rfc4281) for information about how to specify codecs."
-                    }
-                },
-                {
-                    "name": "sizes",
-                    "description": "Is a list of source sizes that describes the final rendered width of the image represented by the source. Each source size consists of a comma-separated list of media condition-length pairs. This information is used by the browser to determine, before laying the page out, which image defined in [`srcset`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/source#attr-srcset) to use.  \nThe `sizes` attribute has an effect only when the [`<source>`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/source \"The HTML <source> element specifies multiple media resources for the <picture>, the <audio> element, or the <video> element.\") element is the direct child of a [`<picture>`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/picture \"The HTML <picture> element contains zero or more <source> elements and one <img> element to provide versions of an image for different display/device scenarios.\") element."
-                },
-                {
-                    "name": "srcset",
-                    "description": "A list of one or more strings separated by commas indicating a set of possible images represented by the source for the browser to use. Each string is composed of:\n\n1.  one URL to an image,\n2.  a width descriptor, that is a positive integer directly followed by `'w'`. The default value, if missing, is the infinity.\n3.  a pixel density descriptor, that is a positive floating number directly followed by `'x'`. The default value, if missing, is `1x`.\n\nEach string in the list must have at least a width descriptor or a pixel density descriptor to be valid. Among the list, there must be only one string containing the same tuple of width descriptor and pixel density descriptor.  \nThe browser chooses the most adequate image to display at a given point of time.  \nThe `srcset` attribute has an effect only when the [`<source>`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/source \"The HTML <source> element specifies multiple media resources for the <picture>, the <audio> element, or the <video> element.\") element is the direct child of a [`<picture>`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/picture \"The HTML <picture> element contains zero or more <source> elements and one <img> element to provide versions of an image for different display/device scenarios.\") element."
-                },
+            "name": ":checked",
+            "references": [
                 {
-                    "name": "media",
-                    "description": "[Media query](https://developer.mozilla.org/en-US/docs/CSS/Media_queries) of the resource's intended media; this should be used only in a [`<picture>`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/picture \"The HTML <picture> element contains zero or more <source> elements and one <img> element to provide versions of an image for different display/device scenarios.\") element."
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/:checked"
                 }
             ],
+            "description": "Radio and checkbox elements can be toggled by the user. Some menu items are 'checked' when the user selects them. When such elements are toggled 'on' the :checked pseudo-class applies."
+        },
+        {
+            "name": ":corner-present",
+            "browsers": [
+                "C",
+                "S5"
+            ],
+            "description": "Non-standard. Indicates whether or not a scrollbar corner is present."
+        },
+        {
+            "name": ":decrement",
+            "browsers": [
+                "C",
+                "S5"
+            ],
+            "description": "Non-standard. Applies to buttons and track pieces. Indicates whether or not the button or track piece will decrement the view’s position when used."
+        },
+        {
+            "name": ":default",
+            "browsers": [
+                "E79",
+                "FF4",
+                "S5",
+                "C10",
+                "O10"
+            ],
             "references": [
                 {
                     "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/HTML/Element/source"
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/:default"
                 }
-            ]
+            ],
+            "description": "Applies to the one or more UI elements that are the default among a set of similar elements. Typically applies to context menu items, buttons, and select lists/menus."
         },
         {
-            "name": "track",
-            "description": {
-                "kind": "markdown",
-                "value": "The track element allows authors to specify explicit external timed text tracks for media elements. It does not represent anything on its own."
-            },
-            "attributes": [
-                {
-                    "name": "default",
-                    "valueSet": "v",
-                    "description": {
-                        "kind": "markdown",
-                        "value": "This attribute indicates that the track should be enabled unless the user's preferences indicate that another track is more appropriate. This may only be used on one `track` element per media element."
-                    }
-                },
-                {
-                    "name": "kind",
-                    "valueSet": "tk",
-                    "description": {
-                        "kind": "markdown",
-                        "value": "How the text track is meant to be used. If omitted the default kind is `subtitles`. If the attribute is not present, it will use the `subtitles`. If the attribute contains an invalid value, it will use `metadata`. (Versions of Chrome earlier than 52 treated an invalid value as `subtitles`.) The following keywords are allowed:\n\n*   `subtitles`\n    *   Subtitles provide translation of content that cannot be understood by the viewer. For example dialogue or text that is not English in an English language film.\n    *   Subtitles may contain additional content, usually extra background information. For example the text at the beginning of the Star Wars films, or the date, time, and location of a scene.\n*   `captions`\n    *   Closed captions provide a transcription and possibly a translation of audio.\n    *   It may include important non-verbal information such as music cues or sound effects. It may indicate the cue's source (e.g. music, text, character).\n    *   Suitable for users who are deaf or when the sound is muted.\n*   `descriptions`\n    *   Textual description of the video content.\n    *   Suitable for users who are blind or where the video cannot be seen.\n*   `chapters`\n    *   Chapter titles are intended to be used when the user is navigating the media resource.\n*   `metadata`\n    *   Tracks used by scripts. Not visible to the user."
-                    }
-                },
-                {
-                    "name": "label",
-                    "description": {
-                        "kind": "markdown",
-                        "value": "A user-readable title of the text track which is used by the browser when listing available text tracks."
-                    }
-                },
-                {
-                    "name": "src",
-                    "description": {
-                        "kind": "markdown",
-                        "value": "Address of the track (`.vtt` file). Must be a valid URL. This attribute must be specified and its URL value must have the same origin as the document — unless the [`<audio>`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/audio \"The HTML <audio> element is used to embed sound content in documents. It may contain one or more audio sources, represented using the src attribute or the <source> element: the browser will choose the most suitable one. It can also be the destination for streamed media, using a MediaStream.\") or [`<video>`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/video \"The HTML Video element (<video>) embeds a media player which supports video playback into the document.\") parent element of the `track` element has a [`crossorigin`](https://developer.mozilla.org/en-US/docs/Web/HTML/CORS_settings_attributes) attribute."
-                    }
-                },
+            "name": ":disabled",
+            "references": [
                 {
-                    "name": "srclang",
-                    "description": {
-                        "kind": "markdown",
-                        "value": "Language of the track text data. It must be a valid [BCP 47](https://r12a.github.io/app-subtags/) language tag. If the `kind` attribute is set to `subtitles,` then `srclang` must be defined."
-                    }
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/:disabled"
                 }
             ],
+            "description": "Represents user interface elements that are in a disabled state; such elements have a corresponding enabled state."
+        },
+        {
+            "name": ":double-button",
+            "browsers": [
+                "C",
+                "S5"
+            ],
+            "description": "Non-standard. Applies to buttons and track pieces. Applies when both buttons are displayed together at the same end of the scrollbar."
+        },
+        {
+            "name": ":empty",
             "references": [
                 {
                     "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/HTML/Element/track"
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/:empty"
                 }
-            ]
+            ],
+            "description": "Represents an element that has no children at all."
         },
         {
-            "name": "map",
-            "description": {
-                "kind": "markdown",
-                "value": "The map element, in conjunction with an img element and any area element descendants, defines an image map. The element represents its children."
-            },
-            "attributes": [
+            "name": ":enabled",
+            "references": [
                 {
-                    "name": "name",
-                    "description": {
-                        "kind": "markdown",
-                        "value": "The name attribute gives the map a name so that it can be referenced. The attribute must be present and must have a non-empty value with no space characters. The value of the name attribute must not be a compatibility-caseless match for the value of the name attribute of another map element in the same document. If the id attribute is also specified, both attributes must have the same value."
-                    }
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/:enabled"
                 }
             ],
+            "description": "Represents user interface elements that are in an enabled state; such elements have a corresponding disabled state."
+        },
+        {
+            "name": ":end",
+            "browsers": [
+                "C",
+                "S5"
+            ],
+            "description": "Non-standard. Applies to buttons and track pieces. Indicates whether the object is placed after the thumb."
+        },
+        {
+            "name": ":first",
+            "browsers": [
+                "E12",
+                "S6",
+                "C18",
+                "IE8",
+                "O9.2"
+            ],
             "references": [
                 {
                     "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/HTML/Element/map"
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/:first"
                 }
-            ]
+            ],
+            "description": "When printing double-sided documents, the page boxes on left and right pages may be different. This can be expressed through CSS pseudo-classes defined in the  page context."
         },
         {
-            "name": "area",
-            "description": {
-                "kind": "markdown",
-                "value": "The area element represents either a hyperlink with some text and a corresponding area on an image map, or a dead area on an image map."
-            },
-            "attributes": [
-                {
-                    "name": "alt"
-                },
-                {
-                    "name": "coords"
-                },
-                {
-                    "name": "shape",
-                    "valueSet": "sh"
-                },
-                {
-                    "name": "href"
-                },
-                {
-                    "name": "target"
-                },
-                {
-                    "name": "download"
-                },
-                {
-                    "name": "ping"
-                },
-                {
-                    "name": "rel"
-                },
-                {
-                    "name": "hreflang"
-                },
-                {
-                    "name": "type"
-                },
+            "name": ":first-child",
+            "references": [
                 {
-                    "name": "accesskey",
-                    "description": "Specifies a keyboard navigation accelerator for the element. Pressing ALT or a similar key in association with the specified character selects the form control correlated with that key sequence. Page designers are forewarned to avoid key sequences already bound to browsers. This attribute is global since HTML5."
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/:first-child"
                 }
             ],
+            "description": "Same as :nth-child(1). Represents an element that is the first child of some other element."
+        },
+        {
+            "name": ":first-of-type",
             "references": [
                 {
                     "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/HTML/Element/area"
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/:first-of-type"
                 }
-            ]
+            ],
+            "description": "Same as :nth-of-type(1). Represents an element that is the first sibling of its type in the list of children of its parent element."
         },
         {
-            "name": "table",
-            "description": {
-                "kind": "markdown",
-                "value": "The table element represents data with more than one dimension, in the form of a table."
-            },
-            "attributes": [
-                {
-                    "name": "border"
-                },
+            "name": ":focus",
+            "references": [
                 {
-                    "name": "align",
-                    "description": "This enumerated attribute indicates how the table must be aligned inside the containing document. It may have the following values:\n\n*   left: the table is displayed on the left side of the document;\n*   center: the table is displayed in the center of the document;\n*   right: the table is displayed on the right side of the document.\n\n**Usage Note**\n\n*   **Do not use this attribute**, as it has been deprecated. The [`<table>`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/table \"The HTML <table> element represents tabular data — that is, information presented in a two-dimensional table comprised of rows and columns of cells containing data.\") element should be styled using [CSS](https://developer.mozilla.org/en-US/docs/CSS). Set [`margin-left`](https://developer.mozilla.org/en-US/docs/Web/CSS/margin-left \"The margin-left CSS property sets the margin area on the left side of an element. A positive value places it farther from its neighbors, while a negative value places it closer.\") and [`margin-right`](https://developer.mozilla.org/en-US/docs/Web/CSS/margin-right \"The margin-right CSS property sets the margin area on the right side of an element. A positive value places it farther from its neighbors, while a negative value places it closer.\") to `auto` or [`margin`](https://developer.mozilla.org/en-US/docs/Web/CSS/margin \"The margin CSS property sets the margin area on all four sides of an element. It is a shorthand for margin-top, margin-right, margin-bottom, and margin-left.\") to `0 auto` to achieve an effect that is similar to the align attribute.\n*   Prior to Firefox 4, Firefox also supported the `middle`, `absmiddle`, and `abscenter` values as synonyms of `center`, in quirks mode only."
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/:focus"
                 }
             ],
+            "description": "Applies while an element has the focus (accepts keyboard or mouse events, or other forms of input)."
+        },
+        {
+            "name": ":fullscreen",
             "references": [
                 {
                     "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/HTML/Element/table"
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/:fullscreen"
                 }
-            ]
+            ],
+            "description": "Matches any element that has its fullscreen flag set."
         },
         {
-            "name": "caption",
-            "description": {
-                "kind": "markdown",
-                "value": "The caption element represents the title of the table that is its parent, if it has a parent and that is a table element."
-            },
-            "attributes": [
+            "name": ":future",
+            "browsers": [
+                "C",
+                "O16",
+                "S6"
+            ],
+            "description": "Represents any element that is defined to occur entirely after a :current element."
+        },
+        {
+            "name": ":horizontal",
+            "browsers": [
+                "C",
+                "S5"
+            ],
+            "description": "Non-standard. Applies to any scrollbar pieces that have a horizontal orientation."
+        },
+        {
+            "name": ":host",
+            "browsers": [
+                "E79",
+                "FF63",
+                "S10",
+                "C54",
+                "O41"
+            ],
+            "references": [
                 {
-                    "name": "align",
-                    "description": "This enumerated attribute indicates how the caption must be aligned with respect to the table. It may have one of the following values:\n\n`left`\n\nThe caption is displayed to the left of the table.\n\n`top`\n\nThe caption is displayed above the table.\n\n`right`\n\nThe caption is displayed to the right of the table.\n\n`bottom`\n\nThe caption is displayed below the table.\n\n**Usage note:** Do not use this attribute, as it has been deprecated. The [`<caption>`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/caption \"The HTML Table Caption element (<caption>) specifies the caption (or title) of a table, and if used is always the first child of a <table>.\") element should be styled using the [CSS](https://developer.mozilla.org/en-US/docs/CSS) properties [`caption-side`](https://developer.mozilla.org/en-US/docs/Web/CSS/caption-side \"The caption-side CSS property puts the content of a table's <caption> on the specified side. The values are relative to the writing-mode of the table.\") and [`text-align`](https://developer.mozilla.org/en-US/docs/Web/CSS/text-align \"The text-align CSS property sets the horizontal alignment of an inline or table-cell box. This means it works like vertical-align but in the horizontal direction.\")."
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/:host"
                 }
             ],
+            "description": "When evaluated in the context of a shadow tree, matches the shadow tree’s host element."
+        },
+        {
+            "name": ":host()",
+            "browsers": [
+                "C35",
+                "O22"
+            ],
+            "description": "When evaluated in the context of a shadow tree, it matches the shadow tree’s host element if the host element, in its normal context, matches the selector argument."
+        },
+        {
+            "name": ":host-context()",
+            "browsers": [
+                "C35",
+                "O22"
+            ],
+            "description": "Tests whether there is an ancestor, outside the shadow tree, which matches a particular selector."
+        },
+        {
+            "name": ":hover",
             "references": [
                 {
                     "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/HTML/Element/caption"
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/:hover"
                 }
-            ]
+            ],
+            "description": "Applies while the user designates an element with a pointing device, but does not necessarily activate it. For example, a visual user agent could apply this pseudo-class when the cursor (mouse pointer) hovers over a box generated by the element."
         },
         {
-            "name": "colgroup",
-            "description": {
-                "kind": "markdown",
-                "value": "The colgroup element represents a group of one or more columns in the table that is its parent, if it has a parent and that is a table element."
-            },
-            "attributes": [
-                {
-                    "name": "span"
-                },
+            "name": ":increment",
+            "browsers": [
+                "C",
+                "S5"
+            ],
+            "description": "Non-standard. Applies to buttons and track pieces. Indicates whether or not the button or track piece will increment the view’s position when used."
+        },
+        {
+            "name": ":indeterminate",
+            "references": [
                 {
-                    "name": "align",
-                    "description": "This enumerated attribute specifies how horizontal alignment of each column cell content will be handled. Possible values are:\n\n*   `left`, aligning the content to the left of the cell\n*   `center`, centering the content in the cell\n*   `right`, aligning the content to the right of the cell\n*   `justify`, inserting spaces into the textual content so that the content is justified in the cell\n*   `char`, aligning the textual content on a special character with a minimal offset, defined by the [`char`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/col#attr-char) and [`charoff`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/col#attr-charoff) attributes Unimplemented (see [bug 2212](https://bugzilla.mozilla.org/show_bug.cgi?id=2212 \"character alignment not implemented (align=char, charoff=, text-align:<string>)\")).\n\nIf this attribute is not set, the `left` value is assumed. The descendant [`<col>`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/col \"The HTML <col> element defines a column within a table and is used for defining common semantics on all common cells. It is generally found within a <colgroup> element.\") elements may override this value using their own [`align`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/col#attr-align) attribute.\n\n**Note:** Do not use this attribute as it is obsolete (not supported) in the latest standard.\n\n*   To achieve the same effect as the `left`, `center`, `right` or `justify` values:\n    *   Do not try to set the [`text-align`](https://developer.mozilla.org/en-US/docs/Web/CSS/text-align \"The text-align CSS property sets the horizontal alignment of an inline or table-cell box. This means it works like vertical-align but in the horizontal direction.\") property on a selector giving a [`<colgroup>`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/colgroup \"The HTML <colgroup> element defines a group of columns within a table.\") element. Because [`<td>`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/td \"The HTML <td> element defines a cell of a table that contains data. It participates in the table model.\") elements are not descendant of the [`<colgroup>`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/colgroup \"The HTML <colgroup> element defines a group of columns within a table.\") element, they won't inherit it.\n    *   If the table doesn't use a [`colspan`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/td#attr-colspan) attribute, use one `td:nth-child(an+b)` CSS selector per column, where a is the total number of the columns in the table and b is the ordinal position of this column in the table. Only after this selector the [`text-align`](https://developer.mozilla.org/en-US/docs/Web/CSS/text-align \"The text-align CSS property sets the horizontal alignment of an inline or table-cell box. This means it works like vertical-align but in the horizontal direction.\") property can be used.\n    *   If the table does use a [`colspan`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/td#attr-colspan) attribute, the effect can be achieved by combining adequate CSS attribute selectors like `[colspan=n]`, though this is not trivial.\n*   To achieve the same effect as the `char` value, in CSS3, you can use the value of the [`char`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/colgroup#attr-char) as the value of the [`text-align`](https://developer.mozilla.org/en-US/docs/Web/CSS/text-align \"The text-align CSS property sets the horizontal alignment of an inline or table-cell box. This means it works like vertical-align but in the horizontal direction.\") property Unimplemented."
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/:indeterminate"
                 }
             ],
+            "description": "Applies to UI elements whose value is in an indeterminate state."
+        },
+        {
+            "name": ":in-range",
+            "browsers": [
+                "E13",
+                "FF29",
+                "S5.1",
+                "C10",
+                "O11"
+            ],
             "references": [
                 {
                     "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/HTML/Element/colgroup"
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/:in-range"
                 }
-            ]
+            ],
+            "description": "Used in conjunction with the min and max attributes, whether on a range input, a number field, or any other types that accept those attributes."
         },
         {
-            "name": "col",
-            "description": {
-                "kind": "markdown",
-                "value": "If a col element has a parent and that is a colgroup element that itself has a parent that is a table element, then the col element represents one or more columns in the column group represented by that colgroup."
-            },
-            "attributes": [
+            "name": ":invalid",
+            "references": [
                 {
-                    "name": "span"
-                },
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/:invalid"
+                }
+            ],
+            "description": "An element is :valid or :invalid when it is, respectively, valid or invalid with respect to data validity semantics defined by a different specification."
+        },
+        {
+            "name": ":lang()",
+            "browsers": [
+                "E",
+                "C",
+                "FF1",
+                "IE8",
+                "O8",
+                "S3"
+            ],
+            "description": "Represents an element that is in language specified."
+        },
+        {
+            "name": ":last-child",
+            "references": [
                 {
-                    "name": "align",
-                    "description": "This enumerated attribute specifies how horizontal alignment of each column cell content will be handled. Possible values are:\n\n*   `left`, aligning the content to the left of the cell\n*   `center`, centering the content in the cell\n*   `right`, aligning the content to the right of the cell\n*   `justify`, inserting spaces into the textual content so that the content is justified in the cell\n*   `char`, aligning the textual content on a special character with a minimal offset, defined by the [`char`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/col#attr-char) and [`charoff`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/col#attr-charoff) attributes Unimplemented (see [bug 2212](https://bugzilla.mozilla.org/show_bug.cgi?id=2212 \"character alignment not implemented (align=char, charoff=, text-align:<string>)\")).\n\nIf this attribute is not set, its value is inherited from the [`align`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/colgroup#attr-align) of the [`<colgroup>`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/colgroup \"The HTML <colgroup> element defines a group of columns within a table.\") element this `<col>` element belongs too. If there are none, the `left` value is assumed.\n\n**Note:** Do not use this attribute as it is obsolete (not supported) in the latest standard.\n\n*   To achieve the same effect as the `left`, `center`, `right` or `justify` values:\n    *   Do not try to set the [`text-align`](https://developer.mozilla.org/en-US/docs/Web/CSS/text-align \"The text-align CSS property sets the horizontal alignment of an inline or table-cell box. This means it works like vertical-align but in the horizontal direction.\") property on a selector giving a [`<col>`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/col \"The HTML <col> element defines a column within a table and is used for defining common semantics on all common cells. It is generally found within a <colgroup> element.\") element. Because [`<td>`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/td \"The HTML <td> element defines a cell of a table that contains data. It participates in the table model.\") elements are not descendant of the [`<col>`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/col \"The HTML <col> element defines a column within a table and is used for defining common semantics on all common cells. It is generally found within a <colgroup> element.\") element, they won't inherit it.\n    *   If the table doesn't use a [`colspan`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/td#attr-colspan) attribute, use the `td:nth-child(an+b)` CSS selector. Set `a` to zero and `b` to the position of the column in the table, e.g. `td:nth-child(2) { text-align: right; }` to right-align the second column.\n    *   If the table does use a [`colspan`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/td#attr-colspan) attribute, the effect can be achieved by combining adequate CSS attribute selectors like `[colspan=n]`, though this is not trivial.\n*   To achieve the same effect as the `char` value, in CSS3, you can use the value of the [`char`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/col#attr-char) as the value of the [`text-align`](https://developer.mozilla.org/en-US/docs/Web/CSS/text-align \"The text-align CSS property sets the horizontal alignment of an inline or table-cell box. This means it works like vertical-align but in the horizontal direction.\") property Unimplemented."
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/:last-child"
                 }
             ],
+            "description": "Same as :nth-last-child(1). Represents an element that is the last child of some other element."
+        },
+        {
+            "name": ":last-of-type",
             "references": [
                 {
                     "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/HTML/Element/col"
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/:last-of-type"
                 }
-            ]
+            ],
+            "description": "Same as :nth-last-of-type(1). Represents an element that is the last sibling of its type in the list of children of its parent element."
         },
         {
-            "name": "tbody",
-            "description": {
-                "kind": "markdown",
-                "value": "The tbody element represents a block of rows that consist of a body of data for the parent table element, if the tbody element has a parent and it is a table."
-            },
-            "attributes": [
+            "name": ":left",
+            "browsers": [
+                "E12",
+                "S5.1",
+                "C6",
+                "IE8",
+                "O9.2"
+            ],
+            "references": [
                 {
-                    "name": "align",
-                    "description": "This enumerated attribute specifies how horizontal alignment of each cell content will be handled. Possible values are:\n\n*   `left`, aligning the content to the left of the cell\n*   `center`, centering the content in the cell\n*   `right`, aligning the content to the right of the cell\n*   `justify`, inserting spaces into the textual content so that the content is justified in the cell\n*   `char`, aligning the textual content on a special character with a minimal offset, defined by the [`char`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/tbody#attr-char) and [`charoff`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/tbody#attr-charoff) attributes.\n\nIf this attribute is not set, the `left` value is assumed.\n\n**Note:** Do not use this attribute as it is obsolete (not supported) in the latest standard.\n\n*   To achieve the same effect as the `left`, `center`, `right` or `justify` values, use the CSS [`text-align`](https://developer.mozilla.org/en-US/docs/Web/CSS/text-align \"The text-align CSS property sets the horizontal alignment of an inline or table-cell box. This means it works like vertical-align but in the horizontal direction.\") property on it.\n*   To achieve the same effect as the `char` value, in CSS3, you can use the value of the [`char`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/tbody#attr-char) as the value of the [`text-align`](https://developer.mozilla.org/en-US/docs/Web/CSS/text-align \"The text-align CSS property sets the horizontal alignment of an inline or table-cell box. This means it works like vertical-align but in the horizontal direction.\") property Unimplemented."
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/:left"
                 }
             ],
+            "description": "When printing double-sided documents, the page boxes on left and right pages may be different. This can be expressed through CSS pseudo-classes defined in the  page context."
+        },
+        {
+            "name": ":link",
             "references": [
                 {
                     "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/HTML/Element/tbody"
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/:link"
                 }
-            ]
+            ],
+            "description": "Applies to links that have not yet been visited."
         },
         {
-            "name": "thead",
-            "description": {
-                "kind": "markdown",
-                "value": "The thead element represents the block of rows that consist of the column labels (headers) for the parent table element, if the thead element has a parent and it is a table."
-            },
-            "attributes": [
+            "name": ":matches()",
+            "browsers": [
+                "S9"
+            ],
+            "description": "Takes a selector list as its argument. It represents an element that is represented by its argument."
+        },
+        {
+            "name": ":-moz-any()",
+            "browsers": [
+                "FF4"
+            ],
+            "description": "Represents an element that is represented by the selector list passed as its argument. Standardized as :matches()."
+        },
+        {
+            "name": ":-moz-any-link",
+            "browsers": [
+                "FF1"
+            ],
+            "description": "Represents an element that acts as the source anchor of a hyperlink. Applies to both visited and unvisited links."
+        },
+        {
+            "name": ":-moz-broken",
+            "browsers": [
+                "FF3"
+            ],
+            "references": [
                 {
-                    "name": "align",
-                    "description": "This enumerated attribute specifies how horizontal alignment of each cell content will be handled. Possible values are:\n\n*   `left`, aligning the content to the left of the cell\n*   `center`, centering the content in the cell\n*   `right`, aligning the content to the right of the cell\n*   `justify`, inserting spaces into the textual content so that the content is justified in the cell\n*   `char`, aligning the textual content on a special character with a minimal offset, defined by the [`char`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/thead#attr-char) and [`charoff`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/thead#attr-charoff) attributes Unimplemented (see [bug 2212](https://bugzilla.mozilla.org/show_bug.cgi?id=2212 \"character alignment not implemented (align=char, charoff=, text-align:<string>)\")).\n\nIf this attribute is not set, the `left` value is assumed.\n\n**Note:** Do not use this attribute as it is obsolete (not supported) in the latest standard.\n\n*   To achieve the same effect as the `left`, `center`, `right` or `justify` values, use the CSS [`text-align`](https://developer.mozilla.org/en-US/docs/Web/CSS/text-align \"The text-align CSS property sets the horizontal alignment of an inline or table-cell box. This means it works like vertical-align but in the horizontal direction.\") property on it.\n*   To achieve the same effect as the `char` value, in CSS3, you can use the value of the [`char`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/thead#attr-char) as the value of the [`text-align`](https://developer.mozilla.org/en-US/docs/Web/CSS/text-align \"The text-align CSS property sets the horizontal alignment of an inline or table-cell box. This means it works like vertical-align but in the horizontal direction.\") property Unimplemented."
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/:-moz-broken"
                 }
             ],
+            "description": "Non-standard. Matches elements representing broken images."
+        },
+        {
+            "name": ":-moz-drag-over",
+            "browsers": [
+                "FF1"
+            ],
+            "description": "Non-standard. Matches elements when a drag-over event applies to it."
+        },
+        {
+            "name": ":-moz-first-node",
+            "browsers": [
+                "FF1"
+            ],
+            "description": "Non-standard. Represents an element that is the first child node of some other element."
+        },
+        {
+            "name": ":-moz-focusring",
+            "browsers": [
+                "FF4"
+            ],
+            "description": "Non-standard. Matches an element that has focus and focus ring drawing is enabled in the browser."
+        },
+        {
+            "name": ":-moz-full-screen",
+            "browsers": [
+                "FF9"
+            ],
+            "description": "Matches any element that has its fullscreen flag set. Standardized as :fullscreen."
+        },
+        {
+            "name": ":-moz-last-node",
+            "browsers": [
+                "FF1"
+            ],
+            "description": "Non-standard. Represents an element that is the last child node of some other element."
+        },
+        {
+            "name": ":-moz-loading",
+            "browsers": [
+                "FF3"
+            ],
+            "description": "Non-standard. Matches elements, such as images, that haven’t started loading yet."
+        },
+        {
+            "name": ":-moz-only-whitespace",
+            "browsers": [
+                "FF1"
+            ],
             "references": [
                 {
                     "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/HTML/Element/thead"
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/:-moz-only-whitespace"
                 }
-            ]
+            ],
+            "description": "The same as :empty, except that it additionally matches elements that only contain code points affected by whitespace processing. Standardized as :blank."
         },
         {
-            "name": "tfoot",
-            "description": {
-                "kind": "markdown",
-                "value": "The tfoot element represents the block of rows that consist of the column summaries (footers) for the parent table element, if the tfoot element has a parent and it is a table."
-            },
-            "attributes": [
-                {
-                    "name": "align",
-                    "description": "This enumerated attribute specifies how horizontal alignment of each cell content will be handled. Possible values are:\n\n*   `left`, aligning the content to the left of the cell\n*   `center`, centering the content in the cell\n*   `right`, aligning the content to the right of the cell\n*   `justify`, inserting spaces into the textual content so that the content is justified in the cell\n*   `char`, aligning the textual content on a special character with a minimal offset, defined by the [`char`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/tbody#attr-char) and [`charoff`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/tbody#attr-charoff) attributes Unimplemented (see [bug 2212](https://bugzilla.mozilla.org/show_bug.cgi?id=2212 \"character alignment not implemented (align=char, charoff=, text-align:<string>)\")).\n\nIf this attribute is not set, the `left` value is assumed.\n\n**Note:** Do not use this attribute as it is obsolete (not supported) in the latest standard.\n\n*   To achieve the same effect as the `left`, `center`, `right` or `justify` values, use the CSS [`text-align`](https://developer.mozilla.org/en-US/docs/Web/CSS/text-align \"The text-align CSS property sets the horizontal alignment of an inline or table-cell box. This means it works like vertical-align but in the horizontal direction.\") property on it.\n*   To achieve the same effect as the `char` value, in CSS3, you can use the value of the [`char`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/tfoot#attr-char) as the value of the [`text-align`](https://developer.mozilla.org/en-US/docs/Web/CSS/text-align \"The text-align CSS property sets the horizontal alignment of an inline or table-cell box. This means it works like vertical-align but in the horizontal direction.\") property Unimplemented."
-                }
+            "name": ":-moz-placeholder",
+            "browsers": [
+                "FF4"
             ],
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/HTML/Element/tfoot"
-                }
-            ]
+            "description": "Deprecated. Represents placeholder text in an input field. Use ::-moz-placeholder for Firefox 19+."
         },
         {
-            "name": "tr",
-            "description": {
-                "kind": "markdown",
-                "value": "The tr element represents a row of cells in a table."
-            },
-            "attributes": [
-                {
-                    "name": "align",
-                    "description": "A [`DOMString`](https://developer.mozilla.org/en-US/docs/Web/API/DOMString \"DOMString is a UTF-16 String. As JavaScript already uses such strings, DOMString is mapped directly to a String.\") which specifies how the cell's context should be aligned horizontally within the cells in the row; this is shorthand for using `align` on every cell in the row individually. Possible values are:\n\n`left`\n\nAlign the content of each cell at its left edge.\n\n`center`\n\nCenter the contents of each cell between their left and right edges.\n\n`right`\n\nAlign the content of each cell at its right edge.\n\n`justify`\n\nWiden whitespaces within the text of each cell so that the text fills the full width of each cell (full justification).\n\n`char`\n\nAlign each cell in the row on a specific character (such that each row in the column that is configured this way will horizontally align its cells on that character). This uses the [`char`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/tr#attr-char) and [`charoff`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/tr#attr-charoff) to establish the alignment character (typically \".\" or \",\" when aligning numerical data) and the number of characters that should follow the alignment character. This alignment type was never widely supported.\n\nIf no value is expressly set for `align`, the parent node's value is inherited.\n\nInstead of using the obsolete `align` attribute, you should instead use the CSS [`text-align`](https://developer.mozilla.org/en-US/docs/Web/CSS/text-align \"The text-align CSS property sets the horizontal alignment of an inline or table-cell box. This means it works like vertical-align but in the horizontal direction.\") property to establish `left`, `center`, `right`, or `justify` alignment for the row's cells. To apply character-based alignment, set the CSS [`text-align`](https://developer.mozilla.org/en-US/docs/Web/CSS/text-align \"The text-align CSS property sets the horizontal alignment of an inline or table-cell box. This means it works like vertical-align but in the horizontal direction.\") property to the alignment character (such as `\".\"` or `\",\"`)."
-                }
+            "name": ":-moz-submit-invalid",
+            "browsers": [
+                "FF4"
             ],
             "references": [
                 {
                     "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/HTML/Element/tr"
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/:-moz-submit-invalid"
                 }
-            ]
+            ],
+            "description": "Non-standard. Represents any submit button when the contents of the associated form are not valid."
         },
         {
-            "name": "td",
-            "description": {
-                "kind": "markdown",
-                "value": "The td element represents a data cell in a table."
-            },
-            "attributes": [
-                {
-                    "name": "colspan"
-                },
-                {
-                    "name": "rowspan"
-                },
-                {
-                    "name": "headers"
-                },
-                {
-                    "name": "abbr",
-                    "description": "This attribute contains a short abbreviated description of the cell's content. Some user-agents, such as speech readers, may present this description before the content itself.\n\n**Note:** Do not use this attribute as it is obsolete in the latest standard. Alternatively, you can put the abbreviated description inside the cell and place the long content in the **title** attribute."
-                },
-                {
-                    "name": "align",
-                    "description": "This enumerated attribute specifies how the cell content's horizontal alignment will be handled. Possible values are:\n\n*   `left`: The content is aligned to the left of the cell.\n*   `center`: The content is centered in the cell.\n*   `right`: The content is aligned to the right of the cell.\n*   `justify` (with text only): The content is stretched out inside the cell so that it covers its entire width.\n*   `char` (with text only): The content is aligned to a character inside the `<th>` element with minimal offset. This character is defined by the [`char`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/td#attr-char) and [`charoff`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/td#attr-charoff) attributes Unimplemented (see [bug 2212](https://bugzilla.mozilla.org/show_bug.cgi?id=2212 \"character alignment not implemented (align=char, charoff=, text-align:<string>)\")).\n\nThe default value when this attribute is not specified is `left`.\n\n**Note:** Do not use this attribute as it is obsolete in the latest standard.\n\n*   To achieve the same effect as the `left`, `center`, `right` or `justify` values, apply the CSS [`text-align`](https://developer.mozilla.org/en-US/docs/Web/CSS/text-align \"The text-align CSS property sets the horizontal alignment of an inline or table-cell box. This means it works like vertical-align but in the horizontal direction.\") property to the element.\n*   To achieve the same effect as the `char` value, give the [`text-align`](https://developer.mozilla.org/en-US/docs/Web/CSS/text-align \"The text-align CSS property sets the horizontal alignment of an inline or table-cell box. This means it works like vertical-align but in the horizontal direction.\") property the same value you would use for the [`char`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/td#attr-char). Unimplemented in CSS3."
-                },
-                {
-                    "name": "axis",
-                    "description": "This attribute contains a list of space-separated strings. Each string is the `id` of a group of cells that this header applies to.\n\n**Note:** Do not use this attribute as it is obsolete in the latest standard."
-                },
-                {
-                    "name": "bgcolor",
-                    "description": "This attribute defines the background color of each cell in a column. It consists of a 6-digit hexadecimal code as defined in [sRGB](https://www.w3.org/Graphics/Color/sRGB) and is prefixed by '#'. This attribute may be used with one of sixteen predefined color strings:\n\n \n\n`black` = \"#000000\"\n\n \n\n`green` = \"#008000\"\n\n \n\n`silver` = \"#C0C0C0\"\n\n \n\n`lime` = \"#00FF00\"\n\n \n\n`gray` = \"#808080\"\n\n \n\n`olive` = \"#808000\"\n\n \n\n`white` = \"#FFFFFF\"\n\n \n\n`yellow` = \"#FFFF00\"\n\n \n\n`maroon` = \"#800000\"\n\n \n\n`navy` = \"#000080\"\n\n \n\n`red` = \"#FF0000\"\n\n \n\n`blue` = \"#0000FF\"\n\n \n\n`purple` = \"#800080\"\n\n \n\n`teal` = \"#008080\"\n\n \n\n`fuchsia` = \"#FF00FF\"\n\n \n\n`aqua` = \"#00FFFF\"\n\n**Note:** Do not use this attribute, as it is non-standard and only implemented in some versions of Microsoft Internet Explorer: The [`<td>`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/td \"The HTML <td> element defines a cell of a table that contains data. It participates in the table model.\") element should be styled using [CSS](https://developer.mozilla.org/en-US/docs/CSS). To create a similar effect use the [`background-color`](https://developer.mozilla.org/en-US/docs/Web/CSS/background-color \"The background-color CSS property sets the background color of an element.\") property in [CSS](https://developer.mozilla.org/en-US/docs/CSS) instead."
-                }
+            "name": ":-moz-suppressed",
+            "browsers": [
+                "FF3"
             ],
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/HTML/Element/td"
-                }
-            ]
+            "description": "Non-standard. Matches elements representing images that have been blocked from loading."
         },
         {
-            "name": "th",
-            "description": {
-                "kind": "markdown",
-                "value": "The th element represents a header cell in a table."
-            },
-            "attributes": [
-                {
-                    "name": "colspan"
-                },
-                {
-                    "name": "rowspan"
-                },
-                {
-                    "name": "headers"
-                },
-                {
-                    "name": "scope",
-                    "valueSet": "s"
-                },
-                {
-                    "name": "sorted"
-                },
-                {
-                    "name": "abbr",
-                    "description": {
-                        "kind": "markdown",
-                        "value": "This attribute contains a short abbreviated description of the cell's content. Some user-agents, such as speech readers, may present this description before the content itself."
-                    }
-                },
-                {
-                    "name": "align",
-                    "description": "This enumerated attribute specifies how the cell content's horizontal alignment will be handled. Possible values are:\n\n*   `left`: The content is aligned to the left of the cell.\n*   `center`: The content is centered in the cell.\n*   `right`: The content is aligned to the right of the cell.\n*   `justify` (with text only): The content is stretched out inside the cell so that it covers its entire width.\n*   `char` (with text only): The content is aligned to a character inside the `<th>` element with minimal offset. This character is defined by the [`char`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/th#attr-char) and [`charoff`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/th#attr-charoff) attributes.\n\nThe default value when this attribute is not specified is `left`.\n\n**Note:** Do not use this attribute as it is obsolete in the latest standard.\n\n*   To achieve the same effect as the `left`, `center`, `right` or `justify` values, apply the CSS [`text-align`](https://developer.mozilla.org/en-US/docs/Web/CSS/text-align \"The text-align CSS property sets the horizontal alignment of an inline or table-cell box. This means it works like vertical-align but in the horizontal direction.\") property to the element.\n*   To achieve the same effect as the `char` value, give the [`text-align`](https://developer.mozilla.org/en-US/docs/Web/CSS/text-align \"The text-align CSS property sets the horizontal alignment of an inline or table-cell box. This means it works like vertical-align but in the horizontal direction.\") property the same value you would use for the [`char`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/th#attr-char). Unimplemented in CSS3."
-                },
-                {
-                    "name": "axis",
-                    "description": "This attribute contains a list of space-separated strings. Each string is the `id` of a group of cells that this header applies to.\n\n**Note:** Do not use this attribute as it is obsolete in the latest standard: use the [`scope`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/th#attr-scope) attribute instead."
-                },
-                {
-                    "name": "bgcolor",
-                    "description": "This attribute defines the background color of each cell in a column. It consists of a 6-digit hexadecimal code as defined in [sRGB](https://www.w3.org/Graphics/Color/sRGB) and is prefixed by '#'. This attribute may be used with one of sixteen predefined color strings:\n\n \n\n`black` = \"#000000\"\n\n \n\n`green` = \"#008000\"\n\n \n\n`silver` = \"#C0C0C0\"\n\n \n\n`lime` = \"#00FF00\"\n\n \n\n`gray` = \"#808080\"\n\n \n\n`olive` = \"#808000\"\n\n \n\n`white` = \"#FFFFFF\"\n\n \n\n`yellow` = \"#FFFF00\"\n\n \n\n`maroon` = \"#800000\"\n\n \n\n`navy` = \"#000080\"\n\n \n\n`red` = \"#FF0000\"\n\n \n\n`blue` = \"#0000FF\"\n\n \n\n`purple` = \"#800080\"\n\n \n\n`teal` = \"#008080\"\n\n \n\n`fuchsia` = \"#FF00FF\"\n\n \n\n`aqua` = \"#00FFFF\"\n\n**Note:** Do not use this attribute, as it is non-standard and only implemented in some versions of Microsoft Internet Explorer: The [`<th>`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/th \"The HTML <th> element defines a cell as header of a group of table cells. The exact nature of this group is defined by the scope and headers attributes.\") element should be styled using [CSS](https://developer.mozilla.org/en-US/docs/Web/CSS). To create a similar effect use the [`background-color`](https://developer.mozilla.org/en-US/docs/Web/CSS/background-color \"The background-color CSS property sets the background color of an element.\") property in [CSS](https://developer.mozilla.org/en-US/docs/Web/CSS) instead."
-                }
+            "name": ":-moz-ui-invalid",
+            "browsers": [
+                "FF4"
             ],
             "references": [
                 {
                     "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/HTML/Element/th"
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/:-moz-ui-invalid"
                 }
-            ]
+            ],
+            "description": "Non-standard. Represents any validated form element whose value isn't valid "
         },
         {
-            "name": "form",
-            "description": {
-                "kind": "markdown",
-                "value": "The form element represents a collection of form-associated elements, some of which can represent editable values that can be submitted to a server for processing."
-            },
-            "attributes": [
-                {
-                    "name": "accept-charset",
-                    "description": {
-                        "kind": "markdown",
-                        "value": "A space- or comma-delimited list of character encodings that the server accepts. The browser uses them in the order in which they are listed. The default value, the reserved string `\"UNKNOWN\"`, indicates the same encoding as that of the document containing the form element.  \nIn previous versions of HTML, the different character encodings could be delimited by spaces or commas. In HTML5, only spaces are allowed as delimiters."
-                    }
-                },
-                {
-                    "name": "action",
-                    "description": {
-                        "kind": "markdown",
-                        "value": "The URI of a program that processes the form information. This value can be overridden by a [`formaction`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/button#attr-formaction) attribute on a [`<button>`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/button \"The HTML <button> element represents a clickable button, which can be used in forms or anywhere in a document that needs simple, standard button functionality.\") or [`<input>`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input \"The HTML <input> element is used to create interactive controls for web-based forms in order to accept data from the user; a wide variety of types of input data and control widgets are available, depending on the device and user agent.\") element."
-                    }
-                },
-                {
-                    "name": "autocomplete",
-                    "valueSet": "o",
-                    "description": {
-                        "kind": "markdown",
-                        "value": "Indicates whether input elements can by default have their values automatically completed by the browser. This setting can be overridden by an `autocomplete` attribute on an element belonging to the form. Possible values are:\n\n*   `off`: The user must explicitly enter a value into each field for every use, or the document provides its own auto-completion method; the browser does not automatically complete entries.\n*   `on`: The browser can automatically complete values based on values that the user has previously entered in the form.\n\nFor most modern browsers (including Firefox 38+, Google Chrome 34+, IE 11+) setting the autocomplete attribute will not prevent a browser's password manager from asking the user if they want to store login fields (username and password), if the user permits the storage the browser will autofill the login the next time the user visits the page. See [The autocomplete attribute and login fields](https://developer.mozilla.org/en-US/docs/Web/Security/Securing_your_site/Turning_off_form_autocompletion#The_autocomplete_attribute_and_login_fields)."
-                    }
-                },
-                {
-                    "name": "enctype",
-                    "valueSet": "et",
-                    "description": {
-                        "kind": "markdown",
-                        "value": "When the value of the `method` attribute is `post`, enctype is the [MIME type](https://en.wikipedia.org/wiki/Mime_type) of content that is used to submit the form to the server. Possible values are:\n\n*   `application/x-www-form-urlencoded`: The default value if the attribute is not specified.\n*   `multipart/form-data`: The value used for an [`<input>`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input \"The HTML <input> element is used to create interactive controls for web-based forms in order to accept data from the user; a wide variety of types of input data and control widgets are available, depending on the device and user agent.\") element with the `type` attribute set to \"file\".\n*   `text/plain`: (HTML5)\n\nThis value can be overridden by a [`formenctype`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/button#attr-formenctype) attribute on a [`<button>`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/button \"The HTML <button> element represents a clickable button, which can be used in forms or anywhere in a document that needs simple, standard button functionality.\") or [`<input>`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input \"The HTML <input> element is used to create interactive controls for web-based forms in order to accept data from the user; a wide variety of types of input data and control widgets are available, depending on the device and user agent.\") element."
-                    }
-                },
-                {
-                    "name": "method",
-                    "valueSet": "m",
-                    "description": {
-                        "kind": "markdown",
-                        "value": "The [HTTP](https://developer.mozilla.org/en-US/docs/Web/HTTP) method that the browser uses to submit the form. Possible values are:\n\n*   `post`: Corresponds to the HTTP [POST method](https://www.w3.org/Protocols/rfc2616/rfc2616-sec9.html#sec9.5) ; form data are included in the body of the form and sent to the server.\n*   `get`: Corresponds to the HTTP [GET method](https://www.w3.org/Protocols/rfc2616/rfc2616-sec9.html#sec9.3); form data are appended to the `action` attribute URI with a '?' as separator, and the resulting URI is sent to the server. Use this method when the form has no side-effects and contains only ASCII characters.\n*   `dialog`: Use when the form is inside a [`<dialog>`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/dialog \"The HTML <dialog> element represents a dialog box or other interactive component, such as an inspector or window.\") element to close the dialog when submitted.\n\nThis value can be overridden by a [`formmethod`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/button#attr-formmethod) attribute on a [`<button>`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/button \"The HTML <button> element represents a clickable button, which can be used in forms or anywhere in a document that needs simple, standard button functionality.\") or [`<input>`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input \"The HTML <input> element is used to create interactive controls for web-based forms in order to accept data from the user; a wide variety of types of input data and control widgets are available, depending on the device and user agent.\") element."
-                    }
-                },
-                {
-                    "name": "name",
-                    "description": {
-                        "kind": "markdown",
-                        "value": "The name of the form. In HTML 4, its use is deprecated (`id` should be used instead). It must be unique among the forms in a document and not just an empty string in HTML 5."
-                    }
-                },
-                {
-                    "name": "novalidate",
-                    "valueSet": "v",
-                    "description": {
-                        "kind": "markdown",
-                        "value": "This Boolean attribute indicates that the form is not to be validated when submitted. If this attribute is not specified (and therefore the form is validated), this default setting can be overridden by a [`formnovalidate`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/button#attr-formnovalidate) attribute on a [`<button>`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/button \"The HTML <button> element represents a clickable button, which can be used in forms or anywhere in a document that needs simple, standard button functionality.\") or [`<input>`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input \"The HTML <input> element is used to create interactive controls for web-based forms in order to accept data from the user; a wide variety of types of input data and control widgets are available, depending on the device and user agent.\") element belonging to the form."
-                    }
-                },
-                {
-                    "name": "target",
-                    "description": {
-                        "kind": "markdown",
-                        "value": "A name or keyword indicating where to display the response that is received after submitting the form. In HTML 4, this is the name/keyword for a frame. In HTML5, it is a name/keyword for a _browsing context_ (for example, tab, window, or inline frame). The following keywords have special meanings:\n\n*   `_self`: Load the response into the same HTML 4 frame (or HTML5 browsing context) as the current one. This value is the default if the attribute is not specified.\n*   `_blank`: Load the response into a new unnamed HTML 4 window or HTML5 browsing context.\n*   `_parent`: Load the response into the HTML 4 frameset parent of the current frame, or HTML5 parent browsing context of the current one. If there is no parent, this option behaves the same way as `_self`.\n*   `_top`: HTML 4: Load the response into the full original window, and cancel all other frames. HTML5: Load the response into the top-level browsing context (i.e., the browsing context that is an ancestor of the current one, and has no parent). If there is no parent, this option behaves the same way as `_self`.\n*   _iframename_: The response is displayed in a named [`<iframe>`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/iframe \"The HTML Inline Frame element (<iframe>) represents a nested browsing context, embedding another HTML page into the current one.\").\n\nHTML5: This value can be overridden by a [`formtarget`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/button#attr-formtarget) attribute on a [`<button>`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/button \"The HTML <button> element represents a clickable button, which can be used in forms or anywhere in a document that needs simple, standard button functionality.\") or [`<input>`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input \"The HTML <input> element is used to create interactive controls for web-based forms in order to accept data from the user; a wide variety of types of input data and control widgets are available, depending on the device and user agent.\") element."
-                    }
-                },
-                {
-                    "name": "accept",
-                    "description": "A comma-separated list of content types that the server accepts.\n\n**Usage note:** This attribute has been removed in HTML5 and should no longer be used. Instead, use the [`accept`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#attr-accept) attribute of the specific [`<input>`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input \"The HTML <input> element is used to create interactive controls for web-based forms in order to accept data from the user; a wide variety of types of input data and control widgets are available, depending on the device and user agent.\") element."
-                },
-                {
-                    "name": "autocapitalize",
-                    "description": "This is a nonstandard attribute used by iOS Safari Mobile which controls whether and how the text value for textual form control descendants should be automatically capitalized as it is entered/edited by the user. If the `autocapitalize` attribute is specified on an individual form control descendant, it trumps the form-wide `autocapitalize` setting. The non-deprecated values are available in iOS 5 and later. The default value is `sentences`. Possible values are:\n\n*   `none`: Completely disables automatic capitalization\n*   `sentences`: Automatically capitalize the first letter of sentences.\n*   `words`: Automatically capitalize the first letter of words.\n*   `characters`: Automatically capitalize all characters.\n*   `on`: Deprecated since iOS 5.\n*   `off`: Deprecated since iOS 5."
-                }
+            "name": ":-moz-ui-valid",
+            "browsers": [
+                "FF4"
             ],
             "references": [
                 {
                     "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/HTML/Element/form"
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/:-moz-ui-valid"
                 }
-            ]
+            ],
+            "description": "Non-standard. Represents any validated form element whose value is valid "
         },
         {
-            "name": "label",
-            "description": {
-                "kind": "markdown",
-                "value": "The label element represents a caption in a user interface. The caption can be associated with a specific form control, known as the label element's labeled control, either using the for attribute, or by putting the form control inside the label element itself."
-            },
-            "attributes": [
-                {
-                    "name": "form",
-                    "description": {
-                        "kind": "markdown",
-                        "value": "The [`<form>`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/form \"The HTML <form> element represents a document section that contains interactive controls for submitting information to a web server.\") element with which the label is associated (its _form owner_). If specified, the value of the attribute is the `id` of a [`<form>`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/form \"The HTML <form> element represents a document section that contains interactive controls for submitting information to a web server.\") element in the same document. This lets you place label elements anywhere within a document, not just as descendants of their form elements."
-                    }
-                },
-                {
-                    "name": "for",
-                    "description": {
-                        "kind": "markdown",
-                        "value": "The [`id`](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes#attr-id) of a [labelable](https://developer.mozilla.org/en-US/docs/Web/Guide/HTML/Content_categories#Form_labelable) form-related element in the same document as the `<label>` element. The first element in the document with an `id` matching the value of the `for` attribute is the _labeled control_ for this label element, if it is a labelable element. If it is not labelable then the `for` attribute has no effect. If there are other elements which also match the `id` value, later in the document, they are not considered.\n\n**Note**: A `<label>` element can have both a `for` attribute and a contained control element, as long as the `for` attribute points to the contained control element."
-                    }
-                }
+            "name": ":-moz-user-disabled",
+            "browsers": [
+                "FF3"
             ],
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/HTML/Element/label"
-                }
-            ]
+            "description": "Non-standard. Matches elements representing images that have been disabled due to the user’s preferences."
         },
         {
-            "name": "input",
-            "description": {
-                "kind": "markdown",
-                "value": "The input element represents a typed data field, usually with a form control to allow the user to edit the data."
-            },
-            "attributes": [
-                {
-                    "name": "accept"
-                },
-                {
-                    "name": "alt"
-                },
-                {
-                    "name": "autocomplete",
-                    "valueSet": "inputautocomplete"
-                },
-                {
-                    "name": "autofocus",
-                    "valueSet": "v"
-                },
-                {
-                    "name": "checked",
-                    "valueSet": "v"
-                },
-                {
-                    "name": "dirname"
-                },
-                {
-                    "name": "disabled",
-                    "valueSet": "v"
-                },
-                {
-                    "name": "form"
-                },
-                {
-                    "name": "formaction"
-                },
-                {
-                    "name": "formenctype",
-                    "valueSet": "et"
-                },
-                {
-                    "name": "formmethod",
-                    "valueSet": "fm"
-                },
-                {
-                    "name": "formnovalidate",
-                    "valueSet": "v"
-                },
-                {
-                    "name": "formtarget"
-                },
-                {
-                    "name": "height"
-                },
-                {
-                    "name": "inputmode",
-                    "valueSet": "im"
-                },
-                {
-                    "name": "list"
-                },
-                {
-                    "name": "max"
-                },
-                {
-                    "name": "maxlength"
-                },
-                {
-                    "name": "min"
-                },
-                {
-                    "name": "minlength"
-                },
-                {
-                    "name": "multiple",
-                    "valueSet": "v"
-                },
-                {
-                    "name": "name"
-                },
-                {
-                    "name": "pattern"
-                },
-                {
-                    "name": "placeholder"
-                },
-                {
-                    "name": "readonly",
-                    "valueSet": "v"
-                },
-                {
-                    "name": "required",
-                    "valueSet": "v"
-                },
-                {
-                    "name": "size"
-                },
-                {
-                    "name": "src"
-                },
-                {
-                    "name": "step"
-                },
-                {
-                    "name": "type",
-                    "valueSet": "t"
-                },
-                {
-                    "name": "value"
-                },
-                {
-                    "name": "width"
-                }
+            "name": ":-moz-window-inactive",
+            "browsers": [
+                "FF4"
             ],
             "references": [
                 {
                     "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/HTML/Element/input"
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/:-moz-window-inactive"
                 }
-            ]
+            ],
+            "description": "Non-standard. Matches elements in an inactive window."
         },
         {
-            "name": "button",
-            "description": {
-                "kind": "markdown",
-                "value": "The button element represents a button labeled by its contents."
-            },
-            "attributes": [
-                {
-                    "name": "autofocus",
-                    "valueSet": "v",
-                    "description": {
-                        "kind": "markdown",
-                        "value": "This Boolean attribute lets you specify that the button should have input focus when the page loads, unless the user overrides it, for example by typing in a different control. Only one form-associated element in a document can have this attribute specified."
-                    }
-                },
-                {
-                    "name": "disabled",
-                    "valueSet": "v",
-                    "description": {
-                        "kind": "markdown",
-                        "value": "This Boolean attribute indicates that the user cannot interact with the button. If this attribute is not specified, the button inherits its setting from the containing element, for example [`<fieldset>`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/fieldset \"The HTML <fieldset> element is used to group several controls as well as labels (<label>) within a web form.\"); if there is no containing element with the **disabled** attribute set, then the button is enabled.\n\nFirefox will, unlike other browsers, by default, [persist the dynamic disabled state](https://stackoverflow.com/questions/5985839/bug-with-firefox-disabled-attribute-of-input-not-resetting-when-refreshing) of a [`<button>`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/button \"The HTML <button> element represents a clickable button, which can be used in forms or anywhere in a document that needs simple, standard button functionality.\") across page loads. Use the [`autocomplete`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/button#attr-autocomplete) attribute to control this feature."
-                    }
-                },
-                {
-                    "name": "form",
-                    "description": {
-                        "kind": "markdown",
-                        "value": "The form element that the button is associated with (its _form owner_). The value of the attribute must be the **id** attribute of a [`<form>`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/form \"The HTML <form> element represents a document section that contains interactive controls for submitting information to a web server.\") element in the same document. If this attribute is not specified, the `<button>` element will be associated to an ancestor [`<form>`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/form \"The HTML <form> element represents a document section that contains interactive controls for submitting information to a web server.\") element, if one exists. This attribute enables you to associate `<button>` elements to [`<form>`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/form \"The HTML <form> element represents a document section that contains interactive controls for submitting information to a web server.\") elements anywhere within a document, not just as descendants of [`<form>`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/form \"The HTML <form> element represents a document section that contains interactive controls for submitting information to a web server.\") elements."
-                    }
-                },
-                {
-                    "name": "formaction",
-                    "description": {
-                        "kind": "markdown",
-                        "value": "The URI of a program that processes the information submitted by the button. If specified, it overrides the [`action`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/form#attr-action) attribute of the button's form owner."
-                    }
-                },
-                {
-                    "name": "formenctype",
-                    "valueSet": "et",
-                    "description": {
-                        "kind": "markdown",
-                        "value": "If the button is a submit button, this attribute specifies the type of content that is used to submit the form to the server. Possible values are:\n\n*   `application/x-www-form-urlencoded`: The default value if the attribute is not specified.\n*   `multipart/form-data`: Use this value if you are using an [`<input>`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input \"The HTML <input> element is used to create interactive controls for web-based forms in order to accept data from the user; a wide variety of types of input data and control widgets are available, depending on the device and user agent.\") element with the [`type`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#attr-type) attribute set to `file`.\n*   `text/plain`\n\nIf this attribute is specified, it overrides the [`enctype`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/form#attr-enctype) attribute of the button's form owner."
-                    }
-                },
-                {
-                    "name": "formmethod",
-                    "valueSet": "fm",
-                    "description": {
-                        "kind": "markdown",
-                        "value": "If the button is a submit button, this attribute specifies the HTTP method that the browser uses to submit the form. Possible values are:\n\n*   `post`: The data from the form are included in the body of the form and sent to the server.\n*   `get`: The data from the form are appended to the **form** attribute URI, with a '?' as a separator, and the resulting URI is sent to the server. Use this method when the form has no side-effects and contains only ASCII characters.\n\nIf specified, this attribute overrides the [`method`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/form#attr-method) attribute of the button's form owner."
-                    }
-                },
-                {
-                    "name": "formnovalidate",
-                    "valueSet": "v",
-                    "description": {
-                        "kind": "markdown",
-                        "value": "If the button is a submit button, this Boolean attribute specifies that the form is not to be validated when it is submitted. If this attribute is specified, it overrides the [`novalidate`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/form#attr-novalidate) attribute of the button's form owner."
-                    }
-                },
-                {
-                    "name": "formtarget",
-                    "description": {
-                        "kind": "markdown",
-                        "value": "If the button is a submit button, this attribute is a name or keyword indicating where to display the response that is received after submitting the form. This is a name of, or keyword for, a _browsing context_ (for example, tab, window, or inline frame). If this attribute is specified, it overrides the [`target`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/form#attr-target) attribute of the button's form owner. The following keywords have special meanings:\n\n*   `_self`: Load the response into the same browsing context as the current one. This value is the default if the attribute is not specified.\n*   `_blank`: Load the response into a new unnamed browsing context.\n*   `_parent`: Load the response into the parent browsing context of the current one. If there is no parent, this option behaves the same way as `_self`.\n*   `_top`: Load the response into the top-level browsing context (that is, the browsing context that is an ancestor of the current one, and has no parent). If there is no parent, this option behaves the same way as `_self`."
-                    }
-                },
-                {
-                    "name": "name",
-                    "description": {
-                        "kind": "markdown",
-                        "value": "The name of the button, which is submitted with the form data."
-                    }
-                },
-                {
-                    "name": "type",
-                    "valueSet": "bt",
-                    "description": {
-                        "kind": "markdown",
-                        "value": "The type of the button. Possible values are:\n\n*   `submit`: The button submits the form data to the server. This is the default if the attribute is not specified, or if the attribute is dynamically changed to an empty or invalid value.\n*   `reset`: The button resets all the controls to their initial values.\n*   `button`: The button has no default behavior. It can have client-side scripts associated with the element's events, which are triggered when the events occur."
-                    }
-                },
-                {
-                    "name": "value",
-                    "description": {
-                        "kind": "markdown",
-                        "value": "The initial value of the button. It defines the value associated with the button which is submitted with the form data. This value is passed to the server in params when the form is submitted."
-                    }
-                },
-                {
-                    "name": "autocomplete",
-                    "description": "The use of this attribute on a [`<button>`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/button \"The HTML <button> element represents a clickable button, which can be used in forms or anywhere in a document that needs simple, standard button functionality.\") is nonstandard and Firefox-specific. By default, unlike other browsers, [Firefox persists the dynamic disabled state](https://stackoverflow.com/questions/5985839/bug-with-firefox-disabled-attribute-of-input-not-resetting-when-refreshing) of a [`<button>`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/button \"The HTML <button> element represents a clickable button, which can be used in forms or anywhere in a document that needs simple, standard button functionality.\") across page loads. Setting the value of this attribute to `off` (i.e. `autocomplete=\"off\"`) disables this feature. See [bug 654072](https://bugzilla.mozilla.org/show_bug.cgi?id=654072 \"if disabled state is changed with javascript, the normal state doesn't return after refreshing the page\")."
-                }
+            "name": ":-ms-fullscreen",
+            "browsers": [
+                "IE11"
+            ],
+            "description": "Matches any element that has its fullscreen flag set."
+        },
+        {
+            "name": ":-ms-input-placeholder",
+            "browsers": [
+                "IE10"
+            ],
+            "description": "Represents placeholder text in an input field. Note: for Edge use the pseudo-element ::-ms-input-placeholder. Standardized as ::placeholder."
+        },
+        {
+            "name": ":-ms-keyboard-active",
+            "browsers": [
+                "IE10"
+            ],
+            "description": "Windows Store apps only. Applies one or more styles to an element when it has focus and the user presses the space bar."
+        },
+        {
+            "name": ":-ms-lang()",
+            "browsers": [
+                "E",
+                "IE10"
+            ],
+            "description": "Represents an element that is in the language specified. Accepts a comma separated list of language tokens."
+        },
+        {
+            "name": ":no-button",
+            "browsers": [
+                "C",
+                "S5"
+            ],
+            "description": "Non-standard. Applies to track pieces. Applies when there is no button at that end of the track."
+        },
+        {
+            "name": ":not()",
+            "browsers": [
+                "E",
+                "C",
+                "FF1",
+                "IE9",
+                "O9.5",
+                "S2"
+            ],
+            "description": "The negation pseudo-class, :not(X), is a functional notation taking a simple selector (excluding the negation pseudo-class itself) as an argument. It represents an element that is not represented by its argument."
+        },
+        {
+            "name": ":nth-child()",
+            "browsers": [
+                "E",
+                "C",
+                "FF3.5",
+                "IE9",
+                "O9.5",
+                "S3.1"
+            ],
+            "description": "Represents an element that has an+b-1 siblings before it in the document tree, for any positive integer or zero value of n, and has a parent element."
+        },
+        {
+            "name": ":nth-last-child()",
+            "browsers": [
+                "E",
+                "C",
+                "FF3.5",
+                "IE9",
+                "O9.5",
+                "S3.1"
+            ],
+            "description": "Represents an element that has an+b-1 siblings after it in the document tree, for any positive integer or zero value of n, and has a parent element."
+        },
+        {
+            "name": ":nth-last-of-type()",
+            "browsers": [
+                "E",
+                "C",
+                "FF3.5",
+                "IE9",
+                "O9.5",
+                "S3.1"
+            ],
+            "description": "Represents an element that has an+b-1 siblings with the same expanded element name after it in the document tree, for any zero or positive integer value of n, and has a parent element."
+        },
+        {
+            "name": ":nth-of-type()",
+            "browsers": [
+                "E",
+                "C",
+                "FF3.5",
+                "IE9",
+                "O9.5",
+                "S3.1"
             ],
+            "description": "Represents an element that has an+b-1 siblings with the same expanded element name before it in the document tree, for any zero or positive integer value of n, and has a parent element."
+        },
+        {
+            "name": ":only-child",
             "references": [
                 {
                     "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/HTML/Element/button"
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/:only-child"
                 }
-            ]
+            ],
+            "description": "Represents an element that has a parent element and whose parent element has no other element children. Same as :first-child:last-child or :nth-child(1):nth-last-child(1), but with a lower specificity."
         },
         {
-            "name": "select",
-            "description": {
-                "kind": "markdown",
-                "value": "The select element represents a control for selecting amongst a set of options."
-            },
-            "attributes": [
-                {
-                    "name": "autocomplete",
-                    "valueSet": "inputautocomplete",
-                    "description": {
-                        "kind": "markdown",
-                        "value": "A [`DOMString`](https://developer.mozilla.org/en-US/docs/Web/API/DOMString \"DOMString is a UTF-16 String. As JavaScript already uses such strings, DOMString is mapped directly to a String.\") providing a hint for a [user agent's](https://developer.mozilla.org/en-US/docs/Glossary/user_agent \"user agent's: A user agent is a computer program representing a person, for example, a browser in a Web context.\") autocomplete feature. See [The HTML autocomplete attribute](https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/autocomplete) for a complete list of values and details on how to use autocomplete."
-                    }
-                },
-                {
-                    "name": "autofocus",
-                    "valueSet": "v",
-                    "description": {
-                        "kind": "markdown",
-                        "value": "This Boolean attribute lets you specify that a form control should have input focus when the page loads. Only one form element in a document can have the `autofocus` attribute."
-                    }
-                },
-                {
-                    "name": "disabled",
-                    "valueSet": "v",
-                    "description": {
-                        "kind": "markdown",
-                        "value": "This Boolean attribute indicates that the user cannot interact with the control. If this attribute is not specified, the control inherits its setting from the containing element, for example `fieldset`; if there is no containing element with the `disabled` attribute set, then the control is enabled."
-                    }
-                },
-                {
-                    "name": "form",
-                    "description": {
-                        "kind": "markdown",
-                        "value": "This attribute lets you specify the form element to which the select element is associated (that is, its \"form owner\"). If this attribute is specified, its value must be the same as the `id` of a form element in the same document. This enables you to place select elements anywhere within a document, not just as descendants of their form elements."
-                    }
-                },
-                {
-                    "name": "multiple",
-                    "valueSet": "v",
-                    "description": {
-                        "kind": "markdown",
-                        "value": "This Boolean attribute indicates that multiple options can be selected in the list. If it is not specified, then only one option can be selected at a time. When `multiple` is specified, most browsers will show a scrolling list box instead of a single line dropdown."
-                    }
-                },
-                {
-                    "name": "name",
-                    "description": {
-                        "kind": "markdown",
-                        "value": "This attribute is used to specify the name of the control."
-                    }
-                },
-                {
-                    "name": "required",
-                    "valueSet": "v",
-                    "description": {
-                        "kind": "markdown",
-                        "value": "A Boolean attribute indicating that an option with a non-empty string value must be selected."
-                    }
-                },
-                {
-                    "name": "size",
-                    "description": {
-                        "kind": "markdown",
-                        "value": "If the control is presented as a scrolling list box (e.g. when `multiple` is specified), this attribute represents the number of rows in the list that should be visible at one time. Browsers are not required to present a select element as a scrolled list box. The default value is 0.\n\n**Note:** According to the HTML5 specification, the default value for size should be 1; however, in practice, this has been found to break some web sites, and no other browser currently does that, so Mozilla has opted to continue to return 0 for the time being with Firefox."
-                    }
-                }
-            ],
+            "name": ":only-of-type",
             "references": [
                 {
                     "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/HTML/Element/select"
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/:only-of-type"
                 }
-            ]
+            ],
+            "description": "Matches every element that is the only child of its type, of its parent. Same as :first-of-type:last-of-type or :nth-of-type(1):nth-last-of-type(1), but with a lower specificity."
         },
         {
-            "name": "datalist",
-            "description": {
-                "kind": "markdown",
-                "value": "The datalist element represents a set of option elements that represent predefined options for other controls. In the rendering, the datalist element represents nothing and it, along with its children, should be hidden."
-            },
-            "attributes": [],
+            "name": ":optional",
             "references": [
                 {
                     "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/HTML/Element/datalist"
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/:optional"
                 }
-            ]
+            ],
+            "description": "A form element is :required or :optional if a value for it is, respectively, required or optional before the form it belongs to is submitted. Elements that are not form elements are neither required nor optional."
         },
         {
-            "name": "optgroup",
-            "description": {
-                "kind": "markdown",
-                "value": "The optgroup element represents a group of option elements with a common label."
-            },
-            "attributes": [
-                {
-                    "name": "disabled",
-                    "valueSet": "v",
-                    "description": {
-                        "kind": "markdown",
-                        "value": "If this Boolean attribute is set, none of the items in this option group is selectable. Often browsers grey out such control and it won't receive any browsing events, like mouse clicks or focus-related ones."
-                    }
-                },
-                {
-                    "name": "label",
-                    "description": {
-                        "kind": "markdown",
-                        "value": "The name of the group of options, which the browser can use when labeling the options in the user interface. This attribute is mandatory if this element is used."
-                    }
-                }
+            "name": ":out-of-range",
+            "browsers": [
+                "E13",
+                "FF29",
+                "S5.1",
+                "C10",
+                "O11"
             ],
             "references": [
                 {
                     "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/HTML/Element/optgroup"
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/:out-of-range"
                 }
-            ]
+            ],
+            "description": "Used in conjunction with the min and max attributes, whether on a range input, a number field, or any other types that accept those attributes."
         },
         {
-            "name": "option",
-            "description": {
-                "kind": "markdown",
-                "value": "The option element represents an option in a select element or as part of a list of suggestions in a datalist element."
-            },
-            "attributes": [
-                {
-                    "name": "disabled",
-                    "valueSet": "v",
-                    "description": {
-                        "kind": "markdown",
-                        "value": "If this Boolean attribute is set, this option is not checkable. Often browsers grey out such control and it won't receive any browsing event, like mouse clicks or focus-related ones. If this attribute is not set, the element can still be disabled if one of its ancestors is a disabled [`<optgroup>`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/optgroup \"The HTML <optgroup> element creates a grouping of options within a <select> element.\") element."
-                    }
-                },
-                {
-                    "name": "label",
-                    "description": {
-                        "kind": "markdown",
-                        "value": "This attribute is text for the label indicating the meaning of the option. If the `label` attribute isn't defined, its value is that of the element text content."
-                    }
-                },
-                {
-                    "name": "selected",
-                    "valueSet": "v",
-                    "description": {
-                        "kind": "markdown",
-                        "value": "If present, this Boolean attribute indicates that the option is initially selected. If the `<option>` element is the descendant of a [`<select>`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/select \"The HTML <select> element represents a control that provides a menu of options\") element whose [`multiple`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/select#attr-multiple) attribute is not set, only one single `<option>` of this [`<select>`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/select \"The HTML <select> element represents a control that provides a menu of options\") element may have the `selected` attribute."
-                    }
-                },
-                {
-                    "name": "value",
-                    "description": {
-                        "kind": "markdown",
-                        "value": "The content of this attribute represents the value to be submitted with the form, should this option be selected. If this attribute is omitted, the value is taken from the text content of the option element."
-                    }
-                }
+            "name": ":past",
+            "browsers": [
+                "C",
+                "O16",
+                "S6"
+            ],
+            "description": "Represents any element that is defined to occur entirely prior to a :current element."
+        },
+        {
+            "name": ":read-only",
+            "browsers": [
+                "E13",
+                "FF78",
+                "S4",
+                "C1",
+                "O9"
             ],
             "references": [
                 {
                     "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/HTML/Element/option"
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/:read-only"
                 }
-            ]
+            ],
+            "description": "An element whose contents are not user-alterable is :read-only. However, elements whose contents are user-alterable (such as text input fields) are considered to be in a :read-write state. In typical documents, most elements are :read-only."
         },
         {
-            "name": "textarea",
-            "description": {
-                "kind": "markdown",
-                "value": "The textarea element represents a multiline plain text edit control for the element's raw value. The contents of the control represent the control's default value."
-            },
-            "attributes": [
-                {
-                    "name": "autocomplete",
-                    "valueSet": "inputautocomplete",
-                    "description": {
-                        "kind": "markdown",
-                        "value": "This attribute indicates whether the value of the control can be automatically completed by the browser. Possible values are:\n\n*   `off`: The user must explicitly enter a value into this field for every use, or the document provides its own auto-completion method; the browser does not automatically complete the entry.\n*   `on`: The browser can automatically complete the value based on values that the user has entered during previous uses.\n\nIf the `autocomplete` attribute is not specified on a `<textarea>` element, then the browser uses the `autocomplete` attribute value of the `<textarea>` element's form owner. The form owner is either the [`<form>`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/form \"The HTML <form> element represents a document section that contains interactive controls for submitting information to a web server.\") element that this `<textarea>` element is a descendant of or the form element whose `id` is specified by the `form` attribute of the input element. For more information, see the [`autocomplete`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/form#attr-autocomplete) attribute in [`<form>`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/form \"The HTML <form> element represents a document section that contains interactive controls for submitting information to a web server.\")."
-                    }
-                },
-                {
-                    "name": "autofocus",
-                    "valueSet": "v",
-                    "description": {
-                        "kind": "markdown",
-                        "value": "This Boolean attribute lets you specify that a form control should have input focus when the page loads. Only one form-associated element in a document can have this attribute specified."
-                    }
-                },
-                {
-                    "name": "cols",
-                    "description": {
-                        "kind": "markdown",
-                        "value": "The visible width of the text control, in average character widths. If it is specified, it must be a positive integer. If it is not specified, the default value is `20`."
-                    }
-                },
-                {
-                    "name": "dirname"
-                },
-                {
-                    "name": "disabled",
-                    "valueSet": "v",
-                    "description": {
-                        "kind": "markdown",
-                        "value": "This Boolean attribute indicates that the user cannot interact with the control. If this attribute is not specified, the control inherits its setting from the containing element, for example [`<fieldset>`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/fieldset \"The HTML <fieldset> element is used to group several controls as well as labels (<label>) within a web form.\"); if there is no containing element when the `disabled` attribute is set, the control is enabled."
-                    }
-                },
-                {
-                    "name": "form",
-                    "description": {
-                        "kind": "markdown",
-                        "value": "The form element that the `<textarea>` element is associated with (its \"form owner\"). The value of the attribute must be the `id` of a form element in the same document. If this attribute is not specified, the `<textarea>` element must be a descendant of a form element. This attribute enables you to place `<textarea>` elements anywhere within a document, not just as descendants of form elements."
-                    }
-                },
-                {
-                    "name": "inputmode",
-                    "valueSet": "im"
-                },
-                {
-                    "name": "maxlength",
-                    "description": {
-                        "kind": "markdown",
-                        "value": "The maximum number of characters (unicode code points) that the user can enter. If this value isn't specified, the user can enter an unlimited number of characters."
-                    }
-                },
-                {
-                    "name": "minlength",
-                    "description": {
-                        "kind": "markdown",
-                        "value": "The minimum number of characters (unicode code points) required that the user should enter."
-                    }
-                },
-                {
-                    "name": "name",
-                    "description": {
-                        "kind": "markdown",
-                        "value": "The name of the control."
-                    }
-                },
-                {
-                    "name": "placeholder",
-                    "description": {
-                        "kind": "markdown",
-                        "value": "A hint to the user of what can be entered in the control. Carriage returns or line-feeds within the placeholder text must be treated as line breaks when rendering the hint.\n\n**Note:** Placeholders should only be used to show an example of the type of data that should be entered into a form; they are _not_ a substitute for a proper [`<label>`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/label \"The HTML <label> element represents a caption for an item in a user interface.\") element tied to the input. See [Labels and placeholders](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#Labels_and_placeholders \"The HTML <input> element is used to create interactive controls for web-based forms in order to accept data from the user; a wide variety of types of input data and control widgets are available, depending on the device and user agent.\") in [<input>: The Input (Form Input) element](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input \"The HTML <input> element is used to create interactive controls for web-based forms in order to accept data from the user; a wide variety of types of input data and control widgets are available, depending on the device and user agent.\") for a full explanation."
-                    }
-                },
-                {
-                    "name": "readonly",
-                    "valueSet": "v",
-                    "description": {
-                        "kind": "markdown",
-                        "value": "This Boolean attribute indicates that the user cannot modify the value of the control. Unlike the `disabled` attribute, the `readonly` attribute does not prevent the user from clicking or selecting in the control. The value of a read-only control is still submitted with the form."
-                    }
-                },
-                {
-                    "name": "required",
-                    "valueSet": "v",
-                    "description": {
-                        "kind": "markdown",
-                        "value": "This attribute specifies that the user must fill in a value before submitting a form."
-                    }
-                },
-                {
-                    "name": "rows",
-                    "description": {
-                        "kind": "markdown",
-                        "value": "The number of visible text lines for the control."
-                    }
-                },
-                {
-                    "name": "wrap",
-                    "valueSet": "w",
-                    "description": {
-                        "kind": "markdown",
-                        "value": "Indicates how the control wraps text. Possible values are:\n\n*   `hard`: The browser automatically inserts line breaks (CR+LF) so that each line has no more than the width of the control; the `cols` attribute must also be specified for this to take effect.\n*   `soft`: The browser ensures that all line breaks in the value consist of a CR+LF pair, but does not insert any additional line breaks.\n*   `off` : Like `soft` but changes appearance to `white-space: pre` so line segments exceeding `cols` are not wrapped and the `<textarea>` becomes horizontally scrollable.\n\nIf this attribute is not specified, `soft` is its default value."
-                    }
-                },
-                {
-                    "name": "autocapitalize",
-                    "description": "This is a non-standard attribute supported by WebKit on iOS (therefore nearly all browsers running on iOS, including Safari, Firefox, and Chrome), which controls whether and how the text value should be automatically capitalized as it is entered/edited by the user. The non-deprecated values are available in iOS 5 and later. Possible values are:\n\n*   `none`: Completely disables automatic capitalization.\n*   `sentences`: Automatically capitalize the first letter of sentences.\n*   `words`: Automatically capitalize the first letter of words.\n*   `characters`: Automatically capitalize all characters.\n*   `on`: Deprecated since iOS 5.\n*   `off`: Deprecated since iOS 5."
-                },
-                {
-                    "name": "spellcheck",
-                    "description": "Specifies whether the `<textarea>` is subject to spell checking by the underlying browser/OS. the value can be:\n\n*   `true`: Indicates that the element needs to have its spelling and grammar checked.\n*   `default` : Indicates that the element is to act according to a default behavior, possibly based on the parent element's own `spellcheck` value.\n*   `false` : Indicates that the element should not be spell checked."
-                }
+            "name": ":read-write",
+            "browsers": [
+                "E13",
+                "FF78",
+                "S4",
+                "C1",
+                "O9"
             ],
             "references": [
                 {
                     "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/HTML/Element/textarea"
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/:read-write"
                 }
-            ]
+            ],
+            "description": "An element whose contents are not user-alterable is :read-only. However, elements whose contents are user-alterable (such as text input fields) are considered to be in a :read-write state. In typical documents, most elements are :read-only."
         },
         {
-            "name": "output",
-            "description": {
-                "kind": "markdown",
-                "value": "The output element represents the result of a calculation performed by the application, or the result of a user action."
-            },
-            "attributes": [
-                {
-                    "name": "for",
-                    "description": {
-                        "kind": "markdown",
-                        "value": "A space-separated list of other elements’ [`id`](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/id)s, indicating that those elements contributed input values to (or otherwise affected) the calculation."
-                    }
-                },
-                {
-                    "name": "form",
-                    "description": {
-                        "kind": "markdown",
-                        "value": "The [form element](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/form) that this element is associated with (its \"form owner\"). The value of the attribute must be an `id` of a form element in the same document. If this attribute is not specified, the output element must be a descendant of a form element. This attribute enables you to place output elements anywhere within a document, not just as descendants of their form elements."
-                    }
-                },
+            "name": ":required",
+            "references": [
                 {
-                    "name": "name",
-                    "description": {
-                        "kind": "markdown",
-                        "value": "The name of the element, exposed in the [`HTMLFormElement`](https://developer.mozilla.org/en-US/docs/Web/API/HTMLFormElement \"The HTMLFormElement interface represents a <form> element in the DOM; it allows access to and in some cases modification of aspects of the form, as well as access to its component elements.\") API."
-                    }
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/:required"
                 }
             ],
+            "description": "A form element is :required or :optional if a value for it is, respectively, required or optional before the form it belongs to is submitted. Elements that are not form elements are neither required nor optional."
+        },
+        {
+            "name": ":right",
+            "browsers": [
+                "E12",
+                "S5.1",
+                "C6",
+                "IE8",
+                "O9.2"
+            ],
             "references": [
                 {
                     "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/HTML/Element/output"
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/:right"
                 }
-            ]
+            ],
+            "description": "When printing double-sided documents, the page boxes on left and right pages may be different. This can be expressed through CSS pseudo-classes defined in the  page context."
         },
         {
-            "name": "progress",
-            "description": {
-                "kind": "markdown",
-                "value": "The progress element represents the completion progress of a task. The progress is either indeterminate, indicating that progress is being made but that it is not clear how much more work remains to be done before the task is complete (e.g. because the task is waiting for a remote host to respond), or the progress is a number in the range zero to a maximum, giving the fraction of work that has so far been completed."
-            },
-            "attributes": [
-                {
-                    "name": "value",
-                    "description": {
-                        "kind": "markdown",
-                        "value": "This attribute specifies how much of the task that has been completed. It must be a valid floating point number between 0 and `max`, or between 0 and 1 if `max` is omitted. If there is no `value` attribute, the progress bar is indeterminate; this indicates that an activity is ongoing with no indication of how long it is expected to take."
-                    }
-                },
+            "name": ":root",
+            "references": [
                 {
-                    "name": "max",
-                    "description": {
-                        "kind": "markdown",
-                        "value": "This attribute describes how much work the task indicated by the `progress` element requires. The `max` attribute, if present, must have a value greater than zero and be a valid floating point number. The default value is 1."
-                    }
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/:root"
                 }
             ],
+            "description": "Represents an element that is the root of the document. In HTML 4, this is always the HTML element."
+        },
+        {
+            "name": ":scope",
+            "browsers": [
+                "E79",
+                "FF32",
+                "S7",
+                "C27",
+                "O15"
+            ],
             "references": [
                 {
                     "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/HTML/Element/progress"
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/:scope"
                 }
-            ]
+            ],
+            "description": "Represents any element that is in the contextual reference element set."
         },
         {
-            "name": "meter",
-            "description": {
-                "kind": "markdown",
-                "value": "The meter element represents a scalar measurement within a known range, or a fractional value; for example disk usage, the relevance of a query result, or the fraction of a voting population to have selected a particular candidate."
-            },
-            "attributes": [
-                {
-                    "name": "value",
-                    "description": {
-                        "kind": "markdown",
-                        "value": "The current numeric value. This must be between the minimum and maximum values (`min` attribute and `max` attribute) if they are specified. If unspecified or malformed, the value is 0. If specified, but not within the range given by the `min` attribute and `max` attribute, the value is equal to the nearest end of the range.\n\n**Usage note:** Unless the `value` attribute is between `0` and `1` (inclusive), the `min` and `max` attributes should define the range so that the `value` attribute's value is within it."
-                    }
-                },
-                {
-                    "name": "min",
-                    "description": {
-                        "kind": "markdown",
-                        "value": "The lower numeric bound of the measured range. This must be less than the maximum value (`max` attribute), if specified. If unspecified, the minimum value is 0."
-                    }
-                },
-                {
-                    "name": "max",
-                    "description": {
-                        "kind": "markdown",
-                        "value": "The upper numeric bound of the measured range. This must be greater than the minimum value (`min` attribute), if specified. If unspecified, the maximum value is 1."
-                    }
-                },
-                {
-                    "name": "low",
-                    "description": {
-                        "kind": "markdown",
-                        "value": "The upper numeric bound of the low end of the measured range. This must be greater than the minimum value (`min` attribute), and it also must be less than the high value and maximum value (`high` attribute and `max` attribute, respectively), if any are specified. If unspecified, or if less than the minimum value, the `low` value is equal to the minimum value."
-                    }
-                },
-                {
-                    "name": "high",
-                    "description": {
-                        "kind": "markdown",
-                        "value": "The lower numeric bound of the high end of the measured range. This must be less than the maximum value (`max` attribute), and it also must be greater than the low value and minimum value (`low` attribute and **min** attribute, respectively), if any are specified. If unspecified, or if greater than the maximum value, the `high` value is equal to the maximum value."
-                    }
-                },
-                {
-                    "name": "optimum",
-                    "description": {
-                        "kind": "markdown",
-                        "value": "This attribute indicates the optimal numeric value. It must be within the range (as defined by the `min` attribute and `max` attribute). When used with the `low` attribute and `high` attribute, it gives an indication where along the range is considered preferable. For example, if it is between the `min` attribute and the `low` attribute, then the lower range is considered preferred."
-                    }
-                },
+            "name": ":single-button",
+            "browsers": [
+                "C",
+                "S5"
+            ],
+            "description": "Non-standard. Applies to buttons and track pieces. Applies when both buttons are displayed separately at either end of the scrollbar."
+        },
+        {
+            "name": ":start",
+            "browsers": [
+                "C",
+                "S5"
+            ],
+            "description": "Non-standard. Applies to buttons and track pieces. Indicates whether the object is placed before the thumb."
+        },
+        {
+            "name": ":target",
+            "references": [
                 {
-                    "name": "form",
-                    "description": "This attribute associates the element with a `form` element that has ownership of the `meter` element. For example, a `meter` might be displaying a range corresponding to an `input` element of `type` _number_. This attribute is only used if the `meter` element is being used as a form-associated element; even then, it may be omitted if the element appears as a descendant of a `form` element."
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/:target"
                 }
             ],
+            "description": "Some URIs refer to a location within a resource. This kind of URI ends with a 'number sign' (#) followed by an anchor identifier (called the fragment identifier)."
+        },
+        {
+            "name": ":valid",
             "references": [
                 {
                     "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/HTML/Element/meter"
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/:valid"
                 }
-            ]
+            ],
+            "description": "An element is :valid or :invalid when it is, respectively, valid or invalid with respect to data validity semantics defined by a different specification."
         },
         {
-            "name": "fieldset",
-            "description": {
-                "kind": "markdown",
-                "value": "The fieldset element represents a set of form controls optionally grouped under a common name."
-            },
-            "attributes": [
-                {
-                    "name": "disabled",
-                    "valueSet": "v",
-                    "description": {
-                        "kind": "markdown",
-                        "value": "If this Boolean attribute is set, all form controls that are descendants of the `<fieldset>`, are disabled, meaning they are not editable and won't be submitted along with the `<form>`. They won't receive any browsing events, like mouse clicks or focus-related events. By default browsers display such controls grayed out. Note that form elements inside the [`<legend>`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/legend \"The HTML <legend> element represents a caption for the content of its parent <fieldset>.\") element won't be disabled."
-                    }
-                },
-                {
-                    "name": "form",
-                    "description": {
-                        "kind": "markdown",
-                        "value": "This attribute takes the value of the `id` attribute of a [`<form>`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/form \"The HTML <form> element represents a document section that contains interactive controls for submitting information to a web server.\") element you want the `<fieldset>` to be part of, even if it is not inside the form."
-                    }
-                },
-                {
-                    "name": "name",
-                    "description": {
-                        "kind": "markdown",
-                        "value": "The name associated with the group.\n\n**Note**: The caption for the fieldset is given by the first [`<legend>`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/legend \"The HTML <legend> element represents a caption for the content of its parent <fieldset>.\") element nested inside it."
-                    }
-                }
+            "name": ":vertical",
+            "browsers": [
+                "C",
+                "S5"
             ],
+            "description": "Non-standard. Applies to any scrollbar pieces that have a vertical orientation."
+        },
+        {
+            "name": ":visited",
             "references": [
                 {
                     "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/HTML/Element/fieldset"
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/:visited"
                 }
-            ]
+            ],
+            "description": "Applies once the link has been visited by the user."
         },
         {
-            "name": "legend",
-            "description": {
-                "kind": "markdown",
-                "value": "The legend element represents a caption for the rest of the contents of the legend element's parent fieldset element, if any."
-            },
-            "attributes": [],
+            "name": ":-webkit-any()",
+            "browsers": [
+                "C",
+                "S5"
+            ],
+            "description": "Represents an element that is represented by the selector list passed as its argument. Standardized as :matches()."
+        },
+        {
+            "name": ":-webkit-full-screen",
+            "browsers": [
+                "C",
+                "S6"
+            ],
+            "description": "Matches any element that has its fullscreen flag set. Standardized as :fullscreen."
+        },
+        {
+            "name": ":window-inactive",
+            "browsers": [
+                "C",
+                "S3"
+            ],
+            "description": "Non-standard. Applies to all scrollbar pieces. Indicates whether or not the window containing the scrollbar is currently active."
+        },
+        {
+            "name": ":blank",
+            "status": "experimental",
             "references": [
                 {
                     "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/HTML/Element/legend"
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/:blank"
                 }
-            ]
+            ],
+            "description": "The :blank CSS pseudo-class selects empty user input elements (eg. <input> or <textarea>)."
         },
         {
-            "name": "details",
-            "description": {
-                "kind": "markdown",
-                "value": "The details element represents a disclosure widget from which the user can obtain additional information or controls."
-            },
-            "attributes": [
-                {
-                    "name": "open",
-                    "valueSet": "v",
-                    "description": {
-                        "kind": "markdown",
-                        "value": "This Boolean attribute indicates whether or not the details — that is, the contents of the `<details>` element — are currently visible. The default, `false`, means the details are not visible."
-                    }
-                }
+            "name": ":defined",
+            "status": "experimental",
+            "browsers": [
+                "E79",
+                "FF63",
+                "S10",
+                "C54",
+                "O41"
             ],
             "references": [
                 {
                     "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/HTML/Element/details"
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/:defined"
                 }
-            ]
+            ],
+            "description": "The :defined CSS pseudo-class represents any element that has been defined. This includes any standard element built in to the browser, and custom elements that have been successfully defined (i.e. with the CustomElementRegistry.define() method)."
         },
         {
-            "name": "summary",
-            "description": {
-                "kind": "markdown",
-                "value": "The summary element represents a summary, caption, or legend for the rest of the contents of the summary element's parent details element, if any."
-            },
-            "attributes": [],
+            "name": ":dir",
+            "browsers": [
+                "FF49"
+            ],
             "references": [
                 {
                     "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/HTML/Element/summary"
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/:dir"
                 }
-            ]
+            ],
+            "description": "The :dir() CSS pseudo-class matches elements based on the directionality of the text contained in them."
         },
         {
-            "name": "dialog",
-            "description": {
-                "kind": "markdown",
-                "value": "The dialog element represents a part of an application that a user interacts with to perform a task, for example a dialog box, inspector, or window."
-            },
-            "attributes": [
-                {
-                    "name": "open",
-                    "description": "Indicates that the dialog is active and available for interaction. When the `open` attribute is not set, the dialog shouldn't be shown to the user."
-                }
+            "name": ":focus-visible",
+            "status": "experimental",
+            "browsers": [
+                "E79",
+                "FF4",
+                "C67",
+                "O54"
             ],
             "references": [
                 {
                     "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/HTML/Element/dialog"
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/:focus-visible"
                 }
-            ]
+            ],
+            "description": "The :focus-visible pseudo-class applies while an element matches the :focus pseudo-class and the UA determines via heuristics that the focus should be made evident on the element."
         },
         {
-            "name": "script",
-            "description": {
-                "kind": "markdown",
-                "value": "The script element allows authors to include dynamic script and data blocks in their documents. The element does not represent content for the user."
-            },
-            "attributes": [
-                {
-                    "name": "src",
-                    "description": {
-                        "kind": "markdown",
-                        "value": "This attribute specifies the URI of an external script; this can be used as an alternative to embedding a script directly within a document.\n\nIf a `script` element has a `src` attribute specified, it should not have a script embedded inside its tags."
-                    }
-                },
-                {
-                    "name": "type",
-                    "description": {
-                        "kind": "markdown",
-                        "value": "This attribute indicates the type of script represented. The value of this attribute will be in one of the following categories:\n\n*   **Omitted or a JavaScript MIME type:** For HTML5-compliant browsers this indicates the script is JavaScript. HTML5 specification urges authors to omit the attribute rather than provide a redundant MIME type. In earlier browsers, this identified the scripting language of the embedded or imported (via the `src` attribute) code. JavaScript MIME types are [listed in the specification](https://developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/MIME_types#JavaScript_types).\n*   **`module`:** For HTML5-compliant browsers the code is treated as a JavaScript module. The processing of the script contents is not affected by the `charset` and `defer` attributes. For information on using `module`, see [ES6 in Depth: Modules](https://hacks.mozilla.org/2015/08/es6-in-depth-modules/). Code may behave differently when the `module` keyword is used.\n*   **Any other value:** The embedded content is treated as a data block which won't be processed by the browser. Developers must use a valid MIME type that is not a JavaScript MIME type to denote data blocks. The `src` attribute will be ignored.\n\n**Note:** in Firefox you could specify the version of JavaScript contained in a `<script>` element by including a non-standard `version` parameter inside the `type` attribute — for example `type=\"text/javascript;version=1.8\"`. This has been removed in Firefox 59 (see [bug 1428745](https://bugzilla.mozilla.org/show_bug.cgi?id=1428745 \"FIXED: Remove support for version parameter from script loader\"))."
-                    }
-                },
-                {
-                    "name": "charset"
-                },
-                {
-                    "name": "async",
-                    "valueSet": "v",
-                    "description": {
-                        "kind": "markdown",
-                        "value": "This is a Boolean attribute indicating that the browser should, if possible, load the script asynchronously.\n\nThis attribute must not be used if the `src` attribute is absent (i.e. for inline scripts). If it is included in this case it will have no effect.\n\nBrowsers usually assume the worst case scenario and load scripts synchronously, (i.e. `async=\"false\"`) during HTML parsing.\n\nDynamically inserted scripts (using [`document.createElement()`](https://developer.mozilla.org/en-US/docs/Web/API/Document/createElement \"In an HTML document, the document.createElement() method creates the HTML element specified by tagName, or an HTMLUnknownElement if tagName isn't recognized.\")) load asynchronously by default, so to turn on synchronous loading (i.e. scripts load in the order they were inserted) set `async=\"false\"`.\n\nSee [Browser compatibility](#Browser_compatibility) for notes on browser support. See also [Async scripts for asm.js](https://developer.mozilla.org/en-US/docs/Games/Techniques/Async_scripts)."
-                    }
-                },
-                {
-                    "name": "defer",
-                    "valueSet": "v",
-                    "description": {
-                        "kind": "markdown",
-                        "value": "This Boolean attribute is set to indicate to a browser that the script is meant to be executed after the document has been parsed, but before firing [`DOMContentLoaded`](https://developer.mozilla.org/en-US/docs/Web/Events/DOMContentLoaded \"/en-US/docs/Web/Events/DOMContentLoaded\").\n\nScripts with the `defer` attribute will prevent the `DOMContentLoaded` event from firing until the script has loaded and finished evaluating.\n\nThis attribute must not be used if the `src` attribute is absent (i.e. for inline scripts), in this case it would have no effect.\n\nTo achieve a similar effect for dynamically inserted scripts use `async=\"false\"` instead. Scripts with the `defer` attribute will execute in the order in which they appear in the document."
-                    }
-                },
-                {
-                    "name": "crossorigin",
-                    "valueSet": "xo",
-                    "description": {
-                        "kind": "markdown",
-                        "value": "Normal `script` elements pass minimal information to the [`window.onerror`](https://developer.mozilla.org/en-US/docs/Web/API/GlobalEventHandlers/onerror \"The onerror property of the GlobalEventHandlers mixin is an EventHandler that processes error events.\") for scripts which do not pass the standard [CORS](https://developer.mozilla.org/en-US/docs/Glossary/CORS \"CORS: CORS (Cross-Origin Resource Sharing) is a system, consisting of transmitting HTTP headers, that determines whether browsers block frontend JavaScript code from accessing responses for cross-origin requests.\") checks. To allow error logging for sites which use a separate domain for static media, use this attribute. See [CORS settings attributes](https://developer.mozilla.org/en-US/docs/Web/HTML/CORS_settings_attributes) for a more descriptive explanation of its valid arguments."
-                    }
-                },
-                {
-                    "name": "nonce",
-                    "description": {
-                        "kind": "markdown",
-                        "value": "A cryptographic nonce (number used once) to whitelist inline scripts in a [script-src Content-Security-Policy](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Content-Security-Policy/script-src). The server must generate a unique nonce value each time it transmits a policy. It is critical to provide a nonce that cannot be guessed as bypassing a resource's policy is otherwise trivial."
-                    }
-                },
-                {
-                    "name": "integrity",
-                    "description": "This attribute contains inline metadata that a user agent can use to verify that a fetched resource has been delivered free of unexpected manipulation. See [Subresource Integrity](https://developer.mozilla.org/en-US/docs/Web/Security/Subresource_Integrity)."
-                },
-                {
-                    "name": "nomodule",
-                    "description": "This Boolean attribute is set to indicate that the script should not be executed in browsers that support [ES2015 modules](https://hacks.mozilla.org/2015/08/es6-in-depth-modules/) — in effect, this can be used to serve fallback scripts to older browsers that do not support modular JavaScript code."
-                },
-                {
-                    "name": "referrerpolicy",
-                    "description": "Indicates which [referrer](https://developer.mozilla.org/en-US/docs/Web/API/Document/referrer) to send when fetching the script, or resources fetched by the script:\n\n*   `no-referrer`: The [`Referer`](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Referer \"The Referer request header contains the address of the previous web page from which a link to the currently requested page was followed. The Referer header allows servers to identify where people are visiting them from and may use that data for analytics, logging, or optimized caching, for example.\") header will not be sent.\n*   `no-referrer-when-downgrade` (default): The [`Referer`](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Referer \"The Referer request header contains the address of the previous web page from which a link to the currently requested page was followed. The Referer header allows servers to identify where people are visiting them from and may use that data for analytics, logging, or optimized caching, for example.\") header will not be sent to [origin](https://developer.mozilla.org/en-US/docs/Glossary/origin \"origin: Web content's origin is defined by the scheme (protocol), host (domain), and port of the URL used to access it. Two objects have the same origin only when the scheme, host, and port all match.\")s without [TLS](https://developer.mozilla.org/en-US/docs/Glossary/TLS \"TLS: Transport Layer Security (TLS), previously known as Secure Sockets Layer (SSL), is a protocol used by applications to communicate securely across a network, preventing tampering with and eavesdropping on email, web browsing, messaging, and other protocols.\") ([HTTPS](https://developer.mozilla.org/en-US/docs/Glossary/HTTPS \"HTTPS: HTTPS (HTTP Secure) is an encrypted version of the HTTP protocol. It usually uses SSL or TLS to encrypt all communication between a client and a server. This secure connection allows clients to safely exchange sensitive data with a server, for example for banking activities or online shopping.\")).\n*   `origin`: The sent referrer will be limited to the origin of the referring page: its [scheme](https://developer.mozilla.org/en-US/docs/Archive/Mozilla/URIScheme), [host](https://developer.mozilla.org/en-US/docs/Glossary/host \"host: A host is a device connected to the Internet (or a local network). Some hosts called servers offer additional services like serving webpages or storing files and emails.\"), and [port](https://developer.mozilla.org/en-US/docs/Glossary/port \"port: For a computer connected to a network with an IP address, a port is a communication endpoint. Ports are designated by numbers, and below 1024 each port is associated by default with a specific protocol.\").\n*   `origin-when-cross-origin`: The referrer sent to other origins will be limited to the scheme, the host, and the port. Navigations on the same origin will still include the path.\n*   `same-origin`: A referrer will be sent for [same origin](https://developer.mozilla.org/en-US/docs/Glossary/Same-origin_policy \"same origin: The same-origin policy is a critical security mechanism that restricts how a document or script loaded from one origin can interact with a resource from another origin.\"), but cross-origin requests will contain no referrer information.\n*   `strict-origin`: Only send the origin of the document as the referrer when the protocol security level stays the same (e.g. HTTPS→HTTPS), but don't send it to a less secure destination (e.g. HTTPS→HTTP).\n*   `strict-origin-when-cross-origin`: Send a full URL when performing a same-origin request, but only send the origin when the protocol security level stays the same (e.g.HTTPS→HTTPS), and send no header to a less secure destination (e.g. HTTPS→HTTP).\n*   `unsafe-url`: The referrer will include the origin _and_ the path (but not the [fragment](https://developer.mozilla.org/en-US/docs/Web/API/HTMLHyperlinkElementUtils/hash), [password](https://developer.mozilla.org/en-US/docs/Web/API/HTMLHyperlinkElementUtils/password), or [username](https://developer.mozilla.org/en-US/docs/Web/API/HTMLHyperlinkElementUtils/username)). **This value is unsafe**, because it leaks origins and paths from TLS-protected resources to insecure origins.\n\n**Note**: An empty string value (`\"\"`) is both the default value, and a fallback value if `referrerpolicy` is not supported. If `referrerpolicy` is not explicitly specified on the `<script>` element, it will adopt a higher-level referrer policy, i.e. one set on the whole document or domain. If a higher-level policy is not available, the empty string is treated as being equivalent to `no-referrer-when-downgrade`."
-                },
-                {
-                    "name": "text",
-                    "description": "Like the `textContent` attribute, this attribute sets the text content of the element. Unlike the `textContent` attribute, however, this attribute is evaluated as executable code after the node is inserted into the DOM."
-                }
+            "name": ":focus-within",
+            "status": "experimental",
+            "browsers": [
+                "E79",
+                "FF52",
+                "S10.1",
+                "C60",
+                "O47"
             ],
             "references": [
                 {
                     "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/HTML/Element/script"
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/:focus-within"
                 }
-            ]
+            ],
+            "description": "The :focus-within pseudo-class applies to any element for which the :focus pseudo class applies as well as to an element whose descendant in the flat tree (including non-element nodes, such as text nodes) matches the conditions for matching :focus."
         },
         {
-            "name": "noscript",
-            "description": {
-                "kind": "markdown",
-                "value": "The noscript element represents nothing if scripting is enabled, and represents its children if scripting is disabled. It is used to present different markup to user agents that support scripting and those that don't support scripting, by affecting how the document is parsed."
-            },
-            "attributes": [],
+            "name": ":has",
+            "status": "experimental",
             "references": [
                 {
                     "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/HTML/Element/noscript"
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/:has"
                 }
-            ]
+            ],
+            "description": ":The :has() CSS pseudo-class represents an element if any of the selectors passed as parameters (relative to the :scope of the given element), match at least one element."
         },
         {
-            "name": "template",
-            "description": {
-                "kind": "markdown",
-                "value": "The template element is used to declare fragments of HTML that can be cloned and inserted in the document by script."
-            },
-            "attributes": [],
+            "name": ":is",
+            "status": "experimental",
+            "browsers": [
+                "E79",
+                "FF78",
+                "S9",
+                "C68",
+                "O55"
+            ],
             "references": [
                 {
                     "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/HTML/Element/template"
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/:is"
                 }
-            ]
+            ],
+            "description": "The :is() CSS pseudo-class function takes a selector list as its argument, and selects any element that can be selected by one of the selectors in that list. This is useful for writing large selectors in a more compact form."
         },
         {
-            "name": "canvas",
-            "description": {
-                "kind": "markdown",
-                "value": "The canvas element provides scripts with a resolution-dependent bitmap canvas, which can be used for rendering graphs, game graphics, art, or other visual images on the fly."
-            },
-            "attributes": [
-                {
-                    "name": "width",
-                    "description": {
-                        "kind": "markdown",
-                        "value": "The width of the coordinate space in CSS pixels. Defaults to 300."
-                    }
-                },
-                {
-                    "name": "height",
-                    "description": {
-                        "kind": "markdown",
-                        "value": "The height of the coordinate space in CSS pixels. Defaults to 150."
-                    }
-                },
+            "name": ":placeholder-shown",
+            "status": "experimental",
+            "references": [
                 {
-                    "name": "moz-opaque",
-                    "description": "Lets the canvas know whether or not translucency will be a factor. If the canvas knows there's no translucency, painting performance can be optimized. This is only supported by Mozilla-based browsers; use the standardized [`canvas.getContext('2d', { alpha: false })`](https://developer.mozilla.org/en-US/docs/Web/API/HTMLCanvasElement/getContext \"The HTMLCanvasElement.getContext() method returns a drawing context on the canvas, or null if the context identifier is not supported.\") instead."
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/:placeholder-shown"
                 }
             ],
+            "description": "The :placeholder-shown CSS pseudo-class represents any <input> or <textarea> element that is currently displaying placeholder text."
+        },
+        {
+            "name": ":where",
+            "status": "experimental",
+            "browsers": [
+                "FF78",
+                "C72"
+            ],
             "references": [
                 {
                     "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/HTML/Element/canvas"
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/:where"
                 }
-            ]
+            ],
+            "description": "The :where() CSS pseudo-class function takes a selector list as its argument, and selects any element that can be selected by one of the selectors in that list."
         }
     ],
-    "globalAttributes": [
+    "pseudoElements": [
         {
-            "name": "accesskey",
-            "description": {
-                "kind": "markdown",
-                "value": "Provides a hint for generating a keyboard shortcut for the current element. This attribute consists of a space-separated list of characters. The browser should use the first one that exists on the computer keyboard layout."
-            },
+            "name": "::after",
             "references": [
                 {
                     "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/HTML/Global_attributes/accesskey"
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/::after"
                 }
-            ]
+            ],
+            "description": "Represents a styleable child pseudo-element immediately after the originating element’s actual content."
         },
         {
-            "name": "autocapitalize",
-            "description": {
-                "kind": "markdown",
-                "value": "Controls whether and how text input is automatically capitalized as it is entered/edited by the user. It can have the following values:\n\n*   `off` or `none`, no autocapitalization is applied (all letters default to lowercase)\n*   `on` or `sentences`, the first letter of each sentence defaults to a capital letter; all other letters default to lowercase\n*   `words`, the first letter of each word defaults to a capital letter; all other letters default to lowercase\n*   `characters`, all letters should default to uppercase"
-            },
+            "name": "::backdrop",
+            "browsers": [
+                "E12",
+                "FF47",
+                "C37",
+                "IE11",
+                "O24"
+            ],
             "references": [
                 {
                     "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/HTML/Global_attributes/autocapitalize"
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/::backdrop"
                 }
-            ]
+            ],
+            "description": "Used to create a backdrop that hides the underlying document for an element in a top layer (such as an element that is displayed fullscreen)."
         },
         {
-            "name": "class",
-            "description": {
-                "kind": "markdown",
-                "value": "A space-separated list of the classes of the element. Classes allows CSS and JavaScript to select and access specific elements via the [class selectors](/en-US/docs/Web/CSS/Class_selectors) or functions like the method [`Document.getElementsByClassName()`](/en-US/docs/Web/API/Document/getElementsByClassName \"returns an array-like object of all child elements which have all of the given class names.\")."
-            },
+            "name": "::before",
             "references": [
                 {
                     "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/HTML/Global_attributes/class"
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/::before"
                 }
-            ]
+            ],
+            "description": "Represents a styleable child pseudo-element immediately before the originating element’s actual content."
         },
         {
-            "name": "contenteditable",
-            "description": {
-                "kind": "markdown",
-                "value": "An enumerated attribute indicating if the element should be editable by the user. If so, the browser modifies its widget to allow editing. The attribute must take one of the following values:\n\n*   `true` or the _empty string_, which indicates that the element must be editable;\n*   `false`, which indicates that the element must not be editable."
-            },
+            "name": "::content",
+            "browsers": [
+                "C35",
+                "O22"
+            ],
+            "description": "Deprecated. Matches the distribution list itself, on elements that have one. Use ::slotted for forward compatibility."
+        },
+        {
+            "name": "::cue",
+            "browsers": [
+                "E79",
+                "FF55",
+                "S6.1",
+                "C26",
+                "O15"
+            ],
             "references": [
                 {
                     "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/HTML/Global_attributes/contenteditable"
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/::cue"
                 }
             ]
         },
         {
-            "name": "contextmenu",
-            "description": {
-                "kind": "markdown",
-                "value": "The `[**id**](#attr-id)` of a [`<menu>`](/en-US/docs/Web/HTML/Element/menu \"The HTML <menu> element represents a group of commands that a user can perform or activate. This includes both list menus, which might appear across the top of a screen, as well as context menus, such as those that might appear underneath a button after it has been clicked.\") to use as the contextual menu for this element."
-            },
+            "name": "::cue()",
+            "browsers": [
+                "C",
+                "O16",
+                "S6"
+            ]
+        },
+        {
+            "name": "::cue-region",
+            "browsers": [
+                "C",
+                "O16",
+                "S6"
+            ]
+        },
+        {
+            "name": "::cue-region()",
+            "browsers": [
+                "C",
+                "O16",
+                "S6"
+            ]
+        },
+        {
+            "name": "::first-letter",
             "references": [
                 {
                     "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/HTML/Global_attributes/contextmenu"
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/::first-letter"
                 }
-            ]
+            ],
+            "description": "Represents the first letter of an element, if it is not preceded by any other content (such as images or inline tables) on its line."
         },
         {
-            "name": "dir",
-            "description": {
-                "kind": "markdown",
-                "value": "An enumerated attribute indicating the directionality of the element's text. It can have the following values:\n\n*   `ltr`, which means _left to right_ and is to be used for languages that are written from the left to the right (like English);\n*   `rtl`, which means _right to left_ and is to be used for languages that are written from the right to the left (like Arabic);\n*   `auto`, which lets the user agent decide. It uses a basic algorithm as it parses the characters inside the element until it finds a character with a strong directionality, then it applies that directionality to the whole element."
-            },
-            "valueSet": "d",
+            "name": "::first-line",
             "references": [
                 {
                     "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/HTML/Global_attributes/dir"
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/::first-line"
                 }
+            ],
+            "description": "Describes the contents of the first formatted line of its originating element."
+        },
+        {
+            "name": "::-moz-focus-inner",
+            "browsers": [
+                "FF4"
+            ]
+        },
+        {
+            "name": "::-moz-focus-outer",
+            "browsers": [
+                "FF4"
             ]
         },
         {
-            "name": "draggable",
-            "description": {
-                "kind": "markdown",
-                "value": "An enumerated attribute indicating whether the element can be dragged, using the [Drag and Drop API](/en-us/docs/DragDrop/Drag_and_Drop). It can have the following values:\n\n*   `true`, which indicates that the element may be dragged\n*   `false`, which indicates that the element may not be dragged."
-            },
-            "valueSet": "b",
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/HTML/Global_attributes/draggable"
-                }
-            ]
+            "name": "::-moz-list-bullet",
+            "browsers": [
+                "FF1"
+            ],
+            "description": "Used to style the bullet of a list element. Similar to the standardized ::marker."
+        },
+        {
+            "name": "::-moz-list-number",
+            "browsers": [
+                "FF1"
+            ],
+            "description": "Used to style the numbers of a list element. Similar to the standardized ::marker."
+        },
+        {
+            "name": "::-moz-placeholder",
+            "browsers": [
+                "FF19"
+            ],
+            "description": "Represents placeholder text in an input field"
+        },
+        {
+            "name": "::-moz-progress-bar",
+            "browsers": [
+                "FF9"
+            ],
+            "description": "Represents the bar portion of a progress bar."
+        },
+        {
+            "name": "::-moz-selection",
+            "browsers": [
+                "FF1"
+            ],
+            "description": "Represents the portion of a document that has been highlighted by the user."
+        },
+        {
+            "name": "::-ms-backdrop",
+            "browsers": [
+                "IE11"
+            ],
+            "description": "Used to create a backdrop that hides the underlying document for an element in a top layer (such as an element that is displayed fullscreen)."
+        },
+        {
+            "name": "::-ms-browse",
+            "browsers": [
+                "E",
+                "IE10"
+            ],
+            "description": "Represents the browse button of an input type=file control."
+        },
+        {
+            "name": "::-ms-check",
+            "browsers": [
+                "E",
+                "IE10"
+            ],
+            "description": "Represents the check of a checkbox or radio button input control."
+        },
+        {
+            "name": "::-ms-clear",
+            "browsers": [
+                "E",
+                "IE10"
+            ],
+            "description": "Represents the clear button of a text input control"
+        },
+        {
+            "name": "::-ms-expand",
+            "browsers": [
+                "E",
+                "IE10"
+            ],
+            "description": "Represents the drop-down button of a select control."
+        },
+        {
+            "name": "::-ms-fill",
+            "browsers": [
+                "E",
+                "IE10"
+            ],
+            "description": "Represents the bar portion of a progress bar."
+        },
+        {
+            "name": "::-ms-fill-lower",
+            "browsers": [
+                "E",
+                "IE10"
+            ],
+            "description": "Represents the portion of the slider track from its smallest value up to the value currently selected by the thumb. In a left-to-right layout, this is the portion of the slider track to the left of the thumb."
+        },
+        {
+            "name": "::-ms-fill-upper",
+            "browsers": [
+                "E",
+                "IE10"
+            ],
+            "description": "Represents the portion of the slider track from the value currently selected by the thumb up to the slider's largest value. In a left-to-right layout, this is the portion of the slider track to the right of the thumb."
+        },
+        {
+            "name": "::-ms-reveal",
+            "browsers": [
+                "E",
+                "IE10"
+            ],
+            "description": "Represents the password reveal button of an input type=password control."
         },
         {
-            "name": "dropzone",
-            "description": {
-                "kind": "markdown",
-                "value": "An enumerated attribute indicating what types of content can be dropped on an element, using the [Drag and Drop API](/en-US/docs/DragDrop/Drag_and_Drop). It can have the following values:\n\n*   `copy`, which indicates that dropping will create a copy of the element that was dragged\n*   `move`, which indicates that the element that was dragged will be moved to this new location.\n*   `link`, will create a link to the dragged data."
-            },
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/HTML/Global_attributes/dropzone"
-                }
-            ]
+            "name": "::-ms-thumb",
+            "browsers": [
+                "E",
+                "IE10"
+            ],
+            "description": "Represents the portion of range input control (also known as a slider control) that the user drags."
         },
         {
-            "name": "exportparts",
-            "description": {
-                "kind": "markdown",
-                "value": "Used to transitively export shadow parts from a nested shadow tree into a containing light tree."
-            },
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/HTML/Global_attributes/exportparts"
-                }
-            ]
+            "name": "::-ms-ticks-after",
+            "browsers": [
+                "E",
+                "IE10"
+            ],
+            "description": "Represents the tick marks of a slider that begin just after the thumb and continue up to the slider's largest value. In a left-to-right layout, these are the ticks to the right of the thumb."
         },
         {
-            "name": "hidden",
-            "description": {
-                "kind": "markdown",
-                "value": "A Boolean attribute indicates that the element is not yet, or is no longer, _relevant_. For example, it can be used to hide elements of the page that can't be used until the login process has been completed. The browser won't render such elements. This attribute must not be used to hide content that could legitimately be shown."
-            },
-            "valueSet": "v",
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/HTML/Global_attributes/hidden"
-                }
-            ]
+            "name": "::-ms-ticks-before",
+            "browsers": [
+                "E",
+                "IE10"
+            ],
+            "description": "Represents the tick marks of a slider that represent its smallest values up to the value currently selected by the thumb. In a left-to-right layout, these are the ticks to the left of the thumb."
         },
         {
-            "name": "id",
-            "description": {
-                "kind": "markdown",
-                "value": "Defines a unique identifier (ID) which must be unique in the whole document. Its purpose is to identify the element when linking (using a fragment identifier), scripting, or styling (with CSS)."
-            },
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/HTML/Global_attributes/id"
-                }
-            ]
+            "name": "::-ms-tooltip",
+            "browsers": [
+                "E",
+                "IE10"
+            ],
+            "description": "Represents the tooltip of a slider (input type=range)."
         },
         {
-            "name": "inputmode",
-            "description": {
-                "kind": "markdown",
-                "value": "Provides a hint to browsers as to the type of virtual keyboard configuration to use when editing this element or its contents. Used primarily on [`<input>`](/en-US/docs/Web/HTML/Element/input \"The HTML <input> element is used to create interactive controls for web-based forms in order to accept data from the user; a wide variety of types of input data and control widgets are available, depending on the device and user agent.\") elements, but is usable on any element while in `[contenteditable](/en-US/docs/Web/HTML/Global_attributes#attr-contenteditable)` mode."
-            },
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/HTML/Global_attributes/inputmode"
-                }
-            ]
+            "name": "::-ms-track",
+            "browsers": [
+                "E",
+                "IE10"
+            ],
+            "description": "Represents the track of a slider."
         },
         {
-            "name": "is",
-            "description": {
-                "kind": "markdown",
-                "value": "Allows you to specify that a standard HTML element should behave like a registered custom built-in element (see [Using custom elements](/en-US/docs/Web/Web_Components/Using_custom_elements) for more details)."
-            },
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/HTML/Global_attributes/is"
-                }
-            ]
+            "name": "::-ms-value",
+            "browsers": [
+                "E",
+                "IE10"
+            ],
+            "description": "Represents the content of a text or password input control, or a select control."
         },
         {
-            "name": "itemid",
-            "description": {
-                "kind": "markdown",
-                "value": "The unique, global identifier of an item."
-            },
+            "name": "::selection",
             "references": [
                 {
                     "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/HTML/Global_attributes/itemid"
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/::selection"
                 }
-            ]
+            ],
+            "description": "Represents the portion of a document that has been highlighted by the user."
         },
         {
-            "name": "itemprop",
-            "description": {
-                "kind": "markdown",
-                "value": "Used to add properties to an item. Every HTML element may have an `itemprop` attribute specified, where an `itemprop` consists of a name and value pair."
-            },
+            "name": "::shadow",
+            "browsers": [
+                "C35",
+                "O22"
+            ],
+            "description": "Matches the shadow root if an element has a shadow tree."
+        },
+        {
+            "name": "::-webkit-file-upload-button",
+            "browsers": [
+                "E79",
+                "S3",
+                "C1",
+                "O15"
+            ],
             "references": [
                 {
                     "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/HTML/Global_attributes/itemprop"
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/::-webkit-file-upload-button"
                 }
             ]
         },
         {
-            "name": "itemref",
-            "description": {
-                "kind": "markdown",
-                "value": "Properties that are not descendants of an element with the `itemscope` attribute can be associated with the item using an `itemref`. It provides a list of element ids (not `itemid`s) with additional properties elsewhere in the document."
-            },
+            "name": "::-webkit-inner-spin-button",
+            "browsers": [
+                "E79",
+                "S5",
+                "C6",
+                "O15"
+            ],
             "references": [
                 {
                     "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/HTML/Global_attributes/itemref"
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/::-webkit-inner-spin-button"
                 }
             ]
         },
         {
-            "name": "itemscope",
-            "description": {
-                "kind": "markdown",
-                "value": "`itemscope` (usually) works along with `[itemtype](/en-US/docs/Web/HTML/Global_attributes#attr-itemtype)` to specify that the HTML contained in a block is about a particular item. `itemscope` creates the Item and defines the scope of the `itemtype` associated with it. `itemtype` is a valid URL of a vocabulary (such as [schema.org](https://schema.org/)) that describes the item and its properties context."
-            },
-            "valueSet": "v",
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/HTML/Global_attributes/itemscope"
-                }
+            "name": "::-webkit-input-placeholder",
+            "browsers": [
+                "C",
+                "S4"
             ]
         },
         {
-            "name": "itemtype",
-            "description": {
-                "kind": "markdown",
-                "value": "Specifies the URL of the vocabulary that will be used to define `itemprop`s (item properties) in the data structure. `[itemscope](/en-US/docs/Web/HTML/Global_attributes#attr-itemscope)` is used to set the scope of where in the data structure the vocabulary set by `itemtype` will be active."
-            },
-            "references": [
-                {
-                    "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/HTML/Global_attributes/itemtype"
-                }
+            "name": "::-webkit-keygen-select",
+            "browsers": [
+                "C",
+                "O",
+                "S6"
             ]
         },
         {
-            "name": "lang",
-            "description": {
-                "kind": "markdown",
-                "value": "Helps define the language of an element: the language that non-editable elements are in, or the language that editable elements should be written in by the user. The attribute contains one “language tag” (made of hyphen-separated “language subtags”) in the format defined in [_Tags for Identifying Languages (BCP47)_](https://www.ietf.org/rfc/bcp/bcp47.txt). [**xml:lang**](#attr-xml:lang) has priority over it."
-            },
+            "name": "::-webkit-meter-bar",
+            "browsers": [
+                "E79",
+                "S5.1",
+                "C12",
+                "O15"
+            ],
             "references": [
                 {
                     "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/HTML/Global_attributes/lang"
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/::-webkit-meter-bar"
                 }
             ]
         },
         {
-            "name": "part",
-            "description": {
-                "kind": "markdown",
-                "value": "A space-separated list of the part names of the element. Part names allows CSS to select and style specific elements in a shadow tree via the [`::part`](/en-US/docs/Web/CSS/::part \"The ::part CSS pseudo-element represents any element within a shadow tree that has a matching part attribute.\") pseudo-element."
-            },
+            "name": "::-webkit-meter-even-less-good-value",
+            "browsers": [
+                "E79",
+                "S5.1",
+                "C12",
+                "O15"
+            ],
             "references": [
                 {
                     "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/HTML/Global_attributes/part"
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/::-webkit-meter-even-less-good-value"
                 }
             ]
         },
         {
-            "name": "role",
-            "valueSet": "roles"
-        },
-        {
-            "name": "slot",
-            "description": {
-                "kind": "markdown",
-                "value": "Assigns a slot in a [shadow DOM](/en-US/docs/Web/Web_Components/Shadow_DOM) shadow tree to an element: An element with a `slot` attribute is assigned to the slot created by the [`<slot>`](/en-US/docs/Web/HTML/Element/slot \"The HTML <slot> element—part of the Web Components technology suite—is a placeholder inside a web component that you can fill with your own markup, which lets you create separate DOM trees and present them together.\") element whose `[name](/en-US/docs/Web/HTML/Element/slot#attr-name)` attribute's value matches that `slot` attribute's value."
-            },
+            "name": "::-webkit-meter-optimum-value",
+            "browsers": [
+                "E79",
+                "S5.1",
+                "C12",
+                "O15"
+            ],
             "references": [
                 {
                     "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/HTML/Global_attributes/slot"
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/::-webkit-meter-optimum-value"
                 }
             ]
         },
         {
-            "name": "spellcheck",
-            "description": {
-                "kind": "markdown",
-                "value": "An enumerated attribute defines whether the element may be checked for spelling errors. It may have the following values:\n\n*   `true`, which indicates that the element should be, if possible, checked for spelling errors;\n*   `false`, which indicates that the element should not be checked for spelling errors."
-            },
-            "valueSet": "b",
+            "name": "::-webkit-meter-suboptimum-value",
+            "browsers": [
+                "E79",
+                "S5.1",
+                "C12",
+                "O15"
+            ],
             "references": [
                 {
                     "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/HTML/Global_attributes/spellcheck"
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/::-webkit-meter-suboptimum-value"
                 }
             ]
         },
         {
-            "name": "style",
-            "description": {
-                "kind": "markdown",
-                "value": "Contains [CSS](/en-US/docs/Web/CSS) styling declarations to be applied to the element. Note that it is recommended for styles to be defined in a separate file or files. This attribute and the [`<style>`](/en-US/docs/Web/HTML/Element/style \"The HTML <style> element contains style information for a document, or part of a document.\") element have mainly the purpose of allowing for quick styling, for example for testing purposes."
-            },
+            "name": "::-webkit-outer-spin-button",
+            "browsers": [
+                "S5",
+                "C6"
+            ],
             "references": [
                 {
                     "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/HTML/Global_attributes/style"
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/::-webkit-outer-spin-button"
                 }
             ]
         },
         {
-            "name": "tabindex",
-            "description": {
-                "kind": "markdown",
-                "value": "An integer attribute indicating if the element can take input focus (is _focusable_), if it should participate to sequential keyboard navigation, and if so, at what position. It can take several values:\n\n*   a _negative value_ means that the element should be focusable, but should not be reachable via sequential keyboard navigation;\n*   `0` means that the element should be focusable and reachable via sequential keyboard navigation, but its relative order is defined by the platform convention;\n*   a _positive value_ means that the element should be focusable and reachable via sequential keyboard navigation; the order in which the elements are focused is the increasing value of the [**tabindex**](#attr-tabindex). If several elements share the same tabindex, their relative order follows their relative positions in the document."
-            },
+            "name": "::-webkit-progress-bar",
+            "browsers": [
+                "E79",
+                "S6.1",
+                "C25",
+                "O15"
+            ],
             "references": [
                 {
                     "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/HTML/Global_attributes/tabindex"
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/::-webkit-progress-bar"
                 }
             ]
         },
         {
-            "name": "title",
-            "description": {
-                "kind": "markdown",
-                "value": "Contains a text representing advisory information related to the element it belongs to. Such information can typically, but not necessarily, be presented to the user as a tooltip."
-            },
+            "name": "::-webkit-progress-inner-element",
+            "browsers": [
+                "E79",
+                "S6.1",
+                "C23",
+                "O15"
+            ],
             "references": [
                 {
                     "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/HTML/Global_attributes/title"
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/::-webkit-progress-inner-element"
                 }
             ]
         },
         {
-            "name": "translate",
-            "description": {
-                "kind": "markdown",
-                "value": "An enumerated attribute that is used to specify whether an element's attribute values and the values of its [`Text`](/en-US/docs/Web/API/Text \"The Text interface represents the textual content of Element or Attr. If an element has no markup within its content, it has a single child implementing Text that contains the element's text. However, if the element contains markup, it is parsed into information items and Text nodes that form its children.\") node children are to be translated when the page is localized, or whether to leave them unchanged. It can have the following values:\n\n*   empty string and `yes`, which indicates that the element will be translated.\n*   `no`, which indicates that the element will not be translated."
-            },
-            "valueSet": "y",
+            "name": "::-webkit-progress-value",
+            "browsers": [
+                "E79",
+                "S6.1",
+                "C25",
+                "O15"
+            ],
             "references": [
                 {
                     "name": "MDN Reference",
-                    "url": "https://developer.mozilla.org/docs/Web/HTML/Global_attributes/translate"
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/::-webkit-progress-value"
                 }
             ]
         },
         {
-            "name": "onabort",
-            "description": {
-                "kind": "markdown",
-                "value": "The loading of a resource has been aborted."
-            }
-        },
-        {
-            "name": "onblur",
-            "description": {
-                "kind": "markdown",
-                "value": "An element has lost focus (does not bubble)."
-            }
-        },
-        {
-            "name": "oncanplay",
-            "description": {
-                "kind": "markdown",
-                "value": "The user agent can play the media, but estimates that not enough data has been loaded to play the media up to its end without having to stop for further buffering of content."
-            }
-        },
-        {
-            "name": "oncanplaythrough",
-            "description": {
-                "kind": "markdown",
-                "value": "The user agent can play the media up to its end without having to stop for further buffering of content."
-            }
-        },
-        {
-            "name": "onchange",
-            "description": {
-                "kind": "markdown",
-                "value": "The change event is fired for <input>, <select>, and <textarea> elements when a change to the element's value is committed by the user."
-            }
-        },
-        {
-            "name": "onclick",
-            "description": {
-                "kind": "markdown",
-                "value": "A pointing device button has been pressed and released on an element."
-            }
-        },
-        {
-            "name": "oncontextmenu",
-            "description": {
-                "kind": "markdown",
-                "value": "The right button of the mouse is clicked (before the context menu is displayed)."
-            }
-        },
-        {
-            "name": "ondblclick",
-            "description": {
-                "kind": "markdown",
-                "value": "A pointing device button is clicked twice on an element."
-            }
-        },
-        {
-            "name": "ondrag",
-            "description": {
-                "kind": "markdown",
-                "value": "An element or text selection is being dragged (every 350ms)."
-            }
-        },
-        {
-            "name": "ondragend",
-            "description": {
-                "kind": "markdown",
-                "value": "A drag operation is being ended (by releasing a mouse button or hitting the escape key)."
-            }
-        },
-        {
-            "name": "ondragenter",
-            "description": {
-                "kind": "markdown",
-                "value": "A dragged element or text selection enters a valid drop target."
-            }
-        },
-        {
-            "name": "ondragleave",
-            "description": {
-                "kind": "markdown",
-                "value": "A dragged element or text selection leaves a valid drop target."
-            }
-        },
-        {
-            "name": "ondragover",
-            "description": {
-                "kind": "markdown",
-                "value": "An element or text selection is being dragged over a valid drop target (every 350ms)."
-            }
-        },
-        {
-            "name": "ondragstart",
-            "description": {
-                "kind": "markdown",
-                "value": "The user starts dragging an element or text selection."
-            }
-        },
-        {
-            "name": "ondrop",
-            "description": {
-                "kind": "markdown",
-                "value": "An element is dropped on a valid drop target."
-            }
-        },
-        {
-            "name": "ondurationchange",
-            "description": {
-                "kind": "markdown",
-                "value": "The duration attribute has been updated."
-            }
-        },
-        {
-            "name": "onemptied",
-            "description": {
-                "kind": "markdown",
-                "value": "The media has become empty; for example, this event is sent if the media has already been loaded (or partially loaded), and the load() method is called to reload it."
-            }
-        },
-        {
-            "name": "onended",
-            "description": {
-                "kind": "markdown",
-                "value": "Playback has stopped because the end of the media was reached."
-            }
-        },
-        {
-            "name": "onerror",
-            "description": {
-                "kind": "markdown",
-                "value": "A resource failed to load."
-            }
-        },
-        {
-            "name": "onfocus",
-            "description": {
-                "kind": "markdown",
-                "value": "An element has received focus (does not bubble)."
-            }
-        },
-        {
-            "name": "onformchange"
-        },
-        {
-            "name": "onforminput"
-        },
-        {
-            "name": "oninput",
-            "description": {
-                "kind": "markdown",
-                "value": "The value of an element changes or the content of an element with the attribute contenteditable is modified."
-            }
-        },
-        {
-            "name": "oninvalid",
-            "description": {
-                "kind": "markdown",
-                "value": "A submittable element has been checked and doesn't satisfy its constraints."
-            }
-        },
-        {
-            "name": "onkeydown",
-            "description": {
-                "kind": "markdown",
-                "value": "A key is pressed down."
-            }
-        },
-        {
-            "name": "onkeypress",
-            "description": {
-                "kind": "markdown",
-                "value": "A key is pressed down and that key normally produces a character value (use input instead)."
-            }
-        },
-        {
-            "name": "onkeyup",
-            "description": {
-                "kind": "markdown",
-                "value": "A key is released."
-            }
-        },
-        {
-            "name": "onload",
-            "description": {
-                "kind": "markdown",
-                "value": "A resource and its dependent resources have finished loading."
-            }
-        },
-        {
-            "name": "onloadeddata",
-            "description": {
-                "kind": "markdown",
-                "value": "The first frame of the media has finished loading."
-            }
-        },
-        {
-            "name": "onloadedmetadata",
-            "description": {
-                "kind": "markdown",
-                "value": "The metadata has been loaded."
-            }
+            "name": "::-webkit-resizer",
+            "browsers": [
+                "E79",
+                "S4",
+                "C2",
+                "O15"
+            ],
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/::-webkit-scrollbar"
+                }
+            ]
         },
         {
-            "name": "onloadstart",
-            "description": {
-                "kind": "markdown",
-                "value": "Progress has begun."
-            }
+            "name": "::-webkit-scrollbar",
+            "browsers": [
+                "E79",
+                "S4",
+                "C2",
+                "O15"
+            ],
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/::-webkit-scrollbar"
+                }
+            ]
         },
         {
-            "name": "onmousedown",
-            "description": {
-                "kind": "markdown",
-                "value": "A pointing device button (usually a mouse) is pressed on an element."
-            }
+            "name": "::-webkit-scrollbar-button",
+            "browsers": [
+                "E79",
+                "S4",
+                "C2",
+                "O15"
+            ],
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/::-webkit-scrollbar"
+                }
+            ]
         },
         {
-            "name": "onmousemove",
-            "description": {
-                "kind": "markdown",
-                "value": "A pointing device is moved over an element."
-            }
+            "name": "::-webkit-scrollbar-corner",
+            "browsers": [
+                "E79",
+                "S4",
+                "C2",
+                "O15"
+            ],
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/::-webkit-scrollbar"
+                }
+            ]
         },
         {
-            "name": "onmouseout",
-            "description": {
-                "kind": "markdown",
-                "value": "A pointing device is moved off the element that has the listener attached or off one of its children."
-            }
+            "name": "::-webkit-scrollbar-thumb",
+            "browsers": [
+                "E79",
+                "S4",
+                "C2",
+                "O15"
+            ],
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/::-webkit-scrollbar"
+                }
+            ]
         },
         {
-            "name": "onmouseover",
-            "description": {
-                "kind": "markdown",
-                "value": "A pointing device is moved onto the element that has the listener attached or onto one of its children."
-            }
+            "name": "::-webkit-scrollbar-track",
+            "browsers": [
+                "E79",
+                "S4",
+                "C2",
+                "O15"
+            ],
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/::-webkit-scrollbar"
+                }
+            ]
         },
         {
-            "name": "onmouseup",
-            "description": {
-                "kind": "markdown",
-                "value": "A pointing device button is released over an element."
-            }
+            "name": "::-webkit-scrollbar-track-piece",
+            "browsers": [
+                "E79",
+                "S4",
+                "C2",
+                "O15"
+            ],
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/::-webkit-scrollbar"
+                }
+            ]
         },
         {
-            "name": "onmousewheel"
+            "name": "::-webkit-search-cancel-button",
+            "browsers": [
+                "E79",
+                "S3",
+                "C1",
+                "O15"
+            ],
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/::-webkit-search-cancel-button"
+                }
+            ]
         },
         {
-            "name": "onpause",
-            "description": {
-                "kind": "markdown",
-                "value": "Playback has been paused."
-            }
+            "name": "::-webkit-search-decoration",
+            "browsers": [
+                "C",
+                "S4"
+            ]
         },
         {
-            "name": "onplay",
-            "description": {
-                "kind": "markdown",
-                "value": "Playback has begun."
-            }
+            "name": "::-webkit-search-results-button",
+            "browsers": [
+                "E79",
+                "S3",
+                "C1",
+                "O15"
+            ],
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/::-webkit-search-results-button"
+                }
+            ]
         },
         {
-            "name": "onplaying",
-            "description": {
-                "kind": "markdown",
-                "value": "Playback is ready to start after having been paused or delayed due to lack of data."
-            }
+            "name": "::-webkit-search-results-decoration",
+            "browsers": [
+                "C",
+                "S4"
+            ]
         },
         {
-            "name": "onprogress",
-            "description": {
-                "kind": "markdown",
-                "value": "In progress."
-            }
+            "name": "::-webkit-slider-runnable-track",
+            "browsers": [
+                "C",
+                "O",
+                "S6"
+            ]
         },
         {
-            "name": "onratechange",
-            "description": {
-                "kind": "markdown",
-                "value": "The playback rate has changed."
-            }
+            "name": "::-webkit-slider-thumb",
+            "browsers": [
+                "C",
+                "O",
+                "S6"
+            ]
         },
         {
-            "name": "onreset",
-            "description": {
-                "kind": "markdown",
-                "value": "A form is reset."
-            }
+            "name": "::-webkit-textfield-decoration-container",
+            "browsers": [
+                "C",
+                "O",
+                "S6"
+            ]
         },
         {
-            "name": "onresize",
-            "description": {
-                "kind": "markdown",
-                "value": "The document view has been resized."
-            }
+            "name": "::-webkit-validation-bubble",
+            "browsers": [
+                "C",
+                "O",
+                "S6"
+            ]
         },
         {
-            "name": "onreadystatechange",
-            "description": {
-                "kind": "markdown",
-                "value": "The readyState attribute of a document has changed."
-            }
+            "name": "::-webkit-validation-bubble-arrow",
+            "browsers": [
+                "C",
+                "O",
+                "S6"
+            ]
         },
         {
-            "name": "onscroll",
-            "description": {
-                "kind": "markdown",
-                "value": "The document view or an element has been scrolled."
-            }
+            "name": "::-webkit-validation-bubble-arrow-clipper",
+            "browsers": [
+                "C",
+                "O",
+                "S6"
+            ]
         },
         {
-            "name": "onseeked",
-            "description": {
-                "kind": "markdown",
-                "value": "A seek operation completed."
-            }
+            "name": "::-webkit-validation-bubble-heading",
+            "browsers": [
+                "C",
+                "O",
+                "S6"
+            ]
         },
         {
-            "name": "onseeking",
-            "description": {
-                "kind": "markdown",
-                "value": "A seek operation began."
-            }
+            "name": "::-webkit-validation-bubble-message",
+            "browsers": [
+                "C",
+                "O",
+                "S6"
+            ]
         },
         {
-            "name": "onselect",
-            "description": {
-                "kind": "markdown",
-                "value": "Some text is being selected."
-            }
+            "name": "::-webkit-validation-bubble-text-block",
+            "browsers": [
+                "C",
+                "O",
+                "S6"
+            ]
         },
         {
-            "name": "onshow",
-            "description": {
-                "kind": "markdown",
-                "value": "A contextmenu event was fired on/bubbled to an element that has a contextmenu attribute"
-            }
+            "name": "::-moz-range-progress",
+            "status": "nonstandard",
+            "browsers": [
+                "FF22"
+            ],
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/::-moz-range-progress"
+                }
+            ],
+            "description": "The ::-moz-range-progress CSS pseudo-element is a Mozilla extension that represents the lower portion of the track (i.e., groove) in which the indicator slides in an <input> of type=\"range\". This portion corresponds to values lower than the value currently selected by the thumb (i.e., virtual knob)."
         },
         {
-            "name": "onstalled",
-            "description": {
-                "kind": "markdown",
-                "value": "The user agent is trying to fetch media data, but data is unexpectedly not forthcoming."
-            }
+            "name": "::-moz-range-thumb",
+            "status": "nonstandard",
+            "browsers": [
+                "FF21"
+            ],
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/::-moz-range-thumb"
+                }
+            ],
+            "description": "The ::-moz-range-thumb CSS pseudo-element is a Mozilla extension that represents the thumb (i.e., virtual knob) of an <input> of type=\"range\". The user can move the thumb along the input's track to alter its numerical value."
         },
         {
-            "name": "onsubmit",
-            "description": {
-                "kind": "markdown",
-                "value": "A form is submitted."
-            }
+            "name": "::-moz-range-track",
+            "status": "nonstandard",
+            "browsers": [
+                "FF21"
+            ],
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/::-moz-range-track"
+                }
+            ],
+            "description": "The ::-moz-range-track CSS pseudo-element is a Mozilla extension that represents the track (i.e., groove) in which the indicator slides in an <input> of type=\"range\"."
         },
         {
-            "name": "onsuspend",
-            "description": {
-                "kind": "markdown",
-                "value": "Media data loading has been suspended."
-            }
+            "name": "::-webkit-progress-inner-value",
+            "status": "nonstandard",
+            "description": "The ::-webkit-progress-value CSS pseudo-element represents the filled-in portion of the bar of a <progress> element. It is a child of the ::-webkit-progress-bar pseudo-element.\n\nIn order to let ::-webkit-progress-value take effect, -webkit-appearance needs to be set to none on the <progress> element."
         },
         {
-            "name": "ontimeupdate",
-            "description": {
-                "kind": "markdown",
-                "value": "The time indicated by the currentTime attribute has been updated."
-            }
+            "name": "::grammar-error",
+            "status": "experimental",
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/::grammar-error"
+                }
+            ],
+            "description": "The ::grammar-error CSS pseudo-element represents a text segment which the user agent has flagged as grammatically incorrect."
         },
         {
-            "name": "onvolumechange",
-            "description": {
-                "kind": "markdown",
-                "value": "The volume has changed."
-            }
+            "name": "::marker",
+            "browsers": [
+                "E80",
+                "FF68",
+                "S11.1",
+                "C80"
+            ],
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/::marker"
+                }
+            ],
+            "description": "The ::marker CSS pseudo-element selects the marker box of a list item, which typically contains a bullet or number. It works on any element or pseudo-element set to display: list-item, such as the <li> and <summary> elements."
         },
         {
-            "name": "onwaiting",
-            "description": {
-                "kind": "markdown",
-                "value": "Playback has stopped because of a temporary lack of data."
-            }
+            "name": "::part",
+            "status": "experimental",
+            "browsers": [
+                "E79",
+                "FF72",
+                "S13.1",
+                "C73",
+                "O60"
+            ],
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/::part"
+                }
+            ],
+            "description": "The ::part CSS pseudo-element represents any element within a shadow tree that has a matching part attribute."
         },
         {
-            "name": "aria-activedescendant",
+            "name": "::placeholder",
+            "browsers": [
+                "E12",
+                "FF51",
+                "S10.1",
+                "C57",
+                "O44"
+            ],
             "references": [
                 {
-                    "name": "WAI-ARIA Reference",
-                    "url": "https://www.w3.org/TR/wai-aria-1.1/#aria-activedescendant"
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/::placeholder"
                 }
             ],
-            "description": {
-                "kind": "markdown",
-                "value": "Identifies the currently active element when DOM focus is on a [`composite`](https://www.w3.org/TR/wai-aria-1.1/#composite) widget, [`textbox`](https://www.w3.org/TR/wai-aria-1.1/#textbox), [`group`](https://www.w3.org/TR/wai-aria-1.1/#group), or [`application`](https://www.w3.org/TR/wai-aria-1.1/#application)."
-            }
+            "description": "The ::placeholder CSS pseudo-element represents the placeholder text of a form element."
         },
         {
-            "name": "aria-atomic",
-            "valueSet": "b",
+            "name": "::slotted",
+            "browsers": [
+                "E79",
+                "FF63",
+                "S10",
+                "C50",
+                "O37"
+            ],
             "references": [
                 {
-                    "name": "WAI-ARIA Reference",
-                    "url": "https://www.w3.org/TR/wai-aria-1.1/#aria-atomic"
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/::slotted"
                 }
             ],
-            "description": {
-                "kind": "markdown",
-                "value": "Indicates whether [assistive technologies](https://www.w3.org/TR/wai-aria-1.1/#dfn-assistive-technology) will present all, or only parts of, the changed region based on the change notifications defined by the [`aria-relevant`](https://www.w3.org/TR/wai-aria-1.1/#aria-relevant) attribute."
-            }
+            "description": "The :slotted() CSS pseudo-element represents any element that has been placed into a slot inside an HTML template."
         },
         {
-            "name": "aria-autocomplete",
-            "valueSet": "autocomplete",
+            "name": "::spelling-error",
+            "status": "experimental",
             "references": [
                 {
-                    "name": "WAI-ARIA Reference",
-                    "url": "https://www.w3.org/TR/wai-aria-1.1/#aria-autocomplete"
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/CSS/::spelling-error"
                 }
             ],
-            "description": {
-                "kind": "markdown",
-                "value": "Indicates whether inputting text could trigger display of one or more predictions of the user's intended value for an input and specifies how predictions would be presented if they are made."
+            "description": "The ::spelling-error CSS pseudo-element represents a text segment which the user agent has flagged as incorrectly spelled."
+        }
+    ]
+};
+
+
+/***/ }),
+/* 103 */
+/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
+
+__webpack_require__.r(__webpack_exports__);
+/* harmony export */ __webpack_require__.d(__webpack_exports__, {
+/* harmony export */   "CSSDataProvider": () => /* binding */ CSSDataProvider
+/* harmony export */ });
+/*---------------------------------------------------------------------------------------------
+ *  Copyright (c) Microsoft Corporation. All rights reserved.
+ *  Licensed under the MIT License. See License.txt in the project root for license information.
+ *--------------------------------------------------------------------------------------------*/
+
+var CSSDataProvider = /** @class */ (function () {
+    /**
+     * Currently, unversioned data uses the V1 implementation
+     * In the future when the provider handles multiple versions of HTML custom data,
+     * use the latest implementation for unversioned data
+     */
+    function CSSDataProvider(data) {
+        this._properties = [];
+        this._atDirectives = [];
+        this._pseudoClasses = [];
+        this._pseudoElements = [];
+        this.addData(data);
+    }
+    CSSDataProvider.prototype.provideProperties = function () {
+        return this._properties;
+    };
+    CSSDataProvider.prototype.provideAtDirectives = function () {
+        return this._atDirectives;
+    };
+    CSSDataProvider.prototype.providePseudoClasses = function () {
+        return this._pseudoClasses;
+    };
+    CSSDataProvider.prototype.providePseudoElements = function () {
+        return this._pseudoElements;
+    };
+    CSSDataProvider.prototype.addData = function (data) {
+        if (Array.isArray(data.properties)) {
+            for (var _i = 0, _a = data.properties; _i < _a.length; _i++) {
+                var prop = _a[_i];
+                if (isPropertyData(prop)) {
+                    this._properties.push(prop);
+                }
+            }
+        }
+        if (Array.isArray(data.atDirectives)) {
+            for (var _b = 0, _c = data.atDirectives; _b < _c.length; _b++) {
+                var prop = _c[_b];
+                if (isAtDirective(prop)) {
+                    this._atDirectives.push(prop);
+                }
+            }
+        }
+        if (Array.isArray(data.pseudoClasses)) {
+            for (var _d = 0, _e = data.pseudoClasses; _d < _e.length; _d++) {
+                var prop = _e[_d];
+                if (isPseudoClassData(prop)) {
+                    this._pseudoClasses.push(prop);
+                }
+            }
+        }
+        if (Array.isArray(data.pseudoElements)) {
+            for (var _f = 0, _g = data.pseudoElements; _f < _g.length; _f++) {
+                var prop = _g[_f];
+                if (isPseudoElementData(prop)) {
+                    this._pseudoElements.push(prop);
+                }
+            }
+        }
+    };
+    return CSSDataProvider;
+}());
+
+function isPropertyData(d) {
+    return typeof d.name === 'string';
+}
+function isAtDirective(d) {
+    return typeof d.name === 'string';
+}
+function isPseudoClassData(d) {
+    return typeof d.name === 'string';
+}
+function isPseudoElementData(d) {
+    return typeof d.name === 'string';
+}
+
+
+/***/ }),
+/* 104 */
+/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
+
+__webpack_require__.r(__webpack_exports__);
+/* harmony export */ __webpack_require__.d(__webpack_exports__, {
+/* harmony export */   "getSelectionRanges": () => /* binding */ getSelectionRanges
+/* harmony export */ });
+/* harmony import */ var _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(79);
+/* harmony import */ var _parser_cssNodes__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(65);
+/*---------------------------------------------------------------------------------------------
+ *  Copyright (c) Microsoft Corporation. All rights reserved.
+ *  Licensed under the MIT License. See License.txt in the project root for license information.
+ *--------------------------------------------------------------------------------------------*/
+
+
+
+function getSelectionRanges(document, positions, stylesheet) {
+    function getSelectionRange(position) {
+        var applicableRanges = getApplicableRanges(position);
+        var current = undefined;
+        for (var index = applicableRanges.length - 1; index >= 0; index--) {
+            current = _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_0__.SelectionRange.create(_cssLanguageTypes__WEBPACK_IMPORTED_MODULE_0__.Range.create(document.positionAt(applicableRanges[index][0]), document.positionAt(applicableRanges[index][1])), current);
+        }
+        if (!current) {
+            current = _cssLanguageTypes__WEBPACK_IMPORTED_MODULE_0__.SelectionRange.create(_cssLanguageTypes__WEBPACK_IMPORTED_MODULE_0__.Range.create(position, position));
+        }
+        return current;
+    }
+    return positions.map(getSelectionRange);
+    function getApplicableRanges(position) {
+        var offset = document.offsetAt(position);
+        var currNode = stylesheet.findChildAtOffset(offset, true);
+        if (!currNode) {
+            return [];
+        }
+        var result = [];
+        while (currNode) {
+            if (currNode.parent &&
+                currNode.offset === currNode.parent.offset &&
+                currNode.end === currNode.parent.end) {
+                currNode = currNode.parent;
+                continue;
             }
-        },
-        {
-            "name": "aria-busy",
-            "valueSet": "b",
-            "references": [
-                {
-                    "name": "WAI-ARIA Reference",
-                    "url": "https://www.w3.org/TR/wai-aria-1.1/#aria-busy"
+            // The `{ }` part of `.a { }`
+            if (currNode.type === _parser_cssNodes__WEBPACK_IMPORTED_MODULE_1__.NodeType.Declarations) {
+                if (offset > currNode.offset && offset < currNode.end) {
+                    // Return `{ }` and the range inside `{` and `}`
+                    result.push([currNode.offset + 1, currNode.end - 1]);
                 }
-            ],
-            "description": {
-                "kind": "markdown",
-                "value": "Indicates an element is being modified and that assistive technologies _MAY_ want to wait until the modifications are complete before exposing them to the user."
             }
-        },
-        {
-            "name": "aria-checked",
-            "valueSet": "tristate",
-            "references": [
-                {
-                    "name": "WAI-ARIA Reference",
-                    "url": "https://www.w3.org/TR/wai-aria-1.1/#aria-checked"
-                }
-            ],
-            "description": {
-                "kind": "markdown",
-                "value": "Indicates the current \"checked\" [state](https://www.w3.org/TR/wai-aria-1.1/#dfn-state) of checkboxes, radio buttons, and other [widgets](https://www.w3.org/TR/wai-aria-1.1/#dfn-widget). See related [`aria-pressed`](https://www.w3.org/TR/wai-aria-1.1/#aria-pressed) and [`aria-selected`](https://www.w3.org/TR/wai-aria-1.1/#aria-selected)."
+            result.push([currNode.offset, currNode.end]);
+            currNode = currNode.parent;
+        }
+        return result;
+    }
+}
+
+
+/***/ }),
+/* 105 */
+/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
+
+__webpack_require__.r(__webpack_exports__);
+/* harmony export */ __webpack_require__.d(__webpack_exports__, {
+/* harmony export */   "SCSSNavigation": () => /* binding */ SCSSNavigation
+/* harmony export */ });
+/* harmony import */ var _cssNavigation__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(87);
+/* harmony import */ var _parser_cssNodes__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(65);
+/* harmony import */ var vscode_uri__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(84);
+/* harmony import */ var _utils_strings__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(66);
+/* harmony import */ var _utils_resources__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(83);
+/*---------------------------------------------------------------------------------------------
+ *  Copyright (c) Microsoft Corporation. All rights reserved.
+ *  Licensed under the MIT License. See License.txt in the project root for license information.
+ *--------------------------------------------------------------------------------------------*/
+
+var __extends = (undefined && undefined.__extends) || (function () {
+    var extendStatics = function (d, b) {
+        extendStatics = Object.setPrototypeOf ||
+            ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
+            function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
+        return extendStatics(d, b);
+    };
+    return function (d, b) {
+        extendStatics(d, b);
+        function __() { this.constructor = d; }
+        d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
+    };
+})();
+var __awaiter = (undefined && undefined.__awaiter) || function (thisArg, _arguments, P, generator) {
+    function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
+    return new (P || (P = Promise))(function (resolve, reject) {
+        function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
+        function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
+        function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
+        step((generator = generator.apply(thisArg, _arguments || [])).next());
+    });
+};
+var __generator = (undefined && undefined.__generator) || function (thisArg, body) {
+    var _ = { label: 0, sent: function() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g;
+    return g = { next: verb(0), "throw": verb(1), "return": verb(2) }, typeof Symbol === "function" && (g[Symbol.iterator] = function() { return this; }), g;
+    function verb(n) { return function (v) { return step([n, v]); }; }
+    function step(op) {
+        if (f) throw new TypeError("Generator is already executing.");
+        while (_) try {
+            if (f = 1, y && (t = op[0] & 2 ? y["return"] : op[0] ? y["throw"] || ((t = y["return"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t;
+            if (y = 0, t) op = [op[0] & 2, t.value];
+            switch (op[0]) {
+                case 0: case 1: t = op; break;
+                case 4: _.label++; return { value: op[1], done: false };
+                case 5: _.label++; y = op[1]; op = [0]; continue;
+                case 7: op = _.ops.pop(); _.trys.pop(); continue;
+                default:
+                    if (!(t = _.trys, t = t.length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) { _ = 0; continue; }
+                    if (op[0] === 3 && (!t || (op[1] > t[0] && op[1] < t[3]))) { _.label = op[1]; break; }
+                    if (op[0] === 6 && _.label < t[1]) { _.label = t[1]; t = op; break; }
+                    if (t && _.label < t[2]) { _.label = t[2]; _.ops.push(op); break; }
+                    if (t[2]) _.ops.pop();
+                    _.trys.pop(); continue;
             }
-        },
-        {
-            "name": "aria-colcount",
-            "references": [
-                {
-                    "name": "WAI-ARIA Reference",
-                    "url": "https://www.w3.org/TR/wai-aria-1.1/#aria-colcount"
+            op = body.call(thisArg, _);
+        } catch (e) { op = [6, e]; y = 0; } finally { f = t = 0; }
+        if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
+    }
+};
+
+
+
+
+
+var SCSSNavigation = /** @class */ (function (_super) {
+    __extends(SCSSNavigation, _super);
+    function SCSSNavigation(fileSystemProvider) {
+        return _super.call(this, fileSystemProvider) || this;
+    }
+    SCSSNavigation.prototype.isRawStringDocumentLinkNode = function (node) {
+        return (_super.prototype.isRawStringDocumentLinkNode.call(this, node) ||
+            node.type === _parser_cssNodes__WEBPACK_IMPORTED_MODULE_1__.NodeType.Use ||
+            node.type === _parser_cssNodes__WEBPACK_IMPORTED_MODULE_1__.NodeType.Forward);
+    };
+    SCSSNavigation.prototype.resolveRelativeReference = function (ref, documentUri, documentContext) {
+        return __awaiter(this, void 0, void 0, function () {
+            function toPathVariations(uri) {
+                // No valid path
+                if (uri.path === '') {
+                    return undefined;
                 }
-            ],
-            "description": {
-                "kind": "markdown",
-                "value": "Defines the total number of columns in a [`table`](https://www.w3.org/TR/wai-aria-1.1/#table), [`grid`](https://www.w3.org/TR/wai-aria-1.1/#grid), or [`treegrid`](https://www.w3.org/TR/wai-aria-1.1/#treegrid). See related [`aria-colindex`](https://www.w3.org/TR/wai-aria-1.1/#aria-colindex)."
-            }
-        },
-        {
-            "name": "aria-colindex",
-            "references": [
-                {
-                    "name": "WAI-ARIA Reference",
-                    "url": "https://www.w3.org/TR/wai-aria-1.1/#aria-colindex"
+                // No variation for links that ends with suffix
+                if (uri.path.endsWith('.scss') || uri.path.endsWith('.css')) {
+                    return undefined;
                 }
-            ],
-            "description": {
-                "kind": "markdown",
-                "value": "Defines an [element's](https://www.w3.org/TR/wai-aria-1.1/#dfn-element) column index or position with respect to the total number of columns within a [`table`](https://www.w3.org/TR/wai-aria-1.1/#table), [`grid`](https://www.w3.org/TR/wai-aria-1.1/#grid), or [`treegrid`](https://www.w3.org/TR/wai-aria-1.1/#treegrid). See related [`aria-colcount`](https://www.w3.org/TR/wai-aria-1.1/#aria-colcount) and [`aria-colspan`](https://www.w3.org/TR/wai-aria-1.1/#aria-colspan)."
-            }
-        },
-        {
-            "name": "aria-colspan",
-            "references": [
-                {
-                    "name": "WAI-ARIA Reference",
-                    "url": "https://www.w3.org/TR/wai-aria-1.1/#aria-colspan"
+                // If a link is like a/, try resolving a/index.scss and a/_index.scss
+                if (uri.path.endsWith('/')) {
+                    return [
+                        uri.with({ path: uri.path + 'index.scss' }).toString(),
+                        uri.with({ path: uri.path + '_index.scss' }).toString()
+                    ];
                 }
-            ],
-            "description": {
-                "kind": "markdown",
-                "value": "Defines the number of columns spanned by a cell or gridcell within a [`table`](https://www.w3.org/TR/wai-aria-1.1/#table), [`grid`](https://www.w3.org/TR/wai-aria-1.1/#grid), or [`treegrid`](https://www.w3.org/TR/wai-aria-1.1/#treegrid). See related [`aria-colindex`](https://www.w3.org/TR/wai-aria-1.1/#aria-colindex) and [`aria-rowspan`](https://www.w3.org/TR/wai-aria-1.1/#aria-rowspan)."
-            }
-        },
-        {
-            "name": "aria-controls",
-            "references": [
-                {
-                    "name": "WAI-ARIA Reference",
-                    "url": "https://www.w3.org/TR/wai-aria-1.1/#aria-controls"
+                // Use `uri.path` since it's normalized to use `/` in all platforms
+                var pathFragments = uri.path.split('/');
+                var basename = pathFragments[pathFragments.length - 1];
+                var pathWithoutBasename = uri.path.slice(0, -basename.length);
+                // No variation for links such as _a
+                if (basename.startsWith('_')) {
+                    if (uri.path.endsWith('.scss')) {
+                        return undefined;
+                    }
+                    else {
+                        return [uri.with({ path: uri.path + '.scss' }).toString()];
+                    }
                 }
-            ],
-            "description": {
-                "kind": "markdown",
-                "value": "Identifies the [element](https://www.w3.org/TR/wai-aria-1.1/#dfn-element) (or elements) whose contents or presence are controlled by the current element. See related [`aria-owns`](https://www.w3.org/TR/wai-aria-1.1/#aria-owns)."
+                var normalizedBasename = basename + '.scss';
+                var documentUriWithBasename = function (newBasename) {
+                    return uri.with({ path: pathWithoutBasename + newBasename }).toString();
+                };
+                var normalizedPath = documentUriWithBasename(normalizedBasename);
+                var underScorePath = documentUriWithBasename('_' + normalizedBasename);
+                var indexPath = documentUriWithBasename(normalizedBasename.slice(0, -5) + '/index.scss');
+                var indexUnderscoreUri = documentUriWithBasename(normalizedBasename.slice(0, -5) + '/_index.scss');
+                var cssPath = documentUriWithBasename(normalizedBasename.slice(0, -5) + '.css');
+                return [normalizedPath, underScorePath, indexPath, indexUnderscoreUri, cssPath];
             }
-        },
-        {
-            "name": "aria-current",
-            "valueSet": "current",
-            "references": [
-                {
-                    "name": "WAI-ARIA Reference",
-                    "url": "https://www.w3.org/TR/wai-aria-1.1/#aria-current"
+            var target, parsedUri, pathVariations, j, e_1;
+            return __generator(this, function (_a) {
+                switch (_a.label) {
+                    case 0:
+                        if ((0,_utils_strings__WEBPACK_IMPORTED_MODULE_4__.startsWith)(ref, 'sass:')) {
+                            return [2 /*return*/, undefined]; // sass library
+                        }
+                        return [4 /*yield*/, _super.prototype.resolveRelativeReference.call(this, ref, documentUri, documentContext)];
+                    case 1:
+                        target = _a.sent();
+                        if (!(this.fileSystemProvider && target && (0,_utils_resources__WEBPACK_IMPORTED_MODULE_3__.extname)(target).length === 0)) return [3 /*break*/, 8];
+                        _a.label = 2;
+                    case 2:
+                        _a.trys.push([2, 7, , 8]);
+                        parsedUri = vscode_uri__WEBPACK_IMPORTED_MODULE_2__.URI.parse(target);
+                        pathVariations = toPathVariations(parsedUri);
+                        if (!pathVariations) return [3 /*break*/, 6];
+                        j = 0;
+                        _a.label = 3;
+                    case 3:
+                        if (!(j < pathVariations.length)) return [3 /*break*/, 6];
+                        return [4 /*yield*/, this.fileExists(pathVariations[j])];
+                    case 4:
+                        if (_a.sent()) {
+                            return [2 /*return*/, pathVariations[j]];
+                        }
+                        _a.label = 5;
+                    case 5:
+                        j++;
+                        return [3 /*break*/, 3];
+                    case 6: return [2 /*return*/, undefined];
+                    case 7:
+                        e_1 = _a.sent();
+                        return [3 /*break*/, 8];
+                    case 8: return [2 /*return*/, target];
                 }
-            ],
-            "description": {
-                "kind": "markdown",
-                "value": "Indicates the [element](https://www.w3.org/TR/wai-aria-1.1/#dfn-element) that represents the current item within a container or set of related elements."
+            });
+        });
+    };
+    return SCSSNavigation;
+}(_cssNavigation__WEBPACK_IMPORTED_MODULE_0__.CSSNavigation));
+
+
+
+/***/ }),
+/* 106 */
+/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
+
+__webpack_require__.r(__webpack_exports__);
+/* harmony export */ __webpack_require__.d(__webpack_exports__, {
+/* harmony export */   "ClientCapabilities": () => /* reexport safe */ _htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_14__.ClientCapabilities,
+/* harmony export */   "CodeAction": () => /* reexport safe */ _htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_14__.CodeAction,
+/* harmony export */   "CodeActionContext": () => /* reexport safe */ _htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_14__.CodeActionContext,
+/* harmony export */   "CodeActionKind": () => /* reexport safe */ _htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_14__.CodeActionKind,
+/* harmony export */   "CodeLens": () => /* reexport safe */ _htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_14__.CodeLens,
+/* harmony export */   "Color": () => /* reexport safe */ _htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_14__.Color,
+/* harmony export */   "ColorInformation": () => /* reexport safe */ _htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_14__.ColorInformation,
+/* harmony export */   "ColorPresentation": () => /* reexport safe */ _htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_14__.ColorPresentation,
+/* harmony export */   "Command": () => /* reexport safe */ _htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_14__.Command,
+/* harmony export */   "CompletionItem": () => /* reexport safe */ _htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_14__.CompletionItem,
+/* harmony export */   "CompletionItemKind": () => /* reexport safe */ _htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_14__.CompletionItemKind,
+/* harmony export */   "CompletionItemTag": () => /* reexport safe */ _htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_14__.CompletionItemTag,
+/* harmony export */   "CompletionList": () => /* reexport safe */ _htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_14__.CompletionList,
+/* harmony export */   "CreateFile": () => /* reexport safe */ _htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_14__.CreateFile,
+/* harmony export */   "DeleteFile": () => /* reexport safe */ _htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_14__.DeleteFile,
+/* harmony export */   "Diagnostic": () => /* reexport safe */ _htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_14__.Diagnostic,
+/* harmony export */   "DiagnosticCode": () => /* reexport safe */ _htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_14__.DiagnosticCode,
+/* harmony export */   "DiagnosticRelatedInformation": () => /* reexport safe */ _htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_14__.DiagnosticRelatedInformation,
+/* harmony export */   "DiagnosticSeverity": () => /* reexport safe */ _htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_14__.DiagnosticSeverity,
+/* harmony export */   "DiagnosticTag": () => /* reexport safe */ _htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_14__.DiagnosticTag,
+/* harmony export */   "DocumentHighlight": () => /* reexport safe */ _htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_14__.DocumentHighlight,
+/* harmony export */   "DocumentHighlightKind": () => /* reexport safe */ _htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_14__.DocumentHighlightKind,
+/* harmony export */   "DocumentLink": () => /* reexport safe */ _htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_14__.DocumentLink,
+/* harmony export */   "DocumentSymbol": () => /* reexport safe */ _htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_14__.DocumentSymbol,
+/* harmony export */   "EOL": () => /* reexport safe */ _htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_14__.EOL,
+/* harmony export */   "FileType": () => /* reexport safe */ _htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_14__.FileType,
+/* harmony export */   "FoldingRange": () => /* reexport safe */ _htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_14__.FoldingRange,
+/* harmony export */   "FoldingRangeKind": () => /* reexport safe */ _htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_14__.FoldingRangeKind,
+/* harmony export */   "FormattingOptions": () => /* reexport safe */ _htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_14__.FormattingOptions,
+/* harmony export */   "Hover": () => /* reexport safe */ _htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_14__.Hover,
+/* harmony export */   "InsertReplaceEdit": () => /* reexport safe */ _htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_14__.InsertReplaceEdit,
+/* harmony export */   "InsertTextFormat": () => /* reexport safe */ _htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_14__.InsertTextFormat,
+/* harmony export */   "Location": () => /* reexport safe */ _htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_14__.Location,
+/* harmony export */   "LocationLink": () => /* reexport safe */ _htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_14__.LocationLink,
+/* harmony export */   "MarkedString": () => /* reexport safe */ _htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_14__.MarkedString,
+/* harmony export */   "MarkupContent": () => /* reexport safe */ _htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_14__.MarkupContent,
+/* harmony export */   "MarkupKind": () => /* reexport safe */ _htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_14__.MarkupKind,
+/* harmony export */   "ParameterInformation": () => /* reexport safe */ _htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_14__.ParameterInformation,
+/* harmony export */   "Position": () => /* reexport safe */ _htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_14__.Position,
+/* harmony export */   "Range": () => /* reexport safe */ _htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_14__.Range,
+/* harmony export */   "RenameFile": () => /* reexport safe */ _htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_14__.RenameFile,
+/* harmony export */   "ScannerState": () => /* reexport safe */ _htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_14__.ScannerState,
+/* harmony export */   "SelectionRange": () => /* reexport safe */ _htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_14__.SelectionRange,
+/* harmony export */   "SignatureInformation": () => /* reexport safe */ _htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_14__.SignatureInformation,
+/* harmony export */   "SymbolInformation": () => /* reexport safe */ _htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_14__.SymbolInformation,
+/* harmony export */   "SymbolKind": () => /* reexport safe */ _htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_14__.SymbolKind,
+/* harmony export */   "SymbolTag": () => /* reexport safe */ _htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_14__.SymbolTag,
+/* harmony export */   "TextDocument": () => /* reexport safe */ _htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_14__.TextDocument,
+/* harmony export */   "TextDocumentEdit": () => /* reexport safe */ _htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_14__.TextDocumentEdit,
+/* harmony export */   "TextDocumentIdentifier": () => /* reexport safe */ _htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_14__.TextDocumentIdentifier,
+/* harmony export */   "TextDocumentItem": () => /* reexport safe */ _htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_14__.TextDocumentItem,
+/* harmony export */   "TextEdit": () => /* reexport safe */ _htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_14__.TextEdit,
+/* harmony export */   "TokenType": () => /* reexport safe */ _htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_14__.TokenType,
+/* harmony export */   "VersionedTextDocumentIdentifier": () => /* reexport safe */ _htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_14__.VersionedTextDocumentIdentifier,
+/* harmony export */   "WorkspaceChange": () => /* reexport safe */ _htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_14__.WorkspaceChange,
+/* harmony export */   "WorkspaceEdit": () => /* reexport safe */ _htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_14__.WorkspaceEdit,
+/* harmony export */   "getLanguageService": () => /* binding */ getLanguageService,
+/* harmony export */   "newHTMLDataProvider": () => /* binding */ newHTMLDataProvider,
+/* harmony export */   "getDefaultHTMLDataProvider": () => /* binding */ getDefaultHTMLDataProvider
+/* harmony export */ });
+/* harmony import */ var _parser_htmlScanner__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(107);
+/* harmony import */ var _parser_htmlParser__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(110);
+/* harmony import */ var _services_htmlCompletion__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(113);
+/* harmony import */ var _services_htmlHover__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(120);
+/* harmony import */ var _services_htmlFormatter__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(121);
+/* harmony import */ var _services_htmlLinks__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(125);
+/* harmony import */ var _services_htmlHighlighting__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(126);
+/* harmony import */ var _services_htmlSymbolsProvider__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(127);
+/* harmony import */ var _services_htmlRename__WEBPACK_IMPORTED_MODULE_15__ = __webpack_require__(133);
+/* harmony import */ var _services_htmlMatchingTagPosition__WEBPACK_IMPORTED_MODULE_16__ = __webpack_require__(134);
+/* harmony import */ var _services_htmlSyncedRegions__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(128);
+/* harmony import */ var _services_htmlFolding__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(129);
+/* harmony import */ var _services_htmlSelectionRange__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(130);
+/* harmony import */ var _languageFacts_dataProvider__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(116);
+/* harmony import */ var _languageFacts_dataManager__WEBPACK_IMPORTED_MODULE_12__ = __webpack_require__(131);
+/* harmony import */ var _languageFacts_data_webCustomData__WEBPACK_IMPORTED_MODULE_13__ = __webpack_require__(132);
+/* harmony import */ var _htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_14__ = __webpack_require__(108);
+/*---------------------------------------------------------------------------------------------
+ *  Copyright (c) Microsoft Corporation. All rights reserved.
+ *  Licensed under the MIT License. See License.txt in the project root for license information.
+ *--------------------------------------------------------------------------------------------*/
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+var defaultLanguageServiceOptions = {};
+function getLanguageService(options) {
+    if (options === void 0) { options = defaultLanguageServiceOptions; }
+    var dataManager = new _languageFacts_dataManager__WEBPACK_IMPORTED_MODULE_12__.HTMLDataManager(options);
+    var htmlHover = new _services_htmlHover__WEBPACK_IMPORTED_MODULE_3__.HTMLHover(options, dataManager);
+    var htmlCompletion = new _services_htmlCompletion__WEBPACK_IMPORTED_MODULE_2__.HTMLCompletion(options, dataManager);
+    return {
+        setDataProviders: dataManager.setDataProviders.bind(dataManager),
+        createScanner: _parser_htmlScanner__WEBPACK_IMPORTED_MODULE_0__.createScanner,
+        parseHTMLDocument: function (document) { return (0,_parser_htmlParser__WEBPACK_IMPORTED_MODULE_1__.parse)(document.getText()); },
+        doComplete: htmlCompletion.doComplete.bind(htmlCompletion),
+        doComplete2: htmlCompletion.doComplete2.bind(htmlCompletion),
+        setCompletionParticipants: htmlCompletion.setCompletionParticipants.bind(htmlCompletion),
+        doHover: htmlHover.doHover.bind(htmlHover),
+        format: _services_htmlFormatter__WEBPACK_IMPORTED_MODULE_4__.format,
+        findDocumentHighlights: _services_htmlHighlighting__WEBPACK_IMPORTED_MODULE_6__.findDocumentHighlights,
+        findDocumentLinks: _services_htmlLinks__WEBPACK_IMPORTED_MODULE_5__.findDocumentLinks,
+        findDocumentSymbols: _services_htmlSymbolsProvider__WEBPACK_IMPORTED_MODULE_7__.findDocumentSymbols,
+        getFoldingRanges: _services_htmlFolding__WEBPACK_IMPORTED_MODULE_9__.getFoldingRanges,
+        getSelectionRanges: _services_htmlSelectionRange__WEBPACK_IMPORTED_MODULE_10__.getSelectionRanges,
+        doTagComplete: htmlCompletion.doTagComplete.bind(htmlCompletion),
+        doRename: _services_htmlRename__WEBPACK_IMPORTED_MODULE_15__.doRename,
+        findMatchingTagPosition: _services_htmlMatchingTagPosition__WEBPACK_IMPORTED_MODULE_16__.findMatchingTagPosition,
+        findOnTypeRenameRanges: _services_htmlSyncedRegions__WEBPACK_IMPORTED_MODULE_8__.findOnTypeRenameRanges
+    };
+}
+function newHTMLDataProvider(id, customData) {
+    return new _languageFacts_dataProvider__WEBPACK_IMPORTED_MODULE_11__.HTMLDataProvider(id, customData);
+}
+function getDefaultHTMLDataProvider() {
+    return newHTMLDataProvider('default', _languageFacts_data_webCustomData__WEBPACK_IMPORTED_MODULE_13__.htmlData);
+}
+
+
+/***/ }),
+/* 107 */
+/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
+
+__webpack_require__.r(__webpack_exports__);
+/* harmony export */ __webpack_require__.d(__webpack_exports__, {
+/* harmony export */   "createScanner": () => /* binding */ createScanner
+/* harmony export */ });
+/* harmony import */ var vscode_nls__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(68);
+/* harmony import */ var _htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(108);
+/*---------------------------------------------------------------------------------------------
+ *  Copyright (c) Microsoft Corporation. All rights reserved.
+ *  Licensed under the MIT License. See License.txt in the project root for license information.
+ *--------------------------------------------------------------------------------------------*/
+
+
+var localize = vscode_nls__WEBPACK_IMPORTED_MODULE_0__.loadMessageBundle();
+var MultiLineStream = /** @class */ (function () {
+    function MultiLineStream(source, position) {
+        this.source = source;
+        this.len = source.length;
+        this.position = position;
+    }
+    MultiLineStream.prototype.eos = function () {
+        return this.len <= this.position;
+    };
+    MultiLineStream.prototype.getSource = function () {
+        return this.source;
+    };
+    MultiLineStream.prototype.pos = function () {
+        return this.position;
+    };
+    MultiLineStream.prototype.goBackTo = function (pos) {
+        this.position = pos;
+    };
+    MultiLineStream.prototype.goBack = function (n) {
+        this.position -= n;
+    };
+    MultiLineStream.prototype.advance = function (n) {
+        this.position += n;
+    };
+    MultiLineStream.prototype.goToEnd = function () {
+        this.position = this.source.length;
+    };
+    MultiLineStream.prototype.nextChar = function () {
+        return this.source.charCodeAt(this.position++) || 0;
+    };
+    MultiLineStream.prototype.peekChar = function (n) {
+        if (n === void 0) { n = 0; }
+        return this.source.charCodeAt(this.position + n) || 0;
+    };
+    MultiLineStream.prototype.advanceIfChar = function (ch) {
+        if (ch === this.source.charCodeAt(this.position)) {
+            this.position++;
+            return true;
+        }
+        return false;
+    };
+    MultiLineStream.prototype.advanceIfChars = function (ch) {
+        var i;
+        if (this.position + ch.length > this.source.length) {
+            return false;
+        }
+        for (i = 0; i < ch.length; i++) {
+            if (this.source.charCodeAt(this.position + i) !== ch[i]) {
+                return false;
             }
-        },
-        {
-            "name": "aria-describedat",
-            "references": [
-                {
-                    "name": "WAI-ARIA Reference",
-                    "url": "https://www.w3.org/TR/wai-aria-1.1/#aria-describedat"
-                }
-            ]
-        },
-        {
-            "name": "aria-describedby",
-            "references": [
-                {
-                    "name": "WAI-ARIA Reference",
-                    "url": "https://www.w3.org/TR/wai-aria-1.1/#aria-describedby"
-                }
-            ],
-            "description": {
-                "kind": "markdown",
-                "value": "Identifies the [element](https://www.w3.org/TR/wai-aria-1.1/#dfn-element) (or elements) that describes the [object](https://www.w3.org/TR/wai-aria-1.1/#dfn-object). See related [`aria-labelledby`](https://www.w3.org/TR/wai-aria-1.1/#aria-labelledby)."
+        }
+        this.advance(i);
+        return true;
+    };
+    MultiLineStream.prototype.advanceIfRegExp = function (regex) {
+        var str = this.source.substr(this.position);
+        var match = str.match(regex);
+        if (match) {
+            this.position = this.position + match.index + match[0].length;
+            return match[0];
+        }
+        return '';
+    };
+    MultiLineStream.prototype.advanceUntilRegExp = function (regex) {
+        var str = this.source.substr(this.position);
+        var match = str.match(regex);
+        if (match) {
+            this.position = this.position + match.index;
+            return match[0];
+        }
+        else {
+            this.goToEnd();
+        }
+        return '';
+    };
+    MultiLineStream.prototype.advanceUntilChar = function (ch) {
+        while (this.position < this.source.length) {
+            if (this.source.charCodeAt(this.position) === ch) {
+                return true;
             }
-        },
-        {
-            "name": "aria-disabled",
-            "valueSet": "b",
-            "references": [
-                {
-                    "name": "WAI-ARIA Reference",
-                    "url": "https://www.w3.org/TR/wai-aria-1.1/#aria-disabled"
-                }
-            ],
-            "description": {
-                "kind": "markdown",
-                "value": "Indicates that the [element](https://www.w3.org/TR/wai-aria-1.1/#dfn-element) is [perceivable](https://www.w3.org/TR/wai-aria-1.1/#dfn-perceivable) but disabled, so it is not editable or otherwise [operable](https://www.w3.org/TR/wai-aria-1.1/#dfn-operable). See related [`aria-hidden`](https://www.w3.org/TR/wai-aria-1.1/#aria-hidden) and [`aria-readonly`](https://www.w3.org/TR/wai-aria-1.1/#aria-readonly)."
+            this.advance(1);
+        }
+        return false;
+    };
+    MultiLineStream.prototype.advanceUntilChars = function (ch) {
+        while (this.position + ch.length <= this.source.length) {
+            var i = 0;
+            for (; i < ch.length && this.source.charCodeAt(this.position + i) === ch[i]; i++) {
             }
-        },
-        {
-            "name": "aria-dropeffect",
-            "valueSet": "dropeffect",
-            "references": [
-                {
-                    "name": "WAI-ARIA Reference",
-                    "url": "https://www.w3.org/TR/wai-aria-1.1/#aria-dropeffect"
-                }
-            ],
-            "description": {
-                "kind": "markdown",
-                "value": "\\[Deprecated in ARIA 1.1\\] Indicates what functions can be performed when a dragged object is released on the drop target."
+            if (i === ch.length) {
+                return true;
             }
-        },
-        {
-            "name": "aria-errormessage",
-            "references": [
-                {
-                    "name": "WAI-ARIA Reference",
-                    "url": "https://www.w3.org/TR/wai-aria-1.1/#aria-errormessage"
+            this.advance(1);
+        }
+        this.goToEnd();
+        return false;
+    };
+    MultiLineStream.prototype.skipWhitespace = function () {
+        var n = this.advanceWhileChar(function (ch) {
+            return ch === _WSP || ch === _TAB || ch === _NWL || ch === _LFD || ch === _CAR;
+        });
+        return n > 0;
+    };
+    MultiLineStream.prototype.advanceWhileChar = function (condition) {
+        var posNow = this.position;
+        while (this.position < this.len && condition(this.source.charCodeAt(this.position))) {
+            this.position++;
+        }
+        return this.position - posNow;
+    };
+    return MultiLineStream;
+}());
+var _BNG = '!'.charCodeAt(0);
+var _MIN = '-'.charCodeAt(0);
+var _LAN = '<'.charCodeAt(0);
+var _RAN = '>'.charCodeAt(0);
+var _FSL = '/'.charCodeAt(0);
+var _EQS = '='.charCodeAt(0);
+var _DQO = '"'.charCodeAt(0);
+var _SQO = '\''.charCodeAt(0);
+var _NWL = '\n'.charCodeAt(0);
+var _CAR = '\r'.charCodeAt(0);
+var _LFD = '\f'.charCodeAt(0);
+var _WSP = ' '.charCodeAt(0);
+var _TAB = '\t'.charCodeAt(0);
+var htmlScriptContents = {
+    'text/x-handlebars-template': true
+};
+function createScanner(input, initialOffset, initialState, emitPseudoCloseTags) {
+    if (initialOffset === void 0) { initialOffset = 0; }
+    if (initialState === void 0) { initialState = _htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_1__.ScannerState.WithinContent; }
+    if (emitPseudoCloseTags === void 0) { emitPseudoCloseTags = false; }
+    var stream = new MultiLineStream(input, initialOffset);
+    var state = initialState;
+    var tokenOffset = 0;
+    var tokenType = _htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_1__.TokenType.Unknown;
+    var tokenError;
+    var hasSpaceAfterTag;
+    var lastTag;
+    var lastAttributeName;
+    var lastTypeValue;
+    function nextElementName() {
+        return stream.advanceIfRegExp(/^[_:\w][_:\w-.\d]*/).toLowerCase();
+    }
+    function nextAttributeName() {
+        return stream.advanceIfRegExp(/^[^\s"'></=\x00-\x0F\x7F\x80-\x9F]*/).toLowerCase();
+    }
+    function finishToken(offset, type, errorMessage) {
+        tokenType = type;
+        tokenOffset = offset;
+        tokenError = errorMessage;
+        return type;
+    }
+    function scan() {
+        var offset = stream.pos();
+        var oldState = state;
+        var token = internalScan();
+        if (token !== _htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_1__.TokenType.EOS && offset === stream.pos() && !(emitPseudoCloseTags && (token === _htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_1__.TokenType.StartTagClose || token === _htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_1__.TokenType.EndTagClose))) {
+            console.log('Scanner.scan has not advanced at offset ' + offset + ', state before: ' + oldState + ' after: ' + state);
+            stream.advance(1);
+            return finishToken(offset, _htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_1__.TokenType.Unknown);
+        }
+        return token;
+    }
+    function internalScan() {
+        var offset = stream.pos();
+        if (stream.eos()) {
+            return finishToken(offset, _htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_1__.TokenType.EOS);
+        }
+        var errorMessage;
+        switch (state) {
+            case _htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_1__.ScannerState.WithinComment:
+                if (stream.advanceIfChars([_MIN, _MIN, _RAN])) { // -->
+                    state = _htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_1__.ScannerState.WithinContent;
+                    return finishToken(offset, _htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_1__.TokenType.EndCommentTag);
                 }
-            ],
-            "description": {
-                "kind": "markdown",
-                "value": "Identifies the [element](https://www.w3.org/TR/wai-aria-1.1/#dfn-element) that provides an error message for the [object](https://www.w3.org/TR/wai-aria-1.1/#dfn-object). See related [`aria-invalid`](https://www.w3.org/TR/wai-aria-1.1/#aria-invalid) and [`aria-describedby`](https://www.w3.org/TR/wai-aria-1.1/#aria-describedby)."
-            }
-        },
-        {
-            "name": "aria-expanded",
-            "valueSet": "u",
-            "references": [
-                {
-                    "name": "WAI-ARIA Reference",
-                    "url": "https://www.w3.org/TR/wai-aria-1.1/#aria-expanded"
+                stream.advanceUntilChars([_MIN, _MIN, _RAN]); // -->
+                return finishToken(offset, _htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_1__.TokenType.Comment);
+            case _htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_1__.ScannerState.WithinDoctype:
+                if (stream.advanceIfChar(_RAN)) {
+                    state = _htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_1__.ScannerState.WithinContent;
+                    return finishToken(offset, _htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_1__.TokenType.EndDoctypeTag);
+                }
+                stream.advanceUntilChar(_RAN); // >
+                return finishToken(offset, _htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_1__.TokenType.Doctype);
+            case _htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_1__.ScannerState.WithinContent:
+                if (stream.advanceIfChar(_LAN)) { // <
+                    if (!stream.eos() && stream.peekChar() === _BNG) { // !
+                        if (stream.advanceIfChars([_BNG, _MIN, _MIN])) { // <!--
+                            state = _htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_1__.ScannerState.WithinComment;
+                            return finishToken(offset, _htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_1__.TokenType.StartCommentTag);
+                        }
+                        if (stream.advanceIfRegExp(/^!doctype/i)) {
+                            state = _htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_1__.ScannerState.WithinDoctype;
+                            return finishToken(offset, _htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_1__.TokenType.StartDoctypeTag);
+                        }
+                    }
+                    if (stream.advanceIfChar(_FSL)) { // /
+                        state = _htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_1__.ScannerState.AfterOpeningEndTag;
+                        return finishToken(offset, _htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_1__.TokenType.EndTagOpen);
+                    }
+                    state = _htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_1__.ScannerState.AfterOpeningStartTag;
+                    return finishToken(offset, _htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_1__.TokenType.StartTagOpen);
+                }
+                stream.advanceUntilChar(_LAN);
+                return finishToken(offset, _htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_1__.TokenType.Content);
+            case _htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_1__.ScannerState.AfterOpeningEndTag:
+                var tagName = nextElementName();
+                if (tagName.length > 0) {
+                    state = _htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_1__.ScannerState.WithinEndTag;
+                    return finishToken(offset, _htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_1__.TokenType.EndTag);
                 }
-            ],
-            "description": {
-                "kind": "markdown",
-                "value": "Indicates whether the element, or another grouping element it controls, is currently expanded or collapsed."
-            }
-        },
-        {
-            "name": "aria-flowto",
-            "references": [
-                {
-                    "name": "WAI-ARIA Reference",
-                    "url": "https://www.w3.org/TR/wai-aria-1.1/#aria-flowto"
+                if (stream.skipWhitespace()) { // white space is not valid here
+                    return finishToken(offset, _htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_1__.TokenType.Whitespace, localize('error.unexpectedWhitespace', 'Tag name must directly follow the open bracket.'));
                 }
-            ],
-            "description": {
-                "kind": "markdown",
-                "value": "Identifies the next [element](https://www.w3.org/TR/wai-aria-1.1/#dfn-element) (or elements) in an alternate reading order of content which, at the user's discretion, allows assistive technology to override the general default of reading in document source order."
-            }
-        },
-        {
-            "name": "aria-grabbed",
-            "valueSet": "u",
-            "references": [
-                {
-                    "name": "WAI-ARIA Reference",
-                    "url": "https://www.w3.org/TR/wai-aria-1.1/#aria-grabbed"
+                state = _htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_1__.ScannerState.WithinEndTag;
+                stream.advanceUntilChar(_RAN);
+                if (offset < stream.pos()) {
+                    return finishToken(offset, _htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_1__.TokenType.Unknown, localize('error.endTagNameExpected', 'End tag name expected.'));
                 }
-            ],
-            "description": {
-                "kind": "markdown",
-                "value": "\\[Deprecated in ARIA 1.1\\] Indicates an element's \"grabbed\" [state](https://www.w3.org/TR/wai-aria-1.1/#dfn-state) in a drag-and-drop operation."
-            }
-        },
-        {
-            "name": "aria-haspopup",
-            "valueSet": "b",
-            "references": [
-                {
-                    "name": "WAI-ARIA Reference",
-                    "url": "https://www.w3.org/TR/wai-aria-1.1/#aria-haspopup"
+                return internalScan();
+            case _htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_1__.ScannerState.WithinEndTag:
+                if (stream.skipWhitespace()) { // white space is valid here
+                    return finishToken(offset, _htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_1__.TokenType.Whitespace);
                 }
-            ],
-            "description": {
-                "kind": "markdown",
-                "value": "Indicates the availability and type of interactive popup element, such as menu or dialog, that can be triggered by an [element](https://www.w3.org/TR/wai-aria-1.1/#dfn-element)."
-            }
-        },
-        {
-            "name": "aria-hidden",
-            "valueSet": "b",
-            "references": [
-                {
-                    "name": "WAI-ARIA Reference",
-                    "url": "https://www.w3.org/TR/wai-aria-1.1/#aria-hidden"
+                if (stream.advanceIfChar(_RAN)) { // >
+                    state = _htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_1__.ScannerState.WithinContent;
+                    return finishToken(offset, _htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_1__.TokenType.EndTagClose);
                 }
-            ],
-            "description": {
-                "kind": "markdown",
-                "value": "Indicates whether the [element](https://www.w3.org/TR/wai-aria-1.1/#dfn-element) is exposed to an accessibility API. See related [`aria-disabled`](https://www.w3.org/TR/wai-aria-1.1/#aria-disabled)."
-            }
-        },
-        {
-            "name": "aria-invalid",
-            "valueSet": "invalid",
-            "references": [
-                {
-                    "name": "WAI-ARIA Reference",
-                    "url": "https://www.w3.org/TR/wai-aria-1.1/#aria-invalid"
+                if (emitPseudoCloseTags && stream.peekChar() === _LAN) { // <
+                    state = _htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_1__.ScannerState.WithinContent;
+                    return finishToken(offset, _htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_1__.TokenType.EndTagClose, localize('error.closingBracketMissing', 'Closing bracket missing.'));
                 }
-            ],
-            "description": {
-                "kind": "markdown",
-                "value": "Indicates the entered value does not conform to the format expected by the application. See related [`aria-errormessage`](https://www.w3.org/TR/wai-aria-1.1/#aria-errormessage)."
-            }
-        },
-        {
-            "name": "aria-kbdshortcuts",
-            "references": [
-                {
-                    "name": "WAI-ARIA Reference",
-                    "url": "https://www.w3.org/TR/wai-aria-1.1/#aria-kbdshortcuts"
+                errorMessage = localize('error.closingBracketExpected', 'Closing bracket expected.');
+                break;
+            case _htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_1__.ScannerState.AfterOpeningStartTag:
+                lastTag = nextElementName();
+                lastTypeValue = void 0;
+                lastAttributeName = void 0;
+                if (lastTag.length > 0) {
+                    hasSpaceAfterTag = false;
+                    state = _htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_1__.ScannerState.WithinTag;
+                    return finishToken(offset, _htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_1__.TokenType.StartTag);
                 }
-            ]
-        },
-        {
-            "name": "aria-label",
-            "references": [
-                {
-                    "name": "WAI-ARIA Reference",
-                    "url": "https://www.w3.org/TR/wai-aria-1.1/#aria-label"
+                if (stream.skipWhitespace()) { // white space is not valid here
+                    return finishToken(offset, _htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_1__.TokenType.Whitespace, localize('error.unexpectedWhitespace', 'Tag name must directly follow the open bracket.'));
                 }
-            ],
-            "description": {
-                "kind": "markdown",
-                "value": "Defines a string value that labels the current element. See related [`aria-labelledby`](https://www.w3.org/TR/wai-aria-1.1/#aria-labelledby)."
-            }
-        },
-        {
-            "name": "aria-labelledby",
-            "references": [
-                {
-                    "name": "WAI-ARIA Reference",
-                    "url": "https://www.w3.org/TR/wai-aria-1.1/#aria-labelledby"
+                state = _htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_1__.ScannerState.WithinTag;
+                stream.advanceUntilChar(_RAN);
+                if (offset < stream.pos()) {
+                    return finishToken(offset, _htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_1__.TokenType.Unknown, localize('error.startTagNameExpected', 'Start tag name expected.'));
                 }
-            ],
-            "description": {
-                "kind": "markdown",
-                "value": "Identifies the [element](https://www.w3.org/TR/wai-aria-1.1/#dfn-element) (or elements) that labels the current element. See related [`aria-describedby`](https://www.w3.org/TR/wai-aria-1.1/#aria-describedby)."
-            }
-        },
-        {
-            "name": "aria-level",
-            "references": [
-                {
-                    "name": "WAI-ARIA Reference",
-                    "url": "https://www.w3.org/TR/wai-aria-1.1/#aria-level"
+                return internalScan();
+            case _htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_1__.ScannerState.WithinTag:
+                if (stream.skipWhitespace()) {
+                    hasSpaceAfterTag = true; // remember that we have seen a whitespace
+                    return finishToken(offset, _htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_1__.TokenType.Whitespace);
                 }
-            ],
-            "description": {
-                "kind": "markdown",
-                "value": "Defines the hierarchical level of an [element](https://www.w3.org/TR/wai-aria-1.1/#dfn-element) within a structure."
-            }
-        },
-        {
-            "name": "aria-live",
-            "valueSet": "live",
-            "references": [
-                {
-                    "name": "WAI-ARIA Reference",
-                    "url": "https://www.w3.org/TR/wai-aria-1.1/#aria-live"
+                if (hasSpaceAfterTag) {
+                    lastAttributeName = nextAttributeName();
+                    if (lastAttributeName.length > 0) {
+                        state = _htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_1__.ScannerState.AfterAttributeName;
+                        hasSpaceAfterTag = false;
+                        return finishToken(offset, _htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_1__.TokenType.AttributeName);
+                    }
                 }
-            ],
-            "description": {
-                "kind": "markdown",
-                "value": "Indicates that an [element](https://www.w3.org/TR/wai-aria-1.1/#dfn-element) will be updated, and describes the types of updates the [user agents](https://www.w3.org/TR/wai-aria-1.1/#dfn-user-agent), [assistive technologies](https://www.w3.org/TR/wai-aria-1.1/#dfn-assistive-technology), and user can expect from the [live region](https://www.w3.org/TR/wai-aria-1.1/#dfn-live-region)."
-            }
-        },
-        {
-            "name": "aria-modal",
-            "valueSet": "b",
-            "references": [
-                {
-                    "name": "WAI-ARIA Reference",
-                    "url": "https://www.w3.org/TR/wai-aria-1.1/#aria-modal"
+                if (stream.advanceIfChars([_FSL, _RAN])) { // />
+                    state = _htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_1__.ScannerState.WithinContent;
+                    return finishToken(offset, _htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_1__.TokenType.StartTagSelfClose);
                 }
-            ],
-            "description": {
-                "kind": "markdown",
-                "value": "Indicates whether an [element](https://www.w3.org/TR/wai-aria-1.1/#dfn-element) is modal when displayed."
-            }
-        },
-        {
-            "name": "aria-multiline",
-            "valueSet": "b",
-            "references": [
-                {
-                    "name": "WAI-ARIA Reference",
-                    "url": "https://www.w3.org/TR/wai-aria-1.1/#aria-multiline"
+                if (stream.advanceIfChar(_RAN)) { // >
+                    if (lastTag === 'script') {
+                        if (lastTypeValue && htmlScriptContents[lastTypeValue]) {
+                            // stay in html
+                            state = _htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_1__.ScannerState.WithinContent;
+                        }
+                        else {
+                            state = _htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_1__.ScannerState.WithinScriptContent;
+                        }
+                    }
+                    else if (lastTag === 'style') {
+                        state = _htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_1__.ScannerState.WithinStyleContent;
+                    }
+                    else {
+                        state = _htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_1__.ScannerState.WithinContent;
+                    }
+                    return finishToken(offset, _htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_1__.TokenType.StartTagClose);
                 }
-            ],
-            "description": {
-                "kind": "markdown",
-                "value": "Indicates whether a text box accepts multiple lines of input or only a single line."
-            }
-        },
-        {
-            "name": "aria-multiselectable",
-            "valueSet": "b",
-            "references": [
-                {
-                    "name": "WAI-ARIA Reference",
-                    "url": "https://www.w3.org/TR/wai-aria-1.1/#aria-multiselectable"
+                if (emitPseudoCloseTags && stream.peekChar() === _LAN) { // <
+                    state = _htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_1__.ScannerState.WithinContent;
+                    return finishToken(offset, _htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_1__.TokenType.StartTagClose, localize('error.closingBracketMissing', 'Closing bracket missing.'));
                 }
-            ],
-            "description": {
-                "kind": "markdown",
-                "value": "Indicates that the user may select more than one item from the current selectable descendants."
-            }
-        },
-        {
-            "name": "aria-orientation",
-            "valueSet": "orientation",
-            "references": [
-                {
-                    "name": "WAI-ARIA Reference",
-                    "url": "https://www.w3.org/TR/wai-aria-1.1/#aria-orientation"
+                stream.advance(1);
+                return finishToken(offset, _htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_1__.TokenType.Unknown, localize('error.unexpectedCharacterInTag', 'Unexpected character in tag.'));
+            case _htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_1__.ScannerState.AfterAttributeName:
+                if (stream.skipWhitespace()) {
+                    hasSpaceAfterTag = true;
+                    return finishToken(offset, _htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_1__.TokenType.Whitespace);
                 }
-            ],
-            "description": {
-                "kind": "markdown",
-                "value": "Indicates whether the element's orientation is horizontal, vertical, or unknown/ambiguous."
-            }
-        },
-        {
-            "name": "aria-owns",
-            "references": [
-                {
-                    "name": "WAI-ARIA Reference",
-                    "url": "https://www.w3.org/TR/wai-aria-1.1/#aria-owns"
+                if (stream.advanceIfChar(_EQS)) {
+                    state = _htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_1__.ScannerState.BeforeAttributeValue;
+                    return finishToken(offset, _htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_1__.TokenType.DelimiterAssign);
                 }
-            ],
-            "description": {
-                "kind": "markdown",
-                "value": "Identifies an [element](https://www.w3.org/TR/wai-aria-1.1/#dfn-element) (or elements) in order to define a visual, functional, or contextual parent/child [relationship](https://www.w3.org/TR/wai-aria-1.1/#dfn-relationship) between DOM elements where the DOM hierarchy cannot be used to represent the relationship. See related [`aria-controls`](https://www.w3.org/TR/wai-aria-1.1/#aria-controls)."
-            }
-        },
-        {
-            "name": "aria-placeholder",
-            "references": [
-                {
-                    "name": "WAI-ARIA Reference",
-                    "url": "https://www.w3.org/TR/wai-aria-1.1/#aria-placeholder"
+                state = _htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_1__.ScannerState.WithinTag;
+                return internalScan(); // no advance yet - jump to WithinTag
+            case _htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_1__.ScannerState.BeforeAttributeValue:
+                if (stream.skipWhitespace()) {
+                    return finishToken(offset, _htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_1__.TokenType.Whitespace);
                 }
-            ],
-            "description": {
-                "kind": "markdown",
-                "value": "Defines a short hint (a word or short phrase) intended to aid the user with data entry when the control has no value. A hint could be a sample value or a brief description of the expected format."
-            }
-        },
-        {
-            "name": "aria-posinset",
-            "references": [
-                {
-                    "name": "WAI-ARIA Reference",
-                    "url": "https://www.w3.org/TR/wai-aria-1.1/#aria-posinset"
+                var attributeValue = stream.advanceIfRegExp(/^[^\s"'`=<>]+/);
+                if (attributeValue.length > 0) {
+                    if (stream.peekChar() === _RAN && stream.peekChar(-1) === _FSL) { // <foo bar=http://foo/>
+                        stream.goBack(1);
+                        attributeValue = attributeValue.substr(0, attributeValue.length - 1);
+                    }
+                    if (lastAttributeName === 'type') {
+                        lastTypeValue = attributeValue;
+                    }
+                    state = _htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_1__.ScannerState.WithinTag;
+                    hasSpaceAfterTag = false;
+                    return finishToken(offset, _htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_1__.TokenType.AttributeValue);
                 }
-            ],
-            "description": {
-                "kind": "markdown",
-                "value": "Defines an [element](https://www.w3.org/TR/wai-aria-1.1/#dfn-element)'s number or position in the current set of listitems or treeitems. Not required if all elements in the set are present in the DOM. See related [`aria-setsize`](https://www.w3.org/TR/wai-aria-1.1/#aria-setsize)."
-            }
-        },
-        {
-            "name": "aria-pressed",
-            "valueSet": "tristate",
-            "references": [
-                {
-                    "name": "WAI-ARIA Reference",
-                    "url": "https://www.w3.org/TR/wai-aria-1.1/#aria-pressed"
+                var ch = stream.peekChar();
+                if (ch === _SQO || ch === _DQO) {
+                    stream.advance(1); // consume quote
+                    if (stream.advanceUntilChar(ch)) {
+                        stream.advance(1); // consume quote
+                    }
+                    if (lastAttributeName === 'type') {
+                        lastTypeValue = stream.getSource().substring(offset + 1, stream.pos() - 1);
+                    }
+                    state = _htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_1__.ScannerState.WithinTag;
+                    hasSpaceAfterTag = false;
+                    return finishToken(offset, _htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_1__.TokenType.AttributeValue);
                 }
-            ],
-            "description": {
-                "kind": "markdown",
-                "value": "Indicates the current \"pressed\" [state](https://www.w3.org/TR/wai-aria-1.1/#dfn-state) of toggle buttons. See related [`aria-checked`](https://www.w3.org/TR/wai-aria-1.1/#aria-checked) and [`aria-selected`](https://www.w3.org/TR/wai-aria-1.1/#aria-selected)."
-            }
-        },
-        {
-            "name": "aria-readonly",
-            "valueSet": "b",
-            "references": [
-                {
-                    "name": "WAI-ARIA Reference",
-                    "url": "https://www.w3.org/TR/wai-aria-1.1/#aria-readonly"
+                state = _htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_1__.ScannerState.WithinTag;
+                hasSpaceAfterTag = false;
+                return internalScan(); // no advance yet - jump to WithinTag
+            case _htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_1__.ScannerState.WithinScriptContent:
+                // see http://stackoverflow.com/questions/14574471/how-do-browsers-parse-a-script-tag-exactly
+                var sciptState = 1;
+                while (!stream.eos()) {
+                    var match = stream.advanceIfRegExp(/<!--|-->|<\/?script\s*\/?>?/i);
+                    if (match.length === 0) {
+                        stream.goToEnd();
+                        return finishToken(offset, _htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_1__.TokenType.Script);
+                    }
+                    else if (match === '<!--') {
+                        if (sciptState === 1) {
+                            sciptState = 2;
+                        }
+                    }
+                    else if (match === '-->') {
+                        sciptState = 1;
+                    }
+                    else if (match[1] !== '/') { // <script
+                        if (sciptState === 2) {
+                            sciptState = 3;
+                        }
+                    }
+                    else { // </script
+                        if (sciptState === 3) {
+                            sciptState = 2;
+                        }
+                        else {
+                            stream.goBack(match.length); // to the beginning of the closing tag
+                            break;
+                        }
+                    }
                 }
-            ],
-            "description": {
-                "kind": "markdown",
-                "value": "Indicates that the [element](https://www.w3.org/TR/wai-aria-1.1/#dfn-element) is not editable, but is otherwise [operable](https://www.w3.org/TR/wai-aria-1.1/#dfn-operable). See related [`aria-disabled`](https://www.w3.org/TR/wai-aria-1.1/#aria-disabled)."
+                state = _htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_1__.ScannerState.WithinContent;
+                if (offset < stream.pos()) {
+                    return finishToken(offset, _htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_1__.TokenType.Script);
+                }
+                return internalScan(); // no advance yet - jump to content
+            case _htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_1__.ScannerState.WithinStyleContent:
+                stream.advanceUntilRegExp(/<\/style/i);
+                state = _htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_1__.ScannerState.WithinContent;
+                if (offset < stream.pos()) {
+                    return finishToken(offset, _htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_1__.TokenType.Styles);
+                }
+                return internalScan(); // no advance yet - jump to content
+        }
+        stream.advance(1);
+        state = _htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_1__.ScannerState.WithinContent;
+        return finishToken(offset, _htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_1__.TokenType.Unknown, errorMessage);
+    }
+    return {
+        scan: scan,
+        getTokenType: function () { return tokenType; },
+        getTokenOffset: function () { return tokenOffset; },
+        getTokenLength: function () { return stream.pos() - tokenOffset; },
+        getTokenEnd: function () { return stream.pos(); },
+        getTokenText: function () { return stream.getSource().substring(tokenOffset, stream.pos()); },
+        getScannerState: function () { return state; },
+        getTokenError: function () { return tokenError; }
+    };
+}
+
+
+/***/ }),
+/* 108 */
+/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
+
+__webpack_require__.r(__webpack_exports__);
+/* harmony export */ __webpack_require__.d(__webpack_exports__, {
+/* harmony export */   "TextDocument": () => /* reexport safe */ vscode_languageserver_textdocument__WEBPACK_IMPORTED_MODULE_1__.TextDocument,
+/* harmony export */   "CodeAction": () => /* reexport safe */ vscode_languageserver_types__WEBPACK_IMPORTED_MODULE_0__.CodeAction,
+/* harmony export */   "CodeActionContext": () => /* reexport safe */ vscode_languageserver_types__WEBPACK_IMPORTED_MODULE_0__.CodeActionContext,
+/* harmony export */   "CodeActionKind": () => /* reexport safe */ vscode_languageserver_types__WEBPACK_IMPORTED_MODULE_0__.CodeActionKind,
+/* harmony export */   "CodeLens": () => /* reexport safe */ vscode_languageserver_types__WEBPACK_IMPORTED_MODULE_0__.CodeLens,
+/* harmony export */   "Color": () => /* reexport safe */ vscode_languageserver_types__WEBPACK_IMPORTED_MODULE_0__.Color,
+/* harmony export */   "ColorInformation": () => /* reexport safe */ vscode_languageserver_types__WEBPACK_IMPORTED_MODULE_0__.ColorInformation,
+/* harmony export */   "ColorPresentation": () => /* reexport safe */ vscode_languageserver_types__WEBPACK_IMPORTED_MODULE_0__.ColorPresentation,
+/* harmony export */   "Command": () => /* reexport safe */ vscode_languageserver_types__WEBPACK_IMPORTED_MODULE_0__.Command,
+/* harmony export */   "CompletionItem": () => /* reexport safe */ vscode_languageserver_types__WEBPACK_IMPORTED_MODULE_0__.CompletionItem,
+/* harmony export */   "CompletionItemKind": () => /* reexport safe */ vscode_languageserver_types__WEBPACK_IMPORTED_MODULE_0__.CompletionItemKind,
+/* harmony export */   "CompletionItemTag": () => /* reexport safe */ vscode_languageserver_types__WEBPACK_IMPORTED_MODULE_0__.CompletionItemTag,
+/* harmony export */   "CompletionList": () => /* reexport safe */ vscode_languageserver_types__WEBPACK_IMPORTED_MODULE_0__.CompletionList,
+/* harmony export */   "CreateFile": () => /* reexport safe */ vscode_languageserver_types__WEBPACK_IMPORTED_MODULE_0__.CreateFile,
+/* harmony export */   "DeleteFile": () => /* reexport safe */ vscode_languageserver_types__WEBPACK_IMPORTED_MODULE_0__.DeleteFile,
+/* harmony export */   "Diagnostic": () => /* reexport safe */ vscode_languageserver_types__WEBPACK_IMPORTED_MODULE_0__.Diagnostic,
+/* harmony export */   "DiagnosticCode": () => /* reexport safe */ vscode_languageserver_types__WEBPACK_IMPORTED_MODULE_0__.DiagnosticCode,
+/* harmony export */   "DiagnosticRelatedInformation": () => /* reexport safe */ vscode_languageserver_types__WEBPACK_IMPORTED_MODULE_0__.DiagnosticRelatedInformation,
+/* harmony export */   "DiagnosticSeverity": () => /* reexport safe */ vscode_languageserver_types__WEBPACK_IMPORTED_MODULE_0__.DiagnosticSeverity,
+/* harmony export */   "DiagnosticTag": () => /* reexport safe */ vscode_languageserver_types__WEBPACK_IMPORTED_MODULE_0__.DiagnosticTag,
+/* harmony export */   "DocumentHighlight": () => /* reexport safe */ vscode_languageserver_types__WEBPACK_IMPORTED_MODULE_0__.DocumentHighlight,
+/* harmony export */   "DocumentHighlightKind": () => /* reexport safe */ vscode_languageserver_types__WEBPACK_IMPORTED_MODULE_0__.DocumentHighlightKind,
+/* harmony export */   "DocumentLink": () => /* reexport safe */ vscode_languageserver_types__WEBPACK_IMPORTED_MODULE_0__.DocumentLink,
+/* harmony export */   "DocumentSymbol": () => /* reexport safe */ vscode_languageserver_types__WEBPACK_IMPORTED_MODULE_0__.DocumentSymbol,
+/* harmony export */   "EOL": () => /* reexport safe */ vscode_languageserver_types__WEBPACK_IMPORTED_MODULE_0__.EOL,
+/* harmony export */   "FoldingRange": () => /* reexport safe */ vscode_languageserver_types__WEBPACK_IMPORTED_MODULE_0__.FoldingRange,
+/* harmony export */   "FoldingRangeKind": () => /* reexport safe */ vscode_languageserver_types__WEBPACK_IMPORTED_MODULE_0__.FoldingRangeKind,
+/* harmony export */   "FormattingOptions": () => /* reexport safe */ vscode_languageserver_types__WEBPACK_IMPORTED_MODULE_0__.FormattingOptions,
+/* harmony export */   "Hover": () => /* reexport safe */ vscode_languageserver_types__WEBPACK_IMPORTED_MODULE_0__.Hover,
+/* harmony export */   "InsertReplaceEdit": () => /* reexport safe */ vscode_languageserver_types__WEBPACK_IMPORTED_MODULE_0__.InsertReplaceEdit,
+/* harmony export */   "InsertTextFormat": () => /* reexport safe */ vscode_languageserver_types__WEBPACK_IMPORTED_MODULE_0__.InsertTextFormat,
+/* harmony export */   "Location": () => /* reexport safe */ vscode_languageserver_types__WEBPACK_IMPORTED_MODULE_0__.Location,
+/* harmony export */   "LocationLink": () => /* reexport safe */ vscode_languageserver_types__WEBPACK_IMPORTED_MODULE_0__.LocationLink,
+/* harmony export */   "MarkedString": () => /* reexport safe */ vscode_languageserver_types__WEBPACK_IMPORTED_MODULE_0__.MarkedString,
+/* harmony export */   "MarkupContent": () => /* reexport safe */ vscode_languageserver_types__WEBPACK_IMPORTED_MODULE_0__.MarkupContent,
+/* harmony export */   "MarkupKind": () => /* reexport safe */ vscode_languageserver_types__WEBPACK_IMPORTED_MODULE_0__.MarkupKind,
+/* harmony export */   "ParameterInformation": () => /* reexport safe */ vscode_languageserver_types__WEBPACK_IMPORTED_MODULE_0__.ParameterInformation,
+/* harmony export */   "Position": () => /* reexport safe */ vscode_languageserver_types__WEBPACK_IMPORTED_MODULE_0__.Position,
+/* harmony export */   "Range": () => /* reexport safe */ vscode_languageserver_types__WEBPACK_IMPORTED_MODULE_0__.Range,
+/* harmony export */   "RenameFile": () => /* reexport safe */ vscode_languageserver_types__WEBPACK_IMPORTED_MODULE_0__.RenameFile,
+/* harmony export */   "SelectionRange": () => /* reexport safe */ vscode_languageserver_types__WEBPACK_IMPORTED_MODULE_0__.SelectionRange,
+/* harmony export */   "SignatureInformation": () => /* reexport safe */ vscode_languageserver_types__WEBPACK_IMPORTED_MODULE_0__.SignatureInformation,
+/* harmony export */   "SymbolInformation": () => /* reexport safe */ vscode_languageserver_types__WEBPACK_IMPORTED_MODULE_0__.SymbolInformation,
+/* harmony export */   "SymbolKind": () => /* reexport safe */ vscode_languageserver_types__WEBPACK_IMPORTED_MODULE_0__.SymbolKind,
+/* harmony export */   "SymbolTag": () => /* reexport safe */ vscode_languageserver_types__WEBPACK_IMPORTED_MODULE_0__.SymbolTag,
+/* harmony export */   "TextDocumentEdit": () => /* reexport safe */ vscode_languageserver_types__WEBPACK_IMPORTED_MODULE_0__.TextDocumentEdit,
+/* harmony export */   "TextDocumentIdentifier": () => /* reexport safe */ vscode_languageserver_types__WEBPACK_IMPORTED_MODULE_0__.TextDocumentIdentifier,
+/* harmony export */   "TextDocumentItem": () => /* reexport safe */ vscode_languageserver_types__WEBPACK_IMPORTED_MODULE_0__.TextDocumentItem,
+/* harmony export */   "TextEdit": () => /* reexport safe */ vscode_languageserver_types__WEBPACK_IMPORTED_MODULE_0__.TextEdit,
+/* harmony export */   "VersionedTextDocumentIdentifier": () => /* reexport safe */ vscode_languageserver_types__WEBPACK_IMPORTED_MODULE_0__.VersionedTextDocumentIdentifier,
+/* harmony export */   "WorkspaceChange": () => /* reexport safe */ vscode_languageserver_types__WEBPACK_IMPORTED_MODULE_0__.WorkspaceChange,
+/* harmony export */   "WorkspaceEdit": () => /* reexport safe */ vscode_languageserver_types__WEBPACK_IMPORTED_MODULE_0__.WorkspaceEdit,
+/* harmony export */   "TokenType": () => /* binding */ TokenType,
+/* harmony export */   "ScannerState": () => /* binding */ ScannerState,
+/* harmony export */   "ClientCapabilities": () => /* binding */ ClientCapabilities,
+/* harmony export */   "FileType": () => /* binding */ FileType
+/* harmony export */ });
+/* harmony import */ var vscode_languageserver_types__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(109);
+/* harmony import */ var vscode_languageserver_textdocument__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(81);
+/*---------------------------------------------------------------------------------------------
+ *  Copyright (c) Microsoft Corporation. All rights reserved.
+ *  Licensed under the MIT License. See License.txt in the project root for license information.
+ *--------------------------------------------------------------------------------------------*/
+
+
+
+var TokenType;
+(function (TokenType) {
+    TokenType[TokenType["StartCommentTag"] = 0] = "StartCommentTag";
+    TokenType[TokenType["Comment"] = 1] = "Comment";
+    TokenType[TokenType["EndCommentTag"] = 2] = "EndCommentTag";
+    TokenType[TokenType["StartTagOpen"] = 3] = "StartTagOpen";
+    TokenType[TokenType["StartTagClose"] = 4] = "StartTagClose";
+    TokenType[TokenType["StartTagSelfClose"] = 5] = "StartTagSelfClose";
+    TokenType[TokenType["StartTag"] = 6] = "StartTag";
+    TokenType[TokenType["EndTagOpen"] = 7] = "EndTagOpen";
+    TokenType[TokenType["EndTagClose"] = 8] = "EndTagClose";
+    TokenType[TokenType["EndTag"] = 9] = "EndTag";
+    TokenType[TokenType["DelimiterAssign"] = 10] = "DelimiterAssign";
+    TokenType[TokenType["AttributeName"] = 11] = "AttributeName";
+    TokenType[TokenType["AttributeValue"] = 12] = "AttributeValue";
+    TokenType[TokenType["StartDoctypeTag"] = 13] = "StartDoctypeTag";
+    TokenType[TokenType["Doctype"] = 14] = "Doctype";
+    TokenType[TokenType["EndDoctypeTag"] = 15] = "EndDoctypeTag";
+    TokenType[TokenType["Content"] = 16] = "Content";
+    TokenType[TokenType["Whitespace"] = 17] = "Whitespace";
+    TokenType[TokenType["Unknown"] = 18] = "Unknown";
+    TokenType[TokenType["Script"] = 19] = "Script";
+    TokenType[TokenType["Styles"] = 20] = "Styles";
+    TokenType[TokenType["EOS"] = 21] = "EOS";
+})(TokenType || (TokenType = {}));
+var ScannerState;
+(function (ScannerState) {
+    ScannerState[ScannerState["WithinContent"] = 0] = "WithinContent";
+    ScannerState[ScannerState["AfterOpeningStartTag"] = 1] = "AfterOpeningStartTag";
+    ScannerState[ScannerState["AfterOpeningEndTag"] = 2] = "AfterOpeningEndTag";
+    ScannerState[ScannerState["WithinDoctype"] = 3] = "WithinDoctype";
+    ScannerState[ScannerState["WithinTag"] = 4] = "WithinTag";
+    ScannerState[ScannerState["WithinEndTag"] = 5] = "WithinEndTag";
+    ScannerState[ScannerState["WithinComment"] = 6] = "WithinComment";
+    ScannerState[ScannerState["WithinScriptContent"] = 7] = "WithinScriptContent";
+    ScannerState[ScannerState["WithinStyleContent"] = 8] = "WithinStyleContent";
+    ScannerState[ScannerState["AfterAttributeName"] = 9] = "AfterAttributeName";
+    ScannerState[ScannerState["BeforeAttributeValue"] = 10] = "BeforeAttributeValue";
+})(ScannerState || (ScannerState = {}));
+var ClientCapabilities;
+(function (ClientCapabilities) {
+    ClientCapabilities.LATEST = {
+        textDocument: {
+            completion: {
+                completionItem: {
+                    documentationFormat: [vscode_languageserver_types__WEBPACK_IMPORTED_MODULE_0__.MarkupKind.Markdown, vscode_languageserver_types__WEBPACK_IMPORTED_MODULE_0__.MarkupKind.PlainText]
+                }
+            },
+            hover: {
+                contentFormat: [vscode_languageserver_types__WEBPACK_IMPORTED_MODULE_0__.MarkupKind.Markdown, vscode_languageserver_types__WEBPACK_IMPORTED_MODULE_0__.MarkupKind.PlainText]
             }
-        },
-        {
-            "name": "aria-relevant",
-            "valueSet": "relevant",
-            "references": [
-                {
-                    "name": "WAI-ARIA Reference",
-                    "url": "https://www.w3.org/TR/wai-aria-1.1/#aria-relevant"
+        }
+    };
+})(ClientCapabilities || (ClientCapabilities = {}));
+var FileType;
+(function (FileType) {
+    /**
+     * The file type is unknown.
+     */
+    FileType[FileType["Unknown"] = 0] = "Unknown";
+    /**
+     * A regular file.
+     */
+    FileType[FileType["File"] = 1] = "File";
+    /**
+     * A directory.
+     */
+    FileType[FileType["Directory"] = 2] = "Directory";
+    /**
+     * A symbolic link to a file.
+     */
+    FileType[FileType["SymbolicLink"] = 64] = "SymbolicLink";
+})(FileType || (FileType = {}));
+
+
+/***/ }),
+/* 109 */
+/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
+
+__webpack_require__.r(__webpack_exports__);
+/* harmony export */ __webpack_require__.d(__webpack_exports__, {
+/* harmony export */   "Position": () => /* binding */ Position,
+/* harmony export */   "Range": () => /* binding */ Range,
+/* harmony export */   "Location": () => /* binding */ Location,
+/* harmony export */   "LocationLink": () => /* binding */ LocationLink,
+/* harmony export */   "Color": () => /* binding */ Color,
+/* harmony export */   "ColorInformation": () => /* binding */ ColorInformation,
+/* harmony export */   "ColorPresentation": () => /* binding */ ColorPresentation,
+/* harmony export */   "FoldingRangeKind": () => /* binding */ FoldingRangeKind,
+/* harmony export */   "FoldingRange": () => /* binding */ FoldingRange,
+/* harmony export */   "DiagnosticRelatedInformation": () => /* binding */ DiagnosticRelatedInformation,
+/* harmony export */   "DiagnosticSeverity": () => /* binding */ DiagnosticSeverity,
+/* harmony export */   "DiagnosticTag": () => /* binding */ DiagnosticTag,
+/* harmony export */   "DiagnosticCode": () => /* binding */ DiagnosticCode,
+/* harmony export */   "Diagnostic": () => /* binding */ Diagnostic,
+/* harmony export */   "Command": () => /* binding */ Command,
+/* harmony export */   "TextEdit": () => /* binding */ TextEdit,
+/* harmony export */   "TextDocumentEdit": () => /* binding */ TextDocumentEdit,
+/* harmony export */   "CreateFile": () => /* binding */ CreateFile,
+/* harmony export */   "RenameFile": () => /* binding */ RenameFile,
+/* harmony export */   "DeleteFile": () => /* binding */ DeleteFile,
+/* harmony export */   "WorkspaceEdit": () => /* binding */ WorkspaceEdit,
+/* harmony export */   "WorkspaceChange": () => /* binding */ WorkspaceChange,
+/* harmony export */   "TextDocumentIdentifier": () => /* binding */ TextDocumentIdentifier,
+/* harmony export */   "VersionedTextDocumentIdentifier": () => /* binding */ VersionedTextDocumentIdentifier,
+/* harmony export */   "TextDocumentItem": () => /* binding */ TextDocumentItem,
+/* harmony export */   "MarkupKind": () => /* binding */ MarkupKind,
+/* harmony export */   "MarkupContent": () => /* binding */ MarkupContent,
+/* harmony export */   "CompletionItemKind": () => /* binding */ CompletionItemKind,
+/* harmony export */   "InsertTextFormat": () => /* binding */ InsertTextFormat,
+/* harmony export */   "CompletionItemTag": () => /* binding */ CompletionItemTag,
+/* harmony export */   "InsertReplaceEdit": () => /* binding */ InsertReplaceEdit,
+/* harmony export */   "CompletionItem": () => /* binding */ CompletionItem,
+/* harmony export */   "CompletionList": () => /* binding */ CompletionList,
+/* harmony export */   "MarkedString": () => /* binding */ MarkedString,
+/* harmony export */   "Hover": () => /* binding */ Hover,
+/* harmony export */   "ParameterInformation": () => /* binding */ ParameterInformation,
+/* harmony export */   "SignatureInformation": () => /* binding */ SignatureInformation,
+/* harmony export */   "DocumentHighlightKind": () => /* binding */ DocumentHighlightKind,
+/* harmony export */   "DocumentHighlight": () => /* binding */ DocumentHighlight,
+/* harmony export */   "SymbolKind": () => /* binding */ SymbolKind,
+/* harmony export */   "SymbolTag": () => /* binding */ SymbolTag,
+/* harmony export */   "SymbolInformation": () => /* binding */ SymbolInformation,
+/* harmony export */   "DocumentSymbol": () => /* binding */ DocumentSymbol,
+/* harmony export */   "CodeActionKind": () => /* binding */ CodeActionKind,
+/* harmony export */   "CodeActionContext": () => /* binding */ CodeActionContext,
+/* harmony export */   "CodeAction": () => /* binding */ CodeAction,
+/* harmony export */   "CodeLens": () => /* binding */ CodeLens,
+/* harmony export */   "FormattingOptions": () => /* binding */ FormattingOptions,
+/* harmony export */   "DocumentLink": () => /* binding */ DocumentLink,
+/* harmony export */   "SelectionRange": () => /* binding */ SelectionRange,
+/* harmony export */   "EOL": () => /* binding */ EOL,
+/* harmony export */   "TextDocument": () => /* binding */ TextDocument
+/* harmony export */ });
+/* --------------------------------------------------------------------------------------------
+ * Copyright (c) Microsoft Corporation. All rights reserved.
+ * Licensed under the MIT License. See License.txt in the project root for license information.
+ * ------------------------------------------------------------------------------------------ */
+
+/**
+ * The Position namespace provides helper functions to work with
+ * [Position](#Position) literals.
+ */
+var Position;
+(function (Position) {
+    /**
+     * Creates a new Position literal from the given line and character.
+     * @param line The position's line.
+     * @param character The position's character.
+     */
+    function create(line, character) {
+        return { line: line, character: character };
+    }
+    Position.create = create;
+    /**
+     * Checks whether the given liternal conforms to the [Position](#Position) interface.
+     */
+    function is(value) {
+        var candidate = value;
+        return Is.objectLiteral(candidate) && Is.number(candidate.line) && Is.number(candidate.character);
+    }
+    Position.is = is;
+})(Position || (Position = {}));
+/**
+ * The Range namespace provides helper functions to work with
+ * [Range](#Range) literals.
+ */
+var Range;
+(function (Range) {
+    function create(one, two, three, four) {
+        if (Is.number(one) && Is.number(two) && Is.number(three) && Is.number(four)) {
+            return { start: Position.create(one, two), end: Position.create(three, four) };
+        }
+        else if (Position.is(one) && Position.is(two)) {
+            return { start: one, end: two };
+        }
+        else {
+            throw new Error("Range#create called with invalid arguments[" + one + ", " + two + ", " + three + ", " + four + "]");
+        }
+    }
+    Range.create = create;
+    /**
+     * Checks whether the given literal conforms to the [Range](#Range) interface.
+     */
+    function is(value) {
+        var candidate = value;
+        return Is.objectLiteral(candidate) && Position.is(candidate.start) && Position.is(candidate.end);
+    }
+    Range.is = is;
+})(Range || (Range = {}));
+/**
+ * The Location namespace provides helper functions to work with
+ * [Location](#Location) literals.
+ */
+var Location;
+(function (Location) {
+    /**
+     * Creates a Location literal.
+     * @param uri The location's uri.
+     * @param range The location's range.
+     */
+    function create(uri, range) {
+        return { uri: uri, range: range };
+    }
+    Location.create = create;
+    /**
+     * Checks whether the given literal conforms to the [Location](#Location) interface.
+     */
+    function is(value) {
+        var candidate = value;
+        return Is.defined(candidate) && Range.is(candidate.range) && (Is.string(candidate.uri) || Is.undefined(candidate.uri));
+    }
+    Location.is = is;
+})(Location || (Location = {}));
+/**
+ * The LocationLink namespace provides helper functions to work with
+ * [LocationLink](#LocationLink) literals.
+ */
+var LocationLink;
+(function (LocationLink) {
+    /**
+     * Creates a LocationLink literal.
+     * @param targetUri The definition's uri.
+     * @param targetRange The full range of the definition.
+     * @param targetSelectionRange The span of the symbol definition at the target.
+     * @param originSelectionRange The span of the symbol being defined in the originating source file.
+     */
+    function create(targetUri, targetRange, targetSelectionRange, originSelectionRange) {
+        return { targetUri: targetUri, targetRange: targetRange, targetSelectionRange: targetSelectionRange, originSelectionRange: originSelectionRange };
+    }
+    LocationLink.create = create;
+    /**
+     * Checks whether the given literal conforms to the [LocationLink](#LocationLink) interface.
+     */
+    function is(value) {
+        var candidate = value;
+        return Is.defined(candidate) && Range.is(candidate.targetRange) && Is.string(candidate.targetUri)
+            && (Range.is(candidate.targetSelectionRange) || Is.undefined(candidate.targetSelectionRange))
+            && (Range.is(candidate.originSelectionRange) || Is.undefined(candidate.originSelectionRange));
+    }
+    LocationLink.is = is;
+})(LocationLink || (LocationLink = {}));
+/**
+ * The Color namespace provides helper functions to work with
+ * [Color](#Color) literals.
+ */
+var Color;
+(function (Color) {
+    /**
+     * Creates a new Color literal.
+     */
+    function create(red, green, blue, alpha) {
+        return {
+            red: red,
+            green: green,
+            blue: blue,
+            alpha: alpha,
+        };
+    }
+    Color.create = create;
+    /**
+     * Checks whether the given literal conforms to the [Color](#Color) interface.
+     */
+    function is(value) {
+        var candidate = value;
+        return Is.number(candidate.red)
+            && Is.number(candidate.green)
+            && Is.number(candidate.blue)
+            && Is.number(candidate.alpha);
+    }
+    Color.is = is;
+})(Color || (Color = {}));
+/**
+ * The ColorInformation namespace provides helper functions to work with
+ * [ColorInformation](#ColorInformation) literals.
+ */
+var ColorInformation;
+(function (ColorInformation) {
+    /**
+     * Creates a new ColorInformation literal.
+     */
+    function create(range, color) {
+        return {
+            range: range,
+            color: color,
+        };
+    }
+    ColorInformation.create = create;
+    /**
+     * Checks whether the given literal conforms to the [ColorInformation](#ColorInformation) interface.
+     */
+    function is(value) {
+        var candidate = value;
+        return Range.is(candidate.range) && Color.is(candidate.color);
+    }
+    ColorInformation.is = is;
+})(ColorInformation || (ColorInformation = {}));
+/**
+ * The Color namespace provides helper functions to work with
+ * [ColorPresentation](#ColorPresentation) literals.
+ */
+var ColorPresentation;
+(function (ColorPresentation) {
+    /**
+     * Creates a new ColorInformation literal.
+     */
+    function create(label, textEdit, additionalTextEdits) {
+        return {
+            label: label,
+            textEdit: textEdit,
+            additionalTextEdits: additionalTextEdits,
+        };
+    }
+    ColorPresentation.create = create;
+    /**
+     * Checks whether the given literal conforms to the [ColorInformation](#ColorInformation) interface.
+     */
+    function is(value) {
+        var candidate = value;
+        return Is.string(candidate.label)
+            && (Is.undefined(candidate.textEdit) || TextEdit.is(candidate))
+            && (Is.undefined(candidate.additionalTextEdits) || Is.typedArray(candidate.additionalTextEdits, TextEdit.is));
+    }
+    ColorPresentation.is = is;
+})(ColorPresentation || (ColorPresentation = {}));
+/**
+ * Enum of known range kinds
+ */
+var FoldingRangeKind;
+(function (FoldingRangeKind) {
+    /**
+     * Folding range for a comment
+     */
+    FoldingRangeKind["Comment"] = "comment";
+    /**
+     * Folding range for a imports or includes
+     */
+    FoldingRangeKind["Imports"] = "imports";
+    /**
+     * Folding range for a region (e.g. `#region`)
+     */
+    FoldingRangeKind["Region"] = "region";
+})(FoldingRangeKind || (FoldingRangeKind = {}));
+/**
+ * The folding range namespace provides helper functions to work with
+ * [FoldingRange](#FoldingRange) literals.
+ */
+var FoldingRange;
+(function (FoldingRange) {
+    /**
+     * Creates a new FoldingRange literal.
+     */
+    function create(startLine, endLine, startCharacter, endCharacter, kind) {
+        var result = {
+            startLine: startLine,
+            endLine: endLine
+        };
+        if (Is.defined(startCharacter)) {
+            result.startCharacter = startCharacter;
+        }
+        if (Is.defined(endCharacter)) {
+            result.endCharacter = endCharacter;
+        }
+        if (Is.defined(kind)) {
+            result.kind = kind;
+        }
+        return result;
+    }
+    FoldingRange.create = create;
+    /**
+     * Checks whether the given literal conforms to the [FoldingRange](#FoldingRange) interface.
+     */
+    function is(value) {
+        var candidate = value;
+        return Is.number(candidate.startLine) && Is.number(candidate.startLine)
+            && (Is.undefined(candidate.startCharacter) || Is.number(candidate.startCharacter))
+            && (Is.undefined(candidate.endCharacter) || Is.number(candidate.endCharacter))
+            && (Is.undefined(candidate.kind) || Is.string(candidate.kind));
+    }
+    FoldingRange.is = is;
+})(FoldingRange || (FoldingRange = {}));
+/**
+ * The DiagnosticRelatedInformation namespace provides helper functions to work with
+ * [DiagnosticRelatedInformation](#DiagnosticRelatedInformation) literals.
+ */
+var DiagnosticRelatedInformation;
+(function (DiagnosticRelatedInformation) {
+    /**
+     * Creates a new DiagnosticRelatedInformation literal.
+     */
+    function create(location, message) {
+        return {
+            location: location,
+            message: message
+        };
+    }
+    DiagnosticRelatedInformation.create = create;
+    /**
+     * Checks whether the given literal conforms to the [DiagnosticRelatedInformation](#DiagnosticRelatedInformation) interface.
+     */
+    function is(value) {
+        var candidate = value;
+        return Is.defined(candidate) && Location.is(candidate.location) && Is.string(candidate.message);
+    }
+    DiagnosticRelatedInformation.is = is;
+})(DiagnosticRelatedInformation || (DiagnosticRelatedInformation = {}));
+/**
+ * The diagnostic's severity.
+ */
+var DiagnosticSeverity;
+(function (DiagnosticSeverity) {
+    /**
+     * Reports an error.
+     */
+    DiagnosticSeverity.Error = 1;
+    /**
+     * Reports a warning.
+     */
+    DiagnosticSeverity.Warning = 2;
+    /**
+     * Reports an information.
+     */
+    DiagnosticSeverity.Information = 3;
+    /**
+     * Reports a hint.
+     */
+    DiagnosticSeverity.Hint = 4;
+})(DiagnosticSeverity || (DiagnosticSeverity = {}));
+/**
+ * The diagnostic tags.
+ *
+ * @since 3.15.0
+ */
+var DiagnosticTag;
+(function (DiagnosticTag) {
+    /**
+     * Unused or unnecessary code.
+     *
+     * Clients are allowed to render diagnostics with this tag faded out instead of having
+     * an error squiggle.
+     */
+    DiagnosticTag.Unnecessary = 1;
+    /**
+     * Deprecated or obsolete code.
+     *
+     * Clients are allowed to rendered diagnostics with this tag strike through.
+     */
+    DiagnosticTag.Deprecated = 2;
+})(DiagnosticTag || (DiagnosticTag = {}));
+/**
+ * The DiagnosticCode namespace provides functions to deal with complex diagnostic codes.
+ *
+ * @since 3.16.0 - Proposed state
+ */
+var DiagnosticCode;
+(function (DiagnosticCode) {
+    /**
+     * Checks whether the given liternal conforms to the [DiagnosticCode](#DiagnosticCode) interface.
+     */
+    function is(value) {
+        var candidate = value;
+        return candidate !== undefined && candidate !== null && (Is.number(candidate.value) || Is.string(candidate.value)) && Is.string(candidate.target);
+    }
+    DiagnosticCode.is = is;
+})(DiagnosticCode || (DiagnosticCode = {}));
+/**
+ * The Diagnostic namespace provides helper functions to work with
+ * [Diagnostic](#Diagnostic) literals.
+ */
+var Diagnostic;
+(function (Diagnostic) {
+    /**
+     * Creates a new Diagnostic literal.
+     */
+    function create(range, message, severity, code, source, relatedInformation) {
+        var result = { range: range, message: message };
+        if (Is.defined(severity)) {
+            result.severity = severity;
+        }
+        if (Is.defined(code)) {
+            result.code = code;
+        }
+        if (Is.defined(source)) {
+            result.source = source;
+        }
+        if (Is.defined(relatedInformation)) {
+            result.relatedInformation = relatedInformation;
+        }
+        return result;
+    }
+    Diagnostic.create = create;
+    /**
+     * Checks whether the given literal conforms to the [Diagnostic](#Diagnostic) interface.
+     */
+    function is(value) {
+        var candidate = value;
+        return Is.defined(candidate)
+            && Range.is(candidate.range)
+            && Is.string(candidate.message)
+            && (Is.number(candidate.severity) || Is.undefined(candidate.severity))
+            && (Is.number(candidate.code) || Is.string(candidate.code) || Is.undefined(candidate.code))
+            && (Is.string(candidate.source) || Is.undefined(candidate.source))
+            && (Is.undefined(candidate.relatedInformation) || Is.typedArray(candidate.relatedInformation, DiagnosticRelatedInformation.is));
+    }
+    Diagnostic.is = is;
+})(Diagnostic || (Diagnostic = {}));
+/**
+ * The Command namespace provides helper functions to work with
+ * [Command](#Command) literals.
+ */
+var Command;
+(function (Command) {
+    /**
+     * Creates a new Command literal.
+     */
+    function create(title, command) {
+        var args = [];
+        for (var _i = 2; _i < arguments.length; _i++) {
+            args[_i - 2] = arguments[_i];
+        }
+        var result = { title: title, command: command };
+        if (Is.defined(args) && args.length > 0) {
+            result.arguments = args;
+        }
+        return result;
+    }
+    Command.create = create;
+    /**
+     * Checks whether the given literal conforms to the [Command](#Command) interface.
+     */
+    function is(value) {
+        var candidate = value;
+        return Is.defined(candidate) && Is.string(candidate.title) && Is.string(candidate.command);
+    }
+    Command.is = is;
+})(Command || (Command = {}));
+/**
+ * The TextEdit namespace provides helper function to create replace,
+ * insert and delete edits more easily.
+ */
+var TextEdit;
+(function (TextEdit) {
+    /**
+     * Creates a replace text edit.
+     * @param range The range of text to be replaced.
+     * @param newText The new text.
+     */
+    function replace(range, newText) {
+        return { range: range, newText: newText };
+    }
+    TextEdit.replace = replace;
+    /**
+     * Creates a insert text edit.
+     * @param position The position to insert the text at.
+     * @param newText The text to be inserted.
+     */
+    function insert(position, newText) {
+        return { range: { start: position, end: position }, newText: newText };
+    }
+    TextEdit.insert = insert;
+    /**
+     * Creates a delete text edit.
+     * @param range The range of text to be deleted.
+     */
+    function del(range) {
+        return { range: range, newText: '' };
+    }
+    TextEdit.del = del;
+    function is(value) {
+        var candidate = value;
+        return Is.objectLiteral(candidate)
+            && Is.string(candidate.newText)
+            && Range.is(candidate.range);
+    }
+    TextEdit.is = is;
+})(TextEdit || (TextEdit = {}));
+/**
+ * The TextDocumentEdit namespace provides helper function to create
+ * an edit that manipulates a text document.
+ */
+var TextDocumentEdit;
+(function (TextDocumentEdit) {
+    /**
+     * Creates a new `TextDocumentEdit`
+     */
+    function create(textDocument, edits) {
+        return { textDocument: textDocument, edits: edits };
+    }
+    TextDocumentEdit.create = create;
+    function is(value) {
+        var candidate = value;
+        return Is.defined(candidate)
+            && VersionedTextDocumentIdentifier.is(candidate.textDocument)
+            && Array.isArray(candidate.edits);
+    }
+    TextDocumentEdit.is = is;
+})(TextDocumentEdit || (TextDocumentEdit = {}));
+var CreateFile;
+(function (CreateFile) {
+    function create(uri, options) {
+        var result = {
+            kind: 'create',
+            uri: uri
+        };
+        if (options !== void 0 && (options.overwrite !== void 0 || options.ignoreIfExists !== void 0)) {
+            result.options = options;
+        }
+        return result;
+    }
+    CreateFile.create = create;
+    function is(value) {
+        var candidate = value;
+        return candidate && candidate.kind === 'create' && Is.string(candidate.uri) &&
+            (candidate.options === void 0 ||
+                ((candidate.options.overwrite === void 0 || Is.boolean(candidate.options.overwrite)) && (candidate.options.ignoreIfExists === void 0 || Is.boolean(candidate.options.ignoreIfExists))));
+    }
+    CreateFile.is = is;
+})(CreateFile || (CreateFile = {}));
+var RenameFile;
+(function (RenameFile) {
+    function create(oldUri, newUri, options) {
+        var result = {
+            kind: 'rename',
+            oldUri: oldUri,
+            newUri: newUri
+        };
+        if (options !== void 0 && (options.overwrite !== void 0 || options.ignoreIfExists !== void 0)) {
+            result.options = options;
+        }
+        return result;
+    }
+    RenameFile.create = create;
+    function is(value) {
+        var candidate = value;
+        return candidate && candidate.kind === 'rename' && Is.string(candidate.oldUri) && Is.string(candidate.newUri) &&
+            (candidate.options === void 0 ||
+                ((candidate.options.overwrite === void 0 || Is.boolean(candidate.options.overwrite)) && (candidate.options.ignoreIfExists === void 0 || Is.boolean(candidate.options.ignoreIfExists))));
+    }
+    RenameFile.is = is;
+})(RenameFile || (RenameFile = {}));
+var DeleteFile;
+(function (DeleteFile) {
+    function create(uri, options) {
+        var result = {
+            kind: 'delete',
+            uri: uri
+        };
+        if (options !== void 0 && (options.recursive !== void 0 || options.ignoreIfNotExists !== void 0)) {
+            result.options = options;
+        }
+        return result;
+    }
+    DeleteFile.create = create;
+    function is(value) {
+        var candidate = value;
+        return candidate && candidate.kind === 'delete' && Is.string(candidate.uri) &&
+            (candidate.options === void 0 ||
+                ((candidate.options.recursive === void 0 || Is.boolean(candidate.options.recursive)) && (candidate.options.ignoreIfNotExists === void 0 || Is.boolean(candidate.options.ignoreIfNotExists))));
+    }
+    DeleteFile.is = is;
+})(DeleteFile || (DeleteFile = {}));
+var WorkspaceEdit;
+(function (WorkspaceEdit) {
+    function is(value) {
+        var candidate = value;
+        return candidate &&
+            (candidate.changes !== void 0 || candidate.documentChanges !== void 0) &&
+            (candidate.documentChanges === void 0 || candidate.documentChanges.every(function (change) {
+                if (Is.string(change.kind)) {
+                    return CreateFile.is(change) || RenameFile.is(change) || DeleteFile.is(change);
                 }
-            ],
-            "description": {
-                "kind": "markdown",
-                "value": "Indicates what notifications the user agent will trigger when the accessibility tree within a live region is modified. See related [`aria-atomic`](https://www.w3.org/TR/wai-aria-1.1/#aria-atomic)."
-            }
-        },
-        {
-            "name": "aria-required",
-            "valueSet": "b",
-            "references": [
-                {
-                    "name": "WAI-ARIA Reference",
-                    "url": "https://www.w3.org/TR/wai-aria-1.1/#aria-required"
+                else {
+                    return TextDocumentEdit.is(change);
                 }
-            ],
-            "description": {
-                "kind": "markdown",
-                "value": "Indicates that user input is required on the [element](https://www.w3.org/TR/wai-aria-1.1/#dfn-element) before a form may be submitted."
+            }));
+    }
+    WorkspaceEdit.is = is;
+})(WorkspaceEdit || (WorkspaceEdit = {}));
+var TextEditChangeImpl = /** @class */ (function () {
+    function TextEditChangeImpl(edits) {
+        this.edits = edits;
+    }
+    TextEditChangeImpl.prototype.insert = function (position, newText) {
+        this.edits.push(TextEdit.insert(position, newText));
+    };
+    TextEditChangeImpl.prototype.replace = function (range, newText) {
+        this.edits.push(TextEdit.replace(range, newText));
+    };
+    TextEditChangeImpl.prototype.delete = function (range) {
+        this.edits.push(TextEdit.del(range));
+    };
+    TextEditChangeImpl.prototype.add = function (edit) {
+        this.edits.push(edit);
+    };
+    TextEditChangeImpl.prototype.all = function () {
+        return this.edits;
+    };
+    TextEditChangeImpl.prototype.clear = function () {
+        this.edits.splice(0, this.edits.length);
+    };
+    return TextEditChangeImpl;
+}());
+/**
+ * A workspace change helps constructing changes to a workspace.
+ */
+var WorkspaceChange = /** @class */ (function () {
+    function WorkspaceChange(workspaceEdit) {
+        var _this = this;
+        this._textEditChanges = Object.create(null);
+        if (workspaceEdit) {
+            this._workspaceEdit = workspaceEdit;
+            if (workspaceEdit.documentChanges) {
+                workspaceEdit.documentChanges.forEach(function (change) {
+                    if (TextDocumentEdit.is(change)) {
+                        var textEditChange = new TextEditChangeImpl(change.edits);
+                        _this._textEditChanges[change.textDocument.uri] = textEditChange;
+                    }
+                });
             }
-        },
-        {
-            "name": "aria-roledescription",
-            "references": [
-                {
-                    "name": "WAI-ARIA Reference",
-                    "url": "https://www.w3.org/TR/wai-aria-1.1/#aria-roledescription"
-                }
-            ],
-            "description": {
-                "kind": "markdown",
-                "value": "Defines a human-readable, author-localized description for the [role](https://www.w3.org/TR/wai-aria-1.1/#dfn-role) of an [element](https://www.w3.org/TR/wai-aria-1.1/#dfn-element)."
+            else if (workspaceEdit.changes) {
+                Object.keys(workspaceEdit.changes).forEach(function (key) {
+                    var textEditChange = new TextEditChangeImpl(workspaceEdit.changes[key]);
+                    _this._textEditChanges[key] = textEditChange;
+                });
             }
-        },
-        {
-            "name": "aria-rowcount",
-            "references": [
-                {
-                    "name": "WAI-ARIA Reference",
-                    "url": "https://www.w3.org/TR/wai-aria-1.1/#aria-rowcount"
-                }
-            ],
-            "description": {
-                "kind": "markdown",
-                "value": "Defines the total number of rows in a [`table`](https://www.w3.org/TR/wai-aria-1.1/#table), [`grid`](https://www.w3.org/TR/wai-aria-1.1/#grid), or [`treegrid`](https://www.w3.org/TR/wai-aria-1.1/#treegrid). See related [`aria-rowindex`](https://www.w3.org/TR/wai-aria-1.1/#aria-rowindex)."
+        }
+    }
+    Object.defineProperty(WorkspaceChange.prototype, "edit", {
+        /**
+         * Returns the underlying [WorkspaceEdit](#WorkspaceEdit) literal
+         * use to be returned from a workspace edit operation like rename.
+         */
+        get: function () {
+            if (this._workspaceEdit === undefined) {
+                return { documentChanges: [] };
             }
+            return this._workspaceEdit;
         },
-        {
-            "name": "aria-rowindex",
-            "references": [
-                {
-                    "name": "WAI-ARIA Reference",
-                    "url": "https://www.w3.org/TR/wai-aria-1.1/#aria-rowindex"
-                }
-            ],
-            "description": {
-                "kind": "markdown",
-                "value": "Defines an [element's](https://www.w3.org/TR/wai-aria-1.1/#dfn-element) row index or position with respect to the total number of rows within a [`table`](https://www.w3.org/TR/wai-aria-1.1/#table), [`grid`](https://www.w3.org/TR/wai-aria-1.1/#grid), or [`treegrid`](https://www.w3.org/TR/wai-aria-1.1/#treegrid). See related [`aria-rowcount`](https://www.w3.org/TR/wai-aria-1.1/#aria-rowcount) and [`aria-rowspan`](https://www.w3.org/TR/wai-aria-1.1/#aria-rowspan)."
+        enumerable: true,
+        configurable: true
+    });
+    WorkspaceChange.prototype.getTextEditChange = function (key) {
+        if (VersionedTextDocumentIdentifier.is(key)) {
+            if (!this._workspaceEdit) {
+                this._workspaceEdit = {
+                    documentChanges: []
+                };
             }
-        },
-        {
-            "name": "aria-rowspan",
-            "references": [
-                {
-                    "name": "WAI-ARIA Reference",
-                    "url": "https://www.w3.org/TR/wai-aria-1.1/#aria-rowspan"
-                }
-            ],
-            "description": {
-                "kind": "markdown",
-                "value": "Defines the number of rows spanned by a cell or gridcell within a [`table`](https://www.w3.org/TR/wai-aria-1.1/#table), [`grid`](https://www.w3.org/TR/wai-aria-1.1/#grid), or [`treegrid`](https://www.w3.org/TR/wai-aria-1.1/#treegrid). See related [`aria-rowindex`](https://www.w3.org/TR/wai-aria-1.1/#aria-rowindex) and [`aria-colspan`](https://www.w3.org/TR/wai-aria-1.1/#aria-colspan)."
+            if (!this._workspaceEdit.documentChanges) {
+                throw new Error('Workspace edit is not configured for document changes.');
             }
-        },
-        {
-            "name": "aria-selected",
-            "valueSet": "u",
-            "references": [
-                {
-                    "name": "WAI-ARIA Reference",
-                    "url": "https://www.w3.org/TR/wai-aria-1.1/#aria-selected"
-                }
-            ],
-            "description": {
-                "kind": "markdown",
-                "value": "Indicates the current \"selected\" [state](https://www.w3.org/TR/wai-aria-1.1/#dfn-state) of various [widgets](https://www.w3.org/TR/wai-aria-1.1/#dfn-widget). See related [`aria-checked`](https://www.w3.org/TR/wai-aria-1.1/#aria-checked) and [`aria-pressed`](https://www.w3.org/TR/wai-aria-1.1/#aria-pressed)."
+            var textDocument = key;
+            var result = this._textEditChanges[textDocument.uri];
+            if (!result) {
+                var edits = [];
+                var textDocumentEdit = {
+                    textDocument: textDocument,
+                    edits: edits
+                };
+                this._workspaceEdit.documentChanges.push(textDocumentEdit);
+                result = new TextEditChangeImpl(edits);
+                this._textEditChanges[textDocument.uri] = result;
             }
-        },
-        {
-            "name": "aria-setsize",
-            "references": [
-                {
-                    "name": "WAI-ARIA Reference",
-                    "url": "https://www.w3.org/TR/wai-aria-1.1/#aria-setsize"
-                }
-            ],
-            "description": {
-                "kind": "markdown",
-                "value": "Defines the number of items in the current set of listitems or treeitems. Not required if all elements in the set are present in the DOM. See related [`aria-posinset`](https://www.w3.org/TR/wai-aria-1.1/#aria-posinset)."
+            return result;
+        }
+        else {
+            if (!this._workspaceEdit) {
+                this._workspaceEdit = {
+                    changes: Object.create(null)
+                };
             }
-        },
-        {
-            "name": "aria-sort",
-            "valueSet": "sort",
-            "references": [
-                {
-                    "name": "WAI-ARIA Reference",
-                    "url": "https://www.w3.org/TR/wai-aria-1.1/#aria-sort"
-                }
-            ],
-            "description": {
-                "kind": "markdown",
-                "value": "Indicates if items in a table or grid are sorted in ascending or descending order."
+            if (!this._workspaceEdit.changes) {
+                throw new Error('Workspace edit is not configured for normal text edit changes.');
             }
-        },
-        {
-            "name": "aria-valuemax",
-            "references": [
-                {
-                    "name": "WAI-ARIA Reference",
-                    "url": "https://www.w3.org/TR/wai-aria-1.1/#aria-valuemax"
-                }
-            ],
-            "description": {
-                "kind": "markdown",
-                "value": "Defines the maximum allowed value for a range [widget](https://www.w3.org/TR/wai-aria-1.1/#dfn-widget)."
+            var result = this._textEditChanges[key];
+            if (!result) {
+                var edits = [];
+                this._workspaceEdit.changes[key] = edits;
+                result = new TextEditChangeImpl(edits);
+                this._textEditChanges[key] = result;
             }
-        },
-        {
-            "name": "aria-valuemin",
-            "references": [
-                {
-                    "name": "WAI-ARIA Reference",
-                    "url": "https://www.w3.org/TR/wai-aria-1.1/#aria-valuemin"
-                }
-            ],
-            "description": {
-                "kind": "markdown",
-                "value": "Defines the minimum allowed value for a range [widget](https://www.w3.org/TR/wai-aria-1.1/#dfn-widget)."
+            return result;
+        }
+    };
+    WorkspaceChange.prototype.createFile = function (uri, options) {
+        this.checkDocumentChanges();
+        this._workspaceEdit.documentChanges.push(CreateFile.create(uri, options));
+    };
+    WorkspaceChange.prototype.renameFile = function (oldUri, newUri, options) {
+        this.checkDocumentChanges();
+        this._workspaceEdit.documentChanges.push(RenameFile.create(oldUri, newUri, options));
+    };
+    WorkspaceChange.prototype.deleteFile = function (uri, options) {
+        this.checkDocumentChanges();
+        this._workspaceEdit.documentChanges.push(DeleteFile.create(uri, options));
+    };
+    WorkspaceChange.prototype.checkDocumentChanges = function () {
+        if (!this._workspaceEdit || !this._workspaceEdit.documentChanges) {
+            throw new Error('Workspace edit is not configured for document changes.');
+        }
+    };
+    return WorkspaceChange;
+}());
+
+/**
+ * The TextDocumentIdentifier namespace provides helper functions to work with
+ * [TextDocumentIdentifier](#TextDocumentIdentifier) literals.
+ */
+var TextDocumentIdentifier;
+(function (TextDocumentIdentifier) {
+    /**
+     * Creates a new TextDocumentIdentifier literal.
+     * @param uri The document's uri.
+     */
+    function create(uri) {
+        return { uri: uri };
+    }
+    TextDocumentIdentifier.create = create;
+    /**
+     * Checks whether the given literal conforms to the [TextDocumentIdentifier](#TextDocumentIdentifier) interface.
+     */
+    function is(value) {
+        var candidate = value;
+        return Is.defined(candidate) && Is.string(candidate.uri);
+    }
+    TextDocumentIdentifier.is = is;
+})(TextDocumentIdentifier || (TextDocumentIdentifier = {}));
+/**
+ * The VersionedTextDocumentIdentifier namespace provides helper functions to work with
+ * [VersionedTextDocumentIdentifier](#VersionedTextDocumentIdentifier) literals.
+ */
+var VersionedTextDocumentIdentifier;
+(function (VersionedTextDocumentIdentifier) {
+    /**
+     * Creates a new VersionedTextDocumentIdentifier literal.
+     * @param uri The document's uri.
+     * @param uri The document's text.
+     */
+    function create(uri, version) {
+        return { uri: uri, version: version };
+    }
+    VersionedTextDocumentIdentifier.create = create;
+    /**
+     * Checks whether the given literal conforms to the [VersionedTextDocumentIdentifier](#VersionedTextDocumentIdentifier) interface.
+     */
+    function is(value) {
+        var candidate = value;
+        return Is.defined(candidate) && Is.string(candidate.uri) && (candidate.version === null || Is.number(candidate.version));
+    }
+    VersionedTextDocumentIdentifier.is = is;
+})(VersionedTextDocumentIdentifier || (VersionedTextDocumentIdentifier = {}));
+/**
+ * The TextDocumentItem namespace provides helper functions to work with
+ * [TextDocumentItem](#TextDocumentItem) literals.
+ */
+var TextDocumentItem;
+(function (TextDocumentItem) {
+    /**
+     * Creates a new TextDocumentItem literal.
+     * @param uri The document's uri.
+     * @param languageId The document's language identifier.
+     * @param version The document's version number.
+     * @param text The document's text.
+     */
+    function create(uri, languageId, version, text) {
+        return { uri: uri, languageId: languageId, version: version, text: text };
+    }
+    TextDocumentItem.create = create;
+    /**
+     * Checks whether the given literal conforms to the [TextDocumentItem](#TextDocumentItem) interface.
+     */
+    function is(value) {
+        var candidate = value;
+        return Is.defined(candidate) && Is.string(candidate.uri) && Is.string(candidate.languageId) && Is.number(candidate.version) && Is.string(candidate.text);
+    }
+    TextDocumentItem.is = is;
+})(TextDocumentItem || (TextDocumentItem = {}));
+/**
+ * Describes the content type that a client supports in various
+ * result literals like `Hover`, `ParameterInfo` or `CompletionItem`.
+ *
+ * Please note that `MarkupKinds` must not start with a `$`. This kinds
+ * are reserved for internal usage.
+ */
+var MarkupKind;
+(function (MarkupKind) {
+    /**
+     * Plain text is supported as a content format
+     */
+    MarkupKind.PlainText = 'plaintext';
+    /**
+     * Markdown is supported as a content format
+     */
+    MarkupKind.Markdown = 'markdown';
+})(MarkupKind || (MarkupKind = {}));
+(function (MarkupKind) {
+    /**
+     * Checks whether the given value is a value of the [MarkupKind](#MarkupKind) type.
+     */
+    function is(value) {
+        var candidate = value;
+        return candidate === MarkupKind.PlainText || candidate === MarkupKind.Markdown;
+    }
+    MarkupKind.is = is;
+})(MarkupKind || (MarkupKind = {}));
+var MarkupContent;
+(function (MarkupContent) {
+    /**
+     * Checks whether the given value conforms to the [MarkupContent](#MarkupContent) interface.
+     */
+    function is(value) {
+        var candidate = value;
+        return Is.objectLiteral(value) && MarkupKind.is(candidate.kind) && Is.string(candidate.value);
+    }
+    MarkupContent.is = is;
+})(MarkupContent || (MarkupContent = {}));
+/**
+ * The kind of a completion entry.
+ */
+var CompletionItemKind;
+(function (CompletionItemKind) {
+    CompletionItemKind.Text = 1;
+    CompletionItemKind.Method = 2;
+    CompletionItemKind.Function = 3;
+    CompletionItemKind.Constructor = 4;
+    CompletionItemKind.Field = 5;
+    CompletionItemKind.Variable = 6;
+    CompletionItemKind.Class = 7;
+    CompletionItemKind.Interface = 8;
+    CompletionItemKind.Module = 9;
+    CompletionItemKind.Property = 10;
+    CompletionItemKind.Unit = 11;
+    CompletionItemKind.Value = 12;
+    CompletionItemKind.Enum = 13;
+    CompletionItemKind.Keyword = 14;
+    CompletionItemKind.Snippet = 15;
+    CompletionItemKind.Color = 16;
+    CompletionItemKind.File = 17;
+    CompletionItemKind.Reference = 18;
+    CompletionItemKind.Folder = 19;
+    CompletionItemKind.EnumMember = 20;
+    CompletionItemKind.Constant = 21;
+    CompletionItemKind.Struct = 22;
+    CompletionItemKind.Event = 23;
+    CompletionItemKind.Operator = 24;
+    CompletionItemKind.TypeParameter = 25;
+})(CompletionItemKind || (CompletionItemKind = {}));
+/**
+ * Defines whether the insert text in a completion item should be interpreted as
+ * plain text or a snippet.
+ */
+var InsertTextFormat;
+(function (InsertTextFormat) {
+    /**
+     * The primary text to be inserted is treated as a plain string.
+     */
+    InsertTextFormat.PlainText = 1;
+    /**
+     * The primary text to be inserted is treated as a snippet.
+     *
+     * A snippet can define tab stops and placeholders with `$1`, `$2`
+     * and `${3:foo}`. `$0` defines the final tab stop, it defaults to
+     * the end of the snippet. Placeholders with equal identifiers are linked,
+     * that is typing in one will update others too.
+     *
+     * See also: https://microsoft.github.io/language-server-protocol/specifications/specification-current/#snippet_syntax
+     */
+    InsertTextFormat.Snippet = 2;
+})(InsertTextFormat || (InsertTextFormat = {}));
+/**
+ * Completion item tags are extra annotations that tweak the rendering of a completion
+ * item.
+ *
+ * @since 3.15.0
+ */
+var CompletionItemTag;
+(function (CompletionItemTag) {
+    /**
+     * Render a completion as obsolete, usually using a strike-out.
+     */
+    CompletionItemTag.Deprecated = 1;
+})(CompletionItemTag || (CompletionItemTag = {}));
+/**
+ * The InsertReplaceEdit namespace provides functions to deal with insert / replace edits.
+ *
+ * @since 3.16.0 - Proposed state
+ */
+var InsertReplaceEdit;
+(function (InsertReplaceEdit) {
+    /**
+     * Creates a new insert / replace edit
+     */
+    function create(newText, insert, replace) {
+        return { newText: newText, insert: insert, replace: replace };
+    }
+    InsertReplaceEdit.create = create;
+    /**
+     * Checks whether the given liternal conforms to the [InsertReplaceEdit](#InsertReplaceEdit) interface.
+     */
+    function is(value) {
+        var candidate = value;
+        return candidate && Is.string(candidate.newText) && Range.is(candidate.insert) && Range.is(candidate.replace);
+    }
+    InsertReplaceEdit.is = is;
+})(InsertReplaceEdit || (InsertReplaceEdit = {}));
+/**
+ * The CompletionItem namespace provides functions to deal with
+ * completion items.
+ */
+var CompletionItem;
+(function (CompletionItem) {
+    /**
+     * Create a completion item and seed it with a label.
+     * @param label The completion item's label
+     */
+    function create(label) {
+        return { label: label };
+    }
+    CompletionItem.create = create;
+})(CompletionItem || (CompletionItem = {}));
+/**
+ * The CompletionList namespace provides functions to deal with
+ * completion lists.
+ */
+var CompletionList;
+(function (CompletionList) {
+    /**
+     * Creates a new completion list.
+     *
+     * @param items The completion items.
+     * @param isIncomplete The list is not complete.
+     */
+    function create(items, isIncomplete) {
+        return { items: items ? items : [], isIncomplete: !!isIncomplete };
+    }
+    CompletionList.create = create;
+})(CompletionList || (CompletionList = {}));
+var MarkedString;
+(function (MarkedString) {
+    /**
+     * Creates a marked string from plain text.
+     *
+     * @param plainText The plain text.
+     */
+    function fromPlainText(plainText) {
+        return plainText.replace(/[\\`*_{}[\]()#+\-.!]/g, '\\$&'); // escape markdown syntax tokens: http://daringfireball.net/projects/markdown/syntax#backslash
+    }
+    MarkedString.fromPlainText = fromPlainText;
+    /**
+     * Checks whether the given value conforms to the [MarkedString](#MarkedString) type.
+     */
+    function is(value) {
+        var candidate = value;
+        return Is.string(candidate) || (Is.objectLiteral(candidate) && Is.string(candidate.language) && Is.string(candidate.value));
+    }
+    MarkedString.is = is;
+})(MarkedString || (MarkedString = {}));
+var Hover;
+(function (Hover) {
+    /**
+     * Checks whether the given value conforms to the [Hover](#Hover) interface.
+     */
+    function is(value) {
+        var candidate = value;
+        return !!candidate && Is.objectLiteral(candidate) && (MarkupContent.is(candidate.contents) ||
+            MarkedString.is(candidate.contents) ||
+            Is.typedArray(candidate.contents, MarkedString.is)) && (value.range === void 0 || Range.is(value.range));
+    }
+    Hover.is = is;
+})(Hover || (Hover = {}));
+/**
+ * The ParameterInformation namespace provides helper functions to work with
+ * [ParameterInformation](#ParameterInformation) literals.
+ */
+var ParameterInformation;
+(function (ParameterInformation) {
+    /**
+     * Creates a new parameter information literal.
+     *
+     * @param label A label string.
+     * @param documentation A doc string.
+     */
+    function create(label, documentation) {
+        return documentation ? { label: label, documentation: documentation } : { label: label };
+    }
+    ParameterInformation.create = create;
+})(ParameterInformation || (ParameterInformation = {}));
+/**
+ * The SignatureInformation namespace provides helper functions to work with
+ * [SignatureInformation](#SignatureInformation) literals.
+ */
+var SignatureInformation;
+(function (SignatureInformation) {
+    function create(label, documentation) {
+        var parameters = [];
+        for (var _i = 2; _i < arguments.length; _i++) {
+            parameters[_i - 2] = arguments[_i];
+        }
+        var result = { label: label };
+        if (Is.defined(documentation)) {
+            result.documentation = documentation;
+        }
+        if (Is.defined(parameters)) {
+            result.parameters = parameters;
+        }
+        else {
+            result.parameters = [];
+        }
+        return result;
+    }
+    SignatureInformation.create = create;
+})(SignatureInformation || (SignatureInformation = {}));
+/**
+ * A document highlight kind.
+ */
+var DocumentHighlightKind;
+(function (DocumentHighlightKind) {
+    /**
+     * A textual occurrence.
+     */
+    DocumentHighlightKind.Text = 1;
+    /**
+     * Read-access of a symbol, like reading a variable.
+     */
+    DocumentHighlightKind.Read = 2;
+    /**
+     * Write-access of a symbol, like writing to a variable.
+     */
+    DocumentHighlightKind.Write = 3;
+})(DocumentHighlightKind || (DocumentHighlightKind = {}));
+/**
+ * DocumentHighlight namespace to provide helper functions to work with
+ * [DocumentHighlight](#DocumentHighlight) literals.
+ */
+var DocumentHighlight;
+(function (DocumentHighlight) {
+    /**
+     * Create a DocumentHighlight object.
+     * @param range The range the highlight applies to.
+     */
+    function create(range, kind) {
+        var result = { range: range };
+        if (Is.number(kind)) {
+            result.kind = kind;
+        }
+        return result;
+    }
+    DocumentHighlight.create = create;
+})(DocumentHighlight || (DocumentHighlight = {}));
+/**
+ * A symbol kind.
+ */
+var SymbolKind;
+(function (SymbolKind) {
+    SymbolKind.File = 1;
+    SymbolKind.Module = 2;
+    SymbolKind.Namespace = 3;
+    SymbolKind.Package = 4;
+    SymbolKind.Class = 5;
+    SymbolKind.Method = 6;
+    SymbolKind.Property = 7;
+    SymbolKind.Field = 8;
+    SymbolKind.Constructor = 9;
+    SymbolKind.Enum = 10;
+    SymbolKind.Interface = 11;
+    SymbolKind.Function = 12;
+    SymbolKind.Variable = 13;
+    SymbolKind.Constant = 14;
+    SymbolKind.String = 15;
+    SymbolKind.Number = 16;
+    SymbolKind.Boolean = 17;
+    SymbolKind.Array = 18;
+    SymbolKind.Object = 19;
+    SymbolKind.Key = 20;
+    SymbolKind.Null = 21;
+    SymbolKind.EnumMember = 22;
+    SymbolKind.Struct = 23;
+    SymbolKind.Event = 24;
+    SymbolKind.Operator = 25;
+    SymbolKind.TypeParameter = 26;
+})(SymbolKind || (SymbolKind = {}));
+/**
+ * Symbol tags are extra annotations that tweak the rendering of a symbol.
+ * @since 3.15
+ */
+var SymbolTag;
+(function (SymbolTag) {
+    /**
+     * Render a symbol as obsolete, usually using a strike-out.
+     */
+    SymbolTag.Deprecated = 1;
+})(SymbolTag || (SymbolTag = {}));
+var SymbolInformation;
+(function (SymbolInformation) {
+    /**
+     * Creates a new symbol information literal.
+     *
+     * @param name The name of the symbol.
+     * @param kind The kind of the symbol.
+     * @param range The range of the location of the symbol.
+     * @param uri The resource of the location of symbol, defaults to the current document.
+     * @param containerName The name of the symbol containing the symbol.
+     */
+    function create(name, kind, range, uri, containerName) {
+        var result = {
+            name: name,
+            kind: kind,
+            location: { uri: uri, range: range }
+        };
+        if (containerName) {
+            result.containerName = containerName;
+        }
+        return result;
+    }
+    SymbolInformation.create = create;
+})(SymbolInformation || (SymbolInformation = {}));
+var DocumentSymbol;
+(function (DocumentSymbol) {
+    /**
+     * Creates a new symbol information literal.
+     *
+     * @param name The name of the symbol.
+     * @param detail The detail of the symbol.
+     * @param kind The kind of the symbol.
+     * @param range The range of the symbol.
+     * @param selectionRange The selectionRange of the symbol.
+     * @param children Children of the symbol.
+     */
+    function create(name, detail, kind, range, selectionRange, children) {
+        var result = {
+            name: name,
+            detail: detail,
+            kind: kind,
+            range: range,
+            selectionRange: selectionRange
+        };
+        if (children !== void 0) {
+            result.children = children;
+        }
+        return result;
+    }
+    DocumentSymbol.create = create;
+    /**
+     * Checks whether the given literal conforms to the [DocumentSymbol](#DocumentSymbol) interface.
+     */
+    function is(value) {
+        var candidate = value;
+        return candidate &&
+            Is.string(candidate.name) && Is.number(candidate.kind) &&
+            Range.is(candidate.range) && Range.is(candidate.selectionRange) &&
+            (candidate.detail === void 0 || Is.string(candidate.detail)) &&
+            (candidate.deprecated === void 0 || Is.boolean(candidate.deprecated)) &&
+            (candidate.children === void 0 || Array.isArray(candidate.children)) &&
+            (candidate.tags === void 0 || Array.isArray(candidate.tags));
+    }
+    DocumentSymbol.is = is;
+})(DocumentSymbol || (DocumentSymbol = {}));
+/**
+ * A set of predefined code action kinds
+ */
+var CodeActionKind;
+(function (CodeActionKind) {
+    /**
+     * Empty kind.
+     */
+    CodeActionKind.Empty = '';
+    /**
+     * Base kind for quickfix actions: 'quickfix'
+     */
+    CodeActionKind.QuickFix = 'quickfix';
+    /**
+     * Base kind for refactoring actions: 'refactor'
+     */
+    CodeActionKind.Refactor = 'refactor';
+    /**
+     * Base kind for refactoring extraction actions: 'refactor.extract'
+     *
+     * Example extract actions:
+     *
+     * - Extract method
+     * - Extract function
+     * - Extract variable
+     * - Extract interface from class
+     * - ...
+     */
+    CodeActionKind.RefactorExtract = 'refactor.extract';
+    /**
+     * Base kind for refactoring inline actions: 'refactor.inline'
+     *
+     * Example inline actions:
+     *
+     * - Inline function
+     * - Inline variable
+     * - Inline constant
+     * - ...
+     */
+    CodeActionKind.RefactorInline = 'refactor.inline';
+    /**
+     * Base kind for refactoring rewrite actions: 'refactor.rewrite'
+     *
+     * Example rewrite actions:
+     *
+     * - Convert JavaScript function to class
+     * - Add or remove parameter
+     * - Encapsulate field
+     * - Make method static
+     * - Move method to base class
+     * - ...
+     */
+    CodeActionKind.RefactorRewrite = 'refactor.rewrite';
+    /**
+     * Base kind for source actions: `source`
+     *
+     * Source code actions apply to the entire file.
+     */
+    CodeActionKind.Source = 'source';
+    /**
+     * Base kind for an organize imports source action: `source.organizeImports`
+     */
+    CodeActionKind.SourceOrganizeImports = 'source.organizeImports';
+    /**
+     * Base kind for auto-fix source actions: `source.fixAll`.
+     *
+     * Fix all actions automatically fix errors that have a clear fix that do not require user input.
+     * They should not suppress errors or perform unsafe fixes such as generating new types or classes.
+     *
+     * @since 3.15.0
+     */
+    CodeActionKind.SourceFixAll = 'source.fixAll';
+})(CodeActionKind || (CodeActionKind = {}));
+/**
+ * The CodeActionContext namespace provides helper functions to work with
+ * [CodeActionContext](#CodeActionContext) literals.
+ */
+var CodeActionContext;
+(function (CodeActionContext) {
+    /**
+     * Creates a new CodeActionContext literal.
+     */
+    function create(diagnostics, only) {
+        var result = { diagnostics: diagnostics };
+        if (only !== void 0 && only !== null) {
+            result.only = only;
+        }
+        return result;
+    }
+    CodeActionContext.create = create;
+    /**
+     * Checks whether the given literal conforms to the [CodeActionContext](#CodeActionContext) interface.
+     */
+    function is(value) {
+        var candidate = value;
+        return Is.defined(candidate) && Is.typedArray(candidate.diagnostics, Diagnostic.is) && (candidate.only === void 0 || Is.typedArray(candidate.only, Is.string));
+    }
+    CodeActionContext.is = is;
+})(CodeActionContext || (CodeActionContext = {}));
+var CodeAction;
+(function (CodeAction) {
+    function create(title, commandOrEdit, kind) {
+        var result = { title: title };
+        if (Command.is(commandOrEdit)) {
+            result.command = commandOrEdit;
+        }
+        else {
+            result.edit = commandOrEdit;
+        }
+        if (kind !== void 0) {
+            result.kind = kind;
+        }
+        return result;
+    }
+    CodeAction.create = create;
+    function is(value) {
+        var candidate = value;
+        return candidate && Is.string(candidate.title) &&
+            (candidate.diagnostics === void 0 || Is.typedArray(candidate.diagnostics, Diagnostic.is)) &&
+            (candidate.kind === void 0 || Is.string(candidate.kind)) &&
+            (candidate.edit !== void 0 || candidate.command !== void 0) &&
+            (candidate.command === void 0 || Command.is(candidate.command)) &&
+            (candidate.isPreferred === void 0 || Is.boolean(candidate.isPreferred)) &&
+            (candidate.edit === void 0 || WorkspaceEdit.is(candidate.edit));
+    }
+    CodeAction.is = is;
+})(CodeAction || (CodeAction = {}));
+/**
+ * The CodeLens namespace provides helper functions to work with
+ * [CodeLens](#CodeLens) literals.
+ */
+var CodeLens;
+(function (CodeLens) {
+    /**
+     * Creates a new CodeLens literal.
+     */
+    function create(range, data) {
+        var result = { range: range };
+        if (Is.defined(data)) {
+            result.data = data;
+        }
+        return result;
+    }
+    CodeLens.create = create;
+    /**
+     * Checks whether the given literal conforms to the [CodeLens](#CodeLens) interface.
+     */
+    function is(value) {
+        var candidate = value;
+        return Is.defined(candidate) && Range.is(candidate.range) && (Is.undefined(candidate.command) || Command.is(candidate.command));
+    }
+    CodeLens.is = is;
+})(CodeLens || (CodeLens = {}));
+/**
+ * The FormattingOptions namespace provides helper functions to work with
+ * [FormattingOptions](#FormattingOptions) literals.
+ */
+var FormattingOptions;
+(function (FormattingOptions) {
+    /**
+     * Creates a new FormattingOptions literal.
+     */
+    function create(tabSize, insertSpaces) {
+        return { tabSize: tabSize, insertSpaces: insertSpaces };
+    }
+    FormattingOptions.create = create;
+    /**
+     * Checks whether the given literal conforms to the [FormattingOptions](#FormattingOptions) interface.
+     */
+    function is(value) {
+        var candidate = value;
+        return Is.defined(candidate) && Is.number(candidate.tabSize) && Is.boolean(candidate.insertSpaces);
+    }
+    FormattingOptions.is = is;
+})(FormattingOptions || (FormattingOptions = {}));
+/**
+ * The DocumentLink namespace provides helper functions to work with
+ * [DocumentLink](#DocumentLink) literals.
+ */
+var DocumentLink;
+(function (DocumentLink) {
+    /**
+     * Creates a new DocumentLink literal.
+     */
+    function create(range, target, data) {
+        return { range: range, target: target, data: data };
+    }
+    DocumentLink.create = create;
+    /**
+     * Checks whether the given literal conforms to the [DocumentLink](#DocumentLink) interface.
+     */
+    function is(value) {
+        var candidate = value;
+        return Is.defined(candidate) && Range.is(candidate.range) && (Is.undefined(candidate.target) || Is.string(candidate.target));
+    }
+    DocumentLink.is = is;
+})(DocumentLink || (DocumentLink = {}));
+/**
+ * The SelectionRange namespace provides helper function to work with
+ * SelectionRange literals.
+ */
+var SelectionRange;
+(function (SelectionRange) {
+    /**
+     * Creates a new SelectionRange
+     * @param range the range.
+     * @param parent an optional parent.
+     */
+    function create(range, parent) {
+        return { range: range, parent: parent };
+    }
+    SelectionRange.create = create;
+    function is(value) {
+        var candidate = value;
+        return candidate !== undefined && Range.is(candidate.range) && (candidate.parent === undefined || SelectionRange.is(candidate.parent));
+    }
+    SelectionRange.is = is;
+})(SelectionRange || (SelectionRange = {}));
+var EOL = ['\n', '\r\n', '\r'];
+/**
+ * @deprecated Use the text document from the new vscode-languageserver-textdocument package.
+ */
+var TextDocument;
+(function (TextDocument) {
+    /**
+     * Creates a new ITextDocument literal from the given uri and content.
+     * @param uri The document's uri.
+     * @param languageId  The document's language Id.
+     * @param content The document's content.
+     */
+    function create(uri, languageId, version, content) {
+        return new FullTextDocument(uri, languageId, version, content);
+    }
+    TextDocument.create = create;
+    /**
+     * Checks whether the given literal conforms to the [ITextDocument](#ITextDocument) interface.
+     */
+    function is(value) {
+        var candidate = value;
+        return Is.defined(candidate) && Is.string(candidate.uri) && (Is.undefined(candidate.languageId) || Is.string(candidate.languageId)) && Is.number(candidate.lineCount)
+            && Is.func(candidate.getText) && Is.func(candidate.positionAt) && Is.func(candidate.offsetAt) ? true : false;
+    }
+    TextDocument.is = is;
+    function applyEdits(document, edits) {
+        var text = document.getText();
+        var sortedEdits = mergeSort(edits, function (a, b) {
+            var diff = a.range.start.line - b.range.start.line;
+            if (diff === 0) {
+                return a.range.start.character - b.range.start.character;
             }
-        },
-        {
-            "name": "aria-valuenow",
-            "references": [
-                {
-                    "name": "WAI-ARIA Reference",
-                    "url": "https://www.w3.org/TR/wai-aria-1.1/#aria-valuenow"
-                }
-            ],
-            "description": {
-                "kind": "markdown",
-                "value": "Defines the current value for a range [widget](https://www.w3.org/TR/wai-aria-1.1/#dfn-widget). See related [`aria-valuetext`](https://www.w3.org/TR/wai-aria-1.1/#aria-valuetext)."
+            return diff;
+        });
+        var lastModifiedOffset = text.length;
+        for (var i = sortedEdits.length - 1; i >= 0; i--) {
+            var e = sortedEdits[i];
+            var startOffset = document.offsetAt(e.range.start);
+            var endOffset = document.offsetAt(e.range.end);
+            if (endOffset <= lastModifiedOffset) {
+                text = text.substring(0, startOffset) + e.newText + text.substring(endOffset, text.length);
             }
-        },
-        {
-            "name": "aria-valuetext",
-            "references": [
-                {
-                    "name": "WAI-ARIA Reference",
-                    "url": "https://www.w3.org/TR/wai-aria-1.1/#aria-valuetext"
-                }
-            ],
-            "description": {
-                "kind": "markdown",
-                "value": "Defines the human readable text alternative of [`aria-valuenow`](https://www.w3.org/TR/wai-aria-1.1/#aria-valuenow) for a range [widget](https://www.w3.org/TR/wai-aria-1.1/#dfn-widget)."
+            else {
+                throw new Error('Overlapping edit');
             }
-        },
-        {
-            "name": "aria-details",
-            "description": {
-                "kind": "markdown",
-                "value": "Identifies the [element](https://www.w3.org/TR/wai-aria-1.1/#dfn-element) that provides a detailed, extended description for the [object](https://www.w3.org/TR/wai-aria-1.1/#dfn-object). See related [`aria-describedby`](https://www.w3.org/TR/wai-aria-1.1/#aria-describedby)."
+            lastModifiedOffset = startOffset;
+        }
+        return text;
+    }
+    TextDocument.applyEdits = applyEdits;
+    function mergeSort(data, compare) {
+        if (data.length <= 1) {
+            // sorted
+            return data;
+        }
+        var p = (data.length / 2) | 0;
+        var left = data.slice(0, p);
+        var right = data.slice(p);
+        mergeSort(left, compare);
+        mergeSort(right, compare);
+        var leftIdx = 0;
+        var rightIdx = 0;
+        var i = 0;
+        while (leftIdx < left.length && rightIdx < right.length) {
+            var ret = compare(left[leftIdx], right[rightIdx]);
+            if (ret <= 0) {
+                // smaller_equal -> take left to preserve order
+                data[i++] = left[leftIdx++];
             }
-        },
-        {
-            "name": "aria-keyshortcuts",
-            "description": {
-                "kind": "markdown",
-                "value": "Indicates keyboard shortcuts that an author has implemented to activate or give focus to an element."
+            else {
+                // greater -> take right
+                data[i++] = right[rightIdx++];
             }
         }
-    ],
-    "valueSets": [
-        {
-            "name": "b",
-            "values": [
-                {
-                    "name": "true"
-                },
-                {
-                    "name": "false"
-                }
-            ]
-        },
-        {
-            "name": "u",
-            "values": [
-                {
-                    "name": "true"
-                },
-                {
-                    "name": "false"
-                },
-                {
-                    "name": "undefined"
-                }
-            ]
-        },
-        {
-            "name": "o",
-            "values": [
-                {
-                    "name": "on"
-                },
-                {
-                    "name": "off"
-                }
-            ]
-        },
-        {
-            "name": "y",
-            "values": [
-                {
-                    "name": "yes"
-                },
-                {
-                    "name": "no"
-                }
-            ]
-        },
-        {
-            "name": "w",
-            "values": [
-                {
-                    "name": "soft"
-                },
-                {
-                    "name": "hard"
-                }
-            ]
-        },
-        {
-            "name": "d",
-            "values": [
-                {
-                    "name": "ltr"
-                },
-                {
-                    "name": "rtl"
-                },
-                {
-                    "name": "auto"
-                }
-            ]
-        },
-        {
-            "name": "m",
-            "values": [
-                {
-                    "name": "GET",
-                    "description": {
-                        "kind": "markdown",
-                        "value": "Corresponds to the HTTP [GET method](https://www.w3.org/Protocols/rfc2616/rfc2616-sec9.html#sec9.3); form data are appended to the `action` attribute URI with a '?' as separator, and the resulting URI is sent to the server. Use this method when the form has no side-effects and contains only ASCII characters."
-                    }
-                },
-                {
-                    "name": "POST",
-                    "description": {
-                        "kind": "markdown",
-                        "value": "Corresponds to the HTTP [POST method](https://www.w3.org/Protocols/rfc2616/rfc2616-sec9.html#sec9.5); form data are included in the body of the form and sent to the server."
-                    }
-                },
-                {
-                    "name": "dialog",
-                    "description": {
-                        "kind": "markdown",
-                        "value": "Use when the form is inside a [`<dialog>`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/dialog) element to close the dialog when submitted."
-                    }
-                }
-            ]
-        },
-        {
-            "name": "fm",
-            "values": [
-                {
-                    "name": "GET"
-                },
-                {
-                    "name": "POST"
-                }
-            ]
-        },
-        {
-            "name": "s",
-            "values": [
-                {
-                    "name": "row"
-                },
-                {
-                    "name": "col"
-                },
-                {
-                    "name": "rowgroup"
-                },
-                {
-                    "name": "colgroup"
-                }
-            ]
-        },
-        {
-            "name": "t",
-            "values": [
-                {
-                    "name": "hidden"
-                },
-                {
-                    "name": "text"
-                },
-                {
-                    "name": "search"
-                },
-                {
-                    "name": "tel"
-                },
-                {
-                    "name": "url"
-                },
-                {
-                    "name": "email"
-                },
-                {
-                    "name": "password"
-                },
-                {
-                    "name": "datetime"
-                },
-                {
-                    "name": "date"
-                },
-                {
-                    "name": "month"
-                },
-                {
-                    "name": "week"
-                },
-                {
-                    "name": "time"
-                },
-                {
-                    "name": "datetime-local"
-                },
-                {
-                    "name": "number"
-                },
-                {
-                    "name": "range"
-                },
-                {
-                    "name": "color"
-                },
-                {
-                    "name": "checkbox"
-                },
-                {
-                    "name": "radio"
-                },
-                {
-                    "name": "file"
-                },
-                {
-                    "name": "submit"
-                },
-                {
-                    "name": "image"
-                },
-                {
-                    "name": "reset"
-                },
-                {
-                    "name": "button"
-                }
-            ]
-        },
-        {
-            "name": "im",
-            "values": [
-                {
-                    "name": "verbatim"
-                },
-                {
-                    "name": "latin"
-                },
-                {
-                    "name": "latin-name"
-                },
-                {
-                    "name": "latin-prose"
-                },
-                {
-                    "name": "full-width-latin"
-                },
-                {
-                    "name": "kana"
-                },
-                {
-                    "name": "kana-name"
-                },
-                {
-                    "name": "katakana"
-                },
-                {
-                    "name": "numeric"
-                },
-                {
-                    "name": "tel"
-                },
-                {
-                    "name": "email"
-                },
-                {
-                    "name": "url"
-                }
-            ]
-        },
-        {
-            "name": "bt",
-            "values": [
-                {
-                    "name": "button"
-                },
-                {
-                    "name": "submit"
-                },
-                {
-                    "name": "reset"
-                },
-                {
-                    "name": "menu"
-                }
-            ]
-        },
-        {
-            "name": "lt",
-            "values": [
-                {
-                    "name": "1"
-                },
-                {
-                    "name": "a"
-                },
-                {
-                    "name": "A"
-                },
-                {
-                    "name": "i"
-                },
-                {
-                    "name": "I"
-                }
-            ]
-        },
-        {
-            "name": "mt",
-            "values": [
-                {
-                    "name": "context"
-                },
-                {
-                    "name": "toolbar"
-                }
-            ]
-        },
-        {
-            "name": "mit",
-            "values": [
-                {
-                    "name": "command"
-                },
-                {
-                    "name": "checkbox"
-                },
-                {
-                    "name": "radio"
-                }
-            ]
-        },
-        {
-            "name": "et",
-            "values": [
-                {
-                    "name": "application/x-www-form-urlencoded"
-                },
-                {
-                    "name": "multipart/form-data"
-                },
-                {
-                    "name": "text/plain"
-                }
-            ]
-        },
-        {
-            "name": "tk",
-            "values": [
-                {
-                    "name": "subtitles"
-                },
-                {
-                    "name": "captions"
-                },
-                {
-                    "name": "descriptions"
-                },
-                {
-                    "name": "chapters"
-                },
-                {
-                    "name": "metadata"
-                }
-            ]
-        },
-        {
-            "name": "pl",
-            "values": [
-                {
-                    "name": "none"
-                },
-                {
-                    "name": "metadata"
-                },
-                {
-                    "name": "auto"
-                }
-            ]
-        },
-        {
-            "name": "sh",
-            "values": [
-                {
-                    "name": "circle"
-                },
-                {
-                    "name": "default"
-                },
-                {
-                    "name": "poly"
-                },
-                {
-                    "name": "rect"
-                }
-            ]
+        while (leftIdx < left.length) {
+            data[i++] = left[leftIdx++];
+        }
+        while (rightIdx < right.length) {
+            data[i++] = right[rightIdx++];
+        }
+        return data;
+    }
+})(TextDocument || (TextDocument = {}));
+var FullTextDocument = /** @class */ (function () {
+    function FullTextDocument(uri, languageId, version, content) {
+        this._uri = uri;
+        this._languageId = languageId;
+        this._version = version;
+        this._content = content;
+        this._lineOffsets = undefined;
+    }
+    Object.defineProperty(FullTextDocument.prototype, "uri", {
+        get: function () {
+            return this._uri;
         },
-        {
-            "name": "xo",
-            "values": [
-                {
-                    "name": "anonymous"
-                },
-                {
-                    "name": "use-credentials"
-                }
-            ]
+        enumerable: true,
+        configurable: true
+    });
+    Object.defineProperty(FullTextDocument.prototype, "languageId", {
+        get: function () {
+            return this._languageId;
         },
-        {
-            "name": "sb",
-            "values": [
-                {
-                    "name": "allow-forms"
-                },
-                {
-                    "name": "allow-modals"
-                },
-                {
-                    "name": "allow-pointer-lock"
-                },
-                {
-                    "name": "allow-popups"
-                },
-                {
-                    "name": "allow-popups-to-escape-sandbox"
-                },
-                {
-                    "name": "allow-same-origin"
-                },
-                {
-                    "name": "allow-scripts"
-                },
-                {
-                    "name": "allow-top-navigation"
-                }
-            ]
+        enumerable: true,
+        configurable: true
+    });
+    Object.defineProperty(FullTextDocument.prototype, "version", {
+        get: function () {
+            return this._version;
         },
-        {
-            "name": "tristate",
-            "values": [
-                {
-                    "name": "true"
-                },
-                {
-                    "name": "false"
-                },
-                {
-                    "name": "mixed"
-                },
-                {
-                    "name": "undefined"
+        enumerable: true,
+        configurable: true
+    });
+    FullTextDocument.prototype.getText = function (range) {
+        if (range) {
+            var start = this.offsetAt(range.start);
+            var end = this.offsetAt(range.end);
+            return this._content.substring(start, end);
+        }
+        return this._content;
+    };
+    FullTextDocument.prototype.update = function (event, version) {
+        this._content = event.text;
+        this._version = version;
+        this._lineOffsets = undefined;
+    };
+    FullTextDocument.prototype.getLineOffsets = function () {
+        if (this._lineOffsets === undefined) {
+            var lineOffsets = [];
+            var text = this._content;
+            var isLineStart = true;
+            for (var i = 0; i < text.length; i++) {
+                if (isLineStart) {
+                    lineOffsets.push(i);
+                    isLineStart = false;
                 }
-            ]
-        },
-        {
-            "name": "inputautocomplete",
-            "values": [
-                {
-                    "name": "additional-name"
-                },
-                {
-                    "name": "address-level1"
-                },
-                {
-                    "name": "address-level2"
-                },
-                {
-                    "name": "address-level3"
-                },
-                {
-                    "name": "address-level4"
-                },
-                {
-                    "name": "address-line1"
-                },
-                {
-                    "name": "address-line2"
-                },
-                {
-                    "name": "address-line3"
-                },
-                {
-                    "name": "bday"
-                },
-                {
-                    "name": "bday-year"
-                },
-                {
-                    "name": "bday-day"
-                },
-                {
-                    "name": "bday-month"
-                },
-                {
-                    "name": "billing"
-                },
-                {
-                    "name": "cc-additional-name"
-                },
-                {
-                    "name": "cc-csc"
-                },
-                {
-                    "name": "cc-exp"
-                },
-                {
-                    "name": "cc-exp-month"
-                },
-                {
-                    "name": "cc-exp-year"
-                },
-                {
-                    "name": "cc-family-name"
-                },
-                {
-                    "name": "cc-given-name"
-                },
-                {
-                    "name": "cc-name"
-                },
-                {
-                    "name": "cc-number"
-                },
-                {
-                    "name": "cc-type"
-                },
-                {
-                    "name": "country"
-                },
-                {
-                    "name": "country-name"
-                },
-                {
-                    "name": "current-password"
-                },
-                {
-                    "name": "email"
-                },
-                {
-                    "name": "family-name"
-                },
-                {
-                    "name": "fax"
-                },
-                {
-                    "name": "given-name"
-                },
-                {
-                    "name": "home"
-                },
-                {
-                    "name": "honorific-prefix"
-                },
-                {
-                    "name": "honorific-suffix"
-                },
-                {
-                    "name": "impp"
-                },
-                {
-                    "name": "language"
-                },
-                {
-                    "name": "mobile"
-                },
-                {
-                    "name": "name"
-                },
-                {
-                    "name": "new-password"
-                },
-                {
-                    "name": "nickname"
-                },
-                {
-                    "name": "organization"
-                },
-                {
-                    "name": "organization-title"
-                },
-                {
-                    "name": "pager"
-                },
-                {
-                    "name": "photo"
-                },
-                {
-                    "name": "postal-code"
-                },
-                {
-                    "name": "sex"
-                },
-                {
-                    "name": "shipping"
-                },
-                {
-                    "name": "street-address"
-                },
-                {
-                    "name": "tel-area-code"
-                },
-                {
-                    "name": "tel"
-                },
-                {
-                    "name": "tel-country-code"
-                },
-                {
-                    "name": "tel-extension"
-                },
-                {
-                    "name": "tel-local"
-                },
-                {
-                    "name": "tel-local-prefix"
-                },
-                {
-                    "name": "tel-local-suffix"
-                },
-                {
-                    "name": "tel-national"
-                },
-                {
-                    "name": "transaction-amount"
-                },
-                {
-                    "name": "transaction-currency"
-                },
-                {
-                    "name": "url"
-                },
-                {
-                    "name": "username"
-                },
-                {
-                    "name": "work"
+                var ch = text.charAt(i);
+                isLineStart = (ch === '\r' || ch === '\n');
+                if (ch === '\r' && i + 1 < text.length && text.charAt(i + 1) === '\n') {
+                    i++;
                 }
-            ]
+            }
+            if (isLineStart && text.length > 0) {
+                lineOffsets.push(text.length);
+            }
+            this._lineOffsets = lineOffsets;
+        }
+        return this._lineOffsets;
+    };
+    FullTextDocument.prototype.positionAt = function (offset) {
+        offset = Math.max(Math.min(offset, this._content.length), 0);
+        var lineOffsets = this.getLineOffsets();
+        var low = 0, high = lineOffsets.length;
+        if (high === 0) {
+            return Position.create(0, offset);
+        }
+        while (low < high) {
+            var mid = Math.floor((low + high) / 2);
+            if (lineOffsets[mid] > offset) {
+                high = mid;
+            }
+            else {
+                low = mid + 1;
+            }
+        }
+        // low is the least x for which the line offset is larger than the current offset
+        // or array.length if no line offset is larger than the current offset
+        var line = low - 1;
+        return Position.create(line, offset - lineOffsets[line]);
+    };
+    FullTextDocument.prototype.offsetAt = function (position) {
+        var lineOffsets = this.getLineOffsets();
+        if (position.line >= lineOffsets.length) {
+            return this._content.length;
+        }
+        else if (position.line < 0) {
+            return 0;
+        }
+        var lineOffset = lineOffsets[position.line];
+        var nextLineOffset = (position.line + 1 < lineOffsets.length) ? lineOffsets[position.line + 1] : this._content.length;
+        return Math.max(Math.min(lineOffset + position.character, nextLineOffset), lineOffset);
+    };
+    Object.defineProperty(FullTextDocument.prototype, "lineCount", {
+        get: function () {
+            return this.getLineOffsets().length;
         },
-        {
-            "name": "autocomplete",
-            "values": [
-                {
-                    "name": "inline"
-                },
-                {
-                    "name": "list"
-                },
-                {
-                    "name": "both"
-                },
-                {
-                    "name": "none"
+        enumerable: true,
+        configurable: true
+    });
+    return FullTextDocument;
+}());
+var Is;
+(function (Is) {
+    var toString = Object.prototype.toString;
+    function defined(value) {
+        return typeof value !== 'undefined';
+    }
+    Is.defined = defined;
+    function undefined(value) {
+        return typeof value === 'undefined';
+    }
+    Is.undefined = undefined;
+    function boolean(value) {
+        return value === true || value === false;
+    }
+    Is.boolean = boolean;
+    function string(value) {
+        return toString.call(value) === '[object String]';
+    }
+    Is.string = string;
+    function number(value) {
+        return toString.call(value) === '[object Number]';
+    }
+    Is.number = number;
+    function func(value) {
+        return toString.call(value) === '[object Function]';
+    }
+    Is.func = func;
+    function objectLiteral(value) {
+        // Strictly speaking class instances pass this check as well. Since the LSP
+        // doesn't use classes we ignore this for now. If we do we need to add something
+        // like this: `Object.getPrototypeOf(Object.getPrototypeOf(x)) === null`
+        return value !== null && typeof value === 'object';
+    }
+    Is.objectLiteral = objectLiteral;
+    function typedArray(value, check) {
+        return Array.isArray(value) && value.every(check);
+    }
+    Is.typedArray = typedArray;
+})(Is || (Is = {}));
+
+
+/***/ }),
+/* 110 */
+/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
+
+__webpack_require__.r(__webpack_exports__);
+/* harmony export */ __webpack_require__.d(__webpack_exports__, {
+/* harmony export */   "Node": () => /* binding */ Node,
+/* harmony export */   "parse": () => /* binding */ parse
+/* harmony export */ });
+/* harmony import */ var _htmlScanner__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(107);
+/* harmony import */ var _utils_arrays__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(112);
+/* harmony import */ var _htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(108);
+/* harmony import */ var _languageFacts_fact__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(111);
+/*---------------------------------------------------------------------------------------------
+ *  Copyright (c) Microsoft Corporation. All rights reserved.
+ *  Licensed under the MIT License. See License.txt in the project root for license information.
+ *--------------------------------------------------------------------------------------------*/
+
+
+
+
+var Node = /** @class */ (function () {
+    function Node(start, end, children, parent) {
+        this.start = start;
+        this.end = end;
+        this.children = children;
+        this.parent = parent;
+        this.closed = false;
+    }
+    Object.defineProperty(Node.prototype, "attributeNames", {
+        get: function () { return this.attributes ? Object.keys(this.attributes) : []; },
+        enumerable: false,
+        configurable: true
+    });
+    Node.prototype.isSameTag = function (tagInLowerCase) {
+        if (this.tag === undefined) {
+            return tagInLowerCase === undefined;
+        }
+        else {
+            return tagInLowerCase !== undefined && this.tag.length === tagInLowerCase.length && this.tag.toLowerCase() === tagInLowerCase;
+        }
+    };
+    Object.defineProperty(Node.prototype, "firstChild", {
+        get: function () { return this.children[0]; },
+        enumerable: false,
+        configurable: true
+    });
+    Object.defineProperty(Node.prototype, "lastChild", {
+        get: function () { return this.children.length ? this.children[this.children.length - 1] : void 0; },
+        enumerable: false,
+        configurable: true
+    });
+    Node.prototype.findNodeBefore = function (offset) {
+        var idx = (0,_utils_arrays__WEBPACK_IMPORTED_MODULE_3__.findFirst)(this.children, function (c) { return offset <= c.start; }) - 1;
+        if (idx >= 0) {
+            var child = this.children[idx];
+            if (offset > child.start) {
+                if (offset < child.end) {
+                    return child.findNodeBefore(offset);
                 }
-            ]
-        },
-        {
-            "name": "current",
-            "values": [
-                {
-                    "name": "page"
-                },
-                {
-                    "name": "step"
-                },
-                {
-                    "name": "location"
-                },
-                {
-                    "name": "date"
-                },
-                {
-                    "name": "time"
-                },
-                {
-                    "name": "true"
-                },
-                {
-                    "name": "false"
+                var lastChild = child.lastChild;
+                if (lastChild && lastChild.end === child.end) {
+                    return child.findNodeBefore(offset);
                 }
-            ]
-        },
-        {
-            "name": "dropeffect",
-            "values": [
-                {
-                    "name": "copy"
-                },
-                {
-                    "name": "move"
-                },
-                {
-                    "name": "link"
-                },
-                {
-                    "name": "execute"
-                },
-                {
-                    "name": "popup"
-                },
-                {
-                    "name": "none"
+                return child;
+            }
+        }
+        return this;
+    };
+    Node.prototype.findNodeAt = function (offset) {
+        var idx = (0,_utils_arrays__WEBPACK_IMPORTED_MODULE_3__.findFirst)(this.children, function (c) { return offset <= c.start; }) - 1;
+        if (idx >= 0) {
+            var child = this.children[idx];
+            if (offset > child.start && offset <= child.end) {
+                return child.findNodeAt(offset);
+            }
+        }
+        return this;
+    };
+    return Node;
+}());
+
+function parse(text) {
+    var scanner = (0,_htmlScanner__WEBPACK_IMPORTED_MODULE_0__.createScanner)(text, undefined, undefined, true);
+    var htmlDocument = new Node(0, text.length, [], void 0);
+    var curr = htmlDocument;
+    var endTagStart = -1;
+    var endTagName = undefined;
+    var pendingAttribute = null;
+    var token = scanner.scan();
+    while (token !== _htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_1__.TokenType.EOS) {
+        switch (token) {
+            case _htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_1__.TokenType.StartTagOpen:
+                var child = new Node(scanner.getTokenOffset(), text.length, [], curr);
+                curr.children.push(child);
+                curr = child;
+                break;
+            case _htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_1__.TokenType.StartTag:
+                curr.tag = scanner.getTokenText();
+                break;
+            case _htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_1__.TokenType.StartTagClose:
+                if (curr.parent) {
+                    curr.end = scanner.getTokenEnd(); // might be later set to end tag position
+                    if (scanner.getTokenLength()) {
+                        curr.startTagEnd = scanner.getTokenEnd();
+                        if (curr.tag && (0,_languageFacts_fact__WEBPACK_IMPORTED_MODULE_2__.isVoidElement)(curr.tag)) {
+                            curr.closed = true;
+                            curr = curr.parent;
+                        }
+                    }
+                    else {
+                        // pseudo close token from an incomplete start tag
+                        curr = curr.parent;
+                    }
                 }
-            ]
-        },
-        {
-            "name": "invalid",
-            "values": [
-                {
-                    "name": "grammar"
-                },
-                {
-                    "name": "false"
-                },
-                {
-                    "name": "spelling"
-                },
-                {
-                    "name": "true"
+                break;
+            case _htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_1__.TokenType.StartTagSelfClose:
+                if (curr.parent) {
+                    curr.closed = true;
+                    curr.end = scanner.getTokenEnd();
+                    curr.startTagEnd = scanner.getTokenEnd();
+                    curr = curr.parent;
                 }
-            ]
-        },
-        {
-            "name": "live",
-            "values": [
-                {
-                    "name": "off"
-                },
-                {
-                    "name": "polite"
-                },
-                {
-                    "name": "assertive"
+                break;
+            case _htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_1__.TokenType.EndTagOpen:
+                endTagStart = scanner.getTokenOffset();
+                endTagName = undefined;
+                break;
+            case _htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_1__.TokenType.EndTag:
+                endTagName = scanner.getTokenText().toLowerCase();
+                break;
+            case _htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_1__.TokenType.EndTagClose:
+                var node = curr;
+                // see if we can find a matching tag
+                while (!node.isSameTag(endTagName) && node.parent) {
+                    node = node.parent;
+                }
+                if (node.parent) {
+                    while (curr !== node) {
+                        curr.end = endTagStart;
+                        curr.closed = false;
+                        curr = curr.parent;
+                    }
+                    curr.closed = true;
+                    curr.endTagStart = endTagStart;
+                    curr.end = scanner.getTokenEnd();
+                    curr = curr.parent;
                 }
-            ]
-        },
-        {
-            "name": "orientation",
-            "values": [
-                {
-                    "name": "vertical"
-                },
-                {
-                    "name": "horizontal"
-                },
-                {
-                    "name": "undefined"
+                break;
+            case _htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_1__.TokenType.AttributeName: {
+                pendingAttribute = scanner.getTokenText();
+                var attributes = curr.attributes;
+                if (!attributes) {
+                    curr.attributes = attributes = {};
                 }
-            ]
-        },
-        {
-            "name": "relevant",
-            "values": [
-                {
-                    "name": "additions"
-                },
-                {
-                    "name": "removals"
-                },
-                {
-                    "name": "text"
-                },
-                {
-                    "name": "all"
-                },
-                {
-                    "name": "additions text"
+                attributes[pendingAttribute] = null; // Support valueless attributes such as 'checked'
+                break;
+            }
+            case _htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_1__.TokenType.AttributeValue: {
+                var value = scanner.getTokenText();
+                var attributes = curr.attributes;
+                if (attributes && pendingAttribute) {
+                    attributes[pendingAttribute] = value;
+                    pendingAttribute = null;
                 }
-            ]
-        },
-        {
-            "name": "sort",
-            "values": [
-                {
-                    "name": "ascending"
-                },
-                {
-                    "name": "descending"
-                },
-                {
-                    "name": "none"
-                },
-                {
-                    "name": "other"
+                break;
+            }
+        }
+        token = scanner.scan();
+    }
+    while (curr.parent) {
+        curr.end = text.length;
+        curr.closed = false;
+        curr = curr.parent;
+    }
+    return {
+        roots: htmlDocument.children,
+        findNodeBefore: htmlDocument.findNodeBefore.bind(htmlDocument),
+        findNodeAt: htmlDocument.findNodeAt.bind(htmlDocument)
+    };
+}
+
+
+/***/ }),
+/* 111 */
+/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
+
+__webpack_require__.r(__webpack_exports__);
+/* harmony export */ __webpack_require__.d(__webpack_exports__, {
+/* harmony export */   "VOID_ELEMENTS": () => /* binding */ VOID_ELEMENTS,
+/* harmony export */   "isVoidElement": () => /* binding */ isVoidElement
+/* harmony export */ });
+/* harmony import */ var _utils_arrays__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(112);
+/*---------------------------------------------------------------------------------------------
+ *  Copyright (c) Microsoft Corporation. All rights reserved.
+ *  Licensed under the MIT License. See License.txt in the project root for license information.
+ *--------------------------------------------------------------------------------------------*/
+
+// As defined in https://www.w3.org/TR/html5/syntax.html#void-elements
+var VOID_ELEMENTS = ['area', 'base', 'br', 'col', 'embed', 'hr', 'img', 'input', 'keygen', 'link', 'menuitem', 'meta', 'param', 'source', 'track', 'wbr'];
+function isVoidElement(e) {
+    return !!e && _utils_arrays__WEBPACK_IMPORTED_MODULE_0__.binarySearch(VOID_ELEMENTS, e.toLowerCase(), function (s1, s2) { return s1.localeCompare(s2); }) >= 0;
+}
+
+
+/***/ }),
+/* 112 */
+/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
+
+__webpack_require__.r(__webpack_exports__);
+/* harmony export */ __webpack_require__.d(__webpack_exports__, {
+/* harmony export */   "findFirst": () => /* binding */ findFirst,
+/* harmony export */   "binarySearch": () => /* binding */ binarySearch
+/* harmony export */ });
+/*---------------------------------------------------------------------------------------------
+ *  Copyright (c) Microsoft Corporation. All rights reserved.
+ *  Licensed under the MIT License. See License.txt in the project root for license information.
+ *--------------------------------------------------------------------------------------------*/
+/**
+ * Takes a sorted array and a function p. The array is sorted in such a way that all elements where p(x) is false
+ * are located before all elements where p(x) is true.
+ * @returns the least x for which p(x) is true or array.length if no element fullfills the given function.
+ */
+function findFirst(array, p) {
+    var low = 0, high = array.length;
+    if (high === 0) {
+        return 0; // no children
+    }
+    while (low < high) {
+        var mid = Math.floor((low + high) / 2);
+        if (p(array[mid])) {
+            high = mid;
+        }
+        else {
+            low = mid + 1;
+        }
+    }
+    return low;
+}
+function binarySearch(array, key, comparator) {
+    var low = 0, high = array.length - 1;
+    while (low <= high) {
+        var mid = ((low + high) / 2) | 0;
+        var comp = comparator(array[mid], key);
+        if (comp < 0) {
+            low = mid + 1;
+        }
+        else if (comp > 0) {
+            high = mid - 1;
+        }
+        else {
+            return mid;
+        }
+    }
+    return -(low + 1);
+}
+
+
+/***/ }),
+/* 113 */
+/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
+
+__webpack_require__.r(__webpack_exports__);
+/* harmony export */ __webpack_require__.d(__webpack_exports__, {
+/* harmony export */   "HTMLCompletion": () => /* binding */ HTMLCompletion
+/* harmony export */ });
+/* harmony import */ var vscode_languageserver_types__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(109);
+/* harmony import */ var _parser_htmlScanner__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(107);
+/* harmony import */ var _htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(108);
+/* harmony import */ var _parser_htmlEntities__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(114);
+/* harmony import */ var vscode_nls__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(68);
+/* harmony import */ var _utils_strings__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(115);
+/* harmony import */ var _languageFacts_fact__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(111);
+/* harmony import */ var _utils_object__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(119);
+/* harmony import */ var _languageFacts_dataProvider__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(116);
+/* harmony import */ var _pathCompletion__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(118);
+/*---------------------------------------------------------------------------------------------
+ *  Copyright (c) Microsoft Corporation. All rights reserved.
+ *  Licensed under the MIT License. See License.txt in the project root for license information.
+ *--------------------------------------------------------------------------------------------*/
+var __awaiter = (undefined && undefined.__awaiter) || function (thisArg, _arguments, P, generator) {
+    function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
+    return new (P || (P = Promise))(function (resolve, reject) {
+        function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
+        function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
+        function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
+        step((generator = generator.apply(thisArg, _arguments || [])).next());
+    });
+};
+var __generator = (undefined && undefined.__generator) || function (thisArg, body) {
+    var _ = { label: 0, sent: function() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g;
+    return g = { next: verb(0), "throw": verb(1), "return": verb(2) }, typeof Symbol === "function" && (g[Symbol.iterator] = function() { return this; }), g;
+    function verb(n) { return function (v) { return step([n, v]); }; }
+    function step(op) {
+        if (f) throw new TypeError("Generator is already executing.");
+        while (_) try {
+            if (f = 1, y && (t = op[0] & 2 ? y["return"] : op[0] ? y["throw"] || ((t = y["return"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t;
+            if (y = 0, t) op = [op[0] & 2, t.value];
+            switch (op[0]) {
+                case 0: case 1: t = op; break;
+                case 4: _.label++; return { value: op[1], done: false };
+                case 5: _.label++; y = op[1]; op = [0]; continue;
+                case 7: op = _.ops.pop(); _.trys.pop(); continue;
+                default:
+                    if (!(t = _.trys, t = t.length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) { _ = 0; continue; }
+                    if (op[0] === 3 && (!t || (op[1] > t[0] && op[1] < t[3]))) { _.label = op[1]; break; }
+                    if (op[0] === 6 && _.label < t[1]) { _.label = t[1]; t = op; break; }
+                    if (t && _.label < t[2]) { _.label = t[2]; _.ops.push(op); break; }
+                    if (t[2]) _.ops.pop();
+                    _.trys.pop(); continue;
+            }
+            op = body.call(thisArg, _);
+        } catch (e) { op = [6, e]; y = 0; } finally { f = t = 0; }
+        if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
+    }
+};
+
+
+
+
+
+
+
+
+
+
+var localize = vscode_nls__WEBPACK_IMPORTED_MODULE_4__.loadMessageBundle();
+var HTMLCompletion = /** @class */ (function () {
+    function HTMLCompletion(lsOptions, dataManager) {
+        this.lsOptions = lsOptions;
+        this.dataManager = dataManager;
+        this.completionParticipants = [];
+    }
+    HTMLCompletion.prototype.setCompletionParticipants = function (registeredCompletionParticipants) {
+        this.completionParticipants = registeredCompletionParticipants || [];
+    };
+    HTMLCompletion.prototype.doComplete2 = function (document, position, htmlDocument, documentContext, settings) {
+        return __awaiter(this, void 0, void 0, function () {
+            var participant, contributedParticipants, result, pathCompletionResult;
+            return __generator(this, function (_a) {
+                switch (_a.label) {
+                    case 0:
+                        if (!this.lsOptions.fileSystemProvider || !this.lsOptions.fileSystemProvider.readDirectory) {
+                            return [2 /*return*/, this.doComplete(document, position, htmlDocument, settings)];
+                        }
+                        participant = new _pathCompletion__WEBPACK_IMPORTED_MODULE_8__.PathCompletionParticipant(this.lsOptions.fileSystemProvider.readDirectory);
+                        contributedParticipants = this.completionParticipants;
+                        this.completionParticipants = [participant].concat(contributedParticipants);
+                        result = this.doComplete(document, position, htmlDocument, settings);
+                        _a.label = 1;
+                    case 1:
+                        _a.trys.push([1, , 3, 4]);
+                        return [4 /*yield*/, participant.computeCompletions(document, documentContext)];
+                    case 2:
+                        pathCompletionResult = _a.sent();
+                        return [2 /*return*/, {
+                                isIncomplete: result.isIncomplete || pathCompletionResult.isIncomplete,
+                                items: pathCompletionResult.items.concat(result.items)
+                            }];
+                    case 3:
+                        this.completionParticipants = contributedParticipants;
+                        return [7 /*endfinally*/];
+                    case 4: return [2 /*return*/];
                 }
-            ]
-        },
-        {
-            "name": "roles",
-            "values": [
-                {
-                    "name": "alert"
-                },
-                {
-                    "name": "alertdialog"
-                },
-                {
-                    "name": "button"
-                },
-                {
-                    "name": "checkbox"
-                },
-                {
-                    "name": "dialog"
-                },
-                {
-                    "name": "gridcell"
-                },
-                {
-                    "name": "link"
-                },
-                {
-                    "name": "log"
-                },
-                {
-                    "name": "marquee"
-                },
-                {
-                    "name": "menuitem"
-                },
-                {
-                    "name": "menuitemcheckbox"
-                },
-                {
-                    "name": "menuitemradio"
-                },
-                {
-                    "name": "option"
-                },
-                {
-                    "name": "progressbar"
-                },
-                {
-                    "name": "radio"
-                },
-                {
-                    "name": "scrollbar"
-                },
-                {
-                    "name": "searchbox"
-                },
-                {
-                    "name": "slider"
-                },
-                {
-                    "name": "spinbutton"
-                },
-                {
-                    "name": "status"
-                },
-                {
-                    "name": "switch"
-                },
-                {
-                    "name": "tab"
-                },
-                {
-                    "name": "tabpanel"
-                },
-                {
-                    "name": "textbox"
-                },
-                {
-                    "name": "timer"
-                },
-                {
-                    "name": "tooltip"
-                },
-                {
-                    "name": "treeitem"
-                },
-                {
-                    "name": "combobox"
-                },
-                {
-                    "name": "grid"
-                },
-                {
-                    "name": "listbox"
-                },
-                {
-                    "name": "menu"
-                },
-                {
-                    "name": "menubar"
-                },
-                {
-                    "name": "radiogroup"
-                },
-                {
-                    "name": "tablist"
-                },
-                {
-                    "name": "tree"
-                },
-                {
-                    "name": "treegrid"
-                },
-                {
-                    "name": "application"
-                },
-                {
-                    "name": "article"
-                },
-                {
-                    "name": "cell"
-                },
-                {
-                    "name": "columnheader"
-                },
-                {
-                    "name": "definition"
-                },
-                {
-                    "name": "directory"
-                },
-                {
-                    "name": "document"
-                },
-                {
-                    "name": "feed"
-                },
-                {
-                    "name": "figure"
-                },
-                {
-                    "name": "group"
-                },
-                {
-                    "name": "heading"
-                },
-                {
-                    "name": "img"
-                },
-                {
-                    "name": "list"
-                },
-                {
-                    "name": "listitem"
-                },
-                {
-                    "name": "math"
-                },
-                {
-                    "name": "none"
-                },
-                {
-                    "name": "note"
-                },
-                {
-                    "name": "presentation"
-                },
-                {
-                    "name": "region"
-                },
-                {
-                    "name": "row"
-                },
-                {
-                    "name": "rowgroup"
-                },
-                {
-                    "name": "rowheader"
-                },
-                {
-                    "name": "separator"
-                },
-                {
-                    "name": "table"
-                },
-                {
-                    "name": "term"
-                },
-                {
-                    "name": "text"
-                },
-                {
-                    "name": "toolbar"
-                },
-                {
-                    "name": "banner"
-                },
-                {
-                    "name": "complementary"
-                },
-                {
-                    "name": "contentinfo"
-                },
-                {
-                    "name": "form"
-                },
-                {
-                    "name": "main"
-                },
-                {
-                    "name": "navigation"
-                },
-                {
-                    "name": "region"
-                },
-                {
-                    "name": "search"
-                },
-                {
-                    "name": "doc-abstract"
-                },
-                {
-                    "name": "doc-acknowledgments"
-                },
-                {
-                    "name": "doc-afterword"
-                },
-                {
-                    "name": "doc-appendix"
-                },
-                {
-                    "name": "doc-backlink"
-                },
-                {
-                    "name": "doc-biblioentry"
-                },
-                {
-                    "name": "doc-bibliography"
-                },
-                {
-                    "name": "doc-biblioref"
-                },
-                {
-                    "name": "doc-chapter"
-                },
-                {
-                    "name": "doc-colophon"
-                },
-                {
-                    "name": "doc-conclusion"
-                },
-                {
-                    "name": "doc-cover"
-                },
-                {
-                    "name": "doc-credit"
-                },
-                {
-                    "name": "doc-credits"
-                },
-                {
-                    "name": "doc-dedication"
-                },
-                {
-                    "name": "doc-endnote"
-                },
-                {
-                    "name": "doc-endnotes"
-                },
-                {
-                    "name": "doc-epigraph"
-                },
-                {
-                    "name": "doc-epilogue"
-                },
-                {
-                    "name": "doc-errata"
-                },
-                {
-                    "name": "doc-example"
-                },
-                {
-                    "name": "doc-footnote"
-                },
-                {
-                    "name": "doc-foreword"
-                },
-                {
-                    "name": "doc-glossary"
-                },
-                {
-                    "name": "doc-glossref"
-                },
-                {
-                    "name": "doc-index"
-                },
-                {
-                    "name": "doc-introduction"
-                },
-                {
-                    "name": "doc-noteref"
-                },
-                {
-                    "name": "doc-notice"
-                },
-                {
-                    "name": "doc-pagebreak"
-                },
-                {
-                    "name": "doc-pagelist"
-                },
-                {
-                    "name": "doc-part"
-                },
-                {
-                    "name": "doc-preface"
-                },
-                {
-                    "name": "doc-prologue"
-                },
-                {
-                    "name": "doc-pullquote"
-                },
-                {
-                    "name": "doc-qna"
-                },
-                {
-                    "name": "doc-subtitle"
-                },
-                {
-                    "name": "doc-tip"
-                },
-                {
-                    "name": "doc-toc"
+            });
+        });
+    };
+    HTMLCompletion.prototype.doComplete = function (document, position, htmlDocument, settings) {
+        var result = this._doComplete(document, position, htmlDocument, settings);
+        return this.convertCompletionList(result);
+    };
+    HTMLCompletion.prototype._doComplete = function (document, position, htmlDocument, settings) {
+        var result = {
+            isIncomplete: false,
+            items: []
+        };
+        var completionParticipants = this.completionParticipants;
+        var dataProviders = this.dataManager.getDataProviders().filter(function (p) { return p.isApplicable(document.languageId) && (!settings || settings[p.getId()] !== false); });
+        var doesSupportMarkdown = this.doesSupportMarkdown();
+        var text = document.getText();
+        var offset = document.offsetAt(position);
+        var node = htmlDocument.findNodeBefore(offset);
+        if (!node) {
+            return result;
+        }
+        var scanner = (0,_parser_htmlScanner__WEBPACK_IMPORTED_MODULE_1__.createScanner)(text, node.start);
+        var currentTag = '';
+        var currentAttributeName;
+        function getReplaceRange(replaceStart, replaceEnd) {
+            if (replaceEnd === void 0) { replaceEnd = offset; }
+            if (replaceStart > offset) {
+                replaceStart = offset;
+            }
+            return { start: document.positionAt(replaceStart), end: document.positionAt(replaceEnd) };
+        }
+        function collectOpenTagSuggestions(afterOpenBracket, tagNameEnd) {
+            var range = getReplaceRange(afterOpenBracket, tagNameEnd);
+            dataProviders.forEach(function (provider) {
+                provider.provideTags().forEach(function (tag) {
+                    result.items.push({
+                        label: tag.name,
+                        kind: vscode_languageserver_types__WEBPACK_IMPORTED_MODULE_0__.CompletionItemKind.Property,
+                        documentation: (0,_languageFacts_dataProvider__WEBPACK_IMPORTED_MODULE_7__.generateDocumentation)(tag, doesSupportMarkdown),
+                        textEdit: vscode_languageserver_types__WEBPACK_IMPORTED_MODULE_0__.TextEdit.replace(range, tag.name),
+                        insertTextFormat: vscode_languageserver_types__WEBPACK_IMPORTED_MODULE_0__.InsertTextFormat.PlainText
+                    });
+                });
+            });
+            return result;
+        }
+        function getLineIndent(offset) {
+            var start = offset;
+            while (start > 0) {
+                var ch = text.charAt(start - 1);
+                if ("\n\r".indexOf(ch) >= 0) {
+                    return text.substring(start, offset);
+                }
+                if (!isWhiteSpace(ch)) {
+                    return null;
+                }
+                start--;
+            }
+            return text.substring(0, offset);
+        }
+        function collectCloseTagSuggestions(afterOpenBracket, inOpenTag, tagNameEnd) {
+            if (tagNameEnd === void 0) { tagNameEnd = offset; }
+            var range = getReplaceRange(afterOpenBracket, tagNameEnd);
+            var closeTag = isFollowedBy(text, tagNameEnd, _htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_2__.ScannerState.WithinEndTag, _htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_2__.TokenType.EndTagClose) ? '' : '>';
+            var curr = node;
+            if (inOpenTag) {
+                curr = curr.parent; // don't suggest the own tag, it's not yet open
+            }
+            while (curr) {
+                var tag = curr.tag;
+                if (tag && (!curr.closed || curr.endTagStart && (curr.endTagStart > offset))) {
+                    var item = {
+                        label: '/' + tag,
+                        kind: vscode_languageserver_types__WEBPACK_IMPORTED_MODULE_0__.CompletionItemKind.Property,
+                        filterText: '/' + tag,
+                        textEdit: vscode_languageserver_types__WEBPACK_IMPORTED_MODULE_0__.TextEdit.replace(range, '/' + tag + closeTag),
+                        insertTextFormat: vscode_languageserver_types__WEBPACK_IMPORTED_MODULE_0__.InsertTextFormat.PlainText
+                    };
+                    var startIndent = getLineIndent(curr.start);
+                    var endIndent = getLineIndent(afterOpenBracket - 1);
+                    if (startIndent !== null && endIndent !== null && startIndent !== endIndent) {
+                        var insertText = startIndent + '</' + tag + closeTag;
+                        item.textEdit = vscode_languageserver_types__WEBPACK_IMPORTED_MODULE_0__.TextEdit.replace(getReplaceRange(afterOpenBracket - 1 - endIndent.length), insertText);
+                        item.filterText = endIndent + '</' + tag;
+                    }
+                    result.items.push(item);
+                    return result;
+                }
+                curr = curr.parent;
+            }
+            if (inOpenTag) {
+                return result;
+            }
+            dataProviders.forEach(function (provider) {
+                provider.provideTags().forEach(function (tag) {
+                    result.items.push({
+                        label: '/' + tag.name,
+                        kind: vscode_languageserver_types__WEBPACK_IMPORTED_MODULE_0__.CompletionItemKind.Property,
+                        documentation: (0,_languageFacts_dataProvider__WEBPACK_IMPORTED_MODULE_7__.generateDocumentation)(tag, doesSupportMarkdown),
+                        filterText: '/' + tag + closeTag,
+                        textEdit: vscode_languageserver_types__WEBPACK_IMPORTED_MODULE_0__.TextEdit.replace(range, '/' + tag + closeTag),
+                        insertTextFormat: vscode_languageserver_types__WEBPACK_IMPORTED_MODULE_0__.InsertTextFormat.PlainText
+                    });
+                });
+            });
+            return result;
+        }
+        function collectAutoCloseTagSuggestion(tagCloseEnd, tag) {
+            if (settings && settings.hideAutoCompleteProposals) {
+                return result;
+            }
+            if (!(0,_languageFacts_fact__WEBPACK_IMPORTED_MODULE_6__.isVoidElement)(tag)) {
+                var pos = document.positionAt(tagCloseEnd);
+                result.items.push({
+                    label: '</' + tag + '>',
+                    kind: vscode_languageserver_types__WEBPACK_IMPORTED_MODULE_0__.CompletionItemKind.Property,
+                    filterText: '</' + tag + '>',
+                    textEdit: vscode_languageserver_types__WEBPACK_IMPORTED_MODULE_0__.TextEdit.insert(pos, '$0</' + tag + '>'),
+                    insertTextFormat: vscode_languageserver_types__WEBPACK_IMPORTED_MODULE_0__.InsertTextFormat.Snippet
+                });
+            }
+            return result;
+        }
+        function collectTagSuggestions(tagStart, tagEnd) {
+            collectOpenTagSuggestions(tagStart, tagEnd);
+            collectCloseTagSuggestions(tagStart, true, tagEnd);
+            return result;
+        }
+        function collectAttributeNameSuggestions(nameStart, nameEnd) {
+            if (nameEnd === void 0) { nameEnd = offset; }
+            var replaceEnd = offset;
+            while (replaceEnd < nameEnd && text[replaceEnd] !== '<') { // < is a valid attribute name character, but we rather assume the attribute name ends. See #23236.
+                replaceEnd++;
+            }
+            var range = getReplaceRange(nameStart, replaceEnd);
+            var value = isFollowedBy(text, nameEnd, _htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_2__.ScannerState.AfterAttributeName, _htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_2__.TokenType.DelimiterAssign) ? '' : '="$1"';
+            var seenAttributes = Object.create(null);
+            dataProviders.forEach(function (provider) {
+                provider.provideAttributes(currentTag).forEach(function (attr) {
+                    if (seenAttributes[attr.name]) {
+                        return;
+                    }
+                    seenAttributes[attr.name] = true;
+                    var codeSnippet = attr.name;
+                    var command;
+                    if (attr.valueSet !== 'v' && value.length) {
+                        codeSnippet = codeSnippet + value;
+                        if (attr.valueSet || attr.name === 'style') {
+                            command = {
+                                title: 'Suggest',
+                                command: 'editor.action.triggerSuggest'
+                            };
+                        }
+                    }
+                    result.items.push({
+                        label: attr.name,
+                        kind: attr.valueSet === 'handler' ? vscode_languageserver_types__WEBPACK_IMPORTED_MODULE_0__.CompletionItemKind.Function : vscode_languageserver_types__WEBPACK_IMPORTED_MODULE_0__.CompletionItemKind.Value,
+                        documentation: (0,_languageFacts_dataProvider__WEBPACK_IMPORTED_MODULE_7__.generateDocumentation)(attr, doesSupportMarkdown),
+                        textEdit: vscode_languageserver_types__WEBPACK_IMPORTED_MODULE_0__.TextEdit.replace(range, codeSnippet),
+                        insertTextFormat: vscode_languageserver_types__WEBPACK_IMPORTED_MODULE_0__.InsertTextFormat.Snippet,
+                        command: command
+                    });
+                });
+            });
+            collectDataAttributesSuggestions(range, seenAttributes);
+            return result;
+        }
+        function collectDataAttributesSuggestions(range, seenAttributes) {
+            var dataAttr = 'data-';
+            var dataAttributes = {};
+            dataAttributes[dataAttr] = dataAttr + "$1=\"$2\"";
+            function addNodeDataAttributes(node) {
+                node.attributeNames.forEach(function (attr) {
+                    if ((0,_utils_strings__WEBPACK_IMPORTED_MODULE_5__.startsWith)(attr, dataAttr) && !dataAttributes[attr] && !seenAttributes[attr]) {
+                        dataAttributes[attr] = attr + '="$1"';
+                    }
+                });
+                node.children.forEach(function (child) { return addNodeDataAttributes(child); });
+            }
+            if (htmlDocument) {
+                htmlDocument.roots.forEach(function (root) { return addNodeDataAttributes(root); });
+            }
+            Object.keys(dataAttributes).forEach(function (attr) { return result.items.push({
+                label: attr,
+                kind: vscode_languageserver_types__WEBPACK_IMPORTED_MODULE_0__.CompletionItemKind.Value,
+                textEdit: vscode_languageserver_types__WEBPACK_IMPORTED_MODULE_0__.TextEdit.replace(range, dataAttributes[attr]),
+                insertTextFormat: vscode_languageserver_types__WEBPACK_IMPORTED_MODULE_0__.InsertTextFormat.Snippet
+            }); });
+        }
+        function collectAttributeValueSuggestions(valueStart, valueEnd) {
+            if (valueEnd === void 0) { valueEnd = offset; }
+            var range;
+            var addQuotes;
+            var valuePrefix;
+            if (offset > valueStart && offset <= valueEnd && isQuote(text[valueStart])) {
+                // inside quoted attribute
+                var valueContentStart = valueStart + 1;
+                var valueContentEnd = valueEnd;
+                // valueEnd points to the char after quote, which encloses the replace range
+                if (valueEnd > valueStart && text[valueEnd - 1] === text[valueStart]) {
+                    valueContentEnd--;
+                }
+                var wsBefore = getWordStart(text, offset, valueContentStart);
+                var wsAfter = getWordEnd(text, offset, valueContentEnd);
+                range = getReplaceRange(wsBefore, wsAfter);
+                valuePrefix = offset >= valueContentStart && offset <= valueContentEnd ? text.substring(valueContentStart, offset) : '';
+                addQuotes = false;
+            }
+            else {
+                range = getReplaceRange(valueStart, valueEnd);
+                valuePrefix = text.substring(valueStart, offset);
+                addQuotes = true;
+            }
+            if (completionParticipants.length > 0) {
+                var tag = currentTag.toLowerCase();
+                var attribute = currentAttributeName.toLowerCase();
+                var fullRange = getReplaceRange(valueStart, valueEnd);
+                for (var _i = 0, completionParticipants_1 = completionParticipants; _i < completionParticipants_1.length; _i++) {
+                    var participant = completionParticipants_1[_i];
+                    if (participant.onHtmlAttributeValue) {
+                        participant.onHtmlAttributeValue({ document: document, position: position, tag: tag, attribute: attribute, value: valuePrefix, range: fullRange });
+                    }
+                }
+            }
+            dataProviders.forEach(function (provider) {
+                provider.provideValues(currentTag, currentAttributeName).forEach(function (value) {
+                    var insertText = addQuotes ? '"' + value.name + '"' : value.name;
+                    result.items.push({
+                        label: value.name,
+                        filterText: insertText,
+                        kind: vscode_languageserver_types__WEBPACK_IMPORTED_MODULE_0__.CompletionItemKind.Unit,
+                        documentation: (0,_languageFacts_dataProvider__WEBPACK_IMPORTED_MODULE_7__.generateDocumentation)(value, doesSupportMarkdown),
+                        textEdit: vscode_languageserver_types__WEBPACK_IMPORTED_MODULE_0__.TextEdit.replace(range, insertText),
+                        insertTextFormat: vscode_languageserver_types__WEBPACK_IMPORTED_MODULE_0__.InsertTextFormat.PlainText
+                    });
+                });
+            });
+            collectCharacterEntityProposals();
+            return result;
+        }
+        function scanNextForEndPos(nextToken) {
+            if (offset === scanner.getTokenEnd()) {
+                token = scanner.scan();
+                if (token === nextToken && scanner.getTokenOffset() === offset) {
+                    return scanner.getTokenEnd();
+                }
+            }
+            return offset;
+        }
+        function collectInsideContent() {
+            for (var _i = 0, completionParticipants_2 = completionParticipants; _i < completionParticipants_2.length; _i++) {
+                var participant = completionParticipants_2[_i];
+                if (participant.onHtmlContent) {
+                    participant.onHtmlContent({ document: document, position: position });
+                }
+            }
+            return collectCharacterEntityProposals();
+        }
+        function collectCharacterEntityProposals() {
+            // character entities
+            var k = offset - 1;
+            var characterStart = position.character;
+            while (k >= 0 && (0,_utils_strings__WEBPACK_IMPORTED_MODULE_5__.isLetterOrDigit)(text, k)) {
+                k--;
+                characterStart--;
+            }
+            if (k >= 0 && text[k] === '&') {
+                var range = vscode_languageserver_types__WEBPACK_IMPORTED_MODULE_0__.Range.create(vscode_languageserver_types__WEBPACK_IMPORTED_MODULE_0__.Position.create(position.line, characterStart - 1), position);
+                for (var entity in _parser_htmlEntities__WEBPACK_IMPORTED_MODULE_3__.entities) {
+                    if ((0,_utils_strings__WEBPACK_IMPORTED_MODULE_5__.endsWith)(entity, ';')) {
+                        var label = '&' + entity;
+                        result.items.push({
+                            label: label,
+                            kind: vscode_languageserver_types__WEBPACK_IMPORTED_MODULE_0__.CompletionItemKind.Keyword,
+                            documentation: localize('entity.propose', "Character entity representing '" + _parser_htmlEntities__WEBPACK_IMPORTED_MODULE_3__.entities[entity] + "'"),
+                            textEdit: vscode_languageserver_types__WEBPACK_IMPORTED_MODULE_0__.TextEdit.replace(range, label),
+                            insertTextFormat: vscode_languageserver_types__WEBPACK_IMPORTED_MODULE_0__.InsertTextFormat.PlainText
+                        });
+                    }
+                }
+            }
+            return result;
+        }
+        function suggestDoctype(replaceStart, replaceEnd) {
+            var range = getReplaceRange(replaceStart, replaceEnd);
+            result.items.push({
+                label: '!DOCTYPE',
+                kind: vscode_languageserver_types__WEBPACK_IMPORTED_MODULE_0__.CompletionItemKind.Property,
+                documentation: 'A preamble for an HTML document.',
+                textEdit: vscode_languageserver_types__WEBPACK_IMPORTED_MODULE_0__.TextEdit.replace(range, '!DOCTYPE html>'),
+                insertTextFormat: vscode_languageserver_types__WEBPACK_IMPORTED_MODULE_0__.InsertTextFormat.PlainText
+            });
+        }
+        var token = scanner.scan();
+        while (token !== _htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_2__.TokenType.EOS && scanner.getTokenOffset() <= offset) {
+            switch (token) {
+                case _htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_2__.TokenType.StartTagOpen:
+                    if (scanner.getTokenEnd() === offset) {
+                        var endPos = scanNextForEndPos(_htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_2__.TokenType.StartTag);
+                        if (position.line === 0) {
+                            suggestDoctype(offset, endPos);
+                        }
+                        return collectTagSuggestions(offset, endPos);
+                    }
+                    break;
+                case _htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_2__.TokenType.StartTag:
+                    if (scanner.getTokenOffset() <= offset && offset <= scanner.getTokenEnd()) {
+                        return collectOpenTagSuggestions(scanner.getTokenOffset(), scanner.getTokenEnd());
+                    }
+                    currentTag = scanner.getTokenText();
+                    break;
+                case _htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_2__.TokenType.AttributeName:
+                    if (scanner.getTokenOffset() <= offset && offset <= scanner.getTokenEnd()) {
+                        return collectAttributeNameSuggestions(scanner.getTokenOffset(), scanner.getTokenEnd());
+                    }
+                    currentAttributeName = scanner.getTokenText();
+                    break;
+                case _htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_2__.TokenType.DelimiterAssign:
+                    if (scanner.getTokenEnd() === offset) {
+                        var endPos = scanNextForEndPos(_htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_2__.TokenType.AttributeValue);
+                        return collectAttributeValueSuggestions(offset, endPos);
+                    }
+                    break;
+                case _htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_2__.TokenType.AttributeValue:
+                    if (scanner.getTokenOffset() <= offset && offset <= scanner.getTokenEnd()) {
+                        return collectAttributeValueSuggestions(scanner.getTokenOffset(), scanner.getTokenEnd());
+                    }
+                    break;
+                case _htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_2__.TokenType.Whitespace:
+                    if (offset <= scanner.getTokenEnd()) {
+                        switch (scanner.getScannerState()) {
+                            case _htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_2__.ScannerState.AfterOpeningStartTag:
+                                var startPos = scanner.getTokenOffset();
+                                var endTagPos = scanNextForEndPos(_htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_2__.TokenType.StartTag);
+                                return collectTagSuggestions(startPos, endTagPos);
+                            case _htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_2__.ScannerState.WithinTag:
+                            case _htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_2__.ScannerState.AfterAttributeName:
+                                return collectAttributeNameSuggestions(scanner.getTokenEnd());
+                            case _htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_2__.ScannerState.BeforeAttributeValue:
+                                return collectAttributeValueSuggestions(scanner.getTokenEnd());
+                            case _htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_2__.ScannerState.AfterOpeningEndTag:
+                                return collectCloseTagSuggestions(scanner.getTokenOffset() - 1, false);
+                            case _htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_2__.ScannerState.WithinContent:
+                                return collectInsideContent();
+                        }
+                    }
+                    break;
+                case _htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_2__.TokenType.EndTagOpen:
+                    if (offset <= scanner.getTokenEnd()) {
+                        var afterOpenBracket = scanner.getTokenOffset() + 1;
+                        var endOffset = scanNextForEndPos(_htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_2__.TokenType.EndTag);
+                        return collectCloseTagSuggestions(afterOpenBracket, false, endOffset);
+                    }
+                    break;
+                case _htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_2__.TokenType.EndTag:
+                    if (offset <= scanner.getTokenEnd()) {
+                        var start = scanner.getTokenOffset() - 1;
+                        while (start >= 0) {
+                            var ch = text.charAt(start);
+                            if (ch === '/') {
+                                return collectCloseTagSuggestions(start, false, scanner.getTokenEnd());
+                            }
+                            else if (!isWhiteSpace(ch)) {
+                                break;
+                            }
+                            start--;
+                        }
+                    }
+                    break;
+                case _htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_2__.TokenType.StartTagClose:
+                    if (offset <= scanner.getTokenEnd()) {
+                        if (currentTag) {
+                            return collectAutoCloseTagSuggestion(scanner.getTokenEnd(), currentTag);
+                        }
+                    }
+                    break;
+                case _htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_2__.TokenType.Content:
+                    if (offset <= scanner.getTokenEnd()) {
+                        return collectInsideContent();
+                    }
+                    break;
+                default:
+                    if (offset <= scanner.getTokenEnd()) {
+                        return result;
+                    }
+                    break;
+            }
+            token = scanner.scan();
+        }
+        return result;
+    };
+    HTMLCompletion.prototype.doTagComplete = function (document, position, htmlDocument) {
+        var offset = document.offsetAt(position);
+        if (offset <= 0) {
+            return null;
+        }
+        var char = document.getText().charAt(offset - 1);
+        if (char === '>') {
+            var node = htmlDocument.findNodeBefore(offset);
+            if (node && node.tag && !(0,_languageFacts_fact__WEBPACK_IMPORTED_MODULE_6__.isVoidElement)(node.tag) && node.start < offset && (!node.endTagStart || node.endTagStart > offset)) {
+                var scanner = (0,_parser_htmlScanner__WEBPACK_IMPORTED_MODULE_1__.createScanner)(document.getText(), node.start);
+                var token = scanner.scan();
+                while (token !== _htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_2__.TokenType.EOS && scanner.getTokenEnd() <= offset) {
+                    if (token === _htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_2__.TokenType.StartTagClose && scanner.getTokenEnd() === offset) {
+                        return "$0</" + node.tag + ">";
+                    }
+                    token = scanner.scan();
+                }
+            }
+        }
+        else if (char === '/') {
+            var node = htmlDocument.findNodeBefore(offset);
+            while (node && node.closed) {
+                node = node.parent;
+            }
+            if (node && node.tag) {
+                var scanner = (0,_parser_htmlScanner__WEBPACK_IMPORTED_MODULE_1__.createScanner)(document.getText(), node.start);
+                var token = scanner.scan();
+                while (token !== _htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_2__.TokenType.EOS && scanner.getTokenEnd() <= offset) {
+                    if (token === _htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_2__.TokenType.EndTagOpen && scanner.getTokenEnd() === offset) {
+                        return node.tag + ">";
+                    }
+                    token = scanner.scan();
+                }
+            }
+        }
+        return null;
+    };
+    HTMLCompletion.prototype.convertCompletionList = function (list) {
+        if (!this.doesSupportMarkdown()) {
+            list.items.forEach(function (item) {
+                if (item.documentation && typeof item.documentation !== 'string') {
+                    item.documentation = {
+                        kind: 'plaintext',
+                        value: item.documentation.value
+                    };
+                }
+            });
+        }
+        return list;
+    };
+    HTMLCompletion.prototype.doesSupportMarkdown = function () {
+        var _a, _b, _c;
+        if (!(0,_utils_object__WEBPACK_IMPORTED_MODULE_9__.isDefined)(this.supportsMarkdown)) {
+            if (!(0,_utils_object__WEBPACK_IMPORTED_MODULE_9__.isDefined)(this.lsOptions.clientCapabilities)) {
+                this.supportsMarkdown = true;
+                return this.supportsMarkdown;
+            }
+            var documentationFormat = (_c = (_b = (_a = this.lsOptions.clientCapabilities.textDocument) === null || _a === void 0 ? void 0 : _a.completion) === null || _b === void 0 ? void 0 : _b.completionItem) === null || _c === void 0 ? void 0 : _c.documentationFormat;
+            this.supportsMarkdown = Array.isArray(documentationFormat) && documentationFormat.indexOf(vscode_languageserver_types__WEBPACK_IMPORTED_MODULE_0__.MarkupKind.Markdown) !== -1;
+        }
+        return this.supportsMarkdown;
+    };
+    return HTMLCompletion;
+}());
+
+function isQuote(s) {
+    return /^["']*$/.test(s);
+}
+function isWhiteSpace(s) {
+    return /^\s*$/.test(s);
+}
+function isFollowedBy(s, offset, intialState, expectedToken) {
+    var scanner = (0,_parser_htmlScanner__WEBPACK_IMPORTED_MODULE_1__.createScanner)(s, offset, intialState);
+    var token = scanner.scan();
+    while (token === _htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_2__.TokenType.Whitespace) {
+        token = scanner.scan();
+    }
+    return token === expectedToken;
+}
+function getWordStart(s, offset, limit) {
+    while (offset > limit && !isWhiteSpace(s[offset - 1])) {
+        offset--;
+    }
+    return offset;
+}
+function getWordEnd(s, offset, limit) {
+    while (offset < limit && !isWhiteSpace(s[offset])) {
+        offset++;
+    }
+    return offset;
+}
+
+
+/***/ }),
+/* 114 */
+/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
+
+__webpack_require__.r(__webpack_exports__);
+/* harmony export */ __webpack_require__.d(__webpack_exports__, {
+/* harmony export */   "entities": () => /* binding */ entities
+/* harmony export */ });
+/*---------------------------------------------------------------------------------------------
+ *  Copyright (c) Microsoft Corporation. All rights reserved.
+ *  Licensed under the MIT License. See License.txt in the project root for license information.
+ *--------------------------------------------------------------------------------------------*/
+/**
+ * HTML 5 character entities
+ * https://www.w3.org/TR/html5/syntax.html#named-character-references
+ */
+var entities = {
+    "Aacute;": "\u00C1",
+    "Aacute": "\u00C1",
+    "aacute;": "\u00E1",
+    "aacute": "\u00E1",
+    "Abreve;": "\u0102",
+    "abreve;": "\u0103",
+    "ac;": "\u223E",
+    "acd;": "\u223F",
+    "acE;": "\u223E\u0333",
+    "Acirc;": "\u00C2",
+    "Acirc": "\u00C2",
+    "acirc;": "\u00E2",
+    "acirc": "\u00E2",
+    "acute;": "\u00B4",
+    "acute": "\u00B4",
+    "Acy;": "\u0410",
+    "acy;": "\u0430",
+    "AElig;": "\u00C6",
+    "AElig": "\u00C6",
+    "aelig;": "\u00E6",
+    "aelig": "\u00E6",
+    "af;": "\u2061",
+    "Afr;": "\uD835\uDD04",
+    "afr;": "\uD835\uDD1E",
+    "Agrave;": "\u00C0",
+    "Agrave": "\u00C0",
+    "agrave;": "\u00E0",
+    "agrave": "\u00E0",
+    "alefsym;": "\u2135",
+    "aleph;": "\u2135",
+    "Alpha;": "\u0391",
+    "alpha;": "\u03B1",
+    "Amacr;": "\u0100",
+    "amacr;": "\u0101",
+    "amalg;": "\u2A3F",
+    "AMP;": "\u0026",
+    "AMP": "\u0026",
+    "amp;": "\u0026",
+    "amp": "\u0026",
+    "And;": "\u2A53",
+    "and;": "\u2227",
+    "andand;": "\u2A55",
+    "andd;": "\u2A5C",
+    "andslope;": "\u2A58",
+    "andv;": "\u2A5A",
+    "ang;": "\u2220",
+    "ange;": "\u29A4",
+    "angle;": "\u2220",
+    "angmsd;": "\u2221",
+    "angmsdaa;": "\u29A8",
+    "angmsdab;": "\u29A9",
+    "angmsdac;": "\u29AA",
+    "angmsdad;": "\u29AB",
+    "angmsdae;": "\u29AC",
+    "angmsdaf;": "\u29AD",
+    "angmsdag;": "\u29AE",
+    "angmsdah;": "\u29AF",
+    "angrt;": "\u221F",
+    "angrtvb;": "\u22BE",
+    "angrtvbd;": "\u299D",
+    "angsph;": "\u2222",
+    "angst;": "\u00C5",
+    "angzarr;": "\u237C",
+    "Aogon;": "\u0104",
+    "aogon;": "\u0105",
+    "Aopf;": "\uD835\uDD38",
+    "aopf;": "\uD835\uDD52",
+    "ap;": "\u2248",
+    "apacir;": "\u2A6F",
+    "apE;": "\u2A70",
+    "ape;": "\u224A",
+    "apid;": "\u224B",
+    "apos;": "\u0027",
+    "ApplyFunction;": "\u2061",
+    "approx;": "\u2248",
+    "approxeq;": "\u224A",
+    "Aring;": "\u00C5",
+    "Aring": "\u00C5",
+    "aring;": "\u00E5",
+    "aring": "\u00E5",
+    "Ascr;": "\uD835\uDC9C",
+    "ascr;": "\uD835\uDCB6",
+    "Assign;": "\u2254",
+    "ast;": "\u002A",
+    "asymp;": "\u2248",
+    "asympeq;": "\u224D",
+    "Atilde;": "\u00C3",
+    "Atilde": "\u00C3",
+    "atilde;": "\u00E3",
+    "atilde": "\u00E3",
+    "Auml;": "\u00C4",
+    "Auml": "\u00C4",
+    "auml;": "\u00E4",
+    "auml": "\u00E4",
+    "awconint;": "\u2233",
+    "awint;": "\u2A11",
+    "backcong;": "\u224C",
+    "backepsilon;": "\u03F6",
+    "backprime;": "\u2035",
+    "backsim;": "\u223D",
+    "backsimeq;": "\u22CD",
+    "Backslash;": "\u2216",
+    "Barv;": "\u2AE7",
+    "barvee;": "\u22BD",
+    "Barwed;": "\u2306",
+    "barwed;": "\u2305",
+    "barwedge;": "\u2305",
+    "bbrk;": "\u23B5",
+    "bbrktbrk;": "\u23B6",
+    "bcong;": "\u224C",
+    "Bcy;": "\u0411",
+    "bcy;": "\u0431",
+    "bdquo;": "\u201E",
+    "becaus;": "\u2235",
+    "Because;": "\u2235",
+    "because;": "\u2235",
+    "bemptyv;": "\u29B0",
+    "bepsi;": "\u03F6",
+    "bernou;": "\u212C",
+    "Bernoullis;": "\u212C",
+    "Beta;": "\u0392",
+    "beta;": "\u03B2",
+    "beth;": "\u2136",
+    "between;": "\u226C",
+    "Bfr;": "\uD835\uDD05",
+    "bfr;": "\uD835\uDD1F",
+    "bigcap;": "\u22C2",
+    "bigcirc;": "\u25EF",
+    "bigcup;": "\u22C3",
+    "bigodot;": "\u2A00",
+    "bigoplus;": "\u2A01",
+    "bigotimes;": "\u2A02",
+    "bigsqcup;": "\u2A06",
+    "bigstar;": "\u2605",
+    "bigtriangledown;": "\u25BD",
+    "bigtriangleup;": "\u25B3",
+    "biguplus;": "\u2A04",
+    "bigvee;": "\u22C1",
+    "bigwedge;": "\u22C0",
+    "bkarow;": "\u290D",
+    "blacklozenge;": "\u29EB",
+    "blacksquare;": "\u25AA",
+    "blacktriangle;": "\u25B4",
+    "blacktriangledown;": "\u25BE",
+    "blacktriangleleft;": "\u25C2",
+    "blacktriangleright;": "\u25B8",
+    "blank;": "\u2423",
+    "blk12;": "\u2592",
+    "blk14;": "\u2591",
+    "blk34;": "\u2593",
+    "block;": "\u2588",
+    "bne;": "\u003D\u20E5",
+    "bnequiv;": "\u2261\u20E5",
+    "bNot;": "\u2AED",
+    "bnot;": "\u2310",
+    "Bopf;": "\uD835\uDD39",
+    "bopf;": "\uD835\uDD53",
+    "bot;": "\u22A5",
+    "bottom;": "\u22A5",
+    "bowtie;": "\u22C8",
+    "boxbox;": "\u29C9",
+    "boxDL;": "\u2557",
+    "boxDl;": "\u2556",
+    "boxdL;": "\u2555",
+    "boxdl;": "\u2510",
+    "boxDR;": "\u2554",
+    "boxDr;": "\u2553",
+    "boxdR;": "\u2552",
+    "boxdr;": "\u250C",
+    "boxH;": "\u2550",
+    "boxh;": "\u2500",
+    "boxHD;": "\u2566",
+    "boxHd;": "\u2564",
+    "boxhD;": "\u2565",
+    "boxhd;": "\u252C",
+    "boxHU;": "\u2569",
+    "boxHu;": "\u2567",
+    "boxhU;": "\u2568",
+    "boxhu;": "\u2534",
+    "boxminus;": "\u229F",
+    "boxplus;": "\u229E",
+    "boxtimes;": "\u22A0",
+    "boxUL;": "\u255D",
+    "boxUl;": "\u255C",
+    "boxuL;": "\u255B",
+    "boxul;": "\u2518",
+    "boxUR;": "\u255A",
+    "boxUr;": "\u2559",
+    "boxuR;": "\u2558",
+    "boxur;": "\u2514",
+    "boxV;": "\u2551",
+    "boxv;": "\u2502",
+    "boxVH;": "\u256C",
+    "boxVh;": "\u256B",
+    "boxvH;": "\u256A",
+    "boxvh;": "\u253C",
+    "boxVL;": "\u2563",
+    "boxVl;": "\u2562",
+    "boxvL;": "\u2561",
+    "boxvl;": "\u2524",
+    "boxVR;": "\u2560",
+    "boxVr;": "\u255F",
+    "boxvR;": "\u255E",
+    "boxvr;": "\u251C",
+    "bprime;": "\u2035",
+    "Breve;": "\u02D8",
+    "breve;": "\u02D8",
+    "brvbar;": "\u00A6",
+    "brvbar": "\u00A6",
+    "Bscr;": "\u212C",
+    "bscr;": "\uD835\uDCB7",
+    "bsemi;": "\u204F",
+    "bsim;": "\u223D",
+    "bsime;": "\u22CD",
+    "bsol;": "\u005C",
+    "bsolb;": "\u29C5",
+    "bsolhsub;": "\u27C8",
+    "bull;": "\u2022",
+    "bullet;": "\u2022",
+    "bump;": "\u224E",
+    "bumpE;": "\u2AAE",
+    "bumpe;": "\u224F",
+    "Bumpeq;": "\u224E",
+    "bumpeq;": "\u224F",
+    "Cacute;": "\u0106",
+    "cacute;": "\u0107",
+    "Cap;": "\u22D2",
+    "cap;": "\u2229",
+    "capand;": "\u2A44",
+    "capbrcup;": "\u2A49",
+    "capcap;": "\u2A4B",
+    "capcup;": "\u2A47",
+    "capdot;": "\u2A40",
+    "CapitalDifferentialD;": "\u2145",
+    "caps;": "\u2229\uFE00",
+    "caret;": "\u2041",
+    "caron;": "\u02C7",
+    "Cayleys;": "\u212D",
+    "ccaps;": "\u2A4D",
+    "Ccaron;": "\u010C",
+    "ccaron;": "\u010D",
+    "Ccedil;": "\u00C7",
+    "Ccedil": "\u00C7",
+    "ccedil;": "\u00E7",
+    "ccedil": "\u00E7",
+    "Ccirc;": "\u0108",
+    "ccirc;": "\u0109",
+    "Cconint;": "\u2230",
+    "ccups;": "\u2A4C",
+    "ccupssm;": "\u2A50",
+    "Cdot;": "\u010A",
+    "cdot;": "\u010B",
+    "cedil;": "\u00B8",
+    "cedil": "\u00B8",
+    "Cedilla;": "\u00B8",
+    "cemptyv;": "\u29B2",
+    "cent;": "\u00A2",
+    "cent": "\u00A2",
+    "CenterDot;": "\u00B7",
+    "centerdot;": "\u00B7",
+    "Cfr;": "\u212D",
+    "cfr;": "\uD835\uDD20",
+    "CHcy;": "\u0427",
+    "chcy;": "\u0447",
+    "check;": "\u2713",
+    "checkmark;": "\u2713",
+    "Chi;": "\u03A7",
+    "chi;": "\u03C7",
+    "cir;": "\u25CB",
+    "circ;": "\u02C6",
+    "circeq;": "\u2257",
+    "circlearrowleft;": "\u21BA",
+    "circlearrowright;": "\u21BB",
+    "circledast;": "\u229B",
+    "circledcirc;": "\u229A",
+    "circleddash;": "\u229D",
+    "CircleDot;": "\u2299",
+    "circledR;": "\u00AE",
+    "circledS;": "\u24C8",
+    "CircleMinus;": "\u2296",
+    "CirclePlus;": "\u2295",
+    "CircleTimes;": "\u2297",
+    "cirE;": "\u29C3",
+    "cire;": "\u2257",
+    "cirfnint;": "\u2A10",
+    "cirmid;": "\u2AEF",
+    "cirscir;": "\u29C2",
+    "ClockwiseContourIntegral;": "\u2232",
+    "CloseCurlyDoubleQuote;": "\u201D",
+    "CloseCurlyQuote;": "\u2019",
+    "clubs;": "\u2663",
+    "clubsuit;": "\u2663",
+    "Colon;": "\u2237",
+    "colon;": "\u003A",
+    "Colone;": "\u2A74",
+    "colone;": "\u2254",
+    "coloneq;": "\u2254",
+    "comma;": "\u002C",
+    "commat;": "\u0040",
+    "comp;": "\u2201",
+    "compfn;": "\u2218",
+    "complement;": "\u2201",
+    "complexes;": "\u2102",
+    "cong;": "\u2245",
+    "congdot;": "\u2A6D",
+    "Congruent;": "\u2261",
+    "Conint;": "\u222F",
+    "conint;": "\u222E",
+    "ContourIntegral;": "\u222E",
+    "Copf;": "\u2102",
+    "copf;": "\uD835\uDD54",
+    "coprod;": "\u2210",
+    "Coproduct;": "\u2210",
+    "COPY;": "\u00A9",
+    "COPY": "\u00A9",
+    "copy;": "\u00A9",
+    "copy": "\u00A9",
+    "copysr;": "\u2117",
+    "CounterClockwiseContourIntegral;": "\u2233",
+    "crarr;": "\u21B5",
+    "Cross;": "\u2A2F",
+    "cross;": "\u2717",
+    "Cscr;": "\uD835\uDC9E",
+    "cscr;": "\uD835\uDCB8",
+    "csub;": "\u2ACF",
+    "csube;": "\u2AD1",
+    "csup;": "\u2AD0",
+    "csupe;": "\u2AD2",
+    "ctdot;": "\u22EF",
+    "cudarrl;": "\u2938",
+    "cudarrr;": "\u2935",
+    "cuepr;": "\u22DE",
+    "cuesc;": "\u22DF",
+    "cularr;": "\u21B6",
+    "cularrp;": "\u293D",
+    "Cup;": "\u22D3",
+    "cup;": "\u222A",
+    "cupbrcap;": "\u2A48",
+    "CupCap;": "\u224D",
+    "cupcap;": "\u2A46",
+    "cupcup;": "\u2A4A",
+    "cupdot;": "\u228D",
+    "cupor;": "\u2A45",
+    "cups;": "\u222A\uFE00",
+    "curarr;": "\u21B7",
+    "curarrm;": "\u293C",
+    "curlyeqprec;": "\u22DE",
+    "curlyeqsucc;": "\u22DF",
+    "curlyvee;": "\u22CE",
+    "curlywedge;": "\u22CF",
+    "curren;": "\u00A4",
+    "curren": "\u00A4",
+    "curvearrowleft;": "\u21B6",
+    "curvearrowright;": "\u21B7",
+    "cuvee;": "\u22CE",
+    "cuwed;": "\u22CF",
+    "cwconint;": "\u2232",
+    "cwint;": "\u2231",
+    "cylcty;": "\u232D",
+    "Dagger;": "\u2021",
+    "dagger;": "\u2020",
+    "daleth;": "\u2138",
+    "Darr;": "\u21A1",
+    "dArr;": "\u21D3",
+    "darr;": "\u2193",
+    "dash;": "\u2010",
+    "Dashv;": "\u2AE4",
+    "dashv;": "\u22A3",
+    "dbkarow;": "\u290F",
+    "dblac;": "\u02DD",
+    "Dcaron;": "\u010E",
+    "dcaron;": "\u010F",
+    "Dcy;": "\u0414",
+    "dcy;": "\u0434",
+    "DD;": "\u2145",
+    "dd;": "\u2146",
+    "ddagger;": "\u2021",
+    "ddarr;": "\u21CA",
+    "DDotrahd;": "\u2911",
+    "ddotseq;": "\u2A77",
+    "deg;": "\u00B0",
+    "deg": "\u00B0",
+    "Del;": "\u2207",
+    "Delta;": "\u0394",
+    "delta;": "\u03B4",
+    "demptyv;": "\u29B1",
+    "dfisht;": "\u297F",
+    "Dfr;": "\uD835\uDD07",
+    "dfr;": "\uD835\uDD21",
+    "dHar;": "\u2965",
+    "dharl;": "\u21C3",
+    "dharr;": "\u21C2",
+    "DiacriticalAcute;": "\u00B4",
+    "DiacriticalDot;": "\u02D9",
+    "DiacriticalDoubleAcute;": "\u02DD",
+    "DiacriticalGrave;": "\u0060",
+    "DiacriticalTilde;": "\u02DC",
+    "diam;": "\u22C4",
+    "Diamond;": "\u22C4",
+    "diamond;": "\u22C4",
+    "diamondsuit;": "\u2666",
+    "diams;": "\u2666",
+    "die;": "\u00A8",
+    "DifferentialD;": "\u2146",
+    "digamma;": "\u03DD",
+    "disin;": "\u22F2",
+    "div;": "\u00F7",
+    "divide;": "\u00F7",
+    "divide": "\u00F7",
+    "divideontimes;": "\u22C7",
+    "divonx;": "\u22C7",
+    "DJcy;": "\u0402",
+    "djcy;": "\u0452",
+    "dlcorn;": "\u231E",
+    "dlcrop;": "\u230D",
+    "dollar;": "\u0024",
+    "Dopf;": "\uD835\uDD3B",
+    "dopf;": "\uD835\uDD55",
+    "Dot;": "\u00A8",
+    "dot;": "\u02D9",
+    "DotDot;": "\u20DC",
+    "doteq;": "\u2250",
+    "doteqdot;": "\u2251",
+    "DotEqual;": "\u2250",
+    "dotminus;": "\u2238",
+    "dotplus;": "\u2214",
+    "dotsquare;": "\u22A1",
+    "doublebarwedge;": "\u2306",
+    "DoubleContourIntegral;": "\u222F",
+    "DoubleDot;": "\u00A8",
+    "DoubleDownArrow;": "\u21D3",
+    "DoubleLeftArrow;": "\u21D0",
+    "DoubleLeftRightArrow;": "\u21D4",
+    "DoubleLeftTee;": "\u2AE4",
+    "DoubleLongLeftArrow;": "\u27F8",
+    "DoubleLongLeftRightArrow;": "\u27FA",
+    "DoubleLongRightArrow;": "\u27F9",
+    "DoubleRightArrow;": "\u21D2",
+    "DoubleRightTee;": "\u22A8",
+    "DoubleUpArrow;": "\u21D1",
+    "DoubleUpDownArrow;": "\u21D5",
+    "DoubleVerticalBar;": "\u2225",
+    "DownArrow;": "\u2193",
+    "Downarrow;": "\u21D3",
+    "downarrow;": "\u2193",
+    "DownArrowBar;": "\u2913",
+    "DownArrowUpArrow;": "\u21F5",
+    "DownBreve;": "\u0311",
+    "downdownarrows;": "\u21CA",
+    "downharpoonleft;": "\u21C3",
+    "downharpoonright;": "\u21C2",
+    "DownLeftRightVector;": "\u2950",
+    "DownLeftTeeVector;": "\u295E",
+    "DownLeftVector;": "\u21BD",
+    "DownLeftVectorBar;": "\u2956",
+    "DownRightTeeVector;": "\u295F",
+    "DownRightVector;": "\u21C1",
+    "DownRightVectorBar;": "\u2957",
+    "DownTee;": "\u22A4",
+    "DownTeeArrow;": "\u21A7",
+    "drbkarow;": "\u2910",
+    "drcorn;": "\u231F",
+    "drcrop;": "\u230C",
+    "Dscr;": "\uD835\uDC9F",
+    "dscr;": "\uD835\uDCB9",
+    "DScy;": "\u0405",
+    "dscy;": "\u0455",
+    "dsol;": "\u29F6",
+    "Dstrok;": "\u0110",
+    "dstrok;": "\u0111",
+    "dtdot;": "\u22F1",
+    "dtri;": "\u25BF",
+    "dtrif;": "\u25BE",
+    "duarr;": "\u21F5",
+    "duhar;": "\u296F",
+    "dwangle;": "\u29A6",
+    "DZcy;": "\u040F",
+    "dzcy;": "\u045F",
+    "dzigrarr;": "\u27FF",
+    "Eacute;": "\u00C9",
+    "Eacute": "\u00C9",
+    "eacute;": "\u00E9",
+    "eacute": "\u00E9",
+    "easter;": "\u2A6E",
+    "Ecaron;": "\u011A",
+    "ecaron;": "\u011B",
+    "ecir;": "\u2256",
+    "Ecirc;": "\u00CA",
+    "Ecirc": "\u00CA",
+    "ecirc;": "\u00EA",
+    "ecirc": "\u00EA",
+    "ecolon;": "\u2255",
+    "Ecy;": "\u042D",
+    "ecy;": "\u044D",
+    "eDDot;": "\u2A77",
+    "Edot;": "\u0116",
+    "eDot;": "\u2251",
+    "edot;": "\u0117",
+    "ee;": "\u2147",
+    "efDot;": "\u2252",
+    "Efr;": "\uD835\uDD08",
+    "efr;": "\uD835\uDD22",
+    "eg;": "\u2A9A",
+    "Egrave;": "\u00C8",
+    "Egrave": "\u00C8",
+    "egrave;": "\u00E8",
+    "egrave": "\u00E8",
+    "egs;": "\u2A96",
+    "egsdot;": "\u2A98",
+    "el;": "\u2A99",
+    "Element;": "\u2208",
+    "elinters;": "\u23E7",
+    "ell;": "\u2113",
+    "els;": "\u2A95",
+    "elsdot;": "\u2A97",
+    "Emacr;": "\u0112",
+    "emacr;": "\u0113",
+    "empty;": "\u2205",
+    "emptyset;": "\u2205",
+    "EmptySmallSquare;": "\u25FB",
+    "emptyv;": "\u2205",
+    "EmptyVerySmallSquare;": "\u25AB",
+    "emsp;": "\u2003",
+    "emsp13;": "\u2004",
+    "emsp14;": "\u2005",
+    "ENG;": "\u014A",
+    "eng;": "\u014B",
+    "ensp;": "\u2002",
+    "Eogon;": "\u0118",
+    "eogon;": "\u0119",
+    "Eopf;": "\uD835\uDD3C",
+    "eopf;": "\uD835\uDD56",
+    "epar;": "\u22D5",
+    "eparsl;": "\u29E3",
+    "eplus;": "\u2A71",
+    "epsi;": "\u03B5",
+    "Epsilon;": "\u0395",
+    "epsilon;": "\u03B5",
+    "epsiv;": "\u03F5",
+    "eqcirc;": "\u2256",
+    "eqcolon;": "\u2255",
+    "eqsim;": "\u2242",
+    "eqslantgtr;": "\u2A96",
+    "eqslantless;": "\u2A95",
+    "Equal;": "\u2A75",
+    "equals;": "\u003D",
+    "EqualTilde;": "\u2242",
+    "equest;": "\u225F",
+    "Equilibrium;": "\u21CC",
+    "equiv;": "\u2261",
+    "equivDD;": "\u2A78",
+    "eqvparsl;": "\u29E5",
+    "erarr;": "\u2971",
+    "erDot;": "\u2253",
+    "Escr;": "\u2130",
+    "escr;": "\u212F",
+    "esdot;": "\u2250",
+    "Esim;": "\u2A73",
+    "esim;": "\u2242",
+    "Eta;": "\u0397",
+    "eta;": "\u03B7",
+    "ETH;": "\u00D0",
+    "ETH": "\u00D0",
+    "eth;": "\u00F0",
+    "eth": "\u00F0",
+    "Euml;": "\u00CB",
+    "Euml": "\u00CB",
+    "euml;": "\u00EB",
+    "euml": "\u00EB",
+    "euro;": "\u20AC",
+    "excl;": "\u0021",
+    "exist;": "\u2203",
+    "Exists;": "\u2203",
+    "expectation;": "\u2130",
+    "ExponentialE;": "\u2147",
+    "exponentiale;": "\u2147",
+    "fallingdotseq;": "\u2252",
+    "Fcy;": "\u0424",
+    "fcy;": "\u0444",
+    "female;": "\u2640",
+    "ffilig;": "\uFB03",
+    "fflig;": "\uFB00",
+    "ffllig;": "\uFB04",
+    "Ffr;": "\uD835\uDD09",
+    "ffr;": "\uD835\uDD23",
+    "filig;": "\uFB01",
+    "FilledSmallSquare;": "\u25FC",
+    "FilledVerySmallSquare;": "\u25AA",
+    "fjlig;": "\u0066\u006A",
+    "flat;": "\u266D",
+    "fllig;": "\uFB02",
+    "fltns;": "\u25B1",
+    "fnof;": "\u0192",
+    "Fopf;": "\uD835\uDD3D",
+    "fopf;": "\uD835\uDD57",
+    "ForAll;": "\u2200",
+    "forall;": "\u2200",
+    "fork;": "\u22D4",
+    "forkv;": "\u2AD9",
+    "Fouriertrf;": "\u2131",
+    "fpartint;": "\u2A0D",
+    "frac12;": "\u00BD",
+    "frac12": "\u00BD",
+    "frac13;": "\u2153",
+    "frac14;": "\u00BC",
+    "frac14": "\u00BC",
+    "frac15;": "\u2155",
+    "frac16;": "\u2159",
+    "frac18;": "\u215B",
+    "frac23;": "\u2154",
+    "frac25;": "\u2156",
+    "frac34;": "\u00BE",
+    "frac34": "\u00BE",
+    "frac35;": "\u2157",
+    "frac38;": "\u215C",
+    "frac45;": "\u2158",
+    "frac56;": "\u215A",
+    "frac58;": "\u215D",
+    "frac78;": "\u215E",
+    "frasl;": "\u2044",
+    "frown;": "\u2322",
+    "Fscr;": "\u2131",
+    "fscr;": "\uD835\uDCBB",
+    "gacute;": "\u01F5",
+    "Gamma;": "\u0393",
+    "gamma;": "\u03B3",
+    "Gammad;": "\u03DC",
+    "gammad;": "\u03DD",
+    "gap;": "\u2A86",
+    "Gbreve;": "\u011E",
+    "gbreve;": "\u011F",
+    "Gcedil;": "\u0122",
+    "Gcirc;": "\u011C",
+    "gcirc;": "\u011D",
+    "Gcy;": "\u0413",
+    "gcy;": "\u0433",
+    "Gdot;": "\u0120",
+    "gdot;": "\u0121",
+    "gE;": "\u2267",
+    "ge;": "\u2265",
+    "gEl;": "\u2A8C",
+    "gel;": "\u22DB",
+    "geq;": "\u2265",
+    "geqq;": "\u2267",
+    "geqslant;": "\u2A7E",
+    "ges;": "\u2A7E",
+    "gescc;": "\u2AA9",
+    "gesdot;": "\u2A80",
+    "gesdoto;": "\u2A82",
+    "gesdotol;": "\u2A84",
+    "gesl;": "\u22DB\uFE00",
+    "gesles;": "\u2A94",
+    "Gfr;": "\uD835\uDD0A",
+    "gfr;": "\uD835\uDD24",
+    "Gg;": "\u22D9",
+    "gg;": "\u226B",
+    "ggg;": "\u22D9",
+    "gimel;": "\u2137",
+    "GJcy;": "\u0403",
+    "gjcy;": "\u0453",
+    "gl;": "\u2277",
+    "gla;": "\u2AA5",
+    "glE;": "\u2A92",
+    "glj;": "\u2AA4",
+    "gnap;": "\u2A8A",
+    "gnapprox;": "\u2A8A",
+    "gnE;": "\u2269",
+    "gne;": "\u2A88",
+    "gneq;": "\u2A88",
+    "gneqq;": "\u2269",
+    "gnsim;": "\u22E7",
+    "Gopf;": "\uD835\uDD3E",
+    "gopf;": "\uD835\uDD58",
+    "grave;": "\u0060",
+    "GreaterEqual;": "\u2265",
+    "GreaterEqualLess;": "\u22DB",
+    "GreaterFullEqual;": "\u2267",
+    "GreaterGreater;": "\u2AA2",
+    "GreaterLess;": "\u2277",
+    "GreaterSlantEqual;": "\u2A7E",
+    "GreaterTilde;": "\u2273",
+    "Gscr;": "\uD835\uDCA2",
+    "gscr;": "\u210A",
+    "gsim;": "\u2273",
+    "gsime;": "\u2A8E",
+    "gsiml;": "\u2A90",
+    "GT;": "\u003E",
+    "GT": "\u003E",
+    "Gt;": "\u226B",
+    "gt;": "\u003E",
+    "gt": "\u003E",
+    "gtcc;": "\u2AA7",
+    "gtcir;": "\u2A7A",
+    "gtdot;": "\u22D7",
+    "gtlPar;": "\u2995",
+    "gtquest;": "\u2A7C",
+    "gtrapprox;": "\u2A86",
+    "gtrarr;": "\u2978",
+    "gtrdot;": "\u22D7",
+    "gtreqless;": "\u22DB",
+    "gtreqqless;": "\u2A8C",
+    "gtrless;": "\u2277",
+    "gtrsim;": "\u2273",
+    "gvertneqq;": "\u2269\uFE00",
+    "gvnE;": "\u2269\uFE00",
+    "Hacek;": "\u02C7",
+    "hairsp;": "\u200A",
+    "half;": "\u00BD",
+    "hamilt;": "\u210B",
+    "HARDcy;": "\u042A",
+    "hardcy;": "\u044A",
+    "hArr;": "\u21D4",
+    "harr;": "\u2194",
+    "harrcir;": "\u2948",
+    "harrw;": "\u21AD",
+    "Hat;": "\u005E",
+    "hbar;": "\u210F",
+    "Hcirc;": "\u0124",
+    "hcirc;": "\u0125",
+    "hearts;": "\u2665",
+    "heartsuit;": "\u2665",
+    "hellip;": "\u2026",
+    "hercon;": "\u22B9",
+    "Hfr;": "\u210C",
+    "hfr;": "\uD835\uDD25",
+    "HilbertSpace;": "\u210B",
+    "hksearow;": "\u2925",
+    "hkswarow;": "\u2926",
+    "hoarr;": "\u21FF",
+    "homtht;": "\u223B",
+    "hookleftarrow;": "\u21A9",
+    "hookrightarrow;": "\u21AA",
+    "Hopf;": "\u210D",
+    "hopf;": "\uD835\uDD59",
+    "horbar;": "\u2015",
+    "HorizontalLine;": "\u2500",
+    "Hscr;": "\u210B",
+    "hscr;": "\uD835\uDCBD",
+    "hslash;": "\u210F",
+    "Hstrok;": "\u0126",
+    "hstrok;": "\u0127",
+    "HumpDownHump;": "\u224E",
+    "HumpEqual;": "\u224F",
+    "hybull;": "\u2043",
+    "hyphen;": "\u2010",
+    "Iacute;": "\u00CD",
+    "Iacute": "\u00CD",
+    "iacute;": "\u00ED",
+    "iacute": "\u00ED",
+    "ic;": "\u2063",
+    "Icirc;": "\u00CE",
+    "Icirc": "\u00CE",
+    "icirc;": "\u00EE",
+    "icirc": "\u00EE",
+    "Icy;": "\u0418",
+    "icy;": "\u0438",
+    "Idot;": "\u0130",
+    "IEcy;": "\u0415",
+    "iecy;": "\u0435",
+    "iexcl;": "\u00A1",
+    "iexcl": "\u00A1",
+    "iff;": "\u21D4",
+    "Ifr;": "\u2111",
+    "ifr;": "\uD835\uDD26",
+    "Igrave;": "\u00CC",
+    "Igrave": "\u00CC",
+    "igrave;": "\u00EC",
+    "igrave": "\u00EC",
+    "ii;": "\u2148",
+    "iiiint;": "\u2A0C",
+    "iiint;": "\u222D",
+    "iinfin;": "\u29DC",
+    "iiota;": "\u2129",
+    "IJlig;": "\u0132",
+    "ijlig;": "\u0133",
+    "Im;": "\u2111",
+    "Imacr;": "\u012A",
+    "imacr;": "\u012B",
+    "image;": "\u2111",
+    "ImaginaryI;": "\u2148",
+    "imagline;": "\u2110",
+    "imagpart;": "\u2111",
+    "imath;": "\u0131",
+    "imof;": "\u22B7",
+    "imped;": "\u01B5",
+    "Implies;": "\u21D2",
+    "in;": "\u2208",
+    "incare;": "\u2105",
+    "infin;": "\u221E",
+    "infintie;": "\u29DD",
+    "inodot;": "\u0131",
+    "Int;": "\u222C",
+    "int;": "\u222B",
+    "intcal;": "\u22BA",
+    "integers;": "\u2124",
+    "Integral;": "\u222B",
+    "intercal;": "\u22BA",
+    "Intersection;": "\u22C2",
+    "intlarhk;": "\u2A17",
+    "intprod;": "\u2A3C",
+    "InvisibleComma;": "\u2063",
+    "InvisibleTimes;": "\u2062",
+    "IOcy;": "\u0401",
+    "iocy;": "\u0451",
+    "Iogon;": "\u012E",
+    "iogon;": "\u012F",
+    "Iopf;": "\uD835\uDD40",
+    "iopf;": "\uD835\uDD5A",
+    "Iota;": "\u0399",
+    "iota;": "\u03B9",
+    "iprod;": "\u2A3C",
+    "iquest;": "\u00BF",
+    "iquest": "\u00BF",
+    "Iscr;": "\u2110",
+    "iscr;": "\uD835\uDCBE",
+    "isin;": "\u2208",
+    "isindot;": "\u22F5",
+    "isinE;": "\u22F9",
+    "isins;": "\u22F4",
+    "isinsv;": "\u22F3",
+    "isinv;": "\u2208",
+    "it;": "\u2062",
+    "Itilde;": "\u0128",
+    "itilde;": "\u0129",
+    "Iukcy;": "\u0406",
+    "iukcy;": "\u0456",
+    "Iuml;": "\u00CF",
+    "Iuml": "\u00CF",
+    "iuml;": "\u00EF",
+    "iuml": "\u00EF",
+    "Jcirc;": "\u0134",
+    "jcirc;": "\u0135",
+    "Jcy;": "\u0419",
+    "jcy;": "\u0439",
+    "Jfr;": "\uD835\uDD0D",
+    "jfr;": "\uD835\uDD27",
+    "jmath;": "\u0237",
+    "Jopf;": "\uD835\uDD41",
+    "jopf;": "\uD835\uDD5B",
+    "Jscr;": "\uD835\uDCA5",
+    "jscr;": "\uD835\uDCBF",
+    "Jsercy;": "\u0408",
+    "jsercy;": "\u0458",
+    "Jukcy;": "\u0404",
+    "jukcy;": "\u0454",
+    "Kappa;": "\u039A",
+    "kappa;": "\u03BA",
+    "kappav;": "\u03F0",
+    "Kcedil;": "\u0136",
+    "kcedil;": "\u0137",
+    "Kcy;": "\u041A",
+    "kcy;": "\u043A",
+    "Kfr;": "\uD835\uDD0E",
+    "kfr;": "\uD835\uDD28",
+    "kgreen;": "\u0138",
+    "KHcy;": "\u0425",
+    "khcy;": "\u0445",
+    "KJcy;": "\u040C",
+    "kjcy;": "\u045C",
+    "Kopf;": "\uD835\uDD42",
+    "kopf;": "\uD835\uDD5C",
+    "Kscr;": "\uD835\uDCA6",
+    "kscr;": "\uD835\uDCC0",
+    "lAarr;": "\u21DA",
+    "Lacute;": "\u0139",
+    "lacute;": "\u013A",
+    "laemptyv;": "\u29B4",
+    "lagran;": "\u2112",
+    "Lambda;": "\u039B",
+    "lambda;": "\u03BB",
+    "Lang;": "\u27EA",
+    "lang;": "\u27E8",
+    "langd;": "\u2991",
+    "langle;": "\u27E8",
+    "lap;": "\u2A85",
+    "Laplacetrf;": "\u2112",
+    "laquo;": "\u00AB",
+    "laquo": "\u00AB",
+    "Larr;": "\u219E",
+    "lArr;": "\u21D0",
+    "larr;": "\u2190",
+    "larrb;": "\u21E4",
+    "larrbfs;": "\u291F",
+    "larrfs;": "\u291D",
+    "larrhk;": "\u21A9",
+    "larrlp;": "\u21AB",
+    "larrpl;": "\u2939",
+    "larrsim;": "\u2973",
+    "larrtl;": "\u21A2",
+    "lat;": "\u2AAB",
+    "lAtail;": "\u291B",
+    "latail;": "\u2919",
+    "late;": "\u2AAD",
+    "lates;": "\u2AAD\uFE00",
+    "lBarr;": "\u290E",
+    "lbarr;": "\u290C",
+    "lbbrk;": "\u2772",
+    "lbrace;": "\u007B",
+    "lbrack;": "\u005B",
+    "lbrke;": "\u298B",
+    "lbrksld;": "\u298F",
+    "lbrkslu;": "\u298D",
+    "Lcaron;": "\u013D",
+    "lcaron;": "\u013E",
+    "Lcedil;": "\u013B",
+    "lcedil;": "\u013C",
+    "lceil;": "\u2308",
+    "lcub;": "\u007B",
+    "Lcy;": "\u041B",
+    "lcy;": "\u043B",
+    "ldca;": "\u2936",
+    "ldquo;": "\u201C",
+    "ldquor;": "\u201E",
+    "ldrdhar;": "\u2967",
+    "ldrushar;": "\u294B",
+    "ldsh;": "\u21B2",
+    "lE;": "\u2266",
+    "le;": "\u2264",
+    "LeftAngleBracket;": "\u27E8",
+    "LeftArrow;": "\u2190",
+    "Leftarrow;": "\u21D0",
+    "leftarrow;": "\u2190",
+    "LeftArrowBar;": "\u21E4",
+    "LeftArrowRightArrow;": "\u21C6",
+    "leftarrowtail;": "\u21A2",
+    "LeftCeiling;": "\u2308",
+    "LeftDoubleBracket;": "\u27E6",
+    "LeftDownTeeVector;": "\u2961",
+    "LeftDownVector;": "\u21C3",
+    "LeftDownVectorBar;": "\u2959",
+    "LeftFloor;": "\u230A",
+    "leftharpoondown;": "\u21BD",
+    "leftharpoonup;": "\u21BC",
+    "leftleftarrows;": "\u21C7",
+    "LeftRightArrow;": "\u2194",
+    "Leftrightarrow;": "\u21D4",
+    "leftrightarrow;": "\u2194",
+    "leftrightarrows;": "\u21C6",
+    "leftrightharpoons;": "\u21CB",
+    "leftrightsquigarrow;": "\u21AD",
+    "LeftRightVector;": "\u294E",
+    "LeftTee;": "\u22A3",
+    "LeftTeeArrow;": "\u21A4",
+    "LeftTeeVector;": "\u295A",
+    "leftthreetimes;": "\u22CB",
+    "LeftTriangle;": "\u22B2",
+    "LeftTriangleBar;": "\u29CF",
+    "LeftTriangleEqual;": "\u22B4",
+    "LeftUpDownVector;": "\u2951",
+    "LeftUpTeeVector;": "\u2960",
+    "LeftUpVector;": "\u21BF",
+    "LeftUpVectorBar;": "\u2958",
+    "LeftVector;": "\u21BC",
+    "LeftVectorBar;": "\u2952",
+    "lEg;": "\u2A8B",
+    "leg;": "\u22DA",
+    "leq;": "\u2264",
+    "leqq;": "\u2266",
+    "leqslant;": "\u2A7D",
+    "les;": "\u2A7D",
+    "lescc;": "\u2AA8",
+    "lesdot;": "\u2A7F",
+    "lesdoto;": "\u2A81",
+    "lesdotor;": "\u2A83",
+    "lesg;": "\u22DA\uFE00",
+    "lesges;": "\u2A93",
+    "lessapprox;": "\u2A85",
+    "lessdot;": "\u22D6",
+    "lesseqgtr;": "\u22DA",
+    "lesseqqgtr;": "\u2A8B",
+    "LessEqualGreater;": "\u22DA",
+    "LessFullEqual;": "\u2266",
+    "LessGreater;": "\u2276",
+    "lessgtr;": "\u2276",
+    "LessLess;": "\u2AA1",
+    "lesssim;": "\u2272",
+    "LessSlantEqual;": "\u2A7D",
+    "LessTilde;": "\u2272",
+    "lfisht;": "\u297C",
+    "lfloor;": "\u230A",
+    "Lfr;": "\uD835\uDD0F",
+    "lfr;": "\uD835\uDD29",
+    "lg;": "\u2276",
+    "lgE;": "\u2A91",
+    "lHar;": "\u2962",
+    "lhard;": "\u21BD",
+    "lharu;": "\u21BC",
+    "lharul;": "\u296A",
+    "lhblk;": "\u2584",
+    "LJcy;": "\u0409",
+    "ljcy;": "\u0459",
+    "Ll;": "\u22D8",
+    "ll;": "\u226A",
+    "llarr;": "\u21C7",
+    "llcorner;": "\u231E",
+    "Lleftarrow;": "\u21DA",
+    "llhard;": "\u296B",
+    "lltri;": "\u25FA",
+    "Lmidot;": "\u013F",
+    "lmidot;": "\u0140",
+    "lmoust;": "\u23B0",
+    "lmoustache;": "\u23B0",
+    "lnap;": "\u2A89",
+    "lnapprox;": "\u2A89",
+    "lnE;": "\u2268",
+    "lne;": "\u2A87",
+    "lneq;": "\u2A87",
+    "lneqq;": "\u2268",
+    "lnsim;": "\u22E6",
+    "loang;": "\u27EC",
+    "loarr;": "\u21FD",
+    "lobrk;": "\u27E6",
+    "LongLeftArrow;": "\u27F5",
+    "Longleftarrow;": "\u27F8",
+    "longleftarrow;": "\u27F5",
+    "LongLeftRightArrow;": "\u27F7",
+    "Longleftrightarrow;": "\u27FA",
+    "longleftrightarrow;": "\u27F7",
+    "longmapsto;": "\u27FC",
+    "LongRightArrow;": "\u27F6",
+    "Longrightarrow;": "\u27F9",
+    "longrightarrow;": "\u27F6",
+    "looparrowleft;": "\u21AB",
+    "looparrowright;": "\u21AC",
+    "lopar;": "\u2985",
+    "Lopf;": "\uD835\uDD43",
+    "lopf;": "\uD835\uDD5D",
+    "loplus;": "\u2A2D",
+    "lotimes;": "\u2A34",
+    "lowast;": "\u2217",
+    "lowbar;": "\u005F",
+    "LowerLeftArrow;": "\u2199",
+    "LowerRightArrow;": "\u2198",
+    "loz;": "\u25CA",
+    "lozenge;": "\u25CA",
+    "lozf;": "\u29EB",
+    "lpar;": "\u0028",
+    "lparlt;": "\u2993",
+    "lrarr;": "\u21C6",
+    "lrcorner;": "\u231F",
+    "lrhar;": "\u21CB",
+    "lrhard;": "\u296D",
+    "lrm;": "\u200E",
+    "lrtri;": "\u22BF",
+    "lsaquo;": "\u2039",
+    "Lscr;": "\u2112",
+    "lscr;": "\uD835\uDCC1",
+    "Lsh;": "\u21B0",
+    "lsh;": "\u21B0",
+    "lsim;": "\u2272",
+    "lsime;": "\u2A8D",
+    "lsimg;": "\u2A8F",
+    "lsqb;": "\u005B",
+    "lsquo;": "\u2018",
+    "lsquor;": "\u201A",
+    "Lstrok;": "\u0141",
+    "lstrok;": "\u0142",
+    "LT;": "\u003C",
+    "LT": "\u003C",
+    "Lt;": "\u226A",
+    "lt;": "\u003C",
+    "lt": "\u003C",
+    "ltcc;": "\u2AA6",
+    "ltcir;": "\u2A79",
+    "ltdot;": "\u22D6",
+    "lthree;": "\u22CB",
+    "ltimes;": "\u22C9",
+    "ltlarr;": "\u2976",
+    "ltquest;": "\u2A7B",
+    "ltri;": "\u25C3",
+    "ltrie;": "\u22B4",
+    "ltrif;": "\u25C2",
+    "ltrPar;": "\u2996",
+    "lurdshar;": "\u294A",
+    "luruhar;": "\u2966",
+    "lvertneqq;": "\u2268\uFE00",
+    "lvnE;": "\u2268\uFE00",
+    "macr;": "\u00AF",
+    "macr": "\u00AF",
+    "male;": "\u2642",
+    "malt;": "\u2720",
+    "maltese;": "\u2720",
+    "Map;": "\u2905",
+    "map;": "\u21A6",
+    "mapsto;": "\u21A6",
+    "mapstodown;": "\u21A7",
+    "mapstoleft;": "\u21A4",
+    "mapstoup;": "\u21A5",
+    "marker;": "\u25AE",
+    "mcomma;": "\u2A29",
+    "Mcy;": "\u041C",
+    "mcy;": "\u043C",
+    "mdash;": "\u2014",
+    "mDDot;": "\u223A",
+    "measuredangle;": "\u2221",
+    "MediumSpace;": "\u205F",
+    "Mellintrf;": "\u2133",
+    "Mfr;": "\uD835\uDD10",
+    "mfr;": "\uD835\uDD2A",
+    "mho;": "\u2127",
+    "micro;": "\u00B5",
+    "micro": "\u00B5",
+    "mid;": "\u2223",
+    "midast;": "\u002A",
+    "midcir;": "\u2AF0",
+    "middot;": "\u00B7",
+    "middot": "\u00B7",
+    "minus;": "\u2212",
+    "minusb;": "\u229F",
+    "minusd;": "\u2238",
+    "minusdu;": "\u2A2A",
+    "MinusPlus;": "\u2213",
+    "mlcp;": "\u2ADB",
+    "mldr;": "\u2026",
+    "mnplus;": "\u2213",
+    "models;": "\u22A7",
+    "Mopf;": "\uD835\uDD44",
+    "mopf;": "\uD835\uDD5E",
+    "mp;": "\u2213",
+    "Mscr;": "\u2133",
+    "mscr;": "\uD835\uDCC2",
+    "mstpos;": "\u223E",
+    "Mu;": "\u039C",
+    "mu;": "\u03BC",
+    "multimap;": "\u22B8",
+    "mumap;": "\u22B8",
+    "nabla;": "\u2207",
+    "Nacute;": "\u0143",
+    "nacute;": "\u0144",
+    "nang;": "\u2220\u20D2",
+    "nap;": "\u2249",
+    "napE;": "\u2A70\u0338",
+    "napid;": "\u224B\u0338",
+    "napos;": "\u0149",
+    "napprox;": "\u2249",
+    "natur;": "\u266E",
+    "natural;": "\u266E",
+    "naturals;": "\u2115",
+    "nbsp;": "\u00A0",
+    "nbsp": "\u00A0",
+    "nbump;": "\u224E\u0338",
+    "nbumpe;": "\u224F\u0338",
+    "ncap;": "\u2A43",
+    "Ncaron;": "\u0147",
+    "ncaron;": "\u0148",
+    "Ncedil;": "\u0145",
+    "ncedil;": "\u0146",
+    "ncong;": "\u2247",
+    "ncongdot;": "\u2A6D\u0338",
+    "ncup;": "\u2A42",
+    "Ncy;": "\u041D",
+    "ncy;": "\u043D",
+    "ndash;": "\u2013",
+    "ne;": "\u2260",
+    "nearhk;": "\u2924",
+    "neArr;": "\u21D7",
+    "nearr;": "\u2197",
+    "nearrow;": "\u2197",
+    "nedot;": "\u2250\u0338",
+    "NegativeMediumSpace;": "\u200B",
+    "NegativeThickSpace;": "\u200B",
+    "NegativeThinSpace;": "\u200B",
+    "NegativeVeryThinSpace;": "\u200B",
+    "nequiv;": "\u2262",
+    "nesear;": "\u2928",
+    "nesim;": "\u2242\u0338",
+    "NestedGreaterGreater;": "\u226B",
+    "NestedLessLess;": "\u226A",
+    "NewLine;": "\u000A",
+    "nexist;": "\u2204",
+    "nexists;": "\u2204",
+    "Nfr;": "\uD835\uDD11",
+    "nfr;": "\uD835\uDD2B",
+    "ngE;": "\u2267\u0338",
+    "nge;": "\u2271",
+    "ngeq;": "\u2271",
+    "ngeqq;": "\u2267\u0338",
+    "ngeqslant;": "\u2A7E\u0338",
+    "nges;": "\u2A7E\u0338",
+    "nGg;": "\u22D9\u0338",
+    "ngsim;": "\u2275",
+    "nGt;": "\u226B\u20D2",
+    "ngt;": "\u226F",
+    "ngtr;": "\u226F",
+    "nGtv;": "\u226B\u0338",
+    "nhArr;": "\u21CE",
+    "nharr;": "\u21AE",
+    "nhpar;": "\u2AF2",
+    "ni;": "\u220B",
+    "nis;": "\u22FC",
+    "nisd;": "\u22FA",
+    "niv;": "\u220B",
+    "NJcy;": "\u040A",
+    "njcy;": "\u045A",
+    "nlArr;": "\u21CD",
+    "nlarr;": "\u219A",
+    "nldr;": "\u2025",
+    "nlE;": "\u2266\u0338",
+    "nle;": "\u2270",
+    "nLeftarrow;": "\u21CD",
+    "nleftarrow;": "\u219A",
+    "nLeftrightarrow;": "\u21CE",
+    "nleftrightarrow;": "\u21AE",
+    "nleq;": "\u2270",
+    "nleqq;": "\u2266\u0338",
+    "nleqslant;": "\u2A7D\u0338",
+    "nles;": "\u2A7D\u0338",
+    "nless;": "\u226E",
+    "nLl;": "\u22D8\u0338",
+    "nlsim;": "\u2274",
+    "nLt;": "\u226A\u20D2",
+    "nlt;": "\u226E",
+    "nltri;": "\u22EA",
+    "nltrie;": "\u22EC",
+    "nLtv;": "\u226A\u0338",
+    "nmid;": "\u2224",
+    "NoBreak;": "\u2060",
+    "NonBreakingSpace;": "\u00A0",
+    "Nopf;": "\u2115",
+    "nopf;": "\uD835\uDD5F",
+    "Not;": "\u2AEC",
+    "not;": "\u00AC",
+    "not": "\u00AC",
+    "NotCongruent;": "\u2262",
+    "NotCupCap;": "\u226D",
+    "NotDoubleVerticalBar;": "\u2226",
+    "NotElement;": "\u2209",
+    "NotEqual;": "\u2260",
+    "NotEqualTilde;": "\u2242\u0338",
+    "NotExists;": "\u2204",
+    "NotGreater;": "\u226F",
+    "NotGreaterEqual;": "\u2271",
+    "NotGreaterFullEqual;": "\u2267\u0338",
+    "NotGreaterGreater;": "\u226B\u0338",
+    "NotGreaterLess;": "\u2279",
+    "NotGreaterSlantEqual;": "\u2A7E\u0338",
+    "NotGreaterTilde;": "\u2275",
+    "NotHumpDownHump;": "\u224E\u0338",
+    "NotHumpEqual;": "\u224F\u0338",
+    "notin;": "\u2209",
+    "notindot;": "\u22F5\u0338",
+    "notinE;": "\u22F9\u0338",
+    "notinva;": "\u2209",
+    "notinvb;": "\u22F7",
+    "notinvc;": "\u22F6",
+    "NotLeftTriangle;": "\u22EA",
+    "NotLeftTriangleBar;": "\u29CF\u0338",
+    "NotLeftTriangleEqual;": "\u22EC",
+    "NotLess;": "\u226E",
+    "NotLessEqual;": "\u2270",
+    "NotLessGreater;": "\u2278",
+    "NotLessLess;": "\u226A\u0338",
+    "NotLessSlantEqual;": "\u2A7D\u0338",
+    "NotLessTilde;": "\u2274",
+    "NotNestedGreaterGreater;": "\u2AA2\u0338",
+    "NotNestedLessLess;": "\u2AA1\u0338",
+    "notni;": "\u220C",
+    "notniva;": "\u220C",
+    "notnivb;": "\u22FE",
+    "notnivc;": "\u22FD",
+    "NotPrecedes;": "\u2280",
+    "NotPrecedesEqual;": "\u2AAF\u0338",
+    "NotPrecedesSlantEqual;": "\u22E0",
+    "NotReverseElement;": "\u220C",
+    "NotRightTriangle;": "\u22EB",
+    "NotRightTriangleBar;": "\u29D0\u0338",
+    "NotRightTriangleEqual;": "\u22ED",
+    "NotSquareSubset;": "\u228F\u0338",
+    "NotSquareSubsetEqual;": "\u22E2",
+    "NotSquareSuperset;": "\u2290\u0338",
+    "NotSquareSupersetEqual;": "\u22E3",
+    "NotSubset;": "\u2282\u20D2",
+    "NotSubsetEqual;": "\u2288",
+    "NotSucceeds;": "\u2281",
+    "NotSucceedsEqual;": "\u2AB0\u0338",
+    "NotSucceedsSlantEqual;": "\u22E1",
+    "NotSucceedsTilde;": "\u227F\u0338",
+    "NotSuperset;": "\u2283\u20D2",
+    "NotSupersetEqual;": "\u2289",
+    "NotTilde;": "\u2241",
+    "NotTildeEqual;": "\u2244",
+    "NotTildeFullEqual;": "\u2247",
+    "NotTildeTilde;": "\u2249",
+    "NotVerticalBar;": "\u2224",
+    "npar;": "\u2226",
+    "nparallel;": "\u2226",
+    "nparsl;": "\u2AFD\u20E5",
+    "npart;": "\u2202\u0338",
+    "npolint;": "\u2A14",
+    "npr;": "\u2280",
+    "nprcue;": "\u22E0",
+    "npre;": "\u2AAF\u0338",
+    "nprec;": "\u2280",
+    "npreceq;": "\u2AAF\u0338",
+    "nrArr;": "\u21CF",
+    "nrarr;": "\u219B",
+    "nrarrc;": "\u2933\u0338",
+    "nrarrw;": "\u219D\u0338",
+    "nRightarrow;": "\u21CF",
+    "nrightarrow;": "\u219B",
+    "nrtri;": "\u22EB",
+    "nrtrie;": "\u22ED",
+    "nsc;": "\u2281",
+    "nsccue;": "\u22E1",
+    "nsce;": "\u2AB0\u0338",
+    "Nscr;": "\uD835\uDCA9",
+    "nscr;": "\uD835\uDCC3",
+    "nshortmid;": "\u2224",
+    "nshortparallel;": "\u2226",
+    "nsim;": "\u2241",
+    "nsime;": "\u2244",
+    "nsimeq;": "\u2244",
+    "nsmid;": "\u2224",
+    "nspar;": "\u2226",
+    "nsqsube;": "\u22E2",
+    "nsqsupe;": "\u22E3",
+    "nsub;": "\u2284",
+    "nsubE;": "\u2AC5\u0338",
+    "nsube;": "\u2288",
+    "nsubset;": "\u2282\u20D2",
+    "nsubseteq;": "\u2288",
+    "nsubseteqq;": "\u2AC5\u0338",
+    "nsucc;": "\u2281",
+    "nsucceq;": "\u2AB0\u0338",
+    "nsup;": "\u2285",
+    "nsupE;": "\u2AC6\u0338",
+    "nsupe;": "\u2289",
+    "nsupset;": "\u2283\u20D2",
+    "nsupseteq;": "\u2289",
+    "nsupseteqq;": "\u2AC6\u0338",
+    "ntgl;": "\u2279",
+    "Ntilde;": "\u00D1",
+    "Ntilde": "\u00D1",
+    "ntilde;": "\u00F1",
+    "ntilde": "\u00F1",
+    "ntlg;": "\u2278",
+    "ntriangleleft;": "\u22EA",
+    "ntrianglelefteq;": "\u22EC",
+    "ntriangleright;": "\u22EB",
+    "ntrianglerighteq;": "\u22ED",
+    "Nu;": "\u039D",
+    "nu;": "\u03BD",
+    "num;": "\u0023",
+    "numero;": "\u2116",
+    "numsp;": "\u2007",
+    "nvap;": "\u224D\u20D2",
+    "nVDash;": "\u22AF",
+    "nVdash;": "\u22AE",
+    "nvDash;": "\u22AD",
+    "nvdash;": "\u22AC",
+    "nvge;": "\u2265\u20D2",
+    "nvgt;": "\u003E\u20D2",
+    "nvHarr;": "\u2904",
+    "nvinfin;": "\u29DE",
+    "nvlArr;": "\u2902",
+    "nvle;": "\u2264\u20D2",
+    "nvlt;": "\u003C\u20D2",
+    "nvltrie;": "\u22B4\u20D2",
+    "nvrArr;": "\u2903",
+    "nvrtrie;": "\u22B5\u20D2",
+    "nvsim;": "\u223C\u20D2",
+    "nwarhk;": "\u2923",
+    "nwArr;": "\u21D6",
+    "nwarr;": "\u2196",
+    "nwarrow;": "\u2196",
+    "nwnear;": "\u2927",
+    "Oacute;": "\u00D3",
+    "Oacute": "\u00D3",
+    "oacute;": "\u00F3",
+    "oacute": "\u00F3",
+    "oast;": "\u229B",
+    "ocir;": "\u229A",
+    "Ocirc;": "\u00D4",
+    "Ocirc": "\u00D4",
+    "ocirc;": "\u00F4",
+    "ocirc": "\u00F4",
+    "Ocy;": "\u041E",
+    "ocy;": "\u043E",
+    "odash;": "\u229D",
+    "Odblac;": "\u0150",
+    "odblac;": "\u0151",
+    "odiv;": "\u2A38",
+    "odot;": "\u2299",
+    "odsold;": "\u29BC",
+    "OElig;": "\u0152",
+    "oelig;": "\u0153",
+    "ofcir;": "\u29BF",
+    "Ofr;": "\uD835\uDD12",
+    "ofr;": "\uD835\uDD2C",
+    "ogon;": "\u02DB",
+    "Ograve;": "\u00D2",
+    "Ograve": "\u00D2",
+    "ograve;": "\u00F2",
+    "ograve": "\u00F2",
+    "ogt;": "\u29C1",
+    "ohbar;": "\u29B5",
+    "ohm;": "\u03A9",
+    "oint;": "\u222E",
+    "olarr;": "\u21BA",
+    "olcir;": "\u29BE",
+    "olcross;": "\u29BB",
+    "oline;": "\u203E",
+    "olt;": "\u29C0",
+    "Omacr;": "\u014C",
+    "omacr;": "\u014D",
+    "Omega;": "\u03A9",
+    "omega;": "\u03C9",
+    "Omicron;": "\u039F",
+    "omicron;": "\u03BF",
+    "omid;": "\u29B6",
+    "ominus;": "\u2296",
+    "Oopf;": "\uD835\uDD46",
+    "oopf;": "\uD835\uDD60",
+    "opar;": "\u29B7",
+    "OpenCurlyDoubleQuote;": "\u201C",
+    "OpenCurlyQuote;": "\u2018",
+    "operp;": "\u29B9",
+    "oplus;": "\u2295",
+    "Or;": "\u2A54",
+    "or;": "\u2228",
+    "orarr;": "\u21BB",
+    "ord;": "\u2A5D",
+    "order;": "\u2134",
+    "orderof;": "\u2134",
+    "ordf;": "\u00AA",
+    "ordf": "\u00AA",
+    "ordm;": "\u00BA",
+    "ordm": "\u00BA",
+    "origof;": "\u22B6",
+    "oror;": "\u2A56",
+    "orslope;": "\u2A57",
+    "orv;": "\u2A5B",
+    "oS;": "\u24C8",
+    "Oscr;": "\uD835\uDCAA",
+    "oscr;": "\u2134",
+    "Oslash;": "\u00D8",
+    "Oslash": "\u00D8",
+    "oslash;": "\u00F8",
+    "oslash": "\u00F8",
+    "osol;": "\u2298",
+    "Otilde;": "\u00D5",
+    "Otilde": "\u00D5",
+    "otilde;": "\u00F5",
+    "otilde": "\u00F5",
+    "Otimes;": "\u2A37",
+    "otimes;": "\u2297",
+    "otimesas;": "\u2A36",
+    "Ouml;": "\u00D6",
+    "Ouml": "\u00D6",
+    "ouml;": "\u00F6",
+    "ouml": "\u00F6",
+    "ovbar;": "\u233D",
+    "OverBar;": "\u203E",
+    "OverBrace;": "\u23DE",
+    "OverBracket;": "\u23B4",
+    "OverParenthesis;": "\u23DC",
+    "par;": "\u2225",
+    "para;": "\u00B6",
+    "para": "\u00B6",
+    "parallel;": "\u2225",
+    "parsim;": "\u2AF3",
+    "parsl;": "\u2AFD",
+    "part;": "\u2202",
+    "PartialD;": "\u2202",
+    "Pcy;": "\u041F",
+    "pcy;": "\u043F",
+    "percnt;": "\u0025",
+    "period;": "\u002E",
+    "permil;": "\u2030",
+    "perp;": "\u22A5",
+    "pertenk;": "\u2031",
+    "Pfr;": "\uD835\uDD13",
+    "pfr;": "\uD835\uDD2D",
+    "Phi;": "\u03A6",
+    "phi;": "\u03C6",
+    "phiv;": "\u03D5",
+    "phmmat;": "\u2133",
+    "phone;": "\u260E",
+    "Pi;": "\u03A0",
+    "pi;": "\u03C0",
+    "pitchfork;": "\u22D4",
+    "piv;": "\u03D6",
+    "planck;": "\u210F",
+    "planckh;": "\u210E",
+    "plankv;": "\u210F",
+    "plus;": "\u002B",
+    "plusacir;": "\u2A23",
+    "plusb;": "\u229E",
+    "pluscir;": "\u2A22",
+    "plusdo;": "\u2214",
+    "plusdu;": "\u2A25",
+    "pluse;": "\u2A72",
+    "PlusMinus;": "\u00B1",
+    "plusmn;": "\u00B1",
+    "plusmn": "\u00B1",
+    "plussim;": "\u2A26",
+    "plustwo;": "\u2A27",
+    "pm;": "\u00B1",
+    "Poincareplane;": "\u210C",
+    "pointint;": "\u2A15",
+    "Popf;": "\u2119",
+    "popf;": "\uD835\uDD61",
+    "pound;": "\u00A3",
+    "pound": "\u00A3",
+    "Pr;": "\u2ABB",
+    "pr;": "\u227A",
+    "prap;": "\u2AB7",
+    "prcue;": "\u227C",
+    "prE;": "\u2AB3",
+    "pre;": "\u2AAF",
+    "prec;": "\u227A",
+    "precapprox;": "\u2AB7",
+    "preccurlyeq;": "\u227C",
+    "Precedes;": "\u227A",
+    "PrecedesEqual;": "\u2AAF",
+    "PrecedesSlantEqual;": "\u227C",
+    "PrecedesTilde;": "\u227E",
+    "preceq;": "\u2AAF",
+    "precnapprox;": "\u2AB9",
+    "precneqq;": "\u2AB5",
+    "precnsim;": "\u22E8",
+    "precsim;": "\u227E",
+    "Prime;": "\u2033",
+    "prime;": "\u2032",
+    "primes;": "\u2119",
+    "prnap;": "\u2AB9",
+    "prnE;": "\u2AB5",
+    "prnsim;": "\u22E8",
+    "prod;": "\u220F",
+    "Product;": "\u220F",
+    "profalar;": "\u232E",
+    "profline;": "\u2312",
+    "profsurf;": "\u2313",
+    "prop;": "\u221D",
+    "Proportion;": "\u2237",
+    "Proportional;": "\u221D",
+    "propto;": "\u221D",
+    "prsim;": "\u227E",
+    "prurel;": "\u22B0",
+    "Pscr;": "\uD835\uDCAB",
+    "pscr;": "\uD835\uDCC5",
+    "Psi;": "\u03A8",
+    "psi;": "\u03C8",
+    "puncsp;": "\u2008",
+    "Qfr;": "\uD835\uDD14",
+    "qfr;": "\uD835\uDD2E",
+    "qint;": "\u2A0C",
+    "Qopf;": "\u211A",
+    "qopf;": "\uD835\uDD62",
+    "qprime;": "\u2057",
+    "Qscr;": "\uD835\uDCAC",
+    "qscr;": "\uD835\uDCC6",
+    "quaternions;": "\u210D",
+    "quatint;": "\u2A16",
+    "quest;": "\u003F",
+    "questeq;": "\u225F",
+    "QUOT;": "\u0022",
+    "QUOT": "\u0022",
+    "quot;": "\u0022",
+    "quot": "\u0022",
+    "rAarr;": "\u21DB",
+    "race;": "\u223D\u0331",
+    "Racute;": "\u0154",
+    "racute;": "\u0155",
+    "radic;": "\u221A",
+    "raemptyv;": "\u29B3",
+    "Rang;": "\u27EB",
+    "rang;": "\u27E9",
+    "rangd;": "\u2992",
+    "range;": "\u29A5",
+    "rangle;": "\u27E9",
+    "raquo;": "\u00BB",
+    "raquo": "\u00BB",
+    "Rarr;": "\u21A0",
+    "rArr;": "\u21D2",
+    "rarr;": "\u2192",
+    "rarrap;": "\u2975",
+    "rarrb;": "\u21E5",
+    "rarrbfs;": "\u2920",
+    "rarrc;": "\u2933",
+    "rarrfs;": "\u291E",
+    "rarrhk;": "\u21AA",
+    "rarrlp;": "\u21AC",
+    "rarrpl;": "\u2945",
+    "rarrsim;": "\u2974",
+    "Rarrtl;": "\u2916",
+    "rarrtl;": "\u21A3",
+    "rarrw;": "\u219D",
+    "rAtail;": "\u291C",
+    "ratail;": "\u291A",
+    "ratio;": "\u2236",
+    "rationals;": "\u211A",
+    "RBarr;": "\u2910",
+    "rBarr;": "\u290F",
+    "rbarr;": "\u290D",
+    "rbbrk;": "\u2773",
+    "rbrace;": "\u007D",
+    "rbrack;": "\u005D",
+    "rbrke;": "\u298C",
+    "rbrksld;": "\u298E",
+    "rbrkslu;": "\u2990",
+    "Rcaron;": "\u0158",
+    "rcaron;": "\u0159",
+    "Rcedil;": "\u0156",
+    "rcedil;": "\u0157",
+    "rceil;": "\u2309",
+    "rcub;": "\u007D",
+    "Rcy;": "\u0420",
+    "rcy;": "\u0440",
+    "rdca;": "\u2937",
+    "rdldhar;": "\u2969",
+    "rdquo;": "\u201D",
+    "rdquor;": "\u201D",
+    "rdsh;": "\u21B3",
+    "Re;": "\u211C",
+    "real;": "\u211C",
+    "realine;": "\u211B",
+    "realpart;": "\u211C",
+    "reals;": "\u211D",
+    "rect;": "\u25AD",
+    "REG;": "\u00AE",
+    "REG": "\u00AE",
+    "reg;": "\u00AE",
+    "reg": "\u00AE",
+    "ReverseElement;": "\u220B",
+    "ReverseEquilibrium;": "\u21CB",
+    "ReverseUpEquilibrium;": "\u296F",
+    "rfisht;": "\u297D",
+    "rfloor;": "\u230B",
+    "Rfr;": "\u211C",
+    "rfr;": "\uD835\uDD2F",
+    "rHar;": "\u2964",
+    "rhard;": "\u21C1",
+    "rharu;": "\u21C0",
+    "rharul;": "\u296C",
+    "Rho;": "\u03A1",
+    "rho;": "\u03C1",
+    "rhov;": "\u03F1",
+    "RightAngleBracket;": "\u27E9",
+    "RightArrow;": "\u2192",
+    "Rightarrow;": "\u21D2",
+    "rightarrow;": "\u2192",
+    "RightArrowBar;": "\u21E5",
+    "RightArrowLeftArrow;": "\u21C4",
+    "rightarrowtail;": "\u21A3",
+    "RightCeiling;": "\u2309",
+    "RightDoubleBracket;": "\u27E7",
+    "RightDownTeeVector;": "\u295D",
+    "RightDownVector;": "\u21C2",
+    "RightDownVectorBar;": "\u2955",
+    "RightFloor;": "\u230B",
+    "rightharpoondown;": "\u21C1",
+    "rightharpoonup;": "\u21C0",
+    "rightleftarrows;": "\u21C4",
+    "rightleftharpoons;": "\u21CC",
+    "rightrightarrows;": "\u21C9",
+    "rightsquigarrow;": "\u219D",
+    "RightTee;": "\u22A2",
+    "RightTeeArrow;": "\u21A6",
+    "RightTeeVector;": "\u295B",
+    "rightthreetimes;": "\u22CC",
+    "RightTriangle;": "\u22B3",
+    "RightTriangleBar;": "\u29D0",
+    "RightTriangleEqual;": "\u22B5",
+    "RightUpDownVector;": "\u294F",
+    "RightUpTeeVector;": "\u295C",
+    "RightUpVector;": "\u21BE",
+    "RightUpVectorBar;": "\u2954",
+    "RightVector;": "\u21C0",
+    "RightVectorBar;": "\u2953",
+    "ring;": "\u02DA",
+    "risingdotseq;": "\u2253",
+    "rlarr;": "\u21C4",
+    "rlhar;": "\u21CC",
+    "rlm;": "\u200F",
+    "rmoust;": "\u23B1",
+    "rmoustache;": "\u23B1",
+    "rnmid;": "\u2AEE",
+    "roang;": "\u27ED",
+    "roarr;": "\u21FE",
+    "robrk;": "\u27E7",
+    "ropar;": "\u2986",
+    "Ropf;": "\u211D",
+    "ropf;": "\uD835\uDD63",
+    "roplus;": "\u2A2E",
+    "rotimes;": "\u2A35",
+    "RoundImplies;": "\u2970",
+    "rpar;": "\u0029",
+    "rpargt;": "\u2994",
+    "rppolint;": "\u2A12",
+    "rrarr;": "\u21C9",
+    "Rrightarrow;": "\u21DB",
+    "rsaquo;": "\u203A",
+    "Rscr;": "\u211B",
+    "rscr;": "\uD835\uDCC7",
+    "Rsh;": "\u21B1",
+    "rsh;": "\u21B1",
+    "rsqb;": "\u005D",
+    "rsquo;": "\u2019",
+    "rsquor;": "\u2019",
+    "rthree;": "\u22CC",
+    "rtimes;": "\u22CA",
+    "rtri;": "\u25B9",
+    "rtrie;": "\u22B5",
+    "rtrif;": "\u25B8",
+    "rtriltri;": "\u29CE",
+    "RuleDelayed;": "\u29F4",
+    "ruluhar;": "\u2968",
+    "rx;": "\u211E",
+    "Sacute;": "\u015A",
+    "sacute;": "\u015B",
+    "sbquo;": "\u201A",
+    "Sc;": "\u2ABC",
+    "sc;": "\u227B",
+    "scap;": "\u2AB8",
+    "Scaron;": "\u0160",
+    "scaron;": "\u0161",
+    "sccue;": "\u227D",
+    "scE;": "\u2AB4",
+    "sce;": "\u2AB0",
+    "Scedil;": "\u015E",
+    "scedil;": "\u015F",
+    "Scirc;": "\u015C",
+    "scirc;": "\u015D",
+    "scnap;": "\u2ABA",
+    "scnE;": "\u2AB6",
+    "scnsim;": "\u22E9",
+    "scpolint;": "\u2A13",
+    "scsim;": "\u227F",
+    "Scy;": "\u0421",
+    "scy;": "\u0441",
+    "sdot;": "\u22C5",
+    "sdotb;": "\u22A1",
+    "sdote;": "\u2A66",
+    "searhk;": "\u2925",
+    "seArr;": "\u21D8",
+    "searr;": "\u2198",
+    "searrow;": "\u2198",
+    "sect;": "\u00A7",
+    "sect": "\u00A7",
+    "semi;": "\u003B",
+    "seswar;": "\u2929",
+    "setminus;": "\u2216",
+    "setmn;": "\u2216",
+    "sext;": "\u2736",
+    "Sfr;": "\uD835\uDD16",
+    "sfr;": "\uD835\uDD30",
+    "sfrown;": "\u2322",
+    "sharp;": "\u266F",
+    "SHCHcy;": "\u0429",
+    "shchcy;": "\u0449",
+    "SHcy;": "\u0428",
+    "shcy;": "\u0448",
+    "ShortDownArrow;": "\u2193",
+    "ShortLeftArrow;": "\u2190",
+    "shortmid;": "\u2223",
+    "shortparallel;": "\u2225",
+    "ShortRightArrow;": "\u2192",
+    "ShortUpArrow;": "\u2191",
+    "shy;": "\u00AD",
+    "shy": "\u00AD",
+    "Sigma;": "\u03A3",
+    "sigma;": "\u03C3",
+    "sigmaf;": "\u03C2",
+    "sigmav;": "\u03C2",
+    "sim;": "\u223C",
+    "simdot;": "\u2A6A",
+    "sime;": "\u2243",
+    "simeq;": "\u2243",
+    "simg;": "\u2A9E",
+    "simgE;": "\u2AA0",
+    "siml;": "\u2A9D",
+    "simlE;": "\u2A9F",
+    "simne;": "\u2246",
+    "simplus;": "\u2A24",
+    "simrarr;": "\u2972",
+    "slarr;": "\u2190",
+    "SmallCircle;": "\u2218",
+    "smallsetminus;": "\u2216",
+    "smashp;": "\u2A33",
+    "smeparsl;": "\u29E4",
+    "smid;": "\u2223",
+    "smile;": "\u2323",
+    "smt;": "\u2AAA",
+    "smte;": "\u2AAC",
+    "smtes;": "\u2AAC\uFE00",
+    "SOFTcy;": "\u042C",
+    "softcy;": "\u044C",
+    "sol;": "\u002F",
+    "solb;": "\u29C4",
+    "solbar;": "\u233F",
+    "Sopf;": "\uD835\uDD4A",
+    "sopf;": "\uD835\uDD64",
+    "spades;": "\u2660",
+    "spadesuit;": "\u2660",
+    "spar;": "\u2225",
+    "sqcap;": "\u2293",
+    "sqcaps;": "\u2293\uFE00",
+    "sqcup;": "\u2294",
+    "sqcups;": "\u2294\uFE00",
+    "Sqrt;": "\u221A",
+    "sqsub;": "\u228F",
+    "sqsube;": "\u2291",
+    "sqsubset;": "\u228F",
+    "sqsubseteq;": "\u2291",
+    "sqsup;": "\u2290",
+    "sqsupe;": "\u2292",
+    "sqsupset;": "\u2290",
+    "sqsupseteq;": "\u2292",
+    "squ;": "\u25A1",
+    "Square;": "\u25A1",
+    "square;": "\u25A1",
+    "SquareIntersection;": "\u2293",
+    "SquareSubset;": "\u228F",
+    "SquareSubsetEqual;": "\u2291",
+    "SquareSuperset;": "\u2290",
+    "SquareSupersetEqual;": "\u2292",
+    "SquareUnion;": "\u2294",
+    "squarf;": "\u25AA",
+    "squf;": "\u25AA",
+    "srarr;": "\u2192",
+    "Sscr;": "\uD835\uDCAE",
+    "sscr;": "\uD835\uDCC8",
+    "ssetmn;": "\u2216",
+    "ssmile;": "\u2323",
+    "sstarf;": "\u22C6",
+    "Star;": "\u22C6",
+    "star;": "\u2606",
+    "starf;": "\u2605",
+    "straightepsilon;": "\u03F5",
+    "straightphi;": "\u03D5",
+    "strns;": "\u00AF",
+    "Sub;": "\u22D0",
+    "sub;": "\u2282",
+    "subdot;": "\u2ABD",
+    "subE;": "\u2AC5",
+    "sube;": "\u2286",
+    "subedot;": "\u2AC3",
+    "submult;": "\u2AC1",
+    "subnE;": "\u2ACB",
+    "subne;": "\u228A",
+    "subplus;": "\u2ABF",
+    "subrarr;": "\u2979",
+    "Subset;": "\u22D0",
+    "subset;": "\u2282",
+    "subseteq;": "\u2286",
+    "subseteqq;": "\u2AC5",
+    "SubsetEqual;": "\u2286",
+    "subsetneq;": "\u228A",
+    "subsetneqq;": "\u2ACB",
+    "subsim;": "\u2AC7",
+    "subsub;": "\u2AD5",
+    "subsup;": "\u2AD3",
+    "succ;": "\u227B",
+    "succapprox;": "\u2AB8",
+    "succcurlyeq;": "\u227D",
+    "Succeeds;": "\u227B",
+    "SucceedsEqual;": "\u2AB0",
+    "SucceedsSlantEqual;": "\u227D",
+    "SucceedsTilde;": "\u227F",
+    "succeq;": "\u2AB0",
+    "succnapprox;": "\u2ABA",
+    "succneqq;": "\u2AB6",
+    "succnsim;": "\u22E9",
+    "succsim;": "\u227F",
+    "SuchThat;": "\u220B",
+    "Sum;": "\u2211",
+    "sum;": "\u2211",
+    "sung;": "\u266A",
+    "Sup;": "\u22D1",
+    "sup;": "\u2283",
+    "sup1;": "\u00B9",
+    "sup1": "\u00B9",
+    "sup2;": "\u00B2",
+    "sup2": "\u00B2",
+    "sup3;": "\u00B3",
+    "sup3": "\u00B3",
+    "supdot;": "\u2ABE",
+    "supdsub;": "\u2AD8",
+    "supE;": "\u2AC6",
+    "supe;": "\u2287",
+    "supedot;": "\u2AC4",
+    "Superset;": "\u2283",
+    "SupersetEqual;": "\u2287",
+    "suphsol;": "\u27C9",
+    "suphsub;": "\u2AD7",
+    "suplarr;": "\u297B",
+    "supmult;": "\u2AC2",
+    "supnE;": "\u2ACC",
+    "supne;": "\u228B",
+    "supplus;": "\u2AC0",
+    "Supset;": "\u22D1",
+    "supset;": "\u2283",
+    "supseteq;": "\u2287",
+    "supseteqq;": "\u2AC6",
+    "supsetneq;": "\u228B",
+    "supsetneqq;": "\u2ACC",
+    "supsim;": "\u2AC8",
+    "supsub;": "\u2AD4",
+    "supsup;": "\u2AD6",
+    "swarhk;": "\u2926",
+    "swArr;": "\u21D9",
+    "swarr;": "\u2199",
+    "swarrow;": "\u2199",
+    "swnwar;": "\u292A",
+    "szlig;": "\u00DF",
+    "szlig": "\u00DF",
+    "Tab;": "\u0009",
+    "target;": "\u2316",
+    "Tau;": "\u03A4",
+    "tau;": "\u03C4",
+    "tbrk;": "\u23B4",
+    "Tcaron;": "\u0164",
+    "tcaron;": "\u0165",
+    "Tcedil;": "\u0162",
+    "tcedil;": "\u0163",
+    "Tcy;": "\u0422",
+    "tcy;": "\u0442",
+    "tdot;": "\u20DB",
+    "telrec;": "\u2315",
+    "Tfr;": "\uD835\uDD17",
+    "tfr;": "\uD835\uDD31",
+    "there4;": "\u2234",
+    "Therefore;": "\u2234",
+    "therefore;": "\u2234",
+    "Theta;": "\u0398",
+    "theta;": "\u03B8",
+    "thetasym;": "\u03D1",
+    "thetav;": "\u03D1",
+    "thickapprox;": "\u2248",
+    "thicksim;": "\u223C",
+    "ThickSpace;": "\u205F\u200A",
+    "thinsp;": "\u2009",
+    "ThinSpace;": "\u2009",
+    "thkap;": "\u2248",
+    "thksim;": "\u223C",
+    "THORN;": "\u00DE",
+    "THORN": "\u00DE",
+    "thorn;": "\u00FE",
+    "thorn": "\u00FE",
+    "Tilde;": "\u223C",
+    "tilde;": "\u02DC",
+    "TildeEqual;": "\u2243",
+    "TildeFullEqual;": "\u2245",
+    "TildeTilde;": "\u2248",
+    "times;": "\u00D7",
+    "times": "\u00D7",
+    "timesb;": "\u22A0",
+    "timesbar;": "\u2A31",
+    "timesd;": "\u2A30",
+    "tint;": "\u222D",
+    "toea;": "\u2928",
+    "top;": "\u22A4",
+    "topbot;": "\u2336",
+    "topcir;": "\u2AF1",
+    "Topf;": "\uD835\uDD4B",
+    "topf;": "\uD835\uDD65",
+    "topfork;": "\u2ADA",
+    "tosa;": "\u2929",
+    "tprime;": "\u2034",
+    "TRADE;": "\u2122",
+    "trade;": "\u2122",
+    "triangle;": "\u25B5",
+    "triangledown;": "\u25BF",
+    "triangleleft;": "\u25C3",
+    "trianglelefteq;": "\u22B4",
+    "triangleq;": "\u225C",
+    "triangleright;": "\u25B9",
+    "trianglerighteq;": "\u22B5",
+    "tridot;": "\u25EC",
+    "trie;": "\u225C",
+    "triminus;": "\u2A3A",
+    "TripleDot;": "\u20DB",
+    "triplus;": "\u2A39",
+    "trisb;": "\u29CD",
+    "tritime;": "\u2A3B",
+    "trpezium;": "\u23E2",
+    "Tscr;": "\uD835\uDCAF",
+    "tscr;": "\uD835\uDCC9",
+    "TScy;": "\u0426",
+    "tscy;": "\u0446",
+    "TSHcy;": "\u040B",
+    "tshcy;": "\u045B",
+    "Tstrok;": "\u0166",
+    "tstrok;": "\u0167",
+    "twixt;": "\u226C",
+    "twoheadleftarrow;": "\u219E",
+    "twoheadrightarrow;": "\u21A0",
+    "Uacute;": "\u00DA",
+    "Uacute": "\u00DA",
+    "uacute;": "\u00FA",
+    "uacute": "\u00FA",
+    "Uarr;": "\u219F",
+    "uArr;": "\u21D1",
+    "uarr;": "\u2191",
+    "Uarrocir;": "\u2949",
+    "Ubrcy;": "\u040E",
+    "ubrcy;": "\u045E",
+    "Ubreve;": "\u016C",
+    "ubreve;": "\u016D",
+    "Ucirc;": "\u00DB",
+    "Ucirc": "\u00DB",
+    "ucirc;": "\u00FB",
+    "ucirc": "\u00FB",
+    "Ucy;": "\u0423",
+    "ucy;": "\u0443",
+    "udarr;": "\u21C5",
+    "Udblac;": "\u0170",
+    "udblac;": "\u0171",
+    "udhar;": "\u296E",
+    "ufisht;": "\u297E",
+    "Ufr;": "\uD835\uDD18",
+    "ufr;": "\uD835\uDD32",
+    "Ugrave;": "\u00D9",
+    "Ugrave": "\u00D9",
+    "ugrave;": "\u00F9",
+    "ugrave": "\u00F9",
+    "uHar;": "\u2963",
+    "uharl;": "\u21BF",
+    "uharr;": "\u21BE",
+    "uhblk;": "\u2580",
+    "ulcorn;": "\u231C",
+    "ulcorner;": "\u231C",
+    "ulcrop;": "\u230F",
+    "ultri;": "\u25F8",
+    "Umacr;": "\u016A",
+    "umacr;": "\u016B",
+    "uml;": "\u00A8",
+    "uml": "\u00A8",
+    "UnderBar;": "\u005F",
+    "UnderBrace;": "\u23DF",
+    "UnderBracket;": "\u23B5",
+    "UnderParenthesis;": "\u23DD",
+    "Union;": "\u22C3",
+    "UnionPlus;": "\u228E",
+    "Uogon;": "\u0172",
+    "uogon;": "\u0173",
+    "Uopf;": "\uD835\uDD4C",
+    "uopf;": "\uD835\uDD66",
+    "UpArrow;": "\u2191",
+    "Uparrow;": "\u21D1",
+    "uparrow;": "\u2191",
+    "UpArrowBar;": "\u2912",
+    "UpArrowDownArrow;": "\u21C5",
+    "UpDownArrow;": "\u2195",
+    "Updownarrow;": "\u21D5",
+    "updownarrow;": "\u2195",
+    "UpEquilibrium;": "\u296E",
+    "upharpoonleft;": "\u21BF",
+    "upharpoonright;": "\u21BE",
+    "uplus;": "\u228E",
+    "UpperLeftArrow;": "\u2196",
+    "UpperRightArrow;": "\u2197",
+    "Upsi;": "\u03D2",
+    "upsi;": "\u03C5",
+    "upsih;": "\u03D2",
+    "Upsilon;": "\u03A5",
+    "upsilon;": "\u03C5",
+    "UpTee;": "\u22A5",
+    "UpTeeArrow;": "\u21A5",
+    "upuparrows;": "\u21C8",
+    "urcorn;": "\u231D",
+    "urcorner;": "\u231D",
+    "urcrop;": "\u230E",
+    "Uring;": "\u016E",
+    "uring;": "\u016F",
+    "urtri;": "\u25F9",
+    "Uscr;": "\uD835\uDCB0",
+    "uscr;": "\uD835\uDCCA",
+    "utdot;": "\u22F0",
+    "Utilde;": "\u0168",
+    "utilde;": "\u0169",
+    "utri;": "\u25B5",
+    "utrif;": "\u25B4",
+    "uuarr;": "\u21C8",
+    "Uuml;": "\u00DC",
+    "Uuml": "\u00DC",
+    "uuml;": "\u00FC",
+    "uuml": "\u00FC",
+    "uwangle;": "\u29A7",
+    "vangrt;": "\u299C",
+    "varepsilon;": "\u03F5",
+    "varkappa;": "\u03F0",
+    "varnothing;": "\u2205",
+    "varphi;": "\u03D5",
+    "varpi;": "\u03D6",
+    "varpropto;": "\u221D",
+    "vArr;": "\u21D5",
+    "varr;": "\u2195",
+    "varrho;": "\u03F1",
+    "varsigma;": "\u03C2",
+    "varsubsetneq;": "\u228A\uFE00",
+    "varsubsetneqq;": "\u2ACB\uFE00",
+    "varsupsetneq;": "\u228B\uFE00",
+    "varsupsetneqq;": "\u2ACC\uFE00",
+    "vartheta;": "\u03D1",
+    "vartriangleleft;": "\u22B2",
+    "vartriangleright;": "\u22B3",
+    "Vbar;": "\u2AEB",
+    "vBar;": "\u2AE8",
+    "vBarv;": "\u2AE9",
+    "Vcy;": "\u0412",
+    "vcy;": "\u0432",
+    "VDash;": "\u22AB",
+    "Vdash;": "\u22A9",
+    "vDash;": "\u22A8",
+    "vdash;": "\u22A2",
+    "Vdashl;": "\u2AE6",
+    "Vee;": "\u22C1",
+    "vee;": "\u2228",
+    "veebar;": "\u22BB",
+    "veeeq;": "\u225A",
+    "vellip;": "\u22EE",
+    "Verbar;": "\u2016",
+    "verbar;": "\u007C",
+    "Vert;": "\u2016",
+    "vert;": "\u007C",
+    "VerticalBar;": "\u2223",
+    "VerticalLine;": "\u007C",
+    "VerticalSeparator;": "\u2758",
+    "VerticalTilde;": "\u2240",
+    "VeryThinSpace;": "\u200A",
+    "Vfr;": "\uD835\uDD19",
+    "vfr;": "\uD835\uDD33",
+    "vltri;": "\u22B2",
+    "vnsub;": "\u2282\u20D2",
+    "vnsup;": "\u2283\u20D2",
+    "Vopf;": "\uD835\uDD4D",
+    "vopf;": "\uD835\uDD67",
+    "vprop;": "\u221D",
+    "vrtri;": "\u22B3",
+    "Vscr;": "\uD835\uDCB1",
+    "vscr;": "\uD835\uDCCB",
+    "vsubnE;": "\u2ACB\uFE00",
+    "vsubne;": "\u228A\uFE00",
+    "vsupnE;": "\u2ACC\uFE00",
+    "vsupne;": "\u228B\uFE00",
+    "Vvdash;": "\u22AA",
+    "vzigzag;": "\u299A",
+    "Wcirc;": "\u0174",
+    "wcirc;": "\u0175",
+    "wedbar;": "\u2A5F",
+    "Wedge;": "\u22C0",
+    "wedge;": "\u2227",
+    "wedgeq;": "\u2259",
+    "weierp;": "\u2118",
+    "Wfr;": "\uD835\uDD1A",
+    "wfr;": "\uD835\uDD34",
+    "Wopf;": "\uD835\uDD4E",
+    "wopf;": "\uD835\uDD68",
+    "wp;": "\u2118",
+    "wr;": "\u2240",
+    "wreath;": "\u2240",
+    "Wscr;": "\uD835\uDCB2",
+    "wscr;": "\uD835\uDCCC",
+    "xcap;": "\u22C2",
+    "xcirc;": "\u25EF",
+    "xcup;": "\u22C3",
+    "xdtri;": "\u25BD",
+    "Xfr;": "\uD835\uDD1B",
+    "xfr;": "\uD835\uDD35",
+    "xhArr;": "\u27FA",
+    "xharr;": "\u27F7",
+    "Xi;": "\u039E",
+    "xi;": "\u03BE",
+    "xlArr;": "\u27F8",
+    "xlarr;": "\u27F5",
+    "xmap;": "\u27FC",
+    "xnis;": "\u22FB",
+    "xodot;": "\u2A00",
+    "Xopf;": "\uD835\uDD4F",
+    "xopf;": "\uD835\uDD69",
+    "xoplus;": "\u2A01",
+    "xotime;": "\u2A02",
+    "xrArr;": "\u27F9",
+    "xrarr;": "\u27F6",
+    "Xscr;": "\uD835\uDCB3",
+    "xscr;": "\uD835\uDCCD",
+    "xsqcup;": "\u2A06",
+    "xuplus;": "\u2A04",
+    "xutri;": "\u25B3",
+    "xvee;": "\u22C1",
+    "xwedge;": "\u22C0",
+    "Yacute;": "\u00DD",
+    "Yacute": "\u00DD",
+    "yacute;": "\u00FD",
+    "yacute": "\u00FD",
+    "YAcy;": "\u042F",
+    "yacy;": "\u044F",
+    "Ycirc;": "\u0176",
+    "ycirc;": "\u0177",
+    "Ycy;": "\u042B",
+    "ycy;": "\u044B",
+    "yen;": "\u00A5",
+    "yen": "\u00A5",
+    "Yfr;": "\uD835\uDD1C",
+    "yfr;": "\uD835\uDD36",
+    "YIcy;": "\u0407",
+    "yicy;": "\u0457",
+    "Yopf;": "\uD835\uDD50",
+    "yopf;": "\uD835\uDD6A",
+    "Yscr;": "\uD835\uDCB4",
+    "yscr;": "\uD835\uDCCE",
+    "YUcy;": "\u042E",
+    "yucy;": "\u044E",
+    "Yuml;": "\u0178",
+    "yuml;": "\u00FF",
+    "yuml": "\u00FF",
+    "Zacute;": "\u0179",
+    "zacute;": "\u017A",
+    "Zcaron;": "\u017D",
+    "zcaron;": "\u017E",
+    "Zcy;": "\u0417",
+    "zcy;": "\u0437",
+    "Zdot;": "\u017B",
+    "zdot;": "\u017C",
+    "zeetrf;": "\u2128",
+    "ZeroWidthSpace;": "\u200B",
+    "Zeta;": "\u0396",
+    "zeta;": "\u03B6",
+    "Zfr;": "\u2128",
+    "zfr;": "\uD835\uDD37",
+    "ZHcy;": "\u0416",
+    "zhcy;": "\u0436",
+    "zigrarr;": "\u21DD",
+    "Zopf;": "\u2124",
+    "zopf;": "\uD835\uDD6B",
+    "Zscr;": "\uD835\uDCB5",
+    "zscr;": "\uD835\uDCCF",
+    "zwj;": "\u200D",
+    "zwnj;": "\u200C"
+};
+
+
+/***/ }),
+/* 115 */
+/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
+
+__webpack_require__.r(__webpack_exports__);
+/* harmony export */ __webpack_require__.d(__webpack_exports__, {
+/* harmony export */   "startsWith": () => /* binding */ startsWith,
+/* harmony export */   "endsWith": () => /* binding */ endsWith,
+/* harmony export */   "commonPrefixLength": () => /* binding */ commonPrefixLength,
+/* harmony export */   "repeat": () => /* binding */ repeat,
+/* harmony export */   "isLetterOrDigit": () => /* binding */ isLetterOrDigit
+/* harmony export */ });
+/*---------------------------------------------------------------------------------------------
+ *  Copyright (c) Microsoft Corporation. All rights reserved.
+ *  Licensed under the MIT License. See License.txt in the project root for license information.
+ *--------------------------------------------------------------------------------------------*/
+function startsWith(haystack, needle) {
+    if (haystack.length < needle.length) {
+        return false;
+    }
+    for (var i = 0; i < needle.length; i++) {
+        if (haystack[i] !== needle[i]) {
+            return false;
+        }
+    }
+    return true;
+}
+/**
+ * Determines if haystack ends with needle.
+ */
+function endsWith(haystack, needle) {
+    var diff = haystack.length - needle.length;
+    if (diff > 0) {
+        return haystack.lastIndexOf(needle) === diff;
+    }
+    else if (diff === 0) {
+        return haystack === needle;
+    }
+    else {
+        return false;
+    }
+}
+/**
+ * @returns the length of the common prefix of the two strings.
+ */
+function commonPrefixLength(a, b) {
+    var i;
+    var len = Math.min(a.length, b.length);
+    for (i = 0; i < len; i++) {
+        if (a.charCodeAt(i) !== b.charCodeAt(i)) {
+            return i;
+        }
+    }
+    return len;
+}
+function repeat(value, count) {
+    var s = '';
+    while (count > 0) {
+        if ((count & 1) === 1) {
+            s += value;
+        }
+        value += value;
+        count = count >>> 1;
+    }
+    return s;
+}
+var _a = 'a'.charCodeAt(0);
+var _z = 'z'.charCodeAt(0);
+var _A = 'A'.charCodeAt(0);
+var _Z = 'Z'.charCodeAt(0);
+var _0 = '0'.charCodeAt(0);
+var _9 = '9'.charCodeAt(0);
+function isLetterOrDigit(text, index) {
+    var c = text.charCodeAt(index);
+    return (_a <= c && c <= _z) || (_A <= c && c <= _Z) || (_0 <= c && c <= _9);
+}
+
+
+/***/ }),
+/* 116 */
+/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
+
+__webpack_require__.r(__webpack_exports__);
+/* harmony export */ __webpack_require__.d(__webpack_exports__, {
+/* harmony export */   "HTMLDataProvider": () => /* binding */ HTMLDataProvider,
+/* harmony export */   "generateDocumentation": () => /* binding */ generateDocumentation
+/* harmony export */ });
+/* harmony import */ var _utils_markup__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(117);
+/*---------------------------------------------------------------------------------------------
+ *  Copyright (c) Microsoft Corporation. All rights reserved.
+ *  Licensed under the MIT License. See License.txt in the project root for license information.
+ *--------------------------------------------------------------------------------------------*/
+
+var HTMLDataProvider = /** @class */ (function () {
+    /**
+     * Currently, unversioned data uses the V1 implementation
+     * In the future when the provider handles multiple versions of HTML custom data,
+     * use the latest implementation for unversioned data
+     */
+    function HTMLDataProvider(id, customData) {
+        var _this = this;
+        this.id = id;
+        this._tags = [];
+        this._tagMap = {};
+        this._valueSetMap = {};
+        this._tags = customData.tags || [];
+        this._globalAttributes = customData.globalAttributes || [];
+        this._tags.forEach(function (t) {
+            _this._tagMap[t.name.toLowerCase()] = t;
+        });
+        if (customData.valueSets) {
+            customData.valueSets.forEach(function (vs) {
+                _this._valueSetMap[vs.name] = vs.values;
+            });
+        }
+    }
+    HTMLDataProvider.prototype.isApplicable = function () {
+        return true;
+    };
+    HTMLDataProvider.prototype.getId = function () {
+        return this.id;
+    };
+    HTMLDataProvider.prototype.provideTags = function () {
+        return this._tags;
+    };
+    HTMLDataProvider.prototype.provideAttributes = function (tag) {
+        var attributes = [];
+        var processAttribute = function (a) {
+            attributes.push(a);
+        };
+        var tagEntry = this._tagMap[tag.toLowerCase()];
+        if (tagEntry) {
+            tagEntry.attributes.forEach(processAttribute);
+        }
+        this._globalAttributes.forEach(processAttribute);
+        return attributes;
+    };
+    HTMLDataProvider.prototype.provideValues = function (tag, attribute) {
+        var _this = this;
+        var values = [];
+        attribute = attribute.toLowerCase();
+        var processAttributes = function (attributes) {
+            attributes.forEach(function (a) {
+                if (a.name.toLowerCase() === attribute) {
+                    if (a.values) {
+                        a.values.forEach(function (v) {
+                            values.push(v);
+                        });
+                    }
+                    if (a.valueSet) {
+                        if (_this._valueSetMap[a.valueSet]) {
+                            _this._valueSetMap[a.valueSet].forEach(function (v) {
+                                values.push(v);
+                            });
+                        }
+                    }
                 }
-            ]
-        },
-        {
-            "name": "metanames",
-            "values": [
-                {
-                    "name": "application-name"
-                },
-                {
-                    "name": "author"
-                },
-                {
-                    "name": "description"
-                },
-                {
-                    "name": "format-detection"
-                },
-                {
-                    "name": "generator"
-                },
-                {
-                    "name": "keywords"
-                },
-                {
-                    "name": "publisher"
-                },
-                {
-                    "name": "referrer"
-                },
-                {
-                    "name": "robots"
-                },
-                {
-                    "name": "theme-color"
-                },
-                {
-                    "name": "viewport"
+            });
+        };
+        var tagEntry = this._tagMap[tag.toLowerCase()];
+        if (!tagEntry) {
+            return [];
+        }
+        processAttributes(tagEntry.attributes);
+        processAttributes(this._globalAttributes);
+        return values;
+    };
+    return HTMLDataProvider;
+}());
+
+/**
+ * Generate Documentation used in hover/complete
+ * From `documentation` and `references`
+ */
+function generateDocumentation(item, doesSupportMarkdown) {
+    var result = {
+        kind: doesSupportMarkdown ? 'markdown' : 'plaintext',
+        value: ''
+    };
+    if (item.description) {
+        var normalizedDescription = (0,_utils_markup__WEBPACK_IMPORTED_MODULE_0__.normalizeMarkupContent)(item.description);
+        if (normalizedDescription) {
+            result.value += normalizedDescription.value;
+        }
+    }
+    if (item.references && item.references.length > 0) {
+        result.value += "\n\n";
+        if (doesSupportMarkdown) {
+            result.value += item.references.map(function (r) {
+                return "[" + r.name + "](" + r.url + ")";
+            }).join(' | ');
+        }
+        else {
+            result.value += item.references.map(function (r) {
+                return r.name + ": " + r.url;
+            }).join('\n');
+        }
+    }
+    if (result.value === '') {
+        return undefined;
+    }
+    return result;
+}
+
+
+/***/ }),
+/* 117 */
+/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
+
+__webpack_require__.r(__webpack_exports__);
+/* harmony export */ __webpack_require__.d(__webpack_exports__, {
+/* harmony export */   "normalizeMarkupContent": () => /* binding */ normalizeMarkupContent
+/* harmony export */ });
+/*---------------------------------------------------------------------------------------------
+ *  Copyright (c) Microsoft Corporation. All rights reserved.
+ *  Licensed under the MIT License. See License.txt in the project root for license information.
+ *--------------------------------------------------------------------------------------------*/
+function normalizeMarkupContent(input) {
+    if (!input) {
+        return undefined;
+    }
+    if (typeof input === 'string') {
+        return {
+            kind: 'markdown',
+            value: input
+        };
+    }
+    return {
+        kind: 'markdown',
+        value: input.value
+    };
+}
+
+
+/***/ }),
+/* 118 */
+/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
+
+__webpack_require__.r(__webpack_exports__);
+/* harmony export */ __webpack_require__.d(__webpack_exports__, {
+/* harmony export */   "PathCompletionParticipant": () => /* binding */ PathCompletionParticipant
+/* harmony export */ });
+/* harmony import */ var _htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(108);
+/* harmony import */ var _utils_strings__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(115);
+/*---------------------------------------------------------------------------------------------
+ *  Copyright (c) Microsoft Corporation. All rights reserved.
+ *  Licensed under the MIT License. See License.txt in the project root for license information.
+ *--------------------------------------------------------------------------------------------*/
+var __awaiter = (undefined && undefined.__awaiter) || function (thisArg, _arguments, P, generator) {
+    function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
+    return new (P || (P = Promise))(function (resolve, reject) {
+        function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
+        function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
+        function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
+        step((generator = generator.apply(thisArg, _arguments || [])).next());
+    });
+};
+var __generator = (undefined && undefined.__generator) || function (thisArg, body) {
+    var _ = { label: 0, sent: function() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g;
+    return g = { next: verb(0), "throw": verb(1), "return": verb(2) }, typeof Symbol === "function" && (g[Symbol.iterator] = function() { return this; }), g;
+    function verb(n) { return function (v) { return step([n, v]); }; }
+    function step(op) {
+        if (f) throw new TypeError("Generator is already executing.");
+        while (_) try {
+            if (f = 1, y && (t = op[0] & 2 ? y["return"] : op[0] ? y["throw"] || ((t = y["return"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t;
+            if (y = 0, t) op = [op[0] & 2, t.value];
+            switch (op[0]) {
+                case 0: case 1: t = op; break;
+                case 4: _.label++; return { value: op[1], done: false };
+                case 5: _.label++; y = op[1]; op = [0]; continue;
+                case 7: op = _.ops.pop(); _.trys.pop(); continue;
+                default:
+                    if (!(t = _.trys, t = t.length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) { _ = 0; continue; }
+                    if (op[0] === 3 && (!t || (op[1] > t[0] && op[1] < t[3]))) { _.label = op[1]; break; }
+                    if (op[0] === 6 && _.label < t[1]) { _.label = t[1]; t = op; break; }
+                    if (t && _.label < t[2]) { _.label = t[2]; _.ops.push(op); break; }
+                    if (t[2]) _.ops.pop();
+                    _.trys.pop(); continue;
+            }
+            op = body.call(thisArg, _);
+        } catch (e) { op = [6, e]; y = 0; } finally { f = t = 0; }
+        if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
+    }
+};
+
+
+var PathCompletionParticipant = /** @class */ (function () {
+    function PathCompletionParticipant(readDirectory) {
+        this.readDirectory = readDirectory;
+        this.atributeCompletions = [];
+    }
+    PathCompletionParticipant.prototype.onHtmlAttributeValue = function (context) {
+        if (isPathAttribute(context.tag, context.attribute)) {
+            this.atributeCompletions.push(context);
+        }
+    };
+    PathCompletionParticipant.prototype.computeCompletions = function (document, documentContext) {
+        return __awaiter(this, void 0, void 0, function () {
+            var result, _i, _a, attributeCompletion, fullValue, replaceRange, suggestions, _b, suggestions_1, item;
+            return __generator(this, function (_c) {
+                switch (_c.label) {
+                    case 0:
+                        result = { items: [], isIncomplete: false };
+                        _i = 0, _a = this.atributeCompletions;
+                        _c.label = 1;
+                    case 1:
+                        if (!(_i < _a.length)) return [3 /*break*/, 5];
+                        attributeCompletion = _a[_i];
+                        fullValue = stripQuotes(document.getText(attributeCompletion.range));
+                        if (!isCompletablePath(fullValue)) return [3 /*break*/, 4];
+                        if (!(fullValue === '.' || fullValue === '..')) return [3 /*break*/, 2];
+                        result.isIncomplete = true;
+                        return [3 /*break*/, 4];
+                    case 2:
+                        replaceRange = pathToReplaceRange(attributeCompletion.value, fullValue, attributeCompletion.range);
+                        return [4 /*yield*/, this.providePathSuggestions(attributeCompletion.value, replaceRange, document, documentContext)];
+                    case 3:
+                        suggestions = _c.sent();
+                        for (_b = 0, suggestions_1 = suggestions; _b < suggestions_1.length; _b++) {
+                            item = suggestions_1[_b];
+                            result.items.push(item);
+                        }
+                        _c.label = 4;
+                    case 4:
+                        _i++;
+                        return [3 /*break*/, 1];
+                    case 5: return [2 /*return*/, result];
                 }
-            ]
+            });
+        });
+    };
+    PathCompletionParticipant.prototype.providePathSuggestions = function (valueBeforeCursor, replaceRange, document, documentContext) {
+        return __awaiter(this, void 0, void 0, function () {
+            var valueBeforeLastSlash, parentDir, result, infos, _i, infos_1, _a, name, type, e_1;
+            return __generator(this, function (_b) {
+                switch (_b.label) {
+                    case 0:
+                        valueBeforeLastSlash = valueBeforeCursor.substring(0, valueBeforeCursor.lastIndexOf('/') + 1);
+                        parentDir = documentContext.resolveReference(valueBeforeLastSlash || '.', document.uri);
+                        if (!parentDir) return [3 /*break*/, 4];
+                        _b.label = 1;
+                    case 1:
+                        _b.trys.push([1, 3, , 4]);
+                        result = [];
+                        return [4 /*yield*/, this.readDirectory(parentDir)];
+                    case 2:
+                        infos = _b.sent();
+                        for (_i = 0, infos_1 = infos; _i < infos_1.length; _i++) {
+                            _a = infos_1[_i], name = _a[0], type = _a[1];
+                            // Exclude paths that start with `.`
+                            if (name.charCodeAt(0) !== CharCode_dot) {
+                                result.push(createCompletionItem(name, type === _htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_0__.FileType.Directory, replaceRange));
+                            }
+                        }
+                        return [2 /*return*/, result];
+                    case 3:
+                        e_1 = _b.sent();
+                        return [3 /*break*/, 4];
+                    case 4: return [2 /*return*/, []];
+                }
+            });
+        });
+    };
+    return PathCompletionParticipant;
+}());
+
+var CharCode_dot = '.'.charCodeAt(0);
+function stripQuotes(fullValue) {
+    if ((0,_utils_strings__WEBPACK_IMPORTED_MODULE_1__.startsWith)(fullValue, "'") || (0,_utils_strings__WEBPACK_IMPORTED_MODULE_1__.startsWith)(fullValue, "\"")) {
+        return fullValue.slice(1, -1);
+    }
+    else {
+        return fullValue;
+    }
+}
+function isCompletablePath(value) {
+    if ((0,_utils_strings__WEBPACK_IMPORTED_MODULE_1__.startsWith)(value, 'http') || (0,_utils_strings__WEBPACK_IMPORTED_MODULE_1__.startsWith)(value, 'https') || (0,_utils_strings__WEBPACK_IMPORTED_MODULE_1__.startsWith)(value, '//')) {
+        return false;
+    }
+    return true;
+}
+function isPathAttribute(tag, attr) {
+    var a = PATH_TAG_AND_ATTR[tag];
+    if (a) {
+        if (typeof a === 'string') {
+            return a === attr;
         }
-    ]
+        else {
+            return a.indexOf(attr) !== -1;
+        }
+    }
+    return false;
+}
+function pathToReplaceRange(valueBeforeCursor, fullValue, range) {
+    var replaceRange;
+    var lastIndexOfSlash = valueBeforeCursor.lastIndexOf('/');
+    if (lastIndexOfSlash === -1) {
+        replaceRange = shiftRange(range, 1, -1);
+    }
+    else {
+        // For cases where cursor is in the middle of attribute value, like <script src="./s|rc/test.js">
+        // Find the last slash before cursor, and calculate the start of replace range from there
+        var valueAfterLastSlash = fullValue.slice(lastIndexOfSlash + 1);
+        var startPos = shiftPosition(range.end, -1 - valueAfterLastSlash.length);
+        // If whitespace exists, replace until there is no more
+        var whitespaceIndex = valueAfterLastSlash.indexOf(' ');
+        var endPos = void 0;
+        if (whitespaceIndex !== -1) {
+            endPos = shiftPosition(startPos, whitespaceIndex);
+        }
+        else {
+            endPos = shiftPosition(range.end, -1);
+        }
+        replaceRange = _htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_0__.Range.create(startPos, endPos);
+    }
+    return replaceRange;
+}
+function createCompletionItem(p, isDir, replaceRange) {
+    if (isDir) {
+        p = p + '/';
+        return {
+            label: p,
+            kind: _htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_0__.CompletionItemKind.Folder,
+            textEdit: _htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_0__.TextEdit.replace(replaceRange, p),
+            command: {
+                title: 'Suggest',
+                command: 'editor.action.triggerSuggest'
+            }
+        };
+    }
+    else {
+        return {
+            label: p,
+            kind: _htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_0__.CompletionItemKind.File,
+            textEdit: _htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_0__.TextEdit.replace(replaceRange, p)
+        };
+    }
+}
+function shiftPosition(pos, offset) {
+    return _htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_0__.Position.create(pos.line, pos.character + offset);
+}
+function shiftRange(range, startOffset, endOffset) {
+    var start = shiftPosition(range.start, startOffset);
+    var end = shiftPosition(range.end, endOffset);
+    return _htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_0__.Range.create(start, end);
+}
+// Selected from https://stackoverflow.com/a/2725168/1780148
+var PATH_TAG_AND_ATTR = {
+    // HTML 4
+    a: 'href',
+    area: 'href',
+    body: 'background',
+    del: 'cite',
+    form: 'action',
+    frame: ['src', 'longdesc'],
+    img: ['src', 'longdesc'],
+    ins: 'cite',
+    link: 'href',
+    object: 'data',
+    q: 'cite',
+    script: 'src',
+    // HTML 5
+    audio: 'src',
+    button: 'formaction',
+    command: 'icon',
+    embed: 'src',
+    html: 'manifest',
+    input: ['src', 'formaction'],
+    source: 'src',
+    track: 'src',
+    video: ['src', 'poster']
 };
 
 
 /***/ }),
-/* 124 */
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
+/* 119 */
+/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
 
-"use strict";
 __webpack_require__.r(__webpack_exports__);
-/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "isDefined", function() { return isDefined; });
+/* harmony export */ __webpack_require__.d(__webpack_exports__, {
+/* harmony export */   "isDefined": () => /* binding */ isDefined
+/* harmony export */ });
 /*---------------------------------------------------------------------------------------------
  *  Copyright (c) Microsoft Corporation. All rights reserved.
  *  Licensed under the MIT License. See License.txt in the project root for license information.
@@ -51704,18 +51502,21 @@ function isDefined(obj) {
 
 
 /***/ }),
-/* 125 */
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
+/* 120 */
+/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
 
-"use strict";
 __webpack_require__.r(__webpack_exports__);
-/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "HTMLHover", function() { return HTMLHover; });
-/* harmony import */ var _parser_htmlScanner__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(112);
-/* harmony import */ var vscode_languageserver_types__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(45);
-/* harmony import */ var _htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(113);
-/* harmony import */ var _languageFacts_builtinDataProviders__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(120);
-/* harmony import */ var _utils_object__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(124);
-/* harmony import */ var _languageFacts_dataProvider__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(121);
+/* harmony export */ __webpack_require__.d(__webpack_exports__, {
+/* harmony export */   "HTMLHover": () => /* binding */ HTMLHover
+/* harmony export */ });
+/* harmony import */ var _parser_htmlScanner__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(107);
+/* harmony import */ var vscode_languageserver_types__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(109);
+/* harmony import */ var _htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(108);
+/* harmony import */ var _utils_object__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(119);
+/* harmony import */ var _languageFacts_dataProvider__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(116);
+/* harmony import */ var _parser_htmlEntities__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(114);
+/* harmony import */ var _utils_strings__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(115);
+/* harmony import */ var vscode_nls__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(68);
 /*---------------------------------------------------------------------------------------------
  *  Copyright (c) Microsoft Corporation. All rights reserved.
  *  Licensed under the MIT License. See License.txt in the project root for license information.
@@ -51726,34 +51527,36 @@ __webpack_require__.r(__webpack_exports__);
 
 
 
+
+
+var localize = vscode_nls__WEBPACK_IMPORTED_MODULE_6__.loadMessageBundle();
 var HTMLHover = /** @class */ (function () {
-    function HTMLHover(clientCapabilities) {
-        this.clientCapabilities = clientCapabilities;
+    function HTMLHover(lsOptions, dataManager) {
+        this.lsOptions = lsOptions;
+        this.dataManager = dataManager;
     }
     HTMLHover.prototype.doHover = function (document, position, htmlDocument) {
         var convertContents = this.convertContents.bind(this);
         var doesSupportMarkdown = this.doesSupportMarkdown();
         var offset = document.offsetAt(position);
         var node = htmlDocument.findNodeAt(offset);
+        var text = document.getText();
         if (!node || !node.tag) {
             return null;
         }
-        var dataProviders = Object(_languageFacts_builtinDataProviders__WEBPACK_IMPORTED_MODULE_3__["getAllDataProviders"])().filter(function (p) { return p.isApplicable(document.languageId); });
+        var dataProviders = this.dataManager.getDataProviders().filter(function (p) { return p.isApplicable(document.languageId); });
         function getTagHover(currTag, range, open) {
-            currTag = currTag.toLowerCase();
             var _loop_1 = function (provider) {
                 var hover = null;
                 provider.provideTags().forEach(function (tag) {
                     if (tag.name.toLowerCase() === currTag.toLowerCase()) {
-                        var tagLabel = open ? '<' + currTag + '>' : '</' + currTag + '>';
-                        var markupContent = Object(_languageFacts_dataProvider__WEBPACK_IMPORTED_MODULE_5__["generateDocumentation"])(tag, doesSupportMarkdown);
+                        var markupContent = (0,_languageFacts_dataProvider__WEBPACK_IMPORTED_MODULE_3__.generateDocumentation)(tag, doesSupportMarkdown);
                         if (!markupContent) {
                             markupContent = {
                                 kind: doesSupportMarkdown ? 'markdown' : 'plaintext',
                                 value: ''
                             };
                         }
-                        markupContent.value = '```html\n' + tagLabel + '\n```\n' + markupContent.value;
                         hover = { contents: markupContent, range: range };
                     }
                 });
@@ -51771,12 +51574,11 @@ var HTMLHover = /** @class */ (function () {
             return null;
         }
         function getAttrHover(currTag, currAttr, range) {
-            currTag = currTag.toLowerCase();
             var _loop_2 = function (provider) {
                 var hover = null;
                 provider.provideAttributes(currTag).forEach(function (attr) {
                     if (currAttr === attr.name && attr.description) {
-                        var contentsDoc = Object(_languageFacts_dataProvider__WEBPACK_IMPORTED_MODULE_5__["generateDocumentation"])(attr, doesSupportMarkdown);
+                        var contentsDoc = (0,_languageFacts_dataProvider__WEBPACK_IMPORTED_MODULE_3__.generateDocumentation)(attr, doesSupportMarkdown);
                         if (contentsDoc) {
                             hover = { contents: contentsDoc, range: range };
                         }
@@ -51799,12 +51601,11 @@ var HTMLHover = /** @class */ (function () {
             return null;
         }
         function getAttrValueHover(currTag, currAttr, currAttrValue, range) {
-            currTag = currTag.toLowerCase();
             var _loop_3 = function (provider) {
                 var hover = null;
                 provider.provideValues(currTag, currAttr).forEach(function (attrValue) {
                     if (currAttrValue === attrValue.name && attrValue.description) {
-                        var contentsDoc = Object(_languageFacts_dataProvider__WEBPACK_IMPORTED_MODULE_5__["generateDocumentation"])(attrValue, doesSupportMarkdown);
+                        var contentsDoc = (0,_languageFacts_dataProvider__WEBPACK_IMPORTED_MODULE_3__.generateDocumentation)(attrValue, doesSupportMarkdown);
                         if (contentsDoc) {
                             hover = { contents: contentsDoc, range: range };
                         }
@@ -51826,10 +51627,42 @@ var HTMLHover = /** @class */ (function () {
             }
             return null;
         }
+        function getEntityHover(text, range) {
+            var currEntity = filterEntity(text);
+            for (var entity in _parser_htmlEntities__WEBPACK_IMPORTED_MODULE_4__.entities) {
+                var hover = null;
+                var label = '&' + entity;
+                if (currEntity === label) {
+                    var code = _parser_htmlEntities__WEBPACK_IMPORTED_MODULE_4__.entities[entity].charCodeAt(0).toString(16).toUpperCase();
+                    var hex = 'U+';
+                    if (code.length < 4) {
+                        var zeroes = 4 - code.length;
+                        var k = 0;
+                        while (k < zeroes) {
+                            hex += '0';
+                            k += 1;
+                        }
+                    }
+                    hex += code;
+                    var contentsDoc = localize('entity.propose', "Character entity representing '" + _parser_htmlEntities__WEBPACK_IMPORTED_MODULE_4__.entities[entity] + "', unicode equivalent '" + hex + "'");
+                    if (contentsDoc) {
+                        hover = { contents: contentsDoc, range: range };
+                    }
+                    else {
+                        hover = null;
+                    }
+                }
+                if (hover) {
+                    hover.contents = convertContents(hover.contents);
+                    return hover;
+                }
+            }
+            return null;
+        }
         function getTagNameRange(tokenType, startOffset) {
-            var scanner = Object(_parser_htmlScanner__WEBPACK_IMPORTED_MODULE_0__["createScanner"])(document.getText(), startOffset);
+            var scanner = (0,_parser_htmlScanner__WEBPACK_IMPORTED_MODULE_0__.createScanner)(document.getText(), startOffset);
             var token = scanner.scan();
-            while (token !== _htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_2__["TokenType"].EOS && (scanner.getTokenEnd() < offset || scanner.getTokenEnd() === offset && token !== tokenType)) {
+            while (token !== _htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_2__.TokenType.EOS && (scanner.getTokenEnd() < offset || scanner.getTokenEnd() === offset && token !== tokenType)) {
                 token = scanner.scan();
             }
             if (token === tokenType && offset <= scanner.getTokenEnd()) {
@@ -51837,36 +51670,79 @@ var HTMLHover = /** @class */ (function () {
             }
             return null;
         }
+        function getEntityRange() {
+            var k = offset - 1;
+            var characterStart = position.character;
+            while (k >= 0 && (0,_utils_strings__WEBPACK_IMPORTED_MODULE_5__.isLetterOrDigit)(text, k)) {
+                k--;
+                characterStart--;
+            }
+            var n = k + 1;
+            var characterEnd = characterStart;
+            while ((0,_utils_strings__WEBPACK_IMPORTED_MODULE_5__.isLetterOrDigit)(text, n)) {
+                n++;
+                characterEnd++;
+            }
+            if (k >= 0 && text[k] === '&') {
+                var range = null;
+                if (text[n] === ';') {
+                    range = vscode_languageserver_types__WEBPACK_IMPORTED_MODULE_1__.Range.create(vscode_languageserver_types__WEBPACK_IMPORTED_MODULE_1__.Position.create(position.line, characterStart), vscode_languageserver_types__WEBPACK_IMPORTED_MODULE_1__.Position.create(position.line, characterEnd + 1));
+                }
+                else {
+                    range = vscode_languageserver_types__WEBPACK_IMPORTED_MODULE_1__.Range.create(vscode_languageserver_types__WEBPACK_IMPORTED_MODULE_1__.Position.create(position.line, characterStart), vscode_languageserver_types__WEBPACK_IMPORTED_MODULE_1__.Position.create(position.line, characterEnd));
+                }
+                return range;
+            }
+            return null;
+        }
+        function filterEntity(text) {
+            var k = offset - 1;
+            var newText = '&';
+            while (k >= 0 && (0,_utils_strings__WEBPACK_IMPORTED_MODULE_5__.isLetterOrDigit)(text, k)) {
+                k--;
+            }
+            k = k + 1;
+            while ((0,_utils_strings__WEBPACK_IMPORTED_MODULE_5__.isLetterOrDigit)(text, k)) {
+                newText += text[k];
+                k += 1;
+            }
+            newText += ';';
+            return newText;
+        }
         if (node.endTagStart && offset >= node.endTagStart) {
-            var tagRange_1 = getTagNameRange(_htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_2__["TokenType"].EndTag, node.endTagStart);
+            var tagRange_1 = getTagNameRange(_htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_2__.TokenType.EndTag, node.endTagStart);
             if (tagRange_1) {
                 return getTagHover(node.tag, tagRange_1, false);
             }
             return null;
         }
-        var tagRange = getTagNameRange(_htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_2__["TokenType"].StartTag, node.start);
+        var tagRange = getTagNameRange(_htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_2__.TokenType.StartTag, node.start);
         if (tagRange) {
             return getTagHover(node.tag, tagRange, true);
         }
-        var attrRange = getTagNameRange(_htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_2__["TokenType"].AttributeName, node.start);
+        var attrRange = getTagNameRange(_htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_2__.TokenType.AttributeName, node.start);
         if (attrRange) {
             var tag = node.tag;
             var attr = document.getText(attrRange);
             return getAttrHover(tag, attr, attrRange);
         }
+        var entityRange = getEntityRange();
+        if (entityRange) {
+            return getEntityHover(text, entityRange);
+        }
         function scanAttrAndAttrValue(nodeStart, attrValueStart) {
-            var scanner = Object(_parser_htmlScanner__WEBPACK_IMPORTED_MODULE_0__["createScanner"])(document.getText(), nodeStart);
+            var scanner = (0,_parser_htmlScanner__WEBPACK_IMPORTED_MODULE_0__.createScanner)(document.getText(), nodeStart);
             var token = scanner.scan();
             var prevAttr = undefined;
-            while (token !== _htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_2__["TokenType"].EOS && (scanner.getTokenEnd() <= attrValueStart)) {
+            while (token !== _htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_2__.TokenType.EOS && (scanner.getTokenEnd() <= attrValueStart)) {
                 token = scanner.scan();
-                if (token === _htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_2__["TokenType"].AttributeName) {
+                if (token === _htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_2__.TokenType.AttributeName) {
                     prevAttr = scanner.getTokenText();
                 }
             }
             return prevAttr;
         }
-        var attrValueRange = getTagNameRange(_htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_2__["TokenType"].AttributeValue, node.start);
+        var attrValueRange = getTagNameRange(_htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_2__.TokenType.AttributeValue, node.start);
         if (attrValueRange) {
             var tag = node.tag;
             var attrValue = trimQuotes(document.getText(attrValueRange));
@@ -51903,13 +51779,14 @@ var HTMLHover = /** @class */ (function () {
         return contents;
     };
     HTMLHover.prototype.doesSupportMarkdown = function () {
-        if (!Object(_utils_object__WEBPACK_IMPORTED_MODULE_4__["isDefined"])(this.supportsMarkdown)) {
-            if (!Object(_utils_object__WEBPACK_IMPORTED_MODULE_4__["isDefined"])(this.clientCapabilities)) {
+        var _a, _b, _c;
+        if (!(0,_utils_object__WEBPACK_IMPORTED_MODULE_7__.isDefined)(this.supportsMarkdown)) {
+            if (!(0,_utils_object__WEBPACK_IMPORTED_MODULE_7__.isDefined)(this.lsOptions.clientCapabilities)) {
                 this.supportsMarkdown = true;
                 return this.supportsMarkdown;
             }
-            var hover = this.clientCapabilities && this.clientCapabilities.textDocument && this.clientCapabilities.textDocument.hover;
-            this.supportsMarkdown = hover && hover.contentFormat && Array.isArray(hover.contentFormat) && hover.contentFormat.indexOf(vscode_languageserver_types__WEBPACK_IMPORTED_MODULE_1__["MarkupKind"].Markdown) !== -1;
+            var contentFormat = (_c = (_b = (_a = this.lsOptions.clientCapabilities) === null || _a === void 0 ? void 0 : _a.textDocument) === null || _b === void 0 ? void 0 : _b.hover) === null || _c === void 0 ? void 0 : _c.contentFormat;
+            this.supportsMarkdown = Array.isArray(contentFormat) && contentFormat.indexOf(vscode_languageserver_types__WEBPACK_IMPORTED_MODULE_1__.MarkupKind.Markdown) !== -1;
         }
         return this.supportsMarkdown;
     };
@@ -51931,15 +51808,16 @@ function trimQuotes(s) {
 
 
 /***/ }),
-/* 126 */
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
+/* 121 */
+/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
 
-"use strict";
 __webpack_require__.r(__webpack_exports__);
-/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "format", function() { return format; });
-/* harmony import */ var vscode_languageserver_types__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(45);
-/* harmony import */ var _beautify_beautify_html__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(127);
-/* harmony import */ var _utils_strings__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(119);
+/* harmony export */ __webpack_require__.d(__webpack_exports__, {
+/* harmony export */   "format": () => /* binding */ format
+/* harmony export */ });
+/* harmony import */ var vscode_languageserver_types__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(109);
+/* harmony import */ var _beautify_beautify_html__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(122);
+/* harmony import */ var _utils_strings__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(115);
 /*---------------------------------------------------------------------------------------------
  *  Copyright (c) Microsoft Corporation. All rights reserved.
  *  Licensed under the MIT License. See License.txt in the project root for license information.
@@ -51977,7 +51855,7 @@ function format(document, range, options) {
         if (extendedEnd === value.length || isEOL(value, extendedEnd)) {
             endOffset = extendedEnd;
         }
-        range = vscode_languageserver_types__WEBPACK_IMPORTED_MODULE_0__["Range"].create(document.positionAt(startOffset), document.positionAt(endOffset));
+        range = vscode_languageserver_types__WEBPACK_IMPORTED_MODULE_0__.Range.create(document.positionAt(startOffset), document.positionAt(endOffset));
         // Do not modify if substring starts in inside an element
         // Ending inside an element is fine as it doesn't cause formatting errors
         var firstHalf = value.substring(0, startOffset);
@@ -51992,12 +51870,12 @@ function format(document, range, options) {
         includesEnd = endOffset === value.length;
         value = value.substring(startOffset, endOffset);
         if (startOffset !== 0) {
-            var startOfLineOffset = document.offsetAt(vscode_languageserver_types__WEBPACK_IMPORTED_MODULE_0__["Position"].create(range.start.line, 0));
+            var startOfLineOffset = document.offsetAt(vscode_languageserver_types__WEBPACK_IMPORTED_MODULE_0__.Position.create(range.start.line, 0));
             initialIndentLevel = computeIndentLevel(document.getText(), startOfLineOffset, options);
         }
     }
     else {
-        range = vscode_languageserver_types__WEBPACK_IMPORTED_MODULE_0__["Range"].create(vscode_languageserver_types__WEBPACK_IMPORTED_MODULE_0__["Position"].create(0, 0), document.positionAt(value.length));
+        range = vscode_languageserver_types__WEBPACK_IMPORTED_MODULE_0__.Range.create(vscode_languageserver_types__WEBPACK_IMPORTED_MODULE_0__.Position.create(0, 0), document.positionAt(value.length));
     }
     var htmlOptions = {
         indent_size: tabSize,
@@ -52016,9 +51894,9 @@ function format(document, range, options) {
         wrap_attributes_indent_size: getFormatOption(options, 'wrapAttributesIndentSize', void 0),
         eol: '\n'
     };
-    var result = Object(_beautify_beautify_html__WEBPACK_IMPORTED_MODULE_1__["html_beautify"])(trimLeft(value), htmlOptions);
+    var result = (0,_beautify_beautify_html__WEBPACK_IMPORTED_MODULE_1__.html_beautify)(trimLeft(value), htmlOptions);
     if (initialIndentLevel > 0) {
-        var indent = options.insertSpaces ? Object(_utils_strings__WEBPACK_IMPORTED_MODULE_2__["repeat"])(' ', tabSize * initialIndentLevel) : Object(_utils_strings__WEBPACK_IMPORTED_MODULE_2__["repeat"])('\t', initialIndentLevel);
+        var indent = options.insertSpaces ? (0,_utils_strings__WEBPACK_IMPORTED_MODULE_2__.repeat)(' ', tabSize * initialIndentLevel) : (0,_utils_strings__WEBPACK_IMPORTED_MODULE_2__.repeat)('\t', initialIndentLevel);
         result = result.split('\n').join('\n' + indent);
         if (range.start.character === 0) {
             result = indent + result; // keep the indent
@@ -52073,7 +51951,7 @@ function computeIndentLevel(content, offset, options) {
 function getEOL(document) {
     var text = document.getText();
     if (document.lineCount > 1) {
-        var to = document.offsetAt(vscode_languageserver_types__WEBPACK_IMPORTED_MODULE_0__["Position"].create(1, 0));
+        var to = document.offsetAt(vscode_languageserver_types__WEBPACK_IMPORTED_MODULE_0__.Position.create(1, 0));
         var from = to;
         while (from > 0 && isEOL(text, from - 1)) {
             from--;
@@ -52091,16 +51969,17 @@ function isWhitespace(text, offset) {
 
 
 /***/ }),
-/* 127 */
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
+/* 122 */
+/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
 
-"use strict";
 __webpack_require__.r(__webpack_exports__);
-/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "html_beautify", function() { return html_beautify; });
-/* harmony import */ var _beautify__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(128);
-/* harmony import */ var _beautify_css__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(129);
+/* harmony export */ __webpack_require__.d(__webpack_exports__, {
+/* harmony export */   "html_beautify": () => /* binding */ html_beautify
+/* harmony export */ });
+/* harmony import */ var _beautify__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(124);
+/* harmony import */ var _beautify_css__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(123);
 // copied from js-beautify/js/lib/beautify-html.js
-// version: 1.10.3
+// version: 1.11.0
 /* AUTO-GENERATED. DO NOT MODIFY. */
 /*
 
@@ -52184,7 +52063,7 @@ var legacy_beautify_html =
 /******/       var installedModules = {};
 /******/
 /******/       // The require function
-/******/       function __webpack_require__(moduleId) {
+/******/       function __nested_webpack_require_3664__(moduleId) {
 /******/
 /******/               // Check if module is in cache
 /******/               if(installedModules[moduleId]) {
@@ -52198,7 +52077,7 @@ var legacy_beautify_html =
 /******/               };
 /******/
 /******/               // Execute the module function
-/******/               modules[moduleId].call(module.exports, module, module.exports, __webpack_require__);
+/******/               modules[moduleId].call(module.exports, module, module.exports, __nested_webpack_require_3664__);
 /******/
 /******/               // Flag the module as loaded
 /******/               module.l = true;
@@ -52209,20 +52088,20 @@ var legacy_beautify_html =
 /******/
 /******/
 /******/       // expose the modules object (__webpack_modules__)
-/******/       __webpack_require__.m = modules;
+/******/       __nested_webpack_require_3664__.m = modules;
 /******/
 /******/       // expose the module cache
-/******/       __webpack_require__.c = installedModules;
+/******/       __nested_webpack_require_3664__.c = installedModules;
 /******/
 /******/       // define getter function for harmony exports
-/******/       __webpack_require__.d = function(exports, name, getter) {
-/******/               if(!__webpack_require__.o(exports, name)) {
+/******/       __nested_webpack_require_3664__.d = function(exports, name, getter) {
+/******/               if(!__nested_webpack_require_3664__.o(exports, name)) {
 /******/                       Object.defineProperty(exports, name, { enumerable: true, get: getter });
 /******/               }
 /******/       };
 /******/
 /******/       // define __esModule on exports
-/******/       __webpack_require__.r = function(exports) {
+/******/       __nested_webpack_require_3664__.r = function(exports) {
 /******/               if(typeof Symbol !== 'undefined' && Symbol.toStringTag) {
 /******/                       Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
 /******/               }
@@ -52234,42 +52113,42 @@ var legacy_beautify_html =
 /******/       // mode & 2: merge all properties of value into the ns
 /******/       // mode & 4: return value when already ns object
 /******/       // mode & 8|1: behave like require
-/******/       __webpack_require__.t = function(value, mode) {
-/******/               if(mode & 1) value = __webpack_require__(value);
+/******/       __nested_webpack_require_3664__.t = function(value, mode) {
+/******/               if(mode & 1) value = __nested_webpack_require_3664__(value);
 /******/               if(mode & 8) return value;
 /******/               if((mode & 4) && typeof value === 'object' && value && value.__esModule) return value;
 /******/               var ns = Object.create(null);
-/******/               __webpack_require__.r(ns);
+/******/               __nested_webpack_require_3664__.r(ns);
 /******/               Object.defineProperty(ns, 'default', { enumerable: true, value: value });
-/******/               if(mode & 2 && typeof value != 'string') for(var key in value) __webpack_require__.d(ns, key, function(key) { return value[key]; }.bind(null, key));
+/******/               if(mode & 2 && typeof value != 'string') for(var key in value) __nested_webpack_require_3664__.d(ns, key, function(key) { return value[key]; }.bind(null, key));
 /******/               return ns;
 /******/       };
 /******/
 /******/       // getDefaultExport function for compatibility with non-harmony modules
-/******/       __webpack_require__.n = function(module) {
+/******/       __nested_webpack_require_3664__.n = function(module) {
 /******/               var getter = module && module.__esModule ?
 /******/                       function getDefault() { return module['default']; } :
 /******/                       function getModuleExports() { return module; };
-/******/               __webpack_require__.d(getter, 'a', getter);
+/******/               __nested_webpack_require_3664__.d(getter, 'a', getter);
 /******/               return getter;
 /******/       };
 /******/
 /******/       // Object.prototype.hasOwnProperty.call
-/******/       __webpack_require__.o = function(object, property) { return Object.prototype.hasOwnProperty.call(object, property); };
+/******/       __nested_webpack_require_3664__.o = function(object, property) { return Object.prototype.hasOwnProperty.call(object, property); };
 /******/
 /******/       // __webpack_public_path__
-/******/       __webpack_require__.p = "";
+/******/       __nested_webpack_require_3664__.p = "";
 /******/
 /******/
 /******/       // Load entry module and return exports
-/******/       return __webpack_require__(__webpack_require__.s = 18);
+/******/       return __nested_webpack_require_3664__(__nested_webpack_require_3664__.s = 18);
 /******/ })
 /************************************************************************/
 /******/ ([
 /* 0 */,
 /* 1 */,
 /* 2 */
-/***/ (function(module, exports, __webpack_require__) {
+/***/ (function(module, exports, __nested_webpack_require_7147__) {
 
 "use strict";
 /*jshint node:true */
@@ -52695,7 +52574,7 @@ module.exports.Output = Output;
 
 /***/ }),
 /* 3 */
-/***/ (function(module, exports, __webpack_require__) {
+/***/ (function(module, exports, __nested_webpack_require_19580__) {
 
 "use strict";
 /*jshint node:true */
@@ -52758,7 +52637,7 @@ module.exports.Token = Token;
 /* 4 */,
 /* 5 */,
 /* 6 */
-/***/ (function(module, exports, __webpack_require__) {
+/***/ (function(module, exports, __nested_webpack_require_21527__) {
 
 "use strict";
 /*jshint node:true */
@@ -52959,7 +52838,7 @@ module.exports.mergeOpts = _mergeOpts;
 /***/ }),
 /* 7 */,
 /* 8 */
-/***/ (function(module, exports, __webpack_require__) {
+/***/ (function(module, exports, __nested_webpack_require_28319__) {
 
 "use strict";
 /*jshint node:true */
@@ -53158,7 +53037,7 @@ module.exports.InputScanner = InputScanner;
 
 /***/ }),
 /* 9 */
-/***/ (function(module, exports, __webpack_require__) {
+/***/ (function(module, exports, __nested_webpack_require_34031__) {
 
 "use strict";
 /*jshint node:true */
@@ -53191,10 +53070,10 @@ module.exports.InputScanner = InputScanner;
 
 
 
-var InputScanner = __webpack_require__(8).InputScanner;
-var Token = __webpack_require__(3).Token;
-var TokenStream = __webpack_require__(10).TokenStream;
-var WhitespacePattern = __webpack_require__(11).WhitespacePattern;
+var InputScanner = __nested_webpack_require_34031__(8).InputScanner;
+var Token = __nested_webpack_require_34031__(3).Token;
+var TokenStream = __nested_webpack_require_34031__(10).TokenStream;
+var WhitespacePattern = __nested_webpack_require_34031__(11).WhitespacePattern;
 
 var TOKEN = {
   START: 'TK_START',
@@ -53305,7 +53184,7 @@ module.exports.TOKEN = TOKEN;
 
 /***/ }),
 /* 10 */
-/***/ (function(module, exports, __webpack_require__) {
+/***/ (function(module, exports, __nested_webpack_require_38146__) {
 
 "use strict";
 /*jshint node:true */
@@ -53390,7 +53269,7 @@ module.exports.TokenStream = TokenStream;
 
 /***/ }),
 /* 11 */
-/***/ (function(module, exports, __webpack_require__) {
+/***/ (function(module, exports, __nested_webpack_require_40484__) {
 
 "use strict";
 /*jshint node:true */
@@ -53423,7 +53302,7 @@ module.exports.TokenStream = TokenStream;
 
 
 
-var Pattern = __webpack_require__(12).Pattern;
+var Pattern = __nested_webpack_require_40484__(12).Pattern;
 
 function WhitespacePattern(input_scanner, parent) {
   Pattern.call(this, input_scanner, parent);
@@ -53502,7 +53381,7 @@ module.exports.WhitespacePattern = WhitespacePattern;
 
 /***/ }),
 /* 12 */
-/***/ (function(module, exports, __webpack_require__) {
+/***/ (function(module, exports, __nested_webpack_require_43972__) {
 
 "use strict";
 /*jshint node:true */
@@ -53603,7 +53482,7 @@ module.exports.Pattern = Pattern;
 
 /***/ }),
 /* 13 */
-/***/ (function(module, exports, __webpack_require__) {
+/***/ (function(module, exports, __nested_webpack_require_47072__) {
 
 "use strict";
 /*jshint node:true */
@@ -53672,7 +53551,7 @@ module.exports.Directives = Directives;
 
 /***/ }),
 /* 14 */
-/***/ (function(module, exports, __webpack_require__) {
+/***/ (function(module, exports, __nested_webpack_require_49554__) {
 
 "use strict";
 /*jshint node:true */
@@ -53705,7 +53584,7 @@ module.exports.Directives = Directives;
 
 
 
-var Pattern = __webpack_require__(12).Pattern;
+var Pattern = __nested_webpack_require_49554__(12).Pattern;
 
 
 var template_names = {
@@ -53873,7 +53752,7 @@ module.exports.TemplatablePattern = TemplatablePattern;
 /* 16 */,
 /* 17 */,
 /* 18 */
-/***/ (function(module, exports, __webpack_require__) {
+/***/ (function(module, exports, __nested_webpack_require_56152__) {
 
 "use strict";
 /*jshint node:true */
@@ -53906,8 +53785,8 @@ module.exports.TemplatablePattern = TemplatablePattern;
 
 
 
-var Beautifier = __webpack_require__(19).Beautifier,
-  Options = __webpack_require__(20).Options;
+var Beautifier = __nested_webpack_require_56152__(19).Beautifier,
+  Options = __nested_webpack_require_56152__(20).Options;
 
 function style_html(html_source, options, js_beautify, css_beautify) {
   var beautifier = new Beautifier(html_source, options, js_beautify, css_beautify);
@@ -53922,7 +53801,7 @@ module.exports.defaultOptions = function() {
 
 /***/ }),
 /* 19 */
-/***/ (function(module, exports, __webpack_require__) {
+/***/ (function(module, exports, __nested_webpack_require_57823__) {
 
 "use strict";
 /*jshint node:true */
@@ -53955,10 +53834,10 @@ module.exports.defaultOptions = function() {
 
 
 
-var Options = __webpack_require__(20).Options;
-var Output = __webpack_require__(2).Output;
-var Tokenizer = __webpack_require__(21).Tokenizer;
-var TOKEN = __webpack_require__(21).TOKEN;
+var Options = __nested_webpack_require_57823__(20).Options;
+var Output = __nested_webpack_require_57823__(2).Output;
+var Tokenizer = __nested_webpack_require_57823__(21).Tokenizer;
+var TOKEN = __nested_webpack_require_57823__(21).TOKEN;
 
 var lineBreak = /\r\n|[\r\n]/;
 var allLineBreaks = /\r\n|[\r\n]/g;
@@ -54086,7 +53965,7 @@ var get_custom_beautifier_name = function(tag_check, raw_token) {
   // For those without a type attribute use default;
   if (typeAttribute.search('text/css') > -1) {
     result = 'css';
-  } else if (typeAttribute.search(/(text|application|dojo)\/(x-)?(javascript|ecmascript|jscript|livescript|(ld\+)?json|method|aspect)/) > -1) {
+  } else if (typeAttribute.search(/module|((text|application|dojo)\/(x-)?(javascript|ecmascript|jscript|livescript|(ld\+)?json|method|aspect))/) > -1) {
     result = 'javascript';
   } else if (typeAttribute.search(/(text|application|dojo)\/(x-)?(html)/) > -1) {
     result = 'html';
@@ -54477,6 +54356,7 @@ Beautifier.prototype._handle_tag_open = function(printer, raw_token, last_tag_to
     // End element tags for unformatted or content_unformatted elements
     // are printed raw to keep any newlines inside them exactly the same.
     printer.add_raw_token(raw_token);
+    parser_token.start_tag_token = this._tag_stack.try_pop(parser_token.tag_name);
   } else {
     printer.traverse_whitespace(raw_token);
     this._set_tag_position(printer, raw_token, parser_token, last_tag_token, last_token);
@@ -54532,8 +54412,13 @@ var TagOpenParserToken = function(parent, raw_token) {
       tag_check_match = raw_token.text.match(/^<([^\s>]*)/);
       this.tag_check = tag_check_match ? tag_check_match[1] : '';
     } else {
-      tag_check_match = raw_token.text.match(/^{{[#\^]?([^\s}]+)/);
+      tag_check_match = raw_token.text.match(/^{{(?:[\^]|#\*?)?([^\s}]+)/);
       this.tag_check = tag_check_match ? tag_check_match[1] : '';
+
+      // handle "{{#> myPartial}}
+      if (raw_token.text === '{{#>' && this.tag_check === '>' && raw_token.next !== null) {
+        this.tag_check = raw_token.next.text;
+      }
     }
     this.tag_check = this.tag_check.toLowerCase();
 
@@ -54662,7 +54547,8 @@ Beautifier.prototype._set_tag_position = function(printer, raw_token, parser_tok
 };
 
 //To be used for <p> tag special case:
-//var p_closers = ['address', 'article', 'aside', 'blockquote', 'details', 'div', 'dl', 'fieldset', 'figcaption', 'figure', 'footer', 'form', 'h1', 'h2', 'h3', 'h4', 'h5', 'h6', 'header', 'hr', 'main', 'nav', 'ol', 'p', 'pre', 'section', 'table', 'ul'];
+var p_closers = ['address', 'article', 'aside', 'blockquote', 'details', 'div', 'dl', 'fieldset', 'figcaption', 'figure', 'footer', 'form', 'h1', 'h2', 'h3', 'h4', 'h5', 'h6', 'header', 'hr', 'main', 'nav', 'ol', 'p', 'pre', 'section', 'table', 'ul'];
+var p_parent_excludes = ['a', 'audio', 'del', 'ins', 'map', 'noscript', 'video'];
 
 Beautifier.prototype._do_optional_end_element = function(parser_token) {
   var result = null;
@@ -54673,7 +54559,9 @@ Beautifier.prototype._do_optional_end_element = function(parser_token) {
   if (parser_token.is_empty_element || !parser_token.is_start_tag || !parser_token.parent) {
     return;
 
-  } else if (parser_token.tag_name === 'body') {
+  }
+
+  if (parser_token.tag_name === 'body') {
     // A head element’s end tag may be omitted if the head element is not immediately followed by a space character or a comment.
     result = result || this._tag_stack.try_pop('head');
 
@@ -54690,11 +54578,16 @@ Beautifier.prototype._do_optional_end_element = function(parser_token) {
     result = result || this._tag_stack.try_pop('dt', ['dl']);
     result = result || this._tag_stack.try_pop('dd', ['dl']);
 
-    //} else if (p_closers.indexOf(parser_token.tag_name) !== -1) {
-    //TODO: THIS IS A BUG FARM. We are not putting this into 1.8.0 as it is likely to blow up.
-    //A p element’s end tag may be omitted if the p element is immediately followed by an address, article, aside, blockquote, details, div, dl, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hr, main, nav, ol, p, pre, section, table, or ul element, or if there is no more content in the parent element and the parent element is an HTML element that is not an a, audio, del, ins, map, noscript, or video element, or an autonomous custom element.
-    //result = result || this._tag_stack.try_pop('p', ['body']);
 
+  } else if (parser_token.parent.tag_name === 'p' && p_closers.indexOf(parser_token.tag_name) !== -1) {
+    // IMPORTANT: this else-if works because p_closers has no overlap with any other element we look for in this method
+    // check for the parent element is an HTML element that is not an <a>, <audio>, <del>, <ins>, <map>, <noscript>, or <video> element,  or an autonomous custom element.
+    // To do this right, this needs to be coded as an inclusion of the inverse of the exclusion above.
+    // But to start with (if we ignore "autonomous custom elements") the exclusion would be fine.
+    var p_parent = parser_token.parent.parent;
+    if (!p_parent || p_parent_excludes.indexOf(p_parent.tag_name) === -1) {
+      result = result || this._tag_stack.try_pop('p');
+    }
   } else if (parser_token.tag_name === 'rp' || parser_token.tag_name === 'rt') {
     // An rt element’s end tag may be omitted if the rt element is immediately followed by an rt or rp element, or if there is no more content in the parent element.
     // An rp element’s end tag may be omitted if the rp element is immediately followed by an rt or rp element, or if there is no more content in the parent element.
@@ -54769,7 +54662,7 @@ module.exports.Beautifier = Beautifier;
 
 /***/ }),
 /* 20 */
-/***/ (function(module, exports, __webpack_require__) {
+/***/ (function(module, exports, __nested_webpack_require_92681__) {
 
 "use strict";
 /*jshint node:true */
@@ -54802,7 +54695,7 @@ module.exports.Beautifier = Beautifier;
 
 
 
-var BaseOptions = __webpack_require__(6).Options;
+var BaseOptions = __nested_webpack_require_92681__(6).Options;
 
 function Options(options) {
   BaseOptions.call(this, options, 'html');
@@ -54867,7 +54760,7 @@ module.exports.Options = Options;
 
 /***/ }),
 /* 21 */
-/***/ (function(module, exports, __webpack_require__) {
+/***/ (function(module, exports, __nested_webpack_require_96875__) {
 
 "use strict";
 /*jshint node:true */
@@ -54900,11 +54793,11 @@ module.exports.Options = Options;
 
 
 
-var BaseTokenizer = __webpack_require__(9).Tokenizer;
-var BASETOKEN = __webpack_require__(9).TOKEN;
-var Directives = __webpack_require__(13).Directives;
-var TemplatablePattern = __webpack_require__(14).TemplatablePattern;
-var Pattern = __webpack_require__(12).Pattern;
+var BaseTokenizer = __nested_webpack_require_96875__(9).Tokenizer;
+var BASETOKEN = __nested_webpack_require_96875__(9).TOKEN;
+var Directives = __nested_webpack_require_96875__(13).Directives;
+var TemplatablePattern = __nested_webpack_require_96875__(14).TemplatablePattern;
+var Pattern = __nested_webpack_require_96875__(12).Pattern;
 
 var TOKEN = {
   TAG_OPEN: 'TK_TAG_OPEN',
@@ -55205,38 +55098,19 @@ module.exports.TOKEN = TOKEN;
 /******/ ]);
 
 function html_beautify(html_source, options) {
-    return legacy_beautify_html(html_source, options, _beautify__WEBPACK_IMPORTED_MODULE_0__["js_beautify"], _beautify_css__WEBPACK_IMPORTED_MODULE_1__["css_beautify"]);
-}
-
-/***/ }),
-/* 128 */
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
-
-"use strict";
-__webpack_require__.r(__webpack_exports__);
-/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "js_beautify", function() { return js_beautify; });
-/*---------------------------------------------------------------------------------------------
- *  Copyright (c) Microsoft Corporation. All rights reserved.
- *  Licensed under the MIT License. See License.txt in the project root for license information.
- *--------------------------------------------------------------------------------------------*/
-/*
- * Mock for the JS formatter. Ignore formatting of JS content in HTML.
- */
-function js_beautify(js_source_text, options) {
-    // no formatting
-    return js_source_text;
+    return legacy_beautify_html(html_source, options, _beautify__WEBPACK_IMPORTED_MODULE_1__.js_beautify, _beautify_css__WEBPACK_IMPORTED_MODULE_0__.css_beautify);
 }
 
-
 /***/ }),
-/* 129 */
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
+/* 123 */
+/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
 
-"use strict";
 __webpack_require__.r(__webpack_exports__);
-/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "css_beautify", function() { return css_beautify; });
+/* harmony export */ __webpack_require__.d(__webpack_exports__, {
+/* harmony export */   "css_beautify": () => /* binding */ css_beautify
+/* harmony export */ });
 // copied from js-beautify/js/lib/beautify-css.js
-// version: 1.10.3
+// version: 1.11.0
 /* AUTO-GENERATED. DO NOT MODIFY. */
 /*
 
@@ -55307,7 +55181,7 @@ var legacy_beautify_css =
 /******/       var installedModules = {};
 /******/
 /******/       // The require function
-/******/       function __webpack_require__(moduleId) {
+/******/       function __nested_webpack_require_2800__(moduleId) {
 /******/
 /******/               // Check if module is in cache
 /******/               if(installedModules[moduleId]) {
@@ -55321,7 +55195,7 @@ var legacy_beautify_css =
 /******/               };
 /******/
 /******/               // Execute the module function
-/******/               modules[moduleId].call(module.exports, module, module.exports, __webpack_require__);
+/******/               modules[moduleId].call(module.exports, module, module.exports, __nested_webpack_require_2800__);
 /******/
 /******/               // Flag the module as loaded
 /******/               module.l = true;
@@ -55332,20 +55206,20 @@ var legacy_beautify_css =
 /******/
 /******/
 /******/       // expose the modules object (__webpack_modules__)
-/******/       __webpack_require__.m = modules;
+/******/       __nested_webpack_require_2800__.m = modules;
 /******/
 /******/       // expose the module cache
-/******/       __webpack_require__.c = installedModules;
+/******/       __nested_webpack_require_2800__.c = installedModules;
 /******/
 /******/       // define getter function for harmony exports
-/******/       __webpack_require__.d = function(exports, name, getter) {
-/******/               if(!__webpack_require__.o(exports, name)) {
+/******/       __nested_webpack_require_2800__.d = function(exports, name, getter) {
+/******/               if(!__nested_webpack_require_2800__.o(exports, name)) {
 /******/                       Object.defineProperty(exports, name, { enumerable: true, get: getter });
 /******/               }
 /******/       };
 /******/
 /******/       // define __esModule on exports
-/******/       __webpack_require__.r = function(exports) {
+/******/       __nested_webpack_require_2800__.r = function(exports) {
 /******/               if(typeof Symbol !== 'undefined' && Symbol.toStringTag) {
 /******/                       Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
 /******/               }
@@ -55357,42 +55231,42 @@ var legacy_beautify_css =
 /******/       // mode & 2: merge all properties of value into the ns
 /******/       // mode & 4: return value when already ns object
 /******/       // mode & 8|1: behave like require
-/******/       __webpack_require__.t = function(value, mode) {
-/******/               if(mode & 1) value = __webpack_require__(value);
+/******/       __nested_webpack_require_2800__.t = function(value, mode) {
+/******/               if(mode & 1) value = __nested_webpack_require_2800__(value);
 /******/               if(mode & 8) return value;
 /******/               if((mode & 4) && typeof value === 'object' && value && value.__esModule) return value;
 /******/               var ns = Object.create(null);
-/******/               __webpack_require__.r(ns);
+/******/               __nested_webpack_require_2800__.r(ns);
 /******/               Object.defineProperty(ns, 'default', { enumerable: true, value: value });
-/******/               if(mode & 2 && typeof value != 'string') for(var key in value) __webpack_require__.d(ns, key, function(key) { return value[key]; }.bind(null, key));
+/******/               if(mode & 2 && typeof value != 'string') for(var key in value) __nested_webpack_require_2800__.d(ns, key, function(key) { return value[key]; }.bind(null, key));
 /******/               return ns;
 /******/       };
 /******/
 /******/       // getDefaultExport function for compatibility with non-harmony modules
-/******/       __webpack_require__.n = function(module) {
+/******/       __nested_webpack_require_2800__.n = function(module) {
 /******/               var getter = module && module.__esModule ?
 /******/                       function getDefault() { return module['default']; } :
 /******/                       function getModuleExports() { return module; };
-/******/               __webpack_require__.d(getter, 'a', getter);
+/******/               __nested_webpack_require_2800__.d(getter, 'a', getter);
 /******/               return getter;
 /******/       };
 /******/
 /******/       // Object.prototype.hasOwnProperty.call
-/******/       __webpack_require__.o = function(object, property) { return Object.prototype.hasOwnProperty.call(object, property); };
+/******/       __nested_webpack_require_2800__.o = function(object, property) { return Object.prototype.hasOwnProperty.call(object, property); };
 /******/
 /******/       // __webpack_public_path__
-/******/       __webpack_require__.p = "";
+/******/       __nested_webpack_require_2800__.p = "";
 /******/
 /******/
 /******/       // Load entry module and return exports
-/******/       return __webpack_require__(__webpack_require__.s = 15);
+/******/       return __nested_webpack_require_2800__(__nested_webpack_require_2800__.s = 15);
 /******/ })
 /************************************************************************/
 /******/ ([
 /* 0 */,
 /* 1 */,
 /* 2 */
-/***/ (function(module, exports, __webpack_require__) {
+/***/ (function(module, exports, __nested_webpack_require_6283__) {
 
 "use strict";
 /*jshint node:true */
@@ -55821,7 +55695,7 @@ module.exports.Output = Output;
 /* 4 */,
 /* 5 */,
 /* 6 */
-/***/ (function(module, exports, __webpack_require__) {
+/***/ (function(module, exports, __nested_webpack_require_18743__) {
 
 "use strict";
 /*jshint node:true */
@@ -55978,51 +55852,373 @@ Options.prototype._is_valid_selection = function(result, selection_list) {
 };
 
 
-// merges child options up with the parent options object
-// Example: obj = {a: 1, b: {a: 2}}
-//          mergeOpts(obj, 'b')
-//
-//          Returns: {a: 2}
-function _mergeOpts(allOptions, childFieldName) {
-  var finalOpts = {};
-  allOptions = _normalizeOpts(allOptions);
-  var name;
+// merges child options up with the parent options object
+// Example: obj = {a: 1, b: {a: 2}}
+//          mergeOpts(obj, 'b')
+//
+//          Returns: {a: 2}
+function _mergeOpts(allOptions, childFieldName) {
+  var finalOpts = {};
+  allOptions = _normalizeOpts(allOptions);
+  var name;
+
+  for (name in allOptions) {
+    if (name !== childFieldName) {
+      finalOpts[name] = allOptions[name];
+    }
+  }
+
+  //merge in the per type settings for the childFieldName
+  if (childFieldName && allOptions[childFieldName]) {
+    for (name in allOptions[childFieldName]) {
+      finalOpts[name] = allOptions[childFieldName][name];
+    }
+  }
+  return finalOpts;
+}
+
+function _normalizeOpts(options) {
+  var convertedOpts = {};
+  var key;
+
+  for (key in options) {
+    var newKey = key.replace(/-/g, "_");
+    convertedOpts[newKey] = options[key];
+  }
+  return convertedOpts;
+}
+
+module.exports.Options = Options;
+module.exports.normalizeOpts = _normalizeOpts;
+module.exports.mergeOpts = _mergeOpts;
+
+
+/***/ }),
+/* 7 */,
+/* 8 */
+/***/ (function(module, exports, __nested_webpack_require_25535__) {
+
+"use strict";
+/*jshint node:true */
+/*
+
+  The MIT License (MIT)
+
+  Copyright (c) 2007-2018 Einar Lielmanis, Liam Newman, and contributors.
+
+  Permission is hereby granted, free of charge, to any person
+  obtaining a copy of this software and associated documentation files
+  (the "Software"), to deal in the Software without restriction,
+  including without limitation the rights to use, copy, modify, merge,
+  publish, distribute, sublicense, and/or sell copies of the Software,
+  and to permit persons to whom the Software is furnished to do so,
+  subject to the following conditions:
+
+  The above copyright notice and this permission notice shall be
+  included in all copies or substantial portions of the Software.
+
+  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+  EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+  MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+  NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS
+  BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
+  ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
+  CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+  SOFTWARE.
+*/
+
+
+
+var regexp_has_sticky = RegExp.prototype.hasOwnProperty('sticky');
+
+function InputScanner(input_string) {
+  this.__input = input_string || '';
+  this.__input_length = this.__input.length;
+  this.__position = 0;
+}
+
+InputScanner.prototype.restart = function() {
+  this.__position = 0;
+};
+
+InputScanner.prototype.back = function() {
+  if (this.__position > 0) {
+    this.__position -= 1;
+  }
+};
+
+InputScanner.prototype.hasNext = function() {
+  return this.__position < this.__input_length;
+};
+
+InputScanner.prototype.next = function() {
+  var val = null;
+  if (this.hasNext()) {
+    val = this.__input.charAt(this.__position);
+    this.__position += 1;
+  }
+  return val;
+};
+
+InputScanner.prototype.peek = function(index) {
+  var val = null;
+  index = index || 0;
+  index += this.__position;
+  if (index >= 0 && index < this.__input_length) {
+    val = this.__input.charAt(index);
+  }
+  return val;
+};
+
+// This is a JavaScript only helper function (not in python)
+// Javascript doesn't have a match method
+// and not all implementation support "sticky" flag.
+// If they do not support sticky then both this.match() and this.test() method
+// must get the match and check the index of the match.
+// If sticky is supported and set, this method will use it.
+// Otherwise it will check that global is set, and fall back to the slower method.
+InputScanner.prototype.__match = function(pattern, index) {
+  pattern.lastIndex = index;
+  var pattern_match = pattern.exec(this.__input);
+
+  if (pattern_match && !(regexp_has_sticky && pattern.sticky)) {
+    if (pattern_match.index !== index) {
+      pattern_match = null;
+    }
+  }
+
+  return pattern_match;
+};
+
+InputScanner.prototype.test = function(pattern, index) {
+  index = index || 0;
+  index += this.__position;
+
+  if (index >= 0 && index < this.__input_length) {
+    return !!this.__match(pattern, index);
+  } else {
+    return false;
+  }
+};
+
+InputScanner.prototype.testChar = function(pattern, index) {
+  // test one character regex match
+  var val = this.peek(index);
+  pattern.lastIndex = 0;
+  return val !== null && pattern.test(val);
+};
+
+InputScanner.prototype.match = function(pattern) {
+  var pattern_match = this.__match(pattern, this.__position);
+  if (pattern_match) {
+    this.__position += pattern_match[0].length;
+  } else {
+    pattern_match = null;
+  }
+  return pattern_match;
+};
+
+InputScanner.prototype.read = function(starting_pattern, until_pattern, until_after) {
+  var val = '';
+  var match;
+  if (starting_pattern) {
+    match = this.match(starting_pattern);
+    if (match) {
+      val += match[0];
+    }
+  }
+  if (until_pattern && (match || !starting_pattern)) {
+    val += this.readUntil(until_pattern, until_after);
+  }
+  return val;
+};
+
+InputScanner.prototype.readUntil = function(pattern, until_after) {
+  var val = '';
+  var match_index = this.__position;
+  pattern.lastIndex = this.__position;
+  var pattern_match = pattern.exec(this.__input);
+  if (pattern_match) {
+    match_index = pattern_match.index;
+    if (until_after) {
+      match_index += pattern_match[0].length;
+    }
+  } else {
+    match_index = this.__input_length;
+  }
+
+  val = this.__input.substring(this.__position, match_index);
+  this.__position = match_index;
+  return val;
+};
+
+InputScanner.prototype.readUntilAfter = function(pattern) {
+  return this.readUntil(pattern, true);
+};
+
+InputScanner.prototype.get_regexp = function(pattern, match_from) {
+  var result = null;
+  var flags = 'g';
+  if (match_from && regexp_has_sticky) {
+    flags = 'y';
+  }
+  // strings are converted to regexp
+  if (typeof pattern === "string" && pattern !== '') {
+    // result = new RegExp(pattern.replace(/[-\/\\^$*+?.()|[\]{}]/g, '\\$&'), flags);
+    result = new RegExp(pattern, flags);
+  } else if (pattern) {
+    result = new RegExp(pattern.source, flags);
+  }
+  return result;
+};
+
+InputScanner.prototype.get_literal_regexp = function(literal_string) {
+  return RegExp(literal_string.replace(/[-\/\\^$*+?.()|[\]{}]/g, '\\$&'));
+};
+
+/* css beautifier legacy helpers */
+InputScanner.prototype.peekUntilAfter = function(pattern) {
+  var start = this.__position;
+  var val = this.readUntilAfter(pattern);
+  this.__position = start;
+  return val;
+};
+
+InputScanner.prototype.lookBack = function(testVal) {
+  var start = this.__position - 1;
+  return start >= testVal.length && this.__input.substring(start - testVal.length, start)
+    .toLowerCase() === testVal;
+};
+
+module.exports.InputScanner = InputScanner;
+
+
+/***/ }),
+/* 9 */,
+/* 10 */,
+/* 11 */,
+/* 12 */,
+/* 13 */
+/***/ (function(module, exports, __nested_webpack_require_31287__) {
+
+"use strict";
+/*jshint node:true */
+/*
+
+  The MIT License (MIT)
+
+  Copyright (c) 2007-2018 Einar Lielmanis, Liam Newman, and contributors.
+
+  Permission is hereby granted, free of charge, to any person
+  obtaining a copy of this software and associated documentation files
+  (the "Software"), to deal in the Software without restriction,
+  including without limitation the rights to use, copy, modify, merge,
+  publish, distribute, sublicense, and/or sell copies of the Software,
+  and to permit persons to whom the Software is furnished to do so,
+  subject to the following conditions:
+
+  The above copyright notice and this permission notice shall be
+  included in all copies or substantial portions of the Software.
+
+  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+  EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+  MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+  NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS
+  BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
+  ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
+  CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+  SOFTWARE.
+*/
+
+
+
+function Directives(start_block_pattern, end_block_pattern) {
+  start_block_pattern = typeof start_block_pattern === 'string' ? start_block_pattern : start_block_pattern.source;
+  end_block_pattern = typeof end_block_pattern === 'string' ? end_block_pattern : end_block_pattern.source;
+  this.__directives_block_pattern = new RegExp(start_block_pattern + / beautify( \w+[:]\w+)+ /.source + end_block_pattern, 'g');
+  this.__directive_pattern = / (\w+)[:](\w+)/g;
+
+  this.__directives_end_ignore_pattern = new RegExp(start_block_pattern + /\sbeautify\signore:end\s/.source + end_block_pattern, 'g');
+}
+
+Directives.prototype.get_directives = function(text) {
+  if (!text.match(this.__directives_block_pattern)) {
+    return null;
+  }
+
+  var directives = {};
+  this.__directive_pattern.lastIndex = 0;
+  var directive_match = this.__directive_pattern.exec(text);
+
+  while (directive_match) {
+    directives[directive_match[1]] = directive_match[2];
+    directive_match = this.__directive_pattern.exec(text);
+  }
+
+  return directives;
+};
+
+Directives.prototype.readIgnored = function(input) {
+  return input.readUntilAfter(this.__directives_end_ignore_pattern);
+};
+
+
+module.exports.Directives = Directives;
+
+
+/***/ }),
+/* 14 */,
+/* 15 */
+/***/ (function(module, exports, __nested_webpack_require_33779__) {
+
+"use strict";
+/*jshint node:true */
+/*
+
+  The MIT License (MIT)
+
+  Copyright (c) 2007-2018 Einar Lielmanis, Liam Newman, and contributors.
+
+  Permission is hereby granted, free of charge, to any person
+  obtaining a copy of this software and associated documentation files
+  (the "Software"), to deal in the Software without restriction,
+  including without limitation the rights to use, copy, modify, merge,
+  publish, distribute, sublicense, and/or sell copies of the Software,
+  and to permit persons to whom the Software is furnished to do so,
+  subject to the following conditions:
+
+  The above copyright notice and this permission notice shall be
+  included in all copies or substantial portions of the Software.
+
+  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+  EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+  MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+  NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS
+  BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
+  ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
+  CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+  SOFTWARE.
+*/
 
-  for (name in allOptions) {
-    if (name !== childFieldName) {
-      finalOpts[name] = allOptions[name];
-    }
-  }
 
-  //merge in the per type settings for the childFieldName
-  if (childFieldName && allOptions[childFieldName]) {
-    for (name in allOptions[childFieldName]) {
-      finalOpts[name] = allOptions[childFieldName][name];
-    }
-  }
-  return finalOpts;
-}
 
-function _normalizeOpts(options) {
-  var convertedOpts = {};
-  var key;
+var Beautifier = __nested_webpack_require_33779__(16).Beautifier,
+  Options = __nested_webpack_require_33779__(17).Options;
 
-  for (key in options) {
-    var newKey = key.replace(/-/g, "_");
-    convertedOpts[newKey] = options[key];
-  }
-  return convertedOpts;
+function css_beautify(source_text, options) {
+  var beautifier = new Beautifier(source_text, options);
+  return beautifier.beautify();
 }
 
-module.exports.Options = Options;
-module.exports.normalizeOpts = _normalizeOpts;
-module.exports.mergeOpts = _mergeOpts;
+module.exports = css_beautify;
+module.exports.defaultOptions = function() {
+  return new Options();
+};
 
 
 /***/ }),
-/* 7 */,
-/* 8 */
-/***/ (function(module, exports, __webpack_require__) {
+/* 16 */
+/***/ (function(module, exports, __nested_webpack_require_35400__) {
 
 "use strict";
 /*jshint node:true */
@@ -56055,177 +56251,451 @@ module.exports.mergeOpts = _mergeOpts;
 
 
 
-var regexp_has_sticky = RegExp.prototype.hasOwnProperty('sticky');
+var Options = __nested_webpack_require_35400__(17).Options;
+var Output = __nested_webpack_require_35400__(2).Output;
+var InputScanner = __nested_webpack_require_35400__(8).InputScanner;
+var Directives = __nested_webpack_require_35400__(13).Directives;
 
-function InputScanner(input_string) {
-  this.__input = input_string || '';
-  this.__input_length = this.__input.length;
-  this.__position = 0;
-}
+var directives_core = new Directives(/\/\*/, /\*\//);
 
-InputScanner.prototype.restart = function() {
-  this.__position = 0;
-};
+var lineBreak = /\r\n|[\r\n]/;
+var allLineBreaks = /\r\n|[\r\n]/g;
 
-InputScanner.prototype.back = function() {
-  if (this.__position > 0) {
-    this.__position -= 1;
-  }
-};
+// tokenizer
+var whitespaceChar = /\s/;
+var whitespacePattern = /(?:\s|\n)+/g;
+var block_comment_pattern = /\/\*(?:[\s\S]*?)((?:\*\/)|$)/g;
+var comment_pattern = /\/\/(?:[^\n\r\u2028\u2029]*)/g;
 
-InputScanner.prototype.hasNext = function() {
-  return this.__position < this.__input_length;
-};
+function Beautifier(source_text, options) {
+  this._source_text = source_text || '';
+  // Allow the setting of language/file-type specific options
+  // with inheritance of overall settings
+  this._options = new Options(options);
+  this._ch = null;
+  this._input = null;
 
-InputScanner.prototype.next = function() {
-  var val = null;
-  if (this.hasNext()) {
-    val = this.__input.charAt(this.__position);
-    this.__position += 1;
-  }
-  return val;
-};
+  // https://developer.mozilla.org/en-US/docs/Web/CSS/At-rule
+  this.NESTED_AT_RULE = {
+    "@page": true,
+    "@font-face": true,
+    "@keyframes": true,
+    // also in CONDITIONAL_GROUP_RULE below
+    "@media": true,
+    "@supports": true,
+    "@document": true
+  };
+  this.CONDITIONAL_GROUP_RULE = {
+    "@media": true,
+    "@supports": true,
+    "@document": true
+  };
 
-InputScanner.prototype.peek = function(index) {
-  var val = null;
-  index = index || 0;
-  index += this.__position;
-  if (index >= 0 && index < this.__input_length) {
-    val = this.__input.charAt(index);
+}
+
+Beautifier.prototype.eatString = function(endChars) {
+  var result = '';
+  this._ch = this._input.next();
+  while (this._ch) {
+    result += this._ch;
+    if (this._ch === "\\") {
+      result += this._input.next();
+    } else if (endChars.indexOf(this._ch) !== -1 || this._ch === "\n") {
+      break;
+    }
+    this._ch = this._input.next();
   }
-  return val;
+  return result;
 };
 
-// This is a JavaScript only helper function (not in python)
-// Javascript doesn't have a match method
-// and not all implementation support "sticky" flag.
-// If they do not support sticky then both this.match() and this.test() method
-// must get the match and check the index of the match.
-// If sticky is supported and set, this method will use it.
-// Otherwise it will check that global is set, and fall back to the slower method.
-InputScanner.prototype.__match = function(pattern, index) {
-  pattern.lastIndex = index;
-  var pattern_match = pattern.exec(this.__input);
+// Skips any white space in the source text from the current position.
+// When allowAtLeastOneNewLine is true, will output new lines for each
+// newline character found; if the user has preserve_newlines off, only
+// the first newline will be output
+Beautifier.prototype.eatWhitespace = function(allowAtLeastOneNewLine) {
+  var result = whitespaceChar.test(this._input.peek());
+  var isFirstNewLine = true;
 
-  if (pattern_match && !(regexp_has_sticky && pattern.sticky)) {
-    if (pattern_match.index !== index) {
-      pattern_match = null;
+  while (whitespaceChar.test(this._input.peek())) {
+    this._ch = this._input.next();
+    if (allowAtLeastOneNewLine && this._ch === '\n') {
+      if (this._options.preserve_newlines || isFirstNewLine) {
+        isFirstNewLine = false;
+        this._output.add_new_line(true);
+      }
     }
   }
+  return result;
+};
 
-  return pattern_match;
+// Nested pseudo-class if we are insideRule
+// and the next special character found opens
+// a new block
+Beautifier.prototype.foundNestedPseudoClass = function() {
+  var openParen = 0;
+  var i = 1;
+  var ch = this._input.peek(i);
+  while (ch) {
+    if (ch === "{") {
+      return true;
+    } else if (ch === '(') {
+      // pseudoclasses can contain ()
+      openParen += 1;
+    } else if (ch === ')') {
+      if (openParen === 0) {
+        return false;
+      }
+      openParen -= 1;
+    } else if (ch === ";" || ch === "}") {
+      return false;
+    }
+    i++;
+    ch = this._input.peek(i);
+  }
+  return false;
 };
 
-InputScanner.prototype.test = function(pattern, index) {
-  index = index || 0;
-  index += this.__position;
+Beautifier.prototype.print_string = function(output_string) {
+  this._output.set_indent(this._indentLevel);
+  this._output.non_breaking_space = true;
+  this._output.add_token(output_string);
+};
 
-  if (index >= 0 && index < this.__input_length) {
-    return !!this.__match(pattern, index);
-  } else {
-    return false;
+Beautifier.prototype.preserveSingleSpace = function(isAfterSpace) {
+  if (isAfterSpace) {
+    this._output.space_before_token = true;
   }
 };
 
-InputScanner.prototype.testChar = function(pattern, index) {
-  // test one character regex match
-  var val = this.peek(index);
-  pattern.lastIndex = 0;
-  return val !== null && pattern.test(val);
+Beautifier.prototype.indent = function() {
+  this._indentLevel++;
 };
 
-InputScanner.prototype.match = function(pattern) {
-  var pattern_match = this.__match(pattern, this.__position);
-  if (pattern_match) {
-    this.__position += pattern_match[0].length;
-  } else {
-    pattern_match = null;
+Beautifier.prototype.outdent = function() {
+  if (this._indentLevel > 0) {
+    this._indentLevel--;
   }
-  return pattern_match;
 };
 
-InputScanner.prototype.read = function(starting_pattern, until_pattern, until_after) {
-  var val = '';
-  var match;
-  if (starting_pattern) {
-    match = this.match(starting_pattern);
-    if (match) {
-      val += match[0];
-    }
+/*_____________________--------------------_____________________*/
+
+Beautifier.prototype.beautify = function() {
+  if (this._options.disabled) {
+    return this._source_text;
   }
-  if (until_pattern && (match || !starting_pattern)) {
-    val += this.readUntil(until_pattern, until_after);
+
+  var source_text = this._source_text;
+  var eol = this._options.eol;
+  if (eol === 'auto') {
+    eol = '\n';
+    if (source_text && lineBreak.test(source_text || '')) {
+      eol = source_text.match(lineBreak)[0];
+    }
   }
-  return val;
-};
 
-InputScanner.prototype.readUntil = function(pattern, until_after) {
-  var val = '';
-  var match_index = this.__position;
-  pattern.lastIndex = this.__position;
-  var pattern_match = pattern.exec(this.__input);
-  if (pattern_match) {
-    match_index = pattern_match.index;
-    if (until_after) {
-      match_index += pattern_match[0].length;
+
+  // HACK: newline parsing inconsistent. This brute force normalizes the this._input.
+  source_text = source_text.replace(allLineBreaks, '\n');
+
+  // reset
+  var baseIndentString = source_text.match(/^[\t ]*/)[0];
+
+  this._output = new Output(this._options, baseIndentString);
+  this._input = new InputScanner(source_text);
+  this._indentLevel = 0;
+  this._nestedLevel = 0;
+
+  this._ch = null;
+  var parenLevel = 0;
+
+  var insideRule = false;
+  // This is the value side of a property value pair (blue in the following ex)
+  // label { content: blue }
+  var insidePropertyValue = false;
+  var enteringConditionalGroup = false;
+  var insideAtExtend = false;
+  var insideAtImport = false;
+  var topCharacter = this._ch;
+  var whitespace;
+  var isAfterSpace;
+  var previous_ch;
+
+  while (true) {
+    whitespace = this._input.read(whitespacePattern);
+    isAfterSpace = whitespace !== '';
+    previous_ch = topCharacter;
+    this._ch = this._input.next();
+    if (this._ch === '\\' && this._input.hasNext()) {
+      this._ch += this._input.next();
+    }
+    topCharacter = this._ch;
+
+    if (!this._ch) {
+      break;
+    } else if (this._ch === '/' && this._input.peek() === '*') {
+      // /* css comment */
+      // Always start block comments on a new line.
+      // This handles scenarios where a block comment immediately
+      // follows a property definition on the same line or where
+      // minified code is being beautified.
+      this._output.add_new_line();
+      this._input.back();
+
+      var comment = this._input.read(block_comment_pattern);
+
+      // Handle ignore directive
+      var directives = directives_core.get_directives(comment);
+      if (directives && directives.ignore === 'start') {
+        comment += directives_core.readIgnored(this._input);
+      }
+
+      this.print_string(comment);
+
+      // Ensures any new lines following the comment are preserved
+      this.eatWhitespace(true);
+
+      // Block comments are followed by a new line so they don't
+      // share a line with other properties
+      this._output.add_new_line();
+    } else if (this._ch === '/' && this._input.peek() === '/') {
+      // // single line comment
+      // Preserves the space before a comment
+      // on the same line as a rule
+      this._output.space_before_token = true;
+      this._input.back();
+      this.print_string(this._input.read(comment_pattern));
+
+      // Ensures any new lines following the comment are preserved
+      this.eatWhitespace(true);
+    } else if (this._ch === '@') {
+      this.preserveSingleSpace(isAfterSpace);
+
+      // deal with less propery mixins @{...}
+      if (this._input.peek() === '{') {
+        this.print_string(this._ch + this.eatString('}'));
+      } else {
+        this.print_string(this._ch);
+
+        // strip trailing space, if present, for hash property checks
+        var variableOrRule = this._input.peekUntilAfter(/[: ,;{}()[\]\/='"]/g);
+
+        if (variableOrRule.match(/[ :]$/)) {
+          // we have a variable or pseudo-class, add it and insert one space before continuing
+          variableOrRule = this.eatString(": ").replace(/\s$/, '');
+          this.print_string(variableOrRule);
+          this._output.space_before_token = true;
+        }
+
+        variableOrRule = variableOrRule.replace(/\s$/, '');
+
+        if (variableOrRule === 'extend') {
+          insideAtExtend = true;
+        } else if (variableOrRule === 'import') {
+          insideAtImport = true;
+        }
+
+        // might be a nesting at-rule
+        if (variableOrRule in this.NESTED_AT_RULE) {
+          this._nestedLevel += 1;
+          if (variableOrRule in this.CONDITIONAL_GROUP_RULE) {
+            enteringConditionalGroup = true;
+          }
+          // might be less variable
+        } else if (!insideRule && parenLevel === 0 && variableOrRule.indexOf(':') !== -1) {
+          insidePropertyValue = true;
+          this.indent();
+        }
+      }
+    } else if (this._ch === '#' && this._input.peek() === '{') {
+      this.preserveSingleSpace(isAfterSpace);
+      this.print_string(this._ch + this.eatString('}'));
+    } else if (this._ch === '{') {
+      if (insidePropertyValue) {
+        insidePropertyValue = false;
+        this.outdent();
+      }
+      this.indent();
+      this._output.space_before_token = true;
+      this.print_string(this._ch);
+
+      // when entering conditional groups, only rulesets are allowed
+      if (enteringConditionalGroup) {
+        enteringConditionalGroup = false;
+        insideRule = (this._indentLevel > this._nestedLevel);
+      } else {
+        // otherwise, declarations are also allowed
+        insideRule = (this._indentLevel >= this._nestedLevel);
+      }
+      if (this._options.newline_between_rules && insideRule) {
+        if (this._output.previous_line && this._output.previous_line.item(-1) !== '{') {
+          this._output.ensure_empty_line_above('/', ',');
+        }
+      }
+      this.eatWhitespace(true);
+      this._output.add_new_line();
+    } else if (this._ch === '}') {
+      this.outdent();
+      this._output.add_new_line();
+      if (previous_ch === '{') {
+        this._output.trim(true);
+      }
+      insideAtImport = false;
+      insideAtExtend = false;
+      if (insidePropertyValue) {
+        this.outdent();
+        insidePropertyValue = false;
+      }
+      this.print_string(this._ch);
+      insideRule = false;
+      if (this._nestedLevel) {
+        this._nestedLevel--;
+      }
+
+      this.eatWhitespace(true);
+      this._output.add_new_line();
+
+      if (this._options.newline_between_rules && !this._output.just_added_blankline()) {
+        if (this._input.peek() !== '}') {
+          this._output.add_new_line(true);
+        }
+      }
+    } else if (this._ch === ":") {
+      if ((insideRule || enteringConditionalGroup) && !(this._input.lookBack("&") || this.foundNestedPseudoClass()) && !this._input.lookBack("(") && !insideAtExtend && parenLevel === 0) {
+        // 'property: value' delimiter
+        // which could be in a conditional group query
+        this.print_string(':');
+        if (!insidePropertyValue) {
+          insidePropertyValue = true;
+          this._output.space_before_token = true;
+          this.eatWhitespace(true);
+          this.indent();
+        }
+      } else {
+        // sass/less parent reference don't use a space
+        // sass nested pseudo-class don't use a space
+
+        // preserve space before pseudoclasses/pseudoelements, as it means "in any child"
+        if (this._input.lookBack(" ")) {
+          this._output.space_before_token = true;
+        }
+        if (this._input.peek() === ":") {
+          // pseudo-element
+          this._ch = this._input.next();
+          this.print_string("::");
+        } else {
+          // pseudo-class
+          this.print_string(':');
+        }
+      }
+    } else if (this._ch === '"' || this._ch === '\'') {
+      this.preserveSingleSpace(isAfterSpace);
+      this.print_string(this._ch + this.eatString(this._ch));
+      this.eatWhitespace(true);
+    } else if (this._ch === ';') {
+      if (parenLevel === 0) {
+        if (insidePropertyValue) {
+          this.outdent();
+          insidePropertyValue = false;
+        }
+        insideAtExtend = false;
+        insideAtImport = false;
+        this.print_string(this._ch);
+        this.eatWhitespace(true);
+
+        // This maintains single line comments on the same
+        // line. Block comments are also affected, but
+        // a new line is always output before one inside
+        // that section
+        if (this._input.peek() !== '/') {
+          this._output.add_new_line();
+        }
+      } else {
+        this.print_string(this._ch);
+        this.eatWhitespace(true);
+        this._output.space_before_token = true;
+      }
+    } else if (this._ch === '(') { // may be a url
+      if (this._input.lookBack("url")) {
+        this.print_string(this._ch);
+        this.eatWhitespace();
+        parenLevel++;
+        this.indent();
+        this._ch = this._input.next();
+        if (this._ch === ')' || this._ch === '"' || this._ch === '\'') {
+          this._input.back();
+        } else if (this._ch) {
+          this.print_string(this._ch + this.eatString(')'));
+          if (parenLevel) {
+            parenLevel--;
+            this.outdent();
+          }
+        }
+      } else {
+        this.preserveSingleSpace(isAfterSpace);
+        this.print_string(this._ch);
+        this.eatWhitespace();
+        parenLevel++;
+        this.indent();
+      }
+    } else if (this._ch === ')') {
+      if (parenLevel) {
+        parenLevel--;
+        this.outdent();
+      }
+      this.print_string(this._ch);
+    } else if (this._ch === ',') {
+      this.print_string(this._ch);
+      this.eatWhitespace(true);
+      if (this._options.selector_separator_newline && !insidePropertyValue && parenLevel === 0 && !insideAtImport) {
+        this._output.add_new_line();
+      } else {
+        this._output.space_before_token = true;
+      }
+    } else if ((this._ch === '>' || this._ch === '+' || this._ch === '~') && !insidePropertyValue && parenLevel === 0) {
+      //handle combinator spacing
+      if (this._options.space_around_combinator) {
+        this._output.space_before_token = true;
+        this.print_string(this._ch);
+        this._output.space_before_token = true;
+      } else {
+        this.print_string(this._ch);
+        this.eatWhitespace();
+        // squash extra whitespace
+        if (this._ch && whitespaceChar.test(this._ch)) {
+          this._ch = '';
+        }
+      }
+    } else if (this._ch === ']') {
+      this.print_string(this._ch);
+    } else if (this._ch === '[') {
+      this.preserveSingleSpace(isAfterSpace);
+      this.print_string(this._ch);
+    } else if (this._ch === '=') { // no whitespace before or after
+      this.eatWhitespace();
+      this.print_string('=');
+      if (whitespaceChar.test(this._ch)) {
+        this._ch = '';
+      }
+    } else if (this._ch === '!' && !this._input.lookBack("\\")) { // !important
+      this.print_string(' ');
+      this.print_string(this._ch);
+    } else {
+      this.preserveSingleSpace(isAfterSpace);
+      this.print_string(this._ch);
     }
-  } else {
-    match_index = this.__input_length;
-  }
-
-  val = this.__input.substring(this.__position, match_index);
-  this.__position = match_index;
-  return val;
-};
-
-InputScanner.prototype.readUntilAfter = function(pattern) {
-  return this.readUntil(pattern, true);
-};
-
-InputScanner.prototype.get_regexp = function(pattern, match_from) {
-  var result = null;
-  var flags = 'g';
-  if (match_from && regexp_has_sticky) {
-    flags = 'y';
-  }
-  // strings are converted to regexp
-  if (typeof pattern === "string" && pattern !== '') {
-    // result = new RegExp(pattern.replace(/[-\/\\^$*+?.()|[\]{}]/g, '\\$&'), flags);
-    result = new RegExp(pattern, flags);
-  } else if (pattern) {
-    result = new RegExp(pattern.source, flags);
   }
-  return result;
-};
-
-InputScanner.prototype.get_literal_regexp = function(literal_string) {
-  return RegExp(literal_string.replace(/[-\/\\^$*+?.()|[\]{}]/g, '\\$&'));
-};
 
-/* css beautifier legacy helpers */
-InputScanner.prototype.peekUntilAfter = function(pattern) {
-  var start = this.__position;
-  var val = this.readUntilAfter(pattern);
-  this.__position = start;
-  return val;
-};
+  var sweetCode = this._output.get_code(eol);
 
-InputScanner.prototype.lookBack = function(testVal) {
-  var start = this.__position - 1;
-  return start >= testVal.length && this.__input.substring(start - testVal.length, start)
-    .toLowerCase() === testVal;
+  return sweetCode;
 };
 
-module.exports.InputScanner = InputScanner;
+module.exports.Beautifier = Beautifier;
 
 
 /***/ }),
-/* 9 */,
-/* 10 */,
-/* 11 */,
-/* 12 */,
-/* 13 */
-/***/ (function(module, exports, __webpack_require__) {
+/* 17 */
+/***/ (function(module, exports, __nested_webpack_require_50692__) {
 
 "use strict";
 /*jshint node:true */
@@ -56258,886 +56728,6675 @@ module.exports.InputScanner = InputScanner;
 
 
 
-function Directives(start_block_pattern, end_block_pattern) {
-  start_block_pattern = typeof start_block_pattern === 'string' ? start_block_pattern : start_block_pattern.source;
-  end_block_pattern = typeof end_block_pattern === 'string' ? end_block_pattern : end_block_pattern.source;
-  this.__directives_block_pattern = new RegExp(start_block_pattern + / beautify( \w+[:]\w+)+ /.source + end_block_pattern, 'g');
-  this.__directive_pattern = / (\w+)[:](\w+)/g;
+var BaseOptions = __nested_webpack_require_50692__(6).Options;
 
-  this.__directives_end_ignore_pattern = new RegExp(start_block_pattern + /\sbeautify\signore:end\s/.source + end_block_pattern, 'g');
-}
+function Options(options) {
+  BaseOptions.call(this, options, 'css');
 
-Directives.prototype.get_directives = function(text) {
-  if (!text.match(this.__directives_block_pattern)) {
-    return null;
-  }
+  this.selector_separator_newline = this._get_boolean('selector_separator_newline', true);
+  this.newline_between_rules = this._get_boolean('newline_between_rules', true);
+  var space_around_selector_separator = this._get_boolean('space_around_selector_separator');
+  this.space_around_combinator = this._get_boolean('space_around_combinator') || space_around_selector_separator;
 
-  var directives = {};
-  this.__directive_pattern.lastIndex = 0;
-  var directive_match = this.__directive_pattern.exec(text);
+}
+Options.prototype = new BaseOptions();
 
-  while (directive_match) {
-    directives[directive_match[1]] = directive_match[2];
-    directive_match = this.__directive_pattern.exec(text);
-  }
 
-  return directives;
-};
 
-Directives.prototype.readIgnored = function(input) {
-  return input.readUntilAfter(this.__directives_end_ignore_pattern);
-};
+module.exports.Options = Options;
 
 
-module.exports.Directives = Directives;
+/***/ })
+/******/ ]);
 
+var css_beautify = legacy_beautify_css;
 
 /***/ }),
-/* 14 */,
-/* 15 */
-/***/ (function(module, exports, __webpack_require__) {
+/* 124 */
+/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
 
-"use strict";
-/*jshint node:true */
+__webpack_require__.r(__webpack_exports__);
+/* harmony export */ __webpack_require__.d(__webpack_exports__, {
+/* harmony export */   "js_beautify": () => /* binding */ js_beautify
+/* harmony export */ });
+/*---------------------------------------------------------------------------------------------
+ *  Copyright (c) Microsoft Corporation. All rights reserved.
+ *  Licensed under the MIT License. See License.txt in the project root for license information.
+ *--------------------------------------------------------------------------------------------*/
 /*
-
-  The MIT License (MIT)
-
-  Copyright (c) 2007-2018 Einar Lielmanis, Liam Newman, and contributors.
-
-  Permission is hereby granted, free of charge, to any person
-  obtaining a copy of this software and associated documentation files
-  (the "Software"), to deal in the Software without restriction,
-  including without limitation the rights to use, copy, modify, merge,
-  publish, distribute, sublicense, and/or sell copies of the Software,
-  and to permit persons to whom the Software is furnished to do so,
-  subject to the following conditions:
-
-  The above copyright notice and this permission notice shall be
-  included in all copies or substantial portions of the Software.
-
-  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
-  EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
-  MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
-  NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS
-  BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
-  ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
-  CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
-  SOFTWARE.
-*/
-
-
-
-var Beautifier = __webpack_require__(16).Beautifier,
-  Options = __webpack_require__(17).Options;
-
-function css_beautify(source_text, options) {
-  var beautifier = new Beautifier(source_text, options);
-  return beautifier.beautify();
+ * Mock for the JS formatter. Ignore formatting of JS content in HTML.
+ */
+function js_beautify(js_source_text, options) {
+    // no formatting
+    return js_source_text;
 }
 
-module.exports = css_beautify;
-module.exports.defaultOptions = function() {
-  return new Options();
-};
-
 
 /***/ }),
-/* 16 */
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-/*jshint node:true */
-/*
-
-  The MIT License (MIT)
-
-  Copyright (c) 2007-2018 Einar Lielmanis, Liam Newman, and contributors.
-
-  Permission is hereby granted, free of charge, to any person
-  obtaining a copy of this software and associated documentation files
-  (the "Software"), to deal in the Software without restriction,
-  including without limitation the rights to use, copy, modify, merge,
-  publish, distribute, sublicense, and/or sell copies of the Software,
-  and to permit persons to whom the Software is furnished to do so,
-  subject to the following conditions:
+/* 125 */
+/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
 
-  The above copyright notice and this permission notice shall be
-  included in all copies or substantial portions of the Software.
+__webpack_require__.r(__webpack_exports__);
+/* harmony export */ __webpack_require__.d(__webpack_exports__, {
+/* harmony export */   "findDocumentLinks": () => /* binding */ findDocumentLinks
+/* harmony export */ });
+/* harmony import */ var _parser_htmlScanner__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(107);
+/* harmony import */ var vscode_languageserver_types__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(109);
+/* harmony import */ var _utils_strings__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(115);
+/* harmony import */ var vscode_uri__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(84);
+/* harmony import */ var _htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(108);
+/*---------------------------------------------------------------------------------------------
+ *  Copyright (c) Microsoft Corporation. All rights reserved.
+ *  Licensed under the MIT License. See License.txt in the project root for license information.
+ *--------------------------------------------------------------------------------------------*/
 
-  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
-  EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
-  MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
-  NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS
-  BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
-  ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
-  CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
-  SOFTWARE.
-*/
 
 
 
-var Options = __webpack_require__(17).Options;
-var Output = __webpack_require__(2).Output;
-var InputScanner = __webpack_require__(8).InputScanner;
-var Directives = __webpack_require__(13).Directives;
 
-var directives_core = new Directives(/\/\*/, /\*\//);
+function normalizeRef(url) {
+    var first = url[0];
+    var last = url[url.length - 1];
+    if (first === last && (first === '\'' || first === '\"')) {
+        url = url.substr(1, url.length - 2);
+    }
+    return url;
+}
+function validateRef(url, languageId) {
+    if (!url.length) {
+        return false;
+    }
+    if (languageId === 'handlebars' && /{{.*}}/.test(url)) {
+        return false;
+    }
+    return /\b(w[\w\d+.-]*:\/\/)?[^\s()<>]+(?:\([\w\d]+\)|([^[:punct:]\s]|\/?))/.test(url);
+}
+function getWorkspaceUrl(documentUri, tokenContent, documentContext, base) {
+    if (/^\s*javascript\:/i.test(tokenContent) || /[\n\r]/.test(tokenContent)) {
+        return undefined;
+    }
+    tokenContent = tokenContent.replace(/^\s*/g, '');
+    if (/^https?:\/\//i.test(tokenContent) || /^file:\/\//i.test(tokenContent)) {
+        // Absolute link that needs no treatment
+        return tokenContent;
+    }
+    if (/^\#/i.test(tokenContent)) {
+        return documentUri + tokenContent;
+    }
+    if (/^\/\//i.test(tokenContent)) {
+        // Absolute link (that does not name the protocol)
+        var pickedScheme = _utils_strings__WEBPACK_IMPORTED_MODULE_2__.startsWith(documentUri, 'https://') ? 'https' : 'http';
+        return pickedScheme + ':' + tokenContent.replace(/^\s*/g, '');
+    }
+    if (documentContext) {
+        return documentContext.resolveReference(tokenContent, base || documentUri);
+    }
+    return tokenContent;
+}
+function createLink(document, documentContext, attributeValue, startOffset, endOffset, base) {
+    var tokenContent = normalizeRef(attributeValue);
+    if (!validateRef(tokenContent, document.languageId)) {
+        return undefined;
+    }
+    if (tokenContent.length < attributeValue.length) {
+        startOffset++;
+        endOffset--;
+    }
+    var workspaceUrl = getWorkspaceUrl(document.uri, tokenContent, documentContext, base);
+    if (!workspaceUrl || !isValidURI(workspaceUrl)) {
+        return undefined;
+    }
+    return {
+        range: vscode_languageserver_types__WEBPACK_IMPORTED_MODULE_1__.Range.create(document.positionAt(startOffset), document.positionAt(endOffset)),
+        target: workspaceUrl
+    };
+}
+function isValidURI(uri) {
+    try {
+        vscode_uri__WEBPACK_IMPORTED_MODULE_3__.URI.parse(uri);
+        return true;
+    }
+    catch (e) {
+        return false;
+    }
+}
+function findDocumentLinks(document, documentContext) {
+    var newLinks = [];
+    var scanner = (0,_parser_htmlScanner__WEBPACK_IMPORTED_MODULE_0__.createScanner)(document.getText(), 0);
+    var token = scanner.scan();
+    var lastAttributeName = undefined;
+    var afterBase = false;
+    var base = void 0;
+    var idLocations = {};
+    while (token !== _htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_4__.TokenType.EOS) {
+        switch (token) {
+            case _htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_4__.TokenType.StartTag:
+                if (!base) {
+                    var tagName = scanner.getTokenText().toLowerCase();
+                    afterBase = tagName === 'base';
+                }
+                break;
+            case _htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_4__.TokenType.AttributeName:
+                lastAttributeName = scanner.getTokenText().toLowerCase();
+                break;
+            case _htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_4__.TokenType.AttributeValue:
+                if (lastAttributeName === 'src' || lastAttributeName === 'href') {
+                    var attributeValue = scanner.getTokenText();
+                    if (!afterBase) { // don't highlight the base link itself
+                        var link = createLink(document, documentContext, attributeValue, scanner.getTokenOffset(), scanner.getTokenEnd(), base);
+                        if (link) {
+                            newLinks.push(link);
+                        }
+                    }
+                    if (afterBase && typeof base === 'undefined') {
+                        base = normalizeRef(attributeValue);
+                        if (base && documentContext) {
+                            base = documentContext.resolveReference(base, document.uri);
+                        }
+                    }
+                    afterBase = false;
+                    lastAttributeName = undefined;
+                }
+                else if (lastAttributeName === 'id') {
+                    var id = normalizeRef(scanner.getTokenText());
+                    idLocations[id] = scanner.getTokenOffset();
+                }
+                break;
+        }
+        token = scanner.scan();
+    }
+    // change local links with ids to actual positions
+    for (var _i = 0, newLinks_1 = newLinks; _i < newLinks_1.length; _i++) {
+        var link = newLinks_1[_i];
+        var localWithHash = document.uri + '#';
+        if (link.target && _utils_strings__WEBPACK_IMPORTED_MODULE_2__.startsWith(link.target, localWithHash)) {
+            var target = link.target.substr(localWithHash.length);
+            var offset = idLocations[target];
+            if (offset !== undefined) {
+                var pos = document.positionAt(offset);
+                link.target = "" + localWithHash + (pos.line + 1) + "," + (pos.character + 1);
+            }
+        }
+    }
+    return newLinks;
+}
 
-var lineBreak = /\r\n|[\r\n]/;
-var allLineBreaks = /\r\n|[\r\n]/g;
 
-// tokenizer
-var whitespaceChar = /\s/;
-var whitespacePattern = /(?:\s|\n)+/g;
-var block_comment_pattern = /\/\*(?:[\s\S]*?)((?:\*\/)|$)/g;
-var comment_pattern = /\/\/(?:[^\n\r\u2028\u2029]*)/g;
+/***/ }),
+/* 126 */
+/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
 
-function Beautifier(source_text, options) {
-  this._source_text = source_text || '';
-  // Allow the setting of language/file-type specific options
-  // with inheritance of overall settings
-  this._options = new Options(options);
-  this._ch = null;
-  this._input = null;
+__webpack_require__.r(__webpack_exports__);
+/* harmony export */ __webpack_require__.d(__webpack_exports__, {
+/* harmony export */   "findDocumentHighlights": () => /* binding */ findDocumentHighlights
+/* harmony export */ });
+/* harmony import */ var _parser_htmlScanner__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(107);
+/* harmony import */ var vscode_languageserver_types__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(109);
+/* harmony import */ var _htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(108);
+/*---------------------------------------------------------------------------------------------
+ *  Copyright (c) Microsoft Corporation. All rights reserved.
+ *  Licensed under the MIT License. See License.txt in the project root for license information.
+ *--------------------------------------------------------------------------------------------*/
 
-  // https://developer.mozilla.org/en-US/docs/Web/CSS/At-rule
-  this.NESTED_AT_RULE = {
-    "@page": true,
-    "@font-face": true,
-    "@keyframes": true,
-    // also in CONDITIONAL_GROUP_RULE below
-    "@media": true,
-    "@supports": true,
-    "@document": true
-  };
-  this.CONDITIONAL_GROUP_RULE = {
-    "@media": true,
-    "@supports": true,
-    "@document": true
-  };
 
-}
 
-Beautifier.prototype.eatString = function(endChars) {
-  var result = '';
-  this._ch = this._input.next();
-  while (this._ch) {
-    result += this._ch;
-    if (this._ch === "\\") {
-      result += this._input.next();
-    } else if (endChars.indexOf(this._ch) !== -1 || this._ch === "\n") {
-      break;
+function findDocumentHighlights(document, position, htmlDocument) {
+    var offset = document.offsetAt(position);
+    var node = htmlDocument.findNodeAt(offset);
+    if (!node.tag) {
+        return [];
     }
-    this._ch = this._input.next();
-  }
-  return result;
-};
-
-// Skips any white space in the source text from the current position.
-// When allowAtLeastOneNewLine is true, will output new lines for each
-// newline character found; if the user has preserve_newlines off, only
-// the first newline will be output
-Beautifier.prototype.eatWhitespace = function(allowAtLeastOneNewLine) {
-  var result = whitespaceChar.test(this._input.peek());
-  var isFirstNewLine = true;
-
-  while (whitespaceChar.test(this._input.peek())) {
-    this._ch = this._input.next();
-    if (allowAtLeastOneNewLine && this._ch === '\n') {
-      if (this._options.preserve_newlines || isFirstNewLine) {
-        isFirstNewLine = false;
-        this._output.add_new_line(true);
-      }
+    var result = [];
+    var startTagRange = getTagNameRange(_htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_2__.TokenType.StartTag, document, node.start);
+    var endTagRange = typeof node.endTagStart === 'number' && getTagNameRange(_htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_2__.TokenType.EndTag, document, node.endTagStart);
+    if (startTagRange && covers(startTagRange, position) || endTagRange && covers(endTagRange, position)) {
+        if (startTagRange) {
+            result.push({ kind: vscode_languageserver_types__WEBPACK_IMPORTED_MODULE_1__.DocumentHighlightKind.Read, range: startTagRange });
+        }
+        if (endTagRange) {
+            result.push({ kind: vscode_languageserver_types__WEBPACK_IMPORTED_MODULE_1__.DocumentHighlightKind.Read, range: endTagRange });
+        }
     }
-  }
-  return result;
-};
-
-// Nested pseudo-class if we are insideRule
-// and the next special character found opens
-// a new block
-Beautifier.prototype.foundNestedPseudoClass = function() {
-  var openParen = 0;
-  var i = 1;
-  var ch = this._input.peek(i);
-  while (ch) {
-    if (ch === "{") {
-      return true;
-    } else if (ch === '(') {
-      // pseudoclasses can contain ()
-      openParen += 1;
-    } else if (ch === ')') {
-      if (openParen === 0) {
-        return false;
-      }
-      openParen -= 1;
-    } else if (ch === ";" || ch === "}") {
-      return false;
+    return result;
+}
+function isBeforeOrEqual(pos1, pos2) {
+    return pos1.line < pos2.line || (pos1.line === pos2.line && pos1.character <= pos2.character);
+}
+function covers(range, position) {
+    return isBeforeOrEqual(range.start, position) && isBeforeOrEqual(position, range.end);
+}
+function getTagNameRange(tokenType, document, startOffset) {
+    var scanner = (0,_parser_htmlScanner__WEBPACK_IMPORTED_MODULE_0__.createScanner)(document.getText(), startOffset);
+    var token = scanner.scan();
+    while (token !== _htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_2__.TokenType.EOS && token !== tokenType) {
+        token = scanner.scan();
     }
-    i++;
-    ch = this._input.peek(i);
-  }
-  return false;
-};
-
-Beautifier.prototype.print_string = function(output_string) {
-  this._output.set_indent(this._indentLevel);
-  this._output.non_breaking_space = true;
-  this._output.add_token(output_string);
-};
-
-Beautifier.prototype.preserveSingleSpace = function(isAfterSpace) {
-  if (isAfterSpace) {
-    this._output.space_before_token = true;
-  }
-};
-
-Beautifier.prototype.indent = function() {
-  this._indentLevel++;
-};
+    if (token !== _htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_2__.TokenType.EOS) {
+        return { start: document.positionAt(scanner.getTokenOffset()), end: document.positionAt(scanner.getTokenEnd()) };
+    }
+    return null;
+}
 
-Beautifier.prototype.outdent = function() {
-  if (this._indentLevel > 0) {
-    this._indentLevel--;
-  }
-};
 
-/*_____________________--------------------_____________________*/
+/***/ }),
+/* 127 */
+/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
 
-Beautifier.prototype.beautify = function() {
-  if (this._options.disabled) {
-    return this._source_text;
-  }
+__webpack_require__.r(__webpack_exports__);
+/* harmony export */ __webpack_require__.d(__webpack_exports__, {
+/* harmony export */   "findDocumentSymbols": () => /* binding */ findDocumentSymbols
+/* harmony export */ });
+/* harmony import */ var vscode_languageserver_types__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(109);
+/*---------------------------------------------------------------------------------------------
+ *  Copyright (c) Microsoft Corporation. All rights reserved.
+ *  Licensed under the MIT License. See License.txt in the project root for license information.
+ *--------------------------------------------------------------------------------------------*/
 
-  var source_text = this._source_text;
-  var eol = this._options.eol;
-  if (eol === 'auto') {
-    eol = '\n';
-    if (source_text && lineBreak.test(source_text || '')) {
-      eol = source_text.match(lineBreak)[0];
+function findDocumentSymbols(document, htmlDocument) {
+    var symbols = [];
+    htmlDocument.roots.forEach(function (node) {
+        provideFileSymbolsInternal(document, node, '', symbols);
+    });
+    return symbols;
+}
+function provideFileSymbolsInternal(document, node, container, symbols) {
+    var name = nodeToName(node);
+    var location = vscode_languageserver_types__WEBPACK_IMPORTED_MODULE_0__.Location.create(document.uri, vscode_languageserver_types__WEBPACK_IMPORTED_MODULE_0__.Range.create(document.positionAt(node.start), document.positionAt(node.end)));
+    var symbol = {
+        name: name,
+        location: location,
+        containerName: container,
+        kind: vscode_languageserver_types__WEBPACK_IMPORTED_MODULE_0__.SymbolKind.Field
+    };
+    symbols.push(symbol);
+    node.children.forEach(function (child) {
+        provideFileSymbolsInternal(document, child, name, symbols);
+    });
+}
+function nodeToName(node) {
+    var name = node.tag;
+    if (node.attributes) {
+        var id = node.attributes['id'];
+        var classes = node.attributes['class'];
+        if (id) {
+            name += "#" + id.replace(/[\"\']/g, '');
+        }
+        if (classes) {
+            name += classes.replace(/[\"\']/g, '').split(/\s+/).map(function (className) { return "." + className; }).join('');
+        }
     }
-  }
-
+    return name || '?';
+}
 
-  // HACK: newline parsing inconsistent. This brute force normalizes the this._input.
-  source_text = source_text.replace(allLineBreaks, '\n');
 
-  // reset
-  var baseIndentString = source_text.match(/^[\t ]*/)[0];
+/***/ }),
+/* 128 */
+/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
 
-  this._output = new Output(this._options, baseIndentString);
-  this._input = new InputScanner(source_text);
-  this._indentLevel = 0;
-  this._nestedLevel = 0;
+__webpack_require__.r(__webpack_exports__);
+/* harmony export */ __webpack_require__.d(__webpack_exports__, {
+/* harmony export */   "findOnTypeRenameRanges": () => /* binding */ findOnTypeRenameRanges
+/* harmony export */ });
+/* harmony import */ var vscode_languageserver_types__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(109);
+/*---------------------------------------------------------------------------------------------
+ *  Copyright (c) Microsoft Corporation. All rights reserved.
+ *  Licensed under the MIT License. See License.txt in the project root for license information.
+ *--------------------------------------------------------------------------------------------*/
 
-  this._ch = null;
-  var parenLevel = 0;
+function findOnTypeRenameRanges(document, position, htmlDocument) {
+    var offset = document.offsetAt(position);
+    var node = htmlDocument.findNodeAt(offset);
+    var tagLength = node.tag ? node.tag.length : 0;
+    if (!node.endTagStart) {
+        return null;
+    }
+    if (
+    // Within open tag, compute close tag
+    (node.start + '<'.length <= offset && offset <= node.start + '<'.length + tagLength) ||
+        // Within closing tag, compute open tag
+        node.endTagStart + '</'.length <= offset && offset <= node.endTagStart + '</'.length + tagLength) {
+        return [
+            vscode_languageserver_types__WEBPACK_IMPORTED_MODULE_0__.Range.create(document.positionAt(node.start + '<'.length), document.positionAt(node.start + '<'.length + tagLength)),
+            vscode_languageserver_types__WEBPACK_IMPORTED_MODULE_0__.Range.create(document.positionAt(node.endTagStart + '</'.length), document.positionAt(node.endTagStart + '</'.length + tagLength))
+        ];
+    }
+    return null;
+}
 
-  var insideRule = false;
-  // This is the value side of a property value pair (blue in the following ex)
-  // label { content: blue }
-  var insidePropertyValue = false;
-  var enteringConditionalGroup = false;
-  var insideAtExtend = false;
-  var insideAtImport = false;
-  var topCharacter = this._ch;
-  var whitespace;
-  var isAfterSpace;
-  var previous_ch;
 
-  while (true) {
-    whitespace = this._input.read(whitespacePattern);
-    isAfterSpace = whitespace !== '';
-    previous_ch = topCharacter;
-    this._ch = this._input.next();
-    if (this._ch === '\\' && this._input.hasNext()) {
-      this._ch += this._input.next();
-    }
-    topCharacter = this._ch;
+/***/ }),
+/* 129 */
+/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
 
-    if (!this._ch) {
-      break;
-    } else if (this._ch === '/' && this._input.peek() === '*') {
-      // /* css comment */
-      // Always start block comments on a new line.
-      // This handles scenarios where a block comment immediately
-      // follows a property definition on the same line or where
-      // minified code is being beautified.
-      this._output.add_new_line();
-      this._input.back();
+__webpack_require__.r(__webpack_exports__);
+/* harmony export */ __webpack_require__.d(__webpack_exports__, {
+/* harmony export */   "getFoldingRanges": () => /* binding */ getFoldingRanges
+/* harmony export */ });
+/* harmony import */ var vscode_languageserver_types__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(109);
+/* harmony import */ var _htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(108);
+/* harmony import */ var _parser_htmlScanner__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(107);
+/* harmony import */ var _languageFacts_fact__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(111);
+/*---------------------------------------------------------------------------------------------
+ *  Copyright (c) Microsoft Corporation. All rights reserved.
+ *  Licensed under the MIT License. See License.txt in the project root for license information.
+ *--------------------------------------------------------------------------------------------*/
 
-      var comment = this._input.read(block_comment_pattern);
 
-      // Handle ignore directive
-      var directives = directives_core.get_directives(comment);
-      if (directives && directives.ignore === 'start') {
-        comment += directives_core.readIgnored(this._input);
-      }
 
-      this.print_string(comment);
 
-      // Ensures any new lines following the comment are preserved
-      this.eatWhitespace(true);
+function limitRanges(ranges, rangeLimit) {
+    ranges = ranges.sort(function (r1, r2) {
+        var diff = r1.startLine - r2.startLine;
+        if (diff === 0) {
+            diff = r1.endLine - r2.endLine;
+        }
+        return diff;
+    });
+    // compute each range's nesting level in 'nestingLevels'.
+    // count the number of ranges for each level in 'nestingLevelCounts'
+    var top = void 0;
+    var previous = [];
+    var nestingLevels = [];
+    var nestingLevelCounts = [];
+    var setNestingLevel = function (index, level) {
+        nestingLevels[index] = level;
+        if (level < 30) {
+            nestingLevelCounts[level] = (nestingLevelCounts[level] || 0) + 1;
+        }
+    };
+    // compute nesting levels and sanitize
+    for (var i = 0; i < ranges.length; i++) {
+        var entry = ranges[i];
+        if (!top) {
+            top = entry;
+            setNestingLevel(i, 0);
+        }
+        else {
+            if (entry.startLine > top.startLine) {
+                if (entry.endLine <= top.endLine) {
+                    previous.push(top);
+                    top = entry;
+                    setNestingLevel(i, previous.length);
+                }
+                else if (entry.startLine > top.endLine) {
+                    do {
+                        top = previous.pop();
+                    } while (top && entry.startLine > top.endLine);
+                    if (top) {
+                        previous.push(top);
+                    }
+                    top = entry;
+                    setNestingLevel(i, previous.length);
+                }
+            }
+        }
+    }
+    var entries = 0;
+    var maxLevel = 0;
+    for (var i = 0; i < nestingLevelCounts.length; i++) {
+        var n = nestingLevelCounts[i];
+        if (n) {
+            if (n + entries > rangeLimit) {
+                maxLevel = i;
+                break;
+            }
+            entries += n;
+        }
+    }
+    var result = [];
+    for (var i = 0; i < ranges.length; i++) {
+        var level = nestingLevels[i];
+        if (typeof level === 'number') {
+            if (level < maxLevel || (level === maxLevel && entries++ < rangeLimit)) {
+                result.push(ranges[i]);
+            }
+        }
+    }
+    return result;
+}
+function getFoldingRanges(document, context) {
+    var scanner = (0,_parser_htmlScanner__WEBPACK_IMPORTED_MODULE_2__.createScanner)(document.getText());
+    var token = scanner.scan();
+    var ranges = [];
+    var stack = [];
+    var lastTagName = null;
+    var prevStart = -1;
+    function addRange(range) {
+        ranges.push(range);
+        prevStart = range.startLine;
+    }
+    while (token !== _htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_1__.TokenType.EOS) {
+        switch (token) {
+            case _htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_1__.TokenType.StartTag: {
+                var tagName = scanner.getTokenText();
+                var startLine = document.positionAt(scanner.getTokenOffset()).line;
+                stack.push({ startLine: startLine, tagName: tagName });
+                lastTagName = tagName;
+                break;
+            }
+            case _htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_1__.TokenType.EndTag: {
+                lastTagName = scanner.getTokenText();
+                break;
+            }
+            case _htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_1__.TokenType.StartTagClose:
+                if (!lastTagName || !(0,_languageFacts_fact__WEBPACK_IMPORTED_MODULE_3__.isVoidElement)(lastTagName)) {
+                    break;
+                }
+            // fallthrough
+            case _htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_1__.TokenType.EndTagClose:
+            case _htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_1__.TokenType.StartTagSelfClose: {
+                var i = stack.length - 1;
+                while (i >= 0 && stack[i].tagName !== lastTagName) {
+                    i--;
+                }
+                if (i >= 0) {
+                    var stackElement = stack[i];
+                    stack.length = i;
+                    var line = document.positionAt(scanner.getTokenOffset()).line;
+                    var startLine = stackElement.startLine;
+                    var endLine = line - 1;
+                    if (endLine > startLine && prevStart !== startLine) {
+                        addRange({ startLine: startLine, endLine: endLine });
+                    }
+                }
+                break;
+            }
+            case _htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_1__.TokenType.Comment: {
+                var startLine = document.positionAt(scanner.getTokenOffset()).line;
+                var text = scanner.getTokenText();
+                var m = text.match(/^\s*#(region\b)|(endregion\b)/);
+                if (m) {
+                    if (m[1]) { // start pattern match
+                        stack.push({ startLine: startLine, tagName: '' }); // empty tagName marks region
+                    }
+                    else {
+                        var i = stack.length - 1;
+                        while (i >= 0 && stack[i].tagName.length) {
+                            i--;
+                        }
+                        if (i >= 0) {
+                            var stackElement = stack[i];
+                            stack.length = i;
+                            var endLine = startLine;
+                            startLine = stackElement.startLine;
+                            if (endLine > startLine && prevStart !== startLine) {
+                                addRange({ startLine: startLine, endLine: endLine, kind: vscode_languageserver_types__WEBPACK_IMPORTED_MODULE_0__.FoldingRangeKind.Region });
+                            }
+                        }
+                    }
+                }
+                else {
+                    var endLine = document.positionAt(scanner.getTokenOffset() + scanner.getTokenLength()).line;
+                    if (startLine < endLine) {
+                        addRange({ startLine: startLine, endLine: endLine, kind: vscode_languageserver_types__WEBPACK_IMPORTED_MODULE_0__.FoldingRangeKind.Comment });
+                    }
+                }
+                break;
+            }
+        }
+        token = scanner.scan();
+    }
+    var rangeLimit = context && context.rangeLimit || Number.MAX_VALUE;
+    if (ranges.length > rangeLimit) {
+        return limitRanges(ranges, rangeLimit);
+    }
+    return ranges;
+}
 
-      // Block comments are followed by a new line so they don't
-      // share a line with other properties
-      this._output.add_new_line();
-    } else if (this._ch === '/' && this._input.peek() === '/') {
-      // // single line comment
-      // Preserves the space before a comment
-      // on the same line as a rule
-      this._output.space_before_token = true;
-      this._input.back();
-      this.print_string(this._input.read(comment_pattern));
 
-      // Ensures any new lines following the comment are preserved
-      this.eatWhitespace(true);
-    } else if (this._ch === '@') {
-      this.preserveSingleSpace(isAfterSpace);
+/***/ }),
+/* 130 */
+/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
 
-      // deal with less propery mixins @{...}
-      if (this._input.peek() === '{') {
-        this.print_string(this._ch + this.eatString('}'));
-      } else {
-        this.print_string(this._ch);
+__webpack_require__.r(__webpack_exports__);
+/* harmony export */ __webpack_require__.d(__webpack_exports__, {
+/* harmony export */   "getSelectionRanges": () => /* binding */ getSelectionRanges
+/* harmony export */ });
+/* harmony import */ var vscode_languageserver_types__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(109);
+/* harmony import */ var _parser_htmlScanner__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(107);
+/* harmony import */ var _parser_htmlParser__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(110);
+/* harmony import */ var _htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(108);
+/**
+ * Until SelectionRange lands in LSP, we'll return Range from server and convert it to
+ * SelectionRange on client side
+ */
 
-        // strip trailing space, if present, for hash property checks
-        var variableOrRule = this._input.peekUntilAfter(/[: ,;{}()[\]\/='"]/g);
 
-        if (variableOrRule.match(/[ :]$/)) {
-          // we have a variable or pseudo-class, add it and insert one space before continuing
-          variableOrRule = this.eatString(": ").replace(/\s$/, '');
-          this.print_string(variableOrRule);
-          this._output.space_before_token = true;
-        }
 
-        variableOrRule = variableOrRule.replace(/\s$/, '');
 
-        if (variableOrRule === 'extend') {
-          insideAtExtend = true;
-        } else if (variableOrRule === 'import') {
-          insideAtImport = true;
+function getSelectionRanges(document, positions) {
+    function getSelectionRange(position) {
+        var applicableRanges = getApplicableRanges(document, position);
+        var prev = undefined;
+        var current = undefined;
+        for (var index = applicableRanges.length - 1; index >= 0; index--) {
+            var range = applicableRanges[index];
+            if (!prev || range[0] !== prev[0] || range[1] !== prev[1]) {
+                current = vscode_languageserver_types__WEBPACK_IMPORTED_MODULE_0__.SelectionRange.create(vscode_languageserver_types__WEBPACK_IMPORTED_MODULE_0__.Range.create(document.positionAt(applicableRanges[index][0]), document.positionAt(applicableRanges[index][1])), current);
+            }
+            prev = range;
         }
-
-        // might be a nesting at-rule
-        if (variableOrRule in this.NESTED_AT_RULE) {
-          this._nestedLevel += 1;
-          if (variableOrRule in this.CONDITIONAL_GROUP_RULE) {
-            enteringConditionalGroup = true;
-          }
-          // might be less variable
-        } else if (!insideRule && parenLevel === 0 && variableOrRule.indexOf(':') !== -1) {
-          insidePropertyValue = true;
-          this.indent();
+        if (!current) {
+            current = vscode_languageserver_types__WEBPACK_IMPORTED_MODULE_0__.SelectionRange.create(vscode_languageserver_types__WEBPACK_IMPORTED_MODULE_0__.Range.create(position, position));
         }
-      }
-    } else if (this._ch === '#' && this._input.peek() === '{') {
-      this.preserveSingleSpace(isAfterSpace);
-      this.print_string(this._ch + this.eatString('}'));
-    } else if (this._ch === '{') {
-      if (insidePropertyValue) {
-        insidePropertyValue = false;
-        this.outdent();
-      }
-      this.indent();
-      this._output.space_before_token = true;
-      this.print_string(this._ch);
-
-      // when entering conditional groups, only rulesets are allowed
-      if (enteringConditionalGroup) {
-        enteringConditionalGroup = false;
-        insideRule = (this._indentLevel > this._nestedLevel);
-      } else {
-        // otherwise, declarations are also allowed
-        insideRule = (this._indentLevel >= this._nestedLevel);
-      }
-      if (this._options.newline_between_rules && insideRule) {
-        if (this._output.previous_line && this._output.previous_line.item(-1) !== '{') {
-          this._output.ensure_empty_line_above('/', ',');
+        return current;
+    }
+    return positions.map(getSelectionRange);
+}
+function getApplicableRanges(document, position) {
+    var htmlDoc = (0,_parser_htmlParser__WEBPACK_IMPORTED_MODULE_2__.parse)(document.getText());
+    var currOffset = document.offsetAt(position);
+    var currNode = htmlDoc.findNodeAt(currOffset);
+    var result = getAllParentTagRanges(currNode);
+    // Self-closing or void elements
+    if (currNode.startTagEnd && !currNode.endTagStart) {
+        // THe rare case of unmatching tag pairs like <div></div1>
+        if (currNode.startTagEnd !== currNode.end) {
+            return [[currNode.start, currNode.end]];
         }
-      }
-      this.eatWhitespace(true);
-      this._output.add_new_line();
-    } else if (this._ch === '}') {
-      this.outdent();
-      this._output.add_new_line();
-      if (previous_ch === '{') {
-        this._output.trim(true);
-      }
-      insideAtImport = false;
-      insideAtExtend = false;
-      if (insidePropertyValue) {
-        this.outdent();
-        insidePropertyValue = false;
-      }
-      this.print_string(this._ch);
-      insideRule = false;
-      if (this._nestedLevel) {
-        this._nestedLevel--;
-      }
-
-      this.eatWhitespace(true);
-      this._output.add_new_line();
-
-      if (this._options.newline_between_rules && !this._output.just_added_blankline()) {
-        if (this._input.peek() !== '}') {
-          this._output.add_new_line(true);
+        var closeRange = vscode_languageserver_types__WEBPACK_IMPORTED_MODULE_0__.Range.create(document.positionAt(currNode.startTagEnd - 2), document.positionAt(currNode.startTagEnd));
+        var closeText = document.getText(closeRange);
+        // Self-closing element
+        if (closeText === '/>') {
+            result.unshift([currNode.start + 1, currNode.startTagEnd - 2]);
         }
-      }
-    } else if (this._ch === ":") {
-      if ((insideRule || enteringConditionalGroup) && !(this._input.lookBack("&") || this.foundNestedPseudoClass()) && !this._input.lookBack("(") && !insideAtExtend && parenLevel === 0) {
-        // 'property: value' delimiter
-        // which could be in a conditional group query
-        this.print_string(':');
-        if (!insidePropertyValue) {
-          insidePropertyValue = true;
-          this._output.space_before_token = true;
-          this.eatWhitespace(true);
-          this.indent();
+        // Void element
+        else {
+            result.unshift([currNode.start + 1, currNode.startTagEnd - 1]);
         }
-      } else {
-        // sass/less parent reference don't use a space
-        // sass nested pseudo-class don't use a space
-
-        // preserve space before pseudoclasses/pseudoelements, as it means "in any child"
-        if (this._input.lookBack(" ")) {
-          this._output.space_before_token = true;
+        var attributeLevelRanges = getAttributeLevelRanges(document, currNode, currOffset);
+        result = attributeLevelRanges.concat(result);
+        return result;
+    }
+    if (!currNode.startTagEnd || !currNode.endTagStart) {
+        return result;
+    }
+    /**
+     * For html like
+     * `<div class="foo">bar</div>`
+     */
+    result.unshift([currNode.start, currNode.end]);
+    /**
+     * Cursor inside `<div class="foo">`
+     */
+    if (currNode.start < currOffset && currOffset < currNode.startTagEnd) {
+        result.unshift([currNode.start + 1, currNode.startTagEnd - 1]);
+        var attributeLevelRanges = getAttributeLevelRanges(document, currNode, currOffset);
+        result = attributeLevelRanges.concat(result);
+        return result;
+    }
+    /**
+     * Cursor inside `bar`
+     */
+    else if (currNode.startTagEnd <= currOffset && currOffset <= currNode.endTagStart) {
+        result.unshift([currNode.startTagEnd, currNode.endTagStart]);
+        return result;
+    }
+    /**
+     * Cursor inside `</div>`
+     */
+    else {
+        // `div` inside `</div>`
+        if (currOffset >= currNode.endTagStart + 2) {
+            result.unshift([currNode.endTagStart + 2, currNode.end - 1]);
         }
-        if (this._input.peek() === ":") {
-          // pseudo-element
-          this._ch = this._input.next();
-          this.print_string("::");
-        } else {
-          // pseudo-class
-          this.print_string(':');
+        return result;
+    }
+}
+function getAllParentTagRanges(initialNode) {
+    var currNode = initialNode;
+    var getNodeRanges = function (n) {
+        if (n.startTagEnd && n.endTagStart && n.startTagEnd < n.endTagStart) {
+            return [
+                [n.startTagEnd, n.endTagStart],
+                [n.start, n.end]
+            ];
         }
-      }
-    } else if (this._ch === '"' || this._ch === '\'') {
-      this.preserveSingleSpace(isAfterSpace);
-      this.print_string(this._ch + this.eatString(this._ch));
-      this.eatWhitespace(true);
-    } else if (this._ch === ';') {
-      if (parenLevel === 0) {
-        if (insidePropertyValue) {
-          this.outdent();
-          insidePropertyValue = false;
+        return [
+            [n.start, n.end]
+        ];
+    };
+    var result = [];
+    while (currNode.parent) {
+        currNode = currNode.parent;
+        getNodeRanges(currNode).forEach(function (r) { return result.push(r); });
+    }
+    return result;
+}
+function getAttributeLevelRanges(document, currNode, currOffset) {
+    var currNodeRange = vscode_languageserver_types__WEBPACK_IMPORTED_MODULE_0__.Range.create(document.positionAt(currNode.start), document.positionAt(currNode.end));
+    var currNodeText = document.getText(currNodeRange);
+    var relativeOffset = currOffset - currNode.start;
+    /**
+     * Tag level semantic selection
+     */
+    var scanner = (0,_parser_htmlScanner__WEBPACK_IMPORTED_MODULE_1__.createScanner)(currNodeText);
+    var token = scanner.scan();
+    /**
+     * For text like
+     * <div class="foo">bar</div>
+     */
+    var positionOffset = currNode.start;
+    var result = [];
+    var isInsideAttribute = false;
+    var attrStart = -1;
+    while (token !== _htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_3__.TokenType.EOS) {
+        switch (token) {
+            case _htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_3__.TokenType.AttributeName: {
+                if (relativeOffset < scanner.getTokenOffset()) {
+                    isInsideAttribute = false;
+                    break;
+                }
+                if (relativeOffset <= scanner.getTokenEnd()) {
+                    // `class`
+                    result.unshift([scanner.getTokenOffset(), scanner.getTokenEnd()]);
+                }
+                isInsideAttribute = true;
+                attrStart = scanner.getTokenOffset();
+                break;
+            }
+            case _htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_3__.TokenType.AttributeValue: {
+                if (!isInsideAttribute) {
+                    break;
+                }
+                var valueText = scanner.getTokenText();
+                if (relativeOffset < scanner.getTokenOffset()) {
+                    // `class="foo"`
+                    result.push([attrStart, scanner.getTokenEnd()]);
+                    break;
+                }
+                if (relativeOffset >= scanner.getTokenOffset() && relativeOffset <= scanner.getTokenEnd()) {
+                    // `"foo"`
+                    result.unshift([scanner.getTokenOffset(), scanner.getTokenEnd()]);
+                    // `foo`
+                    if ((valueText[0] === "\"" && valueText[valueText.length - 1] === "\"") || (valueText[0] === "'" && valueText[valueText.length - 1] === "'")) {
+                        if (relativeOffset >= scanner.getTokenOffset() + 1 && relativeOffset <= scanner.getTokenEnd() - 1) {
+                            result.unshift([scanner.getTokenOffset() + 1, scanner.getTokenEnd() - 1]);
+                        }
+                    }
+                    // `class="foo"`
+                    result.push([attrStart, scanner.getTokenEnd()]);
+                }
+                break;
+            }
         }
-        insideAtExtend = false;
-        insideAtImport = false;
-        this.print_string(this._ch);
-        this.eatWhitespace(true);
+        token = scanner.scan();
+    }
+    return result.map(function (pair) {
+        return [pair[0] + positionOffset, pair[1] + positionOffset];
+    });
+}
 
-        // This maintains single line comments on the same
-        // line. Block comments are also affected, but
-        // a new line is always output before one inside
-        // that section
-        if (this._input.peek() !== '/') {
-          this._output.add_new_line();
+
+/***/ }),
+/* 131 */
+/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
+
+__webpack_require__.r(__webpack_exports__);
+/* harmony export */ __webpack_require__.d(__webpack_exports__, {
+/* harmony export */   "HTMLDataManager": () => /* binding */ HTMLDataManager
+/* harmony export */ });
+/* harmony import */ var _dataProvider__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(116);
+/* harmony import */ var _data_webCustomData__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(132);
+/*---------------------------------------------------------------------------------------------
+ *  Copyright (c) Microsoft Corporation. All rights reserved.
+ *  Licensed under the MIT License. See License.txt in the project root for license information.
+ *--------------------------------------------------------------------------------------------*/
+
+
+var HTMLDataManager = /** @class */ (function () {
+    function HTMLDataManager(options) {
+        this.dataProviders = [];
+        this.setDataProviders(options.useDefaultDataProvider !== false, options.customDataProviders || []);
+    }
+    HTMLDataManager.prototype.setDataProviders = function (builtIn, providers) {
+        var _a;
+        this.dataProviders = [];
+        if (builtIn) {
+            this.dataProviders.push(new _dataProvider__WEBPACK_IMPORTED_MODULE_0__.HTMLDataProvider('html5', _data_webCustomData__WEBPACK_IMPORTED_MODULE_1__.htmlData));
         }
-      } else {
-        this.print_string(this._ch);
-        this.eatWhitespace(true);
-        this._output.space_before_token = true;
-      }
-    } else if (this._ch === '(') { // may be a url
-      if (this._input.lookBack("url")) {
-        this.print_string(this._ch);
-        this.eatWhitespace();
-        parenLevel++;
-        this.indent();
-        this._ch = this._input.next();
-        if (this._ch === ')' || this._ch === '"' || this._ch === '\'') {
-          this._input.back();
-        } else if (this._ch) {
-          this.print_string(this._ch + this.eatString(')'));
-          if (parenLevel) {
-            parenLevel--;
-            this.outdent();
-          }
+        (_a = this.dataProviders).push.apply(_a, providers);
+    };
+    HTMLDataManager.prototype.getDataProviders = function () {
+        return this.dataProviders;
+    };
+    return HTMLDataManager;
+}());
+
+
+
+/***/ }),
+/* 132 */
+/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
+
+__webpack_require__.r(__webpack_exports__);
+/* harmony export */ __webpack_require__.d(__webpack_exports__, {
+/* harmony export */   "htmlData": () => /* binding */ htmlData
+/* harmony export */ });
+/*---------------------------------------------------------------------------------------------
+ *  Copyright (c) Microsoft Corporation. All rights reserved.
+ *  Licensed under the MIT License. See License.txt in the project root for license information.
+ *--------------------------------------------------------------------------------------------*/
+// file generated from vscode-web-custom-data NPM package
+var htmlData = {
+    "version": 1.1,
+    "tags": [
+        {
+            "name": "html",
+            "description": {
+                "kind": "markdown",
+                "value": "The html element represents the root of an HTML document."
+            },
+            "attributes": [
+                {
+                    "name": "manifest",
+                    "description": {
+                        "kind": "markdown",
+                        "value": "Specifies the URI of a resource manifest indicating resources that should be cached locally. See [Using the application cache](https://developer.mozilla.org/en-US/docs/Web/HTML/Using_the_application_cache) for details."
+                    }
+                },
+                {
+                    "name": "version",
+                    "description": "Specifies the version of the HTML [Document Type Definition](https://developer.mozilla.org/en-US/docs/Glossary/DTD \"Document Type Definition: In HTML, the doctype is the required \"<!DOCTYPE html>\" preamble found at the top of all documents. Its sole purpose is to prevent a browser from switching into so-called “quirks mode” when rendering a document; that is, the \"<!DOCTYPE html>\" doctype ensures that the browser makes a best-effort attempt at following the relevant specifications, rather than using a different rendering mode that is incompatible with some specifications.\") that governs the current document. This attribute is not needed, because it is redundant with the version information in the document type declaration."
+                },
+                {
+                    "name": "xmlns",
+                    "description": "Specifies the XML Namespace of the document. Default value is `\"http://www.w3.org/1999/xhtml\"`. This is required in documents parsed with XML parsers, and optional in text/html documents."
+                }
+            ],
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/HTML/Element/html"
+                }
+            ]
+        },
+        {
+            "name": "head",
+            "description": {
+                "kind": "markdown",
+                "value": "The head element represents a collection of metadata for the Document."
+            },
+            "attributes": [
+                {
+                    "name": "profile",
+                    "description": "The URIs of one or more metadata profiles, separated by white space."
+                }
+            ],
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/HTML/Element/head"
+                }
+            ]
+        },
+        {
+            "name": "title",
+            "description": {
+                "kind": "markdown",
+                "value": "The title element represents the document's title or name. Authors should use titles that identify their documents even when they are used out of context, for example in a user's history or bookmarks, or in search results. The document's title is often different from its first heading, since the first heading does not have to stand alone when taken out of context."
+            },
+            "attributes": [],
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/HTML/Element/title"
+                }
+            ]
+        },
+        {
+            "name": "base",
+            "description": {
+                "kind": "markdown",
+                "value": "The base element allows authors to specify the document base URL for the purposes of resolving relative URLs, and the name of the default browsing context for the purposes of following hyperlinks. The element does not represent any content beyond this information."
+            },
+            "attributes": [
+                {
+                    "name": "href",
+                    "description": {
+                        "kind": "markdown",
+                        "value": "The base URL to be used throughout the document for relative URL addresses. If this attribute is specified, this element must come before any other elements with attributes whose values are URLs. Absolute and relative URLs are allowed."
+                    }
+                },
+                {
+                    "name": "target",
+                    "description": {
+                        "kind": "markdown",
+                        "value": "A name or keyword indicating the default location to display the result when hyperlinks or forms cause navigation, for elements that do not have an explicit target reference. It is a name of, or keyword for, a _browsing context_ (for example: tab, window, or inline frame). The following keywords have special meanings:\n\n*   `_self`: Load the result into the same browsing context as the current one. This value is the default if the attribute is not specified.\n*   `_blank`: Load the result into a new unnamed browsing context.\n*   `_parent`: Load the result into the parent browsing context of the current one. If there is no parent, this option behaves the same way as `_self`.\n*   `_top`: Load the result into the top-level browsing context (that is, the browsing context that is an ancestor of the current one, and has no parent). If there is no parent, this option behaves the same way as `_self`.\n\nIf this attribute is specified, this element must come before any other elements with attributes whose values are URLs."
+                    }
+                }
+            ],
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/HTML/Element/base"
+                }
+            ]
+        },
+        {
+            "name": "link",
+            "description": {
+                "kind": "markdown",
+                "value": "The link element allows authors to link their document to other resources."
+            },
+            "attributes": [
+                {
+                    "name": "href",
+                    "description": {
+                        "kind": "markdown",
+                        "value": "This attribute specifies the [URL](https://developer.mozilla.org/en-US/docs/Glossary/URL \"URL: Uniform Resource Locator (URL) is a text string specifying where a resource can be found on the Internet.\") of the linked resource. A URL can be absolute or relative."
+                    }
+                },
+                {
+                    "name": "crossorigin",
+                    "valueSet": "xo",
+                    "description": {
+                        "kind": "markdown",
+                        "value": "This enumerated attribute indicates whether [CORS](https://developer.mozilla.org/en-US/docs/Glossary/CORS \"CORS: CORS (Cross-Origin Resource Sharing) is a system, consisting of transmitting HTTP headers, that determines whether browsers block frontend JavaScript code from accessing responses for cross-origin requests.\") must be used when fetching the resource. [CORS-enabled images](https://developer.mozilla.org/en-US/docs/Web/HTML/CORS_Enabled_Image) can be reused in the [`<canvas>`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/canvas \"Use the HTML <canvas> element with either the canvas scripting API or the WebGL API to draw graphics and animations.\") element without being _tainted_. The allowed values are:\n\n`anonymous`\n\nA cross-origin request (i.e. with an [`Origin`](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Origin \"The Origin request header indicates where a fetch originates from. It doesn't include any path information, but only the server name. It is sent with CORS requests, as well as with POST requests. It is similar to the Referer header, but, unlike this header, it doesn't disclose the whole path.\") HTTP header) is performed, but no credential is sent (i.e. no cookie, X.509 certificate, or HTTP Basic authentication). If the server does not give credentials to the origin site (by not setting the [`Access-Control-Allow-Origin`](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Access-Control-Allow-Origin \"The Access-Control-Allow-Origin response header indicates whether the response can be shared with requesting code from the given origin.\") HTTP header) the image will be tainted and its usage restricted.\n\n`use-credentials`\n\nA cross-origin request (i.e. with an `Origin` HTTP header) is performed along with a credential sent (i.e. a cookie, certificate, and/or HTTP Basic authentication is performed). If the server does not give credentials to the origin site (through [`Access-Control-Allow-Credentials`](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Access-Control-Allow-Credentials \"The Access-Control-Allow-Credentials response header tells browsers whether to expose the response to frontend JavaScript code when the request's credentials mode (Request.credentials) is \"include\".\") HTTP header), the resource will be _tainted_ and its usage restricted.\n\nIf the attribute is not present, the resource is fetched without a [CORS](https://developer.mozilla.org/en-US/docs/Glossary/CORS \"CORS: CORS (Cross-Origin Resource Sharing) is a system, consisting of transmitting HTTP headers, that determines whether browsers block frontend JavaScript code from accessing responses for cross-origin requests.\") request (i.e. without sending the `Origin` HTTP header), preventing its non-tainted usage. If invalid, it is handled as if the enumerated keyword **anonymous** was used. See [CORS settings attributes](https://developer.mozilla.org/en-US/docs/Web/HTML/CORS_settings_attributes) for additional information."
+                    }
+                },
+                {
+                    "name": "rel",
+                    "description": {
+                        "kind": "markdown",
+                        "value": "This attribute names a relationship of the linked document to the current document. The attribute must be a space-separated list of the [link types values](https://developer.mozilla.org/en-US/docs/Web/HTML/Link_types)."
+                    }
+                },
+                {
+                    "name": "media",
+                    "description": {
+                        "kind": "markdown",
+                        "value": "This attribute specifies the media that the linked resource applies to. Its value must be a media type / [media query](https://developer.mozilla.org/en-US/docs/Web/CSS/Media_queries). This attribute is mainly useful when linking to external stylesheets — it allows the user agent to pick the best adapted one for the device it runs on.\n\n**Notes:**\n\n*   In HTML 4, this can only be a simple white-space-separated list of media description literals, i.e., [media types and groups](https://developer.mozilla.org/en-US/docs/Web/CSS/@media), where defined and allowed as values for this attribute, such as `print`, `screen`, `aural`, `braille`. HTML5 extended this to any kind of [media queries](https://developer.mozilla.org/en-US/docs/Web/CSS/Media_queries), which are a superset of the allowed values of HTML 4.\n*   Browsers not supporting [CSS3 Media Queries](https://developer.mozilla.org/en-US/docs/Web/CSS/Media_queries) won't necessarily recognize the adequate link; do not forget to set fallback links, the restricted set of media queries defined in HTML 4."
+                    }
+                },
+                {
+                    "name": "hreflang",
+                    "description": {
+                        "kind": "markdown",
+                        "value": "This attribute indicates the language of the linked resource. It is purely advisory. Allowed values are determined by [BCP47](https://www.ietf.org/rfc/bcp/bcp47.txt). Use this attribute only if the [`href`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#attr-href) attribute is present."
+                    }
+                },
+                {
+                    "name": "type",
+                    "description": {
+                        "kind": "markdown",
+                        "value": "This attribute is used to define the type of the content linked to. The value of the attribute should be a MIME type such as **text/html**, **text/css**, and so on. The common use of this attribute is to define the type of stylesheet being referenced (such as **text/css**), but given that CSS is the only stylesheet language used on the web, not only is it possible to omit the `type` attribute, but is actually now recommended practice. It is also used on `rel=\"preload\"` link types, to make sure the browser only downloads file types that it supports."
+                    }
+                },
+                {
+                    "name": "sizes",
+                    "description": {
+                        "kind": "markdown",
+                        "value": "This attribute defines the sizes of the icons for visual media contained in the resource. It must be present only if the [`rel`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/link#attr-rel) contains a value of `icon` or a non-standard type such as Apple's `apple-touch-icon`. It may have the following values:\n\n*   `any`, meaning that the icon can be scaled to any size as it is in a vector format, like `image/svg+xml`.\n*   a white-space separated list of sizes, each in the format `_<width in pixels>_x_<height in pixels>_` or `_<width in pixels>_X_<height in pixels>_`. Each of these sizes must be contained in the resource.\n\n**Note:** Most icon formats are only able to store one single icon; therefore most of the time the [`sizes`](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes#attr-sizes) contains only one entry. MS's ICO format does, as well as Apple's ICNS. ICO is more ubiquitous; you should definitely use it."
+                    }
+                },
+                {
+                    "name": "as",
+                    "description": "This attribute is only used when `rel=\"preload\"` or `rel=\"prefetch\"` has been set on the `<link>` element. It specifies the type of content being loaded by the `<link>`, which is necessary for content prioritization, request matching, application of correct [content security policy](https://developer.mozilla.org/en-US/docs/Web/HTTP/CSP), and setting of correct [`Accept`](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Accept \"The Accept request HTTP header advertises which content types, expressed as MIME types, the client is able to understand. Using content negotiation, the server then selects one of the proposals, uses it and informs the client of its choice with the Content-Type response header. Browsers set adequate values for this header depending on the context where the request is done: when fetching a CSS stylesheet a different value is set for the request than when fetching an image, video or a script.\") request header."
+                },
+                {
+                    "name": "importance",
+                    "description": "Indicates the relative importance of the resource. Priority hints are delegated using the values:"
+                },
+                {
+                    "name": "importance",
+                    "description": "**`auto`**: Indicates **no preference**. The browser may use its own heuristics to decide the priority of the resource.\n\n**`high`**: Indicates to the browser that the resource is of **high** priority.\n\n**`low`**: Indicates to the browser that the resource is of **low** priority.\n\n**Note:** The `importance` attribute may only be used for the `<link>` element if `rel=\"preload\"` or `rel=\"prefetch\"` is present."
+                },
+                {
+                    "name": "integrity",
+                    "description": "Contains inline metadata — a base64-encoded cryptographic hash of the resource (file) you’re telling the browser to fetch. The browser can use this to verify that the fetched resource has been delivered free of unexpected manipulation. See [Subresource Integrity](https://developer.mozilla.org/en-US/docs/Web/Security/Subresource_Integrity)."
+                },
+                {
+                    "name": "referrerpolicy",
+                    "description": "A string indicating which referrer to use when fetching the resource:\n\n*   `no-referrer` means that the [`Referer`](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Referer \"The Referer request header contains the address of the previous web page from which a link to the currently requested page was followed. The Referer header allows servers to identify where people are visiting them from and may use that data for analytics, logging, or optimized caching, for example.\") header will not be sent.\n*   `no-referrer-when-downgrade` means that no [`Referer`](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Referer \"The Referer request header contains the address of the previous web page from which a link to the currently requested page was followed. The Referer header allows servers to identify where people are visiting them from and may use that data for analytics, logging, or optimized caching, for example.\") header will be sent when navigating to an origin without TLS (HTTPS). This is a user agent’s default behavior, if no policy is otherwise specified.\n*   `origin` means that the referrer will be the origin of the page, which is roughly the scheme, the host, and the port.\n*   `origin-when-cross-origin` means that navigating to other origins will be limited to the scheme, the host, and the port, while navigating on the same origin will include the referrer's path.\n*   `unsafe-url` means that the referrer will include the origin and the path (but not the fragment, password, or username). This case is unsafe because it can leak origins and paths from TLS-protected resources to insecure origins."
+                },
+                {
+                    "name": "title",
+                    "description": "The `title` attribute has special semantics on the `<link>` element. When used on a `<link rel=\"stylesheet\">` it defines a [preferred or an alternate stylesheet](https://developer.mozilla.org/en-US/docs/Web/CSS/Alternative_style_sheets). Incorrectly using it may [cause the stylesheet to be ignored](https://developer.mozilla.org/en-US/docs/Correctly_Using_Titles_With_External_Stylesheets)."
+                }
+            ],
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/HTML/Element/link"
+                }
+            ]
+        },
+        {
+            "name": "meta",
+            "description": {
+                "kind": "markdown",
+                "value": "The meta element represents various kinds of metadata that cannot be expressed using the title, base, link, style, and script elements."
+            },
+            "attributes": [
+                {
+                    "name": "name",
+                    "description": {
+                        "kind": "markdown",
+                        "value": "This attribute defines the name of a piece of document-level metadata. It should not be set if one of the attributes [`itemprop`](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes#attr-itemprop), [`http-equiv`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/meta#attr-http-equiv) or [`charset`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/meta#attr-charset) is also set.\n\nThis metadata name is associated with the value contained by the [`content`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/meta#attr-content) attribute. The possible values for the name attribute are:\n\n*   `application-name` which defines the name of the application running in the web page.\n    \n    **Note:**\n    \n    *   Browsers may use this to identify the application. It is different from the [`<title>`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/title \"The HTML Title element (<title>) defines the document's title that is shown in a browser's title bar or a page's tab.\") element, which usually contain the application name, but may also contain information like the document name or a status.\n    *   Simple web pages shouldn't define an application-name.\n    \n*   `author` which defines the name of the document's author.\n*   `description` which contains a short and accurate summary of the content of the page. Several browsers, like Firefox and Opera, use this as the default description of bookmarked pages.\n*   `generator` which contains the identifier of the software that generated the page.\n*   `keywords` which contains words relevant to the page's content separated by commas.\n*   `referrer` which controls the [`Referer` HTTP header](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Referer) attached to requests sent from the document:\n    \n    Values for the `content` attribute of `<meta name=\"referrer\">`\n    \n    `no-referrer`\n    \n    Do not send a HTTP `Referrer` header.\n    \n    `origin`\n    \n    Send the [origin](https://developer.mozilla.org/en-US/docs/Glossary/Origin) of the document.\n    \n    `no-referrer-when-downgrade`\n    \n    Send the [origin](https://developer.mozilla.org/en-US/docs/Glossary/Origin) as a referrer to URLs as secure as the current page, (https→https), but does not send a referrer to less secure URLs (https→http). This is the default behaviour.\n    \n    `origin-when-cross-origin`\n    \n    Send the full URL (stripped of parameters) for same-origin requests, but only send the [origin](https://developer.mozilla.org/en-US/docs/Glossary/Origin) for other cases.\n    \n    `same-origin`\n    \n    A referrer will be sent for [same-site origins](https://developer.mozilla.org/en-US/docs/Web/Security/Same-origin_policy), but cross-origin requests will contain no referrer information.\n    \n    `strict-origin`\n    \n    Only send the origin of the document as the referrer to a-priori as-much-secure destination (HTTPS->HTTPS), but don't send it to a less secure destination (HTTPS->HTTP).\n    \n    `strict-origin-when-cross-origin`\n    \n    Send a full URL when performing a same-origin request, only send the origin of the document to a-priori as-much-secure destination (HTTPS->HTTPS), and send no header to a less secure destination (HTTPS->HTTP).\n    \n    `unsafe-URL`\n    \n    Send the full URL (stripped of parameters) for same-origin or cross-origin requests.\n    \n    **Notes:**\n    \n    *   Some browsers support the deprecated values of `always`, `default`, and `never` for referrer.\n    *   Dynamically inserting `<meta name=\"referrer\">` (with [`document.write`](https://developer.mozilla.org/en-US/docs/Web/API/Document/write) or [`appendChild`](https://developer.mozilla.org/en-US/docs/Web/API/Node/appendChild)) makes the referrer behaviour unpredictable.\n    *   When several conflicting policies are defined, the no-referrer policy is applied.\n    \n\nThis attribute may also have a value taken from the extended list defined on [WHATWG Wiki MetaExtensions page](https://wiki.whatwg.org/wiki/MetaExtensions). Although none have been formally accepted yet, a few commonly used names are:\n\n*   `creator` which defines the name of the creator of the document, such as an organization or institution. If there are more than one, several [`<meta>`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/meta \"The HTML <meta> element represents metadata that cannot be represented by other HTML meta-related elements, like <base>, <link>, <script>, <style> or <title>.\") elements should be used.\n*   `googlebot`, a synonym of `robots`, is only followed by Googlebot (the indexing crawler for Google).\n*   `publisher` which defines the name of the document's publisher.\n*   `robots` which defines the behaviour that cooperative crawlers, or \"robots\", should use with the page. It is a comma-separated list of the values below:\n    \n    Values for the content of `<meta name=\"robots\">`\n    \n    Value\n    \n    Description\n    \n    Used by\n    \n    `index`\n    \n    Allows the robot to index the page (default).\n    \n    All\n    \n    `noindex`\n    \n    Requests the robot to not index the page.\n    \n    All\n    \n    `follow`\n    \n    Allows the robot to follow the links on the page (default).\n    \n    All\n    \n    `nofollow`\n    \n    Requests the robot to not follow the links on the page.\n    \n    All\n    \n    `none`\n    \n    Equivalent to `noindex, nofollow`\n    \n    [Google](https://support.google.com/webmasters/answer/79812)\n    \n    `noodp`\n    \n    Prevents using the [Open Directory Project](https://www.dmoz.org/) description, if any, as the page description in search engine results.\n    \n    [Google](https://support.google.com/webmasters/answer/35624#nodmoz), [Yahoo](https://help.yahoo.com/kb/search-for-desktop/meta-tags-robotstxt-yahoo-search-sln2213.html#cont5), [Bing](https://www.bing.com/webmaster/help/which-robots-metatags-does-bing-support-5198d240)\n    \n    `noarchive`\n    \n    Requests the search engine not to cache the page content.\n    \n    [Google](https://developers.google.com/webmasters/control-crawl-index/docs/robots_meta_tag#valid-indexing--serving-directives), [Yahoo](https://help.yahoo.com/kb/search-for-desktop/SLN2213.html), [Bing](https://www.bing.com/webmaster/help/which-robots-metatags-does-bing-support-5198d240)\n    \n    `nosnippet`\n    \n    Prevents displaying any description of the page in search engine results.\n    \n    [Google](https://developers.google.com/webmasters/control-crawl-index/docs/robots_meta_tag#valid-indexing--serving-directives), [Bing](https://www.bing.com/webmaster/help/which-robots-metatags-does-bing-support-5198d240)\n    \n    `noimageindex`\n    \n    Requests this page not to appear as the referring page of an indexed image.\n    \n    [Google](https://developers.google.com/webmasters/control-crawl-index/docs/robots_meta_tag#valid-indexing--serving-directives)\n    \n    `nocache`\n    \n    Synonym of `noarchive`.\n    \n    [Bing](https://www.bing.com/webmaster/help/which-robots-metatags-does-bing-support-5198d240)\n    \n    **Notes:**\n    \n    *   Only cooperative robots follow these rules. Do not expect to prevent e-mail harvesters with them.\n    *   The robot still needs to access the page in order to read these rules. To prevent bandwidth consumption, use a _[robots.txt](https://developer.mozilla.org/en-US/docs/Glossary/robots.txt \"robots.txt: Robots.txt is a file which is usually placed in the root of any website. It decides whether crawlers are permitted or forbidden access to the web site.\")_ file.\n    *   If you want to remove a page, `noindex` will work, but only after the robot visits the page again. Ensure that the `robots.txt` file is not preventing revisits.\n    *   Some values are mutually exclusive, like `index` and `noindex`, or `follow` and `nofollow`. In these cases the robot's behaviour is undefined and may vary between them.\n    *   Some crawler robots, like Google, Yahoo and Bing, support the same values for the HTTP header `X-Robots-Tag`; this allows non-HTML documents like images to use these rules.\n    \n*   `slurp`, is a synonym of `robots`, but only for Slurp - the crawler for Yahoo Search.\n*   `viewport`, which gives hints about the size of the initial size of the [viewport](https://developer.mozilla.org/en-US/docs/Glossary/viewport \"viewport: A viewport represents a polygonal (normally rectangular) area in computer graphics that is currently being viewed. In web browser terms, it refers to the part of the document you're viewing which is currently visible in its window (or the screen, if the document is being viewed in full screen mode). Content outside the viewport is not visible onscreen until scrolled into view.\"). Used by mobile devices only.\n    \n    Values for the content of `<meta name=\"viewport\">`\n    \n    Value\n    \n    Possible subvalues\n    \n    Description\n    \n    `width`\n    \n    A positive integer number, or the text `device-width`\n    \n    Defines the pixel width of the viewport that you want the web site to be rendered at.\n    \n    `height`\n    \n    A positive integer, or the text `device-height`\n    \n    Defines the height of the viewport. Not used by any browser.\n    \n    `initial-scale`\n    \n    A positive number between `0.0` and `10.0`\n    \n    Defines the ratio between the device width (`device-width` in portrait mode or `device-height` in landscape mode) and the viewport size.\n    \n    `maximum-scale`\n    \n    A positive number between `0.0` and `10.0`\n    \n    Defines the maximum amount to zoom in. It must be greater or equal to the `minimum-scale` or the behaviour is undefined. Browser settings can ignore this rule and iOS10+ ignores it by default.\n    \n    `minimum-scale`\n    \n    A positive number between `0.0` and `10.0`\n    \n    Defines the minimum zoom level. It must be smaller or equal to the `maximum-scale` or the behaviour is undefined. Browser settings can ignore this rule and iOS10+ ignores it by default.\n    \n    `user-scalable`\n    \n    `yes` or `no`\n    \n    If set to `no`, the user is not able to zoom in the webpage. The default is `yes`. Browser settings can ignore this rule, and iOS10+ ignores it by default.\n    \n    Specification\n    \n    Status\n    \n    Comment\n    \n    [CSS Device Adaptation  \n    The definition of '<meta name=\"viewport\">' in that specification.](https://drafts.csswg.org/css-device-adapt/#viewport-meta)\n    \n    Working Draft\n    \n    Non-normatively describes the Viewport META element\n    \n    See also: [`@viewport`](https://developer.mozilla.org/en-US/docs/Web/CSS/@viewport \"The @viewport CSS at-rule lets you configure the viewport through which the document is viewed. It's primarily used for mobile devices, but is also used by desktop browsers that support features like \"snap to edge\" (such as Microsoft Edge).\")\n    \n    **Notes:**\n    \n    *   Though unstandardized, this declaration is respected by most mobile browsers due to de-facto dominance.\n    *   The default values may vary between devices and browsers.\n    *   To learn about this declaration in Firefox for Mobile, see [this article](https://developer.mozilla.org/en-US/docs/Mobile/Viewport_meta_tag \"Mobile/Viewport meta tag\")."
+                    }
+                },
+                {
+                    "name": "http-equiv",
+                    "description": {
+                        "kind": "markdown",
+                        "value": "Defines a pragma directive. The attribute is named `**http-equiv**(alent)` because all the allowed values are names of particular HTTP headers:\n\n*   `\"content-language\"`  \n    Defines the default language of the page. It can be overridden by the [lang](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/lang) attribute on any element.\n    \n    **Warning:** Do not use this value, as it is obsolete. Prefer the `lang` attribute on the [`<html>`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/html \"The HTML <html> element represents the root (top-level element) of an HTML document, so it is also referred to as the root element. All other elements must be descendants of this element.\") element.\n    \n*   `\"content-security-policy\"`  \n    Allows page authors to define a [content policy](https://developer.mozilla.org/en-US/docs/Web/Security/CSP/CSP_policy_directives) for the current page. Content policies mostly specify allowed server origins and script endpoints which help guard against cross-site scripting attacks.\n*   `\"content-type\"`  \n    Defines the [MIME type](https://developer.mozilla.org/en-US/docs/Glossary/MIME_type) of the document, followed by its character encoding. It follows the same syntax as the HTTP `content-type` entity-header field, but as it is inside a HTML page, most values other than `text/html` are impossible. Therefore the valid syntax for its `content` is the string '`text/html`' followed by a character set with the following syntax: '`; charset=_IANAcharset_`', where `IANAcharset` is the _preferred MIME name_ for a character set as [defined by the IANA.](https://www.iana.org/assignments/character-sets)\n    \n    **Warning:** Do not use this value, as it is obsolete. Use the [`charset`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/meta#attr-charset) attribute on the [`<meta>`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/meta \"The HTML <meta> element represents metadata that cannot be represented by other HTML meta-related elements, like <base>, <link>, <script>, <style> or <title>.\") element.\n    \n    **Note:** As [`<meta>`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/meta \"The HTML <meta> element represents metadata that cannot be represented by other HTML meta-related elements, like <base>, <link>, <script>, <style> or <title>.\") can't change documents' types in XHTML or HTML5's XHTML serialization, never set the MIME type to an XHTML MIME type with `<meta>`.\n    \n*   `\"refresh\"`  \n    This instruction specifies:\n    *   The number of seconds until the page should be reloaded - only if the [`content`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/meta#attr-content) attribute contains a positive integer.\n    *   The number of seconds until the page should redirect to another - only if the [`content`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/meta#attr-content) attribute contains a positive integer followed by the string '`;url=`', and a valid URL.\n*   `\"set-cookie\"`  \n    Defines a [cookie](https://developer.mozilla.org/en-US/docs/cookie) for the page. Its content must follow the syntax defined in the [IETF HTTP Cookie Specification](https://tools.ietf.org/html/draft-ietf-httpstate-cookie-14).\n    \n    **Warning:** Do not use this instruction, as it is obsolete. Use the HTTP header [`Set-Cookie`](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Set-Cookie) instead."
+                    }
+                },
+                {
+                    "name": "content",
+                    "description": {
+                        "kind": "markdown",
+                        "value": "This attribute contains the value for the [`http-equiv`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/meta#attr-http-equiv) or [`name`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/meta#attr-name) attribute, depending on which is used."
+                    }
+                },
+                {
+                    "name": "charset",
+                    "description": {
+                        "kind": "markdown",
+                        "value": "This attribute declares the page's character encoding. It must contain a [standard IANA MIME name for character encodings](https://www.iana.org/assignments/character-sets). Although the standard doesn't request a specific encoding, it suggests:\n\n*   Authors are encouraged to use [`UTF-8`](https://developer.mozilla.org/en-US/docs/Glossary/UTF-8).\n*   Authors should not use ASCII-incompatible encodings to avoid security risk: browsers not supporting them may interpret harmful content as HTML. This happens with the `JIS_C6226-1983`, `JIS_X0212-1990`, `HZ-GB-2312`, `JOHAB`, the ISO-2022 family and the EBCDIC family.\n\n**Note:** ASCII-incompatible encodings are those that don't map the 8-bit code points `0x20` to `0x7E` to the `0x0020` to `0x007E` Unicode code points)\n\n*   Authors **must not** use `CESU-8`, `UTF-7`, `BOCU-1` and/or `SCSU` as [cross-site scripting](https://developer.mozilla.org/en-US/docs/Glossary/Cross-site_scripting) attacks with these encodings have been demonstrated.\n*   Authors should not use `UTF-32` because not all HTML5 encoding algorithms can distinguish it from `UTF-16`.\n\n**Notes:**\n\n*   The declared character encoding must match the one the page was saved with to avoid garbled characters and security holes.\n*   The [`<meta>`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/meta \"The HTML <meta> element represents metadata that cannot be represented by other HTML meta-related elements, like <base>, <link>, <script>, <style> or <title>.\") element declaring the encoding must be inside the [`<head>`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/head \"The HTML <head> element provides general information (metadata) about the document, including its title and links to its scripts and style sheets.\") element and **within the first 1024 bytes** of the HTML as some browsers only look at those bytes before choosing an encoding.\n*   This [`<meta>`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/meta \"The HTML <meta> element represents metadata that cannot be represented by other HTML meta-related elements, like <base>, <link>, <script>, <style> or <title>.\") element is only one part of the [algorithm to determine a page's character set](https://www.whatwg.org/specs/web-apps/current-work/multipage/parsing.html#encoding-sniffing-algorithm \"Algorithm charset page\"). The [`Content-Type` header](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Content-Type) and any [Byte-Order Marks](https://developer.mozilla.org/en-US/docs/Glossary/Byte-Order_Mark \"The definition of that term (Byte-Order Marks) has not been written yet; please consider contributing it!\") override this element.\n*   It is strongly recommended to define the character encoding. If a page's encoding is undefined, cross-scripting techniques are possible, such as the [`UTF-7` fallback cross-scripting technique](https://code.google.com/p/doctype-mirror/wiki/ArticleUtf7).\n*   The [`<meta>`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/meta \"The HTML <meta> element represents metadata that cannot be represented by other HTML meta-related elements, like <base>, <link>, <script>, <style> or <title>.\") element with a `charset` attribute is a synonym for the pre-HTML5 `<meta http-equiv=\"Content-Type\" content=\"text/html; charset=_IANAcharset_\">`, where _`IANAcharset`_ contains the value of the equivalent [`charset`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/meta#attr-charset) attribute. This syntax is still allowed, although no longer recommended."
+                    }
+                },
+                {
+                    "name": "scheme",
+                    "description": "This attribute defines the scheme in which metadata is described. A scheme is a context leading to the correct interpretations of the [`content`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/meta#attr-content) value, like a format.\n\n**Warning:** Do not use this value, as it is obsolete. There is no replacement as there was no real usage for it."
+                }
+            ],
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/HTML/Element/meta"
+                }
+            ]
+        },
+        {
+            "name": "style",
+            "description": {
+                "kind": "markdown",
+                "value": "The style element allows authors to embed style information in their documents. The style element is one of several inputs to the styling processing model. The element does not represent content for the user."
+            },
+            "attributes": [
+                {
+                    "name": "media",
+                    "description": {
+                        "kind": "markdown",
+                        "value": "This attribute defines which media the style should be applied to. Its value is a [media query](https://developer.mozilla.org/en-US/docs/Web/Guide/CSS/Media_queries), which defaults to `all` if the attribute is missing."
+                    }
+                },
+                {
+                    "name": "nonce",
+                    "description": {
+                        "kind": "markdown",
+                        "value": "A cryptographic nonce (number used once) used to whitelist inline styles in a [style-src Content-Security-Policy](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Content-Security-Policy/style-src). The server must generate a unique nonce value each time it transmits a policy. It is critical to provide a nonce that cannot be guessed as bypassing a resource’s policy is otherwise trivial."
+                    }
+                },
+                {
+                    "name": "type",
+                    "description": {
+                        "kind": "markdown",
+                        "value": "This attribute defines the styling language as a MIME type (charset should not be specified). This attribute is optional and defaults to `text/css` if it is not specified — there is very little reason to include this in modern web documents."
+                    }
+                },
+                {
+                    "name": "scoped",
+                    "valueSet": "v"
+                },
+                {
+                    "name": "title",
+                    "description": "This attribute specifies [alternative style sheet](https://developer.mozilla.org/en-US/docs/Web/CSS/Alternative_style_sheets) sets."
+                }
+            ],
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/HTML/Element/style"
+                }
+            ]
+        },
+        {
+            "name": "body",
+            "description": {
+                "kind": "markdown",
+                "value": "The body element represents the content of the document."
+            },
+            "attributes": [
+                {
+                    "name": "onafterprint",
+                    "description": {
+                        "kind": "markdown",
+                        "value": "Function to call after the user has printed the document."
+                    }
+                },
+                {
+                    "name": "onbeforeprint",
+                    "description": {
+                        "kind": "markdown",
+                        "value": "Function to call when the user requests printing of the document."
+                    }
+                },
+                {
+                    "name": "onbeforeunload",
+                    "description": {
+                        "kind": "markdown",
+                        "value": "Function to call when the document is about to be unloaded."
+                    }
+                },
+                {
+                    "name": "onhashchange",
+                    "description": {
+                        "kind": "markdown",
+                        "value": "Function to call when the fragment identifier part (starting with the hash (`'#'`) character) of the document's current address has changed."
+                    }
+                },
+                {
+                    "name": "onlanguagechange",
+                    "description": {
+                        "kind": "markdown",
+                        "value": "Function to call when the preferred languages changed."
+                    }
+                },
+                {
+                    "name": "onmessage",
+                    "description": {
+                        "kind": "markdown",
+                        "value": "Function to call when the document has received a message."
+                    }
+                },
+                {
+                    "name": "onoffline",
+                    "description": {
+                        "kind": "markdown",
+                        "value": "Function to call when network communication has failed."
+                    }
+                },
+                {
+                    "name": "ononline",
+                    "description": {
+                        "kind": "markdown",
+                        "value": "Function to call when network communication has been restored."
+                    }
+                },
+                {
+                    "name": "onpagehide"
+                },
+                {
+                    "name": "onpageshow"
+                },
+                {
+                    "name": "onpopstate",
+                    "description": {
+                        "kind": "markdown",
+                        "value": "Function to call when the user has navigated session history."
+                    }
+                },
+                {
+                    "name": "onstorage",
+                    "description": {
+                        "kind": "markdown",
+                        "value": "Function to call when the storage area has changed."
+                    }
+                },
+                {
+                    "name": "onunload",
+                    "description": {
+                        "kind": "markdown",
+                        "value": "Function to call when the document is going away."
+                    }
+                },
+                {
+                    "name": "alink",
+                    "description": "Color of text for hyperlinks when selected. _This method is non-conforming, use CSS [`color`](https://developer.mozilla.org/en-US/docs/Web/CSS/color \"The color CSS property sets the foreground color value of an element's text and text decorations, and sets the currentcolor value.\") property in conjunction with the [`:active`](https://developer.mozilla.org/en-US/docs/Web/CSS/:active \"The :active CSS pseudo-class represents an element (such as a button) that is being activated by the user.\") pseudo-class instead._"
+                },
+                {
+                    "name": "background",
+                    "description": "URI of a image to use as a background. _This method is non-conforming, use CSS [`background`](https://developer.mozilla.org/en-US/docs/Web/CSS/background \"The background shorthand CSS property sets all background style properties at once, such as color, image, origin and size, or repeat method.\") property on the element instead._"
+                },
+                {
+                    "name": "bgcolor",
+                    "description": "Background color for the document. _This method is non-conforming, use CSS [`background-color`](https://developer.mozilla.org/en-US/docs/Web/CSS/background-color \"The background-color CSS property sets the background color of an element.\") property on the element instead._"
+                },
+                {
+                    "name": "bottommargin",
+                    "description": "The margin of the bottom of the body. _This method is non-conforming, use CSS [`margin-bottom`](https://developer.mozilla.org/en-US/docs/Web/CSS/margin-bottom \"The margin-bottom CSS property sets the margin area on the bottom of an element. A positive value places it farther from its neighbors, while a negative value places it closer.\") property on the element instead._"
+                },
+                {
+                    "name": "leftmargin",
+                    "description": "The margin of the left of the body. _This method is non-conforming, use CSS [`margin-left`](https://developer.mozilla.org/en-US/docs/Web/CSS/margin-left \"The margin-left CSS property sets the margin area on the left side of an element. A positive value places it farther from its neighbors, while a negative value places it closer.\") property on the element instead._"
+                },
+                {
+                    "name": "link",
+                    "description": "Color of text for unvisited hypertext links. _This method is non-conforming, use CSS [`color`](https://developer.mozilla.org/en-US/docs/Web/CSS/color \"The color CSS property sets the foreground color value of an element's text and text decorations, and sets the currentcolor value.\") property in conjunction with the [`:link`](https://developer.mozilla.org/en-US/docs/Web/CSS/:link \"The :link CSS pseudo-class represents an element that has not yet been visited. It matches every unvisited <a>, <area>, or <link> element that has an href attribute.\") pseudo-class instead._"
+                },
+                {
+                    "name": "onblur",
+                    "description": "Function to call when the document loses focus."
+                },
+                {
+                    "name": "onerror",
+                    "description": "Function to call when the document fails to load properly."
+                },
+                {
+                    "name": "onfocus",
+                    "description": "Function to call when the document receives focus."
+                },
+                {
+                    "name": "onload",
+                    "description": "Function to call when the document has finished loading."
+                },
+                {
+                    "name": "onredo",
+                    "description": "Function to call when the user has moved forward in undo transaction history."
+                },
+                {
+                    "name": "onresize",
+                    "description": "Function to call when the document has been resized."
+                },
+                {
+                    "name": "onundo",
+                    "description": "Function to call when the user has moved backward in undo transaction history."
+                },
+                {
+                    "name": "rightmargin",
+                    "description": "The margin of the right of the body. _This method is non-conforming, use CSS [`margin-right`](https://developer.mozilla.org/en-US/docs/Web/CSS/margin-right \"The margin-right CSS property sets the margin area on the right side of an element. A positive value places it farther from its neighbors, while a negative value places it closer.\") property on the element instead._"
+                },
+                {
+                    "name": "text",
+                    "description": "Foreground color of text. _This method is non-conforming, use CSS [`color`](https://developer.mozilla.org/en-US/docs/Web/CSS/color \"The color CSS property sets the foreground color value of an element's text and text decorations, and sets the currentcolor value.\") property on the element instead._"
+                },
+                {
+                    "name": "topmargin",
+                    "description": "The margin of the top of the body. _This method is non-conforming, use CSS [`margin-top`](https://developer.mozilla.org/en-US/docs/Web/CSS/margin-top \"The margin-top CSS property sets the margin area on the top of an element. A positive value places it farther from its neighbors, while a negative value places it closer.\") property on the element instead._"
+                },
+                {
+                    "name": "vlink",
+                    "description": "Color of text for visited hypertext links. _This method is non-conforming, use CSS [`color`](https://developer.mozilla.org/en-US/docs/Web/CSS/color \"The color CSS property sets the foreground color value of an element's text and text decorations, and sets the currentcolor value.\") property in conjunction with the [`:visited`](https://developer.mozilla.org/en-US/docs/Web/CSS/:visited \"The :visited CSS pseudo-class represents links that the user has already visited. For privacy reasons, the styles that can be modified using this selector are very limited.\") pseudo-class instead._"
+                }
+            ],
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/HTML/Element/body"
+                }
+            ]
+        },
+        {
+            "name": "article",
+            "description": {
+                "kind": "markdown",
+                "value": "The article element represents a complete, or self-contained, composition in a document, page, application, or site and that is, in principle, independently distributable or reusable, e.g. in syndication. This could be a forum post, a magazine or newspaper article, a blog entry, a user-submitted comment, an interactive widget or gadget, or any other independent item of content. Each article should be identified, typically by including a heading (h1–h6 element) as a child of the article element."
+            },
+            "attributes": [],
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/HTML/Element/article"
+                }
+            ]
+        },
+        {
+            "name": "section",
+            "description": {
+                "kind": "markdown",
+                "value": "The section element represents a generic section of a document or application. A section, in this context, is a thematic grouping of content. Each section should be identified, typically by including a heading ( h1- h6 element) as a child of the section element."
+            },
+            "attributes": [],
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/HTML/Element/section"
+                }
+            ]
+        },
+        {
+            "name": "nav",
+            "description": {
+                "kind": "markdown",
+                "value": "The nav element represents a section of a page that links to other pages or to parts within the page: a section with navigation links."
+            },
+            "attributes": [],
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/HTML/Element/nav"
+                }
+            ]
+        },
+        {
+            "name": "aside",
+            "description": {
+                "kind": "markdown",
+                "value": "The aside element represents a section of a page that consists of content that is tangentially related to the content around the aside element, and which could be considered separate from that content. Such sections are often represented as sidebars in printed typography."
+            },
+            "attributes": [],
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/HTML/Element/aside"
+                }
+            ]
+        },
+        {
+            "name": "h1",
+            "description": {
+                "kind": "markdown",
+                "value": "The h1 element represents a section heading."
+            },
+            "attributes": [],
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/HTML/Element/Heading_Elements"
+                }
+            ]
+        },
+        {
+            "name": "h2",
+            "description": {
+                "kind": "markdown",
+                "value": "The h2 element represents a section heading."
+            },
+            "attributes": [],
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/HTML/Element/Heading_Elements"
+                }
+            ]
+        },
+        {
+            "name": "h3",
+            "description": {
+                "kind": "markdown",
+                "value": "The h3 element represents a section heading."
+            },
+            "attributes": [],
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/HTML/Element/Heading_Elements"
+                }
+            ]
+        },
+        {
+            "name": "h4",
+            "description": {
+                "kind": "markdown",
+                "value": "The h4 element represents a section heading."
+            },
+            "attributes": [],
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/HTML/Element/Heading_Elements"
+                }
+            ]
+        },
+        {
+            "name": "h5",
+            "description": {
+                "kind": "markdown",
+                "value": "The h5 element represents a section heading."
+            },
+            "attributes": [],
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/HTML/Element/Heading_Elements"
+                }
+            ]
+        },
+        {
+            "name": "h6",
+            "description": {
+                "kind": "markdown",
+                "value": "The h6 element represents a section heading."
+            },
+            "attributes": [],
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/HTML/Element/Heading_Elements"
+                }
+            ]
+        },
+        {
+            "name": "header",
+            "description": {
+                "kind": "markdown",
+                "value": "The header element represents introductory content for its nearest ancestor sectioning content or sectioning root element. A header typically contains a group of introductory or navigational aids. When the nearest ancestor sectioning content or sectioning root element is the body element, then it applies to the whole page."
+            },
+            "attributes": [],
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/HTML/Element/header"
+                }
+            ]
+        },
+        {
+            "name": "footer",
+            "description": {
+                "kind": "markdown",
+                "value": "The footer element represents a footer for its nearest ancestor sectioning content or sectioning root element. A footer typically contains information about its section such as who wrote it, links to related documents, copyright data, and the like."
+            },
+            "attributes": [],
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/HTML/Element/footer"
+                }
+            ]
+        },
+        {
+            "name": "address",
+            "description": {
+                "kind": "markdown",
+                "value": "The address element represents the contact information for its nearest article or body element ancestor. If that is the body element, then the contact information applies to the document as a whole."
+            },
+            "attributes": [],
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/HTML/Element/address"
+                }
+            ]
+        },
+        {
+            "name": "p",
+            "description": {
+                "kind": "markdown",
+                "value": "The p element represents a paragraph."
+            },
+            "attributes": [],
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/HTML/Element/p"
+                }
+            ]
+        },
+        {
+            "name": "hr",
+            "description": {
+                "kind": "markdown",
+                "value": "The hr element represents a paragraph-level thematic break, e.g. a scene change in a story, or a transition to another topic within a section of a reference book."
+            },
+            "attributes": [
+                {
+                    "name": "align",
+                    "description": "Sets the alignment of the rule on the page. If no value is specified, the default value is `left`."
+                },
+                {
+                    "name": "color",
+                    "description": "Sets the color of the rule through color name or hexadecimal value."
+                },
+                {
+                    "name": "noshade",
+                    "description": "Sets the rule to have no shading."
+                },
+                {
+                    "name": "size",
+                    "description": "Sets the height, in pixels, of the rule."
+                },
+                {
+                    "name": "width",
+                    "description": "Sets the length of the rule on the page through a pixel or percentage value."
+                }
+            ],
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/HTML/Element/hr"
+                }
+            ]
+        },
+        {
+            "name": "pre",
+            "description": {
+                "kind": "markdown",
+                "value": "The pre element represents a block of preformatted text, in which structure is represented by typographic conventions rather than by elements."
+            },
+            "attributes": [
+                {
+                    "name": "cols",
+                    "description": "Contains the _preferred_ count of characters that a line should have. It was a non-standard synonym of [`width`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/pre#attr-width). To achieve such an effect, use CSS [`width`](https://developer.mozilla.org/en-US/docs/Web/CSS/width \"The width CSS property sets an element's width. By default it sets the width of the content area, but if box-sizing is set to border-box, it sets the width of the border area.\") instead."
+                },
+                {
+                    "name": "width",
+                    "description": "Contains the _preferred_ count of characters that a line should have. Though technically still implemented, this attribute has no visual effect; to achieve such an effect, use CSS [`width`](https://developer.mozilla.org/en-US/docs/Web/CSS/width \"The width CSS property sets an element's width. By default it sets the width of the content area, but if box-sizing is set to border-box, it sets the width of the border area.\") instead."
+                },
+                {
+                    "name": "wrap",
+                    "description": "Is a _hint_ indicating how the overflow must happen. In modern browser this hint is ignored and no visual effect results in its present; to achieve such an effect, use CSS [`white-space`](https://developer.mozilla.org/en-US/docs/Web/CSS/white-space \"The white-space CSS property sets how white space inside an element is handled.\") instead."
+                }
+            ],
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/HTML/Element/pre"
+                }
+            ]
+        },
+        {
+            "name": "blockquote",
+            "description": {
+                "kind": "markdown",
+                "value": "The blockquote element represents content that is quoted from another source, optionally with a citation which must be within a footer or cite element, and optionally with in-line changes such as annotations and abbreviations."
+            },
+            "attributes": [
+                {
+                    "name": "cite",
+                    "description": {
+                        "kind": "markdown",
+                        "value": "A URL that designates a source document or message for the information quoted. This attribute is intended to point to information explaining the context or the reference for the quote."
+                    }
+                }
+            ],
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/HTML/Element/blockquote"
+                }
+            ]
+        },
+        {
+            "name": "ol",
+            "description": {
+                "kind": "markdown",
+                "value": "The ol element represents a list of items, where the items have been intentionally ordered, such that changing the order would change the meaning of the document."
+            },
+            "attributes": [
+                {
+                    "name": "reversed",
+                    "valueSet": "v",
+                    "description": {
+                        "kind": "markdown",
+                        "value": "This Boolean attribute specifies that the items of the list are specified in reversed order."
+                    }
+                },
+                {
+                    "name": "start",
+                    "description": {
+                        "kind": "markdown",
+                        "value": "This integer attribute specifies the start value for numbering the individual list items. Although the ordering type of list elements might be Roman numerals, such as XXXI, or letters, the value of start is always represented as a number. To start numbering elements from the letter \"C\", use `<ol start=\"3\">`.\n\n**Note**: This attribute was deprecated in HTML4, but reintroduced in HTML5."
+                    }
+                },
+                {
+                    "name": "type",
+                    "valueSet": "lt",
+                    "description": {
+                        "kind": "markdown",
+                        "value": "Indicates the numbering type:\n\n*   `'a'` indicates lowercase letters,\n*   `'A'` indicates uppercase letters,\n*   `'i'` indicates lowercase Roman numerals,\n*   `'I'` indicates uppercase Roman numerals,\n*   and `'1'` indicates numbers (default).\n\nThe type set is used for the entire list unless a different [`type`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/li#attr-type) attribute is used within an enclosed [`<li>`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/li \"The HTML <li> element is used to represent an item in a list. It must be contained in a parent element: an ordered list (<ol>), an unordered list (<ul>), or a menu (<menu>). In menus and unordered lists, list items are usually displayed using bullet points. In ordered lists, they are usually displayed with an ascending counter on the left, such as a number or letter.\") element.\n\n**Note:** This attribute was deprecated in HTML4, but reintroduced in HTML5.\n\nUnless the value of the list number matters (e.g. in legal or technical documents where items are to be referenced by their number/letter), the CSS [`list-style-type`](https://developer.mozilla.org/en-US/docs/Web/CSS/list-style-type \"The list-style-type CSS property sets the marker (such as a disc, character, or custom counter style) of a list item element.\") property should be used instead."
+                    }
+                },
+                {
+                    "name": "compact",
+                    "description": "This Boolean attribute hints that the list should be rendered in a compact style. The interpretation of this attribute depends on the user agent and it doesn't work in all browsers.\n\n**Warning:** Do not use this attribute, as it has been deprecated: the [`<ol>`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/ol \"The HTML <ol> element represents an ordered list of items, typically rendered as a numbered list.\") element should be styled using [CSS](https://developer.mozilla.org/en-US/docs/CSS). To give an effect similar to the `compact` attribute, the [CSS](https://developer.mozilla.org/en-US/docs/CSS) property [`line-height`](https://developer.mozilla.org/en-US/docs/Web/CSS/line-height \"The line-height CSS property sets the amount of space used for lines, such as in text. On block-level elements, it specifies the minimum height of line boxes within the element. On non-replaced inline elements, it specifies the height that is used to calculate line box height.\") can be used with a value of `80%`."
+                }
+            ],
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/HTML/Element/ol"
+                }
+            ]
+        },
+        {
+            "name": "ul",
+            "description": {
+                "kind": "markdown",
+                "value": "The ul element represents a list of items, where the order of the items is not important — that is, where changing the order would not materially change the meaning of the document."
+            },
+            "attributes": [
+                {
+                    "name": "compact",
+                    "description": "This Boolean attribute hints that the list should be rendered in a compact style. The interpretation of this attribute depends on the user agent and it doesn't work in all browsers.\n\n**Usage note: **Do not use this attribute, as it has been deprecated: the [`<ul>`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/ul \"The HTML <ul> element represents an unordered list of items, typically rendered as a bulleted list.\") element should be styled using [CSS](https://developer.mozilla.org/en-US/docs/CSS). To give a similar effect as the `compact` attribute, the [CSS](https://developer.mozilla.org/en-US/docs/CSS) property [line-height](https://developer.mozilla.org/en-US/docs/CSS/line-height) can be used with a value of `80%`."
+                }
+            ],
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/HTML/Element/ul"
+                }
+            ]
+        },
+        {
+            "name": "li",
+            "description": {
+                "kind": "markdown",
+                "value": "The li element represents a list item. If its parent element is an ol, ul, or menu element, then the element is an item of the parent element's list, as defined for those elements. Otherwise, the list item has no defined list-related relationship to any other li element."
+            },
+            "attributes": [
+                {
+                    "name": "value",
+                    "description": {
+                        "kind": "markdown",
+                        "value": "This integer attribute indicates the current ordinal value of the list item as defined by the [`<ol>`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/ol \"The HTML <ol> element represents an ordered list of items, typically rendered as a numbered list.\") element. The only allowed value for this attribute is a number, even if the list is displayed with Roman numerals or letters. List items that follow this one continue numbering from the value set. The **value** attribute has no meaning for unordered lists ([`<ul>`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/ul \"The HTML <ul> element represents an unordered list of items, typically rendered as a bulleted list.\")) or for menus ([`<menu>`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/menu \"The HTML <menu> element represents a group of commands that a user can perform or activate. This includes both list menus, which might appear across the top of a screen, as well as context menus, such as those that might appear underneath a button after it has been clicked.\")).\n\n**Note**: This attribute was deprecated in HTML4, but reintroduced in HTML5.\n\n**Note:** Prior to Gecko 9.0, negative values were incorrectly converted to 0. Starting in Gecko 9.0 all integer values are correctly parsed."
+                    }
+                },
+                {
+                    "name": "type",
+                    "description": "This character attribute indicates the numbering type:\n\n*   `a`: lowercase letters\n*   `A`: uppercase letters\n*   `i`: lowercase Roman numerals\n*   `I`: uppercase Roman numerals\n*   `1`: numbers\n\nThis type overrides the one used by its parent [`<ol>`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/ol \"The HTML <ol> element represents an ordered list of items, typically rendered as a numbered list.\") element, if any.\n\n**Usage note:** This attribute has been deprecated: use the CSS [`list-style-type`](https://developer.mozilla.org/en-US/docs/Web/CSS/list-style-type \"The list-style-type CSS property sets the marker (such as a disc, character, or custom counter style) of a list item element.\") property instead."
+                }
+            ],
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/HTML/Element/li"
+                }
+            ]
+        },
+        {
+            "name": "dl",
+            "description": {
+                "kind": "markdown",
+                "value": "The dl element represents an association list consisting of zero or more name-value groups (a description list). A name-value group consists of one or more names (dt elements) followed by one or more values (dd elements), ignoring any nodes other than dt and dd elements. Within a single dl element, there should not be more than one dt element for each name."
+            },
+            "attributes": [],
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/HTML/Element/dl"
+                }
+            ]
+        },
+        {
+            "name": "dt",
+            "description": {
+                "kind": "markdown",
+                "value": "The dt element represents the term, or name, part of a term-description group in a description list (dl element)."
+            },
+            "attributes": [],
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/HTML/Element/dt"
+                }
+            ]
+        },
+        {
+            "name": "dd",
+            "description": {
+                "kind": "markdown",
+                "value": "The dd element represents the description, definition, or value, part of a term-description group in a description list (dl element)."
+            },
+            "attributes": [
+                {
+                    "name": "nowrap",
+                    "description": "If the value of this attribute is set to `yes`, the definition text will not wrap. The default value is `no`."
+                }
+            ],
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/HTML/Element/dd"
+                }
+            ]
+        },
+        {
+            "name": "figure",
+            "description": {
+                "kind": "markdown",
+                "value": "The figure element represents some flow content, optionally with a caption, that is self-contained (like a complete sentence) and is typically referenced as a single unit from the main flow of the document."
+            },
+            "attributes": [],
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/HTML/Element/figure"
+                }
+            ]
+        },
+        {
+            "name": "figcaption",
+            "description": {
+                "kind": "markdown",
+                "value": "The figcaption element represents a caption or legend for the rest of the contents of the figcaption element's parent figure element, if any."
+            },
+            "attributes": [],
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/HTML/Element/figcaption"
+                }
+            ]
+        },
+        {
+            "name": "main",
+            "description": {
+                "kind": "markdown",
+                "value": "The main element represents the main content of the body of a document or application. The main content area consists of content that is directly related to or expands upon the central topic of a document or central functionality of an application."
+            },
+            "attributes": [],
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/HTML/Element/main"
+                }
+            ]
+        },
+        {
+            "name": "div",
+            "description": {
+                "kind": "markdown",
+                "value": "The div element has no special meaning at all. It represents its children. It can be used with the class, lang, and title attributes to mark up semantics common to a group of consecutive elements."
+            },
+            "attributes": [],
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/HTML/Element/div"
+                }
+            ]
+        },
+        {
+            "name": "a",
+            "description": {
+                "kind": "markdown",
+                "value": "If the a element has an href attribute, then it represents a hyperlink (a hypertext anchor) labeled by its contents."
+            },
+            "attributes": [
+                {
+                    "name": "href",
+                    "description": {
+                        "kind": "markdown",
+                        "value": "Contains a URL or a URL fragment that the hyperlink points to."
+                    }
+                },
+                {
+                    "name": "target",
+                    "description": {
+                        "kind": "markdown",
+                        "value": "Specifies where to display the linked URL. It is a name of, or keyword for, a _browsing context_: a tab, window, or `<iframe>`. The following keywords have special meanings:\n\n*   `_self`: Load the URL into the same browsing context as the current one. This is the default behavior.\n*   `_blank`: Load the URL into a new browsing context. This is usually a tab, but users can configure browsers to use new windows instead.\n*   `_parent`: Load the URL into the parent browsing context of the current one. If there is no parent, this behaves the same way as `_self`.\n*   `_top`: Load the URL into the top-level browsing context (that is, the \"highest\" browsing context that is an ancestor of the current one, and has no parent). If there is no parent, this behaves the same way as `_self`.\n\n**Note:** When using `target`, consider adding `rel=\"noreferrer\"` to avoid exploitation of the `window.opener` API.\n\n**Note:** Linking to another page using `target=\"_blank\"` will run the new page on the same process as your page. If the new page is executing expensive JS, your page's performance may suffer. To avoid this use `rel=\"noopener\"`."
+                    }
+                },
+                {
+                    "name": "download",
+                    "description": {
+                        "kind": "markdown",
+                        "value": "This attribute instructs browsers to download a URL instead of navigating to it, so the user will be prompted to save it as a local file. If the attribute has a value, it is used as the pre-filled file name in the Save prompt (the user can still change the file name if they want). There are no restrictions on allowed values, though `/` and `\\` are converted to underscores. Most file systems limit some punctuation in file names, and browsers will adjust the suggested name accordingly.\n\n**Notes:**\n\n*   This attribute only works for [same-origin URLs](https://developer.mozilla.org/en-US/docs/Web/Security/Same-origin_policy).\n*   Although HTTP(s) URLs need to be in the same-origin, [`blob:` URLs](https://developer.mozilla.org/en-US/docs/Web/API/URL.createObjectURL) and [`data:` URLs](https://developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/Data_URIs) are allowed so that content generated by JavaScript, such as pictures created in an image-editor Web app, can be downloaded.\n*   If the HTTP header [`Content-Disposition:`](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Content-Disposition) gives a different filename than this attribute, the HTTP header takes priority over this attribute.\n*   If `Content-Disposition:` is set to `inline`, Firefox prioritizes `Content-Disposition`, like the filename case, while Chrome prioritizes the `download` attribute."
+                    }
+                },
+                {
+                    "name": "ping",
+                    "description": {
+                        "kind": "markdown",
+                        "value": "Contains a space-separated list of URLs to which, when the hyperlink is followed, [`POST`](https://developer.mozilla.org/en-US/docs/Web/HTTP/Methods/POST \"The HTTP POST method sends data to the server. The type of the body of the request is indicated by the Content-Type header.\") requests with the body `PING` will be sent by the browser (in the background). Typically used for tracking."
+                    }
+                },
+                {
+                    "name": "rel",
+                    "description": {
+                        "kind": "markdown",
+                        "value": "Specifies the relationship of the target object to the link object. The value is a space-separated list of [link types](https://developer.mozilla.org/en-US/docs/Web/HTML/Link_types)."
+                    }
+                },
+                {
+                    "name": "hreflang",
+                    "description": {
+                        "kind": "markdown",
+                        "value": "This attribute indicates the human language of the linked resource. It is purely advisory, with no built-in functionality. Allowed values are determined by [BCP47](https://www.ietf.org/rfc/bcp/bcp47.txt \"Tags for Identifying Languages\")."
+                    }
+                },
+                {
+                    "name": "type",
+                    "description": {
+                        "kind": "markdown",
+                        "value": "Specifies the media type in the form of a [MIME type](https://developer.mozilla.org/en-US/docs/Glossary/MIME_type \"MIME type: A MIME type (now properly called \"media type\", but also sometimes \"content type\") is a string sent along with a file indicating the type of the file (describing the content format, for example, a sound file might be labeled audio/ogg, or an image file image/png).\") for the linked URL. It is purely advisory, with no built-in functionality."
+                    }
+                },
+                {
+                    "name": "referrerpolicy",
+                    "description": "Indicates which [referrer](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Referer) to send when fetching the URL:\n\n*   `'no-referrer'` means the `Referer:` header will not be sent.\n*   `'no-referrer-when-downgrade'` means no `Referer:` header will be sent when navigating to an origin without HTTPS. This is the default behavior.\n*   `'origin'` means the referrer will be the [origin](https://developer.mozilla.org/en-US/docs/Glossary/Origin) of the page, not including information after the domain.\n*   `'origin-when-cross-origin'` meaning that navigations to other origins will be limited to the scheme, the host and the port, while navigations on the same origin will include the referrer's path.\n*   `'strict-origin-when-cross-origin'`\n*   `'unsafe-url'` means the referrer will include the origin and path, but not the fragment, password, or username. This is unsafe because it can leak data from secure URLs to insecure ones."
+                }
+            ],
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/HTML/Element/a"
+                }
+            ]
+        },
+        {
+            "name": "em",
+            "description": {
+                "kind": "markdown",
+                "value": "The em element represents stress emphasis of its contents."
+            },
+            "attributes": [],
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/HTML/Element/em"
+                }
+            ]
+        },
+        {
+            "name": "strong",
+            "description": {
+                "kind": "markdown",
+                "value": "The strong element represents strong importance, seriousness, or urgency for its contents."
+            },
+            "attributes": [],
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/HTML/Element/strong"
+                }
+            ]
+        },
+        {
+            "name": "small",
+            "description": {
+                "kind": "markdown",
+                "value": "The small element represents side comments such as small print."
+            },
+            "attributes": [],
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/HTML/Element/small"
+                }
+            ]
+        },
+        {
+            "name": "s",
+            "description": {
+                "kind": "markdown",
+                "value": "The s element represents contents that are no longer accurate or no longer relevant."
+            },
+            "attributes": [],
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/HTML/Element/s"
+                }
+            ]
+        },
+        {
+            "name": "cite",
+            "description": {
+                "kind": "markdown",
+                "value": "The cite element represents a reference to a creative work. It must include the title of the work or the name of the author(person, people or organization) or an URL reference, or a reference in abbreviated form as per the conventions used for the addition of citation metadata."
+            },
+            "attributes": [],
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/HTML/Element/cite"
+                }
+            ]
+        },
+        {
+            "name": "q",
+            "description": {
+                "kind": "markdown",
+                "value": "The q element represents some phrasing content quoted from another source."
+            },
+            "attributes": [
+                {
+                    "name": "cite",
+                    "description": {
+                        "kind": "markdown",
+                        "value": "The value of this attribute is a URL that designates a source document or message for the information quoted. This attribute is intended to point to information explaining the context or the reference for the quote."
+                    }
+                }
+            ],
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/HTML/Element/q"
+                }
+            ]
+        },
+        {
+            "name": "dfn",
+            "description": {
+                "kind": "markdown",
+                "value": "The dfn element represents the defining instance of a term. The paragraph, description list group, or section that is the nearest ancestor of the dfn element must also contain the definition(s) for the term given by the dfn element."
+            },
+            "attributes": [],
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/HTML/Element/dfn"
+                }
+            ]
+        },
+        {
+            "name": "abbr",
+            "description": {
+                "kind": "markdown",
+                "value": "The abbr element represents an abbreviation or acronym, optionally with its expansion. The title attribute may be used to provide an expansion of the abbreviation. The attribute, if specified, must contain an expansion of the abbreviation, and nothing else."
+            },
+            "attributes": [],
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/HTML/Element/abbr"
+                }
+            ]
+        },
+        {
+            "name": "ruby",
+            "description": {
+                "kind": "markdown",
+                "value": "The ruby element allows one or more spans of phrasing content to be marked with ruby annotations. Ruby annotations are short runs of text presented alongside base text, primarily used in East Asian typography as a guide for pronunciation or to include other annotations. In Japanese, this form of typography is also known as furigana. Ruby text can appear on either side, and sometimes both sides, of the base text, and it is possible to control its position using CSS. A more complete introduction to ruby can be found in the Use Cases & Exploratory Approaches for Ruby Markup document as well as in CSS Ruby Module Level 1. [RUBY-UC] [CSSRUBY]"
+            },
+            "attributes": [],
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/HTML/Element/ruby"
+                }
+            ]
+        },
+        {
+            "name": "rb",
+            "description": {
+                "kind": "markdown",
+                "value": "The rb element marks the base text component of a ruby annotation. When it is the child of a ruby element, it doesn't represent anything itself, but its parent ruby element uses it as part of determining what it represents."
+            },
+            "attributes": [],
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/HTML/Element/rb"
+                }
+            ]
+        },
+        {
+            "name": "rt",
+            "description": {
+                "kind": "markdown",
+                "value": "The rt element marks the ruby text component of a ruby annotation. When it is the child of a ruby element or of an rtc element that is itself the child of a ruby element, it doesn't represent anything itself, but its ancestor ruby element uses it as part of determining what it represents."
+            },
+            "attributes": [],
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/HTML/Element/rt"
+                }
+            ]
+        },
+        {
+            "name": "rp",
+            "description": {
+                "kind": "markdown",
+                "value": "The rp element is used to provide fallback text to be shown by user agents that don't support ruby annotations. One widespread convention is to provide parentheses around the ruby text component of a ruby annotation."
+            },
+            "attributes": [],
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/HTML/Element/rp"
+                }
+            ]
+        },
+        {
+            "name": "time",
+            "description": {
+                "kind": "markdown",
+                "value": "The time element represents its contents, along with a machine-readable form of those contents in the datetime attribute. The kind of content is limited to various kinds of dates, times, time-zone offsets, and durations, as described below."
+            },
+            "attributes": [
+                {
+                    "name": "datetime",
+                    "description": {
+                        "kind": "markdown",
+                        "value": "This attribute indicates the time and/or date of the element and must be in one of the formats described below."
+                    }
+                }
+            ],
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/HTML/Element/time"
+                }
+            ]
+        },
+        {
+            "name": "code",
+            "description": {
+                "kind": "markdown",
+                "value": "The code element represents a fragment of computer code. This could be an XML element name, a file name, a computer program, or any other string that a computer would recognize."
+            },
+            "attributes": [],
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/HTML/Element/code"
+                }
+            ]
+        },
+        {
+            "name": "var",
+            "description": {
+                "kind": "markdown",
+                "value": "The var element represents a variable. This could be an actual variable in a mathematical expression or programming context, an identifier representing a constant, a symbol identifying a physical quantity, a function parameter, or just be a term used as a placeholder in prose."
+            },
+            "attributes": [],
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/HTML/Element/var"
+                }
+            ]
+        },
+        {
+            "name": "samp",
+            "description": {
+                "kind": "markdown",
+                "value": "The samp element represents sample or quoted output from another program or computing system."
+            },
+            "attributes": [],
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/HTML/Element/samp"
+                }
+            ]
+        },
+        {
+            "name": "kbd",
+            "description": {
+                "kind": "markdown",
+                "value": "The kbd element represents user input (typically keyboard input, although it may also be used to represent other input, such as voice commands)."
+            },
+            "attributes": [],
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/HTML/Element/kbd"
+                }
+            ]
+        },
+        {
+            "name": "sub",
+            "description": {
+                "kind": "markdown",
+                "value": "The sub element represents a subscript."
+            },
+            "attributes": [],
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/HTML/Element/sub"
+                }
+            ]
+        },
+        {
+            "name": "sup",
+            "description": {
+                "kind": "markdown",
+                "value": "The sup element represents a superscript."
+            },
+            "attributes": [],
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/HTML/Element/sup"
+                }
+            ]
+        },
+        {
+            "name": "i",
+            "description": {
+                "kind": "markdown",
+                "value": "The i element represents a span of text in an alternate voice or mood, or otherwise offset from the normal prose in a manner indicating a different quality of text, such as a taxonomic designation, a technical term, an idiomatic phrase from another language, transliteration, a thought, or a ship name in Western texts."
+            },
+            "attributes": [],
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/HTML/Element/i"
+                }
+            ]
+        },
+        {
+            "name": "b",
+            "description": {
+                "kind": "markdown",
+                "value": "The b element represents a span of text to which attention is being drawn for utilitarian purposes without conveying any extra importance and with no implication of an alternate voice or mood, such as key words in a document abstract, product names in a review, actionable words in interactive text-driven software, or an article lede."
+            },
+            "attributes": [],
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/HTML/Element/b"
+                }
+            ]
+        },
+        {
+            "name": "u",
+            "description": {
+                "kind": "markdown",
+                "value": "The u element represents a span of text with an unarticulated, though explicitly rendered, non-textual annotation, such as labeling the text as being a proper name in Chinese text (a Chinese proper name mark), or labeling the text as being misspelt."
+            },
+            "attributes": [],
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/HTML/Element/u"
+                }
+            ]
+        },
+        {
+            "name": "mark",
+            "description": {
+                "kind": "markdown",
+                "value": "The mark element represents a run of text in one document marked or highlighted for reference purposes, due to its relevance in another context. When used in a quotation or other block of text referred to from the prose, it indicates a highlight that was not originally present but which has been added to bring the reader's attention to a part of the text that might not have been considered important by the original author when the block was originally written, but which is now under previously unexpected scrutiny. When used in the main prose of a document, it indicates a part of the document that has been highlighted due to its likely relevance to the user's current activity."
+            },
+            "attributes": [],
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/HTML/Element/mark"
+                }
+            ]
+        },
+        {
+            "name": "bdi",
+            "description": {
+                "kind": "markdown",
+                "value": "The bdi element represents a span of text that is to be isolated from its surroundings for the purposes of bidirectional text formatting. [BIDI]"
+            },
+            "attributes": [],
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/HTML/Element/bdi"
+                }
+            ]
+        },
+        {
+            "name": "bdo",
+            "description": {
+                "kind": "markdown",
+                "value": "The bdo element represents explicit text directionality formatting control for its children. It allows authors to override the Unicode bidirectional algorithm by explicitly specifying a direction override. [BIDI]"
+            },
+            "attributes": [
+                {
+                    "name": "dir",
+                    "description": "The direction in which text should be rendered in this element's contents. Possible values are:\n\n*   `ltr`: Indicates that the text should go in a left-to-right direction.\n*   `rtl`: Indicates that the text should go in a right-to-left direction."
+                }
+            ],
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/HTML/Element/bdo"
+                }
+            ]
+        },
+        {
+            "name": "span",
+            "description": {
+                "kind": "markdown",
+                "value": "The span element doesn't mean anything on its own, but can be useful when used together with the global attributes, e.g. class, lang, or dir. It represents its children."
+            },
+            "attributes": [],
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/HTML/Element/span"
+                }
+            ]
+        },
+        {
+            "name": "br",
+            "description": {
+                "kind": "markdown",
+                "value": "The br element represents a line break."
+            },
+            "attributes": [
+                {
+                    "name": "clear",
+                    "description": "Indicates where to begin the next line after the break."
+                }
+            ],
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/HTML/Element/br"
+                }
+            ]
+        },
+        {
+            "name": "wbr",
+            "description": {
+                "kind": "markdown",
+                "value": "The wbr element represents a line break opportunity."
+            },
+            "attributes": [],
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/HTML/Element/wbr"
+                }
+            ]
+        },
+        {
+            "name": "ins",
+            "description": {
+                "kind": "markdown",
+                "value": "The ins element represents an addition to the document."
+            },
+            "attributes": [
+                {
+                    "name": "cite",
+                    "description": "This attribute defines the URI of a resource that explains the change, such as a link to meeting minutes or a ticket in a troubleshooting system."
+                },
+                {
+                    "name": "datetime",
+                    "description": "This attribute indicates the time and date of the change and must be a valid date with an optional time string. If the value cannot be parsed as a date with an optional time string, the element does not have an associated time stamp. For the format of the string without a time, see [Format of a valid date string](https://developer.mozilla.org/en-US/docs/Web/HTML/Date_and_time_formats#Format_of_a_valid_date_string \"Certain HTML elements use date and/or time values. The formats of the strings that specify these are described in this article.\") in [Date and time formats used in HTML](https://developer.mozilla.org/en-US/docs/Web/HTML/Date_and_time_formats \"Certain HTML elements use date and/or time values. The formats of the strings that specify these are described in this article.\"). The format of the string if it includes both date and time is covered in [Format of a valid local date and time string](https://developer.mozilla.org/en-US/docs/Web/HTML/Date_and_time_formats#Format_of_a_valid_local_date_and_time_string \"Certain HTML elements use date and/or time values. The formats of the strings that specify these are described in this article.\") in [Date and time formats used in HTML](https://developer.mozilla.org/en-US/docs/Web/HTML/Date_and_time_formats \"Certain HTML elements use date and/or time values. The formats of the strings that specify these are described in this article.\")."
+                }
+            ],
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/HTML/Element/ins"
+                }
+            ]
+        },
+        {
+            "name": "del",
+            "description": {
+                "kind": "markdown",
+                "value": "The del element represents a removal from the document."
+            },
+            "attributes": [
+                {
+                    "name": "cite",
+                    "description": {
+                        "kind": "markdown",
+                        "value": "A URI for a resource that explains the change (for example, meeting minutes)."
+                    }
+                },
+                {
+                    "name": "datetime",
+                    "description": {
+                        "kind": "markdown",
+                        "value": "This attribute indicates the time and date of the change and must be a valid date string with an optional time. If the value cannot be parsed as a date with an optional time string, the element does not have an associated time stamp. For the format of the string without a time, see [Format of a valid date string](https://developer.mozilla.org/en-US/docs/Web/HTML/Date_and_time_formats#Format_of_a_valid_date_string \"Certain HTML elements use date and/or time values. The formats of the strings that specify these are described in this article.\") in [Date and time formats used in HTML](https://developer.mozilla.org/en-US/docs/Web/HTML/Date_and_time_formats \"Certain HTML elements use date and/or time values. The formats of the strings that specify these are described in this article.\"). The format of the string if it includes both date and time is covered in [Format of a valid local date and time string](https://developer.mozilla.org/en-US/docs/Web/HTML/Date_and_time_formats#Format_of_a_valid_local_date_and_time_string \"Certain HTML elements use date and/or time values. The formats of the strings that specify these are described in this article.\") in [Date and time formats used in HTML](https://developer.mozilla.org/en-US/docs/Web/HTML/Date_and_time_formats \"Certain HTML elements use date and/or time values. The formats of the strings that specify these are described in this article.\")."
+                    }
+                }
+            ],
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/HTML/Element/del"
+                }
+            ]
+        },
+        {
+            "name": "picture",
+            "description": {
+                "kind": "markdown",
+                "value": "The picture element is a container which provides multiple sources to its contained img element to allow authors to declaratively control or give hints to the user agent about which image resource to use, based on the screen pixel density, viewport size, image format, and other factors. It represents its children."
+            },
+            "attributes": [],
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/HTML/Element/picture"
+                }
+            ]
+        },
+        {
+            "name": "img",
+            "description": {
+                "kind": "markdown",
+                "value": "An img element represents an image."
+            },
+            "attributes": [
+                {
+                    "name": "alt",
+                    "description": {
+                        "kind": "markdown",
+                        "value": "This attribute defines an alternative text description of the image.\n\n**Note:** Browsers do not always display the image referenced by the element. This is the case for non-graphical browsers (including those used by people with visual impairments), if the user chooses not to display images, or if the browser cannot display the image because it is invalid or an [unsupported type](#Supported_image_formats). In these cases, the browser may replace the image with the text defined in this element's `alt` attribute. You should, for these reasons and others, provide a useful value for `alt` whenever possible.\n\n**Note:** Omitting this attribute altogether indicates that the image is a key part of the content, and no textual equivalent is available. Setting this attribute to an empty string (`alt=\"\"`) indicates that this image is _not_ a key part of the content (decorative), and that non-visual browsers may omit it from rendering."
+                    }
+                },
+                {
+                    "name": "src",
+                    "description": {
+                        "kind": "markdown",
+                        "value": "The image URL. This attribute is mandatory for the `<img>` element. On browsers supporting `srcset`, `src` is treated like a candidate image with a pixel density descriptor `1x` unless an image with this pixel density descriptor is already defined in `srcset,` or unless `srcset` contains '`w`' descriptors."
+                    }
+                },
+                {
+                    "name": "srcset",
+                    "description": {
+                        "kind": "markdown",
+                        "value": "A list of one or more strings separated by commas indicating a set of possible image sources for the user agent to use. Each string is composed of:\n\n1.  a URL to an image,\n2.  optionally, whitespace followed by one of:\n    *   A width descriptor, or a positive integer directly followed by '`w`'. The width descriptor is divided by the source size given in the `sizes` attribute to calculate the effective pixel density.\n    *   A pixel density descriptor, which is a positive floating point number directly followed by '`x`'.\n\nIf no descriptor is specified, the source is assigned the default descriptor: `1x`.\n\nIt is incorrect to mix width descriptors and pixel density descriptors in the same `srcset` attribute. Duplicate descriptors (for instance, two sources in the same `srcset` which are both described with '`2x`') are also invalid.\n\nThe user agent selects any one of the available sources at its discretion. This provides them with significant leeway to tailor their selection based on things like user preferences or bandwidth conditions. See our [Responsive images](https://developer.mozilla.org/en-US/docs/Learn/HTML/Multimedia_and_embedding/Responsive_images) tutorial for an example."
+                    }
+                },
+                {
+                    "name": "crossorigin",
+                    "valueSet": "xo",
+                    "description": {
+                        "kind": "markdown",
+                        "value": "This enumerated attribute indicates if the fetching of the related image must be done using CORS or not. [CORS-enabled images](https://developer.mozilla.org/en-US/docs/CORS_Enabled_Image) can be reused in the [`<canvas>`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/canvas \"Use the HTML <canvas> element with either the canvas scripting API or the WebGL API to draw graphics and animations.\") element without being \"[tainted](https://developer.mozilla.org/en-US/docs/Web/HTML/CORS_enabled_image#What_is_a_tainted_canvas).\" The allowed values are:"
+                    }
+                },
+                {
+                    "name": "usemap",
+                    "description": {
+                        "kind": "markdown",
+                        "value": "The partial URL (starting with '#') of an [image map](https://developer.mozilla.org/en-US/docs/HTML/Element/map) associated with the element.\n\n**Note:** You cannot use this attribute if the `<img>` element is a descendant of an [`<a>`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a \"The HTML <a> element (or anchor element) creates a hyperlink to other web pages, files, locations within the same page, email addresses, or any other URL.\") or [`<button>`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/button \"The HTML <button> element represents a clickable button, which can be used in forms or anywhere in a document that needs simple, standard button functionality.\") element."
+                    }
+                },
+                {
+                    "name": "ismap",
+                    "valueSet": "v",
+                    "description": {
+                        "kind": "markdown",
+                        "value": "This Boolean attribute indicates that the image is part of a server-side map. If so, the precise coordinates of a click are sent to the server.\n\n**Note:** This attribute is allowed only if the `<img>` element is a descendant of an [`<a>`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a \"The HTML <a> element (or anchor element) creates a hyperlink to other web pages, files, locations within the same page, email addresses, or any other URL.\") element with a valid [`href`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#attr-href) attribute."
+                    }
+                },
+                {
+                    "name": "width",
+                    "description": {
+                        "kind": "markdown",
+                        "value": "The intrinsic width of the image in pixels."
+                    }
+                },
+                {
+                    "name": "height",
+                    "description": {
+                        "kind": "markdown",
+                        "value": "The intrinsic height of the image in pixels."
+                    }
+                },
+                {
+                    "name": "decoding",
+                    "description": "Provides an image decoding hint to the browser. The allowed values are:"
+                },
+                {
+                    "name": "decoding",
+                    "description": "`sync`\n\nDecode the image synchronously for atomic presentation with other content.\n\n`async`\n\nDecode the image asynchronously to reduce delay in presenting other content.\n\n`auto`\n\nDefault mode, which indicates no preference for the decoding mode. The browser decides what is best for the user."
+                },
+                {
+                    "name": "importance",
+                    "description": "Indicates the relative importance of the resource. Priority hints are delegated using the values:"
+                },
+                {
+                    "name": "importance",
+                    "description": "`auto`: Indicates **no preference**. The browser may use its own heuristics to decide the priority of the image.\n\n`high`: Indicates to the browser that the image is of **high** priority.\n\n`low`: Indicates to the browser that the image is of **low** priority."
+                },
+                {
+                    "name": "intrinsicsize",
+                    "description": "This attribute tells the browser to ignore the actual intrinsic size of the image and pretend it’s the size specified in the attribute. Specifically, the image would raster at these dimensions and `naturalWidth`/`naturalHeight` on images would return the values specified in this attribute. [Explainer](https://github.com/ojanvafai/intrinsicsize-attribute), [examples](https://googlechrome.github.io/samples/intrinsic-size/index.html)"
+                },
+                {
+                    "name": "referrerpolicy",
+                    "description": "A string indicating which referrer to use when fetching the resource:\n\n*   `no-referrer:` The [`Referer`](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Referer \"The Referer request header contains the address of the previous web page from which a link to the currently requested page was followed. The Referer header allows servers to identify where people are visiting them from and may use that data for analytics, logging, or optimized caching, for example.\") header will not be sent.\n*   `no-referrer-when-downgrade:` No `Referer` header will be sent when navigating to an origin without TLS (HTTPS). This is a user agent’s default behavior if no policy is otherwise specified.\n*   `origin:` The `Referer` header will include the page of origin's scheme, the host, and the port.\n*   `origin-when-cross-origin:` Navigating to other origins will limit the included referral data to the scheme, the host and the port, while navigating from the same origin will include the referrer's full path.\n*   `unsafe-url:` The `Referer` header will include the origin and the path, but not the fragment, password, or username. This case is unsafe because it can leak origins and paths from TLS-protected resources to insecure origins."
+                },
+                {
+                    "name": "sizes",
+                    "description": "A list of one or more strings separated by commas indicating a set of source sizes. Each source size consists of:\n\n1.  a media condition. This must be omitted for the last item.\n2.  a source size value.\n\nSource size values specify the intended display size of the image. User agents use the current source size to select one of the sources supplied by the `srcset` attribute, when those sources are described using width ('`w`') descriptors. The selected source size affects the intrinsic size of the image (the image’s display size if no CSS styling is applied). If the `srcset` attribute is absent, or contains no values with a width (`w`) descriptor, then the `sizes` attribute has no effect."
+                }
+            ],
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/HTML/Element/img"
+                }
+            ]
+        },
+        {
+            "name": "iframe",
+            "description": {
+                "kind": "markdown",
+                "value": "The iframe element represents a nested browsing context."
+            },
+            "attributes": [
+                {
+                    "name": "src",
+                    "description": {
+                        "kind": "markdown",
+                        "value": "The URL of the page to embed. Use a value of `about:blank` to embed an empty page that conforms to the [same-origin policy](https://developer.mozilla.org/en-US/docs/Web/Security/Same-origin_policy#Inherited_origins). Also note that programatically removing an `<iframe>`'s src attribute (e.g. via [`Element.removeAttribute()`](https://developer.mozilla.org/en-US/docs/Web/API/Element/removeAttribute \"The Element method removeAttribute() removes the attribute with the specified name from the element.\")) causes `about:blank` to be loaded in the frame in Firefox (from version 65), Chromium-based browsers, and Safari/iOS."
+                    }
+                },
+                {
+                    "name": "srcdoc",
+                    "description": {
+                        "kind": "markdown",
+                        "value": "Inline HTML to embed, overriding the `src` attribute. If a browser does not support the `srcdoc` attribute, it will fall back to the URL in the `src` attribute."
+                    }
+                },
+                {
+                    "name": "name",
+                    "description": {
+                        "kind": "markdown",
+                        "value": "A targetable name for the embedded browsing context. This can be used in the `target` attribute of the [`<a>`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a \"The HTML <a> element (or anchor element) creates a hyperlink to other web pages, files, locations within the same page, email addresses, or any other URL.\"), [`<form>`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/form \"The HTML <form> element represents a document section that contains interactive controls for submitting information to a web server.\"), or [`<base>`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/base \"The HTML <base> element specifies the base URL to use for all relative URLs contained within a document. There can be only one <base> element in a document.\") elements; the `formtarget` attribute of the [`<input>`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input \"The HTML <input> element is used to create interactive controls for web-based forms in order to accept data from the user; a wide variety of types of input data and control widgets are available, depending on the device and user agent.\") or [`<button>`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/button \"The HTML <button> element represents a clickable button, which can be used in forms or anywhere in a document that needs simple, standard button functionality.\") elements; or the `windowName` parameter in the [`window.open()`](https://developer.mozilla.org/en-US/docs/Web/API/Window/open \"The Window interface's open() method loads the specified resource into the browsing context (window, <iframe> or tab) with the specified name. If the name doesn't exist, then a new window is opened and the specified resource is loaded into its browsing context.\") method."
+                    }
+                },
+                {
+                    "name": "sandbox",
+                    "valueSet": "sb",
+                    "description": {
+                        "kind": "markdown",
+                        "value": "Applies extra restrictions to the content in the frame. The value of the attribute can either be empty to apply all restrictions, or space-separated tokens to lift particular restrictions:\n\n*   `allow-forms`: Allows the resource to submit forms. If this keyword is not used, form submission is blocked.\n*   `allow-modals`: Lets the resource [open modal windows](https://html.spec.whatwg.org/multipage/origin.html#sandboxed-modals-flag).\n*   `allow-orientation-lock`: Lets the resource [lock the screen orientation](https://developer.mozilla.org/en-US/docs/Web/API/Screen/lockOrientation).\n*   `allow-pointer-lock`: Lets the resource use the [Pointer Lock API](https://developer.mozilla.org/en-US/docs/WebAPI/Pointer_Lock).\n*   `allow-popups`: Allows popups (such as `window.open()`, `target=\"_blank\"`, or `showModalDialog()`). If this keyword is not used, the popup will silently fail to open.\n*   `allow-popups-to-escape-sandbox`: Lets the sandboxed document open new windows without those windows inheriting the sandboxing. For example, this can safely sandbox an advertisement without forcing the same restrictions upon the page the ad links to.\n*   `allow-presentation`: Lets the resource start a [presentation session](https://developer.mozilla.org/en-US/docs/Web/API/PresentationRequest).\n*   `allow-same-origin`: If this token is not used, the resource is treated as being from a special origin that always fails the [same-origin policy](https://developer.mozilla.org/en-US/docs/Glossary/same-origin_policy \"same-origin policy: The same-origin policy is a critical security mechanism that restricts how a document or script loaded from one origin can interact with a resource from another origin.\").\n*   `allow-scripts`: Lets the resource run scripts (but not create popup windows).\n*   `allow-storage-access-by-user-activation` : Lets the resource request access to the parent's storage capabilities with the [Storage Access API](https://developer.mozilla.org/en-US/docs/Web/API/Storage_Access_API).\n*   `allow-top-navigation`: Lets the resource navigate the top-level browsing context (the one named `_top`).\n*   `allow-top-navigation-by-user-activation`: Lets the resource navigate the top-level browsing context, but only if initiated by a user gesture.\n\n**Notes about sandboxing:**\n\n*   When the embedded document has the same origin as the embedding page, it is **strongly discouraged** to use both `allow-scripts` and `allow-same-origin`, as that lets the embedded document remove the `sandbox` attribute — making it no more secure than not using the `sandbox` attribute at all.\n*   Sandboxing is useless if the attacker can display content outside a sandboxed `iframe` — such as if the viewer opens the frame in a new tab. Such content should be also served from a _separate origin_ to limit potential damage.\n*   The `sandbox` attribute is unsupported in Internet Explorer 9 and earlier."
+                    }
+                },
+                {
+                    "name": "seamless",
+                    "valueSet": "v"
+                },
+                {
+                    "name": "allowfullscreen",
+                    "valueSet": "v",
+                    "description": {
+                        "kind": "markdown",
+                        "value": "Set to `true` if the `<iframe>` can activate fullscreen mode by calling the [`requestFullscreen()`](https://developer.mozilla.org/en-US/docs/Web/API/Element/requestFullscreen \"The Element.requestFullscreen() method issues an asynchronous request to make the element be displayed in full-screen mode.\") method."
+                    }
+                },
+                {
+                    "name": "width",
+                    "description": {
+                        "kind": "markdown",
+                        "value": "The width of the frame in CSS pixels. Default is `300`."
+                    }
+                },
+                {
+                    "name": "height",
+                    "description": {
+                        "kind": "markdown",
+                        "value": "The height of the frame in CSS pixels. Default is `150`."
+                    }
+                },
+                {
+                    "name": "allow",
+                    "description": "Specifies a [feature policy](https://developer.mozilla.org/en-US/docs/Web/HTTP/Feature_Policy) for the `<iframe>`."
+                },
+                {
+                    "name": "allowpaymentrequest",
+                    "description": "Set to `true` if a cross-origin `<iframe>` should be allowed to invoke the [Payment Request API](https://developer.mozilla.org/en-US/docs/Web/API/Payment_Request_API)."
+                },
+                {
+                    "name": "allowpaymentrequest",
+                    "description": "This attribute is considered a legacy attribute and redefined as `allow=\"payment\"`."
+                },
+                {
+                    "name": "csp",
+                    "description": "A [Content Security Policy](https://developer.mozilla.org/en-US/docs/Web/HTTP/CSP) enforced for the embedded resource. See [`HTMLIFrameElement.csp`](https://developer.mozilla.org/en-US/docs/Web/API/HTMLIFrameElement/csp \"The csp property of the HTMLIFrameElement interface specifies the Content Security Policy that an embedded document must agree to enforce upon itself.\") for details."
+                },
+                {
+                    "name": "importance",
+                    "description": "The download priority of the resource in the `<iframe>`'s `src` attribute. Allowed values:\n\n`auto` (default)\n\nNo preference. The browser uses its own heuristics to decide the priority of the resource.\n\n`high`\n\nThe resource should be downloaded before other lower-priority page resources.\n\n`low`\n\nThe resource should be downloaded after other higher-priority page resources."
+                },
+                {
+                    "name": "referrerpolicy",
+                    "description": "Indicates which [referrer](https://developer.mozilla.org/en-US/docs/Web/API/Document/referrer) to send when fetching the frame's resource:\n\n*   `no-referrer`: The [`Referer`](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Referer \"The Referer request header contains the address of the previous web page from which a link to the currently requested page was followed. The Referer header allows servers to identify where people are visiting them from and may use that data for analytics, logging, or optimized caching, for example.\") header will not be sent.\n*   `no-referrer-when-downgrade` (default): The [`Referer`](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Referer \"The Referer request header contains the address of the previous web page from which a link to the currently requested page was followed. The Referer header allows servers to identify where people are visiting them from and may use that data for analytics, logging, or optimized caching, for example.\") header will not be sent to [origin](https://developer.mozilla.org/en-US/docs/Glossary/origin \"origin: Web content's origin is defined by the scheme (protocol), host (domain), and port of the URL used to access it. Two objects have the same origin only when the scheme, host, and port all match.\")s without [TLS](https://developer.mozilla.org/en-US/docs/Glossary/TLS \"TLS: Transport Layer Security (TLS), previously known as Secure Sockets Layer (SSL), is a protocol used by applications to communicate securely across a network, preventing tampering with and eavesdropping on email, web browsing, messaging, and other protocols.\") ([HTTPS](https://developer.mozilla.org/en-US/docs/Glossary/HTTPS \"HTTPS: HTTPS (HTTP Secure) is an encrypted version of the HTTP protocol. It usually uses SSL or TLS to encrypt all communication between a client and a server. This secure connection allows clients to safely exchange sensitive data with a server, for example for banking activities or online shopping.\")).\n*   `origin`: The sent referrer will be limited to the origin of the referring page: its [scheme](https://developer.mozilla.org/en-US/docs/Archive/Mozilla/URIScheme), [host](https://developer.mozilla.org/en-US/docs/Glossary/host \"host: A host is a device connected to the Internet (or a local network). Some hosts called servers offer additional services like serving webpages or storing files and emails.\"), and [port](https://developer.mozilla.org/en-US/docs/Glossary/port \"port: For a computer connected to a network with an IP address, a port is a communication endpoint. Ports are designated by numbers, and below 1024 each port is associated by default with a specific protocol.\").\n*   `origin-when-cross-origin`: The referrer sent to other origins will be limited to the scheme, the host, and the port. Navigations on the same origin will still include the path.\n*   `same-origin`: A referrer will be sent for [same origin](https://developer.mozilla.org/en-US/docs/Glossary/Same-origin_policy \"same origin: The same-origin policy is a critical security mechanism that restricts how a document or script loaded from one origin can interact with a resource from another origin.\"), but cross-origin requests will contain no referrer information.\n*   `strict-origin`: Only send the origin of the document as the referrer when the protocol security level stays the same (HTTPS→HTTPS), but don't send it to a less secure destination (HTTPS→HTTP).\n*   `strict-origin-when-cross-origin`: Send a full URL when performing a same-origin request, only send the origin when the protocol security level stays the same (HTTPS→HTTPS), and send no header to a less secure destination (HTTPS→HTTP).\n*   `unsafe-url`: The referrer will include the origin _and_ the path (but not the [fragment](https://developer.mozilla.org/en-US/docs/Web/API/HTMLHyperlinkElementUtils/hash), [password](https://developer.mozilla.org/en-US/docs/Web/API/HTMLHyperlinkElementUtils/password), or [username](https://developer.mozilla.org/en-US/docs/Web/API/HTMLHyperlinkElementUtils/username)). **This value is unsafe**, because it leaks origins and paths from TLS-protected resources to insecure origins."
+                }
+            ],
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/HTML/Element/iframe"
+                }
+            ]
+        },
+        {
+            "name": "embed",
+            "description": {
+                "kind": "markdown",
+                "value": "The embed element provides an integration point for an external (typically non-HTML) application or interactive content."
+            },
+            "attributes": [
+                {
+                    "name": "src",
+                    "description": {
+                        "kind": "markdown",
+                        "value": "The URL of the resource being embedded."
+                    }
+                },
+                {
+                    "name": "type",
+                    "description": {
+                        "kind": "markdown",
+                        "value": "The MIME type to use to select the plug-in to instantiate."
+                    }
+                },
+                {
+                    "name": "width",
+                    "description": {
+                        "kind": "markdown",
+                        "value": "The displayed width of the resource, in [CSS pixels](https://drafts.csswg.org/css-values/#px). This must be an absolute value; percentages are _not_ allowed."
+                    }
+                },
+                {
+                    "name": "height",
+                    "description": {
+                        "kind": "markdown",
+                        "value": "The displayed height of the resource, in [CSS pixels](https://drafts.csswg.org/css-values/#px). This must be an absolute value; percentages are _not_ allowed."
+                    }
+                }
+            ],
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/HTML/Element/embed"
+                }
+            ]
+        },
+        {
+            "name": "object",
+            "description": {
+                "kind": "markdown",
+                "value": "The object element can represent an external resource, which, depending on the type of the resource, will either be treated as an image, as a nested browsing context, or as an external resource to be processed by a plugin."
+            },
+            "attributes": [
+                {
+                    "name": "data",
+                    "description": {
+                        "kind": "markdown",
+                        "value": "The address of the resource as a valid URL. At least one of **data** and **type** must be defined."
+                    }
+                },
+                {
+                    "name": "type",
+                    "description": {
+                        "kind": "markdown",
+                        "value": "The [content type](https://developer.mozilla.org/en-US/docs/Glossary/Content_type) of the resource specified by **data**. At least one of **data** and **type** must be defined."
+                    }
+                },
+                {
+                    "name": "typemustmatch",
+                    "valueSet": "v",
+                    "description": {
+                        "kind": "markdown",
+                        "value": "This Boolean attribute indicates if the **type** attribute and the actual [content type](https://developer.mozilla.org/en-US/docs/Glossary/Content_type) of the resource must match to be used."
+                    }
+                },
+                {
+                    "name": "name",
+                    "description": {
+                        "kind": "markdown",
+                        "value": "The name of valid browsing context (HTML5), or the name of the control (HTML 4)."
+                    }
+                },
+                {
+                    "name": "usemap",
+                    "description": {
+                        "kind": "markdown",
+                        "value": "A hash-name reference to a [`<map>`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/map \"The HTML <map> element is used with <area> elements to define an image map (a clickable link area).\") element; that is a '#' followed by the value of a [`name`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/map#attr-name) of a map element."
+                    }
+                },
+                {
+                    "name": "form",
+                    "description": {
+                        "kind": "markdown",
+                        "value": "The form element, if any, that the object element is associated with (its _form owner_). The value of the attribute must be an ID of a [`<form>`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/form \"The HTML <form> element represents a document section that contains interactive controls for submitting information to a web server.\") element in the same document."
+                    }
+                },
+                {
+                    "name": "width",
+                    "description": {
+                        "kind": "markdown",
+                        "value": "The width of the display resource, in [CSS pixels](https://drafts.csswg.org/css-values/#px). -- (Absolute values only. [NO percentages](https://html.spec.whatwg.org/multipage/embedded-content.html#dimension-attributes))"
+                    }
+                },
+                {
+                    "name": "height",
+                    "description": {
+                        "kind": "markdown",
+                        "value": "The height of the displayed resource, in [CSS pixels](https://drafts.csswg.org/css-values/#px). -- (Absolute values only. [NO percentages](https://html.spec.whatwg.org/multipage/embedded-content.html#dimension-attributes))"
+                    }
+                },
+                {
+                    "name": "archive",
+                    "description": "A space-separated list of URIs for archives of resources for the object."
+                },
+                {
+                    "name": "border",
+                    "description": "The width of a border around the control, in pixels."
+                },
+                {
+                    "name": "classid",
+                    "description": "The URI of the object's implementation. It can be used together with, or in place of, the **data** attribute."
+                },
+                {
+                    "name": "codebase",
+                    "description": "The base path used to resolve relative URIs specified by **classid**, **data**, or **archive**. If not specified, the default is the base URI of the current document."
+                },
+                {
+                    "name": "codetype",
+                    "description": "The content type of the data specified by **classid**."
+                },
+                {
+                    "name": "declare",
+                    "description": "The presence of this Boolean attribute makes this element a declaration only. The object must be instantiated by a subsequent `<object>` element. In HTML5, repeat the <object> element completely each that that the resource is reused."
+                },
+                {
+                    "name": "standby",
+                    "description": "A message that the browser can show while loading the object's implementation and data."
+                },
+                {
+                    "name": "tabindex",
+                    "description": "The position of the element in the tabbing navigation order for the current document."
+                }
+            ],
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/HTML/Element/object"
+                }
+            ]
+        },
+        {
+            "name": "param",
+            "description": {
+                "kind": "markdown",
+                "value": "The param element defines parameters for plugins invoked by object elements. It does not represent anything on its own."
+            },
+            "attributes": [
+                {
+                    "name": "name",
+                    "description": {
+                        "kind": "markdown",
+                        "value": "Name of the parameter."
+                    }
+                },
+                {
+                    "name": "value",
+                    "description": {
+                        "kind": "markdown",
+                        "value": "Specifies the value of the parameter."
+                    }
+                },
+                {
+                    "name": "type",
+                    "description": "Only used if the `valuetype` is set to \"ref\". Specifies the MIME type of values found at the URI specified by value."
+                },
+                {
+                    "name": "valuetype",
+                    "description": "Specifies the type of the `value` attribute. Possible values are:\n\n*   data: Default value. The value is passed to the object's implementation as a string.\n*   ref: The value is a URI to a resource where run-time values are stored.\n*   object: An ID of another [`<object>`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/object \"The HTML <object> element represents an external resource, which can be treated as an image, a nested browsing context, or a resource to be handled by a plugin.\") in the same document."
+                }
+            ],
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/HTML/Element/param"
+                }
+            ]
+        },
+        {
+            "name": "video",
+            "description": {
+                "kind": "markdown",
+                "value": "A video element is used for playing videos or movies, and audio files with captions."
+            },
+            "attributes": [
+                {
+                    "name": "src"
+                },
+                {
+                    "name": "crossorigin",
+                    "valueSet": "xo"
+                },
+                {
+                    "name": "poster"
+                },
+                {
+                    "name": "preload",
+                    "valueSet": "pl"
+                },
+                {
+                    "name": "autoplay",
+                    "valueSet": "v",
+                    "description": {
+                        "kind": "markdown",
+                        "value": "A Boolean attribute; if specified, the video automatically begins to play back as soon as it can do so without stopping to finish loading the data."
+                    }
+                },
+                {
+                    "name": "mediagroup"
+                },
+                {
+                    "name": "loop",
+                    "valueSet": "v"
+                },
+                {
+                    "name": "muted",
+                    "valueSet": "v"
+                },
+                {
+                    "name": "controls",
+                    "valueSet": "v"
+                },
+                {
+                    "name": "width"
+                },
+                {
+                    "name": "height"
+                }
+            ],
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/HTML/Element/video"
+                }
+            ]
+        },
+        {
+            "name": "audio",
+            "description": {
+                "kind": "markdown",
+                "value": "An audio element represents a sound or audio stream."
+            },
+            "attributes": [
+                {
+                    "name": "src",
+                    "description": {
+                        "kind": "markdown",
+                        "value": "The URL of the audio to embed. This is subject to [HTTP access controls](https://developer.mozilla.org/en-US/docs/HTTP_access_control). This is optional; you may instead use the [`<source>`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/source \"The HTML <source> element specifies multiple media resources for the <picture>, the <audio> element, or the <video> element.\") element within the audio block to specify the audio to embed."
+                    }
+                },
+                {
+                    "name": "crossorigin",
+                    "valueSet": "xo",
+                    "description": {
+                        "kind": "markdown",
+                        "value": "This enumerated attribute indicates whether to use CORS to fetch the related image. [CORS-enabled resources](https://developer.mozilla.org/en-US/docs/CORS_Enabled_Image) can be reused in the [`<canvas>`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/canvas \"Use the HTML <canvas> element with either the canvas scripting API or the WebGL API to draw graphics and animations.\") element without being _tainted_. The allowed values are:\n\nanonymous\n\nSends a cross-origin request without a credential. In other words, it sends the `Origin:` HTTP header without a cookie, X.509 certificate, or performing HTTP Basic authentication. If the server does not give credentials to the origin site (by not setting the `Access-Control-Allow-Origin:` HTTP header), the image will be _tainted_, and its usage restricted.\n\nuse-credentials\n\nSends a cross-origin request with a credential. In other words, it sends the `Origin:` HTTP header with a cookie, a certificate, or performing HTTP Basic authentication. If the server does not give credentials to the origin site (through `Access-Control-Allow-Credentials:` HTTP header), the image will be _tainted_ and its usage restricted.\n\nWhen not present, the resource is fetched without a CORS request (i.e. without sending the `Origin:` HTTP header), preventing its non-tainted used in [`<canvas>`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/canvas \"Use the HTML <canvas> element with either the canvas scripting API or the WebGL API to draw graphics and animations.\") elements. If invalid, it is handled as if the enumerated keyword **anonymous** was used. See [CORS settings attributes](https://developer.mozilla.org/en-US/docs/HTML/CORS_settings_attributes) for additional information."
+                    }
+                },
+                {
+                    "name": "preload",
+                    "valueSet": "pl",
+                    "description": {
+                        "kind": "markdown",
+                        "value": "This enumerated attribute is intended to provide a hint to the browser about what the author thinks will lead to the best user experience. It may have one of the following values:\n\n*   `none`: Indicates that the audio should not be preloaded.\n*   `metadata`: Indicates that only audio metadata (e.g. length) is fetched.\n*   `auto`: Indicates that the whole audio file can be downloaded, even if the user is not expected to use it.\n*   _empty string_: A synonym of the `auto` value.\n\nIf not set, `preload`'s default value is browser-defined (i.e. each browser may have its own default value). The spec advises it to be set to `metadata`.\n\n**Usage notes:**\n\n*   The `autoplay` attribute has precedence over `preload`. If `autoplay` is specified, the browser would obviously need to start downloading the audio for playback.\n*   The browser is not forced by the specification to follow the value of this attribute; it is a mere hint."
+                    }
+                },
+                {
+                    "name": "autoplay",
+                    "valueSet": "v",
+                    "description": {
+                        "kind": "markdown",
+                        "value": "A Boolean attribute: if specified, the audio will automatically begin playback as soon as it can do so, without waiting for the entire audio file to finish downloading.\n\n**Note**: Sites that automatically play audio (or videos with an audio track) can be an unpleasant experience for users, so should be avoided when possible. If you must offer autoplay functionality, you should make it opt-in (requiring a user to specifically enable it). However, this can be useful when creating media elements whose source will be set at a later time, under user control."
+                    }
+                },
+                {
+                    "name": "mediagroup"
+                },
+                {
+                    "name": "loop",
+                    "valueSet": "v",
+                    "description": {
+                        "kind": "markdown",
+                        "value": "A Boolean attribute: if specified, the audio player will automatically seek back to the start upon reaching the end of the audio."
+                    }
+                },
+                {
+                    "name": "muted",
+                    "valueSet": "v",
+                    "description": {
+                        "kind": "markdown",
+                        "value": "A Boolean attribute that indicates whether the audio will be initially silenced. Its default value is `false`."
+                    }
+                },
+                {
+                    "name": "controls",
+                    "valueSet": "v",
+                    "description": {
+                        "kind": "markdown",
+                        "value": "If this attribute is present, the browser will offer controls to allow the user to control audio playback, including volume, seeking, and pause/resume playback."
+                    }
+                }
+            ],
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/HTML/Element/audio"
+                }
+            ]
+        },
+        {
+            "name": "source",
+            "description": {
+                "kind": "markdown",
+                "value": "The source element allows authors to specify multiple alternative media resources for media elements. It does not represent anything on its own."
+            },
+            "attributes": [
+                {
+                    "name": "src",
+                    "description": {
+                        "kind": "markdown",
+                        "value": "Required for [`<audio>`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/audio \"The HTML <audio> element is used to embed sound content in documents. It may contain one or more audio sources, represented using the src attribute or the <source> element: the browser will choose the most suitable one. It can also be the destination for streamed media, using a MediaStream.\") and [`<video>`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/video \"The HTML Video element (<video>) embeds a media player which supports video playback into the document.\"), address of the media resource. The value of this attribute is ignored when the `<source>` element is placed inside a [`<picture>`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/picture \"The HTML <picture> element contains zero or more <source> elements and one <img> element to provide versions of an image for different display/device scenarios.\") element."
+                    }
+                },
+                {
+                    "name": "type",
+                    "description": {
+                        "kind": "markdown",
+                        "value": "The MIME-type of the resource, optionally with a `codecs` parameter. See [RFC 4281](https://tools.ietf.org/html/rfc4281) for information about how to specify codecs."
+                    }
+                },
+                {
+                    "name": "sizes",
+                    "description": "Is a list of source sizes that describes the final rendered width of the image represented by the source. Each source size consists of a comma-separated list of media condition-length pairs. This information is used by the browser to determine, before laying the page out, which image defined in [`srcset`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/source#attr-srcset) to use.  \nThe `sizes` attribute has an effect only when the [`<source>`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/source \"The HTML <source> element specifies multiple media resources for the <picture>, the <audio> element, or the <video> element.\") element is the direct child of a [`<picture>`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/picture \"The HTML <picture> element contains zero or more <source> elements and one <img> element to provide versions of an image for different display/device scenarios.\") element."
+                },
+                {
+                    "name": "srcset",
+                    "description": "A list of one or more strings separated by commas indicating a set of possible images represented by the source for the browser to use. Each string is composed of:\n\n1.  one URL to an image,\n2.  a width descriptor, that is a positive integer directly followed by `'w'`. The default value, if missing, is the infinity.\n3.  a pixel density descriptor, that is a positive floating number directly followed by `'x'`. The default value, if missing, is `1x`.\n\nEach string in the list must have at least a width descriptor or a pixel density descriptor to be valid. Among the list, there must be only one string containing the same tuple of width descriptor and pixel density descriptor.  \nThe browser chooses the most adequate image to display at a given point of time.  \nThe `srcset` attribute has an effect only when the [`<source>`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/source \"The HTML <source> element specifies multiple media resources for the <picture>, the <audio> element, or the <video> element.\") element is the direct child of a [`<picture>`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/picture \"The HTML <picture> element contains zero or more <source> elements and one <img> element to provide versions of an image for different display/device scenarios.\") element."
+                },
+                {
+                    "name": "media",
+                    "description": "[Media query](https://developer.mozilla.org/en-US/docs/CSS/Media_queries) of the resource's intended media; this should be used only in a [`<picture>`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/picture \"The HTML <picture> element contains zero or more <source> elements and one <img> element to provide versions of an image for different display/device scenarios.\") element."
+                }
+            ],
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/HTML/Element/source"
+                }
+            ]
+        },
+        {
+            "name": "track",
+            "description": {
+                "kind": "markdown",
+                "value": "The track element allows authors to specify explicit external timed text tracks for media elements. It does not represent anything on its own."
+            },
+            "attributes": [
+                {
+                    "name": "default",
+                    "valueSet": "v",
+                    "description": {
+                        "kind": "markdown",
+                        "value": "This attribute indicates that the track should be enabled unless the user's preferences indicate that another track is more appropriate. This may only be used on one `track` element per media element."
+                    }
+                },
+                {
+                    "name": "kind",
+                    "valueSet": "tk",
+                    "description": {
+                        "kind": "markdown",
+                        "value": "How the text track is meant to be used. If omitted the default kind is `subtitles`. If the attribute is not present, it will use the `subtitles`. If the attribute contains an invalid value, it will use `metadata`. (Versions of Chrome earlier than 52 treated an invalid value as `subtitles`.) The following keywords are allowed:\n\n*   `subtitles`\n    *   Subtitles provide translation of content that cannot be understood by the viewer. For example dialogue or text that is not English in an English language film.\n    *   Subtitles may contain additional content, usually extra background information. For example the text at the beginning of the Star Wars films, or the date, time, and location of a scene.\n*   `captions`\n    *   Closed captions provide a transcription and possibly a translation of audio.\n    *   It may include important non-verbal information such as music cues or sound effects. It may indicate the cue's source (e.g. music, text, character).\n    *   Suitable for users who are deaf or when the sound is muted.\n*   `descriptions`\n    *   Textual description of the video content.\n    *   Suitable for users who are blind or where the video cannot be seen.\n*   `chapters`\n    *   Chapter titles are intended to be used when the user is navigating the media resource.\n*   `metadata`\n    *   Tracks used by scripts. Not visible to the user."
+                    }
+                },
+                {
+                    "name": "label",
+                    "description": {
+                        "kind": "markdown",
+                        "value": "A user-readable title of the text track which is used by the browser when listing available text tracks."
+                    }
+                },
+                {
+                    "name": "src",
+                    "description": {
+                        "kind": "markdown",
+                        "value": "Address of the track (`.vtt` file). Must be a valid URL. This attribute must be specified and its URL value must have the same origin as the document — unless the [`<audio>`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/audio \"The HTML <audio> element is used to embed sound content in documents. It may contain one or more audio sources, represented using the src attribute or the <source> element: the browser will choose the most suitable one. It can also be the destination for streamed media, using a MediaStream.\") or [`<video>`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/video \"The HTML Video element (<video>) embeds a media player which supports video playback into the document.\") parent element of the `track` element has a [`crossorigin`](https://developer.mozilla.org/en-US/docs/Web/HTML/CORS_settings_attributes) attribute."
+                    }
+                },
+                {
+                    "name": "srclang",
+                    "description": {
+                        "kind": "markdown",
+                        "value": "Language of the track text data. It must be a valid [BCP 47](https://r12a.github.io/app-subtags/) language tag. If the `kind` attribute is set to `subtitles,` then `srclang` must be defined."
+                    }
+                }
+            ],
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/HTML/Element/track"
+                }
+            ]
+        },
+        {
+            "name": "map",
+            "description": {
+                "kind": "markdown",
+                "value": "The map element, in conjunction with an img element and any area element descendants, defines an image map. The element represents its children."
+            },
+            "attributes": [
+                {
+                    "name": "name",
+                    "description": {
+                        "kind": "markdown",
+                        "value": "The name attribute gives the map a name so that it can be referenced. The attribute must be present and must have a non-empty value with no space characters. The value of the name attribute must not be a compatibility-caseless match for the value of the name attribute of another map element in the same document. If the id attribute is also specified, both attributes must have the same value."
+                    }
+                }
+            ],
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/HTML/Element/map"
+                }
+            ]
+        },
+        {
+            "name": "area",
+            "description": {
+                "kind": "markdown",
+                "value": "The area element represents either a hyperlink with some text and a corresponding area on an image map, or a dead area on an image map."
+            },
+            "attributes": [
+                {
+                    "name": "alt"
+                },
+                {
+                    "name": "coords"
+                },
+                {
+                    "name": "shape",
+                    "valueSet": "sh"
+                },
+                {
+                    "name": "href"
+                },
+                {
+                    "name": "target"
+                },
+                {
+                    "name": "download"
+                },
+                {
+                    "name": "ping"
+                },
+                {
+                    "name": "rel"
+                },
+                {
+                    "name": "hreflang"
+                },
+                {
+                    "name": "type"
+                },
+                {
+                    "name": "accesskey",
+                    "description": "Specifies a keyboard navigation accelerator for the element. Pressing ALT or a similar key in association with the specified character selects the form control correlated with that key sequence. Page designers are forewarned to avoid key sequences already bound to browsers. This attribute is global since HTML5."
+                }
+            ],
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/HTML/Element/area"
+                }
+            ]
+        },
+        {
+            "name": "table",
+            "description": {
+                "kind": "markdown",
+                "value": "The table element represents data with more than one dimension, in the form of a table."
+            },
+            "attributes": [
+                {
+                    "name": "border"
+                },
+                {
+                    "name": "align",
+                    "description": "This enumerated attribute indicates how the table must be aligned inside the containing document. It may have the following values:\n\n*   left: the table is displayed on the left side of the document;\n*   center: the table is displayed in the center of the document;\n*   right: the table is displayed on the right side of the document.\n\n**Usage Note**\n\n*   **Do not use this attribute**, as it has been deprecated. The [`<table>`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/table \"The HTML <table> element represents tabular data — that is, information presented in a two-dimensional table comprised of rows and columns of cells containing data.\") element should be styled using [CSS](https://developer.mozilla.org/en-US/docs/CSS). Set [`margin-left`](https://developer.mozilla.org/en-US/docs/Web/CSS/margin-left \"The margin-left CSS property sets the margin area on the left side of an element. A positive value places it farther from its neighbors, while a negative value places it closer.\") and [`margin-right`](https://developer.mozilla.org/en-US/docs/Web/CSS/margin-right \"The margin-right CSS property sets the margin area on the right side of an element. A positive value places it farther from its neighbors, while a negative value places it closer.\") to `auto` or [`margin`](https://developer.mozilla.org/en-US/docs/Web/CSS/margin \"The margin CSS property sets the margin area on all four sides of an element. It is a shorthand for margin-top, margin-right, margin-bottom, and margin-left.\") to `0 auto` to achieve an effect that is similar to the align attribute.\n*   Prior to Firefox 4, Firefox also supported the `middle`, `absmiddle`, and `abscenter` values as synonyms of `center`, in quirks mode only."
+                }
+            ],
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/HTML/Element/table"
+                }
+            ]
+        },
+        {
+            "name": "caption",
+            "description": {
+                "kind": "markdown",
+                "value": "The caption element represents the title of the table that is its parent, if it has a parent and that is a table element."
+            },
+            "attributes": [
+                {
+                    "name": "align",
+                    "description": "This enumerated attribute indicates how the caption must be aligned with respect to the table. It may have one of the following values:\n\n`left`\n\nThe caption is displayed to the left of the table.\n\n`top`\n\nThe caption is displayed above the table.\n\n`right`\n\nThe caption is displayed to the right of the table.\n\n`bottom`\n\nThe caption is displayed below the table.\n\n**Usage note:** Do not use this attribute, as it has been deprecated. The [`<caption>`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/caption \"The HTML Table Caption element (<caption>) specifies the caption (or title) of a table, and if used is always the first child of a <table>.\") element should be styled using the [CSS](https://developer.mozilla.org/en-US/docs/CSS) properties [`caption-side`](https://developer.mozilla.org/en-US/docs/Web/CSS/caption-side \"The caption-side CSS property puts the content of a table's <caption> on the specified side. The values are relative to the writing-mode of the table.\") and [`text-align`](https://developer.mozilla.org/en-US/docs/Web/CSS/text-align \"The text-align CSS property sets the horizontal alignment of an inline or table-cell box. This means it works like vertical-align but in the horizontal direction.\")."
+                }
+            ],
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/HTML/Element/caption"
+                }
+            ]
+        },
+        {
+            "name": "colgroup",
+            "description": {
+                "kind": "markdown",
+                "value": "The colgroup element represents a group of one or more columns in the table that is its parent, if it has a parent and that is a table element."
+            },
+            "attributes": [
+                {
+                    "name": "span"
+                },
+                {
+                    "name": "align",
+                    "description": "This enumerated attribute specifies how horizontal alignment of each column cell content will be handled. Possible values are:\n\n*   `left`, aligning the content to the left of the cell\n*   `center`, centering the content in the cell\n*   `right`, aligning the content to the right of the cell\n*   `justify`, inserting spaces into the textual content so that the content is justified in the cell\n*   `char`, aligning the textual content on a special character with a minimal offset, defined by the [`char`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/col#attr-char) and [`charoff`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/col#attr-charoff) attributes Unimplemented (see [bug 2212](https://bugzilla.mozilla.org/show_bug.cgi?id=2212 \"character alignment not implemented (align=char, charoff=, text-align:<string>)\")).\n\nIf this attribute is not set, the `left` value is assumed. The descendant [`<col>`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/col \"The HTML <col> element defines a column within a table and is used for defining common semantics on all common cells. It is generally found within a <colgroup> element.\") elements may override this value using their own [`align`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/col#attr-align) attribute.\n\n**Note:** Do not use this attribute as it is obsolete (not supported) in the latest standard.\n\n*   To achieve the same effect as the `left`, `center`, `right` or `justify` values:\n    *   Do not try to set the [`text-align`](https://developer.mozilla.org/en-US/docs/Web/CSS/text-align \"The text-align CSS property sets the horizontal alignment of an inline or table-cell box. This means it works like vertical-align but in the horizontal direction.\") property on a selector giving a [`<colgroup>`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/colgroup \"The HTML <colgroup> element defines a group of columns within a table.\") element. Because [`<td>`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/td \"The HTML <td> element defines a cell of a table that contains data. It participates in the table model.\") elements are not descendant of the [`<colgroup>`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/colgroup \"The HTML <colgroup> element defines a group of columns within a table.\") element, they won't inherit it.\n    *   If the table doesn't use a [`colspan`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/td#attr-colspan) attribute, use one `td:nth-child(an+b)` CSS selector per column, where a is the total number of the columns in the table and b is the ordinal position of this column in the table. Only after this selector the [`text-align`](https://developer.mozilla.org/en-US/docs/Web/CSS/text-align \"The text-align CSS property sets the horizontal alignment of an inline or table-cell box. This means it works like vertical-align but in the horizontal direction.\") property can be used.\n    *   If the table does use a [`colspan`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/td#attr-colspan) attribute, the effect can be achieved by combining adequate CSS attribute selectors like `[colspan=n]`, though this is not trivial.\n*   To achieve the same effect as the `char` value, in CSS3, you can use the value of the [`char`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/colgroup#attr-char) as the value of the [`text-align`](https://developer.mozilla.org/en-US/docs/Web/CSS/text-align \"The text-align CSS property sets the horizontal alignment of an inline or table-cell box. This means it works like vertical-align but in the horizontal direction.\") property Unimplemented."
+                }
+            ],
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/HTML/Element/colgroup"
+                }
+            ]
+        },
+        {
+            "name": "col",
+            "description": {
+                "kind": "markdown",
+                "value": "If a col element has a parent and that is a colgroup element that itself has a parent that is a table element, then the col element represents one or more columns in the column group represented by that colgroup."
+            },
+            "attributes": [
+                {
+                    "name": "span"
+                },
+                {
+                    "name": "align",
+                    "description": "This enumerated attribute specifies how horizontal alignment of each column cell content will be handled. Possible values are:\n\n*   `left`, aligning the content to the left of the cell\n*   `center`, centering the content in the cell\n*   `right`, aligning the content to the right of the cell\n*   `justify`, inserting spaces into the textual content so that the content is justified in the cell\n*   `char`, aligning the textual content on a special character with a minimal offset, defined by the [`char`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/col#attr-char) and [`charoff`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/col#attr-charoff) attributes Unimplemented (see [bug 2212](https://bugzilla.mozilla.org/show_bug.cgi?id=2212 \"character alignment not implemented (align=char, charoff=, text-align:<string>)\")).\n\nIf this attribute is not set, its value is inherited from the [`align`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/colgroup#attr-align) of the [`<colgroup>`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/colgroup \"The HTML <colgroup> element defines a group of columns within a table.\") element this `<col>` element belongs too. If there are none, the `left` value is assumed.\n\n**Note:** Do not use this attribute as it is obsolete (not supported) in the latest standard.\n\n*   To achieve the same effect as the `left`, `center`, `right` or `justify` values:\n    *   Do not try to set the [`text-align`](https://developer.mozilla.org/en-US/docs/Web/CSS/text-align \"The text-align CSS property sets the horizontal alignment of an inline or table-cell box. This means it works like vertical-align but in the horizontal direction.\") property on a selector giving a [`<col>`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/col \"The HTML <col> element defines a column within a table and is used for defining common semantics on all common cells. It is generally found within a <colgroup> element.\") element. Because [`<td>`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/td \"The HTML <td> element defines a cell of a table that contains data. It participates in the table model.\") elements are not descendant of the [`<col>`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/col \"The HTML <col> element defines a column within a table and is used for defining common semantics on all common cells. It is generally found within a <colgroup> element.\") element, they won't inherit it.\n    *   If the table doesn't use a [`colspan`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/td#attr-colspan) attribute, use the `td:nth-child(an+b)` CSS selector. Set `a` to zero and `b` to the position of the column in the table, e.g. `td:nth-child(2) { text-align: right; }` to right-align the second column.\n    *   If the table does use a [`colspan`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/td#attr-colspan) attribute, the effect can be achieved by combining adequate CSS attribute selectors like `[colspan=n]`, though this is not trivial.\n*   To achieve the same effect as the `char` value, in CSS3, you can use the value of the [`char`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/col#attr-char) as the value of the [`text-align`](https://developer.mozilla.org/en-US/docs/Web/CSS/text-align \"The text-align CSS property sets the horizontal alignment of an inline or table-cell box. This means it works like vertical-align but in the horizontal direction.\") property Unimplemented."
+                }
+            ],
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/HTML/Element/col"
+                }
+            ]
+        },
+        {
+            "name": "tbody",
+            "description": {
+                "kind": "markdown",
+                "value": "The tbody element represents a block of rows that consist of a body of data for the parent table element, if the tbody element has a parent and it is a table."
+            },
+            "attributes": [
+                {
+                    "name": "align",
+                    "description": "This enumerated attribute specifies how horizontal alignment of each cell content will be handled. Possible values are:\n\n*   `left`, aligning the content to the left of the cell\n*   `center`, centering the content in the cell\n*   `right`, aligning the content to the right of the cell\n*   `justify`, inserting spaces into the textual content so that the content is justified in the cell\n*   `char`, aligning the textual content on a special character with a minimal offset, defined by the [`char`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/tbody#attr-char) and [`charoff`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/tbody#attr-charoff) attributes.\n\nIf this attribute is not set, the `left` value is assumed.\n\n**Note:** Do not use this attribute as it is obsolete (not supported) in the latest standard.\n\n*   To achieve the same effect as the `left`, `center`, `right` or `justify` values, use the CSS [`text-align`](https://developer.mozilla.org/en-US/docs/Web/CSS/text-align \"The text-align CSS property sets the horizontal alignment of an inline or table-cell box. This means it works like vertical-align but in the horizontal direction.\") property on it.\n*   To achieve the same effect as the `char` value, in CSS3, you can use the value of the [`char`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/tbody#attr-char) as the value of the [`text-align`](https://developer.mozilla.org/en-US/docs/Web/CSS/text-align \"The text-align CSS property sets the horizontal alignment of an inline or table-cell box. This means it works like vertical-align but in the horizontal direction.\") property Unimplemented."
+                }
+            ],
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/HTML/Element/tbody"
+                }
+            ]
+        },
+        {
+            "name": "thead",
+            "description": {
+                "kind": "markdown",
+                "value": "The thead element represents the block of rows that consist of the column labels (headers) for the parent table element, if the thead element has a parent and it is a table."
+            },
+            "attributes": [
+                {
+                    "name": "align",
+                    "description": "This enumerated attribute specifies how horizontal alignment of each cell content will be handled. Possible values are:\n\n*   `left`, aligning the content to the left of the cell\n*   `center`, centering the content in the cell\n*   `right`, aligning the content to the right of the cell\n*   `justify`, inserting spaces into the textual content so that the content is justified in the cell\n*   `char`, aligning the textual content on a special character with a minimal offset, defined by the [`char`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/thead#attr-char) and [`charoff`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/thead#attr-charoff) attributes Unimplemented (see [bug 2212](https://bugzilla.mozilla.org/show_bug.cgi?id=2212 \"character alignment not implemented (align=char, charoff=, text-align:<string>)\")).\n\nIf this attribute is not set, the `left` value is assumed.\n\n**Note:** Do not use this attribute as it is obsolete (not supported) in the latest standard.\n\n*   To achieve the same effect as the `left`, `center`, `right` or `justify` values, use the CSS [`text-align`](https://developer.mozilla.org/en-US/docs/Web/CSS/text-align \"The text-align CSS property sets the horizontal alignment of an inline or table-cell box. This means it works like vertical-align but in the horizontal direction.\") property on it.\n*   To achieve the same effect as the `char` value, in CSS3, you can use the value of the [`char`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/thead#attr-char) as the value of the [`text-align`](https://developer.mozilla.org/en-US/docs/Web/CSS/text-align \"The text-align CSS property sets the horizontal alignment of an inline or table-cell box. This means it works like vertical-align but in the horizontal direction.\") property Unimplemented."
+                }
+            ],
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/HTML/Element/thead"
+                }
+            ]
+        },
+        {
+            "name": "tfoot",
+            "description": {
+                "kind": "markdown",
+                "value": "The tfoot element represents the block of rows that consist of the column summaries (footers) for the parent table element, if the tfoot element has a parent and it is a table."
+            },
+            "attributes": [
+                {
+                    "name": "align",
+                    "description": "This enumerated attribute specifies how horizontal alignment of each cell content will be handled. Possible values are:\n\n*   `left`, aligning the content to the left of the cell\n*   `center`, centering the content in the cell\n*   `right`, aligning the content to the right of the cell\n*   `justify`, inserting spaces into the textual content so that the content is justified in the cell\n*   `char`, aligning the textual content on a special character with a minimal offset, defined by the [`char`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/tbody#attr-char) and [`charoff`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/tbody#attr-charoff) attributes Unimplemented (see [bug 2212](https://bugzilla.mozilla.org/show_bug.cgi?id=2212 \"character alignment not implemented (align=char, charoff=, text-align:<string>)\")).\n\nIf this attribute is not set, the `left` value is assumed.\n\n**Note:** Do not use this attribute as it is obsolete (not supported) in the latest standard.\n\n*   To achieve the same effect as the `left`, `center`, `right` or `justify` values, use the CSS [`text-align`](https://developer.mozilla.org/en-US/docs/Web/CSS/text-align \"The text-align CSS property sets the horizontal alignment of an inline or table-cell box. This means it works like vertical-align but in the horizontal direction.\") property on it.\n*   To achieve the same effect as the `char` value, in CSS3, you can use the value of the [`char`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/tfoot#attr-char) as the value of the [`text-align`](https://developer.mozilla.org/en-US/docs/Web/CSS/text-align \"The text-align CSS property sets the horizontal alignment of an inline or table-cell box. This means it works like vertical-align but in the horizontal direction.\") property Unimplemented."
+                }
+            ],
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/HTML/Element/tfoot"
+                }
+            ]
+        },
+        {
+            "name": "tr",
+            "description": {
+                "kind": "markdown",
+                "value": "The tr element represents a row of cells in a table."
+            },
+            "attributes": [
+                {
+                    "name": "align",
+                    "description": "A [`DOMString`](https://developer.mozilla.org/en-US/docs/Web/API/DOMString \"DOMString is a UTF-16 String. As JavaScript already uses such strings, DOMString is mapped directly to a String.\") which specifies how the cell's context should be aligned horizontally within the cells in the row; this is shorthand for using `align` on every cell in the row individually. Possible values are:\n\n`left`\n\nAlign the content of each cell at its left edge.\n\n`center`\n\nCenter the contents of each cell between their left and right edges.\n\n`right`\n\nAlign the content of each cell at its right edge.\n\n`justify`\n\nWiden whitespaces within the text of each cell so that the text fills the full width of each cell (full justification).\n\n`char`\n\nAlign each cell in the row on a specific character (such that each row in the column that is configured this way will horizontally align its cells on that character). This uses the [`char`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/tr#attr-char) and [`charoff`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/tr#attr-charoff) to establish the alignment character (typically \".\" or \",\" when aligning numerical data) and the number of characters that should follow the alignment character. This alignment type was never widely supported.\n\nIf no value is expressly set for `align`, the parent node's value is inherited.\n\nInstead of using the obsolete `align` attribute, you should instead use the CSS [`text-align`](https://developer.mozilla.org/en-US/docs/Web/CSS/text-align \"The text-align CSS property sets the horizontal alignment of an inline or table-cell box. This means it works like vertical-align but in the horizontal direction.\") property to establish `left`, `center`, `right`, or `justify` alignment for the row's cells. To apply character-based alignment, set the CSS [`text-align`](https://developer.mozilla.org/en-US/docs/Web/CSS/text-align \"The text-align CSS property sets the horizontal alignment of an inline or table-cell box. This means it works like vertical-align but in the horizontal direction.\") property to the alignment character (such as `\".\"` or `\",\"`)."
+                }
+            ],
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/HTML/Element/tr"
+                }
+            ]
+        },
+        {
+            "name": "td",
+            "description": {
+                "kind": "markdown",
+                "value": "The td element represents a data cell in a table."
+            },
+            "attributes": [
+                {
+                    "name": "colspan"
+                },
+                {
+                    "name": "rowspan"
+                },
+                {
+                    "name": "headers"
+                },
+                {
+                    "name": "abbr",
+                    "description": "This attribute contains a short abbreviated description of the cell's content. Some user-agents, such as speech readers, may present this description before the content itself.\n\n**Note:** Do not use this attribute as it is obsolete in the latest standard. Alternatively, you can put the abbreviated description inside the cell and place the long content in the **title** attribute."
+                },
+                {
+                    "name": "align",
+                    "description": "This enumerated attribute specifies how the cell content's horizontal alignment will be handled. Possible values are:\n\n*   `left`: The content is aligned to the left of the cell.\n*   `center`: The content is centered in the cell.\n*   `right`: The content is aligned to the right of the cell.\n*   `justify` (with text only): The content is stretched out inside the cell so that it covers its entire width.\n*   `char` (with text only): The content is aligned to a character inside the `<th>` element with minimal offset. This character is defined by the [`char`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/td#attr-char) and [`charoff`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/td#attr-charoff) attributes Unimplemented (see [bug 2212](https://bugzilla.mozilla.org/show_bug.cgi?id=2212 \"character alignment not implemented (align=char, charoff=, text-align:<string>)\")).\n\nThe default value when this attribute is not specified is `left`.\n\n**Note:** Do not use this attribute as it is obsolete in the latest standard.\n\n*   To achieve the same effect as the `left`, `center`, `right` or `justify` values, apply the CSS [`text-align`](https://developer.mozilla.org/en-US/docs/Web/CSS/text-align \"The text-align CSS property sets the horizontal alignment of an inline or table-cell box. This means it works like vertical-align but in the horizontal direction.\") property to the element.\n*   To achieve the same effect as the `char` value, give the [`text-align`](https://developer.mozilla.org/en-US/docs/Web/CSS/text-align \"The text-align CSS property sets the horizontal alignment of an inline or table-cell box. This means it works like vertical-align but in the horizontal direction.\") property the same value you would use for the [`char`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/td#attr-char). Unimplemented in CSS3."
+                },
+                {
+                    "name": "axis",
+                    "description": "This attribute contains a list of space-separated strings. Each string is the `id` of a group of cells that this header applies to.\n\n**Note:** Do not use this attribute as it is obsolete in the latest standard."
+                },
+                {
+                    "name": "bgcolor",
+                    "description": "This attribute defines the background color of each cell in a column. It consists of a 6-digit hexadecimal code as defined in [sRGB](https://www.w3.org/Graphics/Color/sRGB) and is prefixed by '#'. This attribute may be used with one of sixteen predefined color strings:\n\n \n\n`black` = \"#000000\"\n\n \n\n`green` = \"#008000\"\n\n \n\n`silver` = \"#C0C0C0\"\n\n \n\n`lime` = \"#00FF00\"\n\n \n\n`gray` = \"#808080\"\n\n \n\n`olive` = \"#808000\"\n\n \n\n`white` = \"#FFFFFF\"\n\n \n\n`yellow` = \"#FFFF00\"\n\n \n\n`maroon` = \"#800000\"\n\n \n\n`navy` = \"#000080\"\n\n \n\n`red` = \"#FF0000\"\n\n \n\n`blue` = \"#0000FF\"\n\n \n\n`purple` = \"#800080\"\n\n \n\n`teal` = \"#008080\"\n\n \n\n`fuchsia` = \"#FF00FF\"\n\n \n\n`aqua` = \"#00FFFF\"\n\n**Note:** Do not use this attribute, as it is non-standard and only implemented in some versions of Microsoft Internet Explorer: The [`<td>`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/td \"The HTML <td> element defines a cell of a table that contains data. It participates in the table model.\") element should be styled using [CSS](https://developer.mozilla.org/en-US/docs/CSS). To create a similar effect use the [`background-color`](https://developer.mozilla.org/en-US/docs/Web/CSS/background-color \"The background-color CSS property sets the background color of an element.\") property in [CSS](https://developer.mozilla.org/en-US/docs/CSS) instead."
+                }
+            ],
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/HTML/Element/td"
+                }
+            ]
+        },
+        {
+            "name": "th",
+            "description": {
+                "kind": "markdown",
+                "value": "The th element represents a header cell in a table."
+            },
+            "attributes": [
+                {
+                    "name": "colspan"
+                },
+                {
+                    "name": "rowspan"
+                },
+                {
+                    "name": "headers"
+                },
+                {
+                    "name": "scope",
+                    "valueSet": "s"
+                },
+                {
+                    "name": "sorted"
+                },
+                {
+                    "name": "abbr",
+                    "description": {
+                        "kind": "markdown",
+                        "value": "This attribute contains a short abbreviated description of the cell's content. Some user-agents, such as speech readers, may present this description before the content itself."
+                    }
+                },
+                {
+                    "name": "align",
+                    "description": "This enumerated attribute specifies how the cell content's horizontal alignment will be handled. Possible values are:\n\n*   `left`: The content is aligned to the left of the cell.\n*   `center`: The content is centered in the cell.\n*   `right`: The content is aligned to the right of the cell.\n*   `justify` (with text only): The content is stretched out inside the cell so that it covers its entire width.\n*   `char` (with text only): The content is aligned to a character inside the `<th>` element with minimal offset. This character is defined by the [`char`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/th#attr-char) and [`charoff`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/th#attr-charoff) attributes.\n\nThe default value when this attribute is not specified is `left`.\n\n**Note:** Do not use this attribute as it is obsolete in the latest standard.\n\n*   To achieve the same effect as the `left`, `center`, `right` or `justify` values, apply the CSS [`text-align`](https://developer.mozilla.org/en-US/docs/Web/CSS/text-align \"The text-align CSS property sets the horizontal alignment of an inline or table-cell box. This means it works like vertical-align but in the horizontal direction.\") property to the element.\n*   To achieve the same effect as the `char` value, give the [`text-align`](https://developer.mozilla.org/en-US/docs/Web/CSS/text-align \"The text-align CSS property sets the horizontal alignment of an inline or table-cell box. This means it works like vertical-align but in the horizontal direction.\") property the same value you would use for the [`char`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/th#attr-char). Unimplemented in CSS3."
+                },
+                {
+                    "name": "axis",
+                    "description": "This attribute contains a list of space-separated strings. Each string is the `id` of a group of cells that this header applies to.\n\n**Note:** Do not use this attribute as it is obsolete in the latest standard: use the [`scope`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/th#attr-scope) attribute instead."
+                },
+                {
+                    "name": "bgcolor",
+                    "description": "This attribute defines the background color of each cell in a column. It consists of a 6-digit hexadecimal code as defined in [sRGB](https://www.w3.org/Graphics/Color/sRGB) and is prefixed by '#'. This attribute may be used with one of sixteen predefined color strings:\n\n \n\n`black` = \"#000000\"\n\n \n\n`green` = \"#008000\"\n\n \n\n`silver` = \"#C0C0C0\"\n\n \n\n`lime` = \"#00FF00\"\n\n \n\n`gray` = \"#808080\"\n\n \n\n`olive` = \"#808000\"\n\n \n\n`white` = \"#FFFFFF\"\n\n \n\n`yellow` = \"#FFFF00\"\n\n \n\n`maroon` = \"#800000\"\n\n \n\n`navy` = \"#000080\"\n\n \n\n`red` = \"#FF0000\"\n\n \n\n`blue` = \"#0000FF\"\n\n \n\n`purple` = \"#800080\"\n\n \n\n`teal` = \"#008080\"\n\n \n\n`fuchsia` = \"#FF00FF\"\n\n \n\n`aqua` = \"#00FFFF\"\n\n**Note:** Do not use this attribute, as it is non-standard and only implemented in some versions of Microsoft Internet Explorer: The [`<th>`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/th \"The HTML <th> element defines a cell as header of a group of table cells. The exact nature of this group is defined by the scope and headers attributes.\") element should be styled using [CSS](https://developer.mozilla.org/en-US/docs/Web/CSS). To create a similar effect use the [`background-color`](https://developer.mozilla.org/en-US/docs/Web/CSS/background-color \"The background-color CSS property sets the background color of an element.\") property in [CSS](https://developer.mozilla.org/en-US/docs/Web/CSS) instead."
+                }
+            ],
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/HTML/Element/th"
+                }
+            ]
+        },
+        {
+            "name": "form",
+            "description": {
+                "kind": "markdown",
+                "value": "The form element represents a collection of form-associated elements, some of which can represent editable values that can be submitted to a server for processing."
+            },
+            "attributes": [
+                {
+                    "name": "accept-charset",
+                    "description": {
+                        "kind": "markdown",
+                        "value": "A space- or comma-delimited list of character encodings that the server accepts. The browser uses them in the order in which they are listed. The default value, the reserved string `\"UNKNOWN\"`, indicates the same encoding as that of the document containing the form element.  \nIn previous versions of HTML, the different character encodings could be delimited by spaces or commas. In HTML5, only spaces are allowed as delimiters."
+                    }
+                },
+                {
+                    "name": "action",
+                    "description": {
+                        "kind": "markdown",
+                        "value": "The URI of a program that processes the form information. This value can be overridden by a [`formaction`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/button#attr-formaction) attribute on a [`<button>`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/button \"The HTML <button> element represents a clickable button, which can be used in forms or anywhere in a document that needs simple, standard button functionality.\") or [`<input>`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input \"The HTML <input> element is used to create interactive controls for web-based forms in order to accept data from the user; a wide variety of types of input data and control widgets are available, depending on the device and user agent.\") element."
+                    }
+                },
+                {
+                    "name": "autocomplete",
+                    "valueSet": "o",
+                    "description": {
+                        "kind": "markdown",
+                        "value": "Indicates whether input elements can by default have their values automatically completed by the browser. This setting can be overridden by an `autocomplete` attribute on an element belonging to the form. Possible values are:\n\n*   `off`: The user must explicitly enter a value into each field for every use, or the document provides its own auto-completion method; the browser does not automatically complete entries.\n*   `on`: The browser can automatically complete values based on values that the user has previously entered in the form.\n\nFor most modern browsers (including Firefox 38+, Google Chrome 34+, IE 11+) setting the autocomplete attribute will not prevent a browser's password manager from asking the user if they want to store login fields (username and password), if the user permits the storage the browser will autofill the login the next time the user visits the page. See [The autocomplete attribute and login fields](https://developer.mozilla.org/en-US/docs/Web/Security/Securing_your_site/Turning_off_form_autocompletion#The_autocomplete_attribute_and_login_fields)."
+                    }
+                },
+                {
+                    "name": "enctype",
+                    "valueSet": "et",
+                    "description": {
+                        "kind": "markdown",
+                        "value": "When the value of the `method` attribute is `post`, enctype is the [MIME type](https://en.wikipedia.org/wiki/Mime_type) of content that is used to submit the form to the server. Possible values are:\n\n*   `application/x-www-form-urlencoded`: The default value if the attribute is not specified.\n*   `multipart/form-data`: The value used for an [`<input>`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input \"The HTML <input> element is used to create interactive controls for web-based forms in order to accept data from the user; a wide variety of types of input data and control widgets are available, depending on the device and user agent.\") element with the `type` attribute set to \"file\".\n*   `text/plain`: (HTML5)\n\nThis value can be overridden by a [`formenctype`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/button#attr-formenctype) attribute on a [`<button>`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/button \"The HTML <button> element represents a clickable button, which can be used in forms or anywhere in a document that needs simple, standard button functionality.\") or [`<input>`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input \"The HTML <input> element is used to create interactive controls for web-based forms in order to accept data from the user; a wide variety of types of input data and control widgets are available, depending on the device and user agent.\") element."
+                    }
+                },
+                {
+                    "name": "method",
+                    "valueSet": "m",
+                    "description": {
+                        "kind": "markdown",
+                        "value": "The [HTTP](https://developer.mozilla.org/en-US/docs/Web/HTTP) method that the browser uses to submit the form. Possible values are:\n\n*   `post`: Corresponds to the HTTP [POST method](https://www.w3.org/Protocols/rfc2616/rfc2616-sec9.html#sec9.5) ; form data are included in the body of the form and sent to the server.\n*   `get`: Corresponds to the HTTP [GET method](https://www.w3.org/Protocols/rfc2616/rfc2616-sec9.html#sec9.3); form data are appended to the `action` attribute URI with a '?' as separator, and the resulting URI is sent to the server. Use this method when the form has no side-effects and contains only ASCII characters.\n*   `dialog`: Use when the form is inside a [`<dialog>`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/dialog \"The HTML <dialog> element represents a dialog box or other interactive component, such as an inspector or window.\") element to close the dialog when submitted.\n\nThis value can be overridden by a [`formmethod`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/button#attr-formmethod) attribute on a [`<button>`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/button \"The HTML <button> element represents a clickable button, which can be used in forms or anywhere in a document that needs simple, standard button functionality.\") or [`<input>`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input \"The HTML <input> element is used to create interactive controls for web-based forms in order to accept data from the user; a wide variety of types of input data and control widgets are available, depending on the device and user agent.\") element."
+                    }
+                },
+                {
+                    "name": "name",
+                    "description": {
+                        "kind": "markdown",
+                        "value": "The name of the form. In HTML 4, its use is deprecated (`id` should be used instead). It must be unique among the forms in a document and not just an empty string in HTML 5."
+                    }
+                },
+                {
+                    "name": "novalidate",
+                    "valueSet": "v",
+                    "description": {
+                        "kind": "markdown",
+                        "value": "This Boolean attribute indicates that the form is not to be validated when submitted. If this attribute is not specified (and therefore the form is validated), this default setting can be overridden by a [`formnovalidate`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/button#attr-formnovalidate) attribute on a [`<button>`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/button \"The HTML <button> element represents a clickable button, which can be used in forms or anywhere in a document that needs simple, standard button functionality.\") or [`<input>`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input \"The HTML <input> element is used to create interactive controls for web-based forms in order to accept data from the user; a wide variety of types of input data and control widgets are available, depending on the device and user agent.\") element belonging to the form."
+                    }
+                },
+                {
+                    "name": "target",
+                    "description": {
+                        "kind": "markdown",
+                        "value": "A name or keyword indicating where to display the response that is received after submitting the form. In HTML 4, this is the name/keyword for a frame. In HTML5, it is a name/keyword for a _browsing context_ (for example, tab, window, or inline frame). The following keywords have special meanings:\n\n*   `_self`: Load the response into the same HTML 4 frame (or HTML5 browsing context) as the current one. This value is the default if the attribute is not specified.\n*   `_blank`: Load the response into a new unnamed HTML 4 window or HTML5 browsing context.\n*   `_parent`: Load the response into the HTML 4 frameset parent of the current frame, or HTML5 parent browsing context of the current one. If there is no parent, this option behaves the same way as `_self`.\n*   `_top`: HTML 4: Load the response into the full original window, and cancel all other frames. HTML5: Load the response into the top-level browsing context (i.e., the browsing context that is an ancestor of the current one, and has no parent). If there is no parent, this option behaves the same way as `_self`.\n*   _iframename_: The response is displayed in a named [`<iframe>`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/iframe \"The HTML Inline Frame element (<iframe>) represents a nested browsing context, embedding another HTML page into the current one.\").\n\nHTML5: This value can be overridden by a [`formtarget`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/button#attr-formtarget) attribute on a [`<button>`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/button \"The HTML <button> element represents a clickable button, which can be used in forms or anywhere in a document that needs simple, standard button functionality.\") or [`<input>`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input \"The HTML <input> element is used to create interactive controls for web-based forms in order to accept data from the user; a wide variety of types of input data and control widgets are available, depending on the device and user agent.\") element."
+                    }
+                },
+                {
+                    "name": "accept",
+                    "description": "A comma-separated list of content types that the server accepts.\n\n**Usage note:** This attribute has been removed in HTML5 and should no longer be used. Instead, use the [`accept`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#attr-accept) attribute of the specific [`<input>`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input \"The HTML <input> element is used to create interactive controls for web-based forms in order to accept data from the user; a wide variety of types of input data and control widgets are available, depending on the device and user agent.\") element."
+                },
+                {
+                    "name": "autocapitalize",
+                    "description": "This is a nonstandard attribute used by iOS Safari Mobile which controls whether and how the text value for textual form control descendants should be automatically capitalized as it is entered/edited by the user. If the `autocapitalize` attribute is specified on an individual form control descendant, it trumps the form-wide `autocapitalize` setting. The non-deprecated values are available in iOS 5 and later. The default value is `sentences`. Possible values are:\n\n*   `none`: Completely disables automatic capitalization\n*   `sentences`: Automatically capitalize the first letter of sentences.\n*   `words`: Automatically capitalize the first letter of words.\n*   `characters`: Automatically capitalize all characters.\n*   `on`: Deprecated since iOS 5.\n*   `off`: Deprecated since iOS 5."
+                }
+            ],
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/HTML/Element/form"
+                }
+            ]
+        },
+        {
+            "name": "label",
+            "description": {
+                "kind": "markdown",
+                "value": "The label element represents a caption in a user interface. The caption can be associated with a specific form control, known as the label element's labeled control, either using the for attribute, or by putting the form control inside the label element itself."
+            },
+            "attributes": [
+                {
+                    "name": "form",
+                    "description": {
+                        "kind": "markdown",
+                        "value": "The [`<form>`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/form \"The HTML <form> element represents a document section that contains interactive controls for submitting information to a web server.\") element with which the label is associated (its _form owner_). If specified, the value of the attribute is the `id` of a [`<form>`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/form \"The HTML <form> element represents a document section that contains interactive controls for submitting information to a web server.\") element in the same document. This lets you place label elements anywhere within a document, not just as descendants of their form elements."
+                    }
+                },
+                {
+                    "name": "for",
+                    "description": {
+                        "kind": "markdown",
+                        "value": "The [`id`](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes#attr-id) of a [labelable](https://developer.mozilla.org/en-US/docs/Web/Guide/HTML/Content_categories#Form_labelable) form-related element in the same document as the `<label>` element. The first element in the document with an `id` matching the value of the `for` attribute is the _labeled control_ for this label element, if it is a labelable element. If it is not labelable then the `for` attribute has no effect. If there are other elements which also match the `id` value, later in the document, they are not considered.\n\n**Note**: A `<label>` element can have both a `for` attribute and a contained control element, as long as the `for` attribute points to the contained control element."
+                    }
+                }
+            ],
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/HTML/Element/label"
+                }
+            ]
+        },
+        {
+            "name": "input",
+            "description": {
+                "kind": "markdown",
+                "value": "The input element represents a typed data field, usually with a form control to allow the user to edit the data."
+            },
+            "attributes": [
+                {
+                    "name": "accept"
+                },
+                {
+                    "name": "alt"
+                },
+                {
+                    "name": "autocomplete",
+                    "valueSet": "inputautocomplete"
+                },
+                {
+                    "name": "autofocus",
+                    "valueSet": "v"
+                },
+                {
+                    "name": "checked",
+                    "valueSet": "v"
+                },
+                {
+                    "name": "dirname"
+                },
+                {
+                    "name": "disabled",
+                    "valueSet": "v"
+                },
+                {
+                    "name": "form"
+                },
+                {
+                    "name": "formaction"
+                },
+                {
+                    "name": "formenctype",
+                    "valueSet": "et"
+                },
+                {
+                    "name": "formmethod",
+                    "valueSet": "fm"
+                },
+                {
+                    "name": "formnovalidate",
+                    "valueSet": "v"
+                },
+                {
+                    "name": "formtarget"
+                },
+                {
+                    "name": "height"
+                },
+                {
+                    "name": "inputmode",
+                    "valueSet": "im"
+                },
+                {
+                    "name": "list"
+                },
+                {
+                    "name": "max"
+                },
+                {
+                    "name": "maxlength"
+                },
+                {
+                    "name": "min"
+                },
+                {
+                    "name": "minlength"
+                },
+                {
+                    "name": "multiple",
+                    "valueSet": "v"
+                },
+                {
+                    "name": "name"
+                },
+                {
+                    "name": "pattern"
+                },
+                {
+                    "name": "placeholder"
+                },
+                {
+                    "name": "readonly",
+                    "valueSet": "v"
+                },
+                {
+                    "name": "required",
+                    "valueSet": "v"
+                },
+                {
+                    "name": "size"
+                },
+                {
+                    "name": "src"
+                },
+                {
+                    "name": "step"
+                },
+                {
+                    "name": "type",
+                    "valueSet": "t"
+                },
+                {
+                    "name": "value"
+                },
+                {
+                    "name": "width"
+                }
+            ],
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/HTML/Element/input"
+                }
+            ]
+        },
+        {
+            "name": "button",
+            "description": {
+                "kind": "markdown",
+                "value": "The button element represents a button labeled by its contents."
+            },
+            "attributes": [
+                {
+                    "name": "autofocus",
+                    "valueSet": "v",
+                    "description": {
+                        "kind": "markdown",
+                        "value": "This Boolean attribute lets you specify that the button should have input focus when the page loads, unless the user overrides it, for example by typing in a different control. Only one form-associated element in a document can have this attribute specified."
+                    }
+                },
+                {
+                    "name": "disabled",
+                    "valueSet": "v",
+                    "description": {
+                        "kind": "markdown",
+                        "value": "This Boolean attribute indicates that the user cannot interact with the button. If this attribute is not specified, the button inherits its setting from the containing element, for example [`<fieldset>`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/fieldset \"The HTML <fieldset> element is used to group several controls as well as labels (<label>) within a web form.\"); if there is no containing element with the **disabled** attribute set, then the button is enabled.\n\nFirefox will, unlike other browsers, by default, [persist the dynamic disabled state](https://stackoverflow.com/questions/5985839/bug-with-firefox-disabled-attribute-of-input-not-resetting-when-refreshing) of a [`<button>`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/button \"The HTML <button> element represents a clickable button, which can be used in forms or anywhere in a document that needs simple, standard button functionality.\") across page loads. Use the [`autocomplete`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/button#attr-autocomplete) attribute to control this feature."
+                    }
+                },
+                {
+                    "name": "form",
+                    "description": {
+                        "kind": "markdown",
+                        "value": "The form element that the button is associated with (its _form owner_). The value of the attribute must be the **id** attribute of a [`<form>`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/form \"The HTML <form> element represents a document section that contains interactive controls for submitting information to a web server.\") element in the same document. If this attribute is not specified, the `<button>` element will be associated to an ancestor [`<form>`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/form \"The HTML <form> element represents a document section that contains interactive controls for submitting information to a web server.\") element, if one exists. This attribute enables you to associate `<button>` elements to [`<form>`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/form \"The HTML <form> element represents a document section that contains interactive controls for submitting information to a web server.\") elements anywhere within a document, not just as descendants of [`<form>`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/form \"The HTML <form> element represents a document section that contains interactive controls for submitting information to a web server.\") elements."
+                    }
+                },
+                {
+                    "name": "formaction",
+                    "description": {
+                        "kind": "markdown",
+                        "value": "The URI of a program that processes the information submitted by the button. If specified, it overrides the [`action`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/form#attr-action) attribute of the button's form owner."
+                    }
+                },
+                {
+                    "name": "formenctype",
+                    "valueSet": "et",
+                    "description": {
+                        "kind": "markdown",
+                        "value": "If the button is a submit button, this attribute specifies the type of content that is used to submit the form to the server. Possible values are:\n\n*   `application/x-www-form-urlencoded`: The default value if the attribute is not specified.\n*   `multipart/form-data`: Use this value if you are using an [`<input>`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input \"The HTML <input> element is used to create interactive controls for web-based forms in order to accept data from the user; a wide variety of types of input data and control widgets are available, depending on the device and user agent.\") element with the [`type`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#attr-type) attribute set to `file`.\n*   `text/plain`\n\nIf this attribute is specified, it overrides the [`enctype`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/form#attr-enctype) attribute of the button's form owner."
+                    }
+                },
+                {
+                    "name": "formmethod",
+                    "valueSet": "fm",
+                    "description": {
+                        "kind": "markdown",
+                        "value": "If the button is a submit button, this attribute specifies the HTTP method that the browser uses to submit the form. Possible values are:\n\n*   `post`: The data from the form are included in the body of the form and sent to the server.\n*   `get`: The data from the form are appended to the **form** attribute URI, with a '?' as a separator, and the resulting URI is sent to the server. Use this method when the form has no side-effects and contains only ASCII characters.\n\nIf specified, this attribute overrides the [`method`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/form#attr-method) attribute of the button's form owner."
+                    }
+                },
+                {
+                    "name": "formnovalidate",
+                    "valueSet": "v",
+                    "description": {
+                        "kind": "markdown",
+                        "value": "If the button is a submit button, this Boolean attribute specifies that the form is not to be validated when it is submitted. If this attribute is specified, it overrides the [`novalidate`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/form#attr-novalidate) attribute of the button's form owner."
+                    }
+                },
+                {
+                    "name": "formtarget",
+                    "description": {
+                        "kind": "markdown",
+                        "value": "If the button is a submit button, this attribute is a name or keyword indicating where to display the response that is received after submitting the form. This is a name of, or keyword for, a _browsing context_ (for example, tab, window, or inline frame). If this attribute is specified, it overrides the [`target`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/form#attr-target) attribute of the button's form owner. The following keywords have special meanings:\n\n*   `_self`: Load the response into the same browsing context as the current one. This value is the default if the attribute is not specified.\n*   `_blank`: Load the response into a new unnamed browsing context.\n*   `_parent`: Load the response into the parent browsing context of the current one. If there is no parent, this option behaves the same way as `_self`.\n*   `_top`: Load the response into the top-level browsing context (that is, the browsing context that is an ancestor of the current one, and has no parent). If there is no parent, this option behaves the same way as `_self`."
+                    }
+                },
+                {
+                    "name": "name",
+                    "description": {
+                        "kind": "markdown",
+                        "value": "The name of the button, which is submitted with the form data."
+                    }
+                },
+                {
+                    "name": "type",
+                    "valueSet": "bt",
+                    "description": {
+                        "kind": "markdown",
+                        "value": "The type of the button. Possible values are:\n\n*   `submit`: The button submits the form data to the server. This is the default if the attribute is not specified, or if the attribute is dynamically changed to an empty or invalid value.\n*   `reset`: The button resets all the controls to their initial values.\n*   `button`: The button has no default behavior. It can have client-side scripts associated with the element's events, which are triggered when the events occur."
+                    }
+                },
+                {
+                    "name": "value",
+                    "description": {
+                        "kind": "markdown",
+                        "value": "The initial value of the button. It defines the value associated with the button which is submitted with the form data. This value is passed to the server in params when the form is submitted."
+                    }
+                },
+                {
+                    "name": "autocomplete",
+                    "description": "The use of this attribute on a [`<button>`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/button \"The HTML <button> element represents a clickable button, which can be used in forms or anywhere in a document that needs simple, standard button functionality.\") is nonstandard and Firefox-specific. By default, unlike other browsers, [Firefox persists the dynamic disabled state](https://stackoverflow.com/questions/5985839/bug-with-firefox-disabled-attribute-of-input-not-resetting-when-refreshing) of a [`<button>`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/button \"The HTML <button> element represents a clickable button, which can be used in forms or anywhere in a document that needs simple, standard button functionality.\") across page loads. Setting the value of this attribute to `off` (i.e. `autocomplete=\"off\"`) disables this feature. See [bug 654072](https://bugzilla.mozilla.org/show_bug.cgi?id=654072 \"if disabled state is changed with javascript, the normal state doesn't return after refreshing the page\")."
+                }
+            ],
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/HTML/Element/button"
+                }
+            ]
+        },
+        {
+            "name": "select",
+            "description": {
+                "kind": "markdown",
+                "value": "The select element represents a control for selecting amongst a set of options."
+            },
+            "attributes": [
+                {
+                    "name": "autocomplete",
+                    "valueSet": "inputautocomplete",
+                    "description": {
+                        "kind": "markdown",
+                        "value": "A [`DOMString`](https://developer.mozilla.org/en-US/docs/Web/API/DOMString \"DOMString is a UTF-16 String. As JavaScript already uses such strings, DOMString is mapped directly to a String.\") providing a hint for a [user agent's](https://developer.mozilla.org/en-US/docs/Glossary/user_agent \"user agent's: A user agent is a computer program representing a person, for example, a browser in a Web context.\") autocomplete feature. See [The HTML autocomplete attribute](https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/autocomplete) for a complete list of values and details on how to use autocomplete."
+                    }
+                },
+                {
+                    "name": "autofocus",
+                    "valueSet": "v",
+                    "description": {
+                        "kind": "markdown",
+                        "value": "This Boolean attribute lets you specify that a form control should have input focus when the page loads. Only one form element in a document can have the `autofocus` attribute."
+                    }
+                },
+                {
+                    "name": "disabled",
+                    "valueSet": "v",
+                    "description": {
+                        "kind": "markdown",
+                        "value": "This Boolean attribute indicates that the user cannot interact with the control. If this attribute is not specified, the control inherits its setting from the containing element, for example `fieldset`; if there is no containing element with the `disabled` attribute set, then the control is enabled."
+                    }
+                },
+                {
+                    "name": "form",
+                    "description": {
+                        "kind": "markdown",
+                        "value": "This attribute lets you specify the form element to which the select element is associated (that is, its \"form owner\"). If this attribute is specified, its value must be the same as the `id` of a form element in the same document. This enables you to place select elements anywhere within a document, not just as descendants of their form elements."
+                    }
+                },
+                {
+                    "name": "multiple",
+                    "valueSet": "v",
+                    "description": {
+                        "kind": "markdown",
+                        "value": "This Boolean attribute indicates that multiple options can be selected in the list. If it is not specified, then only one option can be selected at a time. When `multiple` is specified, most browsers will show a scrolling list box instead of a single line dropdown."
+                    }
+                },
+                {
+                    "name": "name",
+                    "description": {
+                        "kind": "markdown",
+                        "value": "This attribute is used to specify the name of the control."
+                    }
+                },
+                {
+                    "name": "required",
+                    "valueSet": "v",
+                    "description": {
+                        "kind": "markdown",
+                        "value": "A Boolean attribute indicating that an option with a non-empty string value must be selected."
+                    }
+                },
+                {
+                    "name": "size",
+                    "description": {
+                        "kind": "markdown",
+                        "value": "If the control is presented as a scrolling list box (e.g. when `multiple` is specified), this attribute represents the number of rows in the list that should be visible at one time. Browsers are not required to present a select element as a scrolled list box. The default value is 0.\n\n**Note:** According to the HTML5 specification, the default value for size should be 1; however, in practice, this has been found to break some web sites, and no other browser currently does that, so Mozilla has opted to continue to return 0 for the time being with Firefox."
+                    }
+                }
+            ],
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/HTML/Element/select"
+                }
+            ]
+        },
+        {
+            "name": "datalist",
+            "description": {
+                "kind": "markdown",
+                "value": "The datalist element represents a set of option elements that represent predefined options for other controls. In the rendering, the datalist element represents nothing and it, along with its children, should be hidden."
+            },
+            "attributes": [],
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/HTML/Element/datalist"
+                }
+            ]
+        },
+        {
+            "name": "optgroup",
+            "description": {
+                "kind": "markdown",
+                "value": "The optgroup element represents a group of option elements with a common label."
+            },
+            "attributes": [
+                {
+                    "name": "disabled",
+                    "valueSet": "v",
+                    "description": {
+                        "kind": "markdown",
+                        "value": "If this Boolean attribute is set, none of the items in this option group is selectable. Often browsers grey out such control and it won't receive any browsing events, like mouse clicks or focus-related ones."
+                    }
+                },
+                {
+                    "name": "label",
+                    "description": {
+                        "kind": "markdown",
+                        "value": "The name of the group of options, which the browser can use when labeling the options in the user interface. This attribute is mandatory if this element is used."
+                    }
+                }
+            ],
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/HTML/Element/optgroup"
+                }
+            ]
+        },
+        {
+            "name": "option",
+            "description": {
+                "kind": "markdown",
+                "value": "The option element represents an option in a select element or as part of a list of suggestions in a datalist element."
+            },
+            "attributes": [
+                {
+                    "name": "disabled",
+                    "valueSet": "v",
+                    "description": {
+                        "kind": "markdown",
+                        "value": "If this Boolean attribute is set, this option is not checkable. Often browsers grey out such control and it won't receive any browsing event, like mouse clicks or focus-related ones. If this attribute is not set, the element can still be disabled if one of its ancestors is a disabled [`<optgroup>`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/optgroup \"The HTML <optgroup> element creates a grouping of options within a <select> element.\") element."
+                    }
+                },
+                {
+                    "name": "label",
+                    "description": {
+                        "kind": "markdown",
+                        "value": "This attribute is text for the label indicating the meaning of the option. If the `label` attribute isn't defined, its value is that of the element text content."
+                    }
+                },
+                {
+                    "name": "selected",
+                    "valueSet": "v",
+                    "description": {
+                        "kind": "markdown",
+                        "value": "If present, this Boolean attribute indicates that the option is initially selected. If the `<option>` element is the descendant of a [`<select>`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/select \"The HTML <select> element represents a control that provides a menu of options\") element whose [`multiple`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/select#attr-multiple) attribute is not set, only one single `<option>` of this [`<select>`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/select \"The HTML <select> element represents a control that provides a menu of options\") element may have the `selected` attribute."
+                    }
+                },
+                {
+                    "name": "value",
+                    "description": {
+                        "kind": "markdown",
+                        "value": "The content of this attribute represents the value to be submitted with the form, should this option be selected. If this attribute is omitted, the value is taken from the text content of the option element."
+                    }
+                }
+            ],
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/HTML/Element/option"
+                }
+            ]
+        },
+        {
+            "name": "textarea",
+            "description": {
+                "kind": "markdown",
+                "value": "The textarea element represents a multiline plain text edit control for the element's raw value. The contents of the control represent the control's default value."
+            },
+            "attributes": [
+                {
+                    "name": "autocomplete",
+                    "valueSet": "inputautocomplete",
+                    "description": {
+                        "kind": "markdown",
+                        "value": "This attribute indicates whether the value of the control can be automatically completed by the browser. Possible values are:\n\n*   `off`: The user must explicitly enter a value into this field for every use, or the document provides its own auto-completion method; the browser does not automatically complete the entry.\n*   `on`: The browser can automatically complete the value based on values that the user has entered during previous uses.\n\nIf the `autocomplete` attribute is not specified on a `<textarea>` element, then the browser uses the `autocomplete` attribute value of the `<textarea>` element's form owner. The form owner is either the [`<form>`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/form \"The HTML <form> element represents a document section that contains interactive controls for submitting information to a web server.\") element that this `<textarea>` element is a descendant of or the form element whose `id` is specified by the `form` attribute of the input element. For more information, see the [`autocomplete`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/form#attr-autocomplete) attribute in [`<form>`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/form \"The HTML <form> element represents a document section that contains interactive controls for submitting information to a web server.\")."
+                    }
+                },
+                {
+                    "name": "autofocus",
+                    "valueSet": "v",
+                    "description": {
+                        "kind": "markdown",
+                        "value": "This Boolean attribute lets you specify that a form control should have input focus when the page loads. Only one form-associated element in a document can have this attribute specified."
+                    }
+                },
+                {
+                    "name": "cols",
+                    "description": {
+                        "kind": "markdown",
+                        "value": "The visible width of the text control, in average character widths. If it is specified, it must be a positive integer. If it is not specified, the default value is `20`."
+                    }
+                },
+                {
+                    "name": "dirname"
+                },
+                {
+                    "name": "disabled",
+                    "valueSet": "v",
+                    "description": {
+                        "kind": "markdown",
+                        "value": "This Boolean attribute indicates that the user cannot interact with the control. If this attribute is not specified, the control inherits its setting from the containing element, for example [`<fieldset>`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/fieldset \"The HTML <fieldset> element is used to group several controls as well as labels (<label>) within a web form.\"); if there is no containing element when the `disabled` attribute is set, the control is enabled."
+                    }
+                },
+                {
+                    "name": "form",
+                    "description": {
+                        "kind": "markdown",
+                        "value": "The form element that the `<textarea>` element is associated with (its \"form owner\"). The value of the attribute must be the `id` of a form element in the same document. If this attribute is not specified, the `<textarea>` element must be a descendant of a form element. This attribute enables you to place `<textarea>` elements anywhere within a document, not just as descendants of form elements."
+                    }
+                },
+                {
+                    "name": "inputmode",
+                    "valueSet": "im"
+                },
+                {
+                    "name": "maxlength",
+                    "description": {
+                        "kind": "markdown",
+                        "value": "The maximum number of characters (unicode code points) that the user can enter. If this value isn't specified, the user can enter an unlimited number of characters."
+                    }
+                },
+                {
+                    "name": "minlength",
+                    "description": {
+                        "kind": "markdown",
+                        "value": "The minimum number of characters (unicode code points) required that the user should enter."
+                    }
+                },
+                {
+                    "name": "name",
+                    "description": {
+                        "kind": "markdown",
+                        "value": "The name of the control."
+                    }
+                },
+                {
+                    "name": "placeholder",
+                    "description": {
+                        "kind": "markdown",
+                        "value": "A hint to the user of what can be entered in the control. Carriage returns or line-feeds within the placeholder text must be treated as line breaks when rendering the hint.\n\n**Note:** Placeholders should only be used to show an example of the type of data that should be entered into a form; they are _not_ a substitute for a proper [`<label>`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/label \"The HTML <label> element represents a caption for an item in a user interface.\") element tied to the input. See [Labels and placeholders](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#Labels_and_placeholders \"The HTML <input> element is used to create interactive controls for web-based forms in order to accept data from the user; a wide variety of types of input data and control widgets are available, depending on the device and user agent.\") in [<input>: The Input (Form Input) element](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input \"The HTML <input> element is used to create interactive controls for web-based forms in order to accept data from the user; a wide variety of types of input data and control widgets are available, depending on the device and user agent.\") for a full explanation."
+                    }
+                },
+                {
+                    "name": "readonly",
+                    "valueSet": "v",
+                    "description": {
+                        "kind": "markdown",
+                        "value": "This Boolean attribute indicates that the user cannot modify the value of the control. Unlike the `disabled` attribute, the `readonly` attribute does not prevent the user from clicking or selecting in the control. The value of a read-only control is still submitted with the form."
+                    }
+                },
+                {
+                    "name": "required",
+                    "valueSet": "v",
+                    "description": {
+                        "kind": "markdown",
+                        "value": "This attribute specifies that the user must fill in a value before submitting a form."
+                    }
+                },
+                {
+                    "name": "rows",
+                    "description": {
+                        "kind": "markdown",
+                        "value": "The number of visible text lines for the control."
+                    }
+                },
+                {
+                    "name": "wrap",
+                    "valueSet": "w",
+                    "description": {
+                        "kind": "markdown",
+                        "value": "Indicates how the control wraps text. Possible values are:\n\n*   `hard`: The browser automatically inserts line breaks (CR+LF) so that each line has no more than the width of the control; the `cols` attribute must also be specified for this to take effect.\n*   `soft`: The browser ensures that all line breaks in the value consist of a CR+LF pair, but does not insert any additional line breaks.\n*   `off` : Like `soft` but changes appearance to `white-space: pre` so line segments exceeding `cols` are not wrapped and the `<textarea>` becomes horizontally scrollable.\n\nIf this attribute is not specified, `soft` is its default value."
+                    }
+                },
+                {
+                    "name": "autocapitalize",
+                    "description": "This is a non-standard attribute supported by WebKit on iOS (therefore nearly all browsers running on iOS, including Safari, Firefox, and Chrome), which controls whether and how the text value should be automatically capitalized as it is entered/edited by the user. The non-deprecated values are available in iOS 5 and later. Possible values are:\n\n*   `none`: Completely disables automatic capitalization.\n*   `sentences`: Automatically capitalize the first letter of sentences.\n*   `words`: Automatically capitalize the first letter of words.\n*   `characters`: Automatically capitalize all characters.\n*   `on`: Deprecated since iOS 5.\n*   `off`: Deprecated since iOS 5."
+                },
+                {
+                    "name": "spellcheck",
+                    "description": "Specifies whether the `<textarea>` is subject to spell checking by the underlying browser/OS. the value can be:\n\n*   `true`: Indicates that the element needs to have its spelling and grammar checked.\n*   `default` : Indicates that the element is to act according to a default behavior, possibly based on the parent element's own `spellcheck` value.\n*   `false` : Indicates that the element should not be spell checked."
+                }
+            ],
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/HTML/Element/textarea"
+                }
+            ]
+        },
+        {
+            "name": "output",
+            "description": {
+                "kind": "markdown",
+                "value": "The output element represents the result of a calculation performed by the application, or the result of a user action."
+            },
+            "attributes": [
+                {
+                    "name": "for",
+                    "description": {
+                        "kind": "markdown",
+                        "value": "A space-separated list of other elements’ [`id`](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/id)s, indicating that those elements contributed input values to (or otherwise affected) the calculation."
+                    }
+                },
+                {
+                    "name": "form",
+                    "description": {
+                        "kind": "markdown",
+                        "value": "The [form element](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/form) that this element is associated with (its \"form owner\"). The value of the attribute must be an `id` of a form element in the same document. If this attribute is not specified, the output element must be a descendant of a form element. This attribute enables you to place output elements anywhere within a document, not just as descendants of their form elements."
+                    }
+                },
+                {
+                    "name": "name",
+                    "description": {
+                        "kind": "markdown",
+                        "value": "The name of the element, exposed in the [`HTMLFormElement`](https://developer.mozilla.org/en-US/docs/Web/API/HTMLFormElement \"The HTMLFormElement interface represents a <form> element in the DOM; it allows access to and in some cases modification of aspects of the form, as well as access to its component elements.\") API."
+                    }
+                }
+            ],
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/HTML/Element/output"
+                }
+            ]
+        },
+        {
+            "name": "progress",
+            "description": {
+                "kind": "markdown",
+                "value": "The progress element represents the completion progress of a task. The progress is either indeterminate, indicating that progress is being made but that it is not clear how much more work remains to be done before the task is complete (e.g. because the task is waiting for a remote host to respond), or the progress is a number in the range zero to a maximum, giving the fraction of work that has so far been completed."
+            },
+            "attributes": [
+                {
+                    "name": "value",
+                    "description": {
+                        "kind": "markdown",
+                        "value": "This attribute specifies how much of the task that has been completed. It must be a valid floating point number between 0 and `max`, or between 0 and 1 if `max` is omitted. If there is no `value` attribute, the progress bar is indeterminate; this indicates that an activity is ongoing with no indication of how long it is expected to take."
+                    }
+                },
+                {
+                    "name": "max",
+                    "description": {
+                        "kind": "markdown",
+                        "value": "This attribute describes how much work the task indicated by the `progress` element requires. The `max` attribute, if present, must have a value greater than zero and be a valid floating point number. The default value is 1."
+                    }
+                }
+            ],
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/HTML/Element/progress"
+                }
+            ]
+        },
+        {
+            "name": "meter",
+            "description": {
+                "kind": "markdown",
+                "value": "The meter element represents a scalar measurement within a known range, or a fractional value; for example disk usage, the relevance of a query result, or the fraction of a voting population to have selected a particular candidate."
+            },
+            "attributes": [
+                {
+                    "name": "value",
+                    "description": {
+                        "kind": "markdown",
+                        "value": "The current numeric value. This must be between the minimum and maximum values (`min` attribute and `max` attribute) if they are specified. If unspecified or malformed, the value is 0. If specified, but not within the range given by the `min` attribute and `max` attribute, the value is equal to the nearest end of the range.\n\n**Usage note:** Unless the `value` attribute is between `0` and `1` (inclusive), the `min` and `max` attributes should define the range so that the `value` attribute's value is within it."
+                    }
+                },
+                {
+                    "name": "min",
+                    "description": {
+                        "kind": "markdown",
+                        "value": "The lower numeric bound of the measured range. This must be less than the maximum value (`max` attribute), if specified. If unspecified, the minimum value is 0."
+                    }
+                },
+                {
+                    "name": "max",
+                    "description": {
+                        "kind": "markdown",
+                        "value": "The upper numeric bound of the measured range. This must be greater than the minimum value (`min` attribute), if specified. If unspecified, the maximum value is 1."
+                    }
+                },
+                {
+                    "name": "low",
+                    "description": {
+                        "kind": "markdown",
+                        "value": "The upper numeric bound of the low end of the measured range. This must be greater than the minimum value (`min` attribute), and it also must be less than the high value and maximum value (`high` attribute and `max` attribute, respectively), if any are specified. If unspecified, or if less than the minimum value, the `low` value is equal to the minimum value."
+                    }
+                },
+                {
+                    "name": "high",
+                    "description": {
+                        "kind": "markdown",
+                        "value": "The lower numeric bound of the high end of the measured range. This must be less than the maximum value (`max` attribute), and it also must be greater than the low value and minimum value (`low` attribute and **min** attribute, respectively), if any are specified. If unspecified, or if greater than the maximum value, the `high` value is equal to the maximum value."
+                    }
+                },
+                {
+                    "name": "optimum",
+                    "description": {
+                        "kind": "markdown",
+                        "value": "This attribute indicates the optimal numeric value. It must be within the range (as defined by the `min` attribute and `max` attribute). When used with the `low` attribute and `high` attribute, it gives an indication where along the range is considered preferable. For example, if it is between the `min` attribute and the `low` attribute, then the lower range is considered preferred."
+                    }
+                },
+                {
+                    "name": "form",
+                    "description": "This attribute associates the element with a `form` element that has ownership of the `meter` element. For example, a `meter` might be displaying a range corresponding to an `input` element of `type` _number_. This attribute is only used if the `meter` element is being used as a form-associated element; even then, it may be omitted if the element appears as a descendant of a `form` element."
+                }
+            ],
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/HTML/Element/meter"
+                }
+            ]
+        },
+        {
+            "name": "fieldset",
+            "description": {
+                "kind": "markdown",
+                "value": "The fieldset element represents a set of form controls optionally grouped under a common name."
+            },
+            "attributes": [
+                {
+                    "name": "disabled",
+                    "valueSet": "v",
+                    "description": {
+                        "kind": "markdown",
+                        "value": "If this Boolean attribute is set, all form controls that are descendants of the `<fieldset>`, are disabled, meaning they are not editable and won't be submitted along with the `<form>`. They won't receive any browsing events, like mouse clicks or focus-related events. By default browsers display such controls grayed out. Note that form elements inside the [`<legend>`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/legend \"The HTML <legend> element represents a caption for the content of its parent <fieldset>.\") element won't be disabled."
+                    }
+                },
+                {
+                    "name": "form",
+                    "description": {
+                        "kind": "markdown",
+                        "value": "This attribute takes the value of the `id` attribute of a [`<form>`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/form \"The HTML <form> element represents a document section that contains interactive controls for submitting information to a web server.\") element you want the `<fieldset>` to be part of, even if it is not inside the form."
+                    }
+                },
+                {
+                    "name": "name",
+                    "description": {
+                        "kind": "markdown",
+                        "value": "The name associated with the group.\n\n**Note**: The caption for the fieldset is given by the first [`<legend>`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/legend \"The HTML <legend> element represents a caption for the content of its parent <fieldset>.\") element nested inside it."
+                    }
+                }
+            ],
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/HTML/Element/fieldset"
+                }
+            ]
+        },
+        {
+            "name": "legend",
+            "description": {
+                "kind": "markdown",
+                "value": "The legend element represents a caption for the rest of the contents of the legend element's parent fieldset element, if any."
+            },
+            "attributes": [],
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/HTML/Element/legend"
+                }
+            ]
+        },
+        {
+            "name": "details",
+            "description": {
+                "kind": "markdown",
+                "value": "The details element represents a disclosure widget from which the user can obtain additional information or controls."
+            },
+            "attributes": [
+                {
+                    "name": "open",
+                    "valueSet": "v",
+                    "description": {
+                        "kind": "markdown",
+                        "value": "This Boolean attribute indicates whether or not the details — that is, the contents of the `<details>` element — are currently visible. The default, `false`, means the details are not visible."
+                    }
+                }
+            ],
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/HTML/Element/details"
+                }
+            ]
+        },
+        {
+            "name": "summary",
+            "description": {
+                "kind": "markdown",
+                "value": "The summary element represents a summary, caption, or legend for the rest of the contents of the summary element's parent details element, if any."
+            },
+            "attributes": [],
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/HTML/Element/summary"
+                }
+            ]
+        },
+        {
+            "name": "dialog",
+            "description": {
+                "kind": "markdown",
+                "value": "The dialog element represents a part of an application that a user interacts with to perform a task, for example a dialog box, inspector, or window."
+            },
+            "attributes": [
+                {
+                    "name": "open",
+                    "description": "Indicates that the dialog is active and available for interaction. When the `open` attribute is not set, the dialog shouldn't be shown to the user."
+                }
+            ],
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/HTML/Element/dialog"
+                }
+            ]
+        },
+        {
+            "name": "script",
+            "description": {
+                "kind": "markdown",
+                "value": "The script element allows authors to include dynamic script and data blocks in their documents. The element does not represent content for the user."
+            },
+            "attributes": [
+                {
+                    "name": "src",
+                    "description": {
+                        "kind": "markdown",
+                        "value": "This attribute specifies the URI of an external script; this can be used as an alternative to embedding a script directly within a document.\n\nIf a `script` element has a `src` attribute specified, it should not have a script embedded inside its tags."
+                    }
+                },
+                {
+                    "name": "type",
+                    "description": {
+                        "kind": "markdown",
+                        "value": "This attribute indicates the type of script represented. The value of this attribute will be in one of the following categories:\n\n*   **Omitted or a JavaScript MIME type:** For HTML5-compliant browsers this indicates the script is JavaScript. HTML5 specification urges authors to omit the attribute rather than provide a redundant MIME type. In earlier browsers, this identified the scripting language of the embedded or imported (via the `src` attribute) code. JavaScript MIME types are [listed in the specification](https://developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/MIME_types#JavaScript_types).\n*   **`module`:** For HTML5-compliant browsers the code is treated as a JavaScript module. The processing of the script contents is not affected by the `charset` and `defer` attributes. For information on using `module`, see [ES6 in Depth: Modules](https://hacks.mozilla.org/2015/08/es6-in-depth-modules/). Code may behave differently when the `module` keyword is used.\n*   **Any other value:** The embedded content is treated as a data block which won't be processed by the browser. Developers must use a valid MIME type that is not a JavaScript MIME type to denote data blocks. The `src` attribute will be ignored.\n\n**Note:** in Firefox you could specify the version of JavaScript contained in a `<script>` element by including a non-standard `version` parameter inside the `type` attribute — for example `type=\"text/javascript;version=1.8\"`. This has been removed in Firefox 59 (see [bug 1428745](https://bugzilla.mozilla.org/show_bug.cgi?id=1428745 \"FIXED: Remove support for version parameter from script loader\"))."
+                    }
+                },
+                {
+                    "name": "charset"
+                },
+                {
+                    "name": "async",
+                    "valueSet": "v",
+                    "description": {
+                        "kind": "markdown",
+                        "value": "This is a Boolean attribute indicating that the browser should, if possible, load the script asynchronously.\n\nThis attribute must not be used if the `src` attribute is absent (i.e. for inline scripts). If it is included in this case it will have no effect.\n\nBrowsers usually assume the worst case scenario and load scripts synchronously, (i.e. `async=\"false\"`) during HTML parsing.\n\nDynamically inserted scripts (using [`document.createElement()`](https://developer.mozilla.org/en-US/docs/Web/API/Document/createElement \"In an HTML document, the document.createElement() method creates the HTML element specified by tagName, or an HTMLUnknownElement if tagName isn't recognized.\")) load asynchronously by default, so to turn on synchronous loading (i.e. scripts load in the order they were inserted) set `async=\"false\"`.\n\nSee [Browser compatibility](#Browser_compatibility) for notes on browser support. See also [Async scripts for asm.js](https://developer.mozilla.org/en-US/docs/Games/Techniques/Async_scripts)."
+                    }
+                },
+                {
+                    "name": "defer",
+                    "valueSet": "v",
+                    "description": {
+                        "kind": "markdown",
+                        "value": "This Boolean attribute is set to indicate to a browser that the script is meant to be executed after the document has been parsed, but before firing [`DOMContentLoaded`](https://developer.mozilla.org/en-US/docs/Web/Events/DOMContentLoaded \"/en-US/docs/Web/Events/DOMContentLoaded\").\n\nScripts with the `defer` attribute will prevent the `DOMContentLoaded` event from firing until the script has loaded and finished evaluating.\n\nThis attribute must not be used if the `src` attribute is absent (i.e. for inline scripts), in this case it would have no effect.\n\nTo achieve a similar effect for dynamically inserted scripts use `async=\"false\"` instead. Scripts with the `defer` attribute will execute in the order in which they appear in the document."
+                    }
+                },
+                {
+                    "name": "crossorigin",
+                    "valueSet": "xo",
+                    "description": {
+                        "kind": "markdown",
+                        "value": "Normal `script` elements pass minimal information to the [`window.onerror`](https://developer.mozilla.org/en-US/docs/Web/API/GlobalEventHandlers/onerror \"The onerror property of the GlobalEventHandlers mixin is an EventHandler that processes error events.\") for scripts which do not pass the standard [CORS](https://developer.mozilla.org/en-US/docs/Glossary/CORS \"CORS: CORS (Cross-Origin Resource Sharing) is a system, consisting of transmitting HTTP headers, that determines whether browsers block frontend JavaScript code from accessing responses for cross-origin requests.\") checks. To allow error logging for sites which use a separate domain for static media, use this attribute. See [CORS settings attributes](https://developer.mozilla.org/en-US/docs/Web/HTML/CORS_settings_attributes) for a more descriptive explanation of its valid arguments."
+                    }
+                },
+                {
+                    "name": "nonce",
+                    "description": {
+                        "kind": "markdown",
+                        "value": "A cryptographic nonce (number used once) to whitelist inline scripts in a [script-src Content-Security-Policy](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Content-Security-Policy/script-src). The server must generate a unique nonce value each time it transmits a policy. It is critical to provide a nonce that cannot be guessed as bypassing a resource's policy is otherwise trivial."
+                    }
+                },
+                {
+                    "name": "integrity",
+                    "description": "This attribute contains inline metadata that a user agent can use to verify that a fetched resource has been delivered free of unexpected manipulation. See [Subresource Integrity](https://developer.mozilla.org/en-US/docs/Web/Security/Subresource_Integrity)."
+                },
+                {
+                    "name": "nomodule",
+                    "description": "This Boolean attribute is set to indicate that the script should not be executed in browsers that support [ES2015 modules](https://hacks.mozilla.org/2015/08/es6-in-depth-modules/) — in effect, this can be used to serve fallback scripts to older browsers that do not support modular JavaScript code."
+                },
+                {
+                    "name": "referrerpolicy",
+                    "description": "Indicates which [referrer](https://developer.mozilla.org/en-US/docs/Web/API/Document/referrer) to send when fetching the script, or resources fetched by the script:\n\n*   `no-referrer`: The [`Referer`](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Referer \"The Referer request header contains the address of the previous web page from which a link to the currently requested page was followed. The Referer header allows servers to identify where people are visiting them from and may use that data for analytics, logging, or optimized caching, for example.\") header will not be sent.\n*   `no-referrer-when-downgrade` (default): The [`Referer`](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Referer \"The Referer request header contains the address of the previous web page from which a link to the currently requested page was followed. The Referer header allows servers to identify where people are visiting them from and may use that data for analytics, logging, or optimized caching, for example.\") header will not be sent to [origin](https://developer.mozilla.org/en-US/docs/Glossary/origin \"origin: Web content's origin is defined by the scheme (protocol), host (domain), and port of the URL used to access it. Two objects have the same origin only when the scheme, host, and port all match.\")s without [TLS](https://developer.mozilla.org/en-US/docs/Glossary/TLS \"TLS: Transport Layer Security (TLS), previously known as Secure Sockets Layer (SSL), is a protocol used by applications to communicate securely across a network, preventing tampering with and eavesdropping on email, web browsing, messaging, and other protocols.\") ([HTTPS](https://developer.mozilla.org/en-US/docs/Glossary/HTTPS \"HTTPS: HTTPS (HTTP Secure) is an encrypted version of the HTTP protocol. It usually uses SSL or TLS to encrypt all communication between a client and a server. This secure connection allows clients to safely exchange sensitive data with a server, for example for banking activities or online shopping.\")).\n*   `origin`: The sent referrer will be limited to the origin of the referring page: its [scheme](https://developer.mozilla.org/en-US/docs/Archive/Mozilla/URIScheme), [host](https://developer.mozilla.org/en-US/docs/Glossary/host \"host: A host is a device connected to the Internet (or a local network). Some hosts called servers offer additional services like serving webpages or storing files and emails.\"), and [port](https://developer.mozilla.org/en-US/docs/Glossary/port \"port: For a computer connected to a network with an IP address, a port is a communication endpoint. Ports are designated by numbers, and below 1024 each port is associated by default with a specific protocol.\").\n*   `origin-when-cross-origin`: The referrer sent to other origins will be limited to the scheme, the host, and the port. Navigations on the same origin will still include the path.\n*   `same-origin`: A referrer will be sent for [same origin](https://developer.mozilla.org/en-US/docs/Glossary/Same-origin_policy \"same origin: The same-origin policy is a critical security mechanism that restricts how a document or script loaded from one origin can interact with a resource from another origin.\"), but cross-origin requests will contain no referrer information.\n*   `strict-origin`: Only send the origin of the document as the referrer when the protocol security level stays the same (e.g. HTTPS→HTTPS), but don't send it to a less secure destination (e.g. HTTPS→HTTP).\n*   `strict-origin-when-cross-origin`: Send a full URL when performing a same-origin request, but only send the origin when the protocol security level stays the same (e.g.HTTPS→HTTPS), and send no header to a less secure destination (e.g. HTTPS→HTTP).\n*   `unsafe-url`: The referrer will include the origin _and_ the path (but not the [fragment](https://developer.mozilla.org/en-US/docs/Web/API/HTMLHyperlinkElementUtils/hash), [password](https://developer.mozilla.org/en-US/docs/Web/API/HTMLHyperlinkElementUtils/password), or [username](https://developer.mozilla.org/en-US/docs/Web/API/HTMLHyperlinkElementUtils/username)). **This value is unsafe**, because it leaks origins and paths from TLS-protected resources to insecure origins.\n\n**Note**: An empty string value (`\"\"`) is both the default value, and a fallback value if `referrerpolicy` is not supported. If `referrerpolicy` is not explicitly specified on the `<script>` element, it will adopt a higher-level referrer policy, i.e. one set on the whole document or domain. If a higher-level policy is not available, the empty string is treated as being equivalent to `no-referrer-when-downgrade`."
+                },
+                {
+                    "name": "text",
+                    "description": "Like the `textContent` attribute, this attribute sets the text content of the element. Unlike the `textContent` attribute, however, this attribute is evaluated as executable code after the node is inserted into the DOM."
+                }
+            ],
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/HTML/Element/script"
+                }
+            ]
+        },
+        {
+            "name": "noscript",
+            "description": {
+                "kind": "markdown",
+                "value": "The noscript element represents nothing if scripting is enabled, and represents its children if scripting is disabled. It is used to present different markup to user agents that support scripting and those that don't support scripting, by affecting how the document is parsed."
+            },
+            "attributes": [],
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/HTML/Element/noscript"
+                }
+            ]
+        },
+        {
+            "name": "template",
+            "description": {
+                "kind": "markdown",
+                "value": "The template element is used to declare fragments of HTML that can be cloned and inserted in the document by script."
+            },
+            "attributes": [],
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/HTML/Element/template"
+                }
+            ]
+        },
+        {
+            "name": "canvas",
+            "description": {
+                "kind": "markdown",
+                "value": "The canvas element provides scripts with a resolution-dependent bitmap canvas, which can be used for rendering graphs, game graphics, art, or other visual images on the fly."
+            },
+            "attributes": [
+                {
+                    "name": "width",
+                    "description": {
+                        "kind": "markdown",
+                        "value": "The width of the coordinate space in CSS pixels. Defaults to 300."
+                    }
+                },
+                {
+                    "name": "height",
+                    "description": {
+                        "kind": "markdown",
+                        "value": "The height of the coordinate space in CSS pixels. Defaults to 150."
+                    }
+                },
+                {
+                    "name": "moz-opaque",
+                    "description": "Lets the canvas know whether or not translucency will be a factor. If the canvas knows there's no translucency, painting performance can be optimized. This is only supported by Mozilla-based browsers; use the standardized [`canvas.getContext('2d', { alpha: false })`](https://developer.mozilla.org/en-US/docs/Web/API/HTMLCanvasElement/getContext \"The HTMLCanvasElement.getContext() method returns a drawing context on the canvas, or null if the context identifier is not supported.\") instead."
+                }
+            ],
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/HTML/Element/canvas"
+                }
+            ]
         }
-      } else {
-        this.preserveSingleSpace(isAfterSpace);
-        this.print_string(this._ch);
-        this.eatWhitespace();
-        parenLevel++;
-        this.indent();
-      }
-    } else if (this._ch === ')') {
-      if (parenLevel) {
-        parenLevel--;
-        this.outdent();
-      }
-      this.print_string(this._ch);
-    } else if (this._ch === ',') {
-      this.print_string(this._ch);
-      this.eatWhitespace(true);
-      if (this._options.selector_separator_newline && !insidePropertyValue && parenLevel === 0 && !insideAtImport) {
-        this._output.add_new_line();
-      } else {
-        this._output.space_before_token = true;
-      }
-    } else if ((this._ch === '>' || this._ch === '+' || this._ch === '~') && !insidePropertyValue && parenLevel === 0) {
-      //handle combinator spacing
-      if (this._options.space_around_combinator) {
-        this._output.space_before_token = true;
-        this.print_string(this._ch);
-        this._output.space_before_token = true;
-      } else {
-        this.print_string(this._ch);
-        this.eatWhitespace();
-        // squash extra whitespace
-        if (this._ch && whitespaceChar.test(this._ch)) {
-          this._ch = '';
+    ],
+    "globalAttributes": [
+        {
+            "name": "accesskey",
+            "description": {
+                "kind": "markdown",
+                "value": "Provides a hint for generating a keyboard shortcut for the current element. This attribute consists of a space-separated list of characters. The browser should use the first one that exists on the computer keyboard layout."
+            },
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/HTML/Global_attributes/accesskey"
+                }
+            ]
+        },
+        {
+            "name": "autocapitalize",
+            "description": {
+                "kind": "markdown",
+                "value": "Controls whether and how text input is automatically capitalized as it is entered/edited by the user. It can have the following values:\n\n*   `off` or `none`, no autocapitalization is applied (all letters default to lowercase)\n*   `on` or `sentences`, the first letter of each sentence defaults to a capital letter; all other letters default to lowercase\n*   `words`, the first letter of each word defaults to a capital letter; all other letters default to lowercase\n*   `characters`, all letters should default to uppercase"
+            },
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/HTML/Global_attributes/autocapitalize"
+                }
+            ]
+        },
+        {
+            "name": "class",
+            "description": {
+                "kind": "markdown",
+                "value": "A space-separated list of the classes of the element. Classes allows CSS and JavaScript to select and access specific elements via the [class selectors](/en-US/docs/Web/CSS/Class_selectors) or functions like the method [`Document.getElementsByClassName()`](/en-US/docs/Web/API/Document/getElementsByClassName \"returns an array-like object of all child elements which have all of the given class names.\")."
+            },
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/HTML/Global_attributes/class"
+                }
+            ]
+        },
+        {
+            "name": "contenteditable",
+            "description": {
+                "kind": "markdown",
+                "value": "An enumerated attribute indicating if the element should be editable by the user. If so, the browser modifies its widget to allow editing. The attribute must take one of the following values:\n\n*   `true` or the _empty string_, which indicates that the element must be editable;\n*   `false`, which indicates that the element must not be editable."
+            },
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/HTML/Global_attributes/contenteditable"
+                }
+            ]
+        },
+        {
+            "name": "contextmenu",
+            "description": {
+                "kind": "markdown",
+                "value": "The `[**id**](#attr-id)` of a [`<menu>`](/en-US/docs/Web/HTML/Element/menu \"The HTML <menu> element represents a group of commands that a user can perform or activate. This includes both list menus, which might appear across the top of a screen, as well as context menus, such as those that might appear underneath a button after it has been clicked.\") to use as the contextual menu for this element."
+            },
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/HTML/Global_attributes/contextmenu"
+                }
+            ]
+        },
+        {
+            "name": "dir",
+            "description": {
+                "kind": "markdown",
+                "value": "An enumerated attribute indicating the directionality of the element's text. It can have the following values:\n\n*   `ltr`, which means _left to right_ and is to be used for languages that are written from the left to the right (like English);\n*   `rtl`, which means _right to left_ and is to be used for languages that are written from the right to the left (like Arabic);\n*   `auto`, which lets the user agent decide. It uses a basic algorithm as it parses the characters inside the element until it finds a character with a strong directionality, then it applies that directionality to the whole element."
+            },
+            "valueSet": "d",
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/HTML/Global_attributes/dir"
+                }
+            ]
+        },
+        {
+            "name": "draggable",
+            "description": {
+                "kind": "markdown",
+                "value": "An enumerated attribute indicating whether the element can be dragged, using the [Drag and Drop API](/en-us/docs/DragDrop/Drag_and_Drop). It can have the following values:\n\n*   `true`, which indicates that the element may be dragged\n*   `false`, which indicates that the element may not be dragged."
+            },
+            "valueSet": "b",
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/HTML/Global_attributes/draggable"
+                }
+            ]
+        },
+        {
+            "name": "dropzone",
+            "description": {
+                "kind": "markdown",
+                "value": "An enumerated attribute indicating what types of content can be dropped on an element, using the [Drag and Drop API](/en-US/docs/DragDrop/Drag_and_Drop). It can have the following values:\n\n*   `copy`, which indicates that dropping will create a copy of the element that was dragged\n*   `move`, which indicates that the element that was dragged will be moved to this new location.\n*   `link`, will create a link to the dragged data."
+            },
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/HTML/Global_attributes/dropzone"
+                }
+            ]
+        },
+        {
+            "name": "exportparts",
+            "description": {
+                "kind": "markdown",
+                "value": "Used to transitively export shadow parts from a nested shadow tree into a containing light tree."
+            },
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/HTML/Global_attributes/exportparts"
+                }
+            ]
+        },
+        {
+            "name": "hidden",
+            "description": {
+                "kind": "markdown",
+                "value": "A Boolean attribute indicates that the element is not yet, or is no longer, _relevant_. For example, it can be used to hide elements of the page that can't be used until the login process has been completed. The browser won't render such elements. This attribute must not be used to hide content that could legitimately be shown."
+            },
+            "valueSet": "v",
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/HTML/Global_attributes/hidden"
+                }
+            ]
+        },
+        {
+            "name": "id",
+            "description": {
+                "kind": "markdown",
+                "value": "Defines a unique identifier (ID) which must be unique in the whole document. Its purpose is to identify the element when linking (using a fragment identifier), scripting, or styling (with CSS)."
+            },
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/HTML/Global_attributes/id"
+                }
+            ]
+        },
+        {
+            "name": "inputmode",
+            "description": {
+                "kind": "markdown",
+                "value": "Provides a hint to browsers as to the type of virtual keyboard configuration to use when editing this element or its contents. Used primarily on [`<input>`](/en-US/docs/Web/HTML/Element/input \"The HTML <input> element is used to create interactive controls for web-based forms in order to accept data from the user; a wide variety of types of input data and control widgets are available, depending on the device and user agent.\") elements, but is usable on any element while in `[contenteditable](/en-US/docs/Web/HTML/Global_attributes#attr-contenteditable)` mode."
+            },
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/HTML/Global_attributes/inputmode"
+                }
+            ]
+        },
+        {
+            "name": "is",
+            "description": {
+                "kind": "markdown",
+                "value": "Allows you to specify that a standard HTML element should behave like a registered custom built-in element (see [Using custom elements](/en-US/docs/Web/Web_Components/Using_custom_elements) for more details)."
+            },
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/HTML/Global_attributes/is"
+                }
+            ]
+        },
+        {
+            "name": "itemid",
+            "description": {
+                "kind": "markdown",
+                "value": "The unique, global identifier of an item."
+            },
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/HTML/Global_attributes/itemid"
+                }
+            ]
+        },
+        {
+            "name": "itemprop",
+            "description": {
+                "kind": "markdown",
+                "value": "Used to add properties to an item. Every HTML element may have an `itemprop` attribute specified, where an `itemprop` consists of a name and value pair."
+            },
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/HTML/Global_attributes/itemprop"
+                }
+            ]
+        },
+        {
+            "name": "itemref",
+            "description": {
+                "kind": "markdown",
+                "value": "Properties that are not descendants of an element with the `itemscope` attribute can be associated with the item using an `itemref`. It provides a list of element ids (not `itemid`s) with additional properties elsewhere in the document."
+            },
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/HTML/Global_attributes/itemref"
+                }
+            ]
+        },
+        {
+            "name": "itemscope",
+            "description": {
+                "kind": "markdown",
+                "value": "`itemscope` (usually) works along with `[itemtype](/en-US/docs/Web/HTML/Global_attributes#attr-itemtype)` to specify that the HTML contained in a block is about a particular item. `itemscope` creates the Item and defines the scope of the `itemtype` associated with it. `itemtype` is a valid URL of a vocabulary (such as [schema.org](https://schema.org/)) that describes the item and its properties context."
+            },
+            "valueSet": "v",
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/HTML/Global_attributes/itemscope"
+                }
+            ]
+        },
+        {
+            "name": "itemtype",
+            "description": {
+                "kind": "markdown",
+                "value": "Specifies the URL of the vocabulary that will be used to define `itemprop`s (item properties) in the data structure. `[itemscope](/en-US/docs/Web/HTML/Global_attributes#attr-itemscope)` is used to set the scope of where in the data structure the vocabulary set by `itemtype` will be active."
+            },
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/HTML/Global_attributes/itemtype"
+                }
+            ]
+        },
+        {
+            "name": "lang",
+            "description": {
+                "kind": "markdown",
+                "value": "Helps define the language of an element: the language that non-editable elements are in, or the language that editable elements should be written in by the user. The attribute contains one “language tag” (made of hyphen-separated “language subtags”) in the format defined in [_Tags for Identifying Languages (BCP47)_](https://www.ietf.org/rfc/bcp/bcp47.txt). [**xml:lang**](#attr-xml:lang) has priority over it."
+            },
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/HTML/Global_attributes/lang"
+                }
+            ]
+        },
+        {
+            "name": "part",
+            "description": {
+                "kind": "markdown",
+                "value": "A space-separated list of the part names of the element. Part names allows CSS to select and style specific elements in a shadow tree via the [`::part`](/en-US/docs/Web/CSS/::part \"The ::part CSS pseudo-element represents any element within a shadow tree that has a matching part attribute.\") pseudo-element."
+            },
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/HTML/Global_attributes/part"
+                }
+            ]
+        },
+        {
+            "name": "role",
+            "valueSet": "roles"
+        },
+        {
+            "name": "slot",
+            "description": {
+                "kind": "markdown",
+                "value": "Assigns a slot in a [shadow DOM](/en-US/docs/Web/Web_Components/Shadow_DOM) shadow tree to an element: An element with a `slot` attribute is assigned to the slot created by the [`<slot>`](/en-US/docs/Web/HTML/Element/slot \"The HTML <slot> element—part of the Web Components technology suite—is a placeholder inside a web component that you can fill with your own markup, which lets you create separate DOM trees and present them together.\") element whose `[name](/en-US/docs/Web/HTML/Element/slot#attr-name)` attribute's value matches that `slot` attribute's value."
+            },
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/HTML/Global_attributes/slot"
+                }
+            ]
+        },
+        {
+            "name": "spellcheck",
+            "description": {
+                "kind": "markdown",
+                "value": "An enumerated attribute defines whether the element may be checked for spelling errors. It may have the following values:\n\n*   `true`, which indicates that the element should be, if possible, checked for spelling errors;\n*   `false`, which indicates that the element should not be checked for spelling errors."
+            },
+            "valueSet": "b",
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/HTML/Global_attributes/spellcheck"
+                }
+            ]
+        },
+        {
+            "name": "style",
+            "description": {
+                "kind": "markdown",
+                "value": "Contains [CSS](/en-US/docs/Web/CSS) styling declarations to be applied to the element. Note that it is recommended for styles to be defined in a separate file or files. This attribute and the [`<style>`](/en-US/docs/Web/HTML/Element/style \"The HTML <style> element contains style information for a document, or part of a document.\") element have mainly the purpose of allowing for quick styling, for example for testing purposes."
+            },
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/HTML/Global_attributes/style"
+                }
+            ]
+        },
+        {
+            "name": "tabindex",
+            "description": {
+                "kind": "markdown",
+                "value": "An integer attribute indicating if the element can take input focus (is _focusable_), if it should participate to sequential keyboard navigation, and if so, at what position. It can take several values:\n\n*   a _negative value_ means that the element should be focusable, but should not be reachable via sequential keyboard navigation;\n*   `0` means that the element should be focusable and reachable via sequential keyboard navigation, but its relative order is defined by the platform convention;\n*   a _positive value_ means that the element should be focusable and reachable via sequential keyboard navigation; the order in which the elements are focused is the increasing value of the [**tabindex**](#attr-tabindex). If several elements share the same tabindex, their relative order follows their relative positions in the document."
+            },
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/HTML/Global_attributes/tabindex"
+                }
+            ]
+        },
+        {
+            "name": "title",
+            "description": {
+                "kind": "markdown",
+                "value": "Contains a text representing advisory information related to the element it belongs to. Such information can typically, but not necessarily, be presented to the user as a tooltip."
+            },
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/HTML/Global_attributes/title"
+                }
+            ]
+        },
+        {
+            "name": "translate",
+            "description": {
+                "kind": "markdown",
+                "value": "An enumerated attribute that is used to specify whether an element's attribute values and the values of its [`Text`](/en-US/docs/Web/API/Text \"The Text interface represents the textual content of Element or Attr. If an element has no markup within its content, it has a single child implementing Text that contains the element's text. However, if the element contains markup, it is parsed into information items and Text nodes that form its children.\") node children are to be translated when the page is localized, or whether to leave them unchanged. It can have the following values:\n\n*   empty string and `yes`, which indicates that the element will be translated.\n*   `no`, which indicates that the element will not be translated."
+            },
+            "valueSet": "y",
+            "references": [
+                {
+                    "name": "MDN Reference",
+                    "url": "https://developer.mozilla.org/docs/Web/HTML/Global_attributes/translate"
+                }
+            ]
+        },
+        {
+            "name": "onabort",
+            "description": {
+                "kind": "markdown",
+                "value": "The loading of a resource has been aborted."
+            }
+        },
+        {
+            "name": "onblur",
+            "description": {
+                "kind": "markdown",
+                "value": "An element has lost focus (does not bubble)."
+            }
+        },
+        {
+            "name": "oncanplay",
+            "description": {
+                "kind": "markdown",
+                "value": "The user agent can play the media, but estimates that not enough data has been loaded to play the media up to its end without having to stop for further buffering of content."
+            }
+        },
+        {
+            "name": "oncanplaythrough",
+            "description": {
+                "kind": "markdown",
+                "value": "The user agent can play the media up to its end without having to stop for further buffering of content."
+            }
+        },
+        {
+            "name": "onchange",
+            "description": {
+                "kind": "markdown",
+                "value": "The change event is fired for <input>, <select>, and <textarea> elements when a change to the element's value is committed by the user."
+            }
+        },
+        {
+            "name": "onclick",
+            "description": {
+                "kind": "markdown",
+                "value": "A pointing device button has been pressed and released on an element."
+            }
+        },
+        {
+            "name": "oncontextmenu",
+            "description": {
+                "kind": "markdown",
+                "value": "The right button of the mouse is clicked (before the context menu is displayed)."
+            }
+        },
+        {
+            "name": "ondblclick",
+            "description": {
+                "kind": "markdown",
+                "value": "A pointing device button is clicked twice on an element."
+            }
+        },
+        {
+            "name": "ondrag",
+            "description": {
+                "kind": "markdown",
+                "value": "An element or text selection is being dragged (every 350ms)."
+            }
+        },
+        {
+            "name": "ondragend",
+            "description": {
+                "kind": "markdown",
+                "value": "A drag operation is being ended (by releasing a mouse button or hitting the escape key)."
+            }
+        },
+        {
+            "name": "ondragenter",
+            "description": {
+                "kind": "markdown",
+                "value": "A dragged element or text selection enters a valid drop target."
+            }
+        },
+        {
+            "name": "ondragleave",
+            "description": {
+                "kind": "markdown",
+                "value": "A dragged element or text selection leaves a valid drop target."
+            }
+        },
+        {
+            "name": "ondragover",
+            "description": {
+                "kind": "markdown",
+                "value": "An element or text selection is being dragged over a valid drop target (every 350ms)."
+            }
+        },
+        {
+            "name": "ondragstart",
+            "description": {
+                "kind": "markdown",
+                "value": "The user starts dragging an element or text selection."
+            }
+        },
+        {
+            "name": "ondrop",
+            "description": {
+                "kind": "markdown",
+                "value": "An element is dropped on a valid drop target."
+            }
+        },
+        {
+            "name": "ondurationchange",
+            "description": {
+                "kind": "markdown",
+                "value": "The duration attribute has been updated."
+            }
+        },
+        {
+            "name": "onemptied",
+            "description": {
+                "kind": "markdown",
+                "value": "The media has become empty; for example, this event is sent if the media has already been loaded (or partially loaded), and the load() method is called to reload it."
+            }
+        },
+        {
+            "name": "onended",
+            "description": {
+                "kind": "markdown",
+                "value": "Playback has stopped because the end of the media was reached."
+            }
+        },
+        {
+            "name": "onerror",
+            "description": {
+                "kind": "markdown",
+                "value": "A resource failed to load."
+            }
+        },
+        {
+            "name": "onfocus",
+            "description": {
+                "kind": "markdown",
+                "value": "An element has received focus (does not bubble)."
+            }
+        },
+        {
+            "name": "onformchange"
+        },
+        {
+            "name": "onforminput"
+        },
+        {
+            "name": "oninput",
+            "description": {
+                "kind": "markdown",
+                "value": "The value of an element changes or the content of an element with the attribute contenteditable is modified."
+            }
+        },
+        {
+            "name": "oninvalid",
+            "description": {
+                "kind": "markdown",
+                "value": "A submittable element has been checked and doesn't satisfy its constraints."
+            }
+        },
+        {
+            "name": "onkeydown",
+            "description": {
+                "kind": "markdown",
+                "value": "A key is pressed down."
+            }
+        },
+        {
+            "name": "onkeypress",
+            "description": {
+                "kind": "markdown",
+                "value": "A key is pressed down and that key normally produces a character value (use input instead)."
+            }
+        },
+        {
+            "name": "onkeyup",
+            "description": {
+                "kind": "markdown",
+                "value": "A key is released."
+            }
+        },
+        {
+            "name": "onload",
+            "description": {
+                "kind": "markdown",
+                "value": "A resource and its dependent resources have finished loading."
+            }
+        },
+        {
+            "name": "onloadeddata",
+            "description": {
+                "kind": "markdown",
+                "value": "The first frame of the media has finished loading."
+            }
+        },
+        {
+            "name": "onloadedmetadata",
+            "description": {
+                "kind": "markdown",
+                "value": "The metadata has been loaded."
+            }
+        },
+        {
+            "name": "onloadstart",
+            "description": {
+                "kind": "markdown",
+                "value": "Progress has begun."
+            }
+        },
+        {
+            "name": "onmousedown",
+            "description": {
+                "kind": "markdown",
+                "value": "A pointing device button (usually a mouse) is pressed on an element."
+            }
+        },
+        {
+            "name": "onmousemove",
+            "description": {
+                "kind": "markdown",
+                "value": "A pointing device is moved over an element."
+            }
+        },
+        {
+            "name": "onmouseout",
+            "description": {
+                "kind": "markdown",
+                "value": "A pointing device is moved off the element that has the listener attached or off one of its children."
+            }
+        },
+        {
+            "name": "onmouseover",
+            "description": {
+                "kind": "markdown",
+                "value": "A pointing device is moved onto the element that has the listener attached or onto one of its children."
+            }
+        },
+        {
+            "name": "onmouseup",
+            "description": {
+                "kind": "markdown",
+                "value": "A pointing device button is released over an element."
+            }
+        },
+        {
+            "name": "onmousewheel"
+        },
+        {
+            "name": "onpause",
+            "description": {
+                "kind": "markdown",
+                "value": "Playback has been paused."
+            }
+        },
+        {
+            "name": "onplay",
+            "description": {
+                "kind": "markdown",
+                "value": "Playback has begun."
+            }
+        },
+        {
+            "name": "onplaying",
+            "description": {
+                "kind": "markdown",
+                "value": "Playback is ready to start after having been paused or delayed due to lack of data."
+            }
+        },
+        {
+            "name": "onprogress",
+            "description": {
+                "kind": "markdown",
+                "value": "In progress."
+            }
+        },
+        {
+            "name": "onratechange",
+            "description": {
+                "kind": "markdown",
+                "value": "The playback rate has changed."
+            }
+        },
+        {
+            "name": "onreset",
+            "description": {
+                "kind": "markdown",
+                "value": "A form is reset."
+            }
+        },
+        {
+            "name": "onresize",
+            "description": {
+                "kind": "markdown",
+                "value": "The document view has been resized."
+            }
+        },
+        {
+            "name": "onreadystatechange",
+            "description": {
+                "kind": "markdown",
+                "value": "The readyState attribute of a document has changed."
+            }
+        },
+        {
+            "name": "onscroll",
+            "description": {
+                "kind": "markdown",
+                "value": "The document view or an element has been scrolled."
+            }
+        },
+        {
+            "name": "onseeked",
+            "description": {
+                "kind": "markdown",
+                "value": "A seek operation completed."
+            }
+        },
+        {
+            "name": "onseeking",
+            "description": {
+                "kind": "markdown",
+                "value": "A seek operation began."
+            }
+        },
+        {
+            "name": "onselect",
+            "description": {
+                "kind": "markdown",
+                "value": "Some text is being selected."
+            }
+        },
+        {
+            "name": "onshow",
+            "description": {
+                "kind": "markdown",
+                "value": "A contextmenu event was fired on/bubbled to an element that has a contextmenu attribute"
+            }
+        },
+        {
+            "name": "onstalled",
+            "description": {
+                "kind": "markdown",
+                "value": "The user agent is trying to fetch media data, but data is unexpectedly not forthcoming."
+            }
+        },
+        {
+            "name": "onsubmit",
+            "description": {
+                "kind": "markdown",
+                "value": "A form is submitted."
+            }
+        },
+        {
+            "name": "onsuspend",
+            "description": {
+                "kind": "markdown",
+                "value": "Media data loading has been suspended."
+            }
+        },
+        {
+            "name": "ontimeupdate",
+            "description": {
+                "kind": "markdown",
+                "value": "The time indicated by the currentTime attribute has been updated."
+            }
+        },
+        {
+            "name": "onvolumechange",
+            "description": {
+                "kind": "markdown",
+                "value": "The volume has changed."
+            }
+        },
+        {
+            "name": "onwaiting",
+            "description": {
+                "kind": "markdown",
+                "value": "Playback has stopped because of a temporary lack of data."
+            }
+        },
+        {
+            "name": "aria-activedescendant",
+            "references": [
+                {
+                    "name": "WAI-ARIA Reference",
+                    "url": "https://www.w3.org/TR/wai-aria-1.1/#aria-activedescendant"
+                }
+            ],
+            "description": {
+                "kind": "markdown",
+                "value": "Identifies the currently active element when DOM focus is on a [`composite`](https://www.w3.org/TR/wai-aria-1.1/#composite) widget, [`textbox`](https://www.w3.org/TR/wai-aria-1.1/#textbox), [`group`](https://www.w3.org/TR/wai-aria-1.1/#group), or [`application`](https://www.w3.org/TR/wai-aria-1.1/#application)."
+            }
+        },
+        {
+            "name": "aria-atomic",
+            "valueSet": "b",
+            "references": [
+                {
+                    "name": "WAI-ARIA Reference",
+                    "url": "https://www.w3.org/TR/wai-aria-1.1/#aria-atomic"
+                }
+            ],
+            "description": {
+                "kind": "markdown",
+                "value": "Indicates whether [assistive technologies](https://www.w3.org/TR/wai-aria-1.1/#dfn-assistive-technology) will present all, or only parts of, the changed region based on the change notifications defined by the [`aria-relevant`](https://www.w3.org/TR/wai-aria-1.1/#aria-relevant) attribute."
+            }
+        },
+        {
+            "name": "aria-autocomplete",
+            "valueSet": "autocomplete",
+            "references": [
+                {
+                    "name": "WAI-ARIA Reference",
+                    "url": "https://www.w3.org/TR/wai-aria-1.1/#aria-autocomplete"
+                }
+            ],
+            "description": {
+                "kind": "markdown",
+                "value": "Indicates whether inputting text could trigger display of one or more predictions of the user's intended value for an input and specifies how predictions would be presented if they are made."
+            }
+        },
+        {
+            "name": "aria-busy",
+            "valueSet": "b",
+            "references": [
+                {
+                    "name": "WAI-ARIA Reference",
+                    "url": "https://www.w3.org/TR/wai-aria-1.1/#aria-busy"
+                }
+            ],
+            "description": {
+                "kind": "markdown",
+                "value": "Indicates an element is being modified and that assistive technologies _MAY_ want to wait until the modifications are complete before exposing them to the user."
+            }
+        },
+        {
+            "name": "aria-checked",
+            "valueSet": "tristate",
+            "references": [
+                {
+                    "name": "WAI-ARIA Reference",
+                    "url": "https://www.w3.org/TR/wai-aria-1.1/#aria-checked"
+                }
+            ],
+            "description": {
+                "kind": "markdown",
+                "value": "Indicates the current \"checked\" [state](https://www.w3.org/TR/wai-aria-1.1/#dfn-state) of checkboxes, radio buttons, and other [widgets](https://www.w3.org/TR/wai-aria-1.1/#dfn-widget). See related [`aria-pressed`](https://www.w3.org/TR/wai-aria-1.1/#aria-pressed) and [`aria-selected`](https://www.w3.org/TR/wai-aria-1.1/#aria-selected)."
+            }
+        },
+        {
+            "name": "aria-colcount",
+            "references": [
+                {
+                    "name": "WAI-ARIA Reference",
+                    "url": "https://www.w3.org/TR/wai-aria-1.1/#aria-colcount"
+                }
+            ],
+            "description": {
+                "kind": "markdown",
+                "value": "Defines the total number of columns in a [`table`](https://www.w3.org/TR/wai-aria-1.1/#table), [`grid`](https://www.w3.org/TR/wai-aria-1.1/#grid), or [`treegrid`](https://www.w3.org/TR/wai-aria-1.1/#treegrid). See related [`aria-colindex`](https://www.w3.org/TR/wai-aria-1.1/#aria-colindex)."
+            }
+        },
+        {
+            "name": "aria-colindex",
+            "references": [
+                {
+                    "name": "WAI-ARIA Reference",
+                    "url": "https://www.w3.org/TR/wai-aria-1.1/#aria-colindex"
+                }
+            ],
+            "description": {
+                "kind": "markdown",
+                "value": "Defines an [element's](https://www.w3.org/TR/wai-aria-1.1/#dfn-element) column index or position with respect to the total number of columns within a [`table`](https://www.w3.org/TR/wai-aria-1.1/#table), [`grid`](https://www.w3.org/TR/wai-aria-1.1/#grid), or [`treegrid`](https://www.w3.org/TR/wai-aria-1.1/#treegrid). See related [`aria-colcount`](https://www.w3.org/TR/wai-aria-1.1/#aria-colcount) and [`aria-colspan`](https://www.w3.org/TR/wai-aria-1.1/#aria-colspan)."
+            }
+        },
+        {
+            "name": "aria-colspan",
+            "references": [
+                {
+                    "name": "WAI-ARIA Reference",
+                    "url": "https://www.w3.org/TR/wai-aria-1.1/#aria-colspan"
+                }
+            ],
+            "description": {
+                "kind": "markdown",
+                "value": "Defines the number of columns spanned by a cell or gridcell within a [`table`](https://www.w3.org/TR/wai-aria-1.1/#table), [`grid`](https://www.w3.org/TR/wai-aria-1.1/#grid), or [`treegrid`](https://www.w3.org/TR/wai-aria-1.1/#treegrid). See related [`aria-colindex`](https://www.w3.org/TR/wai-aria-1.1/#aria-colindex) and [`aria-rowspan`](https://www.w3.org/TR/wai-aria-1.1/#aria-rowspan)."
+            }
+        },
+        {
+            "name": "aria-controls",
+            "references": [
+                {
+                    "name": "WAI-ARIA Reference",
+                    "url": "https://www.w3.org/TR/wai-aria-1.1/#aria-controls"
+                }
+            ],
+            "description": {
+                "kind": "markdown",
+                "value": "Identifies the [element](https://www.w3.org/TR/wai-aria-1.1/#dfn-element) (or elements) whose contents or presence are controlled by the current element. See related [`aria-owns`](https://www.w3.org/TR/wai-aria-1.1/#aria-owns)."
+            }
+        },
+        {
+            "name": "aria-current",
+            "valueSet": "current",
+            "references": [
+                {
+                    "name": "WAI-ARIA Reference",
+                    "url": "https://www.w3.org/TR/wai-aria-1.1/#aria-current"
+                }
+            ],
+            "description": {
+                "kind": "markdown",
+                "value": "Indicates the [element](https://www.w3.org/TR/wai-aria-1.1/#dfn-element) that represents the current item within a container or set of related elements."
+            }
+        },
+        {
+            "name": "aria-describedat",
+            "references": [
+                {
+                    "name": "WAI-ARIA Reference",
+                    "url": "https://www.w3.org/TR/wai-aria-1.1/#aria-describedat"
+                }
+            ]
+        },
+        {
+            "name": "aria-describedby",
+            "references": [
+                {
+                    "name": "WAI-ARIA Reference",
+                    "url": "https://www.w3.org/TR/wai-aria-1.1/#aria-describedby"
+                }
+            ],
+            "description": {
+                "kind": "markdown",
+                "value": "Identifies the [element](https://www.w3.org/TR/wai-aria-1.1/#dfn-element) (or elements) that describes the [object](https://www.w3.org/TR/wai-aria-1.1/#dfn-object). See related [`aria-labelledby`](https://www.w3.org/TR/wai-aria-1.1/#aria-labelledby)."
+            }
+        },
+        {
+            "name": "aria-disabled",
+            "valueSet": "b",
+            "references": [
+                {
+                    "name": "WAI-ARIA Reference",
+                    "url": "https://www.w3.org/TR/wai-aria-1.1/#aria-disabled"
+                }
+            ],
+            "description": {
+                "kind": "markdown",
+                "value": "Indicates that the [element](https://www.w3.org/TR/wai-aria-1.1/#dfn-element) is [perceivable](https://www.w3.org/TR/wai-aria-1.1/#dfn-perceivable) but disabled, so it is not editable or otherwise [operable](https://www.w3.org/TR/wai-aria-1.1/#dfn-operable). See related [`aria-hidden`](https://www.w3.org/TR/wai-aria-1.1/#aria-hidden) and [`aria-readonly`](https://www.w3.org/TR/wai-aria-1.1/#aria-readonly)."
+            }
+        },
+        {
+            "name": "aria-dropeffect",
+            "valueSet": "dropeffect",
+            "references": [
+                {
+                    "name": "WAI-ARIA Reference",
+                    "url": "https://www.w3.org/TR/wai-aria-1.1/#aria-dropeffect"
+                }
+            ],
+            "description": {
+                "kind": "markdown",
+                "value": "\\[Deprecated in ARIA 1.1\\] Indicates what functions can be performed when a dragged object is released on the drop target."
+            }
+        },
+        {
+            "name": "aria-errormessage",
+            "references": [
+                {
+                    "name": "WAI-ARIA Reference",
+                    "url": "https://www.w3.org/TR/wai-aria-1.1/#aria-errormessage"
+                }
+            ],
+            "description": {
+                "kind": "markdown",
+                "value": "Identifies the [element](https://www.w3.org/TR/wai-aria-1.1/#dfn-element) that provides an error message for the [object](https://www.w3.org/TR/wai-aria-1.1/#dfn-object). See related [`aria-invalid`](https://www.w3.org/TR/wai-aria-1.1/#aria-invalid) and [`aria-describedby`](https://www.w3.org/TR/wai-aria-1.1/#aria-describedby)."
+            }
+        },
+        {
+            "name": "aria-expanded",
+            "valueSet": "u",
+            "references": [
+                {
+                    "name": "WAI-ARIA Reference",
+                    "url": "https://www.w3.org/TR/wai-aria-1.1/#aria-expanded"
+                }
+            ],
+            "description": {
+                "kind": "markdown",
+                "value": "Indicates whether the element, or another grouping element it controls, is currently expanded or collapsed."
+            }
+        },
+        {
+            "name": "aria-flowto",
+            "references": [
+                {
+                    "name": "WAI-ARIA Reference",
+                    "url": "https://www.w3.org/TR/wai-aria-1.1/#aria-flowto"
+                }
+            ],
+            "description": {
+                "kind": "markdown",
+                "value": "Identifies the next [element](https://www.w3.org/TR/wai-aria-1.1/#dfn-element) (or elements) in an alternate reading order of content which, at the user's discretion, allows assistive technology to override the general default of reading in document source order."
+            }
+        },
+        {
+            "name": "aria-grabbed",
+            "valueSet": "u",
+            "references": [
+                {
+                    "name": "WAI-ARIA Reference",
+                    "url": "https://www.w3.org/TR/wai-aria-1.1/#aria-grabbed"
+                }
+            ],
+            "description": {
+                "kind": "markdown",
+                "value": "\\[Deprecated in ARIA 1.1\\] Indicates an element's \"grabbed\" [state](https://www.w3.org/TR/wai-aria-1.1/#dfn-state) in a drag-and-drop operation."
+            }
+        },
+        {
+            "name": "aria-haspopup",
+            "valueSet": "b",
+            "references": [
+                {
+                    "name": "WAI-ARIA Reference",
+                    "url": "https://www.w3.org/TR/wai-aria-1.1/#aria-haspopup"
+                }
+            ],
+            "description": {
+                "kind": "markdown",
+                "value": "Indicates the availability and type of interactive popup element, such as menu or dialog, that can be triggered by an [element](https://www.w3.org/TR/wai-aria-1.1/#dfn-element)."
+            }
+        },
+        {
+            "name": "aria-hidden",
+            "valueSet": "b",
+            "references": [
+                {
+                    "name": "WAI-ARIA Reference",
+                    "url": "https://www.w3.org/TR/wai-aria-1.1/#aria-hidden"
+                }
+            ],
+            "description": {
+                "kind": "markdown",
+                "value": "Indicates whether the [element](https://www.w3.org/TR/wai-aria-1.1/#dfn-element) is exposed to an accessibility API. See related [`aria-disabled`](https://www.w3.org/TR/wai-aria-1.1/#aria-disabled)."
+            }
+        },
+        {
+            "name": "aria-invalid",
+            "valueSet": "invalid",
+            "references": [
+                {
+                    "name": "WAI-ARIA Reference",
+                    "url": "https://www.w3.org/TR/wai-aria-1.1/#aria-invalid"
+                }
+            ],
+            "description": {
+                "kind": "markdown",
+                "value": "Indicates the entered value does not conform to the format expected by the application. See related [`aria-errormessage`](https://www.w3.org/TR/wai-aria-1.1/#aria-errormessage)."
+            }
+        },
+        {
+            "name": "aria-kbdshortcuts",
+            "references": [
+                {
+                    "name": "WAI-ARIA Reference",
+                    "url": "https://www.w3.org/TR/wai-aria-1.1/#aria-kbdshortcuts"
+                }
+            ]
+        },
+        {
+            "name": "aria-label",
+            "references": [
+                {
+                    "name": "WAI-ARIA Reference",
+                    "url": "https://www.w3.org/TR/wai-aria-1.1/#aria-label"
+                }
+            ],
+            "description": {
+                "kind": "markdown",
+                "value": "Defines a string value that labels the current element. See related [`aria-labelledby`](https://www.w3.org/TR/wai-aria-1.1/#aria-labelledby)."
+            }
+        },
+        {
+            "name": "aria-labelledby",
+            "references": [
+                {
+                    "name": "WAI-ARIA Reference",
+                    "url": "https://www.w3.org/TR/wai-aria-1.1/#aria-labelledby"
+                }
+            ],
+            "description": {
+                "kind": "markdown",
+                "value": "Identifies the [element](https://www.w3.org/TR/wai-aria-1.1/#dfn-element) (or elements) that labels the current element. See related [`aria-describedby`](https://www.w3.org/TR/wai-aria-1.1/#aria-describedby)."
+            }
+        },
+        {
+            "name": "aria-level",
+            "references": [
+                {
+                    "name": "WAI-ARIA Reference",
+                    "url": "https://www.w3.org/TR/wai-aria-1.1/#aria-level"
+                }
+            ],
+            "description": {
+                "kind": "markdown",
+                "value": "Defines the hierarchical level of an [element](https://www.w3.org/TR/wai-aria-1.1/#dfn-element) within a structure."
+            }
+        },
+        {
+            "name": "aria-live",
+            "valueSet": "live",
+            "references": [
+                {
+                    "name": "WAI-ARIA Reference",
+                    "url": "https://www.w3.org/TR/wai-aria-1.1/#aria-live"
+                }
+            ],
+            "description": {
+                "kind": "markdown",
+                "value": "Indicates that an [element](https://www.w3.org/TR/wai-aria-1.1/#dfn-element) will be updated, and describes the types of updates the [user agents](https://www.w3.org/TR/wai-aria-1.1/#dfn-user-agent), [assistive technologies](https://www.w3.org/TR/wai-aria-1.1/#dfn-assistive-technology), and user can expect from the [live region](https://www.w3.org/TR/wai-aria-1.1/#dfn-live-region)."
+            }
+        },
+        {
+            "name": "aria-modal",
+            "valueSet": "b",
+            "references": [
+                {
+                    "name": "WAI-ARIA Reference",
+                    "url": "https://www.w3.org/TR/wai-aria-1.1/#aria-modal"
+                }
+            ],
+            "description": {
+                "kind": "markdown",
+                "value": "Indicates whether an [element](https://www.w3.org/TR/wai-aria-1.1/#dfn-element) is modal when displayed."
+            }
+        },
+        {
+            "name": "aria-multiline",
+            "valueSet": "b",
+            "references": [
+                {
+                    "name": "WAI-ARIA Reference",
+                    "url": "https://www.w3.org/TR/wai-aria-1.1/#aria-multiline"
+                }
+            ],
+            "description": {
+                "kind": "markdown",
+                "value": "Indicates whether a text box accepts multiple lines of input or only a single line."
+            }
+        },
+        {
+            "name": "aria-multiselectable",
+            "valueSet": "b",
+            "references": [
+                {
+                    "name": "WAI-ARIA Reference",
+                    "url": "https://www.w3.org/TR/wai-aria-1.1/#aria-multiselectable"
+                }
+            ],
+            "description": {
+                "kind": "markdown",
+                "value": "Indicates that the user may select more than one item from the current selectable descendants."
+            }
+        },
+        {
+            "name": "aria-orientation",
+            "valueSet": "orientation",
+            "references": [
+                {
+                    "name": "WAI-ARIA Reference",
+                    "url": "https://www.w3.org/TR/wai-aria-1.1/#aria-orientation"
+                }
+            ],
+            "description": {
+                "kind": "markdown",
+                "value": "Indicates whether the element's orientation is horizontal, vertical, or unknown/ambiguous."
+            }
+        },
+        {
+            "name": "aria-owns",
+            "references": [
+                {
+                    "name": "WAI-ARIA Reference",
+                    "url": "https://www.w3.org/TR/wai-aria-1.1/#aria-owns"
+                }
+            ],
+            "description": {
+                "kind": "markdown",
+                "value": "Identifies an [element](https://www.w3.org/TR/wai-aria-1.1/#dfn-element) (or elements) in order to define a visual, functional, or contextual parent/child [relationship](https://www.w3.org/TR/wai-aria-1.1/#dfn-relationship) between DOM elements where the DOM hierarchy cannot be used to represent the relationship. See related [`aria-controls`](https://www.w3.org/TR/wai-aria-1.1/#aria-controls)."
+            }
+        },
+        {
+            "name": "aria-placeholder",
+            "references": [
+                {
+                    "name": "WAI-ARIA Reference",
+                    "url": "https://www.w3.org/TR/wai-aria-1.1/#aria-placeholder"
+                }
+            ],
+            "description": {
+                "kind": "markdown",
+                "value": "Defines a short hint (a word or short phrase) intended to aid the user with data entry when the control has no value. A hint could be a sample value or a brief description of the expected format."
+            }
+        },
+        {
+            "name": "aria-posinset",
+            "references": [
+                {
+                    "name": "WAI-ARIA Reference",
+                    "url": "https://www.w3.org/TR/wai-aria-1.1/#aria-posinset"
+                }
+            ],
+            "description": {
+                "kind": "markdown",
+                "value": "Defines an [element](https://www.w3.org/TR/wai-aria-1.1/#dfn-element)'s number or position in the current set of listitems or treeitems. Not required if all elements in the set are present in the DOM. See related [`aria-setsize`](https://www.w3.org/TR/wai-aria-1.1/#aria-setsize)."
+            }
+        },
+        {
+            "name": "aria-pressed",
+            "valueSet": "tristate",
+            "references": [
+                {
+                    "name": "WAI-ARIA Reference",
+                    "url": "https://www.w3.org/TR/wai-aria-1.1/#aria-pressed"
+                }
+            ],
+            "description": {
+                "kind": "markdown",
+                "value": "Indicates the current \"pressed\" [state](https://www.w3.org/TR/wai-aria-1.1/#dfn-state) of toggle buttons. See related [`aria-checked`](https://www.w3.org/TR/wai-aria-1.1/#aria-checked) and [`aria-selected`](https://www.w3.org/TR/wai-aria-1.1/#aria-selected)."
+            }
+        },
+        {
+            "name": "aria-readonly",
+            "valueSet": "b",
+            "references": [
+                {
+                    "name": "WAI-ARIA Reference",
+                    "url": "https://www.w3.org/TR/wai-aria-1.1/#aria-readonly"
+                }
+            ],
+            "description": {
+                "kind": "markdown",
+                "value": "Indicates that the [element](https://www.w3.org/TR/wai-aria-1.1/#dfn-element) is not editable, but is otherwise [operable](https://www.w3.org/TR/wai-aria-1.1/#dfn-operable). See related [`aria-disabled`](https://www.w3.org/TR/wai-aria-1.1/#aria-disabled)."
+            }
+        },
+        {
+            "name": "aria-relevant",
+            "valueSet": "relevant",
+            "references": [
+                {
+                    "name": "WAI-ARIA Reference",
+                    "url": "https://www.w3.org/TR/wai-aria-1.1/#aria-relevant"
+                }
+            ],
+            "description": {
+                "kind": "markdown",
+                "value": "Indicates what notifications the user agent will trigger when the accessibility tree within a live region is modified. See related [`aria-atomic`](https://www.w3.org/TR/wai-aria-1.1/#aria-atomic)."
+            }
+        },
+        {
+            "name": "aria-required",
+            "valueSet": "b",
+            "references": [
+                {
+                    "name": "WAI-ARIA Reference",
+                    "url": "https://www.w3.org/TR/wai-aria-1.1/#aria-required"
+                }
+            ],
+            "description": {
+                "kind": "markdown",
+                "value": "Indicates that user input is required on the [element](https://www.w3.org/TR/wai-aria-1.1/#dfn-element) before a form may be submitted."
+            }
+        },
+        {
+            "name": "aria-roledescription",
+            "references": [
+                {
+                    "name": "WAI-ARIA Reference",
+                    "url": "https://www.w3.org/TR/wai-aria-1.1/#aria-roledescription"
+                }
+            ],
+            "description": {
+                "kind": "markdown",
+                "value": "Defines a human-readable, author-localized description for the [role](https://www.w3.org/TR/wai-aria-1.1/#dfn-role) of an [element](https://www.w3.org/TR/wai-aria-1.1/#dfn-element)."
+            }
+        },
+        {
+            "name": "aria-rowcount",
+            "references": [
+                {
+                    "name": "WAI-ARIA Reference",
+                    "url": "https://www.w3.org/TR/wai-aria-1.1/#aria-rowcount"
+                }
+            ],
+            "description": {
+                "kind": "markdown",
+                "value": "Defines the total number of rows in a [`table`](https://www.w3.org/TR/wai-aria-1.1/#table), [`grid`](https://www.w3.org/TR/wai-aria-1.1/#grid), or [`treegrid`](https://www.w3.org/TR/wai-aria-1.1/#treegrid). See related [`aria-rowindex`](https://www.w3.org/TR/wai-aria-1.1/#aria-rowindex)."
+            }
+        },
+        {
+            "name": "aria-rowindex",
+            "references": [
+                {
+                    "name": "WAI-ARIA Reference",
+                    "url": "https://www.w3.org/TR/wai-aria-1.1/#aria-rowindex"
+                }
+            ],
+            "description": {
+                "kind": "markdown",
+                "value": "Defines an [element's](https://www.w3.org/TR/wai-aria-1.1/#dfn-element) row index or position with respect to the total number of rows within a [`table`](https://www.w3.org/TR/wai-aria-1.1/#table), [`grid`](https://www.w3.org/TR/wai-aria-1.1/#grid), or [`treegrid`](https://www.w3.org/TR/wai-aria-1.1/#treegrid). See related [`aria-rowcount`](https://www.w3.org/TR/wai-aria-1.1/#aria-rowcount) and [`aria-rowspan`](https://www.w3.org/TR/wai-aria-1.1/#aria-rowspan)."
+            }
+        },
+        {
+            "name": "aria-rowspan",
+            "references": [
+                {
+                    "name": "WAI-ARIA Reference",
+                    "url": "https://www.w3.org/TR/wai-aria-1.1/#aria-rowspan"
+                }
+            ],
+            "description": {
+                "kind": "markdown",
+                "value": "Defines the number of rows spanned by a cell or gridcell within a [`table`](https://www.w3.org/TR/wai-aria-1.1/#table), [`grid`](https://www.w3.org/TR/wai-aria-1.1/#grid), or [`treegrid`](https://www.w3.org/TR/wai-aria-1.1/#treegrid). See related [`aria-rowindex`](https://www.w3.org/TR/wai-aria-1.1/#aria-rowindex) and [`aria-colspan`](https://www.w3.org/TR/wai-aria-1.1/#aria-colspan)."
+            }
+        },
+        {
+            "name": "aria-selected",
+            "valueSet": "u",
+            "references": [
+                {
+                    "name": "WAI-ARIA Reference",
+                    "url": "https://www.w3.org/TR/wai-aria-1.1/#aria-selected"
+                }
+            ],
+            "description": {
+                "kind": "markdown",
+                "value": "Indicates the current \"selected\" [state](https://www.w3.org/TR/wai-aria-1.1/#dfn-state) of various [widgets](https://www.w3.org/TR/wai-aria-1.1/#dfn-widget). See related [`aria-checked`](https://www.w3.org/TR/wai-aria-1.1/#aria-checked) and [`aria-pressed`](https://www.w3.org/TR/wai-aria-1.1/#aria-pressed)."
+            }
+        },
+        {
+            "name": "aria-setsize",
+            "references": [
+                {
+                    "name": "WAI-ARIA Reference",
+                    "url": "https://www.w3.org/TR/wai-aria-1.1/#aria-setsize"
+                }
+            ],
+            "description": {
+                "kind": "markdown",
+                "value": "Defines the number of items in the current set of listitems or treeitems. Not required if all elements in the set are present in the DOM. See related [`aria-posinset`](https://www.w3.org/TR/wai-aria-1.1/#aria-posinset)."
+            }
+        },
+        {
+            "name": "aria-sort",
+            "valueSet": "sort",
+            "references": [
+                {
+                    "name": "WAI-ARIA Reference",
+                    "url": "https://www.w3.org/TR/wai-aria-1.1/#aria-sort"
+                }
+            ],
+            "description": {
+                "kind": "markdown",
+                "value": "Indicates if items in a table or grid are sorted in ascending or descending order."
+            }
+        },
+        {
+            "name": "aria-valuemax",
+            "references": [
+                {
+                    "name": "WAI-ARIA Reference",
+                    "url": "https://www.w3.org/TR/wai-aria-1.1/#aria-valuemax"
+                }
+            ],
+            "description": {
+                "kind": "markdown",
+                "value": "Defines the maximum allowed value for a range [widget](https://www.w3.org/TR/wai-aria-1.1/#dfn-widget)."
+            }
+        },
+        {
+            "name": "aria-valuemin",
+            "references": [
+                {
+                    "name": "WAI-ARIA Reference",
+                    "url": "https://www.w3.org/TR/wai-aria-1.1/#aria-valuemin"
+                }
+            ],
+            "description": {
+                "kind": "markdown",
+                "value": "Defines the minimum allowed value for a range [widget](https://www.w3.org/TR/wai-aria-1.1/#dfn-widget)."
+            }
+        },
+        {
+            "name": "aria-valuenow",
+            "references": [
+                {
+                    "name": "WAI-ARIA Reference",
+                    "url": "https://www.w3.org/TR/wai-aria-1.1/#aria-valuenow"
+                }
+            ],
+            "description": {
+                "kind": "markdown",
+                "value": "Defines the current value for a range [widget](https://www.w3.org/TR/wai-aria-1.1/#dfn-widget). See related [`aria-valuetext`](https://www.w3.org/TR/wai-aria-1.1/#aria-valuetext)."
+            }
+        },
+        {
+            "name": "aria-valuetext",
+            "references": [
+                {
+                    "name": "WAI-ARIA Reference",
+                    "url": "https://www.w3.org/TR/wai-aria-1.1/#aria-valuetext"
+                }
+            ],
+            "description": {
+                "kind": "markdown",
+                "value": "Defines the human readable text alternative of [`aria-valuenow`](https://www.w3.org/TR/wai-aria-1.1/#aria-valuenow) for a range [widget](https://www.w3.org/TR/wai-aria-1.1/#dfn-widget)."
+            }
+        },
+        {
+            "name": "aria-details",
+            "description": {
+                "kind": "markdown",
+                "value": "Identifies the [element](https://www.w3.org/TR/wai-aria-1.1/#dfn-element) that provides a detailed, extended description for the [object](https://www.w3.org/TR/wai-aria-1.1/#dfn-object). See related [`aria-describedby`](https://www.w3.org/TR/wai-aria-1.1/#aria-describedby)."
+            }
+        },
+        {
+            "name": "aria-keyshortcuts",
+            "description": {
+                "kind": "markdown",
+                "value": "Indicates keyboard shortcuts that an author has implemented to activate or give focus to an element."
+            }
         }
-      }
-    } else if (this._ch === ']') {
-      this.print_string(this._ch);
-    } else if (this._ch === '[') {
-      this.preserveSingleSpace(isAfterSpace);
-      this.print_string(this._ch);
-    } else if (this._ch === '=') { // no whitespace before or after
-      this.eatWhitespace();
-      this.print_string('=');
-      if (whitespaceChar.test(this._ch)) {
-        this._ch = '';
-      }
-    } else if (this._ch === '!' && !this._input.lookBack("\\")) { // !important
-      this.print_string(' ');
-      this.print_string(this._ch);
-    } else {
-      this.preserveSingleSpace(isAfterSpace);
-      this.print_string(this._ch);
-    }
-  }
-
-  var sweetCode = this._output.get_code(eol);
-
-  return sweetCode;
-};
-
-module.exports.Beautifier = Beautifier;
-
-
-/***/ }),
-/* 17 */
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-/*jshint node:true */
-/*
-
-  The MIT License (MIT)
-
-  Copyright (c) 2007-2018 Einar Lielmanis, Liam Newman, and contributors.
-
-  Permission is hereby granted, free of charge, to any person
-  obtaining a copy of this software and associated documentation files
-  (the "Software"), to deal in the Software without restriction,
-  including without limitation the rights to use, copy, modify, merge,
-  publish, distribute, sublicense, and/or sell copies of the Software,
-  and to permit persons to whom the Software is furnished to do so,
-  subject to the following conditions:
-
-  The above copyright notice and this permission notice shall be
-  included in all copies or substantial portions of the Software.
-
-  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
-  EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
-  MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
-  NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS
-  BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
-  ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
-  CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
-  SOFTWARE.
-*/
-
-
-
-var BaseOptions = __webpack_require__(6).Options;
-
-function Options(options) {
-  BaseOptions.call(this, options, 'css');
-
-  this.selector_separator_newline = this._get_boolean('selector_separator_newline', true);
-  this.newline_between_rules = this._get_boolean('newline_between_rules', true);
-  var space_around_selector_separator = this._get_boolean('space_around_selector_separator');
-  this.space_around_combinator = this._get_boolean('space_around_combinator') || space_around_selector_separator;
-
-}
-Options.prototype = new BaseOptions();
-
-
-
-module.exports.Options = Options;
-
-
-/***/ })
-/******/ ]);
-
-var css_beautify = legacy_beautify_css;
-
-/***/ }),
-/* 130 */
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
-
-"use strict";
-__webpack_require__.r(__webpack_exports__);
-/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "findDocumentLinks", function() { return findDocumentLinks; });
-/* harmony import */ var _parser_htmlScanner__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(112);
-/* harmony import */ var vscode_languageserver_types__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(45);
-/* harmony import */ var _utils_strings__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(119);
-/* harmony import */ var vscode_uri__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(110);
-/* harmony import */ var _htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(113);
-/*---------------------------------------------------------------------------------------------
- *  Copyright (c) Microsoft Corporation. All rights reserved.
- *  Licensed under the MIT License. See License.txt in the project root for license information.
- *--------------------------------------------------------------------------------------------*/
-
-
-
-
-
-function normalizeRef(url) {
-    var first = url[0];
-    var last = url[url.length - 1];
-    if (first === last && (first === '\'' || first === '\"')) {
-        url = url.substr(1, url.length - 2);
-    }
-    return url;
-}
-function validateRef(url, languageId) {
-    if (!url.length) {
-        return false;
-    }
-    if (languageId === 'handlebars' && /{{.*}}/.test(url)) {
-        return false;
-    }
-    return /\b(w[\w\d+.-]*:\/\/)?[^\s()<>]+(?:\([\w\d]+\)|([^[:punct:]\s]|\/?))/.test(url);
-}
-function getWorkspaceUrl(documentUri, tokenContent, documentContext, base) {
-    if (/^\s*javascript\:/i.test(tokenContent) || /[\n\r]/.test(tokenContent)) {
-        return undefined;
-    }
-    tokenContent = tokenContent.replace(/^\s*/g, '');
-    if (/^https?:\/\//i.test(tokenContent) || /^file:\/\//i.test(tokenContent)) {
-        // Absolute link that needs no treatment
-        return tokenContent;
-    }
-    if (/^\#/i.test(tokenContent)) {
-        return documentUri + tokenContent;
-    }
-    if (/^\/\//i.test(tokenContent)) {
-        // Absolute link (that does not name the protocol)
-        var pickedScheme = _utils_strings__WEBPACK_IMPORTED_MODULE_2__["startsWith"](documentUri, 'https://') ? 'https' : 'http';
-        return pickedScheme + ':' + tokenContent.replace(/^\s*/g, '');
-    }
-    if (documentContext) {
-        return documentContext.resolveReference(tokenContent, base || documentUri);
-    }
-    return tokenContent;
-}
-function createLink(document, documentContext, attributeValue, startOffset, endOffset, base) {
-    var tokenContent = normalizeRef(attributeValue);
-    if (!validateRef(tokenContent, document.languageId)) {
-        return undefined;
-    }
-    if (tokenContent.length < attributeValue.length) {
-        startOffset++;
-        endOffset--;
-    }
-    var workspaceUrl = getWorkspaceUrl(document.uri, tokenContent, documentContext, base);
-    if (!workspaceUrl || !isValidURI(workspaceUrl)) {
-        return undefined;
-    }
-    return {
-        range: vscode_languageserver_types__WEBPACK_IMPORTED_MODULE_1__["Range"].create(document.positionAt(startOffset), document.positionAt(endOffset)),
-        target: workspaceUrl
-    };
-}
-function isValidURI(uri) {
-    try {
-        vscode_uri__WEBPACK_IMPORTED_MODULE_3__["URI"].parse(uri);
-        return true;
-    }
-    catch (e) {
-        return false;
-    }
-}
-function findDocumentLinks(document, documentContext) {
-    var newLinks = [];
-    var scanner = Object(_parser_htmlScanner__WEBPACK_IMPORTED_MODULE_0__["createScanner"])(document.getText(), 0);
-    var token = scanner.scan();
-    var lastAttributeName = undefined;
-    var afterBase = false;
-    var base = void 0;
-    var idLocations = {};
-    while (token !== _htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_4__["TokenType"].EOS) {
-        switch (token) {
-            case _htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_4__["TokenType"].StartTag:
-                if (!base) {
-                    var tagName = scanner.getTokenText().toLowerCase();
-                    afterBase = tagName === 'base';
+    ],
+    "valueSets": [
+        {
+            "name": "b",
+            "values": [
+                {
+                    "name": "true"
+                },
+                {
+                    "name": "false"
+                }
+            ]
+        },
+        {
+            "name": "u",
+            "values": [
+                {
+                    "name": "true"
+                },
+                {
+                    "name": "false"
+                },
+                {
+                    "name": "undefined"
+                }
+            ]
+        },
+        {
+            "name": "o",
+            "values": [
+                {
+                    "name": "on"
+                },
+                {
+                    "name": "off"
+                }
+            ]
+        },
+        {
+            "name": "y",
+            "values": [
+                {
+                    "name": "yes"
+                },
+                {
+                    "name": "no"
+                }
+            ]
+        },
+        {
+            "name": "w",
+            "values": [
+                {
+                    "name": "soft"
+                },
+                {
+                    "name": "hard"
+                }
+            ]
+        },
+        {
+            "name": "d",
+            "values": [
+                {
+                    "name": "ltr"
+                },
+                {
+                    "name": "rtl"
+                },
+                {
+                    "name": "auto"
+                }
+            ]
+        },
+        {
+            "name": "m",
+            "values": [
+                {
+                    "name": "GET",
+                    "description": {
+                        "kind": "markdown",
+                        "value": "Corresponds to the HTTP [GET method](https://www.w3.org/Protocols/rfc2616/rfc2616-sec9.html#sec9.3); form data are appended to the `action` attribute URI with a '?' as separator, and the resulting URI is sent to the server. Use this method when the form has no side-effects and contains only ASCII characters."
+                    }
+                },
+                {
+                    "name": "POST",
+                    "description": {
+                        "kind": "markdown",
+                        "value": "Corresponds to the HTTP [POST method](https://www.w3.org/Protocols/rfc2616/rfc2616-sec9.html#sec9.5); form data are included in the body of the form and sent to the server."
+                    }
+                },
+                {
+                    "name": "dialog",
+                    "description": {
+                        "kind": "markdown",
+                        "value": "Use when the form is inside a [`<dialog>`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/dialog) element to close the dialog when submitted."
+                    }
+                }
+            ]
+        },
+        {
+            "name": "fm",
+            "values": [
+                {
+                    "name": "GET"
+                },
+                {
+                    "name": "POST"
+                }
+            ]
+        },
+        {
+            "name": "s",
+            "values": [
+                {
+                    "name": "row"
+                },
+                {
+                    "name": "col"
+                },
+                {
+                    "name": "rowgroup"
+                },
+                {
+                    "name": "colgroup"
+                }
+            ]
+        },
+        {
+            "name": "t",
+            "values": [
+                {
+                    "name": "hidden"
+                },
+                {
+                    "name": "text"
+                },
+                {
+                    "name": "search"
+                },
+                {
+                    "name": "tel"
+                },
+                {
+                    "name": "url"
+                },
+                {
+                    "name": "email"
+                },
+                {
+                    "name": "password"
+                },
+                {
+                    "name": "datetime"
+                },
+                {
+                    "name": "date"
+                },
+                {
+                    "name": "month"
+                },
+                {
+                    "name": "week"
+                },
+                {
+                    "name": "time"
+                },
+                {
+                    "name": "datetime-local"
+                },
+                {
+                    "name": "number"
+                },
+                {
+                    "name": "range"
+                },
+                {
+                    "name": "color"
+                },
+                {
+                    "name": "checkbox"
+                },
+                {
+                    "name": "radio"
+                },
+                {
+                    "name": "file"
+                },
+                {
+                    "name": "submit"
+                },
+                {
+                    "name": "image"
+                },
+                {
+                    "name": "reset"
+                },
+                {
+                    "name": "button"
+                }
+            ]
+        },
+        {
+            "name": "im",
+            "values": [
+                {
+                    "name": "verbatim"
+                },
+                {
+                    "name": "latin"
+                },
+                {
+                    "name": "latin-name"
+                },
+                {
+                    "name": "latin-prose"
+                },
+                {
+                    "name": "full-width-latin"
+                },
+                {
+                    "name": "kana"
+                },
+                {
+                    "name": "kana-name"
+                },
+                {
+                    "name": "katakana"
+                },
+                {
+                    "name": "numeric"
+                },
+                {
+                    "name": "tel"
+                },
+                {
+                    "name": "email"
+                },
+                {
+                    "name": "url"
+                }
+            ]
+        },
+        {
+            "name": "bt",
+            "values": [
+                {
+                    "name": "button"
+                },
+                {
+                    "name": "submit"
+                },
+                {
+                    "name": "reset"
+                },
+                {
+                    "name": "menu"
+                }
+            ]
+        },
+        {
+            "name": "lt",
+            "values": [
+                {
+                    "name": "1"
+                },
+                {
+                    "name": "a"
+                },
+                {
+                    "name": "A"
+                },
+                {
+                    "name": "i"
+                },
+                {
+                    "name": "I"
+                }
+            ]
+        },
+        {
+            "name": "mt",
+            "values": [
+                {
+                    "name": "context"
+                },
+                {
+                    "name": "toolbar"
+                }
+            ]
+        },
+        {
+            "name": "mit",
+            "values": [
+                {
+                    "name": "command"
+                },
+                {
+                    "name": "checkbox"
+                },
+                {
+                    "name": "radio"
+                }
+            ]
+        },
+        {
+            "name": "et",
+            "values": [
+                {
+                    "name": "application/x-www-form-urlencoded"
+                },
+                {
+                    "name": "multipart/form-data"
+                },
+                {
+                    "name": "text/plain"
+                }
+            ]
+        },
+        {
+            "name": "tk",
+            "values": [
+                {
+                    "name": "subtitles"
+                },
+                {
+                    "name": "captions"
+                },
+                {
+                    "name": "descriptions"
+                },
+                {
+                    "name": "chapters"
+                },
+                {
+                    "name": "metadata"
+                }
+            ]
+        },
+        {
+            "name": "pl",
+            "values": [
+                {
+                    "name": "none"
+                },
+                {
+                    "name": "metadata"
+                },
+                {
+                    "name": "auto"
+                }
+            ]
+        },
+        {
+            "name": "sh",
+            "values": [
+                {
+                    "name": "circle"
+                },
+                {
+                    "name": "default"
+                },
+                {
+                    "name": "poly"
+                },
+                {
+                    "name": "rect"
+                }
+            ]
+        },
+        {
+            "name": "xo",
+            "values": [
+                {
+                    "name": "anonymous"
+                },
+                {
+                    "name": "use-credentials"
+                }
+            ]
+        },
+        {
+            "name": "sb",
+            "values": [
+                {
+                    "name": "allow-forms"
+                },
+                {
+                    "name": "allow-modals"
+                },
+                {
+                    "name": "allow-pointer-lock"
+                },
+                {
+                    "name": "allow-popups"
+                },
+                {
+                    "name": "allow-popups-to-escape-sandbox"
+                },
+                {
+                    "name": "allow-same-origin"
+                },
+                {
+                    "name": "allow-scripts"
+                },
+                {
+                    "name": "allow-top-navigation"
+                }
+            ]
+        },
+        {
+            "name": "tristate",
+            "values": [
+                {
+                    "name": "true"
+                },
+                {
+                    "name": "false"
+                },
+                {
+                    "name": "mixed"
+                },
+                {
+                    "name": "undefined"
+                }
+            ]
+        },
+        {
+            "name": "inputautocomplete",
+            "values": [
+                {
+                    "name": "additional-name"
+                },
+                {
+                    "name": "address-level1"
+                },
+                {
+                    "name": "address-level2"
+                },
+                {
+                    "name": "address-level3"
+                },
+                {
+                    "name": "address-level4"
+                },
+                {
+                    "name": "address-line1"
+                },
+                {
+                    "name": "address-line2"
+                },
+                {
+                    "name": "address-line3"
+                },
+                {
+                    "name": "bday"
+                },
+                {
+                    "name": "bday-year"
+                },
+                {
+                    "name": "bday-day"
+                },
+                {
+                    "name": "bday-month"
+                },
+                {
+                    "name": "billing"
+                },
+                {
+                    "name": "cc-additional-name"
+                },
+                {
+                    "name": "cc-csc"
+                },
+                {
+                    "name": "cc-exp"
+                },
+                {
+                    "name": "cc-exp-month"
+                },
+                {
+                    "name": "cc-exp-year"
+                },
+                {
+                    "name": "cc-family-name"
+                },
+                {
+                    "name": "cc-given-name"
+                },
+                {
+                    "name": "cc-name"
+                },
+                {
+                    "name": "cc-number"
+                },
+                {
+                    "name": "cc-type"
+                },
+                {
+                    "name": "country"
+                },
+                {
+                    "name": "country-name"
+                },
+                {
+                    "name": "current-password"
+                },
+                {
+                    "name": "email"
+                },
+                {
+                    "name": "family-name"
+                },
+                {
+                    "name": "fax"
+                },
+                {
+                    "name": "given-name"
+                },
+                {
+                    "name": "home"
+                },
+                {
+                    "name": "honorific-prefix"
+                },
+                {
+                    "name": "honorific-suffix"
+                },
+                {
+                    "name": "impp"
+                },
+                {
+                    "name": "language"
+                },
+                {
+                    "name": "mobile"
+                },
+                {
+                    "name": "name"
+                },
+                {
+                    "name": "new-password"
+                },
+                {
+                    "name": "nickname"
+                },
+                {
+                    "name": "organization"
+                },
+                {
+                    "name": "organization-title"
+                },
+                {
+                    "name": "pager"
+                },
+                {
+                    "name": "photo"
+                },
+                {
+                    "name": "postal-code"
+                },
+                {
+                    "name": "sex"
+                },
+                {
+                    "name": "shipping"
+                },
+                {
+                    "name": "street-address"
+                },
+                {
+                    "name": "tel-area-code"
+                },
+                {
+                    "name": "tel"
+                },
+                {
+                    "name": "tel-country-code"
+                },
+                {
+                    "name": "tel-extension"
+                },
+                {
+                    "name": "tel-local"
+                },
+                {
+                    "name": "tel-local-prefix"
+                },
+                {
+                    "name": "tel-local-suffix"
+                },
+                {
+                    "name": "tel-national"
+                },
+                {
+                    "name": "transaction-amount"
+                },
+                {
+                    "name": "transaction-currency"
+                },
+                {
+                    "name": "url"
+                },
+                {
+                    "name": "username"
+                },
+                {
+                    "name": "work"
                 }
-                break;
-            case _htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_4__["TokenType"].AttributeName:
-                lastAttributeName = scanner.getTokenText().toLowerCase();
-                break;
-            case _htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_4__["TokenType"].AttributeValue:
-                if (lastAttributeName === 'src' || lastAttributeName === 'href') {
-                    var attributeValue = scanner.getTokenText();
-                    if (!afterBase) { // don't highlight the base link itself
-                        var link = createLink(document, documentContext, attributeValue, scanner.getTokenOffset(), scanner.getTokenEnd(), base);
-                        if (link) {
-                            newLinks.push(link);
-                        }
-                    }
-                    if (afterBase && typeof base === 'undefined') {
-                        base = normalizeRef(attributeValue);
-                        if (base && documentContext) {
-                            base = documentContext.resolveReference(base, document.uri);
-                        }
-                    }
-                    afterBase = false;
-                    lastAttributeName = undefined;
+            ]
+        },
+        {
+            "name": "autocomplete",
+            "values": [
+                {
+                    "name": "inline"
+                },
+                {
+                    "name": "list"
+                },
+                {
+                    "name": "both"
+                },
+                {
+                    "name": "none"
+                }
+            ]
+        },
+        {
+            "name": "current",
+            "values": [
+                {
+                    "name": "page"
+                },
+                {
+                    "name": "step"
+                },
+                {
+                    "name": "location"
+                },
+                {
+                    "name": "date"
+                },
+                {
+                    "name": "time"
+                },
+                {
+                    "name": "true"
+                },
+                {
+                    "name": "false"
+                }
+            ]
+        },
+        {
+            "name": "dropeffect",
+            "values": [
+                {
+                    "name": "copy"
+                },
+                {
+                    "name": "move"
+                },
+                {
+                    "name": "link"
+                },
+                {
+                    "name": "execute"
+                },
+                {
+                    "name": "popup"
+                },
+                {
+                    "name": "none"
+                }
+            ]
+        },
+        {
+            "name": "invalid",
+            "values": [
+                {
+                    "name": "grammar"
+                },
+                {
+                    "name": "false"
+                },
+                {
+                    "name": "spelling"
+                },
+                {
+                    "name": "true"
+                }
+            ]
+        },
+        {
+            "name": "live",
+            "values": [
+                {
+                    "name": "off"
+                },
+                {
+                    "name": "polite"
+                },
+                {
+                    "name": "assertive"
+                }
+            ]
+        },
+        {
+            "name": "orientation",
+            "values": [
+                {
+                    "name": "vertical"
+                },
+                {
+                    "name": "horizontal"
+                },
+                {
+                    "name": "undefined"
+                }
+            ]
+        },
+        {
+            "name": "relevant",
+            "values": [
+                {
+                    "name": "additions"
+                },
+                {
+                    "name": "removals"
+                },
+                {
+                    "name": "text"
+                },
+                {
+                    "name": "all"
+                },
+                {
+                    "name": "additions text"
+                }
+            ]
+        },
+        {
+            "name": "sort",
+            "values": [
+                {
+                    "name": "ascending"
+                },
+                {
+                    "name": "descending"
+                },
+                {
+                    "name": "none"
+                },
+                {
+                    "name": "other"
+                }
+            ]
+        },
+        {
+            "name": "roles",
+            "values": [
+                {
+                    "name": "alert"
+                },
+                {
+                    "name": "alertdialog"
+                },
+                {
+                    "name": "button"
+                },
+                {
+                    "name": "checkbox"
+                },
+                {
+                    "name": "dialog"
+                },
+                {
+                    "name": "gridcell"
+                },
+                {
+                    "name": "link"
+                },
+                {
+                    "name": "log"
+                },
+                {
+                    "name": "marquee"
+                },
+                {
+                    "name": "menuitem"
+                },
+                {
+                    "name": "menuitemcheckbox"
+                },
+                {
+                    "name": "menuitemradio"
+                },
+                {
+                    "name": "option"
+                },
+                {
+                    "name": "progressbar"
+                },
+                {
+                    "name": "radio"
+                },
+                {
+                    "name": "scrollbar"
+                },
+                {
+                    "name": "searchbox"
+                },
+                {
+                    "name": "slider"
+                },
+                {
+                    "name": "spinbutton"
+                },
+                {
+                    "name": "status"
+                },
+                {
+                    "name": "switch"
+                },
+                {
+                    "name": "tab"
+                },
+                {
+                    "name": "tabpanel"
+                },
+                {
+                    "name": "textbox"
+                },
+                {
+                    "name": "timer"
+                },
+                {
+                    "name": "tooltip"
+                },
+                {
+                    "name": "treeitem"
+                },
+                {
+                    "name": "combobox"
+                },
+                {
+                    "name": "grid"
+                },
+                {
+                    "name": "listbox"
+                },
+                {
+                    "name": "menu"
+                },
+                {
+                    "name": "menubar"
+                },
+                {
+                    "name": "radiogroup"
+                },
+                {
+                    "name": "tablist"
+                },
+                {
+                    "name": "tree"
+                },
+                {
+                    "name": "treegrid"
+                },
+                {
+                    "name": "application"
+                },
+                {
+                    "name": "article"
+                },
+                {
+                    "name": "cell"
+                },
+                {
+                    "name": "columnheader"
+                },
+                {
+                    "name": "definition"
+                },
+                {
+                    "name": "directory"
+                },
+                {
+                    "name": "document"
+                },
+                {
+                    "name": "feed"
+                },
+                {
+                    "name": "figure"
+                },
+                {
+                    "name": "group"
+                },
+                {
+                    "name": "heading"
+                },
+                {
+                    "name": "img"
+                },
+                {
+                    "name": "list"
+                },
+                {
+                    "name": "listitem"
+                },
+                {
+                    "name": "math"
+                },
+                {
+                    "name": "none"
+                },
+                {
+                    "name": "note"
+                },
+                {
+                    "name": "presentation"
+                },
+                {
+                    "name": "region"
+                },
+                {
+                    "name": "row"
+                },
+                {
+                    "name": "rowgroup"
+                },
+                {
+                    "name": "rowheader"
+                },
+                {
+                    "name": "separator"
+                },
+                {
+                    "name": "table"
+                },
+                {
+                    "name": "term"
+                },
+                {
+                    "name": "text"
+                },
+                {
+                    "name": "toolbar"
+                },
+                {
+                    "name": "banner"
+                },
+                {
+                    "name": "complementary"
+                },
+                {
+                    "name": "contentinfo"
+                },
+                {
+                    "name": "form"
+                },
+                {
+                    "name": "main"
+                },
+                {
+                    "name": "navigation"
+                },
+                {
+                    "name": "region"
+                },
+                {
+                    "name": "search"
+                },
+                {
+                    "name": "doc-abstract"
+                },
+                {
+                    "name": "doc-acknowledgments"
+                },
+                {
+                    "name": "doc-afterword"
+                },
+                {
+                    "name": "doc-appendix"
+                },
+                {
+                    "name": "doc-backlink"
+                },
+                {
+                    "name": "doc-biblioentry"
+                },
+                {
+                    "name": "doc-bibliography"
+                },
+                {
+                    "name": "doc-biblioref"
+                },
+                {
+                    "name": "doc-chapter"
+                },
+                {
+                    "name": "doc-colophon"
+                },
+                {
+                    "name": "doc-conclusion"
+                },
+                {
+                    "name": "doc-cover"
+                },
+                {
+                    "name": "doc-credit"
+                },
+                {
+                    "name": "doc-credits"
+                },
+                {
+                    "name": "doc-dedication"
+                },
+                {
+                    "name": "doc-endnote"
+                },
+                {
+                    "name": "doc-endnotes"
+                },
+                {
+                    "name": "doc-epigraph"
+                },
+                {
+                    "name": "doc-epilogue"
+                },
+                {
+                    "name": "doc-errata"
+                },
+                {
+                    "name": "doc-example"
+                },
+                {
+                    "name": "doc-footnote"
+                },
+                {
+                    "name": "doc-foreword"
+                },
+                {
+                    "name": "doc-glossary"
+                },
+                {
+                    "name": "doc-glossref"
+                },
+                {
+                    "name": "doc-index"
+                },
+                {
+                    "name": "doc-introduction"
+                },
+                {
+                    "name": "doc-noteref"
+                },
+                {
+                    "name": "doc-notice"
+                },
+                {
+                    "name": "doc-pagebreak"
+                },
+                {
+                    "name": "doc-pagelist"
+                },
+                {
+                    "name": "doc-part"
+                },
+                {
+                    "name": "doc-preface"
+                },
+                {
+                    "name": "doc-prologue"
+                },
+                {
+                    "name": "doc-pullquote"
+                },
+                {
+                    "name": "doc-qna"
+                },
+                {
+                    "name": "doc-subtitle"
+                },
+                {
+                    "name": "doc-tip"
+                },
+                {
+                    "name": "doc-toc"
                 }
-                else if (lastAttributeName === 'id') {
-                    var id = normalizeRef(scanner.getTokenText());
-                    idLocations[id] = scanner.getTokenOffset();
+            ]
+        },
+        {
+            "name": "metanames",
+            "values": [
+                {
+                    "name": "application-name"
+                },
+                {
+                    "name": "author"
+                },
+                {
+                    "name": "description"
+                },
+                {
+                    "name": "format-detection"
+                },
+                {
+                    "name": "generator"
+                },
+                {
+                    "name": "keywords"
+                },
+                {
+                    "name": "publisher"
+                },
+                {
+                    "name": "referrer"
+                },
+                {
+                    "name": "robots"
+                },
+                {
+                    "name": "theme-color"
+                },
+                {
+                    "name": "viewport"
                 }
-                break;
-        }
-        token = scanner.scan();
-    }
-    // change local links with ids to actual positions
-    for (var _i = 0, newLinks_1 = newLinks; _i < newLinks_1.length; _i++) {
-        var link = newLinks_1[_i];
-        var localWithHash = document.uri + '#';
-        if (link.target && _utils_strings__WEBPACK_IMPORTED_MODULE_2__["startsWith"](link.target, localWithHash)) {
-            var target = link.target.substr(localWithHash.length);
-            var offset = idLocations[target];
-            if (offset !== undefined) {
-                var pos = document.positionAt(offset);
-                link.target = "" + localWithHash + (pos.line + 1) + "," + (pos.character + 1);
-            }
-        }
-    }
-    return newLinks;
-}
-
-
-/***/ }),
-/* 131 */
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
-
-"use strict";
-__webpack_require__.r(__webpack_exports__);
-/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "findDocumentHighlights", function() { return findDocumentHighlights; });
-/* harmony import */ var _parser_htmlScanner__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(112);
-/* harmony import */ var vscode_languageserver_types__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(45);
-/* harmony import */ var _htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(113);
-/*---------------------------------------------------------------------------------------------
- *  Copyright (c) Microsoft Corporation. All rights reserved.
- *  Licensed under the MIT License. See License.txt in the project root for license information.
- *--------------------------------------------------------------------------------------------*/
-
-
-
-function findDocumentHighlights(document, position, htmlDocument) {
-    var offset = document.offsetAt(position);
-    var node = htmlDocument.findNodeAt(offset);
-    if (!node.tag) {
-        return [];
-    }
-    var result = [];
-    var startTagRange = getTagNameRange(_htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_2__["TokenType"].StartTag, document, node.start);
-    var endTagRange = typeof node.endTagStart === 'number' && getTagNameRange(_htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_2__["TokenType"].EndTag, document, node.endTagStart);
-    if (startTagRange && covers(startTagRange, position) || endTagRange && covers(endTagRange, position)) {
-        if (startTagRange) {
-            result.push({ kind: vscode_languageserver_types__WEBPACK_IMPORTED_MODULE_1__["DocumentHighlightKind"].Read, range: startTagRange });
-        }
-        if (endTagRange) {
-            result.push({ kind: vscode_languageserver_types__WEBPACK_IMPORTED_MODULE_1__["DocumentHighlightKind"].Read, range: endTagRange });
-        }
-    }
-    return result;
-}
-function isBeforeOrEqual(pos1, pos2) {
-    return pos1.line < pos2.line || (pos1.line === pos2.line && pos1.character <= pos2.character);
-}
-function covers(range, position) {
-    return isBeforeOrEqual(range.start, position) && isBeforeOrEqual(position, range.end);
-}
-function getTagNameRange(tokenType, document, startOffset) {
-    var scanner = Object(_parser_htmlScanner__WEBPACK_IMPORTED_MODULE_0__["createScanner"])(document.getText(), startOffset);
-    var token = scanner.scan();
-    while (token !== _htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_2__["TokenType"].EOS && token !== tokenType) {
-        token = scanner.scan();
-    }
-    if (token !== _htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_2__["TokenType"].EOS) {
-        return { start: document.positionAt(scanner.getTokenOffset()), end: document.positionAt(scanner.getTokenEnd()) };
-    }
-    return null;
-}
-
-
-/***/ }),
-/* 132 */
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
-
-"use strict";
-__webpack_require__.r(__webpack_exports__);
-/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "findDocumentSymbols", function() { return findDocumentSymbols; });
-/* harmony import */ var vscode_languageserver_types__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(45);
-/*---------------------------------------------------------------------------------------------
- *  Copyright (c) Microsoft Corporation. All rights reserved.
- *  Licensed under the MIT License. See License.txt in the project root for license information.
- *--------------------------------------------------------------------------------------------*/
-
-function findDocumentSymbols(document, htmlDocument) {
-    var symbols = [];
-    htmlDocument.roots.forEach(function (node) {
-        provideFileSymbolsInternal(document, node, '', symbols);
-    });
-    return symbols;
-}
-function provideFileSymbolsInternal(document, node, container, symbols) {
-    var name = nodeToName(node);
-    var location = vscode_languageserver_types__WEBPACK_IMPORTED_MODULE_0__["Location"].create(document.uri, vscode_languageserver_types__WEBPACK_IMPORTED_MODULE_0__["Range"].create(document.positionAt(node.start), document.positionAt(node.end)));
-    var symbol = {
-        name: name,
-        location: location,
-        containerName: container,
-        kind: vscode_languageserver_types__WEBPACK_IMPORTED_MODULE_0__["SymbolKind"].Field
-    };
-    symbols.push(symbol);
-    node.children.forEach(function (child) {
-        provideFileSymbolsInternal(document, child, name, symbols);
-    });
-}
-function nodeToName(node) {
-    var name = node.tag;
-    if (node.attributes) {
-        var id = node.attributes['id'];
-        var classes = node.attributes['class'];
-        if (id) {
-            name += "#" + id.replace(/[\"\']/g, '');
-        }
-        if (classes) {
-            name += classes.replace(/[\"\']/g, '').split(/\s+/).map(function (className) { return "." + className; }).join('');
+            ]
         }
-    }
-    return name || '?';
-}
+    ]
+};
 
 
 /***/ }),
 /* 133 */
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
+/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
 
-"use strict";
 __webpack_require__.r(__webpack_exports__);
-/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "doRename", function() { return doRename; });
+/* harmony export */ __webpack_require__.d(__webpack_exports__, {
+/* harmony export */   "doRename": () => /* binding */ doRename
+/* harmony export */ });
 /*---------------------------------------------------------------------------------------------
  *  Copyright (c) Microsoft Corporation. All rights reserved.
  *  Licensed under the MIT License. See License.txt in the project root for license information.
@@ -57182,423 +63441,62 @@ function toLocString(p) {
     return "(" + p.line + ", " + p.character + ")";
 }
 function isWithinTagRange(node, offset, nodeTag) {
-    // Self-closing tag
-    if (node.endTagStart) {
-        if (node.endTagStart + '</'.length <= offset && offset <= node.endTagStart + '</'.length + nodeTag.length) {
-            return true;
-        }
-    }
-    return node.start + '<'.length <= offset && offset <= node.start + '<'.length + nodeTag.length;
-}
-
-
-/***/ }),
-/* 134 */
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
-
-"use strict";
-__webpack_require__.r(__webpack_exports__);
-/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "findMatchingTagPosition", function() { return findMatchingTagPosition; });
-/*---------------------------------------------------------------------------------------------
- *  Copyright (c) Microsoft Corporation. All rights reserved.
- *  Licensed under the MIT License. See License.txt in the project root for license information.
- *--------------------------------------------------------------------------------------------*/
-function findMatchingTagPosition(document, position, htmlDocument) {
-    var offset = document.offsetAt(position);
-    var node = htmlDocument.findNodeAt(offset);
-    if (!node.tag) {
-        return null;
-    }
-    if (!node.endTagStart) {
-        return null;
-    }
-    // Within open tag, compute close tag
-    if (node.start + '<'.length <= offset && offset <= node.start + '<'.length + node.tag.length) {
-        var mirrorOffset = (offset - '<'.length - node.start) + node.endTagStart + '</'.length;
-        return document.positionAt(mirrorOffset);
-    }
-    // Within closing tag, compute open tag
-    if (node.endTagStart + '</'.length <= offset && offset <= node.endTagStart + '</'.length + node.tag.length) {
-        var mirrorOffset = (offset - '</'.length - node.endTagStart) + node.start + '<'.length;
-        return document.positionAt(mirrorOffset);
-    }
-    return null;
-}
-
-
-/***/ }),
-/* 135 */
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
-
-"use strict";
-__webpack_require__.r(__webpack_exports__);
-/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "getFoldingRanges", function() { return getFoldingRanges; });
-/* harmony import */ var vscode_languageserver_types__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(45);
-/* harmony import */ var _htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(113);
-/* harmony import */ var _parser_htmlScanner__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(112);
-/* harmony import */ var _languageFacts_fact__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(116);
-/*---------------------------------------------------------------------------------------------
- *  Copyright (c) Microsoft Corporation. All rights reserved.
- *  Licensed under the MIT License. See License.txt in the project root for license information.
- *--------------------------------------------------------------------------------------------*/
-
-
-
-
-function limitRanges(ranges, rangeLimit) {
-    ranges = ranges.sort(function (r1, r2) {
-        var diff = r1.startLine - r2.startLine;
-        if (diff === 0) {
-            diff = r1.endLine - r2.endLine;
-        }
-        return diff;
-    });
-    // compute each range's nesting level in 'nestingLevels'.
-    // count the number of ranges for each level in 'nestingLevelCounts'
-    var top = void 0;
-    var previous = [];
-    var nestingLevels = [];
-    var nestingLevelCounts = [];
-    var setNestingLevel = function (index, level) {
-        nestingLevels[index] = level;
-        if (level < 30) {
-            nestingLevelCounts[level] = (nestingLevelCounts[level] || 0) + 1;
-        }
-    };
-    // compute nesting levels and sanitize
-    for (var i = 0; i < ranges.length; i++) {
-        var entry = ranges[i];
-        if (!top) {
-            top = entry;
-            setNestingLevel(i, 0);
-        }
-        else {
-            if (entry.startLine > top.startLine) {
-                if (entry.endLine <= top.endLine) {
-                    previous.push(top);
-                    top = entry;
-                    setNestingLevel(i, previous.length);
-                }
-                else if (entry.startLine > top.endLine) {
-                    do {
-                        top = previous.pop();
-                    } while (top && entry.startLine > top.endLine);
-                    if (top) {
-                        previous.push(top);
-                    }
-                    top = entry;
-                    setNestingLevel(i, previous.length);
-                }
-            }
-        }
-    }
-    var entries = 0;
-    var maxLevel = 0;
-    for (var i = 0; i < nestingLevelCounts.length; i++) {
-        var n = nestingLevelCounts[i];
-        if (n) {
-            if (n + entries > rangeLimit) {
-                maxLevel = i;
-                break;
-            }
-            entries += n;
-        }
-    }
-    var result = [];
-    for (var i = 0; i < ranges.length; i++) {
-        var level = nestingLevels[i];
-        if (typeof level === 'number') {
-            if (level < maxLevel || (level === maxLevel && entries++ < rangeLimit)) {
-                result.push(ranges[i]);
-            }
-        }
-    }
-    return result;
-}
-function getFoldingRanges(document, context) {
-    var scanner = Object(_parser_htmlScanner__WEBPACK_IMPORTED_MODULE_2__["createScanner"])(document.getText());
-    var token = scanner.scan();
-    var ranges = [];
-    var stack = [];
-    var lastTagName = null;
-    var prevStart = -1;
-    function addRange(range) {
-        ranges.push(range);
-        prevStart = range.startLine;
-    }
-    while (token !== _htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_1__["TokenType"].EOS) {
-        switch (token) {
-            case _htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_1__["TokenType"].StartTag: {
-                var tagName = scanner.getTokenText();
-                var startLine = document.positionAt(scanner.getTokenOffset()).line;
-                stack.push({ startLine: startLine, tagName: tagName });
-                lastTagName = tagName;
-                break;
-            }
-            case _htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_1__["TokenType"].EndTag: {
-                lastTagName = scanner.getTokenText();
-                break;
-            }
-            case _htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_1__["TokenType"].StartTagClose:
-                if (!lastTagName || !Object(_languageFacts_fact__WEBPACK_IMPORTED_MODULE_3__["isVoidElement"])(lastTagName)) {
-                    break;
-                }
-            // fallthrough
-            case _htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_1__["TokenType"].EndTagClose:
-            case _htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_1__["TokenType"].StartTagSelfClose: {
-                var i = stack.length - 1;
-                while (i >= 0 && stack[i].tagName !== lastTagName) {
-                    i--;
-                }
-                if (i >= 0) {
-                    var stackElement = stack[i];
-                    stack.length = i;
-                    var line = document.positionAt(scanner.getTokenOffset()).line;
-                    var startLine = stackElement.startLine;
-                    var endLine = line - 1;
-                    if (endLine > startLine && prevStart !== startLine) {
-                        addRange({ startLine: startLine, endLine: endLine });
-                    }
-                }
-                break;
-            }
-            case _htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_1__["TokenType"].Comment: {
-                var startLine = document.positionAt(scanner.getTokenOffset()).line;
-                var text = scanner.getTokenText();
-                var m = text.match(/^\s*#(region\b)|(endregion\b)/);
-                if (m) {
-                    if (m[1]) { // start pattern match
-                        stack.push({ startLine: startLine, tagName: '' }); // empty tagName marks region
-                    }
-                    else {
-                        var i = stack.length - 1;
-                        while (i >= 0 && stack[i].tagName.length) {
-                            i--;
-                        }
-                        if (i >= 0) {
-                            var stackElement = stack[i];
-                            stack.length = i;
-                            var endLine = startLine;
-                            startLine = stackElement.startLine;
-                            if (endLine > startLine && prevStart !== startLine) {
-                                addRange({ startLine: startLine, endLine: endLine, kind: vscode_languageserver_types__WEBPACK_IMPORTED_MODULE_0__["FoldingRangeKind"].Region });
-                            }
-                        }
-                    }
-                }
-                else {
-                    var endLine = document.positionAt(scanner.getTokenOffset() + scanner.getTokenLength()).line;
-                    if (startLine < endLine) {
-                        addRange({ startLine: startLine, endLine: endLine, kind: vscode_languageserver_types__WEBPACK_IMPORTED_MODULE_0__["FoldingRangeKind"].Comment });
-                    }
-                }
-                break;
-            }
-        }
-        token = scanner.scan();
-    }
-    var rangeLimit = context && context.rangeLimit || Number.MAX_VALUE;
-    if (ranges.length > rangeLimit) {
-        return limitRanges(ranges, rangeLimit);
-    }
-    return ranges;
-}
-
-
-/***/ }),
-/* 136 */
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
-
-"use strict";
-__webpack_require__.r(__webpack_exports__);
-/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "getSelectionRanges", function() { return getSelectionRanges; });
-/* harmony import */ var vscode_languageserver_types__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(45);
-/* harmony import */ var _parser_htmlScanner__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(112);
-/* harmony import */ var _parser_htmlParser__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(114);
-/* harmony import */ var _htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(113);
-/**
- * Until SelectionRange lands in LSP, we'll return Range from server and convert it to
- * SelectionRange on client side
- */
-
-
-
-
-function getSelectionRanges(document, positions) {
-    function getSelectionRange(position) {
-        var applicableRanges = getApplicableRanges(document, position);
-        var prev = undefined;
-        var current = undefined;
-        for (var index = applicableRanges.length - 1; index >= 0; index--) {
-            var range = applicableRanges[index];
-            if (!prev || range[0] !== prev[0] || range[1] !== prev[1]) {
-                current = vscode_languageserver_types__WEBPACK_IMPORTED_MODULE_0__["SelectionRange"].create(vscode_languageserver_types__WEBPACK_IMPORTED_MODULE_0__["Range"].create(document.positionAt(applicableRanges[index][0]), document.positionAt(applicableRanges[index][1])), current);
-            }
-            prev = range;
-        }
-        if (!current) {
-            current = vscode_languageserver_types__WEBPACK_IMPORTED_MODULE_0__["SelectionRange"].create(vscode_languageserver_types__WEBPACK_IMPORTED_MODULE_0__["Range"].create(position, position));
-        }
-        return current;
-    }
-    return positions.map(getSelectionRange);
-}
-function getApplicableRanges(document, position) {
-    var htmlDoc = Object(_parser_htmlParser__WEBPACK_IMPORTED_MODULE_2__["parse"])(document.getText());
-    var currOffset = document.offsetAt(position);
-    var currNode = htmlDoc.findNodeAt(currOffset);
-    var result = getAllParentTagRanges(currNode);
-    // Self-closing or void elements
-    if (currNode.startTagEnd && !currNode.endTagStart) {
-        // THe rare case of unmatching tag pairs like <div></div1>
-        if (currNode.startTagEnd !== currNode.end) {
-            return [[currNode.start, currNode.end]];
-        }
-        var closeRange = vscode_languageserver_types__WEBPACK_IMPORTED_MODULE_0__["Range"].create(document.positionAt(currNode.startTagEnd - 2), document.positionAt(currNode.startTagEnd));
-        var closeText = document.getText(closeRange);
-        // Self-closing element
-        if (closeText === '/>') {
-            result.unshift([currNode.start + 1, currNode.startTagEnd - 2]);
-        }
-        // Void element
-        else {
-            result.unshift([currNode.start + 1, currNode.startTagEnd - 1]);
-        }
-        var attributeLevelRanges = getAttributeLevelRanges(document, currNode, currOffset);
-        result = attributeLevelRanges.concat(result);
-        return result;
-    }
-    if (!currNode.startTagEnd || !currNode.endTagStart) {
-        return result;
-    }
-    /**
-     * For html like
-     * `<div class="foo">bar</div>`
-     */
-    result.unshift([currNode.start, currNode.end]);
-    /**
-     * Cursor inside `<div class="foo">`
-     */
-    if (currNode.start < currOffset && currOffset < currNode.startTagEnd) {
-        result.unshift([currNode.start + 1, currNode.startTagEnd - 1]);
-        var attributeLevelRanges = getAttributeLevelRanges(document, currNode, currOffset);
-        result = attributeLevelRanges.concat(result);
-        return result;
-    }
-    /**
-     * Cursor inside `bar`
-     */
-    else if (currNode.startTagEnd <= currOffset && currOffset <= currNode.endTagStart) {
-        result.unshift([currNode.startTagEnd, currNode.endTagStart]);
-        return result;
-    }
-    /**
-     * Cursor inside `</div>`
-     */
-    else {
-        // `div` inside `</div>`
-        if (currOffset >= currNode.endTagStart + 2) {
-            result.unshift([currNode.endTagStart + 2, currNode.end - 1]);
-        }
-        return result;
-    }
-}
-function getAllParentTagRanges(initialNode) {
-    var currNode = initialNode;
-    var getNodeRanges = function (n) {
-        if (n.startTagEnd && n.endTagStart && n.startTagEnd < n.endTagStart) {
-            return [
-                [n.startTagEnd, n.endTagStart],
-                [n.start, n.end]
-            ];
-        }
-        return [
-            [n.start, n.end]
-        ];
-    };
-    var result = [];
-    while (currNode.parent) {
-        currNode = currNode.parent;
-        getNodeRanges(currNode).forEach(function (r) { return result.push(r); });
-    }
-    return result;
-}
-function getAttributeLevelRanges(document, currNode, currOffset) {
-    var currNodeRange = vscode_languageserver_types__WEBPACK_IMPORTED_MODULE_0__["Range"].create(document.positionAt(currNode.start), document.positionAt(currNode.end));
-    var currNodeText = document.getText(currNodeRange);
-    var relativeOffset = currOffset - currNode.start;
-    /**
-     * Tag level semantic selection
-     */
-    var scanner = Object(_parser_htmlScanner__WEBPACK_IMPORTED_MODULE_1__["createScanner"])(currNodeText);
-    var token = scanner.scan();
-    /**
-     * For text like
-     * <div class="foo">bar</div>
-     */
-    var positionOffset = currNode.start;
-    var result = [];
-    var isInsideAttribute = false;
-    var attrStart = -1;
-    while (token !== _htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_3__["TokenType"].EOS) {
-        switch (token) {
-            case _htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_3__["TokenType"].AttributeName: {
-                if (relativeOffset < scanner.getTokenOffset()) {
-                    isInsideAttribute = false;
-                    break;
-                }
-                if (relativeOffset <= scanner.getTokenEnd()) {
-                    // `class`
-                    result.unshift([scanner.getTokenOffset(), scanner.getTokenEnd()]);
-                }
-                isInsideAttribute = true;
-                attrStart = scanner.getTokenOffset();
-                break;
-            }
-            case _htmlLanguageTypes__WEBPACK_IMPORTED_MODULE_3__["TokenType"].AttributeValue: {
-                if (!isInsideAttribute) {
-                    break;
-                }
-                var valueText = scanner.getTokenText();
-                if (relativeOffset < scanner.getTokenOffset()) {
-                    // `class="foo"`
-                    result.push([attrStart, scanner.getTokenEnd()]);
-                    break;
-                }
-                if (relativeOffset >= scanner.getTokenOffset() && relativeOffset <= scanner.getTokenEnd()) {
-                    // `"foo"`
-                    result.unshift([scanner.getTokenOffset(), scanner.getTokenEnd()]);
-                    // `foo`
-                    if ((valueText[0] === "\"" && valueText[valueText.length - 1] === "\"") || (valueText[0] === "'" && valueText[valueText.length - 1] === "'")) {
-                        if (relativeOffset >= scanner.getTokenOffset() + 1 && relativeOffset <= scanner.getTokenEnd() - 1) {
-                            result.unshift([scanner.getTokenOffset() + 1, scanner.getTokenEnd() - 1]);
-                        }
-                    }
-                    // `class="foo"`
-                    result.push([attrStart, scanner.getTokenEnd()]);
-                }
-                break;
-            }
+    // Self-closing tag
+    if (node.endTagStart) {
+        if (node.endTagStart + '</'.length <= offset && offset <= node.endTagStart + '</'.length + nodeTag.length) {
+            return true;
         }
-        token = scanner.scan();
     }
-    return result.map(function (pair) {
-        return [pair[0] + positionOffset, pair[1] + positionOffset];
-    });
+    return node.start + '<'.length <= offset && offset <= node.start + '<'.length + nodeTag.length;
 }
 
 
 /***/ }),
-/* 137 */
-/***/ (function(module, exports, __webpack_require__) {
+/* 134 */
+/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
+
+__webpack_require__.r(__webpack_exports__);
+/* harmony export */ __webpack_require__.d(__webpack_exports__, {
+/* harmony export */   "findMatchingTagPosition": () => /* binding */ findMatchingTagPosition
+/* harmony export */ });
+/*---------------------------------------------------------------------------------------------
+ *  Copyright (c) Microsoft Corporation. All rights reserved.
+ *  Licensed under the MIT License. See License.txt in the project root for license information.
+ *--------------------------------------------------------------------------------------------*/
+function findMatchingTagPosition(document, position, htmlDocument) {
+    var offset = document.offsetAt(position);
+    var node = htmlDocument.findNodeAt(offset);
+    if (!node.tag) {
+        return null;
+    }
+    if (!node.endTagStart) {
+        return null;
+    }
+    // Within open tag, compute close tag
+    if (node.start + '<'.length <= offset && offset <= node.start + '<'.length + node.tag.length) {
+        var mirrorOffset = (offset - '<'.length - node.start) + node.endTagStart + '</'.length;
+        return document.positionAt(mirrorOffset);
+    }
+    // Within closing tag, compute open tag
+    if (node.endTagStart + '</'.length <= offset && offset <= node.endTagStart + '</'.length + node.tag.length) {
+        var mirrorOffset = (offset - '</'.length - node.endTagStart) + node.start + '<'.length;
+        return document.positionAt(mirrorOffset);
+    }
+    return null;
+}
+
+
+/***/ }),
+/* 135 */
+/***/ ((__unused_webpack_module, exports) => {
 
-"use strict";
 
 /*---------------------------------------------------------------------------------------------
  *  Copyright (c) Microsoft Corporation. All rights reserved.
  *  Licensed under the MIT License. See License.txt in the project root for license information.
  *--------------------------------------------------------------------------------------------*/
-Object.defineProperty(exports, "__esModule", { value: true });
+Object.defineProperty(exports, "__esModule", ({ value: true }));
+exports.getLanguageModelCache = void 0;
 function getLanguageModelCache(maxEntries, cleanupIntervalTimeInSec, parse) {
     let languageModels = {};
     let nModels = 0;
@@ -57668,19 +63566,28 @@ exports.getLanguageModelCache = getLanguageModelCache;
 
 
 /***/ }),
-/* 138 */
-/***/ (function(module, exports, __webpack_require__) {
+/* 136 */
+/***/ (function(__unused_webpack_module, exports, __webpack_require__) {
 
-"use strict";
 
 /*---------------------------------------------------------------------------------------------
  *  Copyright (c) Microsoft Corporation. All rights reserved.
  *  Licensed under the MIT License. See License.txt in the project root for license information.
  *--------------------------------------------------------------------------------------------*/
-Object.defineProperty(exports, "__esModule", { value: true });
-const languageModelCache_1 = __webpack_require__(137);
-const languageModes_1 = __webpack_require__(71);
-const embeddedSupport_1 = __webpack_require__(139);
+var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
+    function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
+    return new (P || (P = Promise))(function (resolve, reject) {
+        function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
+        function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
+        function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
+        step((generator = generator.apply(thisArg, _arguments || [])).next());
+    });
+};
+Object.defineProperty(exports, "__esModule", ({ value: true }));
+exports.getCSSMode = void 0;
+const languageModelCache_1 = __webpack_require__(135);
+const languageModes_1 = __webpack_require__(61);
+const embeddedSupport_1 = __webpack_require__(137);
 function getCSSMode(cssLanguageService, documentRegions, workspace) {
     let embeddedCSSDocuments = languageModelCache_1.getLanguageModelCache(10, 60, document => documentRegions.get(document).getEmbeddedDocument('css'));
     let cssStylesheets = languageModelCache_1.getLanguageModelCache(10, 60, document => cssLanguageService.parseStylesheet(document));
@@ -57689,49 +63596,71 @@ function getCSSMode(cssLanguageService, documentRegions, workspace) {
             return 'css';
         },
         doValidation(document, settings = workspace.settings) {
-            let embedded = embeddedCSSDocuments.get(document);
-            return cssLanguageService.doValidation(embedded, cssStylesheets.get(embedded), settings && settings.css);
+            return __awaiter(this, void 0, void 0, function* () {
+                let embedded = embeddedCSSDocuments.get(document);
+                return cssLanguageService.doValidation(embedded, cssStylesheets.get(embedded), settings && settings.css);
+            });
         },
-        doComplete(document, position, _settings = workspace.settings) {
-            let embedded = embeddedCSSDocuments.get(document);
-            const stylesheet = cssStylesheets.get(embedded);
-            return cssLanguageService.doComplete(embedded, position, stylesheet) || languageModes_1.CompletionList.create();
+        doComplete(document, position, documentContext, _settings = workspace.settings) {
+            return __awaiter(this, void 0, void 0, function* () {
+                let embedded = embeddedCSSDocuments.get(document);
+                const stylesheet = cssStylesheets.get(embedded);
+                return cssLanguageService.doComplete2(embedded, position, stylesheet, documentContext) || languageModes_1.CompletionList.create();
+            });
         },
         doHover(document, position) {
-            let embedded = embeddedCSSDocuments.get(document);
-            return cssLanguageService.doHover(embedded, position, cssStylesheets.get(embedded));
+            return __awaiter(this, void 0, void 0, function* () {
+                let embedded = embeddedCSSDocuments.get(document);
+                return cssLanguageService.doHover(embedded, position, cssStylesheets.get(embedded));
+            });
         },
         findDocumentHighlight(document, position) {
-            let embedded = embeddedCSSDocuments.get(document);
-            return cssLanguageService.findDocumentHighlights(embedded, position, cssStylesheets.get(embedded));
+            return __awaiter(this, void 0, void 0, function* () {
+                let embedded = embeddedCSSDocuments.get(document);
+                return cssLanguageService.findDocumentHighlights(embedded, position, cssStylesheets.get(embedded));
+            });
         },
         findDocumentSymbols(document) {
-            let embedded = embeddedCSSDocuments.get(document);
-            return cssLanguageService.findDocumentSymbols(embedded, cssStylesheets.get(embedded)).filter(s => s.name !== embeddedSupport_1.CSS_STYLE_RULE);
+            return __awaiter(this, void 0, void 0, function* () {
+                let embedded = embeddedCSSDocuments.get(document);
+                return cssLanguageService.findDocumentSymbols(embedded, cssStylesheets.get(embedded)).filter(s => s.name !== embeddedSupport_1.CSS_STYLE_RULE);
+            });
         },
         findDefinition(document, position) {
-            let embedded = embeddedCSSDocuments.get(document);
-            return cssLanguageService.findDefinition(embedded, position, cssStylesheets.get(embedded));
+            return __awaiter(this, void 0, void 0, function* () {
+                let embedded = embeddedCSSDocuments.get(document);
+                return cssLanguageService.findDefinition(embedded, position, cssStylesheets.get(embedded));
+            });
         },
         findReferences(document, position) {
-            let embedded = embeddedCSSDocuments.get(document);
-            return cssLanguageService.findReferences(embedded, position, cssStylesheets.get(embedded));
+            return __awaiter(this, void 0, void 0, function* () {
+                let embedded = embeddedCSSDocuments.get(document);
+                return cssLanguageService.findReferences(embedded, position, cssStylesheets.get(embedded));
+            });
         },
         findDocumentColors(document) {
-            let embedded = embeddedCSSDocuments.get(document);
-            return cssLanguageService.findDocumentColors(embedded, cssStylesheets.get(embedded));
+            return __awaiter(this, void 0, void 0, function* () {
+                let embedded = embeddedCSSDocuments.get(document);
+                return cssLanguageService.findDocumentColors(embedded, cssStylesheets.get(embedded));
+            });
         },
         getColorPresentations(document, color, range) {
-            let embedded = embeddedCSSDocuments.get(document);
-            return cssLanguageService.getColorPresentations(embedded, cssStylesheets.get(embedded), color, range);
+            return __awaiter(this, void 0, void 0, function* () {
+                let embedded = embeddedCSSDocuments.get(document);
+                return cssLanguageService.getColorPresentations(embedded, cssStylesheets.get(embedded), color, range);
+            });
         },
         getFoldingRanges(document) {
-            let embedded = embeddedCSSDocuments.get(document);
-            return cssLanguageService.getFoldingRanges(embedded, {});
+            return __awaiter(this, void 0, void 0, function* () {
+                let embedded = embeddedCSSDocuments.get(document);
+                return cssLanguageService.getFoldingRanges(embedded, {});
+            });
         },
         getSelectionRange(document, position) {
-            let embedded = embeddedCSSDocuments.get(document);
-            return cssLanguageService.getSelectionRanges(embedded, [position], cssStylesheets.get(embedded))[0];
+            return __awaiter(this, void 0, void 0, function* () {
+                let embedded = embeddedCSSDocuments.get(document);
+                return cssLanguageService.getSelectionRanges(embedded, [position], cssStylesheets.get(embedded))[0];
+            });
         },
         onDocumentRemoved(document) {
             embeddedCSSDocuments.onDocumentRemoved(document);
@@ -57747,17 +63676,17 @@ exports.getCSSMode = getCSSMode;
 
 
 /***/ }),
-/* 139 */
-/***/ (function(module, exports, __webpack_require__) {
+/* 137 */
+/***/ ((__unused_webpack_module, exports, __webpack_require__) => {
 
-"use strict";
 
 /*---------------------------------------------------------------------------------------------
  *  Copyright (c) Microsoft Corporation. All rights reserved.
  *  Licensed under the MIT License. See License.txt in the project root for license information.
  *--------------------------------------------------------------------------------------------*/
-Object.defineProperty(exports, "__esModule", { value: true });
-const languageModes_1 = __webpack_require__(71);
+Object.defineProperty(exports, "__esModule", ({ value: true }));
+exports.getDocumentRegions = exports.CSS_STYLE_RULE = void 0;
+const languageModes_1 = __webpack_require__(61);
 exports.CSS_STYLE_RULE = '__';
 function getDocumentRegions(languageService, document) {
     let regions = [];
@@ -57967,18 +63896,26 @@ function getAttributeLanguage(attributeName) {
 
 
 /***/ }),
-/* 140 */
-/***/ (function(module, exports, __webpack_require__) {
+/* 138 */
+/***/ (function(__unused_webpack_module, exports, __webpack_require__) {
 
-"use strict";
 
 /*---------------------------------------------------------------------------------------------
  *  Copyright (c) Microsoft Corporation. All rights reserved.
  *  Licensed under the MIT License. See License.txt in the project root for license information.
  *--------------------------------------------------------------------------------------------*/
-Object.defineProperty(exports, "__esModule", { value: true });
-const languageModelCache_1 = __webpack_require__(137);
-const pathCompletion_1 = __webpack_require__(141);
+var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
+    function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
+    return new (P || (P = Promise))(function (resolve, reject) {
+        function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
+        function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
+        function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
+        step((generator = generator.apply(thisArg, _arguments || [])).next());
+    });
+};
+Object.defineProperty(exports, "__esModule", ({ value: true }));
+exports.getHTMLMode = void 0;
+const languageModelCache_1 = __webpack_require__(135);
 function getHTMLMode(htmlLanguageService, workspace) {
     let htmlDocuments = languageModelCache_1.getLanguageModelCache(10, 60, document => htmlLanguageService.parseHTMLDocument(document));
     return {
@@ -57986,72 +63923,96 @@ function getHTMLMode(htmlLanguageService, workspace) {
             return 'html';
         },
         getSelectionRange(document, position) {
-            return htmlLanguageService.getSelectionRanges(document, [position])[0];
+            return __awaiter(this, void 0, void 0, function* () {
+                return htmlLanguageService.getSelectionRanges(document, [position])[0];
+            });
         },
-        doComplete(document, position, settings = workspace.settings) {
+        doComplete(document, position, documentContext, settings = workspace.settings) {
             let options = settings && settings.html && settings.html.suggest;
             let doAutoComplete = settings && settings.html && settings.html.autoClosingTags;
             if (doAutoComplete) {
                 options.hideAutoCompleteProposals = true;
             }
-            let pathCompletionProposals = [];
-            let participants = [pathCompletion_1.getPathCompletionParticipant(document, workspace.folders, pathCompletionProposals)];
-            htmlLanguageService.setCompletionParticipants(participants);
             const htmlDocument = htmlDocuments.get(document);
-            let completionList = htmlLanguageService.doComplete(document, position, htmlDocument, options);
-            completionList.items.push(...pathCompletionProposals);
+            let completionList = htmlLanguageService.doComplete2(document, position, htmlDocument, documentContext, options);
             return completionList;
         },
         doHover(document, position) {
-            return htmlLanguageService.doHover(document, position, htmlDocuments.get(document));
+            return __awaiter(this, void 0, void 0, function* () {
+                return htmlLanguageService.doHover(document, position, htmlDocuments.get(document));
+            });
         },
         findDocumentHighlight(document, position) {
-            return htmlLanguageService.findDocumentHighlights(document, position, htmlDocuments.get(document));
+            return __awaiter(this, void 0, void 0, function* () {
+                return htmlLanguageService.findDocumentHighlights(document, position, htmlDocuments.get(document));
+            });
         },
         findDocumentLinks(document, documentContext) {
-            return htmlLanguageService.findDocumentLinks(document, documentContext);
+            return __awaiter(this, void 0, void 0, function* () {
+                return htmlLanguageService.findDocumentLinks(document, documentContext);
+            });
         },
         findDocumentSymbols(document) {
-            return htmlLanguageService.findDocumentSymbols(document, htmlDocuments.get(document));
+            return __awaiter(this, void 0, void 0, function* () {
+                return htmlLanguageService.findDocumentSymbols(document, htmlDocuments.get(document));
+            });
         },
         format(document, range, formatParams, settings = workspace.settings) {
-            let formatSettings = settings && settings.html && settings.html.format;
-            if (formatSettings) {
-                formatSettings = merge(formatSettings, {});
-            }
-            else {
-                formatSettings = {};
-            }
-            if (formatSettings.contentUnformatted) {
-                formatSettings.contentUnformatted = formatSettings.contentUnformatted + ',script';
-            }
-            else {
-                formatSettings.contentUnformatted = 'script';
-            }
-            formatSettings = merge(formatParams, formatSettings);
-            return htmlLanguageService.format(document, range, formatSettings);
+            return __awaiter(this, void 0, void 0, function* () {
+                let formatSettings = settings && settings.html && settings.html.format;
+                if (formatSettings) {
+                    formatSettings = merge(formatSettings, {});
+                }
+                else {
+                    formatSettings = {};
+                }
+                if (formatSettings.contentUnformatted) {
+                    formatSettings.contentUnformatted = formatSettings.contentUnformatted + ',script';
+                }
+                else {
+                    formatSettings.contentUnformatted = 'script';
+                }
+                formatSettings = merge(formatParams, formatSettings);
+                return htmlLanguageService.format(document, range, formatSettings);
+            });
         },
         getFoldingRanges(document) {
-            return htmlLanguageService.getFoldingRanges(document);
+            return __awaiter(this, void 0, void 0, function* () {
+                return htmlLanguageService.getFoldingRanges(document);
+            });
         },
         doAutoClose(document, position) {
-            let offset = document.offsetAt(position);
-            let text = document.getText();
-            if (offset > 0 && text.charAt(offset - 1).match(/[>\/]/g)) {
-                return htmlLanguageService.doTagComplete(document, position, htmlDocuments.get(document));
-            }
-            return null;
+            return __awaiter(this, void 0, void 0, function* () {
+                let offset = document.offsetAt(position);
+                let text = document.getText();
+                if (offset > 0 && text.charAt(offset - 1).match(/[>\/]/g)) {
+                    return htmlLanguageService.doTagComplete(document, position, htmlDocuments.get(document));
+                }
+                return null;
+            });
         },
         doRename(document, position, newName) {
-            const htmlDocument = htmlDocuments.get(document);
-            return htmlLanguageService.doRename(document, position, newName, htmlDocument);
+            return __awaiter(this, void 0, void 0, function* () {
+                const htmlDocument = htmlDocuments.get(document);
+                return htmlLanguageService.doRename(document, position, newName, htmlDocument);
+            });
         },
         onDocumentRemoved(document) {
-            htmlDocuments.onDocumentRemoved(document);
+            return __awaiter(this, void 0, void 0, function* () {
+                htmlDocuments.onDocumentRemoved(document);
+            });
         },
         findMatchingTagPosition(document, position) {
-            const htmlDocument = htmlDocuments.get(document);
-            return htmlLanguageService.findMatchingTagPosition(document, position, htmlDocument);
+            return __awaiter(this, void 0, void 0, function* () {
+                const htmlDocument = htmlDocuments.get(document);
+                return htmlLanguageService.findMatchingTagPosition(document, position, htmlDocument);
+            });
+        },
+        doOnTypeRename(document, position) {
+            return __awaiter(this, void 0, void 0, function* () {
+                const htmlDocument = htmlDocuments.get(document);
+                return htmlLanguageService.findOnTypeRenameRanges(document, position, htmlDocument);
+            });
         },
         dispose() {
             htmlDocuments.dispose();
@@ -58070,677 +64031,396 @@ function merge(src, dst) {
 
 
 /***/ }),
-/* 141 */
-/***/ (function(module, exports, __webpack_require__) {
+/* 139 */
+/***/ (function(__unused_webpack_module, exports, __webpack_require__) {
 
-"use strict";
 
 /*---------------------------------------------------------------------------------------------
  *  Copyright (c) Microsoft Corporation. All rights reserved.
  *  Licensed under the MIT License. See License.txt in the project root for license information.
  *--------------------------------------------------------------------------------------------*/
+var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
+    if (k2 === undefined) k2 = k;
+    Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
+}) : (function(o, m, k, k2) {
+    if (k2 === undefined) k2 = k;
+    o[k2] = m[k];
+}));
+var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
+    Object.defineProperty(o, "default", { enumerable: true, value: v });
+}) : function(o, v) {
+    o["default"] = v;
+});
 var __importStar = (this && this.__importStar) || function (mod) {
     if (mod && mod.__esModule) return mod;
     var result = {};
-    if (mod != null) for (var k in mod) if (Object.hasOwnProperty.call(mod, k)) result[k] = mod[k];
-    result["default"] = mod;
+    if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
+    __setModuleDefault(result, mod);
     return result;
 };
-Object.defineProperty(exports, "__esModule", { value: true });
-const path = __importStar(__webpack_require__(3));
-const fs = __importStar(__webpack_require__(67));
-const vscode_uri_1 = __webpack_require__(110);
-const languageModes_1 = __webpack_require__(71);
-const strings_1 = __webpack_require__(142);
-const arrays_1 = __webpack_require__(143);
-function getPathCompletionParticipant(document, workspaceFolders, result) {
-    return {
-        onHtmlAttributeValue: ({ tag, attribute, value: valueBeforeCursor, range }) => {
-            const fullValue = stripQuotes(document.getText(range));
-            if (shouldDoPathCompletion(tag, attribute, fullValue)) {
-                if (workspaceFolders.length === 0) {
-                    return;
-                }
-                const workspaceRoot = resolveWorkspaceRoot(document, workspaceFolders);
-                const paths = providePaths(valueBeforeCursor, vscode_uri_1.URI.parse(document.uri).fsPath, workspaceRoot);
-                result.push(...paths.map(p => pathToSuggestion(p, valueBeforeCursor, fullValue, range)));
-            }
-        }
-    };
-}
-exports.getPathCompletionParticipant = getPathCompletionParticipant;
-function stripQuotes(fullValue) {
-    if (strings_1.startsWith(fullValue, `'`) || strings_1.startsWith(fullValue, `"`)) {
-        return fullValue.slice(1, -1);
-    }
-    else {
-        return fullValue;
-    }
-}
-function shouldDoPathCompletion(tag, attr, value) {
-    if (strings_1.startsWith(value, 'http') || strings_1.startsWith(value, 'https') || strings_1.startsWith(value, '//')) {
-        return false;
-    }
-    if (PATH_TAG_AND_ATTR[tag]) {
-        if (typeof PATH_TAG_AND_ATTR[tag] === 'string') {
-            return PATH_TAG_AND_ATTR[tag] === attr;
-        }
-        else {
-            return arrays_1.contains(PATH_TAG_AND_ATTR[tag], attr);
-        }
-    }
-    return false;
-}
-/**
- * Get a list of path suggestions. Folder suggestions are suffixed with a slash.
- */
-function providePaths(valueBeforeCursor, activeDocFsPath, root) {
-    const lastIndexOfSlash = valueBeforeCursor.lastIndexOf('/');
-    const valueBeforeLastSlash = valueBeforeCursor.slice(0, lastIndexOfSlash + 1);
-    const startsWithSlash = strings_1.startsWith(valueBeforeCursor, '/');
-    let parentDir;
-    if (startsWithSlash) {
-        if (!root) {
-            return [];
-        }
-        parentDir = path.resolve(root, '.' + valueBeforeLastSlash);
-    }
-    else {
-        parentDir = path.resolve(activeDocFsPath, '..', valueBeforeLastSlash);
-    }
-    try {
-        const paths = fs.readdirSync(parentDir).map(f => {
-            return isDir(path.resolve(parentDir, f))
-                ? f + '/'
-                : f;
-        });
-        return paths.filter(p => p[0] !== '.');
-    }
-    catch (e) {
-        return [];
-    }
-}
-function isDir(p) {
-    try {
-        return fs.statSync(p).isDirectory();
-    }
-    catch (e) {
-        return false;
-    }
-}
-function pathToSuggestion(p, valueBeforeCursor, fullValue, range) {
-    const isDir = p[p.length - 1] === '/';
-    let replaceRange;
-    const lastIndexOfSlash = valueBeforeCursor.lastIndexOf('/');
-    if (lastIndexOfSlash === -1) {
-        replaceRange = shiftRange(range, 1, -1);
-    }
-    else {
-        // For cases where cursor is in the middle of attribute value, like <script src="./s|rc/test.js">
-        // Find the last slash before cursor, and calculate the start of replace range from there
-        const valueAfterLastSlash = fullValue.slice(lastIndexOfSlash + 1);
-        const startPos = shiftPosition(range.end, -1 - valueAfterLastSlash.length);
-        // If whitespace exists, replace until there is no more
-        const whitespaceIndex = valueAfterLastSlash.indexOf(' ');
-        let endPos;
-        if (whitespaceIndex !== -1) {
-            endPos = shiftPosition(startPos, whitespaceIndex);
-        }
-        else {
-            endPos = shiftPosition(range.end, -1);
-        }
-        replaceRange = languageModes_1.Range.create(startPos, endPos);
-    }
-    if (isDir) {
-        return {
-            label: p,
-            kind: languageModes_1.CompletionItemKind.Folder,
-            textEdit: languageModes_1.TextEdit.replace(replaceRange, p),
-            command: {
-                title: 'Suggest',
-                command: 'editor.action.triggerSuggest'
-            }
-        };
-    }
-    else {
-        return {
-            label: p,
-            kind: languageModes_1.CompletionItemKind.File,
-            textEdit: languageModes_1.TextEdit.replace(replaceRange, p)
-        };
-    }
-}
-function resolveWorkspaceRoot(activeDoc, workspaceFolders) {
-    for (const folder of workspaceFolders) {
-        if (strings_1.startsWith(activeDoc.uri, folder.uri)) {
-            return path.resolve(vscode_uri_1.URI.parse(folder.uri).fsPath);
-        }
-    }
-    return undefined;
-}
-function shiftPosition(pos, offset) {
-    return languageModes_1.Position.create(pos.line, pos.character + offset);
-}
-function shiftRange(range, startOffset, endOffset) {
-    const start = shiftPosition(range.start, startOffset);
-    const end = shiftPosition(range.end, endOffset);
-    return languageModes_1.Range.create(start, end);
-}
-// Selected from https://stackoverflow.com/a/2725168/1780148
-const PATH_TAG_AND_ATTR = {
-    // HTML 4
-    a: 'href',
-    area: 'href',
-    body: 'background',
-    del: 'cite',
-    form: 'action',
-    frame: ['src', 'longdesc'],
-    img: ['src', 'longdesc'],
-    ins: 'cite',
-    link: 'href',
-    object: 'data',
-    q: 'cite',
-    script: 'src',
-    // HTML 5
-    audio: 'src',
-    button: 'formaction',
-    command: 'icon',
-    embed: 'src',
-    html: 'manifest',
-    input: ['src', 'formaction'],
-    source: 'src',
-    track: 'src',
-    video: ['src', 'poster']
-};
-
-
-/***/ }),
-/* 142 */
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-
-/*---------------------------------------------------------------------------------------------
- *  Copyright (c) Microsoft Corporation. All rights reserved.
- *  Licensed under the MIT License. See License.txt in the project root for license information.
- *--------------------------------------------------------------------------------------------*/
-Object.defineProperty(exports, "__esModule", { value: true });
-function getWordAtText(text, offset, wordDefinition) {
-    let lineStart = offset;
-    while (lineStart > 0 && !isNewlineCharacter(text.charCodeAt(lineStart - 1))) {
-        lineStart--;
-    }
-    let offsetInLine = offset - lineStart;
-    let lineText = text.substr(lineStart);
-    // make a copy of the regex as to not keep the state
-    let flags = wordDefinition.ignoreCase ? 'gi' : 'g';
-    wordDefinition = new RegExp(wordDefinition.source, flags);
-    let match = wordDefinition.exec(lineText);
-    while (match && match.index + match[0].length < offsetInLine) {
-        match = wordDefinition.exec(lineText);
-    }
-    if (match && match.index <= offsetInLine) {
-        return { start: match.index + lineStart, length: match[0].length };
-    }
-    return { start: offset, length: 0 };
-}
-exports.getWordAtText = getWordAtText;
-function startsWith(haystack, needle) {
-    if (haystack.length < needle.length) {
-        return false;
-    }
-    for (let i = 0; i < needle.length; i++) {
-        if (haystack[i] !== needle[i]) {
-            return false;
-        }
-    }
-    return true;
-}
-exports.startsWith = startsWith;
-function endsWith(haystack, needle) {
-    let diff = haystack.length - needle.length;
-    if (diff > 0) {
-        return haystack.indexOf(needle, diff) === diff;
-    }
-    else if (diff === 0) {
-        return haystack === needle;
-    }
-    else {
-        return false;
-    }
-}
-exports.endsWith = endsWith;
-function repeat(value, count) {
-    let s = '';
-    while (count > 0) {
-        if ((count & 1) === 1) {
-            s += value;
-        }
-        value += value;
-        count = count >>> 1;
-    }
-    return s;
-}
-exports.repeat = repeat;
-function isWhitespaceOnly(str) {
-    return /^\s*$/.test(str);
-}
-exports.isWhitespaceOnly = isWhitespaceOnly;
-function isEOL(content, offset) {
-    return isNewlineCharacter(content.charCodeAt(offset));
-}
-exports.isEOL = isEOL;
-const CR = '\r'.charCodeAt(0);
-const NL = '\n'.charCodeAt(0);
-function isNewlineCharacter(charCode) {
-    return charCode === CR || charCode === NL;
-}
-exports.isNewlineCharacter = isNewlineCharacter;
-
-
-/***/ }),
-/* 143 */
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-
-/*---------------------------------------------------------------------------------------------
- *  Copyright (c) Microsoft Corporation. All rights reserved.
- *  Licensed under the MIT License. See License.txt in the project root for license information.
- *--------------------------------------------------------------------------------------------*/
-Object.defineProperty(exports, "__esModule", { value: true });
-function pushAll(to, from) {
-    if (from) {
-        for (const e of from) {
-            to.push(e);
-        }
-    }
-}
-exports.pushAll = pushAll;
-function contains(arr, val) {
-    return arr.indexOf(val) !== -1;
-}
-exports.contains = contains;
-/**
- * Like `Array#sort` but always stable. Usually runs a little slower `than Array#sort`
- * so only use this when actually needing stable sort.
- */
-function mergeSort(data, compare) {
-    _divideAndMerge(data, compare);
-    return data;
-}
-exports.mergeSort = mergeSort;
-function _divideAndMerge(data, compare) {
-    if (data.length <= 1) {
-        // sorted
-        return;
-    }
-    const p = (data.length / 2) | 0;
-    const left = data.slice(0, p);
-    const right = data.slice(p);
-    _divideAndMerge(left, compare);
-    _divideAndMerge(right, compare);
-    let leftIdx = 0;
-    let rightIdx = 0;
-    let i = 0;
-    while (leftIdx < left.length && rightIdx < right.length) {
-        let ret = compare(left[leftIdx], right[rightIdx]);
-        if (ret <= 0) {
-            // smaller_equal -> take left to preserve order
-            data[i++] = left[leftIdx++];
-        }
-        else {
-            // greater -> take right
-            data[i++] = right[rightIdx++];
-        }
-    }
-    while (leftIdx < left.length) {
-        data[i++] = left[leftIdx++];
-    }
-    while (rightIdx < right.length) {
-        data[i++] = right[rightIdx++];
-    }
-}
-function binarySearch(array, key, comparator) {
-    let low = 0, high = array.length - 1;
-    while (low <= high) {
-        let mid = ((low + high) / 2) | 0;
-        let comp = comparator(array[mid], key);
-        if (comp < 0) {
-            low = mid + 1;
-        }
-        else if (comp > 0) {
-            high = mid - 1;
-        }
-        else {
-            return mid;
-        }
-    }
-    return -(low + 1);
-}
-exports.binarySearch = binarySearch;
-
-
-/***/ }),
-/* 144 */
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-
-/*---------------------------------------------------------------------------------------------
- *  Copyright (c) Microsoft Corporation. All rights reserved.
- *  Licensed under the MIT License. See License.txt in the project root for license information.
- *--------------------------------------------------------------------------------------------*/
-var __importStar = (this && this.__importStar) || function (mod) {
-    if (mod && mod.__esModule) return mod;
-    var result = {};
-    if (mod != null) for (var k in mod) if (Object.hasOwnProperty.call(mod, k)) result[k] = mod[k];
-    result["default"] = mod;
-    return result;
+var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
+    function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
+    return new (P || (P = Promise))(function (resolve, reject) {
+        function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
+        function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
+        function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
+        step((generator = generator.apply(thisArg, _arguments || [])).next());
+    });
 };
-Object.defineProperty(exports, "__esModule", { value: true });
-const languageModelCache_1 = __webpack_require__(137);
-const languageModes_1 = __webpack_require__(71);
-const strings_1 = __webpack_require__(142);
-const ts = __importStar(__webpack_require__(145));
-const path_1 = __webpack_require__(3);
-const javascriptSemanticTokens_1 = __webpack_require__(146);
+Object.defineProperty(exports, "__esModule", ({ value: true }));
+exports.getJavaScriptMode = void 0;
+const languageModelCache_1 = __webpack_require__(135);
+const languageModes_1 = __webpack_require__(61);
+const strings_1 = __webpack_require__(140);
+const ts = __importStar(__webpack_require__(141));
+const javascriptSemanticTokens_1 = __webpack_require__(142);
 const JS_WORD_REGEX = /(-?\d*\.\d\w*)|([^\`\~\!\@\#\%\^\&\*\(\)\-\=\+\[\{\]\}\\\|\;\:\'\"\,\.\<\>\/\?\s]+)/g;
-let jquery_d_ts = path_1.join(__dirname, '../lib/jquery.d.ts'); // when packaged
-if (!ts.sys.fileExists(jquery_d_ts)) {
-    jquery_d_ts = path_1.join(__dirname, '../../lib/jquery.d.ts'); // from source
-}
-function getJavaScriptMode(documentRegions, languageId) {
-    let jsDocuments = languageModelCache_1.getLanguageModelCache(10, 60, document => documentRegions.get(document).getEmbeddedDocument(languageId));
-    const workingFile = languageId === 'javascript' ? 'vscode://javascript/1.js' : 'vscode://javascript/2.ts'; // the same 'file' is used for all contents
-    let compilerOptions = { allowNonTsExtensions: true, allowJs: true, lib: ['lib.es6.d.ts'], target: ts.ScriptTarget.Latest, moduleResolution: ts.ModuleResolutionKind.Classic };
-    let currentTextDocument;
-    let scriptFileVersion = 0;
-    function updateCurrentTextDocument(doc) {
-        if (!currentTextDocument || doc.uri !== currentTextDocument.uri || doc.version !== currentTextDocument.version) {
-            currentTextDocument = jsDocuments.get(doc);
-            scriptFileVersion++;
-        }
-    }
-    const host = {
-        getCompilationSettings: () => compilerOptions,
-        getScriptFileNames: () => [workingFile, jquery_d_ts],
-        getScriptKind: (fileName) => fileName.substr(fileName.length - 2) === 'ts' ? ts.ScriptKind.TS : ts.ScriptKind.JS,
-        getScriptVersion: (fileName) => {
-            if (fileName === workingFile) {
-                return String(scriptFileVersion);
-            }
-            return '1'; // default lib an jquery.d.ts are static
-        },
-        getScriptSnapshot: (fileName) => {
-            let text = '';
-            if (strings_1.startsWith(fileName, 'vscode:')) {
-                if (fileName === workingFile) {
+function getLanguageServiceHost(scriptKind) {
+    const compilerOptions = { allowNonTsExtensions: true, allowJs: true, lib: ['lib.es6.d.ts'], target: ts.ScriptTarget.Latest, moduleResolution: ts.ModuleResolutionKind.Classic, experimentalDecorators: false };
+    let currentTextDocument = languageModes_1.TextDocument.create('init', 'javascript', 1, '');
+    const jsLanguageService = Promise.resolve().then(() => __importStar(__webpack_require__(/* webpackChunkName: "javascriptLibs" */ 143))).then(libs => {
+        const host = {
+            getCompilationSettings: () => compilerOptions,
+            getScriptFileNames: () => [currentTextDocument.uri, 'jquery'],
+            getScriptKind: (fileName) => {
+                if (fileName === currentTextDocument.uri) {
+                    return scriptKind;
+                }
+                return fileName.substr(fileName.length - 2) === 'ts' ? ts.ScriptKind.TS : ts.ScriptKind.JS;
+            },
+            getScriptVersion: (fileName) => {
+                if (fileName === currentTextDocument.uri) {
+                    return String(currentTextDocument.version);
+                }
+                return '1'; // default lib an jquery.d.ts are static
+            },
+            getScriptSnapshot: (fileName) => {
+                let text = '';
+                if (fileName === currentTextDocument.uri) {
                     text = currentTextDocument.getText();
                 }
-            }
-            else {
-                text = ts.sys.readFile(fileName) || '';
-            }
-            return {
-                getText: (start, end) => text.substring(start, end),
-                getLength: () => text.length,
-                getChangeRange: () => undefined
-            };
+                else {
+                    text = libs.loadLibrary(fileName);
+                }
+                return {
+                    getText: (start, end) => text.substring(start, end),
+                    getLength: () => text.length,
+                    getChangeRange: () => undefined
+                };
+            },
+            getCurrentDirectory: () => '',
+            getDefaultLibFileName: (_options) => 'es6'
+        };
+        return ts.createLanguageService(host);
+    });
+    return {
+        getLanguageService(jsDocument) {
+            return __awaiter(this, void 0, void 0, function* () {
+                currentTextDocument = jsDocument;
+                return jsLanguageService;
+            });
+        },
+        getCompilationSettings() {
+            return compilerOptions;
         },
-        getCurrentDirectory: () => '',
-        getDefaultLibFileName: (options) => ts.getDefaultLibFilePath(options)
+        dispose() {
+            if (jsLanguageService) {
+                jsLanguageService.then(s => s.dispose());
+            }
+        }
     };
-    let jsLanguageService = ts.createLanguageService(host);
+}
+function getJavaScriptMode(documentRegions, languageId, workspace) {
+    let jsDocuments = languageModelCache_1.getLanguageModelCache(10, 60, document => documentRegions.get(document).getEmbeddedDocument(languageId));
+    const host = getLanguageServiceHost(languageId === 'javascript' ? ts.ScriptKind.JS : ts.ScriptKind.TS);
     let globalSettings = {};
     return {
         getId() {
             return languageId;
         },
-        doValidation(document) {
-            updateCurrentTextDocument(document);
-            const syntaxDiagnostics = jsLanguageService.getSyntacticDiagnostics(workingFile);
-            const semanticDiagnostics = jsLanguageService.getSemanticDiagnostics(workingFile);
-            return syntaxDiagnostics.concat(semanticDiagnostics).map((diag) => {
-                return {
-                    range: convertRange(currentTextDocument, diag),
-                    severity: languageModes_1.DiagnosticSeverity.Error,
-                    source: languageId,
-                    message: ts.flattenDiagnosticMessageText(diag.messageText, '\n')
-                };
+        doValidation(document, settings = workspace.settings) {
+            return __awaiter(this, void 0, void 0, function* () {
+                host.getCompilationSettings()['experimentalDecorators'] = settings && settings.javascript && settings.javascript.implicitProjectConfig && settings.javascript.implicitProjectConfig.experimentalDecorators;
+                const jsDocument = jsDocuments.get(document);
+                const languageService = yield host.getLanguageService(jsDocument);
+                const syntaxDiagnostics = languageService.getSyntacticDiagnostics(jsDocument.uri);
+                const semanticDiagnostics = languageService.getSemanticDiagnostics(jsDocument.uri);
+                return syntaxDiagnostics.concat(semanticDiagnostics).map((diag) => {
+                    return {
+                        range: convertRange(jsDocument, diag),
+                        severity: languageModes_1.DiagnosticSeverity.Error,
+                        source: languageId,
+                        message: ts.flattenDiagnosticMessageText(diag.messageText, '\n')
+                    };
+                });
             });
         },
-        doComplete(document, position) {
-            updateCurrentTextDocument(document);
-            let offset = currentTextDocument.offsetAt(position);
-            let completions = jsLanguageService.getCompletionsAtPosition(workingFile, offset, { includeExternalModuleExports: false, includeInsertTextCompletions: false });
-            if (!completions) {
-                return { isIncomplete: false, items: [] };
-            }
-            let replaceRange = convertRange(currentTextDocument, strings_1.getWordAtText(currentTextDocument.getText(), offset, JS_WORD_REGEX));
-            return {
-                isIncomplete: false,
-                items: completions.entries.map(entry => {
-                    return {
-                        uri: document.uri,
-                        position: position,
-                        label: entry.name,
-                        sortText: entry.sortText,
-                        kind: convertKind(entry.kind),
-                        textEdit: languageModes_1.TextEdit.replace(replaceRange, entry.name),
-                        data: {
-                            languageId,
+        doComplete(document, position, _documentContext) {
+            return __awaiter(this, void 0, void 0, function* () {
+                const jsDocument = jsDocuments.get(document);
+                const jsLanguageService = yield host.getLanguageService(jsDocument);
+                let offset = jsDocument.offsetAt(position);
+                let completions = jsLanguageService.getCompletionsAtPosition(jsDocument.uri, offset, { includeExternalModuleExports: false, includeInsertTextCompletions: false });
+                if (!completions) {
+                    return { isIncomplete: false, items: [] };
+                }
+                let replaceRange = convertRange(jsDocument, strings_1.getWordAtText(jsDocument.getText(), offset, JS_WORD_REGEX));
+                return {
+                    isIncomplete: false,
+                    items: completions.entries.map(entry => {
+                        return {
                             uri: document.uri,
-                            offset: offset
-                        }
-                    };
-                })
-            };
+                            position: position,
+                            label: entry.name,
+                            sortText: entry.sortText,
+                            kind: convertKind(entry.kind),
+                            textEdit: languageModes_1.TextEdit.replace(replaceRange, entry.name),
+                            data: {
+                                languageId,
+                                uri: document.uri,
+                                offset: offset
+                            }
+                        };
+                    })
+                };
+            });
         },
         doResolve(document, item) {
-            updateCurrentTextDocument(document);
-            let details = jsLanguageService.getCompletionEntryDetails(workingFile, item.data.offset, item.label, undefined, undefined, undefined);
-            if (details) {
-                item.detail = ts.displayPartsToString(details.displayParts);
-                item.documentation = ts.displayPartsToString(details.documentation);
-                delete item.data;
-            }
-            return item;
+            return __awaiter(this, void 0, void 0, function* () {
+                const jsDocument = jsDocuments.get(document);
+                const jsLanguageService = yield host.getLanguageService(jsDocument);
+                let details = jsLanguageService.getCompletionEntryDetails(jsDocument.uri, item.data.offset, item.label, undefined, undefined, undefined);
+                if (details) {
+                    item.detail = ts.displayPartsToString(details.displayParts);
+                    item.documentation = ts.displayPartsToString(details.documentation);
+                    delete item.data;
+                }
+                return item;
+            });
         },
         doHover(document, position) {
-            updateCurrentTextDocument(document);
-            let info = jsLanguageService.getQuickInfoAtPosition(workingFile, currentTextDocument.offsetAt(position));
-            if (info) {
-                let contents = ts.displayPartsToString(info.displayParts);
-                return {
-                    range: convertRange(currentTextDocument, info.textSpan),
-                    contents: languageModes_1.MarkedString.fromPlainText(contents)
-                };
-            }
-            return null;
+            return __awaiter(this, void 0, void 0, function* () {
+                const jsDocument = jsDocuments.get(document);
+                const jsLanguageService = yield host.getLanguageService(jsDocument);
+                let info = jsLanguageService.getQuickInfoAtPosition(jsDocument.uri, jsDocument.offsetAt(position));
+                if (info) {
+                    let contents = ts.displayPartsToString(info.displayParts);
+                    return {
+                        range: convertRange(jsDocument, info.textSpan),
+                        contents: languageModes_1.MarkedString.fromPlainText(contents)
+                    };
+                }
+                return null;
+            });
         },
         doSignatureHelp(document, position) {
-            updateCurrentTextDocument(document);
-            let signHelp = jsLanguageService.getSignatureHelpItems(workingFile, currentTextDocument.offsetAt(position), undefined);
-            if (signHelp) {
-                let ret = {
-                    activeSignature: signHelp.selectedItemIndex,
-                    activeParameter: signHelp.argumentIndex,
-                    signatures: []
-                };
-                signHelp.items.forEach(item => {
-                    let signature = {
-                        label: '',
-                        documentation: undefined,
-                        parameters: []
+            return __awaiter(this, void 0, void 0, function* () {
+                const jsDocument = jsDocuments.get(document);
+                const jsLanguageService = yield host.getLanguageService(jsDocument);
+                let signHelp = jsLanguageService.getSignatureHelpItems(jsDocument.uri, jsDocument.offsetAt(position), undefined);
+                if (signHelp) {
+                    let ret = {
+                        activeSignature: signHelp.selectedItemIndex,
+                        activeParameter: signHelp.argumentIndex,
+                        signatures: []
                     };
-                    signature.label += ts.displayPartsToString(item.prefixDisplayParts);
-                    item.parameters.forEach((p, i, a) => {
-                        let label = ts.displayPartsToString(p.displayParts);
-                        let parameter = {
-                            label: label,
-                            documentation: ts.displayPartsToString(p.documentation)
+                    signHelp.items.forEach(item => {
+                        let signature = {
+                            label: '',
+                            documentation: undefined,
+                            parameters: []
                         };
-                        signature.label += label;
-                        signature.parameters.push(parameter);
-                        if (i < a.length - 1) {
-                            signature.label += ts.displayPartsToString(item.separatorDisplayParts);
-                        }
+                        signature.label += ts.displayPartsToString(item.prefixDisplayParts);
+                        item.parameters.forEach((p, i, a) => {
+                            let label = ts.displayPartsToString(p.displayParts);
+                            let parameter = {
+                                label: label,
+                                documentation: ts.displayPartsToString(p.documentation)
+                            };
+                            signature.label += label;
+                            signature.parameters.push(parameter);
+                            if (i < a.length - 1) {
+                                signature.label += ts.displayPartsToString(item.separatorDisplayParts);
+                            }
+                        });
+                        signature.label += ts.displayPartsToString(item.suffixDisplayParts);
+                        ret.signatures.push(signature);
                     });
-                    signature.label += ts.displayPartsToString(item.suffixDisplayParts);
-                    ret.signatures.push(signature);
-                });
-                return ret;
-            }
-            return null;
+                    return ret;
+                }
+                return null;
+            });
         },
         findDocumentHighlight(document, position) {
-            updateCurrentTextDocument(document);
-            const highlights = jsLanguageService.getDocumentHighlights(workingFile, currentTextDocument.offsetAt(position), [workingFile]);
-            const out = [];
-            for (const entry of highlights || []) {
-                for (const highlight of entry.highlightSpans) {
-                    out.push({
-                        range: convertRange(currentTextDocument, highlight.textSpan),
-                        kind: highlight.kind === 'writtenReference' ? languageModes_1.DocumentHighlightKind.Write : languageModes_1.DocumentHighlightKind.Text
-                    });
+            return __awaiter(this, void 0, void 0, function* () {
+                const jsDocument = jsDocuments.get(document);
+                const jsLanguageService = yield host.getLanguageService(jsDocument);
+                const highlights = jsLanguageService.getDocumentHighlights(jsDocument.uri, jsDocument.offsetAt(position), [jsDocument.uri]);
+                const out = [];
+                for (const entry of highlights || []) {
+                    for (const highlight of entry.highlightSpans) {
+                        out.push({
+                            range: convertRange(jsDocument, highlight.textSpan),
+                            kind: highlight.kind === 'writtenReference' ? languageModes_1.DocumentHighlightKind.Write : languageModes_1.DocumentHighlightKind.Text
+                        });
+                    }
                 }
-            }
-            return out;
+                return out;
+            });
         },
         findDocumentSymbols(document) {
-            updateCurrentTextDocument(document);
-            let items = jsLanguageService.getNavigationBarItems(workingFile);
-            if (items) {
-                let result = [];
-                let existing = Object.create(null);
-                let collectSymbols = (item, containerLabel) => {
-                    let sig = item.text + item.kind + item.spans[0].start;
-                    if (item.kind !== 'script' && !existing[sig]) {
-                        let symbol = {
-                            name: item.text,
-                            kind: convertSymbolKind(item.kind),
-                            location: {
-                                uri: document.uri,
-                                range: convertRange(currentTextDocument, item.spans[0])
-                            },
-                            containerName: containerLabel
-                        };
-                        existing[sig] = true;
-                        result.push(symbol);
-                        containerLabel = item.text;
-                    }
-                    if (item.childItems && item.childItems.length > 0) {
-                        for (let child of item.childItems) {
-                            collectSymbols(child, containerLabel);
+            return __awaiter(this, void 0, void 0, function* () {
+                const jsDocument = jsDocuments.get(document);
+                const jsLanguageService = yield host.getLanguageService(jsDocument);
+                let items = jsLanguageService.getNavigationBarItems(jsDocument.uri);
+                if (items) {
+                    let result = [];
+                    let existing = Object.create(null);
+                    let collectSymbols = (item, containerLabel) => {
+                        let sig = item.text + item.kind + item.spans[0].start;
+                        if (item.kind !== 'script' && !existing[sig]) {
+                            let symbol = {
+                                name: item.text,
+                                kind: convertSymbolKind(item.kind),
+                                location: {
+                                    uri: document.uri,
+                                    range: convertRange(jsDocument, item.spans[0])
+                                },
+                                containerName: containerLabel
+                            };
+                            existing[sig] = true;
+                            result.push(symbol);
+                            containerLabel = item.text;
+                        }
+                        if (item.childItems && item.childItems.length > 0) {
+                            for (let child of item.childItems) {
+                                collectSymbols(child, containerLabel);
+                            }
                         }
-                    }
-                };
-                items.forEach(item => collectSymbols(item));
-                return result;
-            }
-            return [];
-        },
-        findDefinition(document, position) {
-            updateCurrentTextDocument(document);
-            let definition = jsLanguageService.getDefinitionAtPosition(workingFile, currentTextDocument.offsetAt(position));
-            if (definition) {
-                return definition.filter(d => d.fileName === workingFile).map(d => {
-                    return {
-                        uri: document.uri,
-                        range: convertRange(currentTextDocument, d.textSpan)
                     };
-                });
-            }
-            return null;
+                    items.forEach(item => collectSymbols(item));
+                    return result;
+                }
+                return [];
+            });
         },
-        findReferences(document, position) {
-            updateCurrentTextDocument(document);
-            let references = jsLanguageService.getReferencesAtPosition(workingFile, currentTextDocument.offsetAt(position));
-            if (references) {
-                return references.filter(d => d.fileName === workingFile).map(d => {
-                    return {
-                        uri: document.uri,
-                        range: convertRange(currentTextDocument, d.textSpan)
-                    };
-                });
-            }
-            return [];
+        findDefinition(document, position) {
+            return __awaiter(this, void 0, void 0, function* () {
+                const jsDocument = jsDocuments.get(document);
+                const jsLanguageService = yield host.getLanguageService(jsDocument);
+                let definition = jsLanguageService.getDefinitionAtPosition(jsDocument.uri, jsDocument.offsetAt(position));
+                if (definition) {
+                    return definition.filter(d => d.fileName === jsDocument.uri).map(d => {
+                        return {
+                            uri: document.uri,
+                            range: convertRange(jsDocument, d.textSpan)
+                        };
+                    });
+                }
+                return null;
+            });
+        },
+        findReferences(document, position) {
+            return __awaiter(this, void 0, void 0, function* () {
+                const jsDocument = jsDocuments.get(document);
+                const jsLanguageService = yield host.getLanguageService(jsDocument);
+                let references = jsLanguageService.getReferencesAtPosition(jsDocument.uri, jsDocument.offsetAt(position));
+                if (references) {
+                    return references.filter(d => d.fileName === jsDocument.uri).map(d => {
+                        return {
+                            uri: document.uri,
+                            range: convertRange(jsDocument, d.textSpan)
+                        };
+                    });
+                }
+                return [];
+            });
         },
         getSelectionRange(document, position) {
-            updateCurrentTextDocument(document);
-            function convertSelectionRange(selectionRange) {
-                const parent = selectionRange.parent ? convertSelectionRange(selectionRange.parent) : undefined;
-                return languageModes_1.SelectionRange.create(convertRange(currentTextDocument, selectionRange.textSpan), parent);
-            }
-            const range = jsLanguageService.getSmartSelectionRange(workingFile, currentTextDocument.offsetAt(position));
-            return convertSelectionRange(range);
+            return __awaiter(this, void 0, void 0, function* () {
+                const jsDocument = jsDocuments.get(document);
+                const jsLanguageService = yield host.getLanguageService(jsDocument);
+                function convertSelectionRange(selectionRange) {
+                    const parent = selectionRange.parent ? convertSelectionRange(selectionRange.parent) : undefined;
+                    return languageModes_1.SelectionRange.create(convertRange(jsDocument, selectionRange.textSpan), parent);
+                }
+                const range = jsLanguageService.getSmartSelectionRange(jsDocument.uri, jsDocument.offsetAt(position));
+                return convertSelectionRange(range);
+            });
         },
         format(document, range, formatParams, settings = globalSettings) {
-            currentTextDocument = documentRegions.get(document).getEmbeddedDocument('javascript', true);
-            scriptFileVersion++;
-            let formatterSettings = settings && settings.javascript && settings.javascript.format;
-            let initialIndentLevel = computeInitialIndent(document, range, formatParams);
-            let formatSettings = convertOptions(formatParams, formatterSettings, initialIndentLevel + 1);
-            let start = currentTextDocument.offsetAt(range.start);
-            let end = currentTextDocument.offsetAt(range.end);
-            let lastLineRange = null;
-            if (range.end.line > range.start.line && (range.end.character === 0 || strings_1.isWhitespaceOnly(currentTextDocument.getText().substr(end - range.end.character, range.end.character)))) {
-                end -= range.end.character;
-                lastLineRange = languageModes_1.Range.create(languageModes_1.Position.create(range.end.line, 0), range.end);
-            }
-            let edits = jsLanguageService.getFormattingEditsForRange(workingFile, start, end, formatSettings);
-            if (edits) {
-                let result = [];
-                for (let edit of edits) {
-                    if (edit.span.start >= start && edit.span.start + edit.span.length <= end) {
+            return __awaiter(this, void 0, void 0, function* () {
+                const jsDocument = documentRegions.get(document).getEmbeddedDocument('javascript', true);
+                const jsLanguageService = yield host.getLanguageService(jsDocument);
+                let formatterSettings = settings && settings.javascript && settings.javascript.format;
+                let initialIndentLevel = computeInitialIndent(document, range, formatParams);
+                let formatSettings = convertOptions(formatParams, formatterSettings, initialIndentLevel + 1);
+                let start = jsDocument.offsetAt(range.start);
+                let end = jsDocument.offsetAt(range.end);
+                let lastLineRange = null;
+                if (range.end.line > range.start.line && (range.end.character === 0 || strings_1.isWhitespaceOnly(jsDocument.getText().substr(end - range.end.character, range.end.character)))) {
+                    end -= range.end.character;
+                    lastLineRange = languageModes_1.Range.create(languageModes_1.Position.create(range.end.line, 0), range.end);
+                }
+                let edits = jsLanguageService.getFormattingEditsForRange(jsDocument.uri, start, end, formatSettings);
+                if (edits) {
+                    let result = [];
+                    for (let edit of edits) {
+                        if (edit.span.start >= start && edit.span.start + edit.span.length <= end) {
+                            result.push({
+                                range: convertRange(jsDocument, edit.span),
+                                newText: edit.newText
+                            });
+                        }
+                    }
+                    if (lastLineRange) {
                         result.push({
-                            range: convertRange(currentTextDocument, edit.span),
-                            newText: edit.newText
+                            range: lastLineRange,
+                            newText: generateIndent(initialIndentLevel, formatParams)
                         });
                     }
+                    return result;
                 }
-                if (lastLineRange) {
-                    result.push({
-                        range: lastLineRange,
-                        newText: generateIndent(initialIndentLevel, formatParams)
-                    });
-                }
-                return result;
-            }
-            return [];
+                return [];
+            });
         },
         getFoldingRanges(document) {
-            updateCurrentTextDocument(document);
-            let spans = jsLanguageService.getOutliningSpans(workingFile);
-            let ranges = [];
-            for (let span of spans) {
-                let curr = convertRange(currentTextDocument, span.textSpan);
-                let startLine = curr.start.line;
-                let endLine = curr.end.line;
-                if (startLine < endLine) {
-                    let foldingRange = { startLine, endLine };
-                    let match = document.getText(curr).match(/^\s*\/(?:(\/\s*#(?:end)?region\b)|(\*|\/))/);
-                    if (match) {
-                        foldingRange.kind = match[1] ? languageModes_1.FoldingRangeKind.Region : languageModes_1.FoldingRangeKind.Comment;
+            return __awaiter(this, void 0, void 0, function* () {
+                const jsDocument = jsDocuments.get(document);
+                const jsLanguageService = yield host.getLanguageService(jsDocument);
+                let spans = jsLanguageService.getOutliningSpans(jsDocument.uri);
+                let ranges = [];
+                for (let span of spans) {
+                    let curr = convertRange(jsDocument, span.textSpan);
+                    let startLine = curr.start.line;
+                    let endLine = curr.end.line;
+                    if (startLine < endLine) {
+                        let foldingRange = { startLine, endLine };
+                        let match = document.getText(curr).match(/^\s*\/(?:(\/\s*#(?:end)?region\b)|(\*|\/))/);
+                        if (match) {
+                            foldingRange.kind = match[1] ? languageModes_1.FoldingRangeKind.Region : languageModes_1.FoldingRangeKind.Comment;
+                        }
+                        ranges.push(foldingRange);
                     }
-                    ranges.push(foldingRange);
                 }
-            }
-            return ranges;
+                return ranges;
+            });
         },
         onDocumentRemoved(document) {
             jsDocuments.onDocumentRemoved(document);
         },
         getSemanticTokens(document) {
-            updateCurrentTextDocument(document);
-            return javascriptSemanticTokens_1.getSemanticTokens(jsLanguageService, currentTextDocument, workingFile);
+            return __awaiter(this, void 0, void 0, function* () {
+                const jsDocument = jsDocuments.get(document);
+                const jsLanguageService = yield host.getLanguageService(jsDocument);
+                return javascriptSemanticTokens_1.getSemanticTokens(jsLanguageService, jsDocument, jsDocument.uri);
+            });
         },
         getSemanticTokenLegend() {
             return javascriptSemanticTokens_1.getSemanticTokenLegend();
         },
         dispose() {
-            jsLanguageService.dispose();
+            host.dispose();
             jsDocuments.dispose();
         }
     };
@@ -58865,30 +64545,126 @@ function generateIndent(level, options) {
 
 
 /***/ }),
-/* 145 */
-/***/ (function(module, exports) {
+/* 140 */
+/***/ ((__unused_webpack_module, exports) => {
+
+
+/*---------------------------------------------------------------------------------------------
+ *  Copyright (c) Microsoft Corporation. All rights reserved.
+ *  Licensed under the MIT License. See License.txt in the project root for license information.
+ *--------------------------------------------------------------------------------------------*/
+Object.defineProperty(exports, "__esModule", ({ value: true }));
+exports.isNewlineCharacter = exports.isEOL = exports.isWhitespaceOnly = exports.repeat = exports.endsWith = exports.startsWith = exports.getWordAtText = void 0;
+function getWordAtText(text, offset, wordDefinition) {
+    let lineStart = offset;
+    while (lineStart > 0 && !isNewlineCharacter(text.charCodeAt(lineStart - 1))) {
+        lineStart--;
+    }
+    let offsetInLine = offset - lineStart;
+    let lineText = text.substr(lineStart);
+    // make a copy of the regex as to not keep the state
+    let flags = wordDefinition.ignoreCase ? 'gi' : 'g';
+    wordDefinition = new RegExp(wordDefinition.source, flags);
+    let match = wordDefinition.exec(lineText);
+    while (match && match.index + match[0].length < offsetInLine) {
+        match = wordDefinition.exec(lineText);
+    }
+    if (match && match.index <= offsetInLine) {
+        return { start: match.index + lineStart, length: match[0].length };
+    }
+    return { start: offset, length: 0 };
+}
+exports.getWordAtText = getWordAtText;
+function startsWith(haystack, needle) {
+    if (haystack.length < needle.length) {
+        return false;
+    }
+    for (let i = 0; i < needle.length; i++) {
+        if (haystack[i] !== needle[i]) {
+            return false;
+        }
+    }
+    return true;
+}
+exports.startsWith = startsWith;
+function endsWith(haystack, needle) {
+    let diff = haystack.length - needle.length;
+    if (diff > 0) {
+        return haystack.indexOf(needle, diff) === diff;
+    }
+    else if (diff === 0) {
+        return haystack === needle;
+    }
+    else {
+        return false;
+    }
+}
+exports.endsWith = endsWith;
+function repeat(value, count) {
+    let s = '';
+    while (count > 0) {
+        if ((count & 1) === 1) {
+            s += value;
+        }
+        value += value;
+        count = count >>> 1;
+    }
+    return s;
+}
+exports.repeat = repeat;
+function isWhitespaceOnly(str) {
+    return /^\s*$/.test(str);
+}
+exports.isWhitespaceOnly = isWhitespaceOnly;
+function isEOL(content, offset) {
+    return isNewlineCharacter(content.charCodeAt(offset));
+}
+exports.isEOL = isEOL;
+const CR = '\r'.charCodeAt(0);
+const NL = '\n'.charCodeAt(0);
+function isNewlineCharacter(charCode) {
+    return charCode === CR || charCode === NL;
+}
+exports.isNewlineCharacter = isNewlineCharacter;
 
-module.exports = require("typescript");
 
 /***/ }),
-/* 146 */
-/***/ (function(module, exports, __webpack_require__) {
+/* 141 */
+/***/ ((module) => {
+
+module.exports = require("typescript");;
+
+/***/ }),
+/* 142 */
+/***/ (function(__unused_webpack_module, exports, __webpack_require__) {
 
-"use strict";
 
 /*---------------------------------------------------------------------------------------------
  *  Copyright (c) Microsoft Corporation. All rights reserved.
  *  Licensed under the MIT License. See License.txt in the project root for license information.
  *--------------------------------------------------------------------------------------------*/
+var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
+    if (k2 === undefined) k2 = k;
+    Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
+}) : (function(o, m, k, k2) {
+    if (k2 === undefined) k2 = k;
+    o[k2] = m[k];
+}));
+var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
+    Object.defineProperty(o, "default", { enumerable: true, value: v });
+}) : function(o, v) {
+    o["default"] = v;
+});
 var __importStar = (this && this.__importStar) || function (mod) {
     if (mod && mod.__esModule) return mod;
     var result = {};
-    if (mod != null) for (var k in mod) if (Object.hasOwnProperty.call(mod, k)) result[k] = mod[k];
-    result["default"] = mod;
+    if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
+    __setModuleDefault(result, mod);
     return result;
 };
-Object.defineProperty(exports, "__esModule", { value: true });
-const ts = __importStar(__webpack_require__(145));
+Object.defineProperty(exports, "__esModule", ({ value: true }));
+exports.getSemanticTokens = exports.getSemanticTokenLegend = void 0;
+const ts = __importStar(__webpack_require__(141));
 function getSemanticTokenLegend() {
     if (tokenTypes.length !== 11 /* _ */) {
         console.warn('TokenType has added new entries.');
@@ -59015,114 +64791,242 @@ const tokenFromDeclarationMapping = {
 
 
 /***/ }),
-/* 147 */
-/***/ (function(module, exports, __webpack_require__) {
+/* 143 */
+/***/ ((__unused_webpack_module, exports, __webpack_require__) => {
 
-"use strict";
 
 /*---------------------------------------------------------------------------------------------
  *  Copyright (c) Microsoft Corporation. All rights reserved.
  *  Licensed under the MIT License. See License.txt in the project root for license information.
  *--------------------------------------------------------------------------------------------*/
-Object.defineProperty(exports, "__esModule", { value: true });
-const languageModes_1 = __webpack_require__(71);
-const arrays_1 = __webpack_require__(143);
-const strings_1 = __webpack_require__(142);
+Object.defineProperty(exports, "__esModule", ({ value: true }));
+exports.loadLibrary = void 0;
+const path_1 = __webpack_require__(3);
+const fs_1 = __webpack_require__(54);
+const contents = {};
+const serverFolder = path_1.dirname(__dirname);
+const TYPESCRIPT_LIB_SOURCE = path_1.join(serverFolder, './node_modules/typescript/lib');
+const JQUERY_PATH = path_1.join(serverFolder, 'jquery.d.ts');
+function loadLibrary(name) {
+    let content = contents[name];
+    if (typeof content !== 'string') {
+        let libPath;
+        if (name === 'jquery') {
+            libPath = JQUERY_PATH;
+        }
+        else {
+            libPath = path_1.join(TYPESCRIPT_LIB_SOURCE, name); // from source
+        }
+        try {
+            content = fs_1.readFileSync(libPath).toString();
+        }
+        catch (e) {
+            console.log(`Unable to load library ${name} at ${libPath}: ${e.message}`);
+            content = '';
+        }
+        contents[name] = content;
+    }
+    return content;
+}
+exports.loadLibrary = loadLibrary;
+
+
+/***/ }),
+/* 144 */
+/***/ (function(__unused_webpack_module, exports, __webpack_require__) {
+
+
+/*---------------------------------------------------------------------------------------------
+ *  Copyright (c) Microsoft Corporation. All rights reserved.
+ *  Licensed under the MIT License. See License.txt in the project root for license information.
+ *--------------------------------------------------------------------------------------------*/
+var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
+    function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
+    return new (P || (P = Promise))(function (resolve, reject) {
+        function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
+        function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
+        function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
+        step((generator = generator.apply(thisArg, _arguments || [])).next());
+    });
+};
+Object.defineProperty(exports, "__esModule", ({ value: true }));
+exports.format = void 0;
+const languageModes_1 = __webpack_require__(61);
+const arrays_1 = __webpack_require__(145);
+const strings_1 = __webpack_require__(140);
 function format(languageModes, document, formatRange, formattingOptions, settings, enabledModes) {
-    let result = [];
-    let endPos = formatRange.end;
-    let endOffset = document.offsetAt(endPos);
-    let content = document.getText();
-    if (endPos.character === 0 && endPos.line > 0 && endOffset !== content.length) {
-        // if selection ends after a new line, exclude that new line
-        let prevLineStart = document.offsetAt(languageModes_1.Position.create(endPos.line - 1, 0));
-        while (strings_1.isEOL(content, endOffset - 1) && endOffset > prevLineStart) {
-            endOffset--;
-        }
-        formatRange = languageModes_1.Range.create(formatRange.start, document.positionAt(endOffset));
-    }
-    // run the html formatter on the full range and pass the result content to the embedded formatters.
-    // from the final content create a single edit
-    // advantages of this approach are
-    //  - correct indents in the html document
-    //  - correct initial indent for embedded formatters
-    //  - no worrying of overlapping edits
-    // make sure we start in html
-    let allRanges = languageModes.getModesInRange(document, formatRange);
-    let i = 0;
-    let startPos = formatRange.start;
-    let isHTML = (range) => range.mode && range.mode.getId() === 'html';
-    while (i < allRanges.length && !isHTML(allRanges[i])) {
-        let range = allRanges[i];
-        if (!range.attributeValue && range.mode && range.mode.format) {
-            let edits = range.mode.format(document, languageModes_1.Range.create(startPos, range.end), formattingOptions, settings);
-            arrays_1.pushAll(result, edits);
-        }
-        startPos = range.end;
-        i++;
+    return __awaiter(this, void 0, void 0, function* () {
+        let result = [];
+        let endPos = formatRange.end;
+        let endOffset = document.offsetAt(endPos);
+        let content = document.getText();
+        if (endPos.character === 0 && endPos.line > 0 && endOffset !== content.length) {
+            // if selection ends after a new line, exclude that new line
+            let prevLineStart = document.offsetAt(languageModes_1.Position.create(endPos.line - 1, 0));
+            while (strings_1.isEOL(content, endOffset - 1) && endOffset > prevLineStart) {
+                endOffset--;
+            }
+            formatRange = languageModes_1.Range.create(formatRange.start, document.positionAt(endOffset));
+        }
+        // run the html formatter on the full range and pass the result content to the embedded formatters.
+        // from the final content create a single edit
+        // advantages of this approach are
+        //  - correct indents in the html document
+        //  - correct initial indent for embedded formatters
+        //  - no worrying of overlapping edits
+        // make sure we start in html
+        let allRanges = languageModes.getModesInRange(document, formatRange);
+        let i = 0;
+        let startPos = formatRange.start;
+        let isHTML = (range) => range.mode && range.mode.getId() === 'html';
+        while (i < allRanges.length && !isHTML(allRanges[i])) {
+            let range = allRanges[i];
+            if (!range.attributeValue && range.mode && range.mode.format) {
+                let edits = yield range.mode.format(document, languageModes_1.Range.create(startPos, range.end), formattingOptions, settings);
+                arrays_1.pushAll(result, edits);
+            }
+            startPos = range.end;
+            i++;
+        }
+        if (i === allRanges.length) {
+            return result;
+        }
+        // modify the range
+        formatRange = languageModes_1.Range.create(startPos, formatRange.end);
+        // perform a html format and apply changes to a new document
+        let htmlMode = languageModes.getMode('html');
+        let htmlEdits = yield htmlMode.format(document, formatRange, formattingOptions, settings);
+        let htmlFormattedContent = languageModes_1.TextDocument.applyEdits(document, htmlEdits);
+        let newDocument = languageModes_1.TextDocument.create(document.uri + '.tmp', document.languageId, document.version, htmlFormattedContent);
+        try {
+            // run embedded formatters on html formatted content: - formatters see correct initial indent
+            let afterFormatRangeLength = document.getText().length - document.offsetAt(formatRange.end); // length of unchanged content after replace range
+            let newFormatRange = languageModes_1.Range.create(formatRange.start, newDocument.positionAt(htmlFormattedContent.length - afterFormatRangeLength));
+            let embeddedRanges = languageModes.getModesInRange(newDocument, newFormatRange);
+            let embeddedEdits = [];
+            for (let r of embeddedRanges) {
+                let mode = r.mode;
+                if (mode && mode.format && enabledModes[mode.getId()] && !r.attributeValue) {
+                    let edits = yield mode.format(newDocument, r, formattingOptions, settings);
+                    for (let edit of edits) {
+                        embeddedEdits.push(edit);
+                    }
+                }
+            }
+            if (embeddedEdits.length === 0) {
+                arrays_1.pushAll(result, htmlEdits);
+                return result;
+            }
+            // apply all embedded format edits and create a single edit for all changes
+            let resultContent = languageModes_1.TextDocument.applyEdits(newDocument, embeddedEdits);
+            let resultReplaceText = resultContent.substring(document.offsetAt(formatRange.start), resultContent.length - afterFormatRangeLength);
+            result.push(languageModes_1.TextEdit.replace(formatRange, resultReplaceText));
+            return result;
+        }
+        finally {
+            languageModes.onDocumentRemoved(newDocument);
+        }
+    });
+}
+exports.format = format;
+
+
+/***/ }),
+/* 145 */
+/***/ ((__unused_webpack_module, exports) => {
+
+
+/*---------------------------------------------------------------------------------------------
+ *  Copyright (c) Microsoft Corporation. All rights reserved.
+ *  Licensed under the MIT License. See License.txt in the project root for license information.
+ *--------------------------------------------------------------------------------------------*/
+Object.defineProperty(exports, "__esModule", ({ value: true }));
+exports.binarySearch = exports.mergeSort = exports.contains = exports.pushAll = void 0;
+function pushAll(to, from) {
+    if (from) {
+        for (const e of from) {
+            to.push(e);
+        }
     }
-    if (i === allRanges.length) {
-        return result;
+}
+exports.pushAll = pushAll;
+function contains(arr, val) {
+    return arr.indexOf(val) !== -1;
+}
+exports.contains = contains;
+/**
+ * Like `Array#sort` but always stable. Usually runs a little slower `than Array#sort`
+ * so only use this when actually needing stable sort.
+ */
+function mergeSort(data, compare) {
+    _divideAndMerge(data, compare);
+    return data;
+}
+exports.mergeSort = mergeSort;
+function _divideAndMerge(data, compare) {
+    if (data.length <= 1) {
+        // sorted
+        return;
     }
-    // modify the range
-    formatRange = languageModes_1.Range.create(startPos, formatRange.end);
-    // perform a html format and apply changes to a new document
-    let htmlMode = languageModes.getMode('html');
-    let htmlEdits = htmlMode.format(document, formatRange, formattingOptions, settings);
-    let htmlFormattedContent = languageModes_1.TextDocument.applyEdits(document, htmlEdits);
-    let newDocument = languageModes_1.TextDocument.create(document.uri + '.tmp', document.languageId, document.version, htmlFormattedContent);
-    try {
-        // run embedded formatters on html formatted content: - formatters see correct initial indent
-        let afterFormatRangeLength = document.getText().length - document.offsetAt(formatRange.end); // length of unchanged content after replace range
-        let newFormatRange = languageModes_1.Range.create(formatRange.start, newDocument.positionAt(htmlFormattedContent.length - afterFormatRangeLength));
-        let embeddedRanges = languageModes.getModesInRange(newDocument, newFormatRange);
-        let embeddedEdits = [];
-        for (let r of embeddedRanges) {
-            let mode = r.mode;
-            if (mode && mode.format && enabledModes[mode.getId()] && !r.attributeValue) {
-                let edits = mode.format(newDocument, r, formattingOptions, settings);
-                for (let edit of edits) {
-                    embeddedEdits.push(edit);
-                }
-            }
-        }
-        if (embeddedEdits.length === 0) {
-            arrays_1.pushAll(result, htmlEdits);
-            return result;
+    const p = (data.length / 2) | 0;
+    const left = data.slice(0, p);
+    const right = data.slice(p);
+    _divideAndMerge(left, compare);
+    _divideAndMerge(right, compare);
+    let leftIdx = 0;
+    let rightIdx = 0;
+    let i = 0;
+    while (leftIdx < left.length && rightIdx < right.length) {
+        let ret = compare(left[leftIdx], right[rightIdx]);
+        if (ret <= 0) {
+            // smaller_equal -> take left to preserve order
+            data[i++] = left[leftIdx++];
+        }
+        else {
+            // greater -> take right
+            data[i++] = right[rightIdx++];
         }
-        // apply all embedded format edits and create a single edit for all changes
-        let resultContent = languageModes_1.TextDocument.applyEdits(newDocument, embeddedEdits);
-        let resultReplaceText = resultContent.substring(document.offsetAt(formatRange.start), resultContent.length - afterFormatRangeLength);
-        result.push(languageModes_1.TextEdit.replace(formatRange, resultReplaceText));
-        return result;
     }
-    finally {
-        languageModes.onDocumentRemoved(newDocument);
+    while (leftIdx < left.length) {
+        data[i++] = left[leftIdx++];
+    }
+    while (rightIdx < right.length) {
+        data[i++] = right[rightIdx++];
     }
 }
-exports.format = format;
+function binarySearch(array, key, comparator) {
+    let low = 0, high = array.length - 1;
+    while (low <= high) {
+        let mid = ((low + high) / 2) | 0;
+        let comp = comparator(array[mid], key);
+        if (comp < 0) {
+            low = mid + 1;
+        }
+        else if (comp > 0) {
+            high = mid - 1;
+        }
+        else {
+            return mid;
+        }
+    }
+    return -(low + 1);
+}
+exports.binarySearch = binarySearch;
 
 
 /***/ }),
-/* 148 */
-/***/ (function(module, exports, __webpack_require__) {
+/* 146 */
+/***/ ((__unused_webpack_module, exports, __webpack_require__) => {
 
-"use strict";
 
 /*---------------------------------------------------------------------------------------------
  *  Copyright (c) Microsoft Corporation. All rights reserved.
  *  Licensed under the MIT License. See License.txt in the project root for license information.
  *--------------------------------------------------------------------------------------------*/
-var __importStar = (this && this.__importStar) || function (mod) {
-    if (mod && mod.__esModule) return mod;
-    var result = {};
-    if (mod != null) for (var k in mod) if (Object.hasOwnProperty.call(mod, k)) result[k] = mod[k];
-    result["default"] = mod;
-    return result;
-};
-Object.defineProperty(exports, "__esModule", { value: true });
-const strings_1 = __webpack_require__(142);
-const url = __importStar(__webpack_require__(66));
+Object.defineProperty(exports, "__esModule", ({ value: true }));
+exports.getDocumentContext = void 0;
+const strings_1 = __webpack_require__(140);
+const requests_1 = __webpack_require__(147);
 function getDocumentContext(documentUri, workspaceFolders) {
     function getRootFolder() {
         for (let folder of workspaceFolders) {
@@ -59139,19 +65043,13 @@ function getDocumentContext(documentUri, workspaceFolders) {
     return {
         resolveReference: (ref, base = documentUri) => {
             if (ref[0] === '/') { // resolve absolute path against the current workspace folder
-                if (strings_1.startsWith(base, 'file://')) {
-                    let folderUri = getRootFolder();
-                    if (folderUri) {
-                        return folderUri + ref.substr(1);
-                    }
+                let folderUri = getRootFolder();
+                if (folderUri) {
+                    return folderUri + ref.substr(1);
                 }
             }
-            try {
-                return url.resolve(base, ref);
-            }
-            catch (_a) {
-                return '';
-            }
+            base = base.substr(0, base.lastIndexOf('/') + 1);
+            return requests_1.resolvePath(base, ref);
         },
     };
 }
@@ -59159,128 +65057,232 @@ exports.getDocumentContext = getDocumentContext;
 
 
 /***/ }),
-/* 149 */
-/***/ (function(module, exports, __webpack_require__) {
+/* 147 */
+/***/ (function(__unused_webpack_module, exports, __webpack_require__) {
 
-"use strict";
 
 /*---------------------------------------------------------------------------------------------
  *  Copyright (c) Microsoft Corporation. All rights reserved.
  *  Licensed under the MIT License. See License.txt in the project root for license information.
  *--------------------------------------------------------------------------------------------*/
-Object.defineProperty(exports, "__esModule", { value: true });
-const vscode_languageserver_1 = __webpack_require__(33);
-function formatError(message, err) {
-    if (err instanceof Error) {
-        let error = err;
-        return `${message}: ${error.message}\n${error.stack}`;
-    }
-    else if (typeof err === 'string') {
-        return `${message}: ${err}`;
-    }
-    else if (err) {
-        return `${message}: ${err.toString()}`;
+var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
+    function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
+    return new (P || (P = Promise))(function (resolve, reject) {
+        function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
+        function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
+        function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
+        step((generator = generator.apply(thisArg, _arguments || [])).next());
+    });
+};
+Object.defineProperty(exports, "__esModule", ({ value: true }));
+exports.joinPath = exports.normalizePath = exports.resolvePath = exports.isAbsolutePath = exports.extname = exports.basename = exports.dirname = exports.getScheme = exports.getRequestService = exports.FileType = exports.FsReadDirRequest = exports.FsStatRequest = exports.FsContentRequest = void 0;
+const vscode_uri_1 = __webpack_require__(84);
+const vscode_languageserver_1 = __webpack_require__(44);
+var FsContentRequest;
+(function (FsContentRequest) {
+    FsContentRequest.type = new vscode_languageserver_1.RequestType('fs/content');
+})(FsContentRequest = exports.FsContentRequest || (exports.FsContentRequest = {}));
+var FsStatRequest;
+(function (FsStatRequest) {
+    FsStatRequest.type = new vscode_languageserver_1.RequestType('fs/stat');
+})(FsStatRequest = exports.FsStatRequest || (exports.FsStatRequest = {}));
+var FsReadDirRequest;
+(function (FsReadDirRequest) {
+    FsReadDirRequest.type = new vscode_languageserver_1.RequestType('fs/readDir');
+})(FsReadDirRequest = exports.FsReadDirRequest || (exports.FsReadDirRequest = {}));
+var FileType;
+(function (FileType) {
+    /**
+     * The file type is unknown.
+     */
+    FileType[FileType["Unknown"] = 0] = "Unknown";
+    /**
+     * A regular file.
+     */
+    FileType[FileType["File"] = 1] = "File";
+    /**
+     * A directory.
+     */
+    FileType[FileType["Directory"] = 2] = "Directory";
+    /**
+     * A symbolic link to a file.
+     */
+    FileType[FileType["SymbolicLink"] = 64] = "SymbolicLink";
+})(FileType = exports.FileType || (exports.FileType = {}));
+function getRequestService(handledSchemas, connection, runtime) {
+    const builtInHandlers = {};
+    for (let protocol of handledSchemas) {
+        if (protocol === 'file') {
+            builtInHandlers[protocol] = runtime.file;
+        }
+        else if (protocol === 'http' || protocol === 'https') {
+            builtInHandlers[protocol] = runtime.http;
+        }
     }
-    return message;
-}
-exports.formatError = formatError;
-function runSafeAsync(func, errorVal, errorMessage, token) {
-    return new Promise((resolve) => {
-        setImmediate(() => {
-            if (token.isCancellationRequested) {
-                resolve(cancelValue());
-            }
-            return func().then(result => {
-                if (token.isCancellationRequested) {
-                    resolve(cancelValue());
-                    return;
-                }
-                else {
-                    resolve(result);
-                }
-            }, e => {
-                console.error(formatError(errorMessage, e));
-                resolve(errorVal);
+    return {
+        stat(uri) {
+            return __awaiter(this, void 0, void 0, function* () {
+                const handler = builtInHandlers[getScheme(uri)];
+                if (handler) {
+                    return handler.stat(uri);
+                }
+                const res = yield connection.sendRequest(FsStatRequest.type, uri.toString());
+                return res;
             });
-        });
-    });
+        },
+        readDirectory(uri) {
+            const handler = builtInHandlers[getScheme(uri)];
+            if (handler) {
+                return handler.readDirectory(uri);
+            }
+            return connection.sendRequest(FsReadDirRequest.type, uri.toString());
+        },
+        getContent(uri, encoding) {
+            const handler = builtInHandlers[getScheme(uri)];
+            if (handler) {
+                return handler.getContent(uri, encoding);
+            }
+            return connection.sendRequest(FsContentRequest.type, { uri: uri.toString(), encoding });
+        }
+    };
 }
-exports.runSafeAsync = runSafeAsync;
-function runSafe(func, errorVal, errorMessage, token) {
-    return new Promise((resolve) => {
-        setImmediate(() => {
-            if (token.isCancellationRequested) {
-                resolve(cancelValue());
+exports.getRequestService = getRequestService;
+function getScheme(uri) {
+    return uri.substr(0, uri.indexOf(':'));
+}
+exports.getScheme = getScheme;
+function dirname(uri) {
+    const lastIndexOfSlash = uri.lastIndexOf('/');
+    return lastIndexOfSlash !== -1 ? uri.substr(0, lastIndexOfSlash) : '';
+}
+exports.dirname = dirname;
+function basename(uri) {
+    const lastIndexOfSlash = uri.lastIndexOf('/');
+    return uri.substr(lastIndexOfSlash + 1);
+}
+exports.basename = basename;
+const Slash = '/'.charCodeAt(0);
+const Dot = '.'.charCodeAt(0);
+function extname(uri) {
+    for (let i = uri.length - 1; i >= 0; i--) {
+        const ch = uri.charCodeAt(i);
+        if (ch === Dot) {
+            if (i > 0 && uri.charCodeAt(i - 1) !== Slash) {
+                return uri.substr(i);
             }
             else {
-                try {
-                    let result = func();
-                    if (token.isCancellationRequested) {
-                        resolve(cancelValue());
-                        return;
-                    }
-                    else {
-                        resolve(result);
-                    }
-                }
-                catch (e) {
-                    console.error(formatError(errorMessage, e));
-                    resolve(errorVal);
-                }
+                break;
             }
-        });
-    });
+        }
+        else if (ch === Slash) {
+            break;
+        }
+    }
+    return '';
 }
-exports.runSafe = runSafe;
-function cancelValue() {
-    return new vscode_languageserver_1.ResponseError(vscode_languageserver_1.ErrorCodes.RequestCancelled, 'Request cancelled');
+exports.extname = extname;
+function isAbsolutePath(path) {
+    return path.charCodeAt(0) === Slash;
+}
+exports.isAbsolutePath = isAbsolutePath;
+function resolvePath(uriString, path) {
+    if (isAbsolutePath(path)) {
+        const uri = vscode_uri_1.URI.parse(uriString);
+        const parts = path.split('/');
+        return uri.with({ path: normalizePath(parts) }).toString();
+    }
+    return joinPath(uriString, path);
+}
+exports.resolvePath = resolvePath;
+function normalizePath(parts) {
+    const newParts = [];
+    for (const part of parts) {
+        if (part.length === 0 || part.length === 1 && part.charCodeAt(0) === Dot) {
+            // ignore
+        }
+        else if (part.length === 2 && part.charCodeAt(0) === Dot && part.charCodeAt(1) === Dot) {
+            newParts.pop();
+        }
+        else {
+            newParts.push(part);
+        }
+    }
+    if (parts.length > 1 && parts[parts.length - 1].length === 0) {
+        newParts.push('');
+    }
+    let res = newParts.join('/');
+    if (parts[0].length === 0) {
+        res = '/' + res;
+    }
+    return res;
+}
+exports.normalizePath = normalizePath;
+function joinPath(uriString, ...paths) {
+    const uri = vscode_uri_1.URI.parse(uriString);
+    const parts = uri.path.split('/');
+    for (let path of paths) {
+        parts.push(...path.split('/'));
+    }
+    return uri.with({ path: normalizePath(parts) }).toString();
 }
+exports.joinPath = joinPath;
 
 
 /***/ }),
-/* 150 */
-/***/ (function(module, exports, __webpack_require__) {
+/* 148 */
+/***/ (function(__unused_webpack_module, exports, __webpack_require__) {
 
-"use strict";
 
 /*---------------------------------------------------------------------------------------------
  *  Copyright (c) Microsoft Corporation. All rights reserved.
  *  Licensed under the MIT License. See License.txt in the project root for license information.
  *--------------------------------------------------------------------------------------------*/
-Object.defineProperty(exports, "__esModule", { value: true });
-const languageModes_1 = __webpack_require__(71);
+var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
+    function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
+    return new (P || (P = Promise))(function (resolve, reject) {
+        function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
+        function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
+        function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
+        step((generator = generator.apply(thisArg, _arguments || [])).next());
+    });
+};
+Object.defineProperty(exports, "__esModule", ({ value: true }));
+exports.getFoldingRanges = void 0;
+const languageModes_1 = __webpack_require__(61);
 function getFoldingRanges(languageModes, document, maxRanges, _cancellationToken) {
-    let htmlMode = languageModes.getMode('html');
-    let range = languageModes_1.Range.create(languageModes_1.Position.create(0, 0), languageModes_1.Position.create(document.lineCount, 0));
-    let result = [];
-    if (htmlMode && htmlMode.getFoldingRanges) {
-        result.push(...htmlMode.getFoldingRanges(document));
-    }
-    // cache folding ranges per mode
-    let rangesPerMode = Object.create(null);
-    let getRangesForMode = (mode) => {
-        if (mode.getFoldingRanges) {
-            let ranges = rangesPerMode[mode.getId()];
-            if (!Array.isArray(ranges)) {
-                ranges = mode.getFoldingRanges(document) || [];
-                rangesPerMode[mode.getId()] = ranges;
+    return __awaiter(this, void 0, void 0, function* () {
+        let htmlMode = languageModes.getMode('html');
+        let range = languageModes_1.Range.create(languageModes_1.Position.create(0, 0), languageModes_1.Position.create(document.lineCount, 0));
+        let result = [];
+        if (htmlMode && htmlMode.getFoldingRanges) {
+            result.push(...yield htmlMode.getFoldingRanges(document));
+        }
+        // cache folding ranges per mode
+        let rangesPerMode = Object.create(null);
+        let getRangesForMode = (mode) => __awaiter(this, void 0, void 0, function* () {
+            if (mode.getFoldingRanges) {
+                let ranges = rangesPerMode[mode.getId()];
+                if (!Array.isArray(ranges)) {
+                    ranges = (yield mode.getFoldingRanges(document)) || [];
+                    rangesPerMode[mode.getId()] = ranges;
+                }
+                return ranges;
+            }
+            return [];
+        });
+        let modeRanges = languageModes.getModesInRange(document, range);
+        for (let modeRange of modeRanges) {
+            let mode = modeRange.mode;
+            if (mode && mode !== htmlMode && !modeRange.attributeValue) {
+                const ranges = yield getRangesForMode(mode);
+                result.push(...ranges.filter(r => r.startLine >= modeRange.start.line && r.endLine < modeRange.end.line));
             }
-            return ranges;
         }
-        return [];
-    };
-    let modeRanges = languageModes.getModesInRange(document, range);
-    for (let modeRange of modeRanges) {
-        let mode = modeRange.mode;
-        if (mode && mode !== htmlMode && !modeRange.attributeValue) {
-            const ranges = getRangesForMode(mode);
-            result.push(...ranges.filter(r => r.startLine >= modeRange.start.line && r.endLine < modeRange.end.line));
+        if (maxRanges && result.length > maxRanges) {
+            result = limitRanges(result, maxRanges);
         }
-    }
-    if (maxRanges && result.length > maxRanges) {
-        result = limitRanges(result, maxRanges);
-    }
-    return result;
+        return result;
+    });
 }
 exports.getFoldingRanges = getFoldingRanges;
 function limitRanges(ranges, maxRanges) {
@@ -59356,90 +65358,111 @@ function limitRanges(ranges, maxRanges) {
 
 
 /***/ }),
-/* 151 */
-/***/ (function(module, exports, __webpack_require__) {
+/* 149 */
+/***/ (function(__unused_webpack_module, exports, __webpack_require__) {
 
-"use strict";
 
 /*---------------------------------------------------------------------------------------------
  *  Copyright (c) Microsoft Corporation. All rights reserved.
  *  Licensed under the MIT License. See License.txt in the project root for license information.
  *--------------------------------------------------------------------------------------------*/
-var __importStar = (this && this.__importStar) || function (mod) {
-    if (mod && mod.__esModule) return mod;
-    var result = {};
-    if (mod != null) for (var k in mod) if (Object.hasOwnProperty.call(mod, k)) result[k] = mod[k];
-    result["default"] = mod;
-    return result;
+var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
+    function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
+    return new (P || (P = Promise))(function (resolve, reject) {
+        function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
+        function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
+        function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
+        step((generator = generator.apply(thisArg, _arguments || [])).next());
+    });
 };
-Object.defineProperty(exports, "__esModule", { value: true });
-const vscode_html_languageservice_1 = __webpack_require__(111);
-const fs = __importStar(__webpack_require__(67));
-function getDataProviders(dataPaths) {
-    if (!dataPaths) {
-        return [];
-    }
-    const providers = [];
-    dataPaths.forEach((path, i) => {
+Object.defineProperty(exports, "__esModule", ({ value: true }));
+exports.fetchHTMLDataProviders = void 0;
+const vscode_html_languageservice_1 = __webpack_require__(106);
+function fetchHTMLDataProviders(dataPaths, requestService) {
+    const providers = dataPaths.map((p) => __awaiter(this, void 0, void 0, function* () {
         try {
-            if (fs.existsSync(path)) {
-                const htmlData = JSON.parse(fs.readFileSync(path, 'utf-8'));
-                providers.push(vscode_html_languageservice_1.newHTMLDataProvider(`customProvider${i}`, htmlData));
-            }
+            const content = yield requestService.getContent(p);
+            return parseHTMLData(p, content);
         }
-        catch (err) {
-            console.log(`Failed to load tag from ${path}`);
+        catch (e) {
+            return vscode_html_languageservice_1.newHTMLDataProvider(p, { version: 1 });
         }
+    }));
+    return Promise.all(providers);
+}
+exports.fetchHTMLDataProviders = fetchHTMLDataProviders;
+function parseHTMLData(id, source) {
+    let rawData;
+    try {
+        rawData = JSON.parse(source);
+    }
+    catch (err) {
+        return vscode_html_languageservice_1.newHTMLDataProvider(id, { version: 1 });
+    }
+    return vscode_html_languageservice_1.newHTMLDataProvider(id, {
+        version: rawData.version || 1,
+        tags: rawData.tags || [],
+        globalAttributes: rawData.globalAttributes || [],
+        valueSets: rawData.valueSets || []
     });
-    return providers;
 }
-exports.getDataProviders = getDataProviders;
 
 
 /***/ }),
-/* 152 */
-/***/ (function(module, exports, __webpack_require__) {
+/* 150 */
+/***/ (function(__unused_webpack_module, exports, __webpack_require__) {
 
-"use strict";
 
 /*---------------------------------------------------------------------------------------------
  *  Copyright (c) Microsoft Corporation. All rights reserved.
  *  Licensed under the MIT License. See License.txt in the project root for license information.
  *--------------------------------------------------------------------------------------------*/
-Object.defineProperty(exports, "__esModule", { value: true });
-const languageModes_1 = __webpack_require__(71);
-const positions_1 = __webpack_require__(153);
+var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
+    function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
+    return new (P || (P = Promise))(function (resolve, reject) {
+        function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
+        function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
+        function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
+        step((generator = generator.apply(thisArg, _arguments || [])).next());
+    });
+};
+Object.defineProperty(exports, "__esModule", ({ value: true }));
+exports.getSelectionRanges = void 0;
+const languageModes_1 = __webpack_require__(61);
+const positions_1 = __webpack_require__(151);
 function getSelectionRanges(languageModes, document, positions) {
-    const htmlMode = languageModes.getMode('html');
-    return positions.map(position => {
-        const htmlRange = htmlMode.getSelectionRange(document, position);
-        const mode = languageModes.getModeAtPosition(document, position);
-        if (mode && mode.getSelectionRange) {
-            let range = mode.getSelectionRange(document, position);
-            let top = range;
-            while (top.parent && positions_1.insideRangeButNotSame(htmlRange.range, top.parent.range)) {
-                top = top.parent;
-            }
-            top.parent = htmlRange;
-            return range;
-        }
-        return htmlRange || languageModes_1.SelectionRange.create(languageModes_1.Range.create(position, position));
+    return __awaiter(this, void 0, void 0, function* () {
+        const htmlMode = languageModes.getMode('html');
+        return Promise.all(positions.map((position) => __awaiter(this, void 0, void 0, function* () {
+            const htmlRange = yield htmlMode.getSelectionRange(document, position);
+            const mode = languageModes.getModeAtPosition(document, position);
+            if (mode && mode.getSelectionRange) {
+                let range = yield mode.getSelectionRange(document, position);
+                let top = range;
+                while (top.parent && positions_1.insideRangeButNotSame(htmlRange.range, top.parent.range)) {
+                    top = top.parent;
+                }
+                top.parent = htmlRange;
+                return range;
+            }
+            return htmlRange || languageModes_1.SelectionRange.create(languageModes_1.Range.create(position, position));
+        })));
     });
 }
 exports.getSelectionRanges = getSelectionRanges;
 
 
 /***/ }),
-/* 153 */
-/***/ (function(module, exports, __webpack_require__) {
+/* 151 */
+/***/ ((__unused_webpack_module, exports) => {
 
-"use strict";
 
 /*---------------------------------------------------------------------------------------------
  *  Copyright (c) Microsoft Corporation. All rights reserved.
  *  Licensed under the MIT License. See License.txt in the project root for license information.
  *--------------------------------------------------------------------------------------------*/
-Object.defineProperty(exports, "__esModule", { value: true });
+Object.defineProperty(exports, "__esModule", ({ value: true }));
+exports.equalRange = exports.insideRangeButNotSame = exports.beforeOrSame = void 0;
 function beforeOrSame(p1, p2) {
     return p1.line < p2.line || p1.line === p2.line && p1.character <= p2.character;
 }
@@ -59455,18 +65478,27 @@ exports.equalRange = equalRange;
 
 
 /***/ }),
-/* 154 */
-/***/ (function(module, exports, __webpack_require__) {
+/* 152 */
+/***/ (function(__unused_webpack_module, exports, __webpack_require__) {
 
-"use strict";
 
 /*---------------------------------------------------------------------------------------------
  *  Copyright (c) Microsoft Corporation. All rights reserved.
  *  Licensed under the MIT License. See License.txt in the project root for license information.
  *--------------------------------------------------------------------------------------------*/
-Object.defineProperty(exports, "__esModule", { value: true });
-const languageModes_1 = __webpack_require__(71);
-const positions_1 = __webpack_require__(153);
+var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
+    function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
+    return new (P || (P = Promise))(function (resolve, reject) {
+        function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
+        function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
+        function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
+        step((generator = generator.apply(thisArg, _arguments || [])).next());
+    });
+};
+Object.defineProperty(exports, "__esModule", ({ value: true }));
+exports.newSemanticTokenProvider = void 0;
+const languageModes_1 = __webpack_require__(61);
+const positions_1 = __webpack_require__(151);
 function newSemanticTokenProvider(languageModes) {
     // combined legend across modes
     const legend = { types: [], modifiers: [] };
@@ -59480,19 +65512,21 @@ function newSemanticTokenProvider(languageModes) {
     return {
         legend,
         getSemanticTokens(document, ranges) {
-            const allTokens = [];
-            for (let mode of languageModes.getAllModesInDocument(document)) {
-                if (mode.getSemanticTokens) {
-                    const mapping = legendMappings[mode.getId()];
-                    const tokens = mode.getSemanticTokens(document);
-                    applyTypesMapping(tokens, mapping.types);
-                    applyModifiersMapping(tokens, mapping.modifiers);
-                    for (let token of tokens) {
-                        allTokens.push(token);
+            return __awaiter(this, void 0, void 0, function* () {
+                const allTokens = [];
+                for (let mode of languageModes.getAllModesInDocument(document)) {
+                    if (mode.getSemanticTokens) {
+                        const mapping = legendMappings[mode.getId()];
+                        const tokens = yield mode.getSemanticTokens(document);
+                        applyTypesMapping(tokens, mapping.types);
+                        applyModifiersMapping(tokens, mapping.modifiers);
+                        for (let token of tokens) {
+                            allTokens.push(token);
+                        }
                     }
                 }
-            }
-            return encodeTokens(allTokens, ranges);
+                return encodeTokens(allTokens, ranges);
+            });
         }
     };
 }
@@ -59576,5 +65610,181 @@ function encodeTokens(tokens, ranges) {
 }
 
 
+/***/ }),
+/* 153 */
+/***/ (function(__unused_webpack_module, exports, __webpack_require__) {
+
+
+/*---------------------------------------------------------------------------------------------
+ *  Copyright (c) Microsoft Corporation. All rights reserved.
+ *  Licensed under the MIT License. See License.txt in the project root for license information.
+ *--------------------------------------------------------------------------------------------*/
+var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
+    if (k2 === undefined) k2 = k;
+    Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
+}) : (function(o, m, k, k2) {
+    if (k2 === undefined) k2 = k;
+    o[k2] = m[k];
+}));
+var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
+    Object.defineProperty(o, "default", { enumerable: true, value: v });
+}) : function(o, v) {
+    o["default"] = v;
+});
+var __importStar = (this && this.__importStar) || function (mod) {
+    if (mod && mod.__esModule) return mod;
+    var result = {};
+    if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
+    __setModuleDefault(result, mod);
+    return result;
+};
+Object.defineProperty(exports, "__esModule", ({ value: true }));
+exports.getNodeFSRequestService = void 0;
+const requests_1 = __webpack_require__(147);
+const vscode_uri_1 = __webpack_require__(84);
+const fs = __importStar(__webpack_require__(54));
+const vscode_css_languageservice_1 = __webpack_require__(62);
+function getNodeFSRequestService() {
+    function ensureFileUri(location) {
+        if (requests_1.getScheme(location) !== 'file') {
+            throw new Error('fileRequestService can only handle file URLs');
+        }
+    }
+    return {
+        getContent(location, encoding) {
+            ensureFileUri(location);
+            return new Promise((c, e) => {
+                const uri = vscode_uri_1.URI.parse(location);
+                fs.readFile(uri.fsPath, encoding, (err, buf) => {
+                    if (err) {
+                        return e(err);
+                    }
+                    c(buf.toString());
+                });
+            });
+        },
+        stat(location) {
+            ensureFileUri(location);
+            return new Promise((c, e) => {
+                const uri = vscode_uri_1.URI.parse(location);
+                fs.stat(uri.fsPath, (err, stats) => {
+                    if (err) {
+                        if (err.code === 'ENOENT') {
+                            return c({ type: vscode_css_languageservice_1.FileType.Unknown, ctime: -1, mtime: -1, size: -1 });
+                        }
+                        else {
+                            return e(err);
+                        }
+                    }
+                    let type = vscode_css_languageservice_1.FileType.Unknown;
+                    if (stats.isFile()) {
+                        type = vscode_css_languageservice_1.FileType.File;
+                    }
+                    else if (stats.isDirectory()) {
+                        type = vscode_css_languageservice_1.FileType.Directory;
+                    }
+                    else if (stats.isSymbolicLink()) {
+                        type = vscode_css_languageservice_1.FileType.SymbolicLink;
+                    }
+                    c({
+                        type,
+                        ctime: stats.ctime.getTime(),
+                        mtime: stats.mtime.getTime(),
+                        size: stats.size
+                    });
+                });
+            });
+        },
+        readDirectory(location) {
+            ensureFileUri(location);
+            return new Promise((c, e) => {
+                const path = vscode_uri_1.URI.parse(location).fsPath;
+                fs.readdir(path, { withFileTypes: true }, (err, children) => {
+                    if (err) {
+                        return e(err);
+                    }
+                    c(children.map(stat => {
+                        if (stat.isSymbolicLink()) {
+                            return [stat.name, vscode_css_languageservice_1.FileType.SymbolicLink];
+                        }
+                        else if (stat.isDirectory()) {
+                            return [stat.name, vscode_css_languageservice_1.FileType.Directory];
+                        }
+                        else if (stat.isFile()) {
+                            return [stat.name, vscode_css_languageservice_1.FileType.File];
+                        }
+                        else {
+                            return [stat.name, vscode_css_languageservice_1.FileType.Unknown];
+                        }
+                    }));
+                });
+            });
+        }
+    };
+}
+exports.getNodeFSRequestService = getNodeFSRequestService;
+
+
 /***/ })
-/******/ ])));
\ No newline at end of file
+/******/       ]);
+/************************************************************************/
+/******/       // The module cache
+/******/       var __webpack_module_cache__ = {};
+/******/       
+/******/       // The require function
+/******/       function __webpack_require__(moduleId) {
+/******/               // Check if module is in cache
+/******/               if(__webpack_module_cache__[moduleId]) {
+/******/                       return __webpack_module_cache__[moduleId].exports;
+/******/               }
+/******/               // Create a new module (and put it into the cache)
+/******/               var module = __webpack_module_cache__[moduleId] = {
+/******/                       // no module.id needed
+/******/                       // no module.loaded needed
+/******/                       exports: {}
+/******/               };
+/******/       
+/******/               // Execute the module function
+/******/               __webpack_modules__[moduleId].call(module.exports, module, module.exports, __webpack_require__);
+/******/       
+/******/               // Return the exports of the module
+/******/               return module.exports;
+/******/       }
+/******/       
+/************************************************************************/
+/******/       /* webpack/runtime/define property getters */
+/******/       (() => {
+/******/               // define getter functions for harmony exports
+/******/               __webpack_require__.d = (exports, definition) => {
+/******/                       for(var key in definition) {
+/******/                               if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
+/******/                                       Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
+/******/                               }
+/******/                       }
+/******/               };
+/******/       })();
+/******/       
+/******/       /* webpack/runtime/hasOwnProperty shorthand */
+/******/       (() => {
+/******/               __webpack_require__.o = (obj, prop) => Object.prototype.hasOwnProperty.call(obj, prop)
+/******/       })();
+/******/       
+/******/       /* webpack/runtime/make namespace object */
+/******/       (() => {
+/******/               // define __esModule on exports
+/******/               __webpack_require__.r = (exports) => {
+/******/                       if(typeof Symbol !== 'undefined' && Symbol.toStringTag) {
+/******/                               Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
+/******/                       }
+/******/                       Object.defineProperty(exports, '__esModule', { value: true });
+/******/               };
+/******/       })();
+/******/       
+/************************************************************************/
+/******/       // module exports must be returned from runtime so entry inlining is disabled
+/******/       // startup
+/******/       // Load entry module and return exports
+/******/       return __webpack_require__(42);
+/******/ })()
+
+));
\ No newline at end of file