
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.
Procedure
- Toggle animated, blinking text to be displayed as motionless, unblinking text.
Run test
This is an example of blinking text.
Expected results
- 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>
-
HTML 4.01 specification for STYLE
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 $
Copyright
© 1999 - 2003
W3C®
(
MIT
,
INRIA
,
Keio
), All Rights Reserved. W3C
liability
,
trademark
,
document use
and
software licensing
rules apply.