Blinking text is against standards in itself, so how can you do it in a
standards compliant way?

On Fri, November 28, 2008 10:45 am, Dave Hall wrote:
> On Thu, 2008-11-27 at 23:11 -0600, Brett Patterson wrote:
>> What Dave?
>
> I was simply illustrating how to make text blink in a standards
> compliant way.  You never know someone might find such information
> useful one day.  The example I provided would allow them to avoid using
> the ugly non standard <blink>
>
> Cheers
>
> Dave
>
> PS this wasn't supposed to be taken as advocating the use of blinking text
> :)
>
>>
>> On Thu, Nov 27, 2008 at 6:04 AM, Dave Hall <[EMAIL PROTECTED]> wrote:
>>         On Thu, 2008-11-27 at 10:18 +0000, David Dorward wrote:
>>         > Brett Patterson wrote:
>>         > > Where could I find a good information site about the
>>         > > document.images.imageId script line, please?
>>         >
>>         >
>>         
>> http://www.w3.org/TR/1998/REC-DOM-Level-1-19981001/level-one-html.html#ID-26809268
>>         >
>>         > > And if you are trying to code using codes such as
>>         > > http://www.kirupa.com/forum/showthread.php?t=217502
>>         > >
>>         > > Just an example. A quick search to find.
>>         >
>>         > A quick search can also find out how to use blink tags and
>>         tables for
>>         > layout. That is a good example of worst practises.
>>
>>
>>         Yes we all know that you should always use
>>         <!-- ... -->
>>         <head>
>>         <style type="text/css">
>>                /* ... */
>>                .blink{
>>                        text-decoration: blink;
>>                }
>>                /* ... */
>>         </style>
>>         <!-- ... -->
>>         </head>
>>         <body>
>>         <!-- ... -->
>>         <span class="blink">my blinking test</span>
>>         <!-- ... -->
>>         </body>
>>
>>         instead of
>>         <!-- ... -->
>>         <blink>my blinking test</blink>
>>         <!-- ... -->
>
>
>
> *******************************************************************
> List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
> Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
> Help: [EMAIL PROTECTED]
> *******************************************************************
>
>




*******************************************************************
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
*******************************************************************

Reply via email to