Name Description Size Coverage
css-logic.js Provide access to the style information in a page. CssLogic uses the standard DOM API, and the Gecko InspectorUtils API to access styling information in the page, and present this to the user in a way that helps them understand: - why their expectations may not have been fulfilled - how browsers process CSS @class 26708 98 %
font-utils.js Limit the decimal count of a number. Unlike Number.toFixed(), this function does not pad with extra zeros. If the input is not a number, the function throws an error. @param {number} number @param {number} decimals Decimal count in the output number. Default to one decimal. @return {number} 821 80 %
moz.build 256 -