check_orientation_lock
Test HTML content to detect forced orientation locks and ensure compliance with web accessibility standards. Identify issues that restrict user flexibility in viewing content.
Instructions
Check if content forces a specific orientation
Input Schema
Name | Required | Description | Default |
---|---|---|---|
html | Yes | HTML content to test for orientation lock issues |
Input Schema (JSON Schema)
{
"properties": {
"html": {
"description": "HTML content to test for orientation lock issues",
"type": "string"
}
},
"required": [
"html"
],
"type": "object"
}