This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: style.mhtml referer icon update


On Wed, Oct 30, 2002 at 01:36:18PM -0500, Robert_K_Cook@comerica.com wrote:
> However, there is now a cosmetic problem for the http://validator.w3.org
> referer icon we have in the bottom corner which still announces that all
> the pages are XHTML 1.0 compliant, even when they are not.  I added in a
> test to display an HTML 4.01 icon if the page is in that format.

Good idea.  Minor comment:

!     <img src="http://www.w3.org/Icons/valid-xhtml10";
!      alt="Valid XHTML 1.0" border="0" width="88" height="31" />

!     <img src="http://www.w3.org/Icons/valid-html401";
!      alt="Valid HTML 4.01!" border="0" width="88" height="31">

It would be courteous to copy the icons to our own web server and
change these URLs to point there.  The W3C explicitly permits this:

# If you like, you can download a copy of this image (in PNG or GIF
# format) to keep in your local web directory, and change the HTML
# fragment above to reference your local image rather than the one on
# this server.

Also, a stylistic nitpick: either both or neither of the alt texts should
have exclamation points.  Personally, I would prefer no bangs.

zw


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]