Dieter wrote:
In the News section, get rid of the <a name="">s, and use ids instead. Also, wrap each post in a <div class="newspost">. And get rid of the <hr>s, and instead use .newspost h2{border-bottom:2px grove #4189ff;} or something like that.


Why?

<a name=""> is semi-deprecated (i.e. not actually deprecated, but commonly recognized as not best-practice).

A post is semantically grouped with its title and datetime posted, so they belong in a <div> together.

Using <hr> for presentation, like using any other element solely for presentation, is bad.

The logo should not have an alt text of "Open Graphics Project Logo". It should probably be empty (alt="") or maybe "Open Graphics Project". But since that exact text is already nearby, it should probably be blank.


Why?

Alt text is what's shown if the image isn't. If the logo can't be displayed, you don't want to see the text "Open Graphics Project Logo" in its place, you want to see "Open Graphics Project". But since the text "Open Graphics Project is already right next to it, it's redundant, so it can be empty.

--
dolphinling
<http://dolphinling.net/>
_______________________________________________
Open-graphics mailing list
[email protected]
http://lists.duskglow.com/mailman/listinfo/open-graphics
List service provided by Duskglow Consulting, LLC (www.duskglow.com)

Reply via email to