The SCRIPT element

After the discussion about <BR/>, let's talk about the SCRIPT element.

Should we have 
    <script><!--  ---></script> and 
    SCRIPT { 
        display: inline-block; background: white url('script.gif') center center; 
        border: 3px outset darkblue; width: 10px; height: 10px; 
    }
working ? Or not ?

It can be very helpfull when we make some WYSIWYG editor, no ?

How special is the SCRIPT element ? Is it only an element with {
    display: none !important;
    content: '';
    visibility: hidden;
} ? Is it an empty replaced element ? Can we have, in this case SCRIPT::after ?

Fremy


        Fremy :: Developpement Web (JavaScript + ASP.Net; XHTML; CSS2)
      Les Forums Developpez.com
      Le site Codes-Sources.com
     

Received on Wednesday, 16 July 2008 12:29:33 UTC