View previous topic :: View next topic |
Author |
Message |
Otnirebal
Joined: 15 Sep 2003 Posts: 2 Location: Sevilla - España
|
Posted: Mon Sep 15, 2003 2:37 pm Post subject: HTML-Strict <script> tags |
|
|
Some (simple) things can change inside b2 code in order to make building html-strict b2 sites possible.
One of them is the <script> tags.
Throughout b2's code, i've seen a lot of constructions like:
<script language="JavaScript">
Since "language" is a deprecated attribute for the <script> tag, it should not be used. The "type" attribute should be used instead:
<script type="text/javascript">
More recommendations will follow if I get a positive response |
|
Back to top |
|
 |
epolady
Joined: 30 Jul 2002 Posts: 800 Location: Texas
|
Posted: Mon Sep 15, 2003 3:04 pm Post subject: |
|
|
Hi there,
I'm not sure if you're aware of this or not, but b2 is no longer being developed. Your recommendations can be heard at WordPress.org, since they have taken over development.
Have a great day,
Barbara _________________ No more support from me. Goodbye!
Go upgrade to WordPress, you'll find better support there. |
|
Back to top |
|
 |
Otnirebal
Joined: 15 Sep 2003 Posts: 2 Location: Sevilla - España
|
Posted: Mon Sep 15, 2003 3:59 pm Post subject: :P |
|
|
No, I didn't know
 |
|
Back to top |
|
 |
|