Henri Sivonen wrote:
> 
> I have updated http://www.pp.htv.fi/hsivone1/moz-org2strict.html

I think bright borders and coloring are a bit strong for
just a "note". I usually style a "note" with italics.
Maybe rename the class "important"?

You shouldn't automatically assume <dl> = toc. That
diagnosis should be done by a human.

One thing I noticed when I was adjusting the Roadmap code
for my sample page was the use of a shaded background color
on the table. I created a class ("shaded") to deal with
that sort of thing--it crops up quite frequently. It's
purely presentational, but I didn't want to just delete
the coloring, since it really looked better that way. I
didn't use inline styles because that would introduce
problems when my stylesheets were linked in. Alternatively,
I could have defined a shaded background for all tables,
but I didn't think it would be appropriate for all of them.
How do you think should this be dealt with on mozilla.org?
(Remember, it will affect color-styled <div>s as well.)

Three things that should be added to the guidelines:
  1. No page should ever set a text color without setting
     a background color and vice versa. Individual pages
     should, in general, avoid changing any colors.
  2. There shouldn't be any 'font-family' settings on
     individual pages.
  3. No inline styles unless you're demonstrating CSS.

Reply via email to