This is a migrated thread and some comments may be shown as answers.

RadSplitter XHTML Invalid

2 Answers 48 Views
Splitter
This is a migrated thread and some comments may be shown as answers.
Sean
Top achievements
Rank 1
Sean asked on 20 Feb 2008, 12:26 PM
I have a basic form set up (see below) which uses the RadSplitter, however the source code it produces fails the XHTML validation service on http://validator.w3.org/check.

Will this be resolved soon?
Thanks.

<%

@ Page Language="VB" %>

<!

DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<

script runat="server">

</

script>

<

html xmlns="http://www.w3.org/1999/xhtml">

<

head runat="server">

<title>Untitled Page</title>

</

head>

<

body>

<form id="form1" runat="server">

<telerik:RadScriptManager ID="RadScriptManager1" runat="server">

</telerik:RadScriptManager>

<div>

<telerik:RadSplitter ID="RadSplitter1" runat="server">

<telerik:RadPane ID="RadPainTop" runat="server">

<telerik:RadSlidingZone ID="RadSlidingZone1" runat="server">

<telerik:RadSlidingPane ID="PaneAdd" Title="Add" runat="server">

Content

</telerik:RadSlidingPane>

</telerik:RadSlidingZone>

</telerik:RadPane>

</telerik:RadSplitter>

</div>

</form>

</

body>

</

html>

2 Answers, 1 is accepted

Sort by
0
Michael Dunbar
Top achievements
Rank 2
answered on 21 Feb 2008, 09:30 AM
You will find that the splitter actually uses a table for layout so it will never pass W3 guidelines whilst this is the case. I highlighted it when I first decided to use the splitter, but was informed there are no plans to use divs as it simply isn't possible due to the complexity of the component.
0
Tsvetie
Telerik team
answered on 21 Feb 2008, 05:04 PM
Hello Michael Dunbar,
I checked the code you have provided and I suppose you are referring to the following error:

"document type does not allow element "input" here; missing one of "th", "td" start-tag."

We are aware of this error and it is on our TODO list for the next Q, scheduled for the middle of April.

Sincerely yours,
Tsvetie
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
Splitter
Asked by
Sean
Top achievements
Rank 1
Answers by
Michael Dunbar
Top achievements
Rank 2
Tsvetie
Telerik team
Share this question
or