Przeglądaj źródła

Redundant tags selectors description mistake

Gaël Métais 9 lat temu
rodzic
commit
07028ad3cd
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      lib/metadata/policies.js

+ 1 - 1
lib/metadata/policies.js

@@ -894,7 +894,7 @@ var policies = {
     "cssRedundantChildNodesSelectors": {
     "cssRedundantChildNodesSelectors": {
         "tool": "phantomas",
         "tool": "phantomas",
         "label": "Redundant tags selectors",
         "label": "Redundant tags selectors",
-        "message": "<p>Some tags included inside other tags are obvious. For example, when \"ul li\" is specified in a rule, \"ul\" can be removed because the \"li\" element is <b>always</b> inside a \"ul\". Same thing for \"tr td\", \"select option\", ...</p><p>Lowering compexity in CSS selectors can make the page load a little faster.</p>",
+        "message": "<p>Some tags included inside other tags are obvious. For example, when \"ul li\" is specified in a rule, \"ul\" can be removed because the \"li\" tag is nearly always inside an \"ul\" container (the \"ol\" container is quite rare). Same thing for \"tr td\", \"select option\", ...</p><p>Lowering compexity in CSS selectors can make the page load a little faster.</p>",
         "isOkThreshold": 0,
         "isOkThreshold": 0,
         "isBadThreshold": 60,
         "isBadThreshold": 60,
         "isAbnormalThreshold": 200,
         "isAbnormalThreshold": 200,