Name Description Size Coverage
autocomplete-anchor-function.mjs Compute the autocomplete data for the passed anchor() function. @param {object} params @param {Array<InspectorCSSToken>} params.functionTokens: The tokens representing the function parameters (i.e. what's inside the parenthesis) @param {Array<string>} params.anchorNames: A list of anchor names. @returns {object} Returns an object of the following shape: - {Array<string>} list: The list of autocomplete items 2413 100 %
autocomplete-anchor-size-function.mjs Compute the autocomplete data for the passed anchor-size() function. @param {object} params @param {Array<InspectorCSSToken>} params.functionTokens: The tokens representing the function parameters (i.e. what's inside the parenthesis) @param {Array<string>} params.anchorNames: A list of anchor names. @returns {object} Returns an object of the following shape: - {Array<string>} list: The list of autocomplete items 2399 100 %
autocomplete-color-function.mjs Compute the autocomplete data for the passed color() function. @param {object} params @param {Function} params.getCSSValuesForPropertyName: A function that returns a list of CSS values valid for a provided property name to use for the autocompletion. @param {Array<InspectorCSSToken>} params.functionTokens: The tokens representing the function parameters (i.e. what's inside the parenthesis) @returns {object} Returns an object of the following shape: - {Array<string>} list: The list of autocomplete items 2826 100 %
autocomplete-linear-gradient-function.mjs Compute the autocomplete data for the passed (repeating-)linear-gradient function. @param {object} params @param {Function} params.getCSSValuesForPropertyName: A function that returns a list of CSS values valid for a provided property name to use for the autocompletion. @param {Array<InspectorCSSToken>} params.functionTokens: The tokens representing the function parameters (i.e. what's inside the parenthesis) @returns {object} Returns an object of the following shape: - {Array<string>} list: The list of autocomplete items 9029 98 %
constants.mjs 618 100 %
moz.build 575 -