aboutsummaryrefslogtreecommitdiff
path: root/exampleData/ruleSets/headingGuidelines.json
diff options
context:
space:
mode:
Diffstat (limited to 'exampleData/ruleSets/headingGuidelines.json')
-rw-r--r--exampleData/ruleSets/headingGuidelines.json6
1 files changed, 4 insertions, 2 deletions
diff --git a/exampleData/ruleSets/headingGuidelines.json b/exampleData/ruleSets/headingGuidelines.json
index 43ee1a4..be69fac 100644
--- a/exampleData/ruleSets/headingGuidelines.json
+++ b/exampleData/ruleSets/headingGuidelines.json
@@ -1,6 +1,7 @@
{ "name": "Heading Guidelines"
, "description": "Guidelines pertaining to the formatting and content of headings."
-, "rules": [ { "name": "Headings are capitalized"
+, "rules": [ { "id": 1
+ , "name": "Headings are capitalized"
, "description": "Check to see if all headings use leading capital letters."
, "rule":
function() {
@@ -20,7 +21,8 @@
}
},
- { "name": "Disallow Empty Headers"
+ { "id": 2
+ , "name": "Disallow Empty Headers"
, "description": "Heading elements should contain text."
, "rule": function() {
fiveui.query(':header').each(