- Blink element
The blink element is a non-standard presentational
HTML element that indicates to auser agent (generally aweb browser ) that the page author intends the content of the element to blink (that is, alternate between being visible and invisible). The element was introduced inNetscape Navigator and has some support in other web browsers, but is absent inInternet Explorer .Despite the element being initially popular amongst
personal homepage s, it has since fallen out of favor due to its overuse and the difficulty it presents in reading. The tag achieved notoriety for being extremely user-unfriendly and epitomized many websites when theInternet first received limited popularity amongst home users.The
inventor of the blink tag,Lou Montulli , has said repeatedly in interviews that he considers the blink tag to be "The worst thing I've ever done for the Internet."Fact|date=February 2007Usage syntax
The blink element is non-standard, and as such there is no authoritative specification of its syntax. While
Bert Bos of theWorld Wide Web Consortium has produced aDocument Type Definition that includes syntax for the blink element (defining it as a "phrase element" on a par with elements for emphasis andcitations ), the comments in the DTD explain that it is intended as a joke. [Bert Bos, "HTML40-plus-blink.dtd", World Wide Web Consortium, http://www.w3.org/Style/HTML40-plus-blink.dtd (accessed 2006-12-12)]Usage of the blink element type is identical to such
HTML standard inline element types as bold (<b></b>
), underline (<u></u>
), oritalics (<i></i>
), with the opening tag preceding the text the user wishes to blink, and the closing tag following. In a text-based HTML editor, proper usage of the blink element type would be as so:
.The rate of blinking is browser-specific. In
Mozilla Firefox the text alternates between being visible for three quarters of a second and being invisible for one quarter of a second.Mozilla Corporation, "Voluntary Product Accessibility Template", Mozilla Corporation, http://www.mozilla.com/en-US/firefox/vpat.html (accessed 2006-12-13)]The blink element type was first invented for
Netscape Navigator and is still supported in its descendants, such asMozilla Firefox (except for the "Netscape 6 " and early Mozilla suite browsers). It is also supported by the Opera Internet Browser.Microsoft 'sInternet Explorer does not support it, even in its CSS incarnation.CSS implementation
The "blink" value of the CSS "text-decoration" property allows authors to suggest that text should blink without using proprietary tags, but the "CSS 2.1 Specification" states that "conforming user agents may simply not blink the text" in order to comply with the "User Agent Accessibility Guidelines". [Cascading Style Sheets Working Group , "Cascading Style Sheets, level 1", World Wide Web Consortium, http://www.w3.org/TR/CSS21/text.html (accessed 2006-12-12)]
To achieve the same effect in CSS without one can wrap the blinking text in a span tag with the "text-decoration" property set to "blink" [ [http://meyerweb.com/eric/articles/webrev/199806.html Text decoration with CSS 06/1998] ]
Example:
Blinking text goes here Usability and accessibility issues
The blink element has been consistently criticised by
usability andaccessibility experts. In1996 Jakob Nielsen described the element as "simply evil" in his "Alertbox" column "Top Ten Mistakes in Web Design". [Jakob Nielsen, "Top Ten Mistakes in Web Design", Nielsen Norman Group, http://www.useit.com/alertbox/9605a.html (accessed 2006-12-12)] The World Wide Web Consortium's "Web Content Accessibility Guidelines 1.0" state that content authors should avoid causing the screen to flicker or blink, noting that such effects can cause problems for people with cognitive disabilities orphotosensitive epilepsy . [Web Content Accessibility Guidelines Working Group, "Web Content Accessibility Guidelines 1.0", World Wide Web Consortium, http://www.w3.org/TR/WCAG10/ (accessed 2006-12-12)] The German Federal Government's "Barrierefreie Informationstechnik-Verordnung " ("Barrier-free Information Technology Ordinance") also states that flickering or blinking content should be avoided. [German Federal Government, "BITV - Einzelnorm", Bundesministerium der Justiz, http://bundesrecht.juris.de/bitv/anlage_8.html (accessed 2006-12-14)] TheUnited States Federal Government's "Section 508" states that pages should avoid causing the screen to flicker with a frequency between 2 Hz and 55 Hz, a range which covers rapidly blinking text. [United States Federal Government, "Section 508 Standards", Section508.gov, http://www.section508.gov/index.cfm?FuseAction=Content&ID=12 (accessed 2006-12-14)]To comply with the "User Agent Accessibility Guidelines" a user agent must either "allow configuration to render animated or blinking text content as motionless, unblinking text" or never blink text. [User Agent Accessibility Guidelines Working Group, "2. The user agent accessibility guidelines", World Wide Web Consortium, http://www.w3.org/TR/UAAG/guidelines.html (accessed 2006-12-13)]
Mozilla Firefox satisfies this requirement by providing a hidden configuration option to disable blinking.ee also
*
Marquee tag
*Non-standard HTML tags References
External links
* [http://www.siteexperts.com/tips/html/ts12/page1.asp Cross Browser Blink Tag]
* [http://cheese.blartwendo.com/web21-demo.html Web 2.1 server-side blink tag demo]
Wikimedia Foundation. 2010.