Author |
Topic |
|
dcvb699
Novice
5 Posts |
Posted - 15 Jun 2006 : 16:10:04
|
Just a heads up... I noticed that when any input control is disabled, DHE sets the HTML "disabled" attribute to "true". According to http://validator.w3.org/, the "disabled" attribute should be set to "disabled" instead of "true". This is currently the only thing preventing my page from being valid XHTML.
- Using DHE 3.1.100 trial for Win32
Thanks, - Derek |
Edited by - dcvb699 on 15 Jun 2006 18:27:24 |
|
s.dav
Site Admin
Italy
3364 Posts |
Posted - 15 Jun 2006 : 17:49:48
|
Are you sure? I've checked the generated page many times! I'll make some tests! |
Regards, Davide |
|
|
dcvb699
Novice
5 Posts |
|
Martin1
Super User
Netherlands
626 Posts |
Posted - 15 Jun 2006 : 19:08:38
|
Wehn I set any of the objects on that page to false and change the way the file is exported to xhtml (so I get an exported file with the extension xhtml) there are no longer any w3c errors.
Martin |
|
|
dcvb699
Novice
5 Posts |
Posted - 15 Jun 2006 : 19:32:26
|
quote: change the way the file is exported to xhtml
I just tried using the XHTML as an export option, but I still get the same results.
quote: Wehn I set any of the objects on that page to false
Set to false?? What I'm talking about is setting the DISABLED property to TRUE for any of the input controls (Text, Button, etc.). DHE should then export (or preview) the controls with the "disabled" attribute set to "disabled".
For example, the text input box should look like...
<input type="text" disabled="disabled" /> and NOT...
<input type="text" disabled="true" />
Hope this helps, - Derek |
Edited by - dcvb699 on 15 Jun 2006 19:36:51 |
|
|
s.dav
Site Admin
Italy
3364 Posts |
Posted - 15 Jun 2006 : 22:55:04
|
Many thanks! In the next revision I'll fix this bug! |
Regards, Davide |
|
|
|
Topic |
|