p-as-heading.json 535 B

123456789101112131415161718192021222324252627282930
  1. {
  2. "id": "p-as-heading",
  3. "evaluate": "p-as-heading-evaluate",
  4. "options": {
  5. "margins": [
  6. {
  7. "weight": 150,
  8. "italic": true
  9. },
  10. {
  11. "weight": 150,
  12. "size": 1.15
  13. },
  14. {
  15. "italic": true,
  16. "size": 1.15
  17. },
  18. {
  19. "size": 1.4
  20. }
  21. ]
  22. },
  23. "metadata": {
  24. "impact": "serious",
  25. "messages": {
  26. "pass": "<p> elements are not styled as headings",
  27. "fail": "Heading elements should be used instead of styled p elements"
  28. }
  29. }
  30. }