diff --git a/lib/metadata/policies.js b/lib/metadata/policies.js index 8c5d380..de6086a 100644 --- a/lib/metadata/policies.js +++ b/lib/metadata/policies.js @@ -15,8 +15,8 @@ var policies = { "tool": "phantomas", "label": "DOM max depth", "message": "
A deep DOM makes the CSS matching with DOM elements difficult.
It also slows down JavaScript modifications to the DOM because changing the dimensions of an element makes the browser re-calculate the dimensions of it's parents. Same thing for JavaScript events, that bubble up to the document root.
", - "isOkThreshold": 14, - "isBadThreshold": 24, + "isOkThreshold": 15, + "isBadThreshold": 25, "isAbnormalThreshold": 32, "hasOffenders": true, "offendersTransformFn": function(offenders) {