[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Debian WWW CVS commit by csmall: webwml/english/distrib vendors.wml



On Tue, Jan 01, 2002 at 09:29:06AM +1100, Craig Small wrote:
> > Why did you do that \n</li><li>\n thing? IMHO it should be done like
> > paragraphs -- with a start tag before the first word and the end tag after
> > the last word.
> > 
> > (Hey, the commit's all about formatting, I'm allowed to nitpick on it! :)
> 
> I actually prefer it that way as
>  <tag>
>   blah blah blah
>   blah
>  </tag><tag>
>   blH BLAH BLAH
>  </tag>
> 
> Reads a lot easier than
> 
>  <tag>blah blah blah
>  blah</tag>
>  <tag>blH BLAH BLAH</tag>

I changed it to

<tag>
  foo bar
  baz quux
</tag>
<tag>
  foo bar
  baz quux
</tag>

:)

> Oh, as Dennis pointed out to me later, my way is broken, eg
> 
> <p>
>  The type of CD is indicated under each entry.
>  <ul>
> 
> Should be
> <p>
>  The type of CD is indicated under each entry.
> </p>
> <ul>
> 
> ie unnumbered lists cannot be in paragraphs.

Oh yeah. I might fix that in 2002, didn't make it in 2001 ;)

-- 
     2. That which causes joy or happiness.



Reply to: