css-orientation-lock.json 445 B

12345678910111213
  1. {
  2. "id": "css-orientation-lock",
  3. "selector": "html",
  4. "tags": ["cat.structure", "wcag134", "wcag21aa", "experimental"],
  5. "metadata": {
  6. "description": "Ensures content is not locked to any specific display orientation, and the content is operable in all display orientations",
  7. "help": "CSS Media queries are not used to lock display orientation"
  8. },
  9. "all": ["css-orientation-lock"],
  10. "any": [],
  11. "none": [],
  12. "preload": true
  13. }