| <span id="message">This computer will self-destruct in</span> |
| <input id="time" type="text" value="10" aria-describedby="description"/> |
| <span id="unit"> minutes.</span> |
| <div id="description">Allows you to specify the number of minutes after which the computer will self-destruct.</div> |
| if (window.accessibilityController) { |
| var labeledItem = document.getElementById("time"); |
| var result = document.getElementById("result"); |
| result.innerText = "\nThe accessibility description is \"" + accessibilityController.focusedElement.helpText + "\""; |