atom feed46 messages in org.oasis-open.lists.docbook-appsRe: [docbook-apps] Simpler XHTML output
FromSent OnAttachments
Rene HacheApr 21, 2005 7:01 pm 
Larry GarfieldApr 21, 2005 11:46 pm 
Bob StaytonApr 21, 2005 11:57 pm 
Larry GarfieldApr 22, 2005 12:16 am 
Rene HacheApr 22, 2005 8:15 am 
Dave PawsonApr 22, 2005 10:26 am 
Rene HacheApr 22, 2005 11:28 am 
Bob StaytonApr 22, 2005 12:31 pm 
Rene HacheApr 25, 2005 8:33 am 
Jirka KosekApr 25, 2005 8:42 am.bin
Justus PiaterApr 25, 2005 9:30 am 
Dave PawsonApr 25, 2005 9:40 am 
Rene HacheApr 25, 2005 9:54 am 
Jirka KosekApr 25, 2005 9:55 am.bin
Dave PawsonApr 25, 2005 9:58 am 
Jirka KosekApr 25, 2005 10:08 am.bin
Dave PawsonApr 25, 2005 10:25 am 
Bob StaytonApr 25, 2005 10:40 am 
Dave PawsonApr 25, 2005 10:46 am 
Rene HacheApr 25, 2005 2:19 pm 
Rene HacheApr 25, 2005 2:22 pm 
Larry GarfieldApr 25, 2005 5:24 pm 
Larry GarfieldApr 25, 2005 5:28 pm 
Chris JohnsonApr 25, 2005 5:49 pm 
Bob StaytonApr 25, 2005 5:52 pm 
Rene HacheApr 25, 2005 6:35 pm 
Larry GarfieldApr 26, 2005 6:14 am 
Justus PiaterApr 26, 2005 6:58 am 
Rene HacheApr 26, 2005 7:06 am 
Justus PiaterApr 26, 2005 7:08 am 
Norman WalshApr 26, 2005 8:35 am.pgp
Colin Paul AdamsApr 26, 2005 8:44 am 
Dave PawsonApr 26, 2005 8:47 am 
Dave PawsonApr 26, 2005 8:48 am 
Norman WalshApr 26, 2005 8:52 am.pgp
John L. ClarkApr 26, 2005 1:52 pm.pgp
Peter RingApr 27, 2005 2:31 am 
Rene HacheApr 28, 2005 9:16 pm 
Dave PawsonApr 29, 2005 11:45 am 
Larry GarfieldApr 29, 2005 10:04 pm 
Rene HacheApr 30, 2005 12:25 am 
M.-A. DARCHEApr 30, 2005 8:27 am 
Larry GarfieldMay 2, 2005 9:04 pm 
Dave PawsonMay 3, 2005 10:10 am 
Rene HacheMay 3, 2005 11:47 am 
Larry GarfieldMay 4, 2005 10:41 pm 
Subject:Re: [docbook-apps] Simpler XHTML output
From:Bob Stayton (bo@sagehill.net)
Date:Apr 22, 2005 12:31:54 pm
List:org.oasis-open.lists.docbook-apps

Let me first clarify that I think a clean XHTML would have to be an additional output mode for the DocBook stylesheets. I don't propose that it be the default XHTML output, because not everyone wants to be dependent on CSS, nor do they want their output to radically change with a new release. I'm not sure yet if it would be a parameter setting, or a new stylesheet directory.

I think a specification could have three parts. The first part would outline the guiding principles for clean XHTML output that is dependent on CSS for its styling. For example, use CSS layout features instead of layout tables, and follow the published accessibility guidelines, and such. The second part would provide detailed descriptions of how specific elements would be handled. It would not have to cover *all* elements, as long as the principles from the first part can be followed to handle elements that are not yet covered. And the third part would provide the skeleton of a CSS file to support the first parts, so that the default output is useful.

I think the statement of principles part could be usefully discussed on this list, because there are a lot of knowledgeable and experienced people that could contribute. The other two parts could be developed offline, as long as they are publicly accessible for those who are interested in contributing to this project.

If this seems like a reasonable approach, then someone could post a draft of the first part to get the project moving.

----- Original Message ----- From: "Rene Hache" <rene@gmail.com> To: "Bob Stayton" <bo@sagehill.net> Cc: <docb@lists.oasis-open.org> Sent: Friday, April 22, 2005 8:15 AM Subject: Re: [docbook-apps] Simpler XHTML output

Bob,

I would love to take on this task of specify how the XHTML should look like, as long as I can get a little bit of help along the way. Since I am not a "technical user" of DocBook (for example, I would never have a need for a calloutlist), I would also need a XML Docbook file that has an example of all the potential outputs.

To answer Larry's questions about what I mean by simpler, I certainly would like tables-less layout (in the header for example) as well as the cleanest code possible. I admit, I am a bit of a web standards purist. For example, the extra DIVs around a UL tags ARE indeed a hindrance, since it's an extra hassle styling wise. It makes it much more difficult if not impossible in some browsers, to have a list be displayed inline within a paragraph. A DIV around a UL tag is not necessary, since a UL tag is already a block element. Also, anchors tags currently surround a heading tag, which makes the entire paragraph act as link, when ideally it should be place at the beginning. These are just two simple example of how the code could be simpler and more effective.

As for creating a default CSS file, I do believe that I am up to the task if that is what is required, as well as creating accompanying graphics. The CSS, of course, would be well commented so that others could work their way around the file.

Sincerely, Rene