- From: Marc Rubin, Jay's Island Software Development & Consulting <html-tidy@mail.com>
- Date: Tue, 1 Feb 2000 12:38:38 -0500 (EST)
- To: html-tidy@w3c.org
Actually, nesting plain "div"s seems sufficient in Amaya and in MSIE: <div> <h1>First Order Heading</h1> <p></p> <div> <h2>Second Order Heading</h2> <p></p> </div> </div> Using "id"s (names) might be pretty, but as Jany points out, they make the structure inconvenient to modify. Retaining the <hN> elements seems useful for backward compatibility with HTML. I'd be interested in hearing why OpenJade might be a better solution, but Tidy still seems to be appropriate for this variation of HTML-to-XHTML conversion. Does this seem feasible in the simplified form above? Marc E-mail: mrubin@iname.com Website: http://www.jaysisland.com/ Past Webmaster (sites conceived and created): American Hydrogen Assoc: http://www.clean-air.org/ Gentle Strength Co-op: http://www.gentlestrength.com/ Webmaster: Valley HELP Group: http://valleyhelp.hypermart.net/ Ron's Creatures: http://ronscreatures.hypermart.net/
Received on Tuesday, 1 February 2000 12:38:43 UTC