Refine implementation of MD045/no-alt-text in previous commit.

This commit is contained in:
David Anson 2018-01-06 18:06:32 -08:00
parent 4fa837a031
commit f91f0880c3
7 changed files with 61 additions and 44 deletions

View file

@ -957,12 +957,12 @@
"additionalProperties": false
},
"MD045": {
"description": "MD045/no-alt-text - Images should have ALT Text attribute",
"description": "MD045/no-alt-text - Images should have alternate text (alt text)",
"type": "boolean",
"default": true
},
"no-alt-text": {
"description": "MD045/no-alt-text - Images should have ALT Text attribute",
"description": "MD045/no-alt-text - Images should have alternate text (alt text)",
"type": "boolean",
"default": true
},
@ -1071,13 +1071,13 @@
"type": "boolean",
"default": true
},
"images": {
"description": "images - MD045",
"accessibility": {
"description": "accessibility - MD045",
"type": "boolean",
"default": true
},
"accessibility": {
"description": "accessibility - MD045",
"images": {
"description": "images - MD045",
"type": "boolean",
"default": true
}