Hi Trevor,

XStandard does support the <div> tag and uses it correctly - as a grouping 
construct. Most editors use the <div> tag incorrectly - as a structural 
construct.

For example, start with the following markup:

<div>abcdef</div>

Then in an IE based editor, put the cursor in the middle of the text and press 
ENTER. You get:

<div>abc</div>
<div>def</div>

In XStandard 1.6.1+, you get:
<div>
        <p>abc</p>
        <p>def</p>
</div>

FYI, Support for definition lists is coming soon.

Regards,
-Vlad
http://xstandard.com

-------- Original Message --------
From: RSNE
Date: 8/30/2005 8:24 PM
> The few authoring tools I have looked at (not many, e.g. Xstandard,
> editize) don't appear to support <dl> or <div>
>
> I expect it will be argued that <div> shouldn't be available, but <dl>'s
> are really usefull
>
> Does anybody know of a WYSISWG that supports <dl> and/or <div> ?
>
>
> regards...
>
>
> ------------
> Trevor Finch
> Research Services New England
> 8/16 Nicholson Street
> Balmain, NSW 2041
> Australia
> T: +61 (2) 9810 3563
> F: +61 (2) 9810 3323
> mailto:[EMAIL PROTECTED]
> http://www.rsne.com.au
> --------------------------
> *********************************************************
> The CMS discussion list for http://webstandardsgroup.org/
> *********************************************************
>
>


*********************************************************
The CMS discussion list for http://webstandardsgroup.org/
*********************************************************

Reply via email to