Re: [DOCS] Example indenting - Mailing list pgsql-www

From Thom Brown
Subject Re: [DOCS] Example indenting
Date
Msg-id AANLkTim5VmoACq1zLuL3Fx-xoPwinshg2XFLjHZJcGMO@mail.gmail.com
Whole thread Raw
In response to Re: [DOCS] Example indenting  ("Kevin Grittner" <Kevin.Grittner@wicourts.gov>)
Responses Re: [DOCS] Example indenting  ("Joshua D. Drake" <jd@commandprompt.com>)
List pgsql-www
On 27 August 2010 17:10, Kevin Grittner <Kevin.Grittner@wicourts.gov> wrote:
> Thom Brown <thom@linux.com> wrote:
>
>> The reason I removed the corners is that they can't be applied to
>> a warning or caution box using their current markup (as the
>> background pushes beyond the rounded corner), and when they appear
>> near a normal rounded-corner box, it might look a bit inconsistent
>> (same but with rounded corners):
>> http://www.flickr.com/photos/dark_ixion/4931878975/sizes/o/
>>
>> Hmmm.. although looking at it again, maybe it doesn't.  I dunno.
>
> That looks better to my eye -- square corners on a page with that
> many boxes for code start to look pretty harsh, to the point of
> being a bit jarring.  The round corners soften that for me, and make
> it easier to look at.  (I don't know how widespread that reaction
> is, though.)
>

Something I've noticed is an inconsistency in the SGML markup around
functions listed in tables.  Sometimes the entire function signature
is considered to be the function, and other times it's just the
function name, with its parameters outside of the <function> tags.

E.g.:

<function>variance</function>(<replaceable
class="parameter">expression</replaceable>)

vs

<function>stddev_samp(<replaceable
class="parameter">expression</replaceable>)</function>

Which way is correct?  It will make a big difference visually with
these changes.

--
Thom Brown
Twitter: @darkixion
IRC (freenode): dark_ixion
Registered Linux user: #516935

pgsql-www by date:

Previous
From: Thom Brown
Date:
Subject: Re: [DOCS] Example indenting
Next
From: "Joshua D. Drake"
Date:
Subject: Re: [DOCS] Example indenting