- From: Norman Walsh <ndw@nwalsh.com>
- Date: Fri, 19 Feb 2010 10:42:48 -0500
- To: Spec Prod <spec-prod@w3.org>
- Message-ID: <m2635tteo7.fsf@nwalsh.com>
Because I'm generating HTML from DocBook, I'm getting slightly
different markup (which is not surprising). Here's what I get for an
example, for example:
<div class="example-wrapper" id="ex1">
<div class="title">Example 1. A simple, linear
XInclude/Validate pipeline</div>
<div class="example">
<div class="programlisting">
<pre><code>
<p:declare-step xmlns:p="http://www.w3.org/ns/xproc"
name="xinclude-and-validate"
version="1.0">
...
</code></pre>
</div>
</div>
</div>
</div>
I think I prefer my markup, the extra levels of wrapper provide
flexibility (even if the class names are a bit long).
But the proposed conventions don't need the additional flexibility, so
I can't decide if I should craft CSS that implements the same
conventions using my markup, or change what I generate to match what
the standard CSS expects.
Thoughts?
Be seeing you,
norm
--
Norman Walsh <ndw@nwalsh.com> | The art of living is more like
http://nwalsh.com/ | wrestling than dancing.--Marcus Aurelius
Received on Friday, 19 February 2010 15:43:23 UTC