W3CWeb Accessibility Initiative Home

TEXT-DECORATION:BLINK in the STYLE element

On this page: Test 1 | References | About these tests

Nearby: More HTML 4.01 Tests | UAAG 1.0 Test Suite

UAAG 1.0 Requirement

Checkpoint 3.3 Toggle animated or blinking text (Priority 1 )
Provision 1 : Allow configuration to render animated or blinking text content as motionless, unblinking text. Blinking text is text whose visual rendering alternates between visible and invisible, at any rate of change.

Test 1 :

Procedure

  1. Toggle animated, blinking text to be displayed as motionless, unblinking text.

Run test

Expected results

  1. The user agent should render the motionless text inline or, for extremely long text, it may be rendered in another viewport.

Source code

<style type="text/css" xml:space="preserve" class="blink"> div.blink {text-decoration: blink;} </style>
<div class="blink">This is an example of blinking text.</div>

References

  1. HTML 4.01 specification for STYLE

About this test suite

This test is part of a test suite for the User Agent Accessibility Guidelines (UAAG) 1.0 . This work is conducted by the User Agent Accessibility Guidelines Working Group , which is part of W3C's Web Accessibility Initiative (WAI) . Please send comments on this test to w3c-wai-ua@w3.org ( public archive ).


Test created by:

Last modified: $Date: 2003/04/02 23:46:35 $ by $Author: jongund $